<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*-------------------------------------- GENERAL ---------------------------*/

.kwagu-side {
    background-color: #b0ffb0;
}

.kwagu_p5 {
    padding: 5px;
}

.kwagu_p20 {
    padding: 20px;
}

.kwagu_b10 {
    padding-bottom: 10px;
}

.kwagu_b15 {
    padding-bottom: 15px;
}

.kwagu_b20 {
    padding-bottom: 20px;
}

.kwagu_t5 {
    padding-top: 5px;
}

.kwagu_t10 {
    padding-top: 10px;
}

.kwagu_b5 {
    padding-bottom: 5px;
}

.kwagu_t20 {
    padding-top: 20px;
}

/*-------------------------------------- SITE EDITOR ---------------------------*/

editsite {
    z-index: -1;
}

editsite &gt; p {
    background-color: #dbc59e;
    border: 2px solid #662514;
}

footer .btn-primary, footer .panel-primary &gt; .panel-heading {
    background-color: #663514;
    border-color: #d67500;
}

footer .btn-primary:hover {
    background-color: #d67500;
}

footer .panel-primary {
    border-color: #d67500;
}

/*-------------------------------------- MERCHANT ---------------------------*/

ul#shop_list li.shop_list, ul#shop_admin li.shop_admin {
    list-style-type: none;
    padding-bottom: 10px;
}

#today_price {
    font-size: 21px;
    color: #32cd32;
}

#standard_price {
    color: #ff0000;
}

/*------------------------------------ FAQ ---------------------------*/

.faq-question-q-box {
    height: 30px;
    width: 30px;
    color: #fff;
    background-color: #999;
    -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    border-radius: 50%;
    float: left;
    font-weight: 700;
    line-height: 30px;
    /*padding-right: 10px;*/
    margin-right: 10px;
}

.faq-question {
    /*float: left;*/
    margin-top: 0;
    margin-left: 75px;
    font-weight: 400;
    font-size: 16px;
    color: #313a46;
}

.faq-answer {
    margin-left: 75px;
    padding-bottom: 40px;
}

/*------------------------------------ ALERT ---------------------------*/

.alert-kwagu {
    display: none;
}

.alertMessage, #alertMessage {
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)), color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
    font-size: 13px;
    text-transform: capitalize;
    /*	font-weight:bold;*/
    border: 1px solid !important;
    color: #fff;
    padding: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    margin-bottom: 10px;
}

#alertMessage {
    position: fixed;
    /*	display:none;
    position: absolute;
    opacity:0;
    filter:alpha(opacity=0);*/
    right: -90px;
    text-transform: uppercase;
    bottom: 35px;
    z-index: 100001;
    cursor: pointer;
    border: 1px solid;
    display: none;
}

.alertMessage.info, #alertMessage.info {
    border-color: #3b8eb5 !important;
    background-color: #C2E3F0;
    color: #34667A !important;
    text-shadow: 1px 1px 1px #C8EBFB;
}

.alertMessage.error, #alertMessage.error {
    border-color: #c43d3d !important;
    background-color: #fc4a48;
    color: #5A0000 !important;
    text-shadow: 1px 1px 1px #E64040;
}

.alertMessage.warning, #alertMessage.warning {
    border-color: #d99a36 !important;
    background-color: #fcdb72;
    color: #987402 !important;
    text-shadow: 1px 1px 1px #e7b104;
}

.alertMessage.success, #alertMessage.success {
    background-color: #61b832;
    border-color: #55a12c !important;
    /*	color:#324e03 !important;*/
    text-shadow: 1px 1px 1px #5c9201;
}

.alertMessage h3 {
    margin: 0 !important;
    border: none;
    line-height: 25px !important;
    color: #FFF;
}

/*------------------------------------ COMMENTS ---------------------------*/

form#comment_form textarea {
    margin-bottom: 10px;
}

.reply_box {
    padding-top: 10px;
}

.comment_box {
    position: relative;
}

.comment_box_sub {
    margin: 0 0 0 60px;
    position: relative;
}

.img-container {
    float: left;
    padding: 0 20px 0 10px;
}

.comment_div {
    float: left;
    width: 100%;
}

.reply_container {
    padding: 10px;
    border-bottom: 8px #999;
}

.comment_container {
    padding: 5px;
    border-bottom: 4px #999;
}

.comment_container:hover {
    background: #EDEDED;
    /*cursor: pointer;*/
}

#leave_comment .comment-bottom {
    padding-top: 10px;
    clear: both;
}

.comment-bottom, .comment_sub {
    display: none;
}

.comment_top {
    color: #999;
    font-size: 12px;
    padding: 0 0 5px 0;
}

.comment_bottom {
    color: #999;
    font-size: 14px;
    padding: 5px 0 0 0;
}

.message_top {
    color: #999;
    font-size: 12px;
    padding: 0 0 5px 0;
}

/*------------------------------------ RESPONSIVE VIDEO ---------------------------*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------ DASHBOARD PROFILE PIC ---------------------------*/

#profile_pic {
    position: relative;
}

#profile_pic img {
    width: 85%;
    margin-bottom: 10px !important;

    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

#account_left_container {
    background-color: #212529;
    padding-top: 25px;
    color: #fff;
}

.overlay-button {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#profile_pic:hover img {
    opacity: 0.3;
}

#profile_pic:hover .overlay-button {
    opacity: 1;
}

/*------------------------------------ PAGINATION ---------------------------*/

.pagnation-ul, .category_list {
    margin-top: 10px;
    text-align: center;
}

.pagnation-ul a, .category_list a {
    font-size: 14px;
    line-height: 50px;
    padding: 0 5px;
}

.pagnation-ul a i {
    font-size: 25px;
    position: relative;
    top: 4px;
}

.pagnation-ul ul, .category_list ul {
    display: inline-block;
    margin-bottom: -5px;
}

.pagnation-ul a:hover, .category_list a:hover, .normal-a &gt; a:hover, .product-dsc p a:hover, .share-tag a:hover, .author-des &gt; span a:hover, .author-des &gt; h4 a:hover, .sidebar-title h5 a:hover {
    color: #fe5858;
}

.pagnation-ul ul li, .category_list ul li {
    float: left;
}

.pagnation-ul ul, .category_list ul {
    list-style: outside none none;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
}

.pagination-container {
    text-align: center;
    padding-top: 25px;
}

/*------------------------------------ CONTACT ---------------------------*/

.single-contact i {
    border: 2px solid #ccc;
    font-size: 40px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 30px;
    width: 70px;
}

.single-contact &gt; p {
    font-size: 14px;
}

/*------------------------------------ BOOKING ---------------------------*/

#booking_container {
    display: none;
}

/*------------------------------------ DASHBOARD ---------------------------*/

.like-comment {
    color: #c0c0c0;
}

.kwagu-container {
    padding: 7rem 1.5rem;
}

.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#network_cancel, #address_cancel {
    display: none !important;
}
/*#page_header_section .kwagu_form_group .view_group{*/
    /*display: block !important;*/
/*}*/
/*#page_header_section .view_group .edit_group{*/
    /*display: none !important;*/
/*}*/
.header_a_svg{
    width: 18px;
    height: 18px;
}

.header_a_svg svg path{
    fill: #fff;
}

.header_a_svg svg path:hover{
    fill: #428bca;
}

.payment_type_container, .payment_card_container{
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    /*background-color: #e9ecef;*/
    border-radius: 0.3rem;
    cursor: pointer;
}
.payment_type_container.active, .payment_card_container.active{
    background-color: #e9ecef;
}
.payment_type_container:hover, .payment_card_container:hover{
    background-color: #e9ecef;
}

#signinModal {
    display:none;
}

#leave_comment img {
    width: 100%;
}

.single-quick-image {margin-bottom: 20px;}
.product-slider {
    list-style: none;
}
.quick-thumb li {
    width: 21.92%;
    float: left;
}

.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    padding: 0.1em 0.6em;
    outline: none;
    text-align: center;
    font-size: 0.9em;
    margin: 0 0.2em;
}

.share-btn:focus,
.share-btn:hover {
    text-decoration: none;
    opacity: 0.8;
}

.share-btn:active {
    color: #e2e2e2;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit      { background: #ff5700; }
.share-btn.hackernews  { background: #ff6600; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #444444; }</pre></body></html>