
@-webkit-keyframes intro-animation {
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes intro-animation {
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}


@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

/*animate*/
.hmodal {
    z-index: 1054;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
/*bg_dark_start*/
.blurBackstage {
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1053;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
/*bg_dark_start*/


/*right_menu_start*/

.hmodal#shopFilter,
.hmodal#rightMenu{
    inset-inline-start: -100%;
    width: 320px;
}
.hmodal#basketMenu{
    inset-inline-end: -100%;
}


.hmodal#shopFilter.showModal,
.hmodal#rightMenu.showModal{
    inset-inline-start: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.hmodal#basketMenu.showModal{
    inset-inline-end: 0;
}


.hmodal#searching{
    top: -100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all .7s ease;
    -o-transition:all .7s ease;
    -moz-transition:all .7s ease;
    transition:all .7s ease;
}
.hmodal#searching.showModal{
    top: 2.5rem;
    opacity: 1;
    visibility: visible;
    transition:all .7s ease;
}



/*tab-box*/
.tab-content__pane{
    display: none;
}
.tab-content__pane.show{
    display: block;
}
.tab-content__pane.show .product-box{
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-animation ease-in-out 0.33333s;
    animation: 0.4s intro-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
/*tab-box*/


/*more-reed-*/
.introduction {
    overflow: hidden;
    height: 25rem;
    line-height: 2rem;
    position: relative
}
.add-class-introduction {
    height: auto!important;
    overflow: visible!important;
    padding-bottom: 2rem;
}
.view-less {
    display: none
}
.add-class-view-less {
    display: block
}
.add-class-introduction-span {
    display: none
}
.read-more::before {
    content: "";
    position: absolute;
    top: -3rem;
    left: 0;
    display: block;
    width: 100%;
    height: 3rem;
    /*background: #fff;*/
    background:
            -webkit-gradient(
                    linear, left bottom, left top, color-stop(40%, #fff),to(transparent)
            );
    background:
            -o-linear-gradient(
                    bottom, #fff 40%,transparent
            );
    background:
            linear-gradient(
                    0deg, #fff 40%,transparent
            );
}
/*more-reed-comment*/


/*editor*/
@media screen and (min-width: 640px) {
    .editor ul {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.editor ul {
    display: -ms-grid;
    display: grid;
    list-style-position: inside;
    padding: .75rem;
    background-color: rgb(243 244 246);
    border-radius: 0.375rem;
    border: 1px solid #e5e7eb;
    list-style-type: disc;
}
.editor > ul li {
    padding: 0.20rem;
}
.editor > ul li a:hover {
    color: blue;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.editor img{
    margin: 0 auto;
}
.editor strong{
    color: inherit;
}
.editor h2  {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 700;
}
.editor p  {
    color: var(--gray-color);
    font-size: 0.75rem;
    line-height: 2;
}
/*editor*/

.h-fixed{
    background-attachment: fixed;
}

.top-header-add{
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    max-width: 100%;
    margin: 0 auto;
    animation:slideInDown 0.6s;
    background: var(--primary-color);
}


/*pagination*/
.pagination button.active{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / 1);

}
/*pagination*/
