body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background: #F7F6F6;
}

i {
    margin-right: 5px;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: .6;
}

ul {
    list-style: none;
    padding-left: 0;
}

img {
    margin: 0 auto;
}

.btn-pink {
    font-family: 'Cherry Bomb One', cursive;
    border: solid 1px #EA33F7;
    background-color: #EA33F7;
    color: #fff;
    border-radius: 25px;
    padding: 1px 15px;
    font-size: 1.4em;
    /* letter-spacing: px; */
}


/*** HEADER ***/

header {
    background: #121212;
}

.header-ribbon {
    background: #EA33F7;
    color: #fff;
    font-size: .75em;
    padding: 2px;
}

.nav-brand {
    margin: 0 -15px;
    padding: 5px 0;
}

.nav-brand a img {
    width: 250px;
    margin: .8rem 1rem .5rem 1rem;
    border-bottom: dotted 3px #fff;
}


/*** CONTENT ***/

h1 {
    font-family: 'Cherry Bomb One', cursive;
    color: #EA33F7;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 3px;
    border-bottom: 4px dotted #EA33F750;
    margin-bottom: 0;
}

.h1-sub {
    display: block;
    font-size: .85em;
    margin-bottom: 1rem;
}

h2 {
    margin: 1rem auto;
    font-size: 1.1em;
    max-width: 500px;
    padding: 0 10px;
}

.title-short h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

h3 {
    font-size: 1.1em;
    color: #EA33F7;
    margin: 1rem 1rem 0 1rem;
}

.post-item {
    border: #ddd solid 1px;
    background-color: #fff;
    padding: 0;
    margin: 1rem 0;
}

.post-item-info {
    display: flex;
    justify-content: space-between;
    font-size: .8em;
    background-color: #ddd;
    padding: 3px 6px;
    margin-bottom: 1rem;
}

.post-item-cat {
    background-image: url(images/tag-fill.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 20px;
}

.post-item-thumb img,
.post-item-images img,
.post-item-priduct img {
    display: block;
    width: 90%;
    max-width: 480px;
}

.post-item-images img {
    margin: 1rem auto;
}

.post-item-dsc {
    font-size: .8em;
    font-weight: 300;
    margin: 1rem;
}

.post-item-btn a {
    display: block;
    font-family: 'Cherry Bomb One', cursive;
    letter-spacing: 2px;
    background: #EA33F7;
    color: #eee;
    text-decoration: none;
    text-align: center;
    margin: .5rem;
    padding: .4rem 0;
    font-size: 1.7em;
}

.pagination {
    font-family: 'Cherry Bomb One', cursive;
    margin-bottom: 3rem;
}

.pagination .page-item .page-link {
    border: none;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.3rem;
    text-align: center;
    padding: 6px;
    background: none;
    color: #aaa;
}

.pagination .page-item.current .page-link {
    border: solid 2px #EA33F7;
    color: #EA33F7;
    border-radius: 50%;
    padding-top: 1px;
    margin-top: 3px;
}

.pagination .page-item .page-link i {
    display: inline-block;
    height: 2.4rem;
}

.pagination .page-item.disabled {
    opacity: .3;
}


/** detail **/


/*** Side ***/

#side {}

.side-section {
    margin: 0 auto;
}

form {
    margin-bottom: 2rem;
}

.form-control {
    max-width: 250px;
    font-size: 12px;
    height: 36px;
    border-radius: 0;
}

.cat-list li {
    margin-bottom: 8px;
}

.cat-list li a {
    display: block;
    padding: 1px 5px;
    border: solid 1px #EA33F7;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 30%);
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    color: #EA33F7;
    text-decoration: none;
}

.link_list li {
    margin-bottom: 8px;
}

.link_list_item {
    display: block;
    padding: 10px 10px 10px 36px;
    border: solid 1px #aaa;
    /* border-radius: 6px; */
    box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 30%);
    font-size: .85em;
    font-weight: bold;
    line-height: 2;
    background: #fff;
    color: #797270;
    text-decoration: none;
    background-image: url(images/caret-right-fill.svg);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 20px;
}


/*** FOOTER ***/

footer {
    margin: 0;
    padding: 1rem;
    text-align: center;
    font-size: .7em;
    color: #fff;
    background: #121212;
}

footer p {
    margin: 0;
}

.footer-nav {
    display: flex;
    flex-direction: column;
}

.footer-nav li a {
    display: block;
    color: #fff;
    font-size: 1.2em;
    margin: .5rem;
    text-decoration: none;
    color: #EA33F7;
}


/*** BANNER ***/

.banners {
    width: 100%;
    text-align: center;
}

.banner-long {
    display: block;
    margin: 10px auto;
}

.banner-640 {
    display: block;
    margin: 40px auto;
}

.banner-468 {
    display: block;
    margin: 40px auto;
}

.banner-300 {
    display: none;
}

.banner-180 {
    display: block;
    margin: 10px auto;
}

@media (max-width: 1200px) {
    .banner-468 {
        display: none;
    }
    .banner-300 {
        display: block;
        margin: 10px auto;
    }
}

@media (max-width: 992px) {
    .banner-180 {
        display: inline;
    }
    .banner-long {
        display: none;
    }
    .banner-468 {
        display: block;
        margin: 10px auto;
    }
    .banner-300 {
        display: none;
    }
}

@media (max-width: 768px) {
    /* .banner-468 {
        display: block;
        margin: 10px auto;
    }

    .banner-300 {
        display: none;
    } */
}

@media (max-width: 526px) {
    .banner-468 {
        display: none;
    }
    .banner-300 {
        display: block;
        margin: 10px auto;
    }
}

@media (max-width: 375px) {
    .banner-180 {
        display: block;
        margin: 10px auto;
    }
}


/*** Media Querie ***/

@media (max-width: 992px) {
    .cat-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .cat-list li {
        width: 33%;
        padding: 0 3px;
    }
}


/*** SCroll anime ***/

.scroll-anime {
    position: relative;
    width: 24px;
    height: 50px;
    margin: 1rem auto;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #EA33F7;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}
