/********************************************
 * Global
 ********************************************/

*:focus {
    outline: none;
}

/****** STUFF ******/

.nso-content-wrapper {
    background-color: #fff;
}

.nso-content-wrapper .row.content-container {
    background-color: transparent;
}

.nso-content-wrapper p {
    margin: 0.5em 0;
    color: #3d3d3d;
    letter-spacing: .1px;
    font-size: 100%;
}

.nso-content-wrapper em {
    font-family: "proxima-nova-condensed",Helvetica,Arial,sans-serif;
}

.content-container {
    clear: both;
}

hr.nso-divider-dotted {
    border-top: 1px dotted #000;
}

.btn.big {
    padding: 12px 18px;
}



/****** HEADLINES ******/


/* Border */

.nso-headline-border {
    padding: 0;
    margin: 80px 0 40px 0;
    border-top: 2px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.nso-headline-border > div {
    padding: 0;
}

.nso-headline-border h2 {
    font-size: 1.3em;
    margin: 0;
    padding: 32px 0;
    float: left;
    position: relative;
}

.nso-headline-border h2:before {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #e60012;
}


/* Background */

.nso-bg-red {
    background-color: #e60012;
    padding: 20px 0 0;
    position: relative;
    display: inline-block;
    width: 100%;
    border: none;
}

.nso-bg-white {
    background-color: #fff;
}

.nso-bg-red .content {
    z-index: 2;
}

.nso-bg-red .content h3,
.nso-bg-red .content h4,
.nso-bg-red .content p {
    color: #fff;
    padding: 0;
    margin: 0;
}

.nso-bg-red .content h3 {
    font-size: 1.4em;
}

.nso-bg-red .content h4 {
    font-size: 1em;
}

.nso-bg-red-arrow-down:after {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background-color: #e60012;
    z-index: 1;
}

.nso-bg-red-arrow-right:after{
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background-color: #e60012;
    z-index: 1;
}

@media(min-width:768px) {

    .nso-bg-red-arrow-right {
        padding: 90px 0 0;
        min-height: 220px;
    }

    .nso-bg-red-arrow-right:after {
        right: 0;
        bottom: 40%;
        left: auto;
    }
}



/****** SLIDER ******/

/* Slider setup */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.accessories-content-image {
	max-width: 70%;
}

.accessories-content-image-ac-adapter {
	max-width: 40%;
}

/* Global styles for Slider */

.accessories-switcher-wrapper {
	margin-bottom: 30px;
}

.accessories-switcher-wrapper .row.content-container.slick-slide,
.accessories-switcher-navigation .row.content-container.slick-slide {
	clear: none;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	margin: 0;
}

.accessories-switcher-wrapper .row.content-container.slick-slide > div,
.accessories-switcher-navigation .row.content-container.slick-slide > div {
	width: 100% !important;
	margin-left: 0 !important;
	padding: 0;
}

.accessories-switcher-wrapper .row.content-container.slick-slide > div > div > .col-img-centered,
.accessories-switcher-navigation .row.content-container.slick-slide > div > div > .col-img-centered {
	margin: 0;
	clear: none;
}

/* Global styles for slider nav */

.accessories-switcher-navigation .slick-track {
	max-width: 580px;
	margin: 0 auto;
}

.accessories-switcher-navigation .row.content-container.slick-slide {
    max-width: 280px;
	margin: 0 5px;
}

.accessories-switcher-navigation .row.content-container.slick-slide.slick-current .accessories-switcher-front,
.accessories-switcher-navigation .row.content-container.slick-slide.slick-current .accessories-switcher-back {
    border-bottom: solid 4px #e60012;
}

.accessories-switcher-navigation .row.content-container.slick-slide.slick-current .accessories-switcher-front:before,
.accessories-switcher-navigation .row.content-container.slick-slide.slick-current .accessories-switcher-back:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background: #e60012;
    transform: rotate(45deg);
	top: 41px;
}

.accessories-switcher-navigation .accessories-switcher-front,
.accessories-switcher-navigation .accessories-switcher-back {
    width: 100%;
    padding: 0 20px;
    border-top: none;
	margin-bottom: 10px;
    border-bottom: solid 4px #b3b3b3;
    line-height: 1.3;
	cursor: pointer;
}

.accessories-switcher-navigation .accessories-switcher-front .content,
.accessories-switcher-navigation .accessories-switcher-back .content {
    margin-bottom: 0;
}

.accessories-switcher-navigation .accessories-switcher-front .content p,
.accessories-switcher-navigation .accessories-switcher-back .content p {
    color: #737373;
}

.accessories-switcher-navigation .slick-current .accessories-switcher-front .content p,
.accessories-switcher-navigation .slick-current .accessories-switcher-back .content p {
   	color: #e60012;
}

@media (min-width: 768px) {
.accessories-switcher-navigation .row.content-container.slick-slide.slick-current .accessories-switcher-front:before,
.accessories-switcher-navigation .row.content-container.slick-slide.slick-current .accessories-switcher-back:before {
    top: 39px;
}
}


/* Global Styles for list inside slider */

.accessories-switcher-wrapper ul {
    margin-left: 0;
}

.accessories-switcher-wrapper ul li {
    list-style-type: none;
	color: #3d3d3d;
	letter-spacing: .1px;
	font-size: 110%;
    padding-left: 0;
    margin-left: 0;
	font-weight: 600;
}
.accessories-switcher-wrapper ul li strong {
   color: #fff;
   margin-right: 5px;
   background-color: #e60012;
   width: 20px;
   height: 21px;
   display: inline-block;
   border-radius: 50%;
   padding: 2px 0 0 7px;
}

.accessories-switcher-wrapper.accessories-controller-switcher-wrapper .accessories-switcher-front ul li:nth-last-child(-n+2) strong {
   padding: 2px 0 0 5px;
}

.accessories-switcher-wrapper ul li em {
    display: block;
    margin-left: 27px;
	font-weight: 400;
}

/* Styles for Accordion */

.accordion {
	margin-bottom: 30px;
}

.accordion .card {
	background-color: #f8f8f8;
	padding: 0 30px;
}

.accordion .card .card-header .btn {
	width: 100%;
	background-color: #f8f8f8;
}

.accordion-toggle-btn strong {
	background-color: #e60012;
	color: #fff;
	margin-right: 5px;
   	width: 20px;
	height: 21px;
	display: inline-block;
	border-radius: 50%;
 	padding: 1px 0 0 0;
}

.accordion-close-btn strong {
	background-color: #e60012;
	color: #fff;
	margin-right: 5px;
   	width: 20px;
	height: 21px;
	display: inline-block;
	border-radius: 50%;
 	padding: 0 0 0 0;
}

@media (max-width:1024px) {
	.accordion-toggle-btn strong {
 		padding: 0 0 0 0;
	}

	.accordion-close-btn strong {
 		padding: 0 0 0 0;
	}
}

.accordion-content-container .btn {
	width: 100%;
}

.accordion .card .card-header .btn > div {
	margin: 0;
}

.accordion .card .accordion-content-container .card-body > div {
	margin: 0;
}

.accordion .card .accordion-content-container .card-body > div > div {
	width: 100%;
	margin: 0 auto;
}

td.align_center, th.align_center {
	text-align: center;
}

td.vert_align_middle, th.vert_align_middle {
	vertical-align: middle !important;
}

.accordion table h3 {
    font-size: 1.5em;
    font-weight: 600;
    padding: 0.5em 0;
	color: #666;
}

.accordion table td {
	font-size: 14px;
	color: #666;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.accordion table tr > td:first-child {
	border-right: 1px solid #dddddd;
}


/* Also available section controller */

.accessories-controller-also-wrapper .accessories-controller-also-col h3 {
	margin-bottom: 15px;
	font-size: 1.1em;
	margin-top: 30px
}

.accessories-controller-also-wrapper .accessories-controller-also-col .row.content-container > div {
	width: 100%;
	margin: 0;
}

@media (max-width: 767px) {
	.accessories-controller-also-wrapper .accessories-controller-also-col img {
		max-width: 400px;
		width: 100%;
	}

	.accessories-content-image {
		max-width: 400px;
		width: 100%;
	}

	.accessories-content-image-ac-adapter {
		max-width: 400px;
		width: 100%;
	}
}

/* Also available section carryingcase */

.accessories-carryingcase-col h3 {
	margin-bottom: 15px;
	font-size: 1.1em;
	margin-top: 30px
}

@media (max-width: 767px) {
	.accessories-carryingcase-col img {
		max-width: 300px;
	}
}

.accessories-carryingcase-col .row.content-container > div {
	width: 100%;
	margin: 0;
}

/* JOY-CON PAIR */


.accessories-box-red {
    border: solid 2px #e60012;
	padding: 10px 20px;
	max-width: 400px;
	margin: 0 auto !important;
	margin-bottom: 30px !important;
}

.accessories-box-red > .content {
	margin-bottom: 0;
}

.accessories-box-red > .content p {
	color: #e60012;
	font-weight: bold;
	font-size: 0.8em;
}

.accessories-joyconpair-wrapper ul {
	margin: 0;
}

.accessories-joyconpair-wrapper ul li {
    list-style-type: none;
	letter-spacing: .1px;
	font-size: 110%;
    padding-left: 0;
    margin-left: 0;
	font-weight: 600;
    margin-bottom: 5px !important;
}
.accessories-joyconpair-wrapper ul li strong {
   color: #fff;
   margin-right: 5px;
   width: 20px;
   height: 21px;
   display: inline-block;
   border-radius: 50%;
   padding: 2px 6px 0 7px;
}

.accessories-joyconpair-col.col-grey ul li {
	color: #828282;
}

.accessories-joyconpair-col.col-grey ul li strong {
	background-color: #828282;
}

.accessories-joyconpair-col.col-red-blue ul li {
	color: #0AB9E6;
}

.accessories-joyconpair-col.col-red-blue ul li strong {
	background-color: #0AB9E6;
}

.accessories-joyconpair-col.col-red-blue ul li:first-child {
	color: #FF3C28;
}

.accessories-joyconpair-col.col-red-blue ul li:first-child strong {
	background-color: #FF3C28;
}

.accessories-joyconpair-col.col-yellow ul li {
	color: #cae200;
}

.accessories-joyconpair-col.col-yellow ul li strong {
	background-color: #cae200;
}

.accessories-joyconpair-col.col-green-pink ul li {
	color: #ff4883;
}

.accessories-joyconpair-col.col-green-pink ul li strong {
	background-color: #ff4883;
}

.accessories-joyconpair-col.col-green-pink ul li:first-child {
	color: #00e352;
}

.accessories-joyconpair-col.col-green-pink ul li:first-child strong {
	background-color: #00e352;
}

.accessories-joyconpair-col.col-blue-yellow ul li {
	color: #cae200;
}

.accessories-joyconpair-col.col-blue-yellow ul li strong {
	background-color: #cae200;
}

.accessories-joyconpair-col.col-blue-yellow ul li:first-child {
	color: #4f61c5;
}

.accessories-joyconpair-col.col-blue-yellow ul li:first-child strong {
	background-color: #4f61c5;
}

.accessories-joyconpair-col.col-purple-orange ul li {
	color: #f6b129;
}

.accessories-joyconpair-col.col-purple-orange ul li strong {
	background-color: #f6b129;
}

.accessories-joyconpair-col.col-purple-orange ul li:first-child {
	color: #8f2daa;
}

.accessories-joyconpair-col.col-purple-orange ul li:first-child strong {
	background-color: #8f2daa;
}

.accessories-joyconpair-copy {
	margin-bottom: 30px;
}

.accessories-joyconpair-setbox-wrapper {
	background-color: #e6e6e6;
}

.accessories-joyconpair-setbox-wrapper .accessories-joyyconpair-setbox-copy > div {
	margin-bottom: 0;
}

.accessories-joyconpair-setbox-wrapper .accessories-joyconpair-setbox-col {
	background-color: #fff;
    border-right: 5px solid #e6e6e6;
    margin-bottom: 10px;
}

.accessories-joyconpair-setbox-wrapper .accessories-joyconpair-setbox-col.left-side {
    border-right: none;
	border-left: 5px solid #e6e6e6;
}

.accessories-joyconpair-setbox-wrapper .accessories-joyconpair-setbox-col p {
    color: #8c8c8c;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
}

.accessories-joyconpair-setbox-wrapper .accessories-joyconpair-setbox-col ul li {
    list-style-type: none;
	letter-spacing: .1px;
	font-size: 110%;
    padding-left: 0;
	color: #828282;
    margin-left: 0;
	font-weight: 600;
}

.accessories-joyconpair-setbox-wrapper .accessories-joyconpair-setbox-col ul li strong {
	background-color: #828282;
	color: #fff;
	margin-right: 5px;
   	width: 20px;
	height: 21px;
	display: inline-block;
	border-radius: 50%;
 	padding: 2px 6px 0 7px;
}

/* JOY-CON STRAP */

.accessories-joyconstrap-wrapper ul li {
    list-style-type: none;
	letter-spacing: .1px;
	font-size: 110%;
    padding-left: 0;
    margin-left: 0;
	font-weight: 600;
    margin-bottom: 5px !important;
}
.accessories-joyconstrap-wrapper ul li strong {
   color: #fff;
   margin-right: 5px;
   width: 20px;
   height: 21px;
   display: inline-block;
   border-radius: 50%;
   padding: 2px 6px 0 7px;
}

.accessories-joyconpair-col.col-grey ul li {
	color: #828282;
}

.accessories-joyconstrap-col.col-grey ul li strong {
	background-color: #828282;
	color: #828282;
}

.accessories-joyconstrap-col.col-red ul li {
	color: #FF3C28;
}

.accessories-joyconstrap-col.col-red ul li strong {
	background-color: #FF3C28;
	color: #FF3C28;
}


.accessories-joyconstrap-col.col-blue ul li {
	color: #0AB9E6;
}


.accessories-joyconstrap-col.col-blue ul li strong {
	background-color: #0AB9E6;
	color: #0AB9E6;
}

.accessories-joyconstrap-col.col-yellow ul li {
	color: #cae200;
}

.accessories-joyconstrap-col.col-yellow ul li strong {
	background-color: #cae200;
	color: #cae200;
}




/* Headline */

#nso-header .image-text h2 {
    font-size: 1.3em;
    margin: 35px 0 0 0;
    font-weight: 700;
    color: #fff;
    border-left: 8px solid #fff;
    padding: 0.5em 0 0.5em 1em;
}

#nso-header .text_w_image_right {
    width: 100%;
    max-width: 80px;
    height: auto;
    float: right;
}

@media (max-width: 1024px) {

    #nso-header .image-text h2 {
        font-size: 1em;
    }

    #nso-header .text_w_image_right {
        max-width: 60px;
    }
}



/********************************************
 * ACCESSORIES
 ********************************************/

