﻿html {
    scroll-behavior: smooth;
}

body {
    font-family: 'OpenSans', sans-serif;
    font-size: 18px;
}

p {
    font-family: OpenSans;
    font-size: 18px;
    line-height: 1.9;
    color: #666666;
}

.wrap_menu {
    width: auto;
    height: 100%;
}

.item-social-topmenu {
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    border-radius: 50%;
    border: 1px solid #ffffff;
    float: left;
    margin-right: 10px;
}

.t-c-ffffff {
    color: #ffffff;
}

.t-title-5 {
    font-size: 55px;
}

.t-title-1 {
    font-family: Dosis-Light;
    font-size: 40px;
    line-height: 1.1;
    color: #333333;
    margin-bottom: 8px;
    margin-top: 8px;
}

/*---------------------------------------
    Prices section              
-----------------------------------------*/
#package {
    padding: 40px 0;
}

.packageList li {
    text-align: center;
    margin-top: 30px;
}

    .packageList li .packbox {
        border: 3px solid #eda3a3;
        background: #f9f9f9;
        padding: 40px 20px;
    }

        .packageList li .packbox:hover {
            border-color: #ddd;
        }

    .packageList li .icon {
        background: #fff;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin: 0 auto;
        text-align: center;
        font-size: 24px;
        line-height: 70px;
    }

        .packageList li .icon i {
            padding-top: 20px;
            display: block;
        }

    .packageList li h3 {
        margin: 15px 0 10px 0;
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .packageList li .price {
        margin-bottom: 10px;
    }

        .packageList li .price span {
            color: #888;
            font-size: 20px;
        }

        .packageList li .price strong {
            font-size: 36px;
            color: #95bd1a;
        }

        .packageList li .bonus span {
            color: #eda3a3;
            font-size: 20px;
        }

    .packageList li p {
        letter-spacing: 0;
        border-top: 1px solid #eee;
        font-size: 14px;
        padding-top: 5px;
        margin-top: 5px;
        text-transform: uppercase;
    }

    .packageList li .booknow {
        margin-top: 20px;
    }

        .packageList li .booknow a {
            border: 1px solid #777;
            color: #000;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 600;
            padding: 10px 20px;
            display: block;
        }

    .packageList li .packbox .select {
        border-color: #95bd1a;
        background: #fff;
        -webkit-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
        -moz-box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
        box-shadow: 0px 0px 41px 2px rgba(0,0,0,0.29);
    }

    .packageList li .packbox .select .icon {
        background: #f9f9f9;
        color: #95bd1a
    }

        .packageList li .packbox .select .booknow a {
            border: 1px solid #95bd1a;
            color: #95bd1a;
    
        }

    .packageList li .packbox .booknow a:hover {
        background: #777;
        color: #fff;
    }


.contact-form form#ajax-contact div div label.error {
    position: absolute;
    right: 15px;
    top: 36px;
    font-size: 13px;
    color: #ff0000;
}

.wprt-spacer {
    margin-top: 30px;
}

/* Alert
-------------------------------------------------------------- */
.wprt-alert {
    padding: 5px 13px;
    position: relative;
    margin-bottom: 20px;
}

    .wprt-alert.success {
        background-color: #bde6c6;
        color: #556f64;
    }

    .wprt-alert.error {
        background-color: #ecbbbc;
        color: #6e3854;
    }

    .wprt-alert .remove {
        position: absolute;
        right: 10px;
        top: 6px;
        font-size: 12px;
    }


/* wzp footer navigator */
.wzp-footer-nav a.gotopreview {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    font-size: 24px;
    color: #fff;
    background: #cccccc;
    text-align: center;
    line-height: 40px;
    width: 100%;
    display: table;
}

    .wzp-footer-nav a.gotopreview:hover {
        background: #567ed2;
    }


.wzp-footer-nav a.gotopanel {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    font-size: 24px;
    color: #fff;
    background: #e4e4e4;
    text-align: center;
    line-height: 40px;
    width: 100%;
    display: table;
}

    .wzp-footer-nav a.gotopanel:hover {
        background: #19d664;
    }

.fullprice {
    text-decoration: line-through;
    font-size: 18px;
}

.price-product {
    font-size: 24px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


/* breadcrumb */
.breadcrumb {
    background: none;
    padding: 0;
    font: 18px "Open Sans", sans-serif;
    color: #5f6d7b;
    margin-bottom: 22px;
    justify-content: center;
    display: flex;
}

    .breadcrumb > li + li:before {
        content: "\f105";
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        color: #5f6d7b;
        margin-left: 5px;
        margin-right: 5px;
    }

    .breadcrumb a {
        color: #cccccc;
    }

    .breadcrumb > .active {
        color: #e6400c;
    }


.product-details h3 {
    color: #4f4f4f;
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    padding-bottom: 10px;
}

.product-details-table {
    margin-top: 24px;
}

   /* .product-details-table tr td {
        text-indent: 10px;
    }*/

        .product-details-table tr td strong, .product-details-cost-table tr td strong {
            color: #707070;
            margin-left: 10px;
        }


.product-details-cost-table {
    margin-bottom: 24px;
}

    .product-details-cost-table tr td strong {
        padding-left: 10px;
    }

    .product-details-cost-table tr td {
        padding: 10px 0px;
    }

.detail-rrp strong {
    padding-left: 0px !important;
    color: #bc3e21 !important;
}

.detail-rrp {
    color: #bc3e21;
    text-decoration: line-through;
    min-width: 220px;
    position: relative;
    float: left;
}

.detail-save {
    min-width: 220px;
    position: relative;
    float: left;
}

.detail-price {
    min-width: 220px;
    position: relative;
    float: left;
    font-size: 24px;
    line-height: 30px;
    color: #2f2f2f;
    font-weight: bold;
}

.detail-outofstock {
    color: #bc3e21;
    min-width: 220px;
    position: relative;
    float: left;
}

.detail-gst {
    margin-left:10px;
    color: #bc3e21;
    font-size: small;
}

.detail-unit {
    color: #707070;
    font-size: smaller;
}

tr.odd {
    background-color: #f9f9f9;
}

tr.even {
    background-color: white;
}


.product-popup {
    position: relative;
    background: #ffffff;
    padding: 20px;
    width: auto;
    min-width: 400px;
    min-height: 240px;
    max-width: 840px;
    margin: 20px auto;
}

.title-sf {
    display: block;
    font-family: OpenSans-Bold;
    font-size: 20px;
    line-height: 1.2;
    color: #333333;
    text-align: right;
    padding-right: 23px;
}
