.webiart-purchased-courses {
    display: block;
    width: 100%;
}

.webiart-courses-item {
    margin-bottom: 30px;
    width: 100%;
}

.webiart-courses-header {
    display: flex;
    padding: 15px;
    box-shadow: 0 3px 10px -3px #ccc;
    border-radius: 16px;
    margin-bottom: 30px;
    transition: all 0.3s linear;
    position: relative;
    background: #fff;
    z-index: 2;
}

.webiart-courses-action {
    display: flex;
    margin: auto auto auto 0;
    align-items: center;
}

.webiart-courses-meta {
    display: flex;
}

.webiart-courses-name {
    font-size: 16px;
}

.webiart-file-list {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    line-height: 55px;
    text-align: center;
    font-size: 23px;
    margin-right: 10px;
    color: #de0039;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.webiart-file-list:hover,
.webiart-file-list.active,
.webiart-btn:hover,
.webiart-btn.active {
    color: #fff !important;
    background: #de0039 !important;
}

.webiart-flicker {
    padding: 12px 25px !important;
    background-color: #de0039;
    color: #fff;
    border: 0;
    border-radius: 10px;
    outline: 0;
    animation: wink 1.25s linear infinite;
    position: relative;
    top: 1px;
}

.webiart-courses-details>a>span:nth-child(2) {
    color: #de0039;
    font-size: 14px;
    margin-right: 5px;
}

.webiart-courses-time {
    margin-left: 15px;
}

.webiart-courses-time>i {
    margin-left: 4px;
    position: relative;
    top: 1px;
}

.webiart-courses-size>i
{
margin-left: 4px;
}

.webiart-file-list>i,
.webiart-btn>i {
    font-size: 14px !important;
    position: relative;
    bottom: 1px;
}



.webiart-downoads-files {
    border: none;
    margin-top: -50px;
    padding: 27px 15px 15px 15px;
    background: #f2fbff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 3px 10px -3px #ccc;
}

.webiart-section {
    margin-top: 15px;
    display: flex;
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 15px;
    align-items: center;
}

.webiart-section:last-child {
    border: none !important;
    padding-bottom: 2px !important
}

.copy-license.copy-data {
    padding: 10px 20px 10px 45px;
    border: 1px solid #eee;
    border-radius: 40px;
    vertical-align: middle;
    display: inline-block;
    background: #eee;
    text-align: center;
    width: 180px;
    margin-left: -50px;
    font-size: 1rem;
}

.webiart-title-section {
    font-size: 1rem;
}

.webiart-btn-title {
    display: flex;
    margin: auto auto auto 0;
}

.d-flex {
    display: flex;
}

.archive-grid-posts-shkrn .box-course {
    background-color: var(--shkrn-var-color-light-dark-middle);
    display: inline-table;
}

.box-course .course-openner-link-box-shkrn>h2 {
    min-height: 73px;
}

.webiart-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    line-height: 55px;
    text-align: center;
    font-size: 23px;
    margin-right: 10px;
    color: #de0039;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.webiart-btn:hover {
    background: #fff;
    color: #de0039;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.archive-product-shkrn.box-course>.course-openner-link-box-shkrn>img {
    margin: auto !important;
}

.webiart-archive {
    /* 	display: ruby !important; */
}

.webiart-modal {

    width: 100%;
    position: fixed;
    inset: 0 0 0 0;
    margin: auto auto;
    z-index: 999999999999;
    background: #222222d6;
    height: 100%;
    display: none;
}

.webiart-modal-dialog {
    background: #fff;
    width: fit-content;
    position: absolute;
    inset: 10% 0 10% 0;
    margin: auto;
    border-radius: 9px;
    padding: 1rem;
    box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 52%);
}

.webiart-modal-title {
    border-bottom: solid 1px #eee;
    display: flex;
    padding-bottom: 1rem;
}

.webiart-modal-title>p {
    width: 50%;
    font-size: 1.3rem;
}

.webiart-modal-title>button {
    position: absolute;
    left: 1rem;
    color: #de0039;
    font-size: 2rem;
    background: transparent;
}

.webiart-modal-body {
    width: 100%;
    display: contents;
}

.webiart-modal-body>video {
    width: 100%;
    height: 85%;
    margin: 2% 0;
}

@media only screen and (min-width: 1600px) {
    .archive-grid-posts-shkrn {
        -ms-grid-columns: 1fr 1fr 1fr 1fr !important;
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
    }
}

.webiart-btn-show-more {
    background: transparent;
    color: #de0039;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.webiart-btn-show-more>i {
    font-size: 10px;
    position: relative;
    right: 5px;
}

.webiart-flicker {
    padding: 5px 25px;
    background-color: #de0039;
    color: #fff;
    border: 0;
    border-radius: 10px;
    outline: 0;
    animation: wink 1.25s linear infinite;
    position: relative;
    margin: auto;
    text-align: center;
}

.webiart-flicker:active {
    animation: none;
}

.webiart-flicker:hover {
    animation: none;
    color: #de0039;
    border: solid 1px #de0039;
    background: #fff;
}

@keyframes wink {
    70% {
        background-color: #de003942;
        color: #de0039;
        opacity: 0;
    }
}

.is-mobile{
	display:none !important;
}
.webiart-putchased-learn{
	margin: 30px 0;
}
.intitle{
	font-size: 1.7rem;
}
.intitlep{
	    font-size: 1.1rem;
    margin-top: 7px;
}
@media only screen and (max-width: 600px) {
	.is-mobile{
		display: inline-block !important;
	}
    .webiart-courses-header{
        display: grid !important;
    }
    .webiart-courses-action {
        display: block !important;
        border-top: solid 1px #eee !important;
        text-align: center !important;
        margin: 10px 0  0 0 !important;
        padding: 10px 0px  0px 0px !important
    }
    .webiart-section {
        display: grid !important;
        text-align: center !important;
    }
    .webiart-btn-title {
        margin: 12px auto 5px !important;
    }
	.webiart-file-list {
		
		width: 47px !important;
		height: 47px !important;
		
		z-index: 2 !important;
		position: relative !important;
		top: 6px !important;
	}
	.webiart-flicker{
		display: inline-block !important;
	}
}
