﻿

#sideNavi, .side-navi-item, .side-navi-data, .side-navi-tab {
    margin: 0;
    padding: 0;
}

.side-navi-item-default {
    height: 50px;
    display: none;
}

#sideNavi {
    display: none;
}

.side-navi-item {
    /* border-top-left-radius: 10px;
            border-top-right-radius: 10px;*/
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,1);
    position: absolute;
    left: 0;
    display: inline-block;
    transform-origin: left top 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    opacity: 1;
    font-weight: bold;
    display: none;
}

    .side-navi-item > div {
        padding-top: 10px;
        text-align: center;
    }

/*.btn-primary {
            color: #fff;
            background-color: #337ab7;
            border-color: #2e6da4;
        }*/

.phone {
    display: none;
}

.modal-title {
    font-size: 18px;
}


@media (max-width: 767px) {
    .float {
    display:none;
    }
    .call-back {
        display: none;
    }

    .btn-book {
        width: 135px;
        background-color: #FBBC15;
        padding: 14px 18%;
    }

    .btn-call {
        width: 100%;
        background-color: #1f3d9d;
        padding: 7px 10.5%;
        /* float: right; */
        text-align: center;
    }

        .btn-call span a {
            color: #ffffff;
        }

    .btn-whatsapp {
        width: 100px;
        background-color: #25D366;
        font-size: 22px;
        line-height: 0px;
        padding-top: 4px;
        padding-bottom: 9px;
        padding-right: 11px;
        padding-left: 16px;
    }

        .btn-whatsapp span a {
            color: #ffffff;
        }

    .phone {
        display: block;
        width: 55px;
        left: 30px;
        padding-bottom: 20px;
        position: fixed;
        bottom: 0;
        z-index: 999;
    }

    .side-navi-item {
        font-weight: normal;
        height: 153px;
        font-size: 12px;
        padding-top: 8px;
        display: block;
        width: 100%;
        background: #1f3d9d;
    }

    #sideNavi {
        position: fixed;
        bottom: 0px;
        height: 44px;
        z-index: 999;
        display: block;
        width: 100%;
    }

    .side-navi-item > div {
        padding-top: 4px;
    }

    .modal-title {
        font-size: 14px;
    }
}

.woocommerce-product-gallery {
    opacity: 1 !important;
}

.cursorCLS {
    cursor: pointer;
}

@media only screen and (max-width:360px) {
    .side-navi-item {
        font-size: 12px;
    }

    .btn-book {
        padding: 14px 18%;
    }

    .btn-whatsapp {
        padding-top: 4px;
        padding-bottom: 9px;
    }
}


.ic {
    color: #fff !important;
    font-size: 40px !important;
    margin-top: 20px;
}

.float {
    position: fixed;
    bottom: 40px;
    left: 40px;
    /* background-color: #25d366; */
    color: #FFF;
    z-index: 999;
}
.pulse-button, .pulse-button:hover {
    position: relative;
    width: 80px;
    height: 80px;
    border: none;
    box-shadow: 0 0 0 0 rgb(103 232 61 / 70%);
    border-radius: 50%;
    background-color: #25d366;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1) !important;
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1) !important;
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1) !important;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1) !important;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
    }
}