ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

body {
  width: 100%;
  margin: 0 auto !important;
  font-family: "AvantGardeGothicITCbook", Century Gothic, sans-serif;
}

.content_ctnr {
  width: 1099px;
  margin: 0 auto !important;
}

#navhdr_content {
  background-color: #fff;
}

#stickybar_outer {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1750;
  background-color: #fff;
}

#sticky_sensi_hdr_nobg {
  height: 46px;
  max-width: 1099px;
  background-repeat: no-repeat;
  vertical-align: bottom;
  position: relative;
  font-size: 14px;
  color: #12646c;
}

#sticky_shopping_cart_click {
  width: 175px;
  height: 44px;
  position: absolute;
  top: 2px;
  right: 56px;
  cursor: pointer;
  border: none;
  background-color: #2ab2f2;
  color: #fff;
  z-index: 100;
  pointer-events: none;
}

#sticky_cart_count_widget {
  position: absolute;
  top: 10px;
  right: 67px;
  color: #ffffff;
  font-size: 14px;
  z-index: 1000;
}

#sticky_widget_hover {
  position: absolute !important;
  right: 0px;
  top: -10px;
  z-index: 1550;
  cursor: pointer;
}

#sensu_hdr {
  height: 92px;
  width: 1099px;
  background-repeat: no-repeat;
  vertical-align: bottom;
  position: relative;
  font-size: 14px;
  color: #12646c;
}

#sensi_hdr_nobg {
  height: 92px;
  width: 1099px;
  background-repeat: no-repeat;
  vertical-align: bottom;
  position: relative;
  font-size: 14px;
  color: #12646c;
}

.mainvideo {
  display: none;
}

.loaderhide {
  display: none;
}

.shadow {
  position: relative;
  top: -43px;
  height: 20px;
}
.shadow:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(155, 155, 0, 0.25);
  border-radius: 50% / 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
  clip: rect(20px, auto, 50px, 0);
}

.sensi_logo {
  padding-left: 55px;
  max-width: 310px;
  top: -9px;
  position: relative;
  z-index: 100;
}

.spacer {
  postion: relative;
  left: 50px;
  height: 92px;
  width: 300px;
  border: none;
}

.homeOfText {
  color: #2ab2f2;
  font-family: "AvantGardeGothicITClight";
  font-size: 20px;
  position: relative;
  top: -70px;
  float: right;
  right: 58px;
}

.homeOfTextBold,
.bold {
  font-family: "AvantGardeGothicITCbold";
}

#right_nav {
  position: absolute;
  top: 61px;
  right: 240px;
}

a.hdr_nav {
  color: #2ab2f2;
  text-decoration: none;
  font-size: 14px;
}

a.hdr_nav:hover {
  text-decoration: underline;
}

/*menu styles */
#right_nav {
  z-index: 500;
}

.navslash {
  padding: 0 3px;
  color: #2eb4f1;
}

ul#menu {
  display: none;
  clear: both;
  color: rgb(255, 255, 255);
}
ul#menu li a {
  width: 100%;
  font-size: 1em;
  transition: background 0.2s;
  text-decoration: none;
}

/*@media screen and (min-width: 1280px) */
@media screen and (min-width: 569px) {
  .hamburger-container {
    display: none;
  }

  .nav ul#menu {
    display: inline-block;
  }
  .nav ul#menu li {
    display: inline-block;
    margin-right: -5px;
  }
}

ul.hamburger li {
  height: 5px;
  background: #2eb4f1;
  content: "";
  position: relative;
  transition: 0.25s ease-in-out;
}

.hidden {
  opacity: 0;
}

.rot45deg {
  transform: rotate(45deg);
  top: 10px !important;
}

.rot-45deg {
  transform: rotate(-45deg);
}

ul.hamburger {
  display: block;
}
ul.hamburger li:nth-child(1) {
  top: 0;
}
ul.hamburger li:nth-child(2) {
  top: 5px;
}
ul.hamburger li:nth-child(3) {
  top: 10px;
}

.hamburger-container {
  width: 38px;
  /* margin: 1.2em 1.6em;*/
  height: 30px;
  cursor: pointer;
  float: right;
}

@media screen and (max-width: 568px) {
  ul#menu li a {
    width: 100%;
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 1em;
    padding: 1.5em 1.6em;
    transition: background 0.2s;
    text-decoration: none;
  }

  a.hdr_nav {
    color: #fff;
  }

  .navslash {
    display: none;
  }

  ul#menu a:hover {
    background-color: #303030;
  }
}

/*end menu stylss */

#footer_nav {
  width: 600px;
  margin: 0 auto 100px;
  clear: both;
  text-align: center;
}

a.footer_nav {
  color: #636363;
  text-decoration: none;
  font-size: 14px;
}

a.footer_nav:hover {
  text-decoration: underline;
}

#shopping_cart_click {
  width: 175px;
  height: 44px;
  position: absolute;
  top: 49px;
  right: 56px;
  cursor: pointer;
  border: none;
  background-color: #2ab2f2;
  color: #fff;
  z-index: 100;
  pointer-events: none;
}

.cartRowText {
  position: relative;
  left: 14px;
  top: 3px;
}

.cartIcon {
  position: relative;
  left: 11px;
  top: 1px;
}

#cart_count_widget {
  position: absolute;
  top: 58px;
  right: 67px;
  color: #ffffff;
  font-size: 14px;
  z-index: 1000;
}

#nav_msg_bar {
  /*width: 977px;*/
  height: 19px;
  padding-right: 2px;
  margin-left: auto;
  margin-right: auto;
}

#prod_vid_title_row {
  height: 19px;
  /*	width:975px;*/
  margin-left: 5px;
  margin-right: auto;
  /*overflow:auto;*/
  border: 0px solid green;
  /*background-image:url(../aap_Test_files/product_vid_titlerow_bg_trimmed.jpg);*/
  background-repeat: no-repeat;
  vertical-align: bottom;
  position: relative;
  font-size: 14px;
  color: #fff;
  display: inine-block;
}

.sensi_opentxt {
  padding-bottom: 25px;
}

#welcome_playing_outer {
  float: left;
}

.nowPlayText {
  font-family: "AvantGardeGothicITClight";
  position: relative;
  top: 1px;
  padding-right: 3px;
}

#now_playing_title_default {
  display: inline;
  position: relative;
  /*left:120px;*/
  top: 1px;
  font-weight: bold;
}

#now_playing_title {
  display: none;
  position: relative;
  /*left:120px;*/
  top: 1px;
  font-weight: bold;
  float: right;
}

.watch3_click {
  float: right;
  align: right;
  text-align: right;
}

#videoCountTitleBar {
  display: inline;
  padding-right: 5px;
  position: relative;
  top: 0px;
  right: 0px;
  height: 19px;
  margin-left: auto;
  margin-right: 0px;
  border: 0px;
}

.hdr_outer {
  background-color: #2ab2f2;
  display: block;
  width: 100%;
  position: relative;
}

#player_row {
  /*width:1099px;
	height:471px;*/
  clear: both;
  /*position:absolute;*/
}

.close_vid,
.close_vid a {
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.close_bg {
  position: absolute;
  z-index: 500;
  background-color: #000000;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
  display: none;
  padding: 5px;
  width: 65px;
  font-size: 14px;
  top: 36px;
}

#my_jplayer {
  /*position: relative;*/
  cursor: pointer;
  /*margin:auto;
	display: table;
	height: 620px;
    width: 1099px;*/
}

#index_play {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 25;
}

.playbtn {
  cursor: pointer;
}

#index_replay {
  /*display:none;*/
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 25;
}

.replaybtn {
  cursor: pointer;
}

#html5_vids {
  /*position: absolute;*/
  position: relative;
  top: 11px;
  z-index: 30;
}

.mainvideo {
  position: absolute;
  z-index: 31;
  width: 1099px;
  height: 620px;
  margin-top: 10px;
}

#flashvids {
  position: absolute;
  z-index: 30;
}

#vid_banner_div {
  display: none;
  position: absolute;
  left: 37px;
  bottom: 0px;
  z-index: 31;
}

#vid_notices_div {
  position: absolute;
  top: 260px;
}

.ajaxloader {
  width: 220px;
  display: block;
  margin: auto auto;
}

.loading_msg {
  color: #fff;
  font-weight: bold;
}

#side_nav {
  width: 203px;
  height: 475px;
  background-image: url(../aap_Test_files/side_nav_bg.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 896px;
  top: 0px;
  padding-left: 3px;
}

.side_nav_cells {
  margin-bottom: 5px;
}

.whats_hot,
.faqhdr,
.contacthdr {
  font-size: 34px;
  color: #777777;
  border-bottom: #777777 thin solid;
  display: block;
}

li.bn_wh_bullet {
  list-style: circle !important;
  display: inline-block !important;
  position: relative !important;
}

.wh_big,
.wh_sml {
  display: none;
}

#product_content {
  width: 1099px;
  margin: auto auto;
  position: relative;
  /*z-index:6;*/ /* do we need this? js 20190221 */
  background-color: #fff;
}

.prod_title {
  font-size: 24px;
  font-family: "AvantGardeGothicITCbold";
}

.prod_left {
  width: 200px;
  display: inline-block;
  float: left;
}

.prod_right {
  float: right;
  width: 78%;
}

.prod_btns {
  height: 100px;
  width: 100%;
  margin: auto;
  clear: both !important;
}

.prod_sec {
  padding-bottom: 20px;
}

.prod_sec,
.whatshot {
  border-bottom: #777777 thin solid;
  margin-bottom: 20px;
  display: inline-block;
  line-height: normal !important;
}

.sensi_playbtn_outer {
  padding: 20px 0;
}

.sensi_playbtn {
  display: inline-block;
  padding: 16px 2px;
  margin: auto auto;
  font-weight: normal;
  line-height: 1.428571429;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 30px !important;
  color: #fff;
  background-color: #2ab2f2 !important;
  text-align: center;
  width: 100%;
}

.sensi_playbtn:hover {
  background-color: #27c0f2 !important;
}

.sensi_btn_outer {
  /* padding: 50px 0 20px; */
  padding: 14px 0 20px;
}

.sensi_btn {
  display: inline-block;
  padding: 16px 2px;
  margin: auto auto;
  font-weight: normal;
  line-height: 1.428571429;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  /*border-radius: 4px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 30px !important;
  color: #fff;
  background-color: #2ab2f2 !important;
  text-align: center;
  width: 97%;
}

.sensi_btn:hover,
.sticky_btn:hover {
  background-color: #27c0f2 !important;
}

/* .btn1, .btn2 , .stickybtn2{
	width:50%;
	float:left;
} */
.btn2 {
  width: 100%;
  float: none;
  margin-left: 0px;
  left: 17px;
  position: relative;
}

.add2cart {
  display: none;
}

.sticky_btn {
  display: inline-block;
  padding: 16px 2px;
  margin: auto auto;
  font-weight: normal;
  line-height: 1.428571429;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 30px !important;
  color: #fff;
  background-color: #2ab2f2 !important;
  text-align: center;
  width: 100%;
}

.stickybtn1 {
  float: left;
}

.stickybtn2 {
  margin-left: 0px;
  left: 0;
  position: relative;
}

.vidthumb {
  cursor: pointer;
  position: relative;
}

.prodleft {
  width: 200px;
  height: 200px;
  position: relative;
}

.playhover {
  opacity: 0;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.playhover:hover {
  opacity: 0.5;
}
/*
.playhover{
	visibility: hidden;
	position: absolute;
    left: 0;
    opacity: .5;
	cursor:pointer;
}


.playhover:hover{
	
	display:inline;
}
*/

.moreinfo_hdr {
  font-size: 54px;
  color: #777777;
  border-bottom: #777777 thin solid;
  display: block;
  font-family: "AvantGardeGothicITCbold";
  margin-bottom: 20px;
}

.product_ctnr {
  overflow-x: hidden;
}

/*.a2c_bag_icon, .a2c_cart_icon, */

.a2c_br,
.mi_br {
  display: none;
}

#one_time_sale_link {
  display: block;
  text-align: center;
  font-size: 25px;
  margin-left: -87px;
}

.oneoff_hdr {
  font-size: 21px;
  padding: 5px;
}

span.sensi_price_hdr {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 1099px) {
  body,
  #sensi_hdr_nobg,
  #product_content,
  .content_ctnr {
    width: 100%;
  }

  #aapv2_hdr_nobg {
    height: 92px;
    width: 100% !important;
  }
  #player_row {
    width: 100% !important;
    height: auto;
    clear: both;
    position: relative;
  }

  .sensi_playbtn {
    padding: 16px 0;
  }

  .sensi_opentxt {
    padding: 5px;
    display: inline-block;
    /* border: blue thin solid;*/
    width: 99%;
  }

  .whats_hot {
    padding-left: 5px;
  }

  .prod_btns {
    left: 4px;
    position: relative;
  }

  .btn2 {
    margin-left: 0px;
    left: 0;
    position: relative;
  }
}

@media screen and (max-width: 909px) {
  .prod_right {
    width: 73%;
    margin-right: 30px;
  }
}

@media screen and (max-width: 895px) {
  #prod_vid_title_row {
    margin-left: 5px;
  }

  #my_jplayer {
    width: 100%;
    left: 0;
  }

  .mainvideo {
    z-index: 121;
    width: 100%;
    height: auto;
    /*position: relative;*/
  }
}

@media screen and (max-width: 851px) {
  .prod_right {
    width: 66%;
  }
}

@media screen and (max-width: 828px) {
  #mbg_outer {
    display: flex;
    padding-bottom: 50px;
  }

  .mbg_img_ctnr {
    flex: 3;
  }

  .mbg_text {
    position: relative;
    left: -25px;
    top: 9px !important;
    font-size: 24px;
    flex: 8;
  }
}

@media screen and (max-width: 825px) {
  body {
    overflow-x: hidden;
  }

  .sensi_playbtn_outer {
    padding: 20px 0;
    width: 99% !important;
  }

  .sensi_opentxt {
    width: 98%;
  }

  .prod_btns {
    width: 98%;
  }

  .moreinfo_hdr {
    font-size: 6vw;
    padding-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .sensi_btn {
    font-size: 23px !important;
  }

  .btn1,
  .btn2 {
    width: 50%;
    float: left;
  }

  .sticky_btn {
    width: 99%;
    font-size: 4vw !important;
    border-radius: 0;
  }

  .stickybtn1 {
    border-right: 8px white solid;
    width: 48.75%;
  }

  .a2c_bag_icon,
  .a2c_cart_icon {
    display: inline;
    float: left;
    padding-left: 14px;
    margin-top: -6px;
  }

  .a2c_br,
  .mi_br {
    display: block;
  }

  .cartbox_outer_tall {
    height: 100% !important;
    max-width: 1099px;
    pointer-events: none;
    display: flex !important;
    flex-direction: column;
    max-height: 100vh !important;
  }

  .cartbox_tall {
    overflow-y: scroll !important;
    height: 100vh !important;
  }

  .cartbox_close_tall {
    position: fixed !important;
    right: 2px !important;
    top: 2px !important;
  }
}

@media screen and (max-width: 718px) {
  .sensi_logo {
    padding-left: 0;
    max-width: 250px;
  }

  #sticky_shopping_cart_click {
    right: 0;
  }

  #sticky_cart_count_widget {
    right: 15px;
  }

  .homeOfText {
    right: 5px;
  }
}

@media screen and (max-width: 676px) {
  .prod_right {
    width: 58%;
  }

  .mbg_text {
    left: -25px !important;
  }
}
@media screen and (max-width: 600px) {
  .homeOfText {
    display: none;
  }

  #footer_nav {
    width: 100%;
  }
}

@media screen and (max-width: 563px) {
  .sensi_opentxt {
    width: 95%;
  }
}

@media screen and (max-width: 548px) {
  /*testing WHATS HOT lrg 100% */

  .prod_left {
    width: 100%;
    display: inline-block;
    float: none;
  }

  .playhover {
    width: 100%;
  }
  .vidthumb {
    cursor: pointer;
    position: relative;
    width: 100%;
  }

  .prod_sec,
  .whatshot {
    margin-bottom: 90px;
  }

  .prod_right {
    width: 94%;
    float: none;
    padding: 5px;
  }

  .sensi_btn_outer,
  .sticky_btn_outer {
    padding: 10px 0;
  }

  .btn1,
  .btn2 {
    width: 100%;
    float: none;
  }

  .sticky_btn_outer {
    padding: 0;
  }

  .stickybtn2 {
    left: 0;
  }

  /*MAKE WHAT'S HOT SLIDER HERE */
}

@media screen and (max-width: 425px) {
  .sensi_logo {
    width: 55% !important;
    padding-top: 5px;
  }

  .sensi_logo_top {
    top: -12px;
    position: relative;
  }

  .mbg_img_ctnr {
    flex: 5;
  }
}

@media screen and (max-width: 320px) {
  .sensi_logo {
    width: 45% !important;
    padding-top: 14px;
  }

  .sensi_logo_top {
    top: -18px;
  }

  .sticky_btn {
    font-size: 3vw !important;
  }
}
