﻿.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
    right: 12px !important;
}

.addThis_listSharing {
    position: fixed;
    bottom: 150px;
    z-index: 999;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

    .addThis_listSharing.is-show {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

.addThis_listing .addThis_item {
    margin-bottom: 5px;
    margin-right: 24px;
}

    .addThis_listing .addThis_item .addThis_item--icon {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 44px;
        height: 44px;
        line-height: 44px;
        color: #fff;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center;
    }

        .addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
            position: absolute;
            top: 4px;
            right: 55px;
            z-index: 9;
            height: 32px;
            line-height: 26px;
            padding: 3px 10px;
            width: auto;
            border-radius: 5px;
            font-size: 11px;
            color: #fff;
            text-align: center;
            white-space: nowrap;
            cursor: pointer;
            background-color: black;
            visibility: hidden;
            opacity: 0;
            -ms-transition: all 200ms linear;
            -webkit-transition: all 200ms linear;
            transition: all 200ms linear;
        }

            .addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
                content: "";
                width: 0;
                height: 0;
                border-width: 5px;
                border-style: solid;
                border-color: transparent transparent transparent black;
                position: absolute;
                left: 100%;
                top: 0;
                bottom: 0;
                margin: auto;
                -ms-transition: all 200ms linear;
                -webkit-transition: all 200ms linear;
                transition: all 200ms linear;
            }

        .addThis_listing .addThis_item .addThis_item--icon:hover {
            text-decoration: none;
            opacity: .9;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
        }

            .addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
                visibility: visible;
                opacity: 1;
            }

.actionToolbar_mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    height: 45px;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    padding: 5px 10px;
}

    .actionToolbar_mobile ul.actionToolbar_listing {
        margin: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }

        .actionToolbar_mobile ul.actionToolbar_listing li {
            width: 20%;
            float: left;
        }

            .actionToolbar_mobile ul.actionToolbar_listing li a {
                display: block;
                color: #696969;
                font-size: 12px;
                text-align: center;
                position: relative;
            }

                .actionToolbar_mobile ul.actionToolbar_listing li a svg {
                    fill: #696969;
                    width: 35px;
                    height: 35px;
                    display: inline-block;
                    vertical-align: middle;
                }

            .actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
                margin-top: -25px;
                display: inline-block;
                vertical-align: top;
            }

            .actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
                width: 44px;
                height: 44px;
            }

/* modal- center */
.modal-addThis {
    text-align: center;
    font-size: 0px;
    padding: 0 !important;
    background: rgba(3, 17, 27, 0.7);
    -webkit-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
}

    .modal-addThis:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal-addThis.fade .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .modal-addThis .modal-dialog-centered .modal-content {
        width: 100%;
    }

    .modal-addThis .modal-dialog-centered {
        margin: 35px auto 50px;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        font-size: 14px;
    }

    .modal-addThis.fade .modal-dialog-centered {
        opacity: 0;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        transition: all .2s;
    }

    .modal-addThis.fade.in .modal-dialog-centered {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

@media (max-width: 767px) {
    .modal-addThis .modal-dialog-centered {
        margin: 35px 10px 35px 14px;
    }
}

.modal-backdrop.in {
    display: none;
    opacity: 0 !important;
}

/* modal-succes */
.modal-succesform .modal-body .modal-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #03a5ec;
}

.modal-succesform p:not(.modal-title) {
    font-size: 15px;
    margin: 10px 0 5px;
}

.modal-succesform p.txtloading {
    color: #aaa;
    font-size: 13px;
}

@keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        -moz-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        -moz-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.modal-icon.sweet-alert {
    padding-top: 15px;
}

.animateSuccessTip {
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
    animation: rotatePlaceholder 4.25s ease-in;
}

.sweet-alert .sa-icon.sa-success {
    width: 80px;
    height: 80px;
    border: 4px solid #4cae4c;
    border-radius: 50%;
    margin: 20px auto 0;
    position: relative;
    box-sizing: content-box;
}

    .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sweet-alert .sa-icon.sa-success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        -moz-transform-origin: 60px 60px;
        -o-transform-origin: 60px 60px;
        transform-origin: 60px 60px;
    }

    .sweet-alert .sa-icon.sa-success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        -moz-transform-origin: 0px 60px;
        -o-transform-origin: 0px 60px;
        transform-origin: 0px 60px;
    }

    .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(92, 184, 92, 0.2);
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2;
    }

    .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: #fff;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #5cb85c;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2;
    }

        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
            width: 25px;
            left: 14px;
            top: 46px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
            width: 47px;
            right: 7px;
            top: 38px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

/* modal-contactform */
.modal-contactform .modal-header h4.modal-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.modal-contactform .modal-header .close {
    margin-top: -10px;
    opacity: 0.5;
    font-size: 26px;
    width: 30px;
    margin-right: -8px;
}

.modal-contactform .content_popupform .input-group {
    width: 100%;
    margin: 0 0 15px;
}

    .modal-contactform .content_popupform .input-group input,
    .modal-contactform .content_popupform .input-group textarea {
        border: 1px solid #e7e7e7;
        box-shadow: none;
        height: 40px;
        font-weight: 500;
        padding: 5px 20px;
        background: #fbfbfb;
        color: #252a2b;
        width: 100%;
        -webkit-appearance: none;
    }

    .modal-contactform .content_popupform .input-group textarea {
        resize: none;
        height: 80px;
    }

/* - Harafunnel mobile */
.harafunnel-mb {
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 9999;
    width: 65px;
    height: 65px;
    padding: 8px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    transition: box-shadow 150ms linear;
}

    .harafunnel-mb:hover {
        box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
    }

    .harafunnel-mb a {
        display: block;
    }

        .harafunnel-mb a svg {
            width: 100%;
            height: 100%;
        }

@media (min-width: 992px) {
    .modal-addThis.modal-contactform .modal-dialog {
        width: 600px;
    }

    .modal-addThis.modal-succesform .modal-dialog {
        width: 450px;
    }
}

@media (max-width: 767px) {
    .mainFooter-toolbar {
        padding-bottom: 50px;
    }

    .mainFooter-product {
        padding-bottom: 56px;
    }

    .actionToolbar_product {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .productDetail-toolbar {
        border-top: 1px solid #e7e7e7;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 88;
        background: #fff;
        margin: auto;
        padding: 7px 0px;
        -webkit-transition: padding .3s ease;
        transition: padding .3s ease;
    }

    .layoutProduct_scroll.scroll-down .actionToolbar_product {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .layoutProduct_scroll.scroll-down .productDetail-toolbar {
        padding-bottom: 60px;
    }
}

/*====== POPUP CONTACT ====================================================================*/
.modal-popupContact {
    text-align: center;
    font-size: 0px;
    background: rgba(3, 17, 27, 0.7);
    -webkit-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
}

    .modal-popupContact:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal-popupContact.fade .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .modal-popupContact .modal-dialog-centered .modal-content {
        width: 100%;
    }

    .modal-popupContact .modal-dialog-centered {
        margin: 35px auto 50px;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        font-size: 14px;
    }

    .modal-popupContact.fade .modal-dialog-centered {
        opacity: 0;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        transition: all .2s;
    }

    .modal-popupContact.fade.in .modal-dialog-centered {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

@media (max-width: 767px) {
    .modal-popupContact .modal-dialog-centered {
        margin: 35px 10px 35px 14px;
    }
}

.modal-popupContact .close-popup-contact {
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    outline: none;
}

    .modal-popupContact .close-popup-contact svg {
        display: block;
        margin: auto;
        height: 30px;
        width: 14px;
        text-align: center;
        fill: #f3f3f3;
    }

    .modal-popupContact .close-popup-contact:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

.modal-popupContact.popupBanner .modal-content {
    background-color: transparent;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.modal-popupContact.popupForm .modal-content {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e6e6e6;
}

    .modal-popupContact.popupForm .modal-content.lazyloaded {
        background-image: url("https://file.hstatic.net/1000409858/file/popup2_acaab635402340698d5949ef87082d0b.jpg");
    }

    .modal-popupContact.popupForm .modal-content:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: #f3f3f3;
        opacity: 0.75;
    }

    .modal-popupContact.popupForm .modal-content:before,
    .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
        width: 58%;
    }

    .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
        position: relative;
        padding: 50px 25px;
        float: right;
    }

.title-popup-contact {
    font-size: 24px;
    margin: 0px 0px 10px;
    font-weight: 500;
}

.message-popup-contact {
    margin-bottom: 25px;
}

.title-adv-popup-contact {
    font-size: 14px;
    margin-bottom: 5px;
}

.list-adv-popup-contact li {
    list-style-type: disc;
    margin-left: 25px;
    font-size: 14px;
}

.popup-form-customer .input-group {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

    .popup-form-customer .input-group input {
        box-shadow: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }

    .popup-form-customer .input-group input,
    .popup-form-customer .input-group .input-group-addon {
        width: 100%;
        margin-bottom: 15px;
        height: 45px;
        padding: 10px 20px;
        line-height: 25px;
        background: #fff;
        border: 1px solid #e7e7e7;
        outline: none;
    }

    .popup-form-customer .input-group .input-group-addon {
        font-weight: 700;
        color: #fff;
        cursor: pointer;
        border-color: #03a5ec;
    }

        .popup-form-customer .input-group .input-group-addon:hover,
        .popup-form-customer .input-group .input-group-addon:focus {
            background-color: #fff;
            border-color: #03a5ec;
            color: #03a5ec;
        }

.popup-form-customer .succes-popup {
    font-size: 13px;
    min-height: 25px;
    visibility: hidden;
    margin: 0;
    text-align: center;
}

    .popup-form-customer .succes-popup.error {
        visibility: visible;
        color: red;
    }

    .popup-form-customer .succes-popup.success {
        visibility: visible;
        color: #27a208;
    }

@media (min-width: 768px) {
    .modal-popupContact .modal-dialog-centered {
        width: 650px;
    }
}

@media (max-width: 767px) {
    .modal-popupContact.popupForm .modal-content:before,
    .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
        width: 100%;
    }
}

.sitebox-recaptcha {
    padding: 0;
    color: #9e9e9e;
    text-align: left;
    font-size: 13px;
}

    .sitebox-recaptcha a {
        color: #2962ff;
    }
