.yellow--txt {color: #faa21b;}
.blue--txt {color: #00a1df;}
.wrap--sections {margin: 0 auto;}
hr {
border: 1px solid #00a1df;
}
h1 {
    font-size: 36px;
    margin-bottom: 0;
    padding: 0 1rem;
}
h2 {
    font-size: 28px;
    margin-bottom: 0 !important;
}
h3 {
    font-size: 22px;
    margin-bottom: 0;
}
.productName {
	margin-bottom: 25px !important;	
}
.container {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.item {width: 50%;}
.price {
    font-size: 24px;
    font-weight: bold;
}
/*----- START Thumb Viewer-----*/
.product--image .container {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.thumbs {
    clear: both;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.thumbs ul {
    list-style-type: none;
}
.thumbs li {
    margin: 25px 13px 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.thumbs li a {
    border: 1px solid #d1d3d3;
}
.thumbs li a:hover {
      border: 1px solid #00a1df;
}
.thumbs img {
    width: 100px;
    height: 100px;
}
.viewer {
    clear: both;
    overflow: hidden;
    height: 399px;
    width: 404px;
    color: #fff;
    font-size: .9em;
}
.viewer-image {
    clear: both;
    position: relative;
    display: block;
    height: 399px;
    width: 404px;
}
/*----- END Thumb Viewer-----*/
.thumb4 {
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}
.thumb4 img {
    width: 200px;
    height: 200px;
    padding: 20px;
}
.tile--txt {
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    position: absolute;
    width: 100%;
}
#product--bundle .btn--primary a, #product--airTVPlayer .btn--primary a, #product--adapter .btn--primary a, #accessories .btn--primary a {
    width: 152px;
    padding: 1rem;
}
#banner--store {
    width: 100%;
    height: 200px;
    background-color: #2d2d2d;
    position: relative;
}
.disclaimer {
    font-size: 12px;
    padding: 0 0 20px 0;
    font-weight: 400;
}
#product--bundle h2, #product--airTVPlayer h2, #product--adapter h2 {font-weight: 400;}
#product--bundle, #product--airTVPlayer, #product--adapter {
    padding: 60px 0;
}
.product--desc ul {
    list-style-position: inside;
    margin-top: 2rem;
}
.product--desc li {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.5;
    background-size: 20px;
    background-image: url('/images/AirTV--bullet--arrow.svg');
    background-repeat: no-repeat;
    padding: 0 0 30px 20px;
    background-position: 0px 4px;
 }
.product--desc .btn--primary {
    margin: 2rem 0;
}
#accessories {
    padding: 0 0 60px 0;
}
#product--power, #product--remote {
    padding-top: 60px;
}
.item2 {
    width: 30%;
}
.item3 {
    width: 70%;
}
@media all and (max-width: 767px) {
.container {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item, .item2, .item3 {width: 100%;}
.thumbs img {
    width: 105px;
    height: 105px;
}
.thumbs {padding: 0 0 60px 0;}
.viewer {
    height: 300px;
    width: 300px;
    margin: 0 auto;
}
.viewer-image {
    height: 300px;
    width: 300px;
}
.viewer-image img {width: 100%;}
.wrap--sections {padding: 0 20px;}
#product--bundle, #product--airTVPlayer, #product--adapter {padding: 20px 0;}
    #product--bundle {padding: 50px 0 0;}
.thumb4 {margin: 0 0 20px 0;}
}
/*--------------------------------------------------------------------------------------*/
/*---MEDIUM BREAKPOINT -----------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
@media all and (min-width: 768px) and (max-width: 1024px) {
h1 {
    font-size: 36px;
    margin-bottom: 0;
}
h2 {
    font-size: 28px;
    margin-bottom: 0;
}
h3 {
    font-size: 22px;
    margin-bottom: 0;
}
.wrap--sections {padding: 0 40px;}
#product--bundle, #product--airTVPlayer, #product--adapter {padding: 40px 0;}
.thumbs li {
    margin: 25px 5px 0 5px;
}
}
/*--------------------------------------------------------------------------------------*/
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.item, .item2 {
    width: 100%;
    padding-bottom: 30px;
}
#product--bundle, #product--airTVPlayer, #product--adapter {
    padding: 40px 0 0 0;
}
}

/*---LARGE BREAKPOINT ------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
@media all and (min-width: 1025px) {
h1 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 0;
}
h2 {
    font-size: 32px;
    margin-bottom: 0;
}
h3 {
    font-size: 34px;
    margin-bottom: 0;
}
.wrap--sections {
    max-width: 960px;
    margin: 0 auto;
}

.thumbs li {
    margin: 5px 3px 0 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.product--image .container {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

}
