@font-face {
    font-display: swap;
    font-family: ykbkh;
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/ykbkh.woff2) format("woff2")
}
a,article,audio,b,body,caption,center,code,div,dl,em,embed,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,img,input,label,legend,li,menu,nav,object,ol,p,pre,s,section,small,span,strong,sub,textarea,time,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0
}
article,header,menu,nav,section {
    display: block
}
li,ol,ul {
    list-style: none
}
strong {
    font-weight: 700
}
input {
    outline: 0
}
*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
A {
    text-decoration: none
}
A IMG,IMG {
    border: 0
}
.clear {
    clear: both
}
.clear:before,.container:after {
    content: "";
    display: table
}
.clear_none {
    display: none
}
.block {
    display: block
}
.inline-block {
    display: inline-block
}
.left {
    float: left
}
.right {
    float: right
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
object {
    pointer-events: none
}
.bpostArchive {
    border-radius: 10px;
    display: block;
    background: #373737;
    width: 100%;
    color: #f7f7f7!important;
    padding: 10px;
    margin-bottom: 8px
}
.bpostArchive:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(./images/icon-album.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle
}
.bpostArchive:hover {
    background: #aaa
}
.similar-title {
    font-weight: 700;
    font-size: 18px;
    margin-top: 25px;
    color: #000
}
.bpostsMain {
    margin-bottom: 10px
}
.space1 {
    height: 100px
}
body {
    font: 300 13px ykbkh;
    text-align: center;
    direction: rtl;
    background: #ffffff;
    cursor: default;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02"
}
.page-numbers {
    padding: 5px 20px;
    background: #65cbbe;
    border-radius: 30px;
    margin: 5px;
    color: #f5fafc
}
.d1000 {
    margin: 0 auto
}
.d80 {
    width: 90%;
    margin: 0 auto;
    min-width: 1200px;
    border-radius: 20px
}
.gform_wrapper {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    padding: 40px 20px!important
}
.gform_wrapper form {
    max-width: 500px!important;
    width: 100%!important;
    background: #fefefe!important;
    padding: 30px!important;
    border-radius: 16px!important;
    box-shadow: 0 8px 24px rgba(0,0,0,.08)!important;
    font-family: Vazirmatn,sans-serif!important;
    direction: rtl!important
}
.gform_wrapper .gform_title {
    text-align: center!important;
    color: #204ce5!important;
    font-size: 22px!important;
    margin-bottom: 25px!important
}
.gform_wrapper .gfield_label,.gform_wrapper .gform-field-label {
    color: #333!important;
    font-weight: 500!important;
    margin-bottom: 5px!important
}
.gform_wrapper input[type=email],.gform_wrapper input[type=text] {
    width: 100%!important;
    padding: 12px!important;
    border: 1px solid #ccc!important;
    border-radius: 8px!important;
    transition: border-color .3s,box-shadow .3s!important;
    font-size: 15px!important
}
.gform_wrapper input[type=email]:focus,.gform_wrapper input[type=text]:focus {
    border-color: #204ce5!important;
    box-shadow: 0 0 0 3px rgba(32,76,229,.1)!important;
    outline: 0!important
}
.gform_wrapper input[type=submit] {
    width: 100%!important;
    background: #23b229!important;
    color: #fff!important;
    border: none!important;
    padding: 14px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    border-radius: 10px!important;
    cursor: pointer!important;
    transition: background .3s!important;
    margin-top: 20px!important
}
.gform_wrapper input[type=submit]:hover {
    background: #001ab3!important
}
.gform_wrapper .ginput_product_price_label {
    display: block!important;
    margin-top: 10px!important;
    margin-bottom: 5px!important;
    color: #555!important;
    font-size: 14px!important
}
.gform_wrapper .ginput_product_price {
    background: #f3f6fd!important;
    color: #238bff!important;
    font-weight: 700!important;
    text-align: center!important;
    border: none!important;
    border-radius: 6px!important;
    padding: 10px!important;
    font-size: 16px!important
}
.gform_wrapper .gfield {
    margin-bottom: 20px!important
}
.gform_wrapper .akismet-fields-container {
    display: none!important
}
@media (max-width: 1400px) {
    .d100,.d80 {
        width:100%;
        min-width: 100%;
        border-radius: 0
    }
    .d1000 {
        width: 94%
    }
}
.gform_title {
    display: none!important
}
.mb75 {
    margin-bottom: 75px
}
header {
    padding: 15px 35px;
    transition: .1s
}
header .d1000 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}
.header_logo {
    display: block;
    background-image: url(./images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 220px;
    height: 45px;
    min-width: 120px
}
header .header_logo b {
    color: #65cbbe;
    padding-right: 5px
}
header .header_logo img {
    transition: .1s;
    width: auto;
    margin-left: 30px
}
.menu {
    flex: 1
}
.menu_main {
    display: flex;
    align-items: center
}
.menulink {
    display: flex;
    align-items: center;
    gap: 8px
}
.menulink a {
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
}
.search {
    display: block;
    float: left;
    width: 30%;
    min-width: 220px;
    border-radius: 5px;
    position: relative;
    background: #373737;
}
.search.active {
    right: 50px;
    opacity: 1
}
.search input {
    display: block;
    width: 100%;
    border-radius: 26px;
    background: 0 0;
    border: 0;
    outline: 0;
    padding: 0 20px;
    font-weight: 300;
    transition: .1s;
    line-height: 48px
}
.search input::placeholder {
    color: #5f5f5f;
    line-height: 60px
}
#s {
    color: #fff;
}
#s::placeholder {
    color: #fff;
    opacity: 1;
}
.search button {
    position: absolute;
    top: 9px;
    left: 9px;
    height: 25px;
    width: 25px;
    outline: 0;
    cursor: pointer;
    font-size: 22px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='white'><path d='M22.412 20.996l5.292 5.292-1.416 1.416-5.292-5.292A10.933 10.933 0 0 1 13 24C7.486 24 3 19.514 3 14S7.486 4 13 4s10 4.486 10 10c0 2.698-1.063 5.145-2.588 6.996zM5 14c0 4.411 3.589 8 8 8s8-3.589 8-8-3.589-8-8-8-8 3.589-8 8z'/></svg>") no-repeat center center;
    background-size: contain;
    border: none
}
.menu_logo {
    display: none;
    padding: 20px 0;
    margin-bottom: 10px;
    text-align: center
}
.menu_logo IMG {
    width: 90%;
    height: auto
}
.titr1 {
    margin-top: 15px;
    font-size: 16px;
    padding: 20px 10px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    background: #3b9e91;
}
.titr2 {
    padding: 10px;
    color: #050505;
    background: #65cbbe;
}
.bpostArchive svg {
    margin-right: 8px
}
.slider {
    padding: 15px 50px;
    background: #fff;
    overflow: hidden
}
.d99 {
    display: block;
    max-width: 99%
}
.pakhsnkm {
    padding: 10px;
    background: #0088cc;
    width: 1200px;
    margin: auto;
    color: #ffffff;
    border-radius: 7px;
    border: 1px solid #e6e6e6
}
.pakhsnkm a {
    background: #54c7ff;
    color: #000;
    padding: 2px 5px;
    margin-right: 10px;
    border-radius: 5px;
    display: inline-block;
    animation: pulseText 1.5s infinite ease-in-out;
    transform-origin: center
}
@keyframes pulseText {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}
.svcmp3 {
    width: 100%;
    margin-top: 5px;
    border-radius: 5px;
    background: #f1f3f4;
}
.nkpnvi {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 15px;
    overflow: scroll
}
#mediaad-lYk0x {margin: 10px 10px 20px 10px;}
.nkpnvi a {
    padding: 5px 15px;
    background: #a2a2a2;
    border-radius: 30px;
    margin: 5px;
    color: #f5fafc
}
.nkpnvi a:hover {
    background: #65cbbe
}
.slider-main {
    display: inline-flex;
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap;
    justify-content: space-between
}
.sliderPost {
    overflow: hidden;
    border-radius: 90%;
    background-size: cover;
    position: relative;
    color: #f7f7f7;
    background-position: center;
    transition: .1s;
    text-align: center;
    margin: 5px
}
.sliderPost span {
    width: 100%;
    background: #00000057;
    position: absolute;
    bottom: 15px;
    display: flex;
    color: aliceblue;
    flex-direction: column;
}
.sliderPost img {
    box-shadow: 0 0 0 0 #65cbbe;
    height: auto;
    transition: .1s;
    width: 100%;
    margin: 0 auto
}
.sliderPost:hover>img {
    transform: scale(1.05)
}
.sliderPost main {
    font-size: 13px;
    text-align: center;
    line-height: 1.8;
    color: #000
}
.sliderPost main b {
    display: block;
    filter: contrast(.5)
}
.bpost main h2,.bpost main h3 {
    color: #000
}
.sliderPost svg {
    filter: invert(1);
    transition: .1s;
    border-radius: 16px;
    padding: 5px
}
.sliderPost:hover svg {
    background: rgb(255 255 255 / .5)
}
.tops {
    background: #fff;
    border-radius: 0 0 40px 40px;
    z-index: 2;
}
.tops .toplink {
    padding: 20px 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}
.tops .toplink a {
    border: 1px solid #efefef;
    font-size: 13px;
    margin: auto;
    background: #65cbbe;
    width: 13%;
    margin-bottom: 5px;
    border-radius: 8px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0px -1px 15px 0px rgb(234 234 234);
    transition: .2s;
    animation: bg-pulse 3s ease-in-out infinite;
}
.tops .toplink a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 20px;
    flex-shrink: 0;
    margin-left: 10px;
}
.toplink a span {
    color: #ffffff;
}
.tops .toplink a {
    position: relative;
    padding-left: 40px;
}
.tops .toplink a::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 19l-7-7 7-7'/%3E%3C/svg%3E");
    animation: pulse-icon 2s ease-in-out infinite;
}

@keyframes pulse-icon {
    0% {
        transform: translateY(-50%) scale(1);
    }
    50% {
        transform: translateY(-50%) scale(1.3);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}
.tops .toplink a:hover {
    filter: opacity(.7);
}
.notic {
    background: #f7f7f7;
    border-radius: 0 0 50px 50px;
    display: flex;
    color: #3c4048;
    font-weight: 500;
    padding: 50px 20px 20px;
    font-size: 16px;
    align-items: center;
    margin-top: -33px;
    z-index: -1;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis
}
.notic h2 {
    font-size: 15px;
    font-weight: 300
}
.h3Main {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative
}
.h3Main::before {
    content: "";
    right: 0;
    width: 100px;
    height: 2px;
    background: #65cbbe;
    display: inline-flex;
    margin-left: 20px
}
.h3Main::after {
    content: "";
    left: 0;
    width: 100px;
    height: 2px;
    background: #65cbbe;
    display: inline-flex;
    margin-right: 20px
}
.main {
    display: flex;
    gap: 30px;
    padding: 20px 35px;
    margin-bottom: 50px
}
.item {
    width: 24%;
}
.item-center {
    flex-grow: 1;
    order: 2;
}
.side+.side {
    margin-left: 2%
}
.bpostsMain {
    margin: 10px 0;
}
.bposts {
    padding: 0
}
.bpost {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #1e1e2f;
    color: #eee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / .3)
}
.boxpost {
    width: 100%;
    padding: 5px 2px
}
.finishbox {
    gap: 5px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}
.bpostThumb {
    width: 30%
}
.bpostThumb img {
    width: 95%;
    height: auto;
    border-radius: 10px
}
.databox {
    width: 80%;
    display: flex;
    flex-direction: column
}
.datainner {
	margin-top: 15px;
	display: flex;
	align-items: center;
	gap: 2%;
}
.datainner > a {
    border-radius: 999px;
    padding: 10px;
    color: #ffffff;
    background: #52c389;
    text-decoration: none;
}
.post-taxonomy-info a{
    font-size: 11px;
    color: inherit;
    text-decoration: none;
}
.post-taxonomy-info a:hover{
    text-decoration: underline;
}
.datainner .post-taxonomy-info {
    border-radius: 5px 0 0 5px;
    padding: 12px 10px;
    border-right: 2px solid #bdbdbd;
    color: #6b6b6b;
    background: #f1f3f4;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.likemusic {margin-top:0; display:flex; align-items:center;}
.datainner .downbox,
.datainner .post-taxonomy-info {
    display: flex;
    align-items: center;
    gap: 4px;
}
.datainner .downbox::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url('./images/dlnk.svg') no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}
.song-title {
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.song-title a {
	font-weight: 600;
    color: #404040;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px
}
.song-title a:hover {
    color: #76c7c0
}
.song-title a::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000'%3E%3Cpath d='M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}
.song-title a:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2376c7c0'%3E%3Cpath d='M12 3v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4V7h4V3h-6z'/%3E%3C/svg%3E")
}
.singcat {
    background-color: #5f5f5f;
    border-radius: 8px;
    font-weight: bold;
    margin: auto;
}
.pakhshh {
    width: 100%;
    display: flex;
    gap: 10px;
}
audio.svcmp3 {
    width: 100%;
    outline: 0;
    border-radius: 8px;
}
.bpost p {
    line-height: 30px;
    font-size: 16px;
    color: #000
}
.gform_heading {
    display: block
}
.bpost {
    background: #fff;
    border-radius: 10px;
    padding: 5px 20px 5px 20px;
    text-align: right;
    display: inline-block;
    width: 100%;
    box-shadow: 0 4px 50px -13px rgb(0 0 0 / 32%)
}
.titlesingle {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #000
}
.bpost strong2:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(./images/singnew.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle
}
.bpost strong a,.bpost strong2 a {
    color: #222;
    transition: .1s
}
.bpost strong a:hover {
    color: #65cbbe
}
.bpost .subtitle {
    width: 99%;
    display: flex;
    background: #737373;
    margin: 5px 0;
    border-radius: 0 0 20px 20px;
    padding: 10px 20px;
    color: #ffffff;
}
.bpost .subtitle a {
    color: #ffffff !important;
	transition: .1s
}
.bpost .subtitle a:hover {
    color: #65cbbe
}
.bpost .subtitle .bpostTime {
    margin-right: auto
}
.bpost main {
    text-align: center;
    margin: 10px 0 0
}
.bpost main a {
    color: #3c4048
}
.bpost main a:hover {
   opacity: 80%;
}
.bpost main strong {
    font-weight: 700;
    display: inline;
    white-space: unset
}
.bpost .bpostThumbarchive {
    width: 20%;
    position: relative;
    line-height: 0
}
.bpost .bpostThumbarchive img {
    border-radius: 10px;
    max-width: 100px;
    width: 100%;
    height: auto;
    line-height: 0
}
.related-songs-box {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background: #fafafa;
    border-radius: 8px
}
.related-songs-box h4 {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #222;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px
}
.related-song {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd
}
.related-audio {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: 5px
}
.related-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}
.related-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap
}
.related-title {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    flex: 1 1 70%;
    margin-bottom: 5px
}
.related-link {
    padding: 5px 0;
    background: #373737;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    flex: 1 1 30%;
    margin-bottom: 5px;
    border-radius: 10px
}
.related-link {
    color: #fff!important
}
.bpost footer {
    margin-top: 10px;
    display: flex;
    gap: 20px;
    align-items: center
}
.bpost footer .bpostCat {
    font-weight: 200
}
.bpost footer .bpostCat a {
    color: #222;
    margin-right: 5px
}
.bpost footer .bpostLink {
    width: 100%
}
.bpost footer .bpostLink a {
    background: #65cbbe;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
    min-width: 100px;
    display: inline-flex;
    justify-content: center;
    transition: .1s;
    width: 100%;
    color: #fff
}
.bpost footer .bpostLink a.bpostArchive {
    background: #f1f3f4;
    color: #3c4048!important;
    transition: .1s
}
.bpost footer .bpostLink a.bpostArchive:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(./images/singico.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px
}
.bpost footer .bpostLink a.bpostArchive:hover {
    opacity: 60%
}
.bpost footer .bpostLink a:hover {
    opacity: 80%
}
.box {
    background: #fff;
    padding: 20px;
    border-radius: 18px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 4px 50px -13px rgb(0 0 0 / .12)
}
.box .boxTitle {
    color: #000;
    font-size: 18px;
    text-align: right;
    border-bottom: 2px solid #65cbbe;
    display: table;
    padding: 0 0 10px 0;
    margin-bottom: 20px
}
.sub-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    font-size: 12px;
    margin: 0 0 10px 0
}
.sub-menu li {
    font-size: 11px;
    width: 50%
}
.sub-menu li a {
    margin-right: 5px
}
.sub-menu li:before {
    position: relative;
    top: 22px;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(./images/singico.svg);
    background-size: cover
}
.box.category ul li {
    line-height: .5;
    background: #fff;
    color: #fff;
    text-align: right;
    transition: .1s
}
.box.category ul li a {
    color: #3c4048;
    transition: .1s;
    display: block;
    padding: 10px 15px 10px 0;
    font-size: 12px;
}
.box.category ul li a:hover {
    color: #65cbbe
}
.box.list a {
    font-size: 13px!important;
    color: #000;
    transition: .1s;
    display: block;
    text-align: right;
    word-break: keep-all;
    text-overflow: ellipsis;
    line-height: 3
}
.box.list a:hover {
    color: #65cbbe
}
.box.artist a {
    color: #3c4048;
    transition: .1s;
    display: flex;
    padding: 5px 5px;
    text-align: right;
    background: #fff;
    margin-bottom: 5px;
    border-radius: 9px;
    gap: 17px;
    transition: .1s;
    align-items: center
}
.box.artist a img {
    width: 18%;
    border-radius: 5px
}
.box.artist a:hover {
    background: #65cbbe;
    color: #1d1d3b
}
.comment-meta {
    color: #3c4048;
    font-size: 12px
}
.comment-reply {border-radius: 5px;background: #727272;padding: 2px 10px;text-align: center;position: relative;float: left;}
.comment-reply a {color: #ffffff !important;}
.single .bpost footer {
    flex-wrap: wrap
}
.single .bpost .bpostThumb {
    width: 100%;
    margin-bottom: 15px
}
.dlbox {
    display: flex;
    gap: 10px;
    width: 100%
}
.single .dlbox a img {
    position: relative;
    right: 7px
}
.single .dlbox a {
    width: 100%;
    padding: 10px;
    margin: auto;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    transition: .1s;
    background: #3cc27d;
    color: #fff;
    font-size: 15px;
    font-weight: 700
}
.single .dlbox a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(./images/dlnk.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px
}
.single .dlbox a:hover {
    background: #3dd793;
    color: #fff
}
.single .titlebox {
    background: #737373;
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding: 10px;
    text-align: center;
    transition: .1s;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}
.socialbox {
    display: flex;
    width: 100%;
    gap: 10px;
}
.single .socialbox a {
    width: 49%;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    display: inline-flex;
    justify-content: center;
    transition: .1s;
    background: #00acd2;
    color: #fff;
    font-size: 13px;
    font-weight: 300
}
.single .socialbox a.telegram {
    background: linear-gradient(120deg,#08c,#73c4ff)
}
.single .socialbox a.rbik {
    background: linear-gradient(115deg, #f9ce34, #ee8c2a, #7ad728);
}
.single .socialbox a.telegram:hover {color: #ffffff;background: #32afff;}
.single .socialbox a.instagram:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(./images/instagram.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px
}
.single .socialbox a.rbik:hover {
    background: #f16136;
    color: #ffffff;
}
.single .socialbox a img {
    margin-left: 10px;
    transition: .1s;
    filter: brightness(0) invert(1)
}
.single .socialbox a:hover img {
    filter: none
}
.notic {
    font-weight: 100
}
.notic a {
    font-size: 13px;
    font-weight: 300;
    color: #06062a;
    transition: .1s
}
.notic a:hover {
    color: #15e194
}
.singer {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: right;
    display: inline-block;
    width: 100%;
    border: 1px solid #06062a;
    margin-bottom: 20px;
    display: flex;
    gap: 20px
}
.commentsbox {
    margin-top: 30px;
    text-align: justify
}
.commentsbox a {
    transition: .1s
}
.commentsbox a:hover {
    color: #2196f3!important
}
.comments-title {
    margin-bottom: 15px
}
.comment H3 {
    display: none
}
.comments-area {
    overflow: hidden;
    transition: .2s;
    position: relative
}
.comments-area.see-all {
    max-height: none;
    overflow: auto;
    transition: .2s
}
.see-all-btn {
    width: 100%;
    padding: 10px 20px;
    background: #3c4048;
    font-family: ykbkh;
    color: #fff;
    border-radius: 8px;
    border: none;
    transition: .1s
}
.see-all-btn:hover {
    opacity: .7
}
.comments-area.see-all .see-all-btn {
    display: none
}
.comment-form p {
    display: flex;
    margin-bottom: 10px
}
.comment-form label {
    width: 20%
}
.comment {
    border-right: 2px solid #f0f0f0;
    background: #d5ffea;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 8px;
    transition: .2s;
    padding: 10px
}
.comment.byuser {
    border: 1px solid #f8f8fe;
    background: #65cbbe
}
.comment-date {
    color: #757575;
    font-size: 10px;
    float: left
}
.comment-author {
    display: flex;
    gap: 10px;
    font-size: 15px;
    align-items: center;
    font-weight: 700;
    margin-bottom: 10px
}
.commentsbox input[type=text] {
    outline: 0;
    padding: 0 15px;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #e6e6e6
}
.commentsbox input[type=text]#author {
    font-size: 16px;
    color: #333
}
.commentsbox input[type=text]#email {
    color: #565656
}
.commentsbox textarea {
    outline: 0;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 10px 0 10px;
    width: 100%;
    height: 100px;
    resize: vertical;
    transition: .2s;
    border: 1px solid #e6e6e6
}
.commentsbox #submit {
    color: #06062a;
    padding: 8px 10px;
    margin-top: 3px;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    background: #65cbbe;
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}
.commentsbox #submit:hover {
    background: #b2b2b2;
    background-position: 100%;
    color: #06062a
}
.tags {
    text-align: right
}
.tags a {
    color: #06062a!important;
    border: 1px solid #e0e0e4;
    padding: 5px 10px;
    margin: 4px;
    display: inline-block;
    border-radius: 8px;
    transition: .1s
}
.tags a:hover {
    color: #06062a!important;
    border: 1px solid #15e194;
    background: #15e194
}
.single_video video {
    width: 100%;
    height: auto;
    border-radius: 8px
}
.tabarch {background: #ffffff;border-radius: 10px;margin-bottom: 20px;padding: 10px;box-shadow: 0 4px 50px -13px rgb(0 0 0 / .12);}
#rssWidget {
  padding: 0.7em;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 0.7em;
  box-shadow: 0 5px 20px 0 rgb(0 61 177 / 15%);
  width: 100%;
  overflow: hidden;
}
#rssWidget ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  width: 100%;
  margin: 0;
  padding: 0;
}
#rssWidget li {
  display: flex;
}
#rssWidget li:first-child {
  font-weight: 700;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  padding-bottom: 0.5em;
}
#rssWidget li a {
  text-decoration: none !important;
  transition: all 350ms ease-out;
  background: #545454;
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 0.7em;
  width: 100%;
  display: flex;
  font-family: inherit;
}
#rssWidget li a:hover {
  background: #848484;
  font-weight: bold;
}
.dasteh2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 2px solid #76c7c0;
  padding-bottom: 8px;
}
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-item:hover {
  border-color: #d0d0d0;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
.category-list{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-item{
background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 12px 16px;
  margin-bottom: 10px;
  border-radius: 6px;
  transition: all 0.25s ease;
    width: 49%;
    box-sizing: border-box;
}
.category-item a{
    display: block;
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}
.category-item a:hover {
  text-decoration: underline;
}
.balooch {
    display: none;
}
.comments-area {
  background: #ffffff;
  margin-top: 18px;
}
.comment-form-wrapper {
  padding: 14px;
  background: #ffffff;
  border: 1px solid #eee;
}
#commentform {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#commentform p {
  margin: 0;
}
#commentform .inline-field {
  flex: 1 1 calc(50% - 6px);
  min-width: 220px;
}
#commentform label {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  color: #444;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  background: #fbfbfb;
  border-radius: 12px;
  padding: 10px 12px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
#commentform textarea {
  resize: vertical;
  min-height: 120px;
}
#commentform input:focus,
#commentform textarea:focus {
  border-color: #c9c9c9;
  box-shadow: 0 0 0 4px rgba(0,0,0,.04);
  background: #fff;
}
#commentform .comment-form-comment {
  flex: 1 1 100%;
}
#commentform .form-submit {
  flex: 1 1 100%;
  display: flex;
  justify-content: flex-end;
}
#commentform .submit {
  border: 0;
  background: #3cc27d;
  color: #fff;
  padding: 10px 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: transform .08s ease, opacity .2s ease;
}
#commentform .submit:disabled {
  opacity: .65;
  cursor: not-allowed;
}
#commentform .submit:active {
  transform: scale(.98);
}
.comment-submit-message {
  background: #008925;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
  border: 1px solid transparent;
}
.comment-submit-message.success {
  background: rgba(16, 185, 129, .10);
  border-color: rgba(16, 185, 129, .22);
  color: #0f5132;
}
.comment-submit-message.error {
  background: rgba(239, 68, 68, .10);
  border-color: rgba(239, 68, 68, .22);
  color: #842029;
}
.see-all-btn {
  margin: 12px auto 0;
  display: block;
  border: 1px solid #e6e6e6;
  background: #3db04b;
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
}
.see-all-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.comment-preview {
  border-style: dashed !important;
}
.comment-pending-note {
  margin-top: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgb(6 6 6 / 14%);
  border: 1px solid rgb(0 255 31 / 28%);
  color: #ffffff;
  font-size: 13px;
}
.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li.comment {
  margin: 0 0 16px 0;
  padding: 12px;
  border: 1px solid #ededed;
  border-radius: 6px;
  background: #f5f5f5;
}
.comment-list .children {
  margin-top: 12px;
  margin-right: 32px;
}
.comment-list .children .children {
  margin-left: 28px;
  opacity: 0.98;
}
.comment-meta {display: flex;color: #666;margin-bottom: 8px;flex-direction: column;}
.comment-author {font-size: 13px;font-weight: 600;color: #393939;}
.comment-reply { margin-top: 8px; }
.comment-reply-link { font-size: 0.85rem; color: #0073aa; text-decoration: none; }
.comment-reply-link:hover { text-decoration: underline; }
.comment-list li.comment {position: relative;}
.comment-list li.comment p {color: #454545;font-size:14px}
.comment-content a {color: #3cc27d !important;}
.comment-list .children::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: rgba(0,0,0,0.05);
  border-radius: 2px;
}
.mobile-header,
.mobile-drawer,
.mobile-search-box,
.mobile-overlay{
    display:none;
}
@media (max-width:768px){
    body{
        padding-top:60px;
    }
    .menu,
    .search,
    .mobile-category-bar{
        display:none !important;
    }
    .mobile-header{
        display:flex;
        position:fixed;
        top:0;
        z-index: 999;
        right:0;
        width:100%;
        height:60px;
        background:#65cbbe;
        align-items:center;
        justify-content:space-between;
        padding:0 15px;
        box-sizing:border-box;
        box-shadow:0 2px 15px rgba(0,0,0,.15);
    }
    .mobile-header .header_logo{
        width:150px;
        height:35px;
        margin:0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .mobile-menu-btn,
    .mobile-search-btn,
    .mobile-close,
    .search-close{
        background:none;
        border:none;
        color:#fff;
        cursor:pointer;
        padding:0;
    }
    .mobile-menu-btn svg,
    .mobile-search-btn svg{
        width:28px;
        height:28px;
        display:block;
    }
    .mobile-close svg,
    .search-close svg{
        width:32px;
        height:32px;
        display:block;
    }
    .mobile-overlay{
        position:fixed;
        inset:0;
    }
    .mobile-overlay.active{
        display:block;
    }
    .mobile-drawer{
        position:fixed;
        top:0;
        right:-90%;
        width:90%;
        z-index: 99999;
        height:100vh;
        background: #64c9bc;
        transition:right .25s ease;
        overflow-y:auto;
        overflow-x:hidden;
        padding:20px;
        box-sizing:border-box;
        box-shadow:-5px 0 25px rgba(0,0,0,.25);
    }
    .mobile-drawer.active{
        display:block;
        right:0;
    }
    .mobile-close{
        position:absolute;
        top:15px;
        left:15px;
    }
    .mobile-drawer h3{
        color:#fff;
        text-align:center;
        margin-bottom:20px;
        margin-top:10px;
    }
    .mobile-drawer .mobile-cat-list{
        display:flex;
        flex-wrap:wrap;
        gap:10px;
        padding:0;
        margin:0;
    }
    .mobile-drawer .mobile-cat-list li{
        width:calc(50% - 5px);
        list-style:none;
        margin:0;
        background: #4fbcae;
        border-radius:6px;
    }
    .mobile-drawer .mobile-cat-list a{
        display:block;
        padding:10px;
        color:#fff;
        text-decoration:none;
        text-align:center;
        border-radius:6px;
    }
    .mobile-drawer .mobile-cat-list a:hover{
        background:#65cbbe;
    }
    /* آیتم اختصاصی «خوانندگان» در منوی موبایل: تمام عرض + آیکن + رنگ متفاوت */
    .mobile-drawer .mobile-cat-list li.mobile-cat-featured{
        width:100%;
        order:-1;
        background: linear-gradient(90deg, #ffb648, #ff9f1a);
        box-shadow:0 3px 10px rgba(0,0,0,.15);
    }
    .mobile-drawer .mobile-cat-list li.mobile-cat-featured a{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:8px;
        color:#2b2b2b;
        font-weight:700;
        padding:13px 10px;
    }
    .mobile-drawer .mobile-cat-list li.mobile-cat-featured a:hover{
        background:transparent;
        opacity:.9;
    }
    .mobile-cat-featured-icon{
        filter: brightness(0) saturate(100%);
        opacity:.85;
    }
.mobile-search-box{
    position: fixed;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100vh;
    background: #525252;
    z-index: 99996;
    transition: left .25s ease;
    padding: 80px 20px;
    box-sizing: border-box;
}
.mobile-search-box.active{
    display: block;
    left: 0;
}
    .search-close{
        position:absolute;
        top:15px;
        left:15px;
    }
    .mobile-search-box input{
        width:100%;
        height:50px;
        border:none;
        border-radius:8px;
        padding:0 15px;
        box-sizing:border-box;
        margin-bottom:10px;
        font-family:inherit;
        font-size:16px;
    }
    .mobile-search-box button[type="submit"]{
        width:100%;
        height:50px;
        border:none;
        border-radius:8px;
        background:#65cbbe;
        color:#fff;
        cursor:pointer;
        font-family:inherit;
        font-size:16px;
        font-weight:bold;
    }
    .mobile-search-box button[type="submit"]:hover{
        opacity:.9;
    }
    .mobile-drawer::-webkit-scrollbar{
        width:5px;
    }
    .mobile-drawer::-webkit-scrollbar-thumb{
        background:#65cbbe;
        border-radius:20px;
    }
    .dasteh2, .category-list {display: none;}
    .balooch {
        display: block;
        width: 99%;
        margin: 15px 0;
        padding: 16px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        border-radius: 10px;
        background: linear-gradient(115deg, #f9ce34, #ee8c2a, #7ad728);
        box-shadow: 0 6px 18px rgba(0,0,0,0.15);
        text-decoration: none;
        animation: glowBlink 1.5s infinite;
    }
}
@keyframes glowBlink {
    0% { opacity: 1; }
    50% { opacity: 0.8; }
    100% { opacity: 1; }
}
@media (min-width:769px){
    .mobile-header,
    .mobile-drawer,
    .mobile-search-box,
    .mobile-overlay,
    .balooch {
        display: none !important;
    }
}
@media (max-width: 960px) {
    .mb75 {
        margin-bottom:35px
    }
    .notic {
        display: block
    }
    .notic h2 {
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        word-break: keep-all;
        text-overflow: ellipsis;
        letter-spacing: -.5px;
        transition: .2s
    }
    .h3Main {
        font-size: 16px
    }
    .h3Main::after {
        width: 50px
    }
    .h3Main::before {
        width: 50px
    }
    .bpost strong {
        font-size: 15px;
        font-weight: 500;
        overflow: hidden;
        word-break: keep-all;
        text-overflow: ellipsis;
        transition: .2s
    }
    .slider {
        margin: 0
    }
    .calc {
        width: 100%;
        background: #502169
    }
    .bpost {
        margin: 1% 0;
        width: 100%;
        padding: 10px 5px
    }
    .sliderPost {
        width: 100%;
    }
    .sliderPost main {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 5px
    }
    .sliderPost main b {
        font-size: 12px
    }
    .sliderPost h2 {
        font-size: 20px;
        font-weight: 700
    }
    .sliderPost h2 b {
        font-size: 13px;
        font-weight: 300
    }
}
@media (max-width: 800px) {
    header .header_logo {
        float:none
    }
    .h1 h1 {
        font-size: 15px
    }
    .post {
        width: 48%
    }
    .search {
        margin-top: 10px;
        width: 99%
    }
    .main {
        flex-wrap: wrap
    }
    .item {
        width: 100%;
        order: 3
    }
    .item-center {
        order: 1
    }
    .tops .toplink a {
        width: 49%
    }
    .bpost strong a {
        width: 88%
    }
    .slider-main {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
    .sliderPost {
        width: 45%;
        margin: 5px
    }
}
@media (max-width: 600px) {
    .pakhsnkm {
        width:93%
    }
    .tops .toplink {padding:0}
    .menulink a {color:#ffffff}
    .menu_icon {
        top: 12px;
        left: 0;
        right: unset
    }
    .box.category ul li a {
        font-size: 14px
    }
    .post {
        width: 100%;
        margin: 0;
        margin-bottom: 20px
    }
    .footer main {
        display: block
    }
    .footer main .about {
        padding: 0 5px
    }
    .footer main>div {
        width: 100%;
        margin-bottom: 20px
    }
    .single .content {
        font-size: 14px;
        padding: 0 10px
    }
    .slider {
        padding: 15px;
        max-height: auto
    }
    header .header_logo img {
        width: 165px
    }
    .search input {
        width: 90%
    }
    .notic {
        border-radius: 0 0 25px 25px
    }
    .tops {
        border-radius: 0 0 20px 20px
    }
    .tops .toplink a {
        padding: 20px 10px;
        font-size: 15px;
        margin-bottom: 8px;
        width: 49%;
    }
    .main {
        padding: 0;
        gap: 0
    }
    .footer .copyright {
        padding-top: 10px
    }
    .bpost .bpostThumbarchive {
        width:100px!important;
        height: 100px!important;
        flex: none
    }
    .dasteh2 {margin-top:20px}
    .bpost .bpostThumbarchive img {
        width: 100px!important;
        height: 100px!important;
        object-fit: cover
    }
}
@media (min-width:768px){
    header .d1000{
        flex-direction:row;
    }
    .menu_main{
        display:flex;
        align-items:center;
    }
    .menulink{
        justify-content:flex-start;
    }
}
@media (max-width:767px){
    header .d1000{
		display:none;
        flex-direction:column;
        align-items:stretch;
    }
    header > .d1000 > .header_logo{
        margin:0 auto;
    }
    .search{
        width:100%;
    }
    .search form{
        width:100%;
    }
    .menulink{
        display: none;
    }
    .menulink > *{
        text-align:center;
        box-sizing:border-box;
        background: #4a4a4a;
        width: 32%;
        padding: 5px 0;
    }
    .menu_logo{
        display:none;
    }
}
.menulink > *{
    padding: 2px 15px;
    border-radius:5px;
    text-align:center;
    box-sizing:border-box;
    background: #373737;
}
.menulink a {color: #ffffff;}
.bpostThumbarchive{
    position:relative;
    overflow:hidden;
}
.bpostThumbarchive a{
    position:relative;
    display:block;
}
.footer-about{
    text-align: right;
    font-size: 16px;
    width:100%;
    background: rgb(48 48 48);
    color:rgba(255,255,255,.9);
    padding: 20px;
}
.footer-about .d1000{
    max-width:1000px;
    margin:0 auto;
    padding:0 15px;
    line-height:2;
    text-align:justify;
    font-size:15px;
}
.copyright{
    width:100%;
    background: #505050;
    color:#fff;
    padding:15px 0;
    text-align:center;
    font-size: 13px;
}
.copyright a{
    color:#ff4d6d;
    text-decoration:none;
}
.footer-title{
    color:#fff;
    font-size: 16px;
    margin-bottom:15px;
    font-weight:600;
    text-align: right;
    opacity:0.95;
}
.nk-load-more-wrap {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.nk-load-more-btn {
    display: inline-block;
    border: none;
    cursor: pointer;
    background: #65cbbe;
    color: #fff;
    font-size: 14px;
    font-family: inherit;
    padding: 12px 35px;
    border-radius: 30px;
    transition: background .2s ease, opacity .2s ease;
}
.nk-load-more-btn:hover:not(:disabled) {
    background: #4fb3a6;
}
.nk-load-more-btn:disabled,
.nk-load-more-btn.is-loading {
    opacity: .7;
    cursor: default;
}
.nk-load-more-message {
    margin-top: 12px;
    color: #a2a2a2;
    font-size: 13px;
}
.main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.item-center {
    order: 2;
    flex: 1;
}
.side:first-of-type {
    order: 1;
    width: 24%;
}
.side:last-of-type {
    order: 3;
    width: 24%;
}
@media (max-width: 800px) {
    .item {
        width: 100%;
        order: 3 !important;
    }
    .item-center {
        order: 1 !important;
    }
    .side:first-of-type,
    .side:last-of-type {
        order: 3 !important;
        width: 100% !important;
    }
}
.nk-like-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 54px;
	padding: 11px 14px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	border-radius: 999px;
	background: #fff;
	color: #666;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
	user-select: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.nk-like-btn:hover {
	border-color: #ff4b5c;
	color: #ff4b5c;
}
.nk-like-btn.is-liked {
	background: #fff0f1;
	border-color: #ff4b5c;
	color: #ff4b5c;
}
.nk-like-btn.is-loading {
	opacity: 0.7;
	cursor: wait;
	pointer-events: none;
}
.nk-like-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
}
.nk-like-icon::before {
	content: '\2661';
}
.nk-like-btn.is-liked .nk-like-icon::before {
	content: '\2764';
}
.nk-like-count {
	font-variant-numeric: tabular-nums;
}
@keyframes nk-like-pulse {
	0% { transform: scale( 1 ); }
	40% { transform: scale( 1.25 ); }
	100% { transform: scale( 1 ); }
}
.nk-like-btn.nk-pulse .nk-like-icon {
	animation: nk-like-pulse 0.3s ease;
}
.custom-link-box {
    width: 100%;
    margin-top: 10px;
}

.custom-link-box a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #38c27d;
    color: #fff !important;
    text-align: center;
    padding: 14px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
}
.custom-link-box a:hover {background: #51c88a !important;}
.playlist-cover-box {
    background: #ffffff;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.playlist-cover-image {
    display: block;
    width: 600px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 10px;
}
#mediaad-y3Yj0 {background: #ffffff;padding: 20px 10px;border: 1px solid #c3c3c3;border-radius: 10px;}
/* ===== RESET & FONT ===== */
#edd_checkout_wrap {
    font-family: 'Vazir', 'IranSans', 'Segoe UI', Tahoma, sans-serif;
    max-width: 900px;
    margin: 2rem auto;
    padding: 0 20px;
    direction: rtl;
    text-align: right;
    color: #2d3436;
}

/* ===== CARD CONTAINER ===== */
#edd_checkout_wrap {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.09), 0 8px 24px rgba(0, 0, 0, 0.05);
    padding: 2.2rem 1.8rem 2.8rem;
    transition: box-shadow 0.3s ease;
}

#edd_checkout_wrap:hover {
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.13);
}

/* ===== TABLE (Cart) ===== */
#edd_checkout_cart {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-bottom: 2rem;
    background: transparent;
}

#edd_checkout_cart thead th {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c7a89;
    padding: 12px 16px;
    background: #f8f9fc;
    border-radius: 12px;
    text-align: right;
}

#edd_checkout_cart thead th:last-child {
    text-align: center;
}

#edd_checkout_cart tbody tr {
    background: #ffffff;
    border-radius: 18px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

#edd_checkout_cart tbody tr:hover {
    background: #fafbff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    transform: scale(1.01);
}

#edd_checkout_cart tbody td {
    padding: 16px 16px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f2f6;
}

#edd_checkout_cart tbody tr:last-child td {
    border-bottom: none;
}

/* ===== CART ITEMS ===== */
.edd_cart_item_name {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 0.95rem;
    color: #2d3436;
    flex-wrap: nowrap;
}

.edd_cart_item_image {
    flex: 0 0 auto;
}

.edd_cart_item_image img {
    border-radius: 12px;
    border: 1px solid #edf2f7;
    object-fit: cover;
    width: 40px;
    height: 40px;
    display: block;
}

.edd_checkout_cart_item_title {
    font-weight: 500;
    color: #1e272e;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1 1 auto;
}

.edd_cart_item_price {
    font-weight: 600;
    color: #0984e3;
    font-size: 0.95rem;
    white-space: nowrap;
}

/* ===== REMOVE BUTTON ===== */
.edd_cart_remove_item_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fee2e2;
    color: #ef4444;
    padding: 6px 14px;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    letter-spacing: 0.3px;
}

.edd_cart_remove_item_btn:hover {
    background: #ef4444;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.35);
    border-color: #ef4444;
}

.edd_cart_remove_item_btn:active {
    transform: scale(0.95);
}

/* ===== FOOTER (Total) ===== */
#edd_checkout_cart tfoot tr {
    background: transparent !important;
    box-shadow: none !important;
}

#edd_checkout_cart tfoot th {
    padding: 20px 16px 10px;
    font-size: 1.1rem;
    font-weight: 700;
    display: none;
    color: #1e272e;
    border-top: 2px dashed #dfe6e9;
    text-align: right;
}

.edd_cart_total .edd_cart_amount {
    color: #00b894;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 1px;
    background: #eafaf1;
    padding: 4px 18px;
    border-radius: 40px;
    display: inline-block;
    margin-right: 8px;
}

/* ===== PERSONAL INFO ===== */
#edd_checkout_user_info {
    background: #f8faff;
    border: none;
    border-radius: 20px;
    padding: 1.8rem 2rem;
    margin: 1.8rem 0;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.02);
}

#edd_checkout_user_info legend {
    display: none;
}

.edd-label {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    color: #2d3436;
    margin: 10px 0;
}

.edd-required-indicator {
    color: #ef4444;
    margin-right: 4px;
}

.edd-description {
    display: none;
    font-size: 0.75rem;
    color: #6c7a89;
    margin: 2px 0 8px 0;
    line-height: 1.4;
}

.edd-input {
    width: 100%;
    padding: 12px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    font-size: 0.95rem;
    font-family: inherit;
    background: #ffffff;
    transition: all 0.25s ease;
    color: #2d3436;
    box-sizing: border-box;
}

.edd-input:focus {
    outline: none;
    border-color: #00b894;
    box-shadow: 0 0 0 6px rgba(0, 184, 148, 0.12);
    background: #ffffff;
}

.edd-input::placeholder {
    color: #b2bec3;
    font-weight: 300;
}

/* ===== FINAL TOTAL ===== */
#edd_final_total_wrap {
    background: linear-gradient(145deg, #f8faff, #edf2f9);
    padding: 16px 24px;
    border-radius: 60px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 1.5rem 0;
    border: 1px solid #e2e8f0;
}

#edd_final_total_wrap strong {
    font-weight: 600;
    color: #2d3436;
    font-size: 0.95rem;
}

#edd_final_total_wrap .edd_cart_amount {
    font-size: 14px;
    font-weight: 800;
    color: #00b894;
    background: #eafaf1;
    padding: 4px 22px;
    border-radius: 60px;
    display: inline-block;
}

/* ===== SUBMIT / PURCHASE BUTTONS (Ã˜Â³Ã˜Â¨Ã˜Â² Ã™Ë† Ã˜Â§Ã™â€ Ã›Å’Ã™â€¦Ã›Å’Ã˜Â´Ã™â€ Ã¢â‚¬Å’Ã˜Â¯Ã˜Â§Ã˜Â±) ===== */
@keyframes edd-btn-glow {
    0%, 100% {
        box-shadow: 0 8px 24px rgba(0, 184, 148, 0.35), 0 0 0 0 rgba(0, 184, 148, 0.45);
    }
    50% {
        box-shadow: 0 10px 30px rgba(0, 184, 148, 0.5), 0 0 0 10px rgba(0, 184, 148, 0);
    }
}

@keyframes edd-cart-icon-bounce {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-2px) scale(1.08); }
}

.edd-submit,
.edd-add-to-cart,
.edd_download_purchase_form .edd-add-to-cart,
.edd_purchase_submit_wrapper .edd-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
	margin: 20px 0;
    padding: 16px 28px;
    background: linear-gradient(145deg, #00c896, #00a97e);
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    animation: edd-btn-glow 2.2s ease-in-out infinite;
}

/* Ã˜Â¢Ã›Å’ÃšÂ©Ã™â€  SVG Ã˜Â³Ã˜Â¨Ã˜Â¯ Ã˜Â®Ã˜Â±Ã›Å’Ã˜Â¯ Ã™â€šÃ˜Â¨Ã™â€ž Ã˜Â§Ã˜Â² Ã™â€¦Ã˜ÂªÃ™â€  Ã˜Â¯ÃšÂ©Ã™â€¦Ã™â€¡ */
.edd-submit::before,
.edd-add-to-cart::before,
.edd_download_purchase_form .edd-add-to-cart::before,
.edd_purchase_submit_wrapper .edd-submit::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='20' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: edd-cart-icon-bounce 1.1s ease-in-out infinite;
}

.edd-submit:hover,
.edd-add-to-cart:hover,
.edd_download_purchase_form .edd-add-to-cart:hover,
.edd_purchase_submit_wrapper .edd-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 38px rgba(0, 184, 148, 0.5);
    background: linear-gradient(145deg, #06d6a4, #00b88a);
    animation-play-state: paused;
}

.edd-submit:active,
.edd-add-to-cart:active,
.edd_download_purchase_form .edd-add-to-cart:active,
.edd_purchase_submit_wrapper .edd-submit:active {
    transform: scale(0.97);
    box-shadow: 0 4px 12px rgba(0, 184, 148, 0.35);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    #edd_checkout_wrap {
        padding: 1rem 1rem 1.8rem;
        border-radius: 20px;
    }

    #edd_checkout_cart thead {
        display: none;
    }

    #edd_checkout_cart tbody tr {
        margin-bottom: 16px;
        padding: 5px 0;
        border-radius: 16px;
        display: flex;
        background: #fafbff;
    }

    #edd_checkout_cart tbody td {
        display: flex;
        align-items: center;
        padding: 10px 5px;
        border-bottom: 1px solid #edf2f7;
        font-size: 14px;
    }

    #edd_checkout_cart tbody td:last-child {
        border-bottom: none;
    }

    /* Ã˜ÂªÃ˜ÂµÃ™Ë†Ã›Å’Ã˜Â± Ã™Ë† Ã˜Â¹Ã™â€ Ã™Ë†Ã˜Â§Ã™â€  Ã™â€¦Ã˜Â­Ã˜ÂµÃ™Ë†Ã™â€ž Ã˜Â¯Ã˜Â± Ã›Å’ÃšÂ© Ã˜Â³Ã˜Â·Ã˜Â±Ã˜Å’ Ã˜Â¨Ã˜Â¯Ã™Ë†Ã™â€  Ã˜Â´ÃšÂ©Ã˜Â³Ã˜ÂªÃ™â€  Ã˜Â®Ã˜Â· */
    .edd_cart_item_name {
        flex-wrap: nowrap;
        width: 100%;
    }

    .edd_checkout_cart_item_title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .edd_cart_item_price {
        font-size: 0.9rem;
    }

    #edd_checkout_user_info {
        padding: 1.2rem 1rem;
    }

    #edd_final_total_wrap {
        flex-direction: column;
        text-align: center;
        padding: 10px;
        border-radius: 30px;
    }

    .edd-submit, .edd-add-to-cart {
        font-size: 16px !important;
        padding: 20px 10px !important;
    }
}

@media (max-width: 480px) {
    #edd_checkout_wrap {
        padding: 0.5rem 0.8rem 1.5rem;
    }

    .edd_cart_remove_item_btn {
        font-size: 0.65rem;
        padding: 4px 12px;
    }

    .edd_checkout_cart_item_title {
        max-width: 55vw;
    }
}
/* ===== استایل اصلی جداول EDD ===== */
.edd-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    margin: 25px 0;
    font-family: 'Vazir', 'IranSans', 'Segoe UI', Tahoma, sans-serif;
    direction: rtl;
    text-align: right;
    background: transparent;
}

/* هدر جدول */
.edd-table thead th {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c7a89;
    padding: 14px 20px;
    background: #f8f9fc;
    border-radius: 12px;
    text-align: right;
}

.edd-table thead th:last-child {
    text-align: center;
}

/* بدنه جدول */
.edd-table tbody tr {
    background: #ffffff;
    border-radius: 18px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.edd-table tbody tr:hover {
    background: #fafbff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    transform: scale(1.01);
}

.edd-table tbody td {
    padding: 16px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f2f6;
    color: #2d3436;
    font-size: 0.95rem;
}

.edd-table tbody tr:last-child td {
    border-bottom: none;
}

/* ===== وضعیت سفارش ===== */
.edd_receipt_payment_status.complete {
    color: #00b894;
    font-weight: 700;
    background: #eafaf1;
    padding: 6px 18px;
    border-radius: 40px;
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 0.3px;
    border: 1px solid rgba(0, 184, 148, 0.15);
}

/* ===== ردیف‌های جزئیات زرین‌پال ===== */
.zibal-payment-detail-row {
    background: #f8faff !important;
}

.zibal-payment-detail-row td {
    padding: 12px 20px !important;
    font-size: 0.9rem;
}

.zibal-payment-detail-row td:first-child {
    color: #6c7a89;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.zibal-payment-detail-row td:last-child {
    color: #2d3436;
    font-weight: 500;
    font-family: 'Courier New', monospace;
    letter-spacing: 0.5px;
    background: rgba(0, 184, 148, 0.05);
    padding: 4px 14px !important;
    border-radius: 8px;
    display: inline-block;
}

/* ===== استایل محصولات ===== */
#edd_purchase_receipt_products .edd_purchase_receipt_product_name {
    font-weight: 600;
    color: #1e272e;
    font-size: 1rem;
    line-height: 1.4;
}

#edd_purchase_receipt_products ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
}

#edd_purchase_receipt_products ul li {
    display: inline-block;
    margin-left: 12px;
}

/* ============================================ */
/* دکمه دانلود با انیمیشن سبز و هماهنگ با قالب */
/* ============================================ */
.edd_download_file_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(145deg, #00c896, #00a97e);
    color: #fff !important;
    padding: 12px 32px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(0, 184, 148, 0.35);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    animation: edd-download-glow 2.2s ease-in-out infinite;
}

/* انیمیشن نوردهی دکمه */
@keyframes edd-download-glow {
    0%, 100% {
        box-shadow: 0 8px 24px rgba(0, 184, 148, 0.35), 0 0 0 0 rgba(0, 184, 148, 0.45);
    }
    50% {
        box-shadow: 0 10px 30px rgba(0, 184, 148, 0.5), 0 0 0 10px rgba(0, 184, 148, 0);
    }
}

/* آیکون دانلود با انیمیشن */
.edd_download_file_link::before {
    content: "⬇";
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    animation: edd-download-bounce 1.5s infinite ease-in-out;
}

@keyframes edd-download-bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(6px);
    }
}

/* انیمیشن بارگذاری (موج) */
.edd_download_file_link::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.edd_download_file_link:hover::after {
    width: 400px;
    height: 400px;
}

/* هاور دکمه */
.edd_download_file_link:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 38px rgba(0, 184, 148, 0.5);
    background: linear-gradient(145deg, #06d6a4, #00b88a);
    animation-play-state: paused;
}

.edd_download_file_link:active {
    transform: scale(0.96);
    box-shadow: 0 4px 12px rgba(0, 184, 148, 0.35);
}

/* ===== هدر سفارش ===== */
#edd_purchase_receipt .edd-table thead tr th {
    background: linear-gradient(145deg, #2c3e50, #1a252f);
    color: #fff;
    border-radius: 12px;
    padding: 16px 24px;
}

#edd_purchase_receipt .edd-table thead tr th:first-child {
    border-radius: 12px 0 0 12px;
}

#edd_purchase_receipt .edd-table thead tr th:last-child {
    border-radius: 0 12px 12px 0;
    text-align: left;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 768px) {
    .edd-table {
        border-spacing: 0 6px;
    }
    
    .edd-table thead {
        display: none;
    }
    
    .edd-table tbody tr {
        display: block;
        margin-bottom: 16px;
        padding: 10px 0;
        border-radius: 16px;
        background: #fafbff;
    }
    
    .edd-table tbody td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 16px !important;
        border-bottom: 1px solid #edf2f7;
        font-size: 0.9rem;
        flex-wrap: wrap;
    }
    
    .edd-table tbody td:last-child {
        border-bottom: none;
    }
    
    .edd-table tbody td strong {
        min-width: 100px;
        font-weight: 600;
        color: #6c7a89;
    }
    
    .zibal-payment-detail-row td:last-child {
        display: inline-block;
        margin-top: 4px;
    }
    
    .edd_download_file_link {
        width: 100%;
        padding: 14px 20px;
        font-size: 0.9rem;
        justify-content: center;
    }
    
    .edd_download_file_link::before {
        font-size: 1rem;
    }
    
    #edd_purchase_receipt_products .edd_purchase_receipt_product_name {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .edd_download_file_link {
        padding: 12px 16px;
        font-size: 0.8rem;
        gap: 6px;
    }
    
    .edd_download_file_link::before {
        font-size: 0.9rem;
    }
    
    .edd-table tbody td {
        padding: 8px 12px !important;
        font-size: 0.85rem;
    }
    
    .edd-table tbody td strong {
        min-width: 80px;
        font-size: 0.8rem;
    }
}
#edd-last-name-wrap {display:none}
/* =========================================================
   EDD Checkout Cross-sell Box - Styles
   ========================================================= */

/* ===== کادر افزودن گلچین‌های دیگر ===== */
#nkm-crosssell-box {
    font-family: 'Vazir', 'IranSans', 'Segoe UI', Tahoma, sans-serif;
    direction: rtl;
    text-align: right;
    margin: 18px 0 24px;
	background: #eafaf1;
	border: 1px solid #00b88a;
    border-radius: 20px;
    padding: 14px 18px;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.02);
}

.nkm-crosssell-toggle {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    color: #2d3436;
    padding: 0;
}

.nkm-crosssell-toggle .nkm-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(145deg, #00c896, #00a97e);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(0, 184, 148, 0.35);
    transition: transform 0.25s ease;
}

.nkm-crosssell-toggle.active .nkm-plus {
    transform: rotate(45deg);
}

.nkm-crosssell-list {
    display: none;
    margin-top: 14px;
    flex-direction: column;
    gap: 10px;
}

.nkm-crosssell-list.nkm-open {
    display: flex;
}

.nkm-crosssell-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.nkm-crosssell-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: scale(1.01);
}

.nkm-crosssell-item.nkm-added {
    opacity: 0.5;
    pointer-events: none;
}

.nkm-crosssell-thumb img {
    border-radius: 10px;
    border: 1px solid #edf2f7;
    object-fit: cover;
    width: 40px;
    height: 40px;
    display: block;
}

.nkm-crosssell-info {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.nkm-crosssell-title {
    font-size: 0.85rem;
    font-weight: 500;
    color: #1e272e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nkm-crosssell-price {
    font-size: 0.78rem;
    font-weight: 600;
    color: #0984e3;
}

.nkm-crosssell-add {
    flex-shrink: 0;
}

/* بی‌اثر کردن استایل عمومی دکمه‌های EDD فقط داخل این کادر
   تا با دکمه بزرگ 'خرید' تداخل پیدا نکند */
#nkm-crosssell-box .nkm-add-btn.edd-add-to-cart {
    width: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: #eafaf1 !important;
    color: #00b894 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    box-shadow: none !important;
    animation: none !important;
    gap: 0 !important;
}

/* EDD به‌صورت پیش‌فرض دو نسخه از دکمه می‌سازد: یکی برای حالت جاوااسکریپت فعال
   (edd-has-js) و یکی نسخه پشتیبان بدون جاوااسکریپت (edd-no-js). وقتی جاوااسکریپت
   فعاله باید فقط نسخه اول دیده بشه، وگرنه هر دو با هم نمایش داده می‌شن. */
#nkm-crosssell-box .nkm-add-btn.edd-no-js {
    display: none !important;
}

#nkm-crosssell-box .nkm-add-btn.edd-add-to-cart::before {
    content: none !important;
    display: none !important;
    animation: none !important;
}

#nkm-crosssell-box .nkm-add-btn.edd-add-to-cart:hover {
    background: #00b894 !important;
    color: #fff !important;
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(0, 184, 148, 0.35) !important;
}

#nkm-crosssell-box .nkm-add-btn.edd-add-to-cart:active {
    transform: scale(0.95);
}

@media (max-width: 480px) {
    #nkm-crosssell-box {
        padding: 12px 14px;
        border-radius: 16px;
    }
    .nkm-crosssell-title {
        max-width: 45vw;
    }
}
#edd_purchase_receipt {display:none}