body{
    background-color: #fafafa!important;
}
.dropdown-menu.show{
    margin-top:0;
    display: inherit;
}
.comment-list .page-numbers{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
    margin-right: 0.25rem;
}
.comment-list .page-numbers:hover{
    background-color: #bb2d3b;
    border-color: #b02a37;
}
.comment-list .page-numbers.current{
    cursor: default;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.15rem rgb(255 255 255 / 50%);
}
.website-title{
    color: #212529!important;
    z-index: 1;
    display: flex;
}
.website-title img{
    width:30px;
    height:30px;
    margin-right: 5px;
    border-radius: 50%;
}
footer a{
    transition: color .15s linear;
}
.splide__slide h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.splide__arrows{
    display: none;
}
.splide__pagination__page{
    background-color: #eaeaea;
}
.splide__pagination__page.is-active{
    background-color: #a0a0a0;
}
.post-list-image{
    height: 160px;
    overflow: hidden;
}
img{
    max-width: 100%;
    height: auto;
}
.night-mode{
    background-color: #333;
    color: #ddd;
}
.pre{
    white-space: pre-line;
}
.woocommerce .woocommerce-breadcrumb{
    margin: 2em 0;
}
.woocommerce nav.woocommerce-pagination ul{
    border:0;
}
.woocommerce nav.woocommerce-pagination ul li{
    border-right: 0;
}
.woocommerce .page-numbers li .page-numbers{
    margin-left: -1px;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce .page-numbers li:first-child .page-numbers {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    margin-left: 0px;
}
.woocommerce .page-numbers li:last-child .page-numbers {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.cart-nav{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cart-nav .cart-nav-btn{
    position: relative;
    padding-right: 15px;
}
.cart-nav .cart-nav-btn .cart-nav-btn-count{
    position: absolute;
    top: -12px;
    right: 0px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    background: #dd3444;
    border-radius: 50px;
}
.cart-nav .cart-nav-btn .cart-nav-btn-count small{
    font-size: 14px;
}
.dropdown-cart{
    min-width: 320px;
    min-width: 230px;
}
.dropdown-cart .cart-nav-item{
    display: flex;
    flex-direction: row;
}
.dropdown-cart .cart-nav-item .cart-nav-item-image{
    flex:1;
    margin-right:15px;
    margin-top:6px;
}
.dropdown-cart .cart-nav-item .cart-nav-item-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex:3;
}
.dropdown-cart .cart-nav-item .cart-nav-item-info a{
    color: #212529;
}
.dropdown-cart .cart-nav-item .cart-nav-item-tool{
    align-items: center;
    display: flex;
    margin-left:15px;
}
.dropdown-cart .cart-nav-item .cart-nav-item-tool a{
    padding: 1px;
    font-size: 20px;
    height: 1.3em;
    width: 1.3em;
    line-height: 1em;
}
.dropdown-cart.dropdown-menu > li:hover{
    background: transparent;
}
@keyframes f4ek4deu-B{0%{opacity:.25}100%{opacity:1}}
.try{
    animation-direction: alternate;
    animation-iteration-count: infinite;
    background-color: #d8d8d8;
    animation-timing-function: steps(10,end);
    opacity: .25;
    animation-duration: 1s;
    animation-name: f4ek4deu-B;
    animation-delay: 1000ms;
}
@media (max-width: 991px) {
    .dropdown-cart .cart-nav-item .cart-nav-item-info{
        flex:7;
    }
}
@media (max-width: 767px) {
    .dropdown-cart .cart-nav-item .cart-nav-item-info{
        flex:3;
    }
}