:root {
    --icolor-primary-sec: #7b4612;
    --swiper-pagination-bullet-size: 12px;
}

body.iweby {
    background: var(--icolor-lightgray);
}

body.iweby > div.iweby-viewer {
    background: var(--icolor-white);
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
}

hr.line-break {
    position: relative;
    border: 0px;
    border-top: 2px dotted var(--icolor-lightgray);
    margin-top: 20px;
    margin-bottom: 20px;
}

header.page-header {
    position: fixed;
    background: var(--icolor-white);
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 12;
}

body.iweby-disable-scroll header.page-header {
    right: 17px;
}

body.iweby-mobile header.page-header {
    right: 0px!important;
}

header.page-header > div {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

header.page-header a.logo {
    position: relative;
    display: block;
    float: left;
    height: 60px;
}

header.page-header div.nav {
    position: relative;
    float: right;
    padding: 15px 0px;
}

header.page-header div.nav a {
    position: relative;
    display: inline-block;
    font-size: 1.25rem;
    color: var(--icolor-primary);
    vertical-align: top;
}

header.page-header div.nav a:hover {
    color: var(--icolor-primary-sec);
}

#toptotalcart {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    color: var(--icolor-primary-sec);
    top: -6px;
    right: -8px;
}

main {
    position: relative;
    padding-top: 80px;
}

main.page-body > div.inner-banner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 400px;
    overflow: hidden;
}

main.page-body > div.inner-banner:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

main.page-body > div.inner-path {
    position: relative;
    padding: 10px 20px;
}

main.page-body > div.inner-path > ul {
    list-style: none;
    max-width: 1200px;
    margin: auto;
}

main.page-body > div.inner-path > ul > li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

main.page-body > div.inner-path > ul > li > a {
    display: block;
}

main.page-body > div.inner-path > ul > li:last-child > a {
    font-weight: bold;
    color: var(--icolor-primary);
}

main.page-body > div.inner-content {
    position: relative;
    padding: 20px;
}

main.page-body.home > div.inner-content {
    padding: 0px;
}

main.page-body > div.inner-content > div {
    max-width: 1200px;
    margin: auto;
}

main.page-body > div.inner-content h1.ptitle {
    position: relative;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: var(--icolor-primary);
    text-align: center;
    padding-bottom: 10px;
}

main.page-body > div.inner-content h1.ptitle:after {
    position: absolute;
    background: var(--icolor-primary);
    content: '';
    width: 60px;
    height: 4px;
    left: 50%;
    bottom: 0px;
    margin-left: -30px;
}

footer.page-footer {
    position: relative;
    background: var(--icolor-primary);
    padding: 20px;
    margin-top: 60px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

footer.page-footer > div {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

footer.page-footer > div > div.contact {
    float: left;
    width: calc(50% - 20px);
}

footer.page-footer > div > div.contact > ul {
    list-style: none;
}

footer.page-footer > div > div.contact > ul > li {
    padding: 5px 0px;
    color: #fff;
}

footer.page-footer > div > div.contact > ul > li > i {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
}

footer.page-footer > div > div.contact > ul > li > a,
footer.page-footer > div > div.contact > ul > li > span {
    display: inline-block;
    width: calc(100% - 40px);
    color: #fff;
    vertical-align: middle;
}

footer.page-footer > div > div.contact > ul > li > a >span {
    display: block;
}

footer.page-footer > div > div.contact > ul > li > a:hover {
    text-decoration: underline;
}

footer.page-footer > div > div.menu {
    float: right;
    width: calc(50% - 20px);
}

footer.page-footer > div > div.menu > ul {
    list-style: none;
}

footer.page-footer > div > div.menu > ul > li {
    padding: 5px 0px;
    color: #fff;
}

footer.page-footer > div > div.menu > ul > li > a {
    color: #fff;
}

footer.page-footer > div > div.copyright {
    color: #fff;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--icolor-white);
    text-align: center;
}

div.floating-contact {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 10
}

div.floating-contact > a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #25d366;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

div.floating-contact > a:hover {
    background: #25d366;
    color: #e56f0e;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0,0,0,.3)
}

div.iweby-editor {
    color: var(--icolor-primary-sec);
}

div.iweby-editor table.borderless {
    border: 0px;
}

div.iweby-editor table th,
div.iweby-editor table td {
    vertical-align: top;
}

div.iweby-editor table.borderless th,
div.iweby-editor table.borderless td {
    border: 0px;
}

div.iweby-editor table.iweby-table {
    width: 100%;
}

div.iweby-editor table.iweby-table th,
div.iweby-editor table.iweby-table td {
    padding: 8px;
    border: 1px solid var(--icolor-gray);
    text-align: left;
    word-break: break-all;
    overflow: hidden;
}

div.iweby-editor table.iweby-table.borderless th,
div.iweby-editor table.iweby-table.borderless td {
    padding: 0px;
    border: 0px dotted var(--icolor-gray);
}

div.iweby-editor table.iweby-table.responsive.borderless td > div {
    padding: 0px;
}

@media only screen and (max-width: 900px) {
    main.page-body > div.inner-content h1.ptitle  {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 600px) {
    header.page-header a.logo {
        height: 30px;
    }
    
    header.page-header div.nav {
        padding: 0px;
    }
    
    header.page-header div.nav a {
        font-size: 1rem;
    }
    
    main {
        padding-top: 50px;
    }
    
    main.page-body > div.inner-content h1.ptitle  {
        font-size: 1.5rem;
    }
    
    footer.page-footer > div > div.contact {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    
    footer.page-footer > div > div.menu {
        float: none;
        width: 100%;
        text-align: center;
    }
}