.woocommerce-store-notice {
 background: #73be1e !important;
 color: #fff;
}
.woocommerce-store-notice a {
 text-decoration: underline;
 color: #fff;
}
article.post.type-post a {
	text-decoration: underline;
}

.cat-item-68228, .cat-item-68227 {
		background-image: url('/wp-content/uploads/open-new-tab.png');
		background-size: 15px 15px;
		background-repeat: no-repeat;
		background-position: right;
		display: block;
}

.woocommerce-cart #footer, .woocommerce-checkout #footer, .woocommerce-checkout #header #wide-nav {
	display: none!important;
} 
.woocommerce-cart{
	background:white!important;
	height:100vh;
}

/* Display cleanup for ABD detail pages */

.vendor .wp-post-image, .vendor .swp_social_panel, .vendor .entry-category, .vendor .entry-title, .vendor .entry-header, .vendor .flex-row, .vendor .blog-share, .vendor .entry-meta {
		display: none;
}
.top-banner{
	text-align:center;
	font-weight:800;
	padding:10px;
	font-size:.8em;
	color:#666;
	background:white;
}
@media (min-width:661px){
#int-728x90-header{
	height:100px!important;
}
}
@media (max-width:660px){
#int-728x90-header{
	height:50px!important;
}
}
.alert.is-underline:hover, .alert.is-outline:hover, .alert{
	color:white;
}
#cmplz-dnsmpd-submit{
	border:2px solid;
}
.sale-banner{
	text-align:center;
	font-weight:800;
	background: #c51a4a;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10px;
	font-size:1rem;
	color:#FFF;
}
.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{
	padding:0!important;
}
li.recentcomments{
	line-height:1.2;
	padding:.7em 0!important;
}
/*Display coupon and gift card without clicking*/
form.checkout_coupon.woocommerce-form-coupon.has-border.is-dashed{
	display:block!important;
}
.woocommerce-form-coupon-toggle .woocommerce-info .message-container{
	display:none;
}
.page-id-3706775 #header, .page-id-3706775 #header-responsive, .page-id-3706775 .sale-banner, .page-id-3706775 #footer, .page-id-3706775 .woocommerce-store-notice{
	display:none!important;
}
.page-id-3706904 #header, .page-id-3706904 #header-responsive, .page-id-3706904 .sale-banner, .page-id-3706904 #footer, .page-id-3706904 .woocommerce-store-notice{
	display:none!important;
}
.page-id-3706904 #content, .page-id-3706904 #content.content-area{
	padding:0px!important;
}
.page-id-3706904 .header-block{
	min-height:0px!important;
}
.page-id-3706904 #content.content-area{
	background:url(https://s32071.pcdn.co/wp-content/uploads/IW-Comingsoon-1.png.webp);
}
.page-id-3706904 li{
	color:white;
}
.sale-banner{
text-align:center;
font-weight:800;
background: #c51a4a;
background-repeat:no-repeat;
background-size:cover;
padding:10px;
font-size:1rem;
color:#FFF;
}
/* 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(64, 168, 197,0.8); 
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(64, 168, 197,0.4); 
}
::-webkit-scrollbar-thumb:hover{
	background: rgba(64, 168, 197,0.9); 
}