.woocommerce-PaymentBox.woocommerce-PaymentBox--authorize_net_cim_credit_card.payment_box.payment_method_authorize_net_cim_credit_card{
	display:block!important;
}
.woocommerce-store-notice {
 background: #73be1e !important;
 color: #fff;
}
.woocommerce-store-notice a {
 text-decoration: underline;
 color: #fff;
}
.button.button.primary.is-shade.is-small {
  border-radius: 99px;
	font-size: 13.2px;
}

.is-shade:after {
    box-shadow: inset 1px 1px 0 0 rgba(255,255,255,0.0), inset 0 2em 15px 0 rgba(255,255,255,0.0) !important;
}
.is-gloss:after, .is-shade:after, .is-bevel:after {
    content: "";
    position: absolute;
    top: 0;
    left: -25%;
    height: 100%;
    width: 150%;
    box-shadow: inset 0 0 0 0 rgba(255,255,255,0.0) !important;
}
.button.primary:not(.is-outline) {
  border-radius: 99px;
}
.grecaptcha-badge {
  display: none;
}
.woocommerce-cart #footer, .woocommerce-checkout #footer, .woocommerce-checkout #header #wide-nav {
	display: none!important;
} 
.woocommerce-cart{
	background:white!important;
	height:100vh;
}
.badge-inner.on-sale{
	color:#4d61b5!important;
	background-color:#FFF!important;
	border:2px solid #4d61b5;
}
.magazine-footer .large-2{
	padding:0px 5px;
}
.top-banner{
	text-align:center;
	font-weight:600;
	padding:10px;
	font-size:.8em;
	background:white;
}
@media (min-width:661px){
#qlt-728x90-header{
	height:100px!important;
}
}
@media (max-width:660px){
#qlt-728x90-header{
	height:50px!important;
}
}
.banner-layer a{
	color:rgba(255,255,255,1)!important;
}
.banner-layer:hover a{
	color:rgba(255,255,255,.8)!important;
}
.recentcomments span, .recentcomments a, .widget_recent_entries a{
	padding:0!important;
}
li.recentcomments, .widget_recent_entries li{
	line-height:1.2;
	padding:.7em 0!important;
}
.recent-blog-posts a{
	margin:0;
}

@media (min-width:661px){
	.mobile-header{
	display:none!important;
}
}
@media (max-width:660px){
	.desktop-header{
	display:none!important;
}
}

.sale-banner{
	text-align:center;
	font-weight:800;
	font-family:'Raleway';
	/*background: url(https://www.quiltingdaily.com/wp-content/uploads/2021/08/landing-page-1920x76-1.png);*/
  background:#e1e7e7!important;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10px;
	font-size:1.2em;
	/*color:#4d61b5;*/
}
.badge-container{
	top:6%!important;
}
/* Scrollbar styling */
::-webkit-scrollbar {
    width: 15px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background:white;
}
::-webkit-scrollbar-track:hover{
	cursor:pointer;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(77, 97, 181,0.8); 
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(77, 97, 181,0.4); 
}
::-webkit-scrollbar-thumb:hover{
	background: rgba(77, 97, 181,0.9); 
}
.payment_method_authorize_net_cim_credit_card{
	display:none;
}
.woocommerce-PaymentBox{
	display:block !important;
}