body { background-color: rgb(22, 22, 22); }
nav[data-title="Donde Comprar"] a.mainnav.gtm_mainnav span { color: #fff !important;}
app-content-page:first-child,
html[lang="es-MX"] .main-content {background-color: rgb(22, 22, 22); min-height:900px; padding-bottom:3rem}
#wtb-html .container { text-align:center; }
#wtb-html h1,
#retails-list h3 { text-align:center; font-size: 2.25rem; color:#44d62c; font-family: RazerF5,sans-serif; line-height: 2.25rem; font-weight: 200;}
#wtb-html h1 { padding: 0.3125rem 0 0; }
#retails-list h3 { padding: 0.3125rem 0; }
#wtb-top { padding:5rem 1rem 3rem; background-color:#000}
#wtb-top p { color:#999; font-size: 18px; font-weight: 300; }
#retails-list { padding:5rem 1rem 3rem; background-color: rgb(22, 22, 22) }
#retails-list p { font-size:14px; color:#999; max-width:850px; margin:0 auto}
div[id^='panel-'].show { opacity:1!important; }
div[id^='panel-'] {opacity:0; display:none; }
div[id^='panel-'].anim {
	display:block;
	opacity:0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
select#select-dd{
    display: inline-block;
    font-size: 1rem;
    padding: 5px 10px;
    width:100%;
    max-width: 400px;
    background-color: #222;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #888;
    height: 40px;
    -webkit-appearance: none;
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='silver'><polygon points='0,0 8,0 4,4'/></svg>");
    background-position: 95% 60%;
    background-repeat: no-repeat;
    padding-right: 1.5em;
			cursor:pointer;
			text-transform:capitalize
}
/* fix: https://razerweb.atlassian.net/browse/RAZER-9949?focusedCommentId=1396813 */
.panel-wrap:has([id^="panel-"]) {
    min-height: initial;
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}