/**
* Theme Name: Shokrino Child
* Description: This is a child theme of Shokrino
* Author: <a href="https://zhaket.com/store/web/shokrino">Shokrino Team</a>
* Template: shokrino
*/
article.content-single-shkrn{
	background-color: #fff0 !important;
    box-shadow: none !important;

}
.posts-section-shkrn{
	background-color: #fff0 !important;
    box-shadow: none !important;
	border: 5px dashed #fff;
		    backdrop-filter: blur(40px);


}
.btn-more-course-shkrn ,.box-article .btn-more{
		    border-radius: 5px;

}
.box-course {
    border-radius: 10px;
    background-color: #ffffff;
    border: 0.1px solid #eaeaea00;
}
.box-article{
	    border-radius: 10px;
    background-color: #ffffff;
    border: 0.1px solid #eaeaea00;
}

body.light-mode-shkrn {
/*     --shkrn-hide-in-dark: inherit;
    --shkrn-hide-in-light: none; */
    --shkrn-var-color-light-dark-high: #f1f2ff;
/*     --shkrn-var-color-light-dark-middle: #fff;
    --shkrn-var-color-light-dark-opacity-bg: rgba(0, 0, 0, 0.06);
    --shkrn-var-color-light-dark-opacity-text: #707070;
    --shkrn-var-color-light-dark-text: #4a4a4a;
    --shkrn-var-color-light-dark-border: #eaeaea; */
}
body{  /* اضافه کردن پس‌زمینه نقطه‌دار */
    background-image: radial-gradient(#1423ff0d 3.5px, transparent 0.5px);
    background-size: 20px 20px;
    background-attachment: scroll;
}
.digikala-main-box {
    max-width: 500px;
    flex-direction: column;
    position: relative;
    border: 1px solid #e0e0e200 !important;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 1px 1px 20px 0px #003dff2e;
}
h1.page-title-shkrn.entry-title {
    display: none;
}

.top-downloady-box-shkrn {
    backdrop-filter: blur(128px);
}
.fixed-cartbtn {
    padding: 10px 15px 20px !important;
}
.telegram-button {
	display: flex;
    width: 100%;
    color: white;
    background-color: #ff8a00;
    font-size: 20px;
    margin-top: 10px;
    border-radius: 10px;
    cursor: pointer;
    padding: 5px;
    justify-content: center;

}
a.telegram-button-text {
    color: white;
    text-align: center;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {
    color: var(--wc-red);
    background-color: red;
    font-size: 20px !important;
    text-align: center;
    color: white;
    padding: 5px 0px 0px 5px;
    border-radius: 10px;
    cursor: pointer;
}