@media not all and (min-width:48rem){
    #wpadminbar {
        z-index: 0 !important;
    }
.notification-widget {
    overflow: hidden;
    font-size: 0.95rem;
    svg {

		left: auto;
		right: 0;
        top: -20px;
		opacity: 0.1;
        width: 11rem;
    }
}

#commentform {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

}
.comments-area {
	.comment {
		padding: 5px;
	}
	
    padding: 5px;
	ol, ul {
		list-style: none;
    padding-right: 5px;
	}
}
.comparison-container {
    width: 350px;
}
#main-footer {
    .uk-text-lead {
        text-shadow: 1px 1px 1px #000;
        font-size: 1.2rem;
        color: var(--primary-color);
        margin-top: 35px;
	}
}


.product-row {
    .header {
        flex-direction: column;
    }
}


.product-row .cell.thumb {
    max-width: 150px;
    margin-bottom: 20px;
}
.product-row .cell.qty-cell {

    width: 85px;
}
.blog-article {
    .vertical-text {
        display: none;
    }
    .article-image {
        height: 170px;
    }
	 .content {
       display:none;
    }
}
}
