.headroom--sticky.headroom--not-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: headerSlideDown .95s ease forwards;
    animation: headerSlideDown .95s ease forwards;
    padding-top: 0 !important;
}

.home-sidebar-left, .home-sidebar-right {
    min-height: 500px;
    transition: all .3s ease 0s;
}

.menu-item {
    margin-right: 25px;
    font-size: 1.2em;
}

body {
    background-image: url('../images/bg/bg_op.png');
    background-repeat: repeat;
}

.thumb {
    position: relative;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.thumb:hover {
    bottom: 20px;
    transform: scale(1.1);
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: headerSlideDown .95s ease forwards;
    animation: headerSlideDown .95s ease forwards;
    padding: 10px;
    background-color: #fff;
}

a.ui.grey.small.header:hover {
    color: #00b5ad;
    background-color: #e8efef;
    padding: 5px;
    border-radius: 3px;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.line-through {
    text-decoration: line-through;
}

.slider-side {
    position: relative;
    top: 15%;
}

.ui.horizontal.divider.break-word {
    white-space: break-spaces;
}

.ui.text-pd-name {
    min-height: 60px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.ui.breadcrumb a {
    color: #ababab
}

.ui.breadcrumb .active.section {
    color: #00b5ad;
}


.product {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 360px;
    margin-top: 30px;
    border-radius: 30px;
    background-color: #f0f0f0;
    box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.07), -15px -15px 30px 0px rgba(255, 255, 255, 0.8);
    padding: 30px;
}

.product .content {
    margin: 10px 0;
}

.product__img {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: transparent;
    border-radius: 10px;
    margin-bottom: auto;
    overflow: hidden;
}

.product__add {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 30px;
    bottom: 30px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.1), -8px -8px 20px 0px rgba(255, 255, 255, 0.9);
    background-color: #f0f0f0;
    transition: 0.6s;
    border: none;
    cursor: pointer;
}

.product__add:hover {
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.15), -8px -8px 20px 0px #fff;
}

.product__add i {
    stroke: #0f4c81;
    width: 28px;
    height: auto;
    position: relative;
    z-index: 2;
    transition: 0.6s;
    transform: rotate(0deg);
}

.product__add:hover i {
    transform: rotate(180deg);
}

.header__cart {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 52px;
    width: 52px;
    border-radius: 30px;
    background-color: #f0f0f0;
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.06), -8px -8px 20px 0px #fff;
    transition: 0.6s;
    color: #373737;
    margin-left: auto;
}

.logo-z {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 117px;
    width: 138px;
    border-radius: 30px;
    background-color: #f0f0f0;
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.06), -8px -8px 20px 0px #fff;
    transition: 0.6s;
    color: #373737;
    margin-left: auto;
}

.product__title {
    position: relative;
    z-index: 2;
    color: #5e5959;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 15px;
    font-size: 16px;
    padding-right: 50px;
}

.product__price {
    position: relative;
    z-index: 2;
    color: rgba(55, 55, 55, 0.8);
    line-height: 100%;
    font-size: 14px;
    font-family: 'Spartan', sans-serif;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .header__cart {
        width: 150px;
    }
}

.ui.segment .chapter {
    font-family: "Palatino Linotype", "Arial", "Times New Roman", sans-serif;
    color: #2B2B2B;
    text-align: left;
    word-wrap: break-word;
    padding: 10px;
}

#box-content .bg-stone {
    background-image: url('../images/bg/bg_op.png');
    background-color: #f2f2f2;
    background-repeat: repeat;
}
.app-grid.bg-stone, .modal-content.app-grid.bg-stone{
    background-color: #d1d1d1;
}
.borderless.bg-stone, .bottom.bg-stone {
    background-color: #e5e5e5;
}
#box-content .bg-blue-white {
    background-image: url('../images/bg/bg-blue-white.png');
    background-color: #f2f2f2;
    background-repeat: repeat;
}
.app-grid.bg-blue-white, .modal-content.app-grid.bg-blue-white{
    background-color: #e3e4e5;
}
.borderless.bg-blue-white, .bottom.bg-blue-white {
    background-color: #d4d7da;
}
#box-content .bg-yellow {
    background-image: url('../images/bg/bg-yellow.png');
    background-color: #f2f2f2;
    background-repeat: repeat;
}
.app-grid.bg-yellow, .modal-content.app-grid.bg-yellow{
    background-color: #f5f5f1;
}
.borderless.bg-yellow, .bottom.bg-yellow {
    background-color: #ebebdb;
}
#box-content .bg-grey {
    background-image: url('../images/bg/bg-grey.png');
    background-color: #f2f2f2;
    background-repeat: repeat;
}
.app-grid.bg-grey, .modal-content.app-grid.bg-grey{
    background-color: #dfdfdf;
}
.borderless.bg-grey, .bottom.bg-grey {
    background-color: #e5e5e5;
}
#box-content .bg-black {
    background-image: url('../images/bg/bg-black.png');
    color: #fff !important;
    background-repeat: repeat;
}
.app-grid.bg-black, .modal-content.app-grid.bg-black{
    background-color: #545454;
}
.borderless.bg-black, .bottom.bg-black {
    background-color: #b0aeae;
}
#box-content .bg-old-book {
    background-image: url('../images/bg/bg_book_op.png');
    background-color: #f2f2f2;
    background-repeat: repeat;
}
.app-grid.bg-old-book, .modal-content.app-grid.bg-old-book{
    background-color: #d5ccbc;
}
.borderless.bg-old-book, .bottom.bg-old-book {
    background-color: #e0dcd3;
}
#box-content .wall-w {
    background-image: url('../images/bg/wall-w.png');
    background-color: #f2f2f2;
    background-repeat: repeat;
}
.app-grid.wall-w, .modal-content.app-grid.wall-w{
    background-color: #dbd9d8;
}
.borderless.wall-w, .bottom.wall-w {
    background-color: #e7e7e7;
}
span.ui.mobile-logo.text {
    font-size: 1.5em;
    top: 10px;
    position: relative;
    border-radius: 6px;
    padding: 5px 8px;
    left: 5px;
    background-color: #f2f2f2;
}
.ui.label.btn-page.circular.box4{
    padding: 2.5em !important;
}
#box-content .wall-b {
    background-image: url('../images/bg/wall-b.png');
    color: #fff !important;
    background-repeat: repeat;
}
.app-grid.wall-b, .modal-content.app-grid.wall-b{
    background-color: #79838c;
}
.borderless.wall-b, .bottom.wall-b {
    background-color: #879aa5;
}
#box-content .bg-white {
    background-color: #fff;
    background-image: none;
}
.app-grid.bg-white, .modal-content.app-grid.bg-white{
    background-color: #79838c;
}
.borderless.bg-white,  .bottom.bg-white {
    background-color: #e5e5e5;
}
#box-content .bg-so-yellow {
    background-color: #d4c67f;
    background-image: none;
}
.app-grid.bg-so-yellow, .modal-content.app-grid.bg-so-yellow{
    background-color: #d4ca98;
}
.borderless.bg-so-yellow, .bottom.bg-so-yellow {
    background-color: #eae4c8;
}
.box4 {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.box5 {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.box5:hover {
    box-shadow: 0px 7px 15px 3px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

.box10 {
    box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.5);
}

.box-image {
    padding: 5px;
    background-color: #fff;
}

.box-cat {
    padding: 5px;
    border-radius: 7px;
    border: 1px solid #d5d5d6;
    background-color: #fff;
}

.size-space {
    margin: 5px;
    padding: 2px 7px;
    border-radius: 5px;
    line-height: 180%;

}

.size-space.active {
    background-color: grey;
    color: white;
}

.tiny-fs {
    font-size: 0.8em;
}

.small-fs {
    font-size: 1em;
}

.medium-fs {
    font-size: 1.2em;
}

.large-fs {
    font-size: 1.4em;
}

.big-fs {
    font-size: 1.6em;
}

.huge-fs {
    font-size: 1.8em;
}

.lh-1 p, .lh-1 {
    line-height: 1.2em;
}

.lh-2 p, .lh-2 {
    line-height: 1.5em;
}

.lh-3 p, .lh-3 {
    line-height: 2em;
}

.lh-4 p, .lh-4 {
    line-height: 2.5em;
}

.lh-5 p, .lh-5 {
    line-height: 3em;
}

.ui.menu.fixed {
    font-size: 10px;
    /*opacity: 0.8;*/
    /*min-height: 50px;*/
}

.ui.menu .item {
    padding: 0 15px;
}

.ui.menu .item.active2 {
    background-color: #0c5460;
    color: white;
    font-weight: bold;
}

.ui.menu .item > a:not(.ui), a.header {
    color: grey;
}

.ui.menu .item.mobile-only {
    display: none;
}

.ui.menu .item .computer-only {
    display: block;
}

.ui.menu .seg-type {
    display: none;
}

.ui.menu .dropdown.item:hover ~ .ui.segment.container.seg-type {
    display: block;
}

.ui.segment.container.seg-type:hover {
    display: block;
}

a.ui.item.box5, a.ui.item.box4 {
    padding: 7px;
}

.menu-hidden {
    display: none !important;
}

.no-scroll {
    height: 100%;
    overflow: hidden;
}
.ui.ribbon.olive.label.lb-story{
    top: 5px;
    position: absolute;
    z-index: 10;
}
.modal-content .segment .item .content{
    padding: 8px;
}
.ui.modal>.actions .content {
    text-align: left;
    padding: 15px;
}
.home .story-item.right.label{
    top: 12px;
    right: 12px;
    padding: 4px 8px;
}
.home .story-item.left.label{
    top: 12px;
    left: 12px;
    padding: 4px 8px;
}
span.ui.teal.text {
    color: #619d9a;
}
.ui.orange.labels .label, .ui.ui.ui.orange.label {
    background-color: #df8d57;
}
.side-menu.label{
    margin-top: 10px;
}
.ui.menu .header.item.logo-mobile-only{
    display: none;
}
.ui.menu.fixed .header.item.logo-mobile-only{
    display: block;
}
.line-through{
    text-decoration: line-through;
}
@media (max-width: 764px) {
    .ui.menu .item.mobile-only {
        display: block;
    }
    .menu span.ui.medium.text,.menu span.ui.large.text {
        font-size: 0.7em;
    }

    .ui.menu .item .computer-only {
        display: none;
    }
    .hide-in-mobile {
        display: none !important;
    }

    .padding-150 {
        padding: 0 30px !important;
    }

    .margin-100 {
        margin-top: 100px;
    }

    .ui.small.header {
        font-size: 0.8em;
    }

    .ui.grid .sixteen.wide.column {
        padding: 0;
    }

    .ui.menu .item {
        padding: 0 5px;
    }
    .ui.chapter.menu {
        font-size: 0.8em;
    }
    .ui.pagination.chapter.menu .item {
        min-width: 2.5em;
        text-align: center;
    }
    h4.ui.header.grey.large.chapter-title {
        margin: 20px;
    }
    .ui.menu.bottom .item::before {
        background: none;
    }
    .ui.menu.bottom .item.setting, .ui.menu.borderless .item.setting {
        padding: 10px;
    }
    .ui.menu.bottom .ui.label>.icon{
        margin: 0;
        font-size: 1.5em;
    }
    .ui.menu.borderless .ui.label>.icon {
        margin: 0;
        font-size: 1.1em;
    }
    .ui.overlay.fullscreen.modal>.content.content.content {
        min-height: calc(100vh - 8.7rem);
    }
    .ui.grid.grid-completed{
        margin: 0;
    }
    .home span.ui.text.teal {
        font-size: 0.9em;
    }
    span.ui.text.teal.item-title{
        font-size: 0.9em;
    }
    label.ui.label.circular.box5 {
        font-size: 0.8em;
    }
}

@media (min-width: 768px) {
    .padding-150 {
        padding: 150px !important;
    }
}
