@import url("https://use.typekit.net/syi3qwd.css");

/* ============================== 
OVERRIDE
============================== */

.classificationHeading {height: unset;}
.classificationBody {padding-top: 10px;}

#categoryHeaderSlides .cta {margin-top: 20px}

/* ============================== 
SHORT DESCRIPTION
============================== */
.optimizedFor-icue{ width: 120px;}
.optimizedFor{ width: 85px;padding-right: 10px}
.optimizedFor-amd{ max-width: 23%; padding-right: 15px;}
.optimizedFor-threadripper{ max-width: 23%; padding-right: 15px;}
.optimizedFor-intel{ max-width: 23%; padding-right: 15px;}


/* ============================== 
FONTS
============================== */
.fontTier1, .bundle-product-component .crs-plp-category-heading{
    font-family: bebas-neue-pro-semiexpanded, sans-serif !important;
    font-weight: 600;
    letter-spacing:0;
    text-transform: uppercase;
}

.fontScript{
    font-family: verveine, sans-serif;
    font-weight: 300;
    letter-spacing:0;
    text-transform: uppercase;
}


/* ============================== 
GENERAL
============================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
    font-weight:400;
}

/**
 * Firefox specific rule
 */


/*@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}*/

body #main_wrapper *{
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;
    box-sizing: content-box; 
}

body{
    overflow-y:scroll;
    overflow-x:hidden !important;
}

body.fixedNoScroll{
    overflow:hidden !important;
}

body main{
    /* width:100vw; */
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

a {
    text-decoration:none;
}

ul{
    list-style-type:none;
    padding:0;
}

p,h1,h2,h3,h4,h5,h6{
    margin:0;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.text-body{
    font-weight:500;
    letter-spacing: 0.1em;
}

.text-body small{
    font-size:0.9em;
    font-weight:300;
}


/* ============================== 
ALL CSS OVERRIDES
============================== */
.modal-backdrop{
    z-index:19000;
}

/* ============================== 
MAIN CLASSES 
============================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    font-weight:300;
}



.main-content{
    margin-top:51px;
    transition:500ms margin-top;
}

.nav-menu-open .main-content{
    margin-top:98px;
}

/* ============================== 
MAGNIFIC POPUP OVERRIDES
============================== */
body .mfp-bg{
    background:rgba(0, 0, 0, 0.9);
    opacity:1;
}

.no-scroll{
    overflow-y:hidden;
}


@media (max-width:768px){
    .main-content, 
    .nav-menu-open .main-content{
        margin-top:50px;
    }
}



#ipsLayout_body a:active, #ipsLayout_body a:focus, #ipsLayout_body a:hover, #ipsLayout_body button:focus, #ipsLayout_body input:focus, a:focus img {
    outline: 3px solid black !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: 2px !important;
}

.custalsoitem .img-wrapper {
    padding-top: 15px;
    padding-bottom: 20px;
    overflow: hidden;
    max-width: 276px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #ffffff !important;
    margin-bottom: 10px !important;
}