/**
* kk Star Ratings
* @see https://github.com/kamalkhan/kk-star-ratings
*/
 .kk-star-ratings {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}.kk-star-ratings.kksr-shortcode {display: -webkit-inline-box;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;}.kk-star-ratings.kksr-valign-top {margin-bottom: 2rem;}.kk-star-ratings.kksr-valign-bottom {margin-top: 2rem;}.kk-star-ratings.kksr-align-left {-webkit-box-pack: flex-start;-webkit-justify-content: flex-start;-ms-flex-pack: flex-start;justify-content: flex-start;}.kk-star-ratings.kksr-align-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}.kk-star-ratings.kksr-align-right {-webkit-box-pack: flex-end;-webkit-justify-content: flex-end;-ms-flex-pack: flex-end;justify-content: flex-end;}.kk-star-ratings .kksr-muted {opacity: .5;}.kk-star-ratings .kksr-stars {position: relative;}.kk-star-ratings .kksr-stars .kksr-stars-active, .kk-star-ratings .kksr-stars .kksr-stars-inactive {display: flex;}.kk-star-ratings .kksr-stars .kksr-stars-active {overflow: hidden;position: absolute;top: 0;left: 0;}.kk-star-ratings .kksr-stars .kksr-star {cursor: pointer;padding-right: 0px;}.kk-star-ratings.kksr-disabled .kksr-stars .kksr-star {cursor: default;}.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {transition: .3s all;}.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active {width: 0 !important;}.kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {background-image: url(https://music.atilab.ir/wp-content/plugins/kk-star-ratings/src/core/public/css/../svg/inactive.svg);}.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {background-image: url(https://music.atilab.ir/wp-content/plugins/kk-star-ratings/src/core/public/css/../svg/active.svg);}.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {background-image: url(https://music.atilab.ir/wp-content/plugins/kk-star-ratings/src/core/public/css/../svg/selected.svg);}.kk-star-ratings .kksr-legend {margin-left: .75rem;margin-right: .75rem;}[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-stars-active {left: auto;right: 0;}*{box-sizing:border-box;padding:0;margin:0;border:0;outline:0}body{direction:rtl;color:#1b262c;overflow-x:hidden;cursor:default;background:var(--body--hue)}input,button,textarea{background:none}h1,h2,h3,h4,h5,h6{font-weight:400}a{text-decoration:none;color:#1b262c;transition:all 300ms ease-out}a:hover{text-decoration:none;color:var(--hover--hue)}img{border:0;max-width:100%;height:auto}ul,li{border:0;padding:0;margin:0;list-style:none}button,label{cursor:pointer}strong,b{font-weight:400}.width{margin:0 auto;width:96%}.flex{display:flex;flex-wrap:wrap;align-items:center}.flex2{display:flex;flex-wrap:wrap}.header{background:var(--main--hue);padding:1em 0;border-bottom:3px solid RGB(0 0 0 / .1)}.header .flex{justify-content:space-between;gap:.3em}.textlogo{margin-left:.5em;background-repeat:no-repeat;background-size:contain;background-position:right;width:126px;height:42px}.textlogo h1,.textlogo span,.txlg2 h1,.txlg2 span{opacity:0;visibility:hidden}.txlg2{background-size:100px 38px;background-position:center;margin-left:.5em;height:38px;width:100px;justify-content:center;align-items:center;display:flex}.txlg2 img{height:38px;width:100px}.header li a{color:#fff;padding:7px 10px;text-shadow:0 1px RGB(0 0 0 / .7)}.header li a:hover{border-bottom:0;background:#fff;color:var(--main--hue);text-shadow:none;border-radius:5px}.search{background:#fff;width:320px;position:relative;border-radius:15px;overflow:hidden}.search input{padding:1.2em;width:100%}.search button{position:absolute;left:7px;background:var(--main--hue);color:#fff;padding:9px 10px;border-radius:10px;top:7px}.headads{background:#fff;box-shadow:0 5px 10px RGB(0 0 0 / .1);border-radius:10px;margin:1.5em auto 0;padding:1em}.headads a,.headads img{display:block;margin:0 auto;border-radius:8px}.headads img{box-shadow:0 5px 10px RGB(0 0 0 / .05)}.hding{text-align:center;padding:.7em}.hding h1{font-size:17px;text-align:center;color:var(--main--hue);font-weight:400}.specials{margin:1.5em auto 0;border-radius:8px}.specials ul li{width:16.66%;padding:0 7px;align-items:stretch}.specials ul li a{position:relative;display:block;overflow:hidden;border-radius:8px;border:3px solid #fff;background:#fff}.specials ul li span{position:absolute;top:0;width:100%;height:100%;right:0;background:RGB(0 0 0 / .6);color:#fff;align-items:center;display:flex;padding:1em;justify-content:center;opacity:0;visibility:hidden;transform:scale(1.1);transition:all 300ms ease-out;text-align:center}.specials ul li:hover span{opacity:1;visibility:visible;transform:scale(1)}.specials ul li img{display:block;width:100%}.width.flex2{margin-top:1.5em}.mcenter{width:80%;padding:0 1em}.mright{width:70%;flex-direction:row-reverse;justify-content:space-between;align-items:stretch}.sidebar.right{width:20%}.sidebar.left{width:30%}.sidebar .sbox{padding:0}.sidebar .sbox>ul{padding:1em}.posts{border-radius:10px;overflow:hidden;margin-bottom:1em;background:#fff;box-shadow:0 5px 10px RGB(0 0 0 / .1)}.posts header{padding:1em;background:var(--main--hue);border-bottom:2px solid RGB(0 0 0 / .2)}.posts header h2,.posts header h1{font-size:16px;color:#fff}.posts header a{color:#fff;display:flex;align-items:center;gap:.5em}.posts header a:before{content:"";width:18px;height:20px;background-size:cover;filter:invert(1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 639.33 719.15'%3E%3Cpath d='M209.33,733.33a104,104,0,1,0-104-104A104,104,0,0,0,209.33,733.33Z' transform='translate(-80.33 -39.18)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M694.67,560V153.34c0-86.67-54.34-98.67-109.34-83.67l-208,56.67c-38,10.33-64,40.33-64,83.66V629' transform='translate(-80.33 -39.18)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M590.67,664a104,104,0,1,0-104-104A104,104,0,0,0,590.67,664Z' transform='translate(-80.33 -39.18)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M313.33,317.33l381.34-104' transform='translate(-80.33 -39.18)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3C/svg%3E")}.posts footer{border-top:1px solid #f2f2f2;padding:1em;justify-content:center;gap:1em}.posts footer ul{font-size:14px;color:#595959;gap:.5em;justify-content:center}.posts footer ul li{display:flex;align-items:center;gap:.4em}.posts footer ul li:before{content:"";width:14px;height:14px;opacity:.2;background-size:cover}.posts footer ul .cat:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 716.67 716.67'%3E%3Cpath d='M566.67,333.33h66.66q100,0,100-100V166.67q0-100-100-100H566.67q-100,0-100,100v66.66Q466.67,333.34,566.67,333.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M166.67,733.33h66.66q100,0,100-100V566.67q0-100-100-100H166.67q-100,0-100,100v66.66Q66.67,733.34,166.67,733.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M200,333.33A133.33,133.33,0,1,0,66.67,200,133.33,133.33,0,0,0,200,333.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M600,733.33A133.33,133.33,0,1,0,466.67,600,133.33,133.33,0,0,0,600,733.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3C/svg%3E")}.posts footer ul .time:before{width:13px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 650 717'%3E%3Cpath d='M266.67,66.67v100' transform='translate(-75 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M533.33,66.67v100' transform='translate(-75 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M533.33,116.67c111,6,166.67,48.33,166.67,205v206c0,137.33-33.33,206-200,206H300c-166.67,0-200-68.67-200-206v-206C100,165,155.67,123,266.67,116.67Z' transform='translate(-75 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M691.67,586.67H108.33' transform='translate(-75 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M400,275c-41,0-75.67,22.33-75.67,65.67,0,20.66,9.67,36.33,24.34,46.33-20.34,12-32,31.33-32,54,0,41.33,31.66,67,83.33,67,51.33,0,83.33-25.67,83.33-67,0-22.67-11.66-42.33-32.33-54,15-10.33,24.33-25.67,24.33-46.33C475.33,297.33,441,275,400,275Zm0,94.67c-17.33,0-30-10.34-30-26.67,0-16.67,12.67-26.33,30-26.33s30,9.66,30,26.33C430,359.33,417.33,369.67,400,369.67Zm0,97c-22,0-38-11-38-31S378,405,400,405s38,11,38,30.67C438,455.67,422,466.67,400,466.67Z' transform='translate(-75 -41.67)'/%3E%3C/svg%3E")}.posts footer ul .views:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 716.67 716.67'%3E%3Cpath d='M66.67,733.33H733.33' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M325,133.33v600H475v-600c0-36.66-15-66.66-60-66.66H385C340,66.67,325,96.67,325,133.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M100,333.33v400H233.33v-400c0-36.66-13.33-66.66-53.33-66.66H153.33C113.33,266.67,100,296.67,100,333.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M566.67,500V733.33H700V500c0-36.67-13.33-66.67-53.33-66.67H620C580,433.33,566.67,463.33,566.67,500Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3C/svg%3E")}.posts footer ul .cmmnts:before,.sbox.commentsfrom header::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 716.67 716.65'%3E%3Cpath d='M733.33,208.33v170c0,42.34-14,78-39,102.67-24.66,25-60.33,39-102.66,39v60.33c0,22.67-25.34,36.34-44,23.67l-32.34-21.33A121,121,0,0,0,519.67,549V413.33c0-68-45.34-113.33-113.34-113.33H180c-4.67,0-9,.33-13.33.67V208.33c0-85,56.66-141.66,141.66-141.66H591.67C676.67,66.67,733.33,123.33,733.33,208.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M519.67,413.33V549a121,121,0,0,1-4.34,33.67c-12.33,49-53,79.66-109,79.66H315.67L215,729.33c-15,10.34-35-.66-35-18.66V662.33c-34,0-62.33-11.33-82-31C78,611.33,66.67,583,66.67,549V413.33c0-63.33,39.33-107,100-112.66,4.33-.34,8.66-.67,13.33-.67H406.33C474.33,300,519.67,345.33,519.67,413.33Z' transform='translate(-41.67 -41.67)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3C/svg%3E")}.sbox.commentsfrom header::before{width:18px}.posts footer ul li a{color:#595959}.posts footer ul li a:hover{color:var(--main--hue)}.posts .more{background:#1b262c;box-shadow:2px 2px 8px rgb(0 0 0 / .15);color:#fff;padding:10px;border-radius:7px;width:100%;text-align:center}.posts .more:hover{background:var(--main--hue)}.sbox{margin:0 0 1em;border-top:0;line-height:2.2;background:#fff;box-shadow:0 5px 10px RGB(0 0 0 / .1);overflow:hidden;border-radius:1em}.sbox header{font-size:15px;background:var(--main--hue);color:#fff;padding:.8em .8em .6em;border-bottom:2px solid RGB(0 0 0 / .15);line-height:1.8;display:flex;align-items:center;gap:.5em}.sbox header:before{content:"";width:15px;height:18px;background-size:cover;filter:invert(1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 617 717.59'%3E%3Cpath d='M265.67,733.33A133.33,133.33,0,1,0,132.33,600,133.33,133.33,0,0,0,265.67,733.33Z' transform='translate(-107.33 -40.74)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M399,600V133.33' transform='translate(-107.33 -40.74)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3Cpath d='M487,70.33l147.33,49c35.67,12,65,52.34,65,90v39c0,51-39.33,79.34-87.66,63.34l-147.34-49c-35.66-12-65-52.34-65-90V133.33C399,82.67,438.67,54,487,70.33Z' transform='translate(-107.33 -40.74)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='50'/%3E%3C/svg%3E")}.sbox li ul{padding-right:1em}.sbox li ul li a{color:#595959;font-size:13px}.sbox li:before{content:"";width:7px;height:7px;border:1px solid #e5e5e5;transform:rotate(45deg);border-radius:3px;margin:9px 0 0 5px;float:right}.sbox li ul li:before{width:5px;height:5px;border-radius:2px;margin:10px 0 0 5px}.the_content{padding:1em;line-height:2.2}.the_content a{color:var(--hover--hue)}.the_content img{border-radius:10px;margin:.5em 0}.the_content h2,.the_content h3{font-size:17px}.the_content b,.the_content strong{font-weight:700}.the_content audio{width:100%;margin:.5em 0 0}.sbcrb{padding:.7em 1em}.sbcrb a{color:var(--main--hue)}.singleads{padding:0 1em 1em}.singleads a,.singleads img{display:block;margin:0 auto}.mpagenavi{flex-direction:row-reverse;justify-content:center}.mpagenavi a,.mpagenavi span{height:40px;width:40px;display:flex;justify-content:center;align-items:center;margin:5px;border-radius:14px;background:#fff;box-shadow:0 5px 10px RGB(0 0 0 / .1)}.mpagenavi a:hover,.mpagenavi .current{background:var(--main--hue);color:#fff}.footer{background:#1b262c;padding-top:1em;margin-top:1em}.footer .flex2{margin:0 auto}.footbox{width:33.33%}.footbox:nth-child(2){padding:0 1em}.footbox h5{color:#fff;font-size:17px;border-bottom:1px solid rgb(255 255 255 / .1);padding:0 0 10px}.footbox ul{line-height:2.2;padding:5px 0}.footbox li a{color:rgb(255 255 255 / .6)}.footbox li a:before{content:"";width:4px;height:10px;background:rgb(255 255 255 / 15%);float:right;margin:10px 0 0 7px;border-radius:1px}.footbox li a:hover{color:#fff}.copyright{background:#323c42;text-align:center;color:#fff;padding:1em 0;margin-top:.5em;width:100%;border-radius:8px 8px 0 0;font-size:15px}.copyright a{color:#fff}.notfound{color:#595959}.notfound img{margin:1em auto;display:block}.notfound form{position:relative;width:95%;margin:1em auto}.notfound input{background:#f2f2f2;height:42px;width:100%;border-radius:10px;padding:0 1em}.notfound button{position:absolute;height:32px;background:var(--main--hue);color:#fff;left:5px;top:5px;border-radius:10px;padding:0 1em}.singers,.boxdownload{width:80%;margin:0 auto;padding:0 0 .5em}.boxdownload .player{background:RGB(0 0 0 / .1);display:block;text-align:center;padding:5px;border-radius:5px;margin:0 0 1em}.boxdownload audio,.boxdownload video{width:100%}.singers a,.boxdownload a{background:var(--main--hue);color:#fff!important;display:flex;margin:.7em 0 1em;font-size:16px;padding:.8em 1em;text-align:center;border-radius:10px;border-bottom:2px solid RGB(0 0 0 / .2);justify-content:center;align-items:center;flex-wrap:wrap;gap:.5em}.singers a{margin-top:0;font-weight:400}.boxdownload a:hover,.singers a{background:#1b262c!important;box-shadow:0 3px 8px rgb(0 0 0 / .2)}.singers a:hover{background:#111}.boxdownload a::before{content:"";width:16px;height:16px;filter:invert(1);background-size:cover;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 505 516.67'%3E%3Cpath d='M187.5,500a25,25,0,0,0-50,0Zm-25,33.33h0ZM642.5,500a25,25,0,0,0-50,0ZM370.29,518a25,25,0,1,0,39.42,30.75ZM539.71,382a25,25,0,1,0-39.42-30.75ZM370.29,548.71A25,25,0,1,0,409.71,518ZM279.71,351.29A25,25,0,1,0,240.29,382Zm85.29,182a25,25,0,0,0,50,0Zm50-366.66a25,25,0,1,0-50,0ZM137.5,500v33.33h50V500Zm0,33.33c0,68.44,54.25,125,122.5,125v-50c-39.45,0-72.5-33-72.5-75Zm122.5,125H520v-50H260Zm260,0c68.25,0,122.5-56.56,122.5-125h-50c0,42-33,75-72.5,75Zm122.5-125V500h-50v33.33ZM409.71,548.71,539.71,382l-39.42-30.75L370.29,518Zm0-30.75-130-166.67L240.29,382l130,166.67ZM415,533.33V166.67H365V533.33Z' transform='translate(-137.5 -141.67)'/%3E%3C/svg%3E")}.eplfx a{position:fixed;left:1em;top:1em;padding:1em 1.5em;font-size:15px;border-radius:10px;color:#fff!important;background:var(--main--hue);border:2px solid #f2f2f2}.ctags{display:flex;width:100%;background:#f2f2f2;padding:3px 10px;font-size:14px;font-weight:400;border-radius:10px;color:RGB(0 0 0 / .6);justify-content:center}.ctags a{color:RGB(0 0 0 / .7);margin:5px}.ctags a:hover{color:var(--hover--hue)}.social{flex-direction:row-reverse;justify-content:center;margin-top:.5em;gap:.6em}.social a{height:38px;border-radius:12px;background-color:#1B262C;display:flex;fill:rgb(255 255 255 / 20%);padding:0 .8em;align-items:center;gap:.4em}.social a:hover{background-color:var(--main--hue);fill:#fff}.commentsfrom form{padding:.7em}.commentsfrom .holder{justify-content:space-between;margin-bottom:1em}.commentsfrom input,.commentsfrom textarea{background:#f2f2f2;padding:1em 1.2em;border-radius:8px}.commentsfrom input{width:49%}.commentsfrom textarea{width:100%;resize:none}.commentsfrom button{background:var(--main--hue);padding:7px 15px;border-radius:8px;color:#fff;font-size:15px}.answer li{background:#fff;box-shadow:0 5px 10px RGB(0 0 0 / .1);margin-bottom:1em;padding:.5em;border-radius:5px;background:#fff;box-shadow:0 5px 10px RGB(0 0 0 / .1);margin-bottom:1em;padding:.5em;border-radius:5px}.answer .chdr{background:#f2f2f2;justify-content:space-between;padding:.5em;border-radius:5px}.answer .chdr strong{color:#000;display:flex;align-items:center;font-size:15px}.answer .chdr strong b{color:#fff;background:var(--main--hue);font-weight:400;padding:0 5px;border-radius:5px;margin:0 5px;font-size:12px}.answer .chdr span{color:#555;font-size:13px}.answer li p{padding:1em .5em .5em;color:#444}.answer ul{margin-right:1em}.vebeetpre,.vebeetnext{position:fixed;height:85px;top:50%;z-index:9;transform:translate(0,-50%);width:36px;right:0;border-radius:10px 0 0 10px;color:#fff;background:var(--main--hue);font-size:13px}.vebeetpre:hover,.vebeetnext:hover{color:#fff;background:#333}.vebeetpre{right:initial;left:0;border-radius:0 10px 10px 0}.vebeetnext span,.vebeetpre span{transform:rotate(-90deg) translate(-50%,0);position:absolute;width:67px;text-align:center}.vebeetnext span{left:-1.15em}.vebeetpre span{right:-.9em}.social.scils,.shortlink{width:100%;margin:0}.social.scils a{background-color:#f2f2f2;color:#1b262c;fill:rgb(0 0 0 / 40%)}.social.scils a:hover{background-color:var(--main--hue);color:#fff;fill:#fff}.shortlink h3,.social h3{background:RGB(0 0 0 / .1);display:block;text-align:center;padding:7px 5px;border-radius:5px;margin:0 0 .7em;font-size:13px;font-weight:400;width:100%}.social h3{margin:0 0 .2em}.shortlink textarea{direction:ltr;padding:4px;font-size:12px;resize:none;border-radius:3px;height:28px;width:100%;border:1px solid #f2f2f2;color:#595959;margin:0 0 -.5em;text-align:center;overflow:hidden}.specials.spcls{margin:0}.specials.spcls ul{padding:.5em;align-items:stretch}.specials.spclm ul{align-items:stretch}.specials.spcls ul li{width:25%;padding:0 2px}.sbox .specials.spcls li:before,.sbox .specials.spclm li:before{display:none}.specials.spcls ul li img{border-radius:8px}.specials.spcls ul li span,.specials.spclm ul li span{position:inherit;height:auto;transform:none;opacity:1;visibility:visible;padding:0;background:none;color:#595959;font-size:13px;text-align:center;line-height:1.5;margin-top:5px}.specials.spclm ul li span{margin:5px 0}.specials.spcls ul li:hover span{color:var(--main--hue)}.telinsta{width:80%;margin:0 auto;padding:0 0 1em;display:flex;justify-content:space-between}.telinsta a{color:#fff!important;display:flex;padding:.7em;text-align:center;border-radius:10px;justify-content:center;align-items:center;width:48.5%;border-bottom:2px solid RGB(0 0 0 / .2);fill:#fff;gap:.4em}.telinsta .telg{background:#2da4e0}.telinsta .insta{background:#a72de0}.telinsta a:hover{background:#1b262c}.mcenter.mcenter2{width:100%;padding:0 0 0 1em}.boxdownload a span{background:RGB(0 0 0 / .2);font-size:12px;padding:2px 6px;border-radius:7px;margin:2px 5px}.mcnotice{position:fixed;height:50px;bottom:0;left:0;right:0;background:var(--note--hue);text-align:center;display:flex;justify-content:center;align-items:center;font-size:15px;font-weight:700;z-index:595959}.mcnotice a{color:var(--notea--hue)!important;font-weight:400}.mnotp{padding-bottom:50px}.copyright{line-height:2}.side_right{flex-direction:row-reverse}.side_right .mcenter{padding:0 1em 0 0}.msct_svg{display:flex;position:absolute;width:0;height:0}@media screen and (max-width:800px){.header nav,.search,.mcenter,.sidebar.right,.sidebar.left,.mright{width:100%}.mcenter{padding:0}.mpagenavi{margin-bottom:1em}}@media screen and (max-width:640px){.specials ul li{width:33.33%;padding:7px}.specials,.headads{margin:.5em auto 0}.width.flex2{margin-top:1em}.footbox,.commentsfrom button{width:100%}.footbox:nth-child(2){padding:1em 0}.copyright{margin-top:1em}}@media screen and (max-width:520px){.header .flex{justify-content:center}.header nav ul{display:block;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding:1em 0}.header nav ul li{display:inline-block}.boxdownload,.telinsta{width:90%}.header{padding:.5em 0}.textlogo{margin:0}}@media screen and (max-width:375px){.specials ul li{width:50%}.telinsta{flex-direction:column}.telinsta a{width:100%}.telinsta a:nth-child(2){margin-top:1em}}@media screen and (max-width:280px){.boxdownload a::before{display:none}.commentsfrom .holder{flex-direction:column}.commentsfrom input{width:100%}.commentsfrom .mail{margin-top:1em}}