/* --- General Page Fixes --- */

/* print margins */
body { margin: 25mm 25mm 25mm 25mm; }

/* hide social links, cart */
.logotext.a { display: none; }
.tools { display: none; }
.full { display: none; }

/* hide login bar */
.mega-nav-wrap { display: none; }
.mega-nav-list { display: none; }
.category-list { display: none; }
.mobile-navigation { display: none; }
.mobile-dropdown { display: none; }
.no-bar-redirect { display: none; }
#storefront-bar-minimized { display: none; }
#storefront-bar { display: none; }
#admin_bar_iframe { display: none; }
/* iframe { display: none; } */

/* hide navbar */
.full.border.light { display: none; }
nav.full { display: none !important; }

/* remove breadcrumb navigation */
.breadcrumb-navigation { display: none; }

/* remove URLs from appearing in parentheses after links */
a[href]:after {
   content:"" !important;
}

/* truncate header height */
.headspan { height: 70px; }
.main-header-wrap, .main-header, .store-title { padding-top: 20px !important; }
.main-header, .fixednav { position: fixed; top: 0 !important; }

/* make page titles a little smaller */
.page-title, .label { font-size: 24px !important; }

/* hide drop-down menus on Collections view */
.tags-wrap { display: none !important; }
.pxuSexyDropWrapper { display: none; }

/* cleanup row content and sizing on Collections view */
#add-item-form { display: none; }
.product-list { width: 100%; }
.product, figure { width: 145px !important; display: inline-block; }
.product { width: 49% !important; }
.priceholder { /*float: left;*/ }

/* hide footer links */
.sub-footer { /* border-top: 0px !important; */ }
.botlinks { display: none; }

/* make sure all paragraphs are black and easy to read */
.rte p { color: black !important; }
.rte.text-content { margin-top: -30px; }

/* truncate white space at bottom of page content */
section.content.content-area { padding-bottom: 0px !important; }

/* ---- Product: Skates Fixes --- */
/* hide brand name */
p.brand { display: none !important; }

/* make free-shipping CTA normal weight (not bold) */
p.free-shipping strong { font-weight: normal !important; }

/* minimize padding around product title */
.title { margin: 0px !important; }

/* display image of skate instead of 360-view iframe */
.featimg-skates-print { display: block !important; }
.mgazi iframe { display: none !important; }
.leftproduct { width: 99% !important; }
.pager { display: none !important; }
.container { height: auto !important; }

/* remove quantity and purchase button */
.module.options { display: none !important; }

/* show both features and description tab content */
.resp-tabs-container, .resp-tab-content, #thedescription, #thefeatures, .desc, .feat { display: block !important; }
.resp-tabs-list { display: none !important; } /* hides desc/feat tabs (not needed, content is shown) */