body{
    background: url("/images/product-bg.jpg") no-repeat top left;
}
#sp-main-body {
    padding: 20px 6rem 100px;
}
#sp-title{
    padding-left: 6rem;
    padding-right: 6rem;
}
#sp-main-body .row.jarow{
    padding: 50px;
    background-color: var(--third-color);
}
#shSortList{
    width: 150px;
    height: 32px;
}
.filter-current:not(.empty)>.selected-filters{
    border: 1px var(--secondary-color) solid;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.chosen-container-single .chosen-single{
    height: 32px;
    display: block;
    background: white;
    font-size: 14px;
    padding: 8px;
}
.filter-options-content input[type=checkbox]{
    accent-color: black;
}
.anime-item-2 {
    width: 10px;
    height: 10px;
    z-index: 1;
    top: 50%;
    margin-top: -10px;
    right: 0;
}
.anime-item-2::after, .anime-item-2::before {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--secondary-color);
    box-shadow: 3.694px -4.728px 38px 0 var(--secondary-color);
    margin-left: -5px;
    margin-top: -5px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    content: "";
}
.anime-item-2::before {
    -webkit-animation: inner-ripple 2s linear infinite;
    -moz-animation: inner-ripple 2s linear infinite;
    animation: inner-ripple 2s linear infinite;
}
.anime-item-2::after {
    -webkit-animation: outer-ripple 2s linear infinite;
    -moz-animation: outer-ripple 2s linear infinite;
    animation: outer-ripple 2s linear infinite;
}
@keyframes inner-ripple{
    0%{
        transform:scale(1);
        opacity:.5;
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1)
    }
    30%{
        transform:scale(2);
        opacity:.5;
        -webkit-transform:scale(2);
        -moz-transform:scale(2);
        -ms-transform:scale(2);
        -o-transform:scale(2)
    }
    100%{
        transform:scale(2.5);
        opacity:0;
        -webkit-transform:scale(2.5);
        -moz-transform:scale(2.5);
        -ms-transform:scale(2.5);
        -o-transform:scale(2.5)
    }
}
@keyframes outer-ripple{
    0%{
        transform:scale(1);
        opacity:.5;
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        -webkit-filter:alpha(opacity=50)
    }
    80%{
        transform:scale(1.5);
        opacity:0;
        -webkit-transform:scale(2.5);
        -moz-transform:scale(2.5);
        -ms-transform:scale(2.5);
        -o-transform:scale(2.5)
    }
    100%{
        transform:scale(3.5);
        opacity:0;
        -webkit-transform:scale(3.5);
        -moz-transform:scale(3.5);
        -ms-transform:scale(3.5);
        -o-transform:scale(3.5)
    }
}
.product-item-info .product-tag{
    background-color: #b9805026;
    font-size: 13px;
    line-height: 22px;
}
.ja-products-wrapper .product-item {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
}
.product-item-photo:before,
.product-item-photo:after{
    content: "";
    position: absolute;
    top: -200px;
    bottom: -200px;
    left: -200px;
    right: -200px;
    opacity: .8;
    transform: translate(580px, -580px) rotate(45deg);
    transition: all .7s ease;
}
.product-item-photo:after{
    background: linear-gradient(0deg,#996138 0%,#e7b481 40%,#996138 63%) 170% 200%;
}
.product-item-photo:before{
    background: linear-gradient(0deg,#99613800 10%,#e7b481 30%,#99613800 40%) 170% 200%;
    background-size: 220% 220%;
    z-index: 1;
    animation: shining 3s ease infinite paused;
}
.product-item-info:hover .product-item-photo:before,
.product-item-info:hover .product-item-photo:after{
    transition-duration: 1s;
    transform: translate(0, 0) rotate(45deg);
}
.product-item-info:hover .product-item-photo:before{
    animation-delay: 1s;
    animation-play-state: running;
}
.product-item-link,
.product-item-link:hover{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}
.link-wrapper{
    width: 130px;
    height: 130px;
    border: 1px black solid;
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease;
    transition-delay: .1s;
    color: black;
}
.link-wrapper>i{
    font-size: 35px;
}
.product-item-info:hover .link-wrapper{
    opacity: 1;
    transition-duration: 1s;
    transition-delay: .2s;
}
@-webkit-keyframes shining {
    0%{background-position:170% 200%}
    100%{background-position:24% 0%}
}
@-moz-keyframes shining {
    0%{background-position:170% 200%}
    100%{background-position:24% 0%}
}
@keyframes shining {
    0%{background-position:170% 200%}
    100%{background-position:24% 0%}
}
#bannerImgWrapper {
    background-color: white;
    margin: 0 20px 50px 20px;
}
#persianName{
    font-size: 22px;
}
#productContentWrapper{
    padding: 45px;
    background-color: var(--third-color);
}
.product-face>.showtime,
.product-image-gallery{
    direction: ltr;
}
.product-image-gallery{
    max-width: 509px;
}
#mainProperties .field-entry{
    margin-bottom: 10px;
}
.label-liner{
    font-family: sans-bold, serif;
    color: var(--primary-color);
    font-size: 17px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 15px;
    margin-top: 100px;
}
.label-liner:after{
    content: "";
    width: 100%;
    border-top: 1px var(--bs-border-color) solid;
    display: inline-block;
    margin-right: 15px;
}
.striped-list li{
    padding: 10px 20px;
}
.striped-list li:nth-child(odd){
    background-color: #f0f0f0;
}
.child-label-has-min-with li .field-label{
    min-width: 220px;
    display: inline-block;
}
