@import url(https://fonts.googleapis.com/css?family=Tienne:700,900);
/* 4K and 8K UHD 7680px */
@media (min-width: 1024px) and (max-width: 7680px) {
  #aec-left {
    display: none !important;
  }
  html > body #aec-main.col-md-10 {
    width: 100% !important;
  }
}

@media (min-width: 0px) and (max-width:360px) {
  #aec-main.col-md-10 {
    padding: 0 !important;
  }
  #aec-body .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.aec-product-container {
  background-color: #e8f5fd;
  border-top: 1px solid #dcf0fc;
  display: block;
  padding: 10px;
  margin-bottom: 20px;
}

.aec-productfeature.aec-res {
  background-color: #fff;
  border-radius: 4px;
  display: table;
  margin-bottom: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.aec-productfeature.aec-res .aec-boutiqueIcon {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1;
}

.aec-product-title li {
  margin: 0;
}

.main-title {
  border-bottom: 1px solid #9cd5f6;
  padding-left: 0;
}

.aec-productfeature.aec-res h1 {
  color: #1c4073;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 0;
  max-width: 90%;
}

@media (min-width: 0px) and (max-width: 320px) {
  .aec-productfeature.aec-res h1 {
    font-size: 18px !important;
  }
}

@media (min-width: 321px) and (max-width: 360px) {
  .aec-productfeature.aec-res h1 {
    font-size: 16px !important;
    max-width: 80%;
  }
}

.aec-productfeature.aec-res div.aec-cover {
  float: left;
  position: relative;
  text-align: center;
}

.aec-productfeature.aec-res .aec-cover img {
  height: auto;
  max-width: 320px;
  width: 100%;
}

.aec-productfeature.aec-res.items-page .aec-cover img {
  height: auto;
  max-width: 100%;
}

.aec-productfeature.aec-res #aec-coverhover {
  cursor: pointer;
  height: 100%;
  left: 0 !important;
  opacity: 1;
  position: absolute !important;
  top: 0 !important;
  width: 100%;
}

#aec-coverhover .aec-playtrailer {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #B8E2F4;
  border-radius: 4px;
  background-color: #E0F6FD;
  color: #2a72b0;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 10px 12px rgba(0, 36, 112, 0.26);
  -webkit-box-shadow: 0 10px 12px rgba(0, 36, 112, 0.26);
}
/* 4K and 8K UHD 7680px */
@media (min-width: 768px) and (max-width: 7680px) {
  .aec-productfeature.aec-res.items-page .aec-cover img {
    max-height: 325px;
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.aec-productfeature.aec-res .main-title {
  margin-bottom: 15px;
}

.aec-product-title .aec-title-featurelist {
  color: #627185;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 0;
  padding-top: 5px;
}

.aec-product-title .aec-title-featurelist:empty {
  display: none;
}

.aec-title-featurelist.aec-main-artist > a {
  color: #0174b0;
}

.aec-title-featurelist.aec-main-artist > a:hover {
  color: #004e90;
}

.aec-productfeature.aec-res .main-title.hidden-xs .aec-main-title {
  margin-bottom: 0;
  margin-top: 0;
}

.aec-product-title .aec-title-featurelist.aec-main-desc {
  color: #627185;
  display: block;
  /*font-size: 14px;
  font-weight: bold;*/
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-top: 2px;
  width: 90%;
  /*width: 100%;*/
  margin-right: 0;
}

.aec-title-rated {
  border: 1px solid;
  color: #000;
  font-family: "Tienne", serif;
  font-size: 10px;
  font-weight: 900 !important;
  line-height: 14px;
  padding: 0 4px;
  position: relative;
  text-align: center;
  top: -1px;
}

#product-primaryinfo.primaryinfo-holder li {
  color: #627185;
  font-size: 13px;
}

#product-primaryinfo.primaryinfo-holder li span {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

#product-primaryinfo.primaryinfo-holder a {
  color: #0174b0;
}

#product-primaryinfo.primaryinfo-holder a:hover {
  color: #004e90;
}

.aec-productfeature.aec-res .price-box {
  padding: 0;
}

.price-box div.aec-buybutton {
  background-color: #e0f6fd;
  padding: 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.price-box button.aec-buybutton-textbtn {
  padding: 5px 0;
  width: 100%;
}

.price-box button.aec-buybutton-textbtn span.aec-buybutton {
  font-size: 15px;
}

.price-box span.aec-buybutton {
  font-size: 15px;
  padding: 0;
}

.price-box .aec-title {
  margin-bottom: 10px;
}

.price-box .aec-attr {
  color: #0174b0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.price-box .aec-price {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.price-box .aec-webamiprice-href {
  color: transparent;
  font-size: 0;
  font-weight: normal !important;
  text-decoration: none;
}

.price-box .aec-webamiprice-href .aec-custprice {
  display: inline;
}

.price-box .aec-webamiprice-href .aec-custprice > span {
  color: #1c4073;
  font-size: 18px;
  font-weight: 600;
}

.price-box .aec-webamiprice-href .aec-listprice {
  display: inline;
}

.price-box .aec-webamiprice-href .aec-listprice > span {
  color: #0174b0;
  display: inline;
  font-size: 18px;
  text-decoration: line-through;
}

.price-box .aec-webamiprice-href .aec-listprice + .aec-custprice span::before {
  content: "Now";
  margin-left: 10px;
  margin-right: 5px;
  text-transform: none;
}

.price-box .aec-webamiprice-href .aec-yousave {
  color: #0174b0;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 2px;
  padding-top: 2px;
  text-transform: capitalize;
}

.aec-heavyitem {
  background-color: #f6fbfd;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 5px;
}

.aec-heavyitem a {
  color: #0174b0 !important;
  font-size: 9px !important;
  font-weight: bold;
  text-transform: uppercase;
}

.aec-heavyitem a:hover {
  color: #004e90 !important;
}

.aec-wishlistadd {
  background-color: #0174b0;
  border: medium none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  padding: 7px 0;
  text-transform: uppercase;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: inset 0 -2px 0 #005380;
  -webkit-box-shadow: inset 0 -2px 0 #005380;
  -moz-box-shadow: inset 0 -2px 0 #005380;
  transition: background-color 0.2s ease-in 0s;
	-webkit-transition: background-color 0.2s ease-in 0s;
}

.aec-wishlistadd:before {
  content: '\f85e';
  font-family: 'DeepFont';
  font-weight: normal;
  margin-right: 4px;
}

.aec-wishlistadd:hover {
  background-color: #004e90;
  box-shadow: inset 0 -2px 0 #002D52;
  -webkit-box-shadow: inset 0 -2px 0 #002D52;
  -moz-box-shadow: inset 0 -2px 0 #002D52;
}

@media (min-width: 768px) and (max-width: 991px) {
  .price-box div.aec-buybutton {
    float: left;
    width: 100%;
  }
  .price-box .aec-title {
    margin-bottom: 15px;
    width: 50%;
  }
  .aec-wishlistadd {
    margin-left: 2%;
    padding: 7px 0;
    position: absolute;
    right: 2%;
    width: 45%;
    margin-top: 5px;
	top: 0;
  }
  .price-box .aec-attr {
    line-height: 18px;
    position: relative;
    vertical-align: bottom;
  }
  .price-box .aec-attr * {
    display: inline-block;
    line-height: 100%;
    text-align: left;
    vertical-align: bottom !important;
  }
  .price-box .aec-price {
    margin-left: 5px;
    margin-top: 0;
    position: relative;
    text-align: left;
    top: -2px;
  }
  .price-box .aec-webamiprice-href .aec-custprice > span {
    line-height: 100%;
  }
  .price-box .aec-webamiprice-href .aec-yousave {
    padding-bottom: 0;
    padding-left: 10px;
    padding-top: 0;
  }
}
/* 4K and 8K UHD 7680px */
@media (min-width: 768px) and (max-width: 7680px) {
  .aec-productfeature.aec-res .section-holder,
  .aec-productfeature.aec-res .main-title,
  .aec-productfeature.aec-res .primaryinfo-holder {
    padding-left: 0;
  }
}
/* 4K and 8K UHD 7680px */
@media (min-width: 768px) and (max-width: 7680px) {
  .aec-productfeature.aec-res .section-holder {
    padding-bottom: 50px;
  }
}
/* 4K and 8K UHD 7680px */
@media (min-width: 1024px) and (max-width: 7680px) {
  .aec-productfeature.aec-res .primaryinfo-holder {
    min-height: 220px;
  }
  .aec-productfeature.aec-res.music-page .primaryinfo-holder {
    min-height: 150px;
  }
}

#aec-product-description {
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  float: none;
  margin-top: 10px;
}

.aec-productfeature.aec-res + #aec-product-description {
  margin-top: 0px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .aec-productfeature.aec-res .main-title,
  .aec-productfeature.aec-res .primaryinfo-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .aec-productfeature.aec-res div.aec-cover {
    margin-bottom: 15px;
  }
  .primaryinfo-holder {
    margin-bottom: 10px;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .price-box button.aec-buybutton-textbtn,
  .aec-wishlistadd {
    padding: 10px 0;
  }
}


/*===========================================
	ATTRIBUTES AND TITLE FOR MOBILE
============================================*/

.aec-productfeature.aec-res .main-title.col-xs-12 {
  border-bottom: medium none;
  padding-left: 15px;
  padding-right: 15px;
}

.aec-productfeature.aec-res .main-title.col-xs-12.aec-productfeature ul > li {
  list-style-type: none;
  margin: 0;
}

.aec-productfeature.aec-res .main-title.col-xs-12 .aec-product-title {
  border-bottom: 1px solid #9cd5f6;
  padding-bottom: 15px;
}

.aec-productfeature.aec-res .main-title.col-xs-12 .aec-product-title .aec-title-featurelist {
  color: #627185;
  display: inline-block;
  font-size: 12px;
  margin-right: 6px;
  padding-top: 6px;
}

.aec-productfeature.aec-res .main-title.col-xs-12 .aec-title-featurelist.aec-main-desc {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  /*width: 100%;*/
  width: 85%;
}

@media (min-width: 0px) and (max-width: 767px) {
  .aec-productfeature.aec-res .main-title.col-xs-12 .aec-product-title .aec-title-featurelist {
    font-size: 13px;
    padding-top: 0px;
  }
  .aec-productfeature.aec-res .main-title.col-xs-12 .aec-title-featurelist.aec-main-desc {
    margin: 0 0 5px;
  }
}


/*===========================================
	SOCIAL SHARE
============================================*/

#aec-deepsocial {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

#aec-deepsocial > ul {
  border-top: 1px solid #9bd5f6;
  display: table;
  margin-bottom: 0;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

#aec-deepsocial > ul li ul {
  display: none
}

#aec-deepsocial > ul li a {
  color: #81c7e5;
  font-size: 12px;
  font-weight: 600;
  transition: color 0.2s ease-in 0s;
  -webkit-transition: color 0.2s ease-in 0s;
}

#aec-deepsocial > ul li a:hover,
#aec-deepsocial > ul li a:focus {
  text-decoration: none;
}

#aec-deepsocial .icon-twitter-1 {
  margin-right: 2px;
}

#aec-deepsocial > ul li a:hover {
  color: #0174b0;
}
/* 4K and 8K UHD 7680px */
@media (min-width: 768px) and (max-width:7680px) {
  #aec-deepsocial {
    bottom: 5px;
    padding-right: 15px;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #aec-deepsocial {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
}

#aec-deepsocial > ul li {
  background-color: #fff;
  display: table-cell;
  position: relative;
  width: 25%;
  margin: 0;
  padding: 4px 0;
}
/* 4K and 8K UHD 7680px */
@media (min-width: 768px) and (max-width:7680px) {
  #aec-deepsocial {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  #aec-deepsocial > ul li.facebook,
  #aec-deepsocial > ul li.twitter {
    width: 18%;
  }
}

@media (min-width: 992px) and (max-width:1024px) {
  #aec-deepsocial > ul li.facebook,
  #aec-deepsocial > ul li.twitter {
    width: 22%;
  }
}

@media (min-width: 520px) and (max-width:585px) {
  #aec-deepsocial > ul li.facebook,
  #aec-deepsocial > ul li.twitter {
    width: 18%;
  }
}
/* 4K and 8K UHD 7680px */
@media (min-width: 768px) and (max-width:7680px) {
  a.mboneclklink {
    top: 7px;
  }
}

@media (min-width: 0px) and (max-width:359px) {
  a.mboneclklink {
    position: relative;
    top: -3px;
  }
}

@media (min-width: 0px) and (max-width:519px) {
  #aec-deepsocial > ul li.share-this ul {
    padding-top: 24px;
  }
  #aec-deepsocial > ul li.facebook,
  #aec-deepsocial > ul li.twitter,
  #aec-deepsocial > ul li.share-this {
    display: inline-block;
    float: left;
  }
  #aec-deepsocial > ul li.twitter {
    text-align: center;
    width: 34%;
  }
  #aec-deepsocial > ul li.facebook {
    width: 26%;
  }
  #aec-deepsocial > ul li.share-this {
    width: 40%;
  }
  #aec-deepsocial > ul li.share-this .aec-productsharelink {
    display: inline-block;
    text-align: right;
    width: 100%;
  }
  #aec-deepsocial > ul li.aec-lastlink {
    display: none;
  }
  #aec-deepsocial {
    margin-top: 10px;
  }
  #aec-deepsocial > ul {
    padding-top: 5px;
    padding-bottom: 0;
  }
  #aec-deepsocial > ul li.share-this ul li {
    padding-left: 7px;
  }
}
/* 4K and 8K UHD 7680px */
@media (min-width: 1200px) and (max-width:7680px) {
  #aec-deepsocial > ul li a {
    font-size: 13px;
  }
}
/* 4K and 8K UHD 7680px */
@media (min-width: 580px) and (max-width:7680px) {
  #aec-deepsocial > ul li.share-this ul li a {
    display: block;
    padding: 2px;
  }
}

#aec-deepsocial .mboneclklink:link {
  color: #81c7e5;
  font-family: inherit;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease-in 0s;
  -webkit-transition: color 0.2s ease-in 0s;
}
/* 4K and 8K UHD 7680px */
@media (min-width: 1200px) and (max-width:7680px) {
  #aec-deepsocial .mboneclklink:link {
    display: inline-block;
    text-align: right;
    width: 100%;
  }
}

#aec-deepsocial .mboneclklink:hover {
  color: #0174b0 !important;
}

#aec-deepsocial > ul li.share-this:hover ul {
  /*border-style: solid;
  border-width: 0 1px 1px;
	border-color: #9cd5f6;*/
  background-color: transparent;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 10px 12px rgba(0, 36, 112, 0.26);
  display: block;
  left: 9px;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 21;
  overflow: hidden;
}
/* 4K and 8K UHD 7680px */
@media (min-width: 768px) and (max-width:7680px) {
  #aec-deepsocial > ul li.share-this:hover ul {
    left: 0;
    top: 0;
    padding-top: 22px;
    width: 80%;
  }
}

#aec-deepsocial > ul li.share-this ul li {
  display: block;
  width: 100%;
  float: left;
}

#aec-deepsocial > ul li.share-this ul li a i {
  margin-right: 4px;
}

#aec-deepsocial a.mboneclklink:before {
  content: "\f885";
  font-family: 'DeepFont';
}

#aec-deepsocial > ul li a:before {
  margin-right: 4px;
}

#_mbrcslidedown table.mbSDInnerLayer td {
  background-color: #fff;
  padding: 5px;
}

#_mbrcslidedown table.mbSDInnerLayer {
  background-color: #fff;
  border-collapse: separate;
  border-color: #9cd5f6;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 1px 1px 4px rgba(44, 51, 60, 0.18);
  overflow: hidden;
}

#_mbrcslidedown input.mbSDInput {
  border-color: #9bd5f6;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #808080;
  font-family: Arial, Helvetica, sans-serif;
  padding: 2px 0;
}

#_mbrcslidedown button.mbSDBtn {
  background-color: #0174b0 !important;
  border: medium none;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #115e88;
  color: #ffffff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 4px;
  text-align: center;
  width: 60px;
}

#_mbrcslidedown button.mbSDBtn:hover {
  background-color: #004e90 !important;
}

#_mbrcslidedown button.mbSDLiteBtn {
  background-color: #81c7e5 !important;
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 #369bc9 inset;
  color: #ffffff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 4px;
  text-align: center;
  width: 60px;
}

#_mbrcslidedown button.mbSDLiteBtn:hover {
  background-color: #50a8d0 !important;
}

#_mbrcslidedown a.mbSDLink:link,
#_mbrcslidedown a.mbSDLink:visited {
  color: #0174b0;
  font-family: arial;
  font-size: 10px;
  text-decoration: none;
}

#_mbrcslidedown a.mbSDLink:hover {
  color: #004e90;
}

#_mbrcslidedown input.mbSDInput::-webkit-input-placeholder {
  color: #81C7E5;
  opacity: 1;
}

#_mbrcslidedown input.mbSDInput {
  /* Firefox 18- */
  color: #81C7E5;
  opacity: 1;
}

#_mbrcslidedown input.mbSDInput::-moz-placeholder {
  /* Firefox 19+ */
  color: #81C7E5;
  opacity: 1;
}

#_mbrcslidedown input.mbSDInput:-ms-input-placeholder {
  color: #81C7E5;
  opacity: 1;
}

@media (min-width: 0px) and (max-width: 570px) {
  .mbSDOuterLayer {
    background-color: rgba(2, 28, 55, 0.78);
    height: 100% !important;
    left: 0 !important;
    overflow: hidden;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 9999999 !important;
    display: block;
  }
  #_mbrcslidedown table.mbSDInnerLayer {
    margin: 50% auto 0;
    width: 90%;
    transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
  }
  #_mbrcslidedown input.mbSDInput {
    color: #81c7e5;
    font-size: 12px;
    height: 36px;
    opacity: 1;
    width: 100% !important;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #_mbrcslidedown button.mbSDBtn {
    box-shadow: 0 -2px 0 #115e88 inset;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 12px;
    width: 100%;
  }
  #_mbrcslidedown button.mbSDLiteBtn {
    box-shadow: 0 -2px 0 #369bc9 inset;
    font-size: 12px;
    padding: 10px 12px;
    width: 100%;
  }
  #_mbrcslidedown a.mbSDLink {
    cursor: pointer;
  }
  #_mbrcslidedown a.mbSDLink:link,
  #_mbrcslidedown a.mbSDLink:visited {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
  }
}


/*===========================================
	DESCRIPTION
============================================*/

#aec-product-description .aec-desc-label {
  border-bottom: 1px solid #e8f5fd;
  color: #1c4073;
  font-size: 15px;
  font-weight: 700;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-top: 5px;
  text-transform: uppercase;
}

.aec-desc-review {
  color: #627185;
  font-size: 13px;
  padding-bottom: 15px;
}

.aec-desc-review p:empty {
  display: none;
}

.aec-desc-review > h3, .aec-desc-review > h2 {
  color: #0174b0;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}

.collapse-review {
  background-color: #fff;
  border: medium none;
  color: #0174b0;
  font-size: 12px;
  font-weight: 700;
  padding: 0 10px 15px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.collapse-review:before {
  content: "";
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 100%;
}

.collapse-review .nav-label:before {
  display: inline-block;
  font-family: "DeepFont";
  font-size: 18px;
  line-height: 15px;
  margin-right: 2px;
}

.collapse-review .nav-label:before {
  content: "\f845";
}

.collapse-review.opened .nav-label:before {
  content: "\f848" !important;
}
.aec-desc-review > ul {
  padding-left: 15px;
}
/* 4K and 8K UHD 7680px */
@media all and (min-width: 680px) and (max-width:7680px) {
  button.collapse-review {
    display: none;
  }
  .aec-desc-review.collapse.expanded,
  .aec-desc-review.collapse {
    display: block !important;
    height: auto !important;
  }
}

@media all and (min-width: 0px) and (max-width:696px) {
  .aec-desc-review.collapse {
    display: block;
    overflow: hidden;
    max-height: 125px;
    transition-duration: 0.5s;
    transition-property: max-height;
    transition-timing-function: ease;
		
		-webkit-transition-duration: 0.5s;
    -webkit-transition-property: max-height;
    -webkit-transition-timing-function: ease;
  }
  .aec-desc-review.expanded {
    max-height: 800px !important;
    overflow: hidden;
    position: relative;
  }
  .aec-desc-review.collapse.expanded,
  .aec-desc-review.collapse {
    padding-bottom: 0;
  }
}


/*===========================================
	PRODUCT TABS
============================================*/

#aec-movietabs,
#aec-gametabs,
#aec-musictabs,
#aec-classicaltabs {
  clear: both;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 10px;
  padding: 0;
  position: relative;
  width: 100%;
  border: none;
}

#aec-movietabs > ul,
#aec-gametabs > ul,
#aec-musictabs > ul,
#aec-classicaltabs > ul,
#aec-itemtabs > ul {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border-color: #9BD5F6 !important;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  border-radius: 0;
  padding: 0;
  padding-top: 4px;
  padding-left: 4px;
}

.aec-product-container .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  font-size: 13px;
  padding: 8px 10px;
  text-decoration: none;
}

.aec-product-container .ui-state-active a,
.aec-product-container .ui-state-active a:link,
.aec-product-container .ui-state-active a:visited {
  color: #1c4073;
}

.aec-product-container .ui-tabs .ui-tabs-nav li {
  border-color: #9bd5f6;
}

.aec-product-container .ui-state-default.ui-tabs-active.ui-state-active {
  background: #fff none repeat scroll 0 0 !important;
}

.aec-product-container .ui-state-default.ui-tabs-active.ui-state-active a {
  color: #0174b0 !important;
}

.aec-product-container .ui-state-default.ui-corner-top {
  background: #f6fbfd none repeat scroll 0 0 !important;
}

.aec-product-container .ui-state-default.ui-corner-top a {
  color: #9bd5f6 !important;
}

.aec-product-container .aec-twocols li > div {
  color: #1c4073;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}

.aec-product-container .ui-widget-content a {
  color: #0174b0;
  font-size: 12px;
}

.aec-product-container .ui-widget-content a:hover {
  color: #004e90;
}

.aec-product-container .aec-twocols li {
  float: left;
  list-style: outside none none;
  width: 50%;
}

.aec-product-container .aec-twocols > div {
  width: 100%;
}

#aec-classicaltabs #aec-musictracksonly {
  width: 100%;
}

#aec-classicaltabs #aec-musictracksonly > ul > li {
  border-bottom: 1px solid #e8f5fd;
  list-style-type: none;
  padding: 4px;
  color: #57606d;
  font-size: 12px;
}

#aec-classicaltabs #aec-musictracksonly .aec-discnum:before {
  content: "\f825";
  font-family: DeepFont;
  margin-right: 5px;
  font-weight: normal;
}

#aec-classicaltabs #aec-musictracksonly .aec-discnum {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}


/*===========================================
	OTHER FORMATS
============================================*/

.aec-productfeature.aec-res .aec-otherformats {
  background-color: #fff;
  border: 1px solid #e8f5fd;
  clear: both;
  color: #1c4073;
  float: left;
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
  padding: 5px 0 5px 5px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .aec-productfeature.aec-res .aec-otherformats {
    padding: 10px 0 10px 5px;
  }
}

.aec-productfeature.aec-res #aec-otherformats.collapse {
  overflow: hidden;
}

.aec-productfeature.aec-res #aec-otherformats {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.aec-productfeature.aec-res #aec-otherformats div.aec-buybutton {
  border-bottom: 1px solid #e8f5fd;
  border-left: 1px solid #e8f5fd;
  border-right: 1px solid #e8f5fd;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100% !important;
}

.aec-productfeature.aec-res #aec-otherformats button.aec-buybutton-textbtn {
  padding: 0 4px;
  box-shadow: 0 -1px 0 #369bc9 inset;
  -webkit-box-shadow: 0 -1px 0 #369bc9 inset;
}

.aec-productfeature.aec-res #aec-otherformats .aec-buybutton:before {
  font-size: 12px !important;
}

.aec-productfeature.aec-res #aec-otherformats .aec-buyimage .aec-buybutton-textbtn span {
  font-size: 9px !important;
  padding: 2px !important;
}

.aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-title {
  display: inline;
  float: left;
  font-weight: 600;
  padding-left: 8px;
  text-align: left;
  width: 15%;
}

.aec-productfeature #aec-otherformats .aec-buybutton .aec-title > a {
  color: #0174b0;
  padding-right: 0;
  font-size: 12px;
}

.aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-attr {
  display: inline;
  float: left;
  padding-right: 3px;
  width: 58%;
  text-align: left;
  font-size: 12px;
  color: #627185;
}

.aec-productfeature.aec-res #aec-otherformats .aec-custprice {
  color: transparent;
  font: 0px/0px Arial;
}

.aec-productfeature.aec-res #aec-otherformats .aec-custprice span {
  color: #1c4073;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
}

.aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-price {
  display: inline;
  float: left;
  text-align: right;
  width: 12%;
  font: 0px/0 arial;
  color: transparent;
}

.aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-buyimage {
  display: inline;
  float: left;
  padding-left: 0;
  width: 15%;
}
/* 4K and 8K UHD 7680px */
@media (min-width: 769px) and (max-width: 7680px) {
  .aec-productfeature.aec-res button.aec-otherformats {
    pointer-events: none !important;
  }
  .aec-productfeature.aec-res #aec-otherformats {
    height: auto !important;
  }
}

@media (min-width: 767px) and (max-width: 768px) {
  .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-title {
    width: 20%;
  }
  .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-attr {
    width: 46%;
  }
  .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-buyimage {
    width: 22%;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .aec-productfeature.aec-res #aec-otherformats.collapse:not(.in) {
    height: 0px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .aec-otherformats.collapsed {
    border-radius: 4px;
    -webkit-order-radius: 4px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-attr {
    width: 47%;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-title {
    width: 24%;
  }
  .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-title a {
    font-size: 10px;
  }
  .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-attr {
    width: 30%;
    font-size: 10px;
  }
  .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-price{
	width: 15%;
  }
  .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-price .aec-custprice{
    font-size: 10px;
  }
  .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-buyimage {
    width: 30%;
    font-size: 10px;
  }
}


/*===========================================
	MUSIC PLAYER
============================================*/

#aec-jukebox.tracksonly {
  width: auto;
}

div#aec-jukebox {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#aec-jukebox {
  background-color: #e8f5fd;
  box-shadow: none;
  padding-bottom: 10px;
}

.jp-controls-holder {
  background-color: #d0edff;
}

.jp-playlist.tracksonly li {
  padding: 4px;
}

.jp-playlist {
  background-color: #f6fbfd;
}

.jp-playlist li:before {
  background-color: #0174b0;
  color: #fff;
}

.jp-playlist li.jp-playlist-current {
  background-color: #d0edff;
  border-top: 1px solid #d0edff;
}

.jp-playlist li:hover {
  background-color: #d0edff;
  border-top: 1px solid #d0edff;
}

.jp-playlist li:hover + li {
  border-top-color: #d0edff;
}

.jp-playlist li.jp-playlist-current + li {
  border-top: 1px solid #d0edff;
}

.jp-playlist li {
  border-top: 1px solid #e8f5fd;
}

.jp-play,
.jp-stop,
.jp-previous,
.jp-next,
.jp-repeat,
.jp-shuffle,
.jp-mute,
.jp-volume-max {
  color: #0174B0;
}

.jp-play,
.jp-stop,
.jp-previous,
.jp-next {
  background-color: #f6fbfd;
}

.jp-volume-bar,
.jp-progress {
  background-color: #afdbf7;
}

.jp-current-time,
.jp-duration {
  color: #0174b0;
  font-weight: 600;
}

.jp-artist,
.jp-album-name {
  color: #627185;
  font-size: 13px;
}

.jp-track-title {
  color: #1c4073;
  font-weight: 600;
}


/*.jp-volume-controls *{ display: inline-block !important; }*/

@media all and (min-width: 320px) and (max-width:570px) {
  #aec-musictabs #mt-1 {
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
  }
  div#aec-jukebox {
    margin: 0 -10px;
    width: 100%;
  }
  .jp-cover {
    display: block !important;
    float: none !important;
    height: 140px;
    margin: 0 auto;
    width: 140px;
  }
  .jp-albuminfo-container {
    background-color: #ffffff;
    display: table-cell;
    float: left;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .jp-aec-playerinfo-control {
    width: 100%;
  }
  .jp-volume-bar {
    margin-top: 5px;
    display: none !important;
  }
  .jp-current-time,
  .jp-duration {
    margin-left: 0;
    margin-right: 0;
    width: 20%;
  }
  .jp-progress {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
  }
  .jp-aec-playerinfo-control .jp-controls-holder {
    padding: 4px 0 !important;
    width: 100% !important;
  }
  .jp-aec-playerinfo-control .jp-progress-holder {
    padding: 4px 0;
    width: 100% !important;
  }
  #aec-jukebox.tracksonly {
    background-color: white !important;
    box-shadow: none;
    margin: 0 auto;
    padding: 0;
  }
  .jp-track-title {
    font-size: 13px;
  }
  .jp-artist,
  .jp-album-name {
    display: inline;
  }
  .jp-artist,
  .jp-artist:after {
    content: ",";
  }
}

@media all and (min-width: 371px) and (max-width:570px) {
  .jp-controls {
    margin-left: 10px;
    position: relative;
    top: 5px;
    margin-bottom: 10px;
  }
  .jp-volume-controls {
    margin-right: 5px;
    margin-top: 0;
    position: relative;
    top: 18px;
    display: none !important;
  }
}

@media all and (min-width: 320px) and (max-width:370px) {
  .jp-aec-playerinfo-control {
    height: auto;
  }
  .jp-aec-playerinfo-control .jp-controls-holder {
    height: auto;
  }
  .jp-controls {
    display: block;
    margin-left: 0;
    position: relative;
    top: 5px;
    width: 100%;
    margin-bottom: 10px;
  }
  .jp-volume-controls {
    float: left;
    margin: 20px auto 5px;
    padding-left: 30%;
    position: relative;
    top: 0;
    width: 70%;
    display: none !important;
  }
}


/*===========================================
	VIDEO PLAYER
============================================*/

.aec-rbox div.aec-tl,
div.aec-tr,
div.aec-bl,
div.aec-br {
  background-image: none !important;
  background-repeat: no-repeat;
}

.aec-rbox {
  width: 100%;
}

@media (min-width: 0px) and (max-width:767px) {
  .aec-rbox div.aec-m {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    width: 100% !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_wrapper,
  .aec-rbox div.aec-m #aec-trailerplayer,
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (min-width: 361px) and (max-width: 512px) {
  .aec-rbox div.aec-m #aec-trailerplayer_wrapper,
  .aec-rbox div.aec-m #aec-trailerplayer,
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display,
  .aec-rbox div.aec-m #aec-trailerplayer_video,
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display,
  .aec-rbox div.aec-m #aec-trailerplayer_displayarea {
    height: 270px !important;
    width: 360px !important;
    top: 0 !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar {
    width: 360px !important;
    background-color: transparent !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_background,
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_elements {
    width: 346px !important;
    left: 4px !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_timeSliderRail {
    width: 127px !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_wrapper #aec-trailerplayer_video {
    top: 0 !important;
    left: 0 !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_durationText {
    right: 88px !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_capRight {
    right: 5px !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer {
    border: 3px solid #6a6a6a;
    border-radius: 4px;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display_iconBackground {
    top: 35% !important;
    left: 35% !important;
  }
}

@media (min-width: 321px) and (max-width: 360px) {
  .aec-rbox div.aec-m #aec-trailerplayer_wrapper,
  .aec-rbox div.aec-m #aec-trailerplayer,
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display,
  .aec-rbox div.aec-m #aec-trailerplayer_video,
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display,
  .aec-rbox div.aec-m #aec-trailerplayer_displayarea {
    height: 230px !important;
    width: 320px !important;
    top: 0 !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar {
    width: 319px !important;
    background-color: transparent !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_durationText {
    right: 90px !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_background,
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_elements {
    width: 301px !important;
    left: 7px !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_timeSliderRail {
    width: 80px !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_wrapper #aec-trailerplayer_video {
    top: 0 !important;
    left: 0 !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_capRight {
    right: 5px !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display_iconBackground {
    top: 35% !important;
    left: 35% !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer {
    border: 3px solid #6a6a6a;
    border-radius: 4px;
  }
}

@media (min-width: 320px) and (max-width: 359px) {
  .aec-rbox div.aec-m #aec-trailerplayer_wrapper,
  .aec-rbox div.aec-m #aec-trailerplayer,
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display,
  .aec-rbox div.aec-m #aec-trailerplayer_video,
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display,
  .aec-rbox div.aec-m #aec-trailerplayer_displayarea {
    height: 210px !important;
    width: 300px !important;
    top: 0 !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar {
    width: 295px !important;
    background-color: transparent !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_background,
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_elements {
    width: 282px !important;
    left: 7px !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_timeSliderRail {
    width: 68px !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_durationText {
    right: 84px !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_wrapper #aec-trailerplayer_video {
    top: 0 !important;
    left: 0 !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display_iconBackground {
    top: 35% !important;
    left: 35% !important;
  }
  .aec-rbox div.aec-m #aec-trailerplayer {
    border: 3px solid #6a6a6a;
    border-radius: 4px;
  }
}

.ui-tabs .ui-tabs-panel {
  display: inline-block;
  width: 100% !important;
}

.aec-rbox div.aec-h {
  color: #1c4073;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 4px 0 10px;
  text-align: center;
}

.aec-rbox div.aec-h::before {
  content: "\f820";
  font-family: "DeepFont";
  font-weight: normal;
  margin-right: 4px;
}

.aec-rbox div.aec-bm {
  color: #627185;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-align: center;
  width: 80%;
}

@media (min-width: 320px) and (max-width: 480px) {
  #aec-movietabs #mt-1 {
    padding: 15px 0 !important;
  }
	#aec-gametabs #gt-4 {
    padding: 15px 0 !important;
  }
  .aec-rbox div.aec-tl {
    padding: 0 !important;
  }
  .aec-rbox div.aec-tr {
    padding: 0 !important;
    margin: 0 !important;
  }
}


/*===========================================
	ITEMS TAB
============================================*/

#aec-itemtabs {
  margin-top: 10px;
  min-height: 0px !important;
  padding: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#aec-itemtabs * {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#product-primaryinfo span#aec-li-UPC_Cd, #product-primaryinfo span#aec-li-ProdId {
  color: #627185;
}

#aec-itemtabs > ul {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border-color: #e8f5fd !important;
  border-radius: 0;
  padding: 10px 0 10px 15px;
}

#aec-itemtabs h3.title-label {
  color: #0174b0;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}

#aec-itemtabs h3.title-label + p {
  margin-top: 0;
}

#aec-itemtabs > ul p {
  color: #627185;
  font-size: 13px;
}

#it-1 {
  color: #627185;
  font-size: 13px;
  padding: 0 15px;
  width: 100%;
}

#aec-itemtabs a.ui-tabs-anchor#ui-id-1 {
  color: #1c4073 !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  border: none !important;
}

.aec-product-container #aec-itemtabs .ui-tabs-nav li:first-child {
  background-color: transparent !important;
  border: medium none !important;
}

.aec-itemselect {
  font-size: 13px;
}

.aec-itemselect span {
  color: #000 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.aec-itemselect span#aec-SelectedColor,
.aec-itemselect span#aec-SelectedSize {
  color: #627185 !important;
  text-transform: capitalize !important;
}

.aec-itemselect div {
  margin-bottom: 0 !important;
  padding-bottom: 5px;
}

.aec-productfeature.aec-res.items-page div.aec-SizeBox {
  background-color: White;
  border: 1px solid #0174b0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  height: 32px;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 4px;
  min-width: 32px !important;
  text-align: center;
  vertical-align: middle;
  width: auto;
}

.aec-productfeature.aec-res.items-page div.aec-SizeBoxSelected {
  background-color: #def7fe;
  border: 1px solid #81c7e5;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 14px;
  padding: 0 !important;
}

.aec-productfeature.aec-res.items-page .aec-hov div {
  font-size: 14px !important;
  line-height: 28px;
}

.aec-productfeature.aec-res.items-page a.aec-hov:hover div {
  background-color: #0174b0;
  border: 1px solid #0174b0;
  color: #fff;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 14px;
}

.aec-esrbimg {
  margin-right: 5px;
  max-width: 28px;
	height: auto;
	max-height: 40px;
}

.aec-gameratings > div {
  font-size: 14px;
  font-weight: 700;
}

.aec-gameratings a {
  font-size: 13px;
  font-weight: 400;
}


/*------- Savings Flag -----*/

.aec-productfeature.aec-res .aec-savingsflag:empty {
  display: none !important;
}

.aec-productfeature.aec-res .aec-savingsflag {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  text-transform: uppercase;
  width: 21%;
}
.aec-savingsflag:after {
  font-family: deepfont;
  font-size: 25px;
  font-weight: normal;
  left: 24%;
  position: absolute;
}

.aec-productfeature.aec-res .aec-savingsflag.seagreenflag{
	  background-color: #0abe96;
}
.aec-savingsflag:before {
  border-image: none;
  border-style: solid;
  border-width: 12px 10px;
  content: "";
  height: 25px;
  left: 20%;
  position: absolute;
}

.aec-savingsflag.seagreenflag:before{
	border-color: #0abe96 white #0abe96 #0abe96;
}
.aec-savingsflag.redflag{
	background-color: #c1000d;
}
.aec-savingsflag.seagreenflag:after {
  color: #0abe96;
  content: "\f884 \00a0 \f884";
}

.aec-savingsflag.redflag:before{
	border-color: #c1000d white #c1000d #c1000d;
}
.aec-savingsflag.redflag:after {
  color: #c1000d;
  content: "\f884 \00a0 \f884 \00a0 \f884";
}

.aec-buybutton.seagreen {
  background-color: #e8fdf8 !important;
}
.aec-buybutton.red {
  background-color: #ffebe8 !important;
}

@media (min-width: 0px) and (max-width: 530px) {
	.aec-productfeature.aec-res .aec-savingsflag {
		width: 33%;
	}
	.aec-savingsflag:before{
		left: 33%;
	}
	.aec-savingsflag:after{
		left: 40%;
	}
}

.aec-productfeature.aec-res.items-page #aec-ItemBuyButton > div:first-child {
  background-color: #e0f6fd;
  border: medium none;
  float: none;
  margin: 0;
  min-width: auto;
  padding: 5px;
  text-align: center;
  width: 100%;
}
/*=============================================
	RESPONSIVE EMBED
=============================================*/
.aec-marketingproduct {
  background-color: #fff;
  border-bottom: 25px solid #fff;
  border-radius: 4px;
  border-top: 15px solid #fff;
  margin-top: 10px;
}
/*16 by 9*/
.aec-marketingproduct:after,
.aec-marketingproduct:before{
	content: " ";
	display: table;
}
.aec-marketingproduct {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.aec-marketingproduct iframe,
.aec-marketingproduct embed,
.aec-marketingproduct object,
.aec-marketingproduct video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  top: 10px;
  display: block;
}

@media (min-width: 767px) and (max-width: 7680px) {
	.aec-marketingproduct iframe,
	.aec-marketingproduct embed,
	.aec-marketingproduct object,
	.aec-marketingproduct video {
		left: 50%;
		max-width: 50%;
		transform: translate(-50%);
		-webkit-transform: translate(-50%);
	}
	.aec-marketingproduct {
  	padding-bottom: 33.25%;
	}
}