﻿@import 'fonts.css';
.pageGrid4 {
  width: 33.33333333%;
}
@media all and (max-width: 1045px) {
  .pageGrid4 {
    width: 66.66666667%;
  }
}
@media (max-width: 768px) {
  .pageGrid4 {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .pageGrid4 {
    width: 100%;
  }
}
.pageGrid5 {
  width: 41.66666667%;
}
@media all and (max-width: 1045px) {
  .pageGrid5 {
    width: 66.66666667%;
  }
}
@media (max-width: 768px) {
  .pageGrid5 {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .pageGrid5 {
    width: 100%;
  }
}
.pageCol2 {
  width: 50%;
}
@media all and (max-width: 1045px) {
  .pageCol2 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .pageCol2 {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .pageCol2 {
    width: 100%;
  }
}
.pageCol5 {
  width: 20%;
}
@media (max-width: 479px) {
  .pageCol5 {
    width: 100%;
  }
}
.pageCol5x4 {
  width: 80%;
}
@media (max-width: 479px) {
  .pageCol5x4 {
    width: 100%;
  }
}
.pageCol3 {
  width: 33.33333333%;
}
@media (max-width: 768px) {
  .pageCol3 {
    width: 100%;
    float: none;
  }
}
.pageCol3x2 {
  width: 66.66666667%;
}
@media (max-width: 768px) {
  .pageCol3x2 {
    width: 100%;
    float: none;
  }
}
.backgroundImage {
  background: #e3e3e3 url("") fixed repeat 50% 0;
  background-size: 857px;
}
.centered {
  margin: 0 auto;
}
.error {
  color: #dd2222;
}
.fontNormalText {
  color: #333333;
  font-family: droid-sans, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.ellipsis {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.chicken {
  display: none;
}
.ninja {
  display: none !important;
}
.amountInput {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  color: #333333;
  padding: 0 7px;
  width: 42px;
}
.amountInput:hover {
  border-color: #0f94ff;
}
.amountInput:focus {
  border-color: #005da8;
}
.amountInput:disabled,
.amountInput[readonly] {
  background: #fefefe;
  color: #929496;
}
.unorderedList {
  list-style: disc;
  margin: 14px 0;
  padding: 0 0 0 2em;
}
.unorderedList li {
  margin: 3.5px 0;
  padding: 0;
}
.orderedList {
  list-style: disc;
  margin: 14px 0;
  padding: 0 0 0 2em;
  list-style: decimal;
}
.orderedList li {
  margin: 3.5px 0;
  padding: 0;
}
.unList {
  padding: 0;
  list-style: none;
}
.tableHeader {
  background: #d6d9db;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  padding: 7px;
  text-transform: none;
  border: 0;
}
.tableHeader:nth-child(1) {
  padding-left: 14px;
}
.tableHeader:nth-last-child(1) {
  padding-right: 14px;
}
.tableRow {
  background: #fff;
}
.tableRow td:nth-last-child(2) > div:nth-last-child(1) {
  background: #f1f2f3;
}
.tableRow:nth-child(2n) {
  background: #f1f2f3;
}
.tableRow:nth-child(2n) td:nth-last-child(2) > div:nth-last-child(1) {
  background: #fff;
}
.tableData {
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 7px;
  border: 0;
}
.tableData:nth-child(1) {
  padding-left: 14px;
}
.tableData:nth-last-child(1) {
  padding-right: 14px;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/*.leftDiv {
    width: percentage(1/5);
    height: 100%;
    position: fixed;
    z-index: 99999;
    background-color:royalblue !important;
    color:royalblue  !important;
    text-align:center;
}
.rightDiv {
    width: percentage(1/5);
    height: 100%;
    position: fixed;
    z-index: 99999;
    background-color:royalblue !important;
    color:royalblue !important;
    left:@contentWidth - percentage(1/5);
    text-align:center;
 }
.rightDivImg{
    width:100%;
    height:100%;
}
.leftDivImg{
    width:100%;
    height:100%;
}*/
.headerCorpSwe {
  background-image: url("/_layouts/15/Deltaco/img/matrix.png");
  background-position: 140px 21px;
  width: auto;
  height: auto;
  background-size: 525px;
  background-repeat: no-repeat;
  display: block;
}
.headerCorpDen {
  background-image: url("/_layouts/15/Deltaco/img/matrix.png");
  background-position: 140px -99px;
  width: auto;
  height: auto;
  background-size: 525px;
  background-repeat: no-repeat;
  display: block;
}
.headerCorpFin {
  background-image: url("/_layouts/15/Deltaco/img/matrix.png");
  background-position: 140px -219px;
  width: auto;
  height: auto;
  background-size: 525px;
  background-repeat: no-repeat;
  display: block;
}
.headerCorpNor {
  background-image: url("/_layouts/15/Deltaco/img/matrix.png");
  background-position: 140px -339px;
  width: auto;
  height: auto;
  background-size: 525px;
  background-repeat: no-repeat;
  display: block;
}
.spriteLogoDeltaco {
  background-image: url("../img/spritemap-retina.png");
  background-position: -90px 0px;
  width: 55px;
  height: 55px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteSocialFacebook {
  background-image: url("../img/spritemap-retina.png");
  background-position: -160px 0px;
  width: 21px;
  height: 21px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteSocialTwitter {
  background-image: url("../img/spritemap-retina.png");
  background-position: -190px 0px;
  width: 21px;
  height: 21px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteSocialYouTube {
  background-image: url("../img/spritemap-retina.png");
  background-position: -220px 0px;
  width: 21px;
  height: 21px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteWarrantyLifetime {
  background-image: url("../img/spritemap-retina.png");
  background-position: 0px -90px;
  width: 50px;
  height: 50px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteWarranty5Yrs {
  background-image: url("../img/spritemap-retina.png");
  background-position: -60px -90px;
  width: 50px;
  height: 50px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteWarranty3Yrs {
  background-image: url("../img/spritemap-retina.png");
  background-position: -315px -115px;
  width: 50px;
  height: 50px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteCartMini {
  background-image: url("../img/spritemap-retina.png");
  background-position: -170px -90px;
  width: 20px;
  height: 20px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteGridPlain {
  background-image: url("../img/spritemap-retina.png");
  background-position: 0px -170px;
  width: 23px;
  height: 22px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteGridCorp {
  background-image: url("../img/spritemap-retina.png");
  background-position: -30px -170px;
  width: 23px;
  height: 22px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteTrash {
  background-image: url("../img/spritemap-retina.png");
  background-position: -170px -120px;
  width: 15px;
  height: 16px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteDocPDF {
  background-image: url("../img/spritemap-retina.png");
  background-position: 0px -200px;
  width: 16px;
  height: 16px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteDocDOC {
  background-image: url("../img/spritemap-retina.png");
  background-position: -20px -200px;
  width: 16px;
  height: 16px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteDocXLS {
  background-image: url("../img/spritemap-retina.png");
  background-position: -40px -200px;
  width: 16px;
  height: 16px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteDocPPT {
  background-image: url("../img/spritemap-retina.png");
  background-position: -60px -200px;
  width: 16px;
  height: 16px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spritePaymentsLarge {
  background-image: url("../img/spritemap-retina.png");
  background-position: 0px -230px;
  width: 452px;
  height: 42px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spritePayments {
  background-image: url("../img/spritemap-retina.png");
  background-position: 0px -280px;
  width: 278px;
  height: 26px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spritePaymentsDanish {
  background-image: url("../img/spritemap-retina.png");
  background-position: 0px -350px;
  width: 300px;
  height: 26px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteDefaultFee {
  background-image: url("../img/spritemap-retina.png");
  background-position: -230px -150px;
  width: 16px;
  height: 14px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteCopySwedeFee {
  background-image: url("../img/spritemap-retina.png");
  background-position: -230px -90px;
  width: 18px;
  height: 14px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteEnvironmentalFee {
  background-image: url("../img/spritemap-retina.png");
  background-position: -230px -110px;
  width: 18px;
  height: 16px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteChemicalFee {
  background-image: url("../img/spritemap-retina.png");
  background-position: -230px -150px;
  width: 16px;
  height: 14px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteTrashGray {
  background-image: url("../img/spritemap-retina.png");
  background-position: -230px -130px;
  width: 15px;
  height: 16px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteMobileMenu {
  background-image: url("../img/spritemap-retina.png");
  background-position: -120px -200px;
  width: 16px;
  height: 17px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteMfI {
  background-image: url("../img/spritemap-retina.png");
  background-position: -260px 0px;
  width: 239px;
  height: 50px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteHalogenFree {
  background-image: url("../img/spritemap-retina.png");
  background-position: -260px -60px;
  width: 50px;
  height: 50px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteProductInCart {
  background-image: url("../img/spritemap-retina.png");
  background-position: -260px -130px;
  width: 50px;
  height: 50px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteProductInListViewCart {
  background-image: url("../img/spritemap-retina.png");
  background-position: -260px -130px;
  width: 50px;
  height: 50px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.spriteWarranty5YrsStreez {
  background-image: url("../img/spritemap-retina.png");
  background-position: -315px -60px;
  width: 50px;
  height: 50px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
@media print {
  .msax-customer-login.ms-dialogHidden,
  .headerMain,
  #cart_bg,
  #footer,
  .msax-PaymentLink {
    display: none !important;
  }
  .msax-PrintPDFControl {
    display: none !important;
  }
}
.email-form,
.admin-form,
.msax-ContentPage {
  max-width: 768px;
}
.email-form label,
.admin-form label,
.msax-ContentPage label {
  display: inline;
}
.email-form input[type="text"],
.admin-form input[type="text"],
.msax-ContentPage input[type="text"],
.email-form input[type="password"],
.admin-form input[type="password"],
.msax-ContentPage input[type="password"],
.email-form input[type="search"],
.admin-form input[type="search"],
.msax-ContentPage input[type="search"],
.email-form input[type="tel"],
.admin-form input[type="tel"],
.msax-ContentPage input[type="tel"],
.email-form input[type="email"],
.admin-form input[type="email"],
.msax-ContentPage input[type="email"],
.email-form input[type="url"],
.admin-form input[type="url"],
.msax-ContentPage input[type="url"],
.email-form input[type="number"],
.admin-form input[type="number"],
.msax-ContentPage input[type="number"],
.email-form input[type="date"],
.admin-form input[type="date"],
.msax-ContentPage input[type="date"],
.email-form input[type="time"],
.admin-form input[type="time"],
.msax-ContentPage input[type="time"],
.email-form input[type="week"],
.admin-form input[type="week"],
.msax-ContentPage input[type="week"],
.email-form input[type="datetime"],
.admin-form input[type="datetime"],
.msax-ContentPage input[type="datetime"],
.email-form input[type="datetime-local"],
.admin-form input[type="datetime-local"],
.msax-ContentPage input[type="datetime-local"],
.email-form input[type="color"],
.admin-form input[type="color"],
.msax-ContentPage input[type="color"],
.email-form textarea,
.admin-form textarea,
.msax-ContentPage textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 479px;
}
.email-form .validationError,
.admin-form .validationError,
.msax-ContentPage .validationError {
  color: #dd2222;
  display: inline-block;
}
.email-form textarea,
.admin-form textarea,
.msax-ContentPage textarea {
  height: 78.4px;
  resize: both;
}
.email-form input[type="radio"],
.admin-form input[type="radio"],
.msax-ContentPage input[type="radio"],
.email-form input[type="checkbox"],
.admin-form input[type="checkbox"],
.msax-ContentPage input[type="checkbox"] {
  margin-right: 7px;
}
.email-form p,
.admin-form p,
.msax-ContentPage p {
  overflow: hidden;
}
.email-form p *,
.admin-form p *,
.msax-ContentPage p * {
  vertical-align: middle;
}
.email-form p ul [id],
.admin-form p ul [id],
.msax-ContentPage p ul [id] {
  padding: 0;
  list-style: none;
}
input[type="button"],
input[type="submit"],
button,
.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #39b54a;
  border: 1px solid #2d8e3a;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.button:hover {
  background-color: #33a242;
  border: 1px solid #277b32;
  text-decoration: none;
  color: #ffffff;
}
input[type="reset"],
button[type="reset"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #e3e3e3;
  border: 1px solid #cacaca;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
input[type="reset"]:hover,
button[type="reset"]:hover {
  background-color: #d6d6d6;
  border: 1px solid #bdbdbd;
  text-decoration: none;
  color: #ffffff;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="week"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.sp-peoplepicker-topLevel,
.sp-peoplepicker-topLevelDisabled,
.sp-peoplepicker-autoFillContainer,
.ms-inputBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 7px;
  border: 1px solid #cccccc;
  color: #333333;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
input[type="date"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
.sp-peoplepicker-topLevel:hover,
.sp-peoplepicker-topLevelDisabled:hover,
.sp-peoplepicker-autoFillContainer:hover,
.ms-inputBox:hover {
  border-color: #0f94ff;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
.sp-peoplepicker-topLevel:focus,
.sp-peoplepicker-topLevelDisabled:focus,
.sp-peoplepicker-autoFillContainer:focus,
.ms-inputBox:focus {
  border-color: #005da8;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="number"]:disabled,
input[type="date"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="color"]:disabled,
.sp-peoplepicker-topLevel:disabled,
.sp-peoplepicker-topLevelDisabled:disabled,
.sp-peoplepicker-autoFillContainer:disabled,
.ms-inputBox:disabled,
input[type="text"][readonly],
input[type="password"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="number"][readonly],
input[type="date"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="color"][readonly],
.sp-peoplepicker-topLevel[readonly],
.sp-peoplepicker-topLevelDisabled[readonly],
.sp-peoplepicker-autoFillContainer[readonly],
.ms-inputBox[readonly] {
  background: #fefefe;
  color: #929496;
}
textarea {
  line-height: 1.4;
  height: auto;
  resize: none;
}
input.msax-QuantityTextBox {
  padding: 0;
}
select,
input[type="number"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 7px;
  border: 1px solid #cccccc;
  color: #333333;
  padding: 0 0 0 7px;
}
select:hover,
input[type="number"]:hover {
  border-color: #0f94ff;
}
select:focus,
input[type="number"]:focus {
  border-color: #005da8;
}
select:disabled,
input[type="number"]:disabled,
select[readonly],
input[type="number"][readonly] {
  background: #fefefe;
  color: #929496;
}
select.col-md-12,
input[type="number"].col-md-12 {
  padding: inherit;
}
input[type="reset"],
button[type="reset"],
.msax-Button[class*=' msax-Cancel'],
.msax-Button[class^='msax-Cancel'],
.msax-LargeButton .msax-Button.msax-CancelUrl {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #848484;
  border: 1px solid #6a6a6a;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
input[type="reset"]:hover,
button[type="reset"]:hover,
.msax-Button[class*=' msax-Cancel']:hover,
.msax-Button[class^='msax-Cancel']:hover,
.msax-LargeButton .msax-Button.msax-CancelUrl:hover {
  background-color: #777777;
  border: 1px solid #5e5e5e;
  text-decoration: none;
  color: #ffffff;
}
input[type="reset"]:link,
button[type="reset"]:link,
.msax-Button[class*=' msax-Cancel']:link,
.msax-Button[class^='msax-Cancel']:link,
.msax-LargeButton .msax-Button.msax-CancelUrl:link,
input[type="reset"]:visited,
button[type="reset"]:visited,
.msax-Button[class*=' msax-Cancel']:visited,
.msax-Button[class^='msax-Cancel']:visited,
.msax-LargeButton .msax-Button.msax-CancelUrl:visited {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #848484;
  border: 1px solid #6a6a6a;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
input[type="reset"]:link:hover,
button[type="reset"]:link:hover,
.msax-Button[class*=' msax-Cancel']:link:hover,
.msax-Button[class^='msax-Cancel']:link:hover,
.msax-LargeButton .msax-Button.msax-CancelUrl:link:hover,
input[type="reset"]:visited:hover,
button[type="reset"]:visited:hover,
.msax-Button[class*=' msax-Cancel']:visited:hover,
.msax-Button[class^='msax-Cancel']:visited:hover,
.msax-LargeButton .msax-Button.msax-CancelUrl:visited:hover {
  background-color: #777777;
  border: 1px solid #5e5e5e;
  text-decoration: none;
  color: #ffffff;
}
input[type="search"],
input[type="number"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 7px;
  border: 1px solid #cccccc;
  color: #333333;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type="search"]:hover,
input[type="number"]:hover {
  border-color: #0f94ff;
}
input[type="search"]:focus,
input[type="number"]:focus {
  border-color: #005da8;
}
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="search"][readonly],
input[type="number"][readonly] {
  background: #fefefe;
  color: #929496;
}
button,
.msax-Button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #39b54a;
  border: 1px solid #2d8e3a;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
button:hover,
.msax-Button:hover {
  background-color: #33a242;
  border: 1px solid #277b32;
  text-decoration: none;
  color: #ffffff;
}
button.col-md-6,
.msax-Button.col-md-6 {
  padding: 0 7px;
}
a.msax-Button,
a.msax-Button:link,
a.msax-Button:visited,
.msax-Button:visited {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #39b54a;
  border: 1px solid #2d8e3a;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
a.msax-Button:hover,
a.msax-Button:link:hover,
a.msax-Button:visited:hover,
.msax-Button:visited:hover {
  background-color: #33a242;
  border: 1px solid #277b32;
  text-decoration: none;
  color: #ffffff;
}
button[disabled]:not(.msax-QuantityPlus):not(.msax-QuantityMinus),
.msax-Button[disabled]:not(.msax-QuantityPlus):not(.msax-QuantityMinus),
button.msax-Button[disabled]:not(.msax-QuantityPlus):not(.msax-QuantityMinus),
input[type="button"][disabled]:not(.msax-QuantityPlus):not(.msax-QuantityMinus),
input[type="reset"][disabled]:not(.msax-QuantityPlus):not(.msax-QuantityMinus),
input[type="submit"][disabled]:not(.msax-QuantityPlus):not(.msax-QuantityMinus),
button[disabled][disabled]:not(.msax-QuantityPlus):not(.msax-QuantityMinus) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #929496;
  background: #dddddd;
  border: 1px solid #c4c4c4;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
button[disabled]:not(.msax-QuantityPlus):not(.msax-QuantityMinus):hover,
.msax-Button[disabled]:not(.msax-QuantityPlus):not(.msax-QuantityMinus):hover,
button.msax-Button[disabled]:not(.msax-QuantityPlus):not(.msax-QuantityMinus):hover,
input[type="button"][disabled]:not(.msax-QuantityPlus):not(.msax-QuantityMinus):hover,
input[type="reset"][disabled]:not(.msax-QuantityPlus):not(.msax-QuantityMinus):hover,
input[type="submit"][disabled]:not(.msax-QuantityPlus):not(.msax-QuantityMinus):hover,
button[disabled][disabled]:not(.msax-QuantityPlus):not(.msax-QuantityMinus):hover {
  background-color: #d0d0d0;
  border: 1px solid #b7b7b7;
  text-decoration: none;
  color: #929496;
}
.msax-ProductName {
  font-weight: 700;
}
#ctl00_PlaceHolderMain_Checkout2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #39b54a;
  border: 1px solid #2d8e3a;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
#ctl00_PlaceHolderMain_Checkout2:hover {
  background-color: #33a242;
  border: 1px solid #277b32;
  text-decoration: none;
  color: #ffffff;
}
.inputInvalid {
  color: #dd2222;
	margin-left: -20px;
  vertical-align: middle;
}
.inputInvalidCustomerRequisition {
  color: #dd2222;
  
  vertical-align: top;
  margin-left: -20px;
}
/* Buttons */
.msax-SmallButton {
  height: auto;
  width: auto;
  position: relative;
  text-transform: none;
}
.msax-SmallButton .msax-Button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #39b54a;
  border: 1px solid #2d8e3a;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  position: static;
}
.msax-SmallButton .msax-Button:hover {
  background-color: #33a242;
  border: 1px solid #277b32;
  text-decoration: none;
  color: #ffffff;
}
.msax-LargeButton {
  height: auto;
  width: auto;
  position: relative;
}
.msax-LargeButton .msax-Button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #39b54a;
  border: 1px solid #2d8e3a;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  font-weight: bold;
  margin: 0;
  position: static;
  width: auto;
}
.msax-LargeButton .msax-Button:hover {
  background-color: #33a242;
  border: 1px solid #277b32;
  text-decoration: none;
  color: #ffffff;
}
.msax-LargeButton .msax-Button .msax-ButtonText {
  color: inherit;
  line-height: inherit;
}
.msax-LargeButton.msax-ContinueShopping {
  width: auto;
}
.msax-LargeButton.msax-LeftAlign .msax-Button .msax-ButtonText {
  position: static;
}
.msax-Button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #39b54a;
  border: 1px solid #2d8e3a;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.msax-Button:hover {
  background-color: #33a242;
  border: 1px solid #277b32;
  text-decoration: none;
  color: #ffffff;
}
.msax-LargeButton,
.msax-LargeButtonLeft,
.msax-LargeButtonRight,
.msax-Overlay {
  position: static !important;
  display: inline !important;
  background-image: none !important;
  border: 0 !important;
}
.masx-Overlay.msax-Forward {
  display: none;
}
.msax-LargeButton .msax-CommandLogin {
  position: relative;
  top: 29px;
}
.msax-LargeButton.msax-LeftAlign .msax-Button .msax-ButtonText {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  position: relative;
  top: 0;
}
.msax-LargeButton .masx-Overlay.msax-Add {
  background: none;
}
.msax-NoCheckoutReturnRegisterButton,
.msax-NoCheckoutReturnRegisterButtonText,
.msax-RegisterUrl,
.msax-CancelSubAccountButton {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  text-align: right;
}
.msax-NoCheckoutReturnRegisterButton a.msax-Button,
.msax-NoCheckoutReturnRegisterButtonText a.msax-Button,
.msax-RegisterUrl a.msax-Button,
.msax-CancelSubAccountButton a.msax-Button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #848484;
  border: 1px solid #6a6a6a;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.msax-NoCheckoutReturnRegisterButton a.msax-Button:hover,
.msax-NoCheckoutReturnRegisterButtonText a.msax-Button:hover,
.msax-RegisterUrl a.msax-Button:hover,
.msax-CancelSubAccountButton a.msax-Button:hover {
  background-color: #777777;
  border: 1px solid #5e5e5e;
  text-decoration: none;
  color: #ffffff;
}
.msax-FieldPanel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 14px 0 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.msax-FieldPanel input[type="text"],
.msax-FieldPanel input[type="password"],
.msax-FieldPanel select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.msax-FieldPanel input[type="checkbox"],
.msax-FieldPanel input[type="radio"] {
  margin: 3px 7px 0 0;
  float: left;
  clear: left;
  vertical-align: 4px;
}
.msax-FieldPanel fieldset {
  display: block;
}
.msax-FieldPanel.msax-AddressCity {
  width: 70%;
  float: left;
}
.msax-FieldPanel.msax-AddressZipCode {
  width: 30%;
  float: left;
}
.msax-FieldPanel label.msax-Label,
.msax-FieldPanel .msax-DisplayValue {
  display: block;
  line-height: 1.4;
  margin: 0 7px;
  padding: 0;
  float: none;
}
.msax-FieldPanel .msax-error:not(.msax-label) {
  color: #dd2222;
  position: absolute;
  right: 14px;
  top: 7px;
}
.msax-AddressContainer {
  margin: 14px 0;
}
label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
}
.msax-CancelSubAccountButtonText,
.msax-CancelAddressButtonText {
  padding-top: 0;
}
.msax-SaveAddressButtonChrome,
.msax-CancelAddressButtonChrome {
  margin: 0;
  padding: 0 14px 0 0;
}
.msax-SubAccountContainer .msax-AddressContainer > span {
  display: inline;
}
.msax-SubAccountContainer .msax-AddressContainer > span > fieldset {
  display: inline;
}
.msax-SubAccountContainer .msax-AddressContainer > span > fieldset .msax-Address {
  display: block;
  width: 100%;
}
.msax-AddressControl {
  float: left;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.msax-AddressControl .msax-UpdateAddressButton {
  display: none;
}
.msax-ButtonText {
  line-height: inherit;
}
.msax-QuantityPlus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  vertical-align: top !important;
}
.msax-QuantityMinus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  vertical-align: top !important;
}
.msax-QuantityMinusDiv {
  height: 16px;
}
.msax-QuantityPlusDiv {
  height: 16px;
}
body.noAdminBody #deltacoWelcomeWrapper {
  display: none !important;
}
body.loggedInBody {
  overflow: hidden;
}
body.loggedInBody header.headerMain {
  position: static;
}
body.loggedInBody #s4-workspace {
  overflow: auto;
}
body.loggedInBody #s4-bodyContainer {
  padding: 0;
}
#ms-designer-ribbon {
  background-color: #f1f1f1;
  position: fixed;
  width: 100%;
  max-width: 1040px;
  z-index: 101;
}
body #s4-ribbonrow {
  overflow-y: hidden;
  min-height: 43px;
}
.ms-rteTable-default {
  border: 0;
}
.ms-rteTable-default > tbody > tr > td {
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 7px;
  border: 0;
}
.ms-rteTable-default > tbody > tr > td:nth-child(1) {
  padding-left: 14px;
}
.ms-rteTable-default > tbody > tr > td:nth-last-child(1) {
  padding-right: 14px;
}
.ms-rteTable-default > tbody > tr > th {
  background: #d6d9db;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  padding: 7px;
  text-transform: none;
  border: 0;
}
.ms-rteTable-default > tbody > tr > th:nth-child(1) {
  padding-left: 14px;
}
.ms-rteTable-default > tbody > tr > th:nth-last-child(1) {
  padding-right: 14px;
}
header.headerMain {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
}
header.headerMain > section {
  margin: 0 auto;
  max-width: 1145px;
}
header.headerMain .masthead {
  line-height: 1;
}
header.headerMain nav.navbar {
  margin-bottom: 0;
  min-height: 0;
}
header.headerMain .row {
  margin: 0;
  overflow: hidden;
}
header.headerMain .msax-HeaderMiniCart {
  position: relative;
  z-index: 100;
}
header.headerMain .msax-AccountActions {
  position: relative;
}
header.headerMain .headerCorp {
  background-image: url("/_layouts/15/Deltaco/img/matrix.png");
  background-position: 140px 21px;
  height: auto;
  background-size: 525px;
  background-repeat: no-repeat;
  background-color: #005da8;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
  display: block;
  text-align: right;
  position: relative;
  margin: 0;
  width: auto;
}
header.headerMain .headerCorp:before,
header.headerMain .headerCorp:after {
  content: "";
  display: table;
}
header.headerMain .headerCorp:after {
  clear: both;
}
header.headerMain .headerCorp #SearchBox {
  margin: 14px;
  clear: none;
  display: inline-block;
  float: none;
  border: 0;
  outline: 0 !important;
}
header.headerMain .headerCorp #SearchBox .ms-srch-sb > input,
header.headerMain .headerCorp #SearchBox .ms-srch-sb > input[type="text"],
header.headerMain .headerCorp #SearchBox .ms-srch-sb > input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 30.8px;
  height: 30.8px;
  font-size: 12px;
  padding: 0 14px;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 7px;
  border: 1px solid #cccccc;
  color: #333333;
  background-color: #ffffff;
  margin: 0;
  float: left;
  width: auto;
  line-height: 24px;
  height: 24px;
}
header.headerMain .headerCorp #SearchBox .ms-srch-sb > input:hover,
header.headerMain .headerCorp #SearchBox .ms-srch-sb > input[type="text"]:hover,
header.headerMain .headerCorp #SearchBox .ms-srch-sb > input[type="search"]:hover {
  border-color: #0f94ff;
}
header.headerMain .headerCorp #SearchBox .ms-srch-sb > input:focus,
header.headerMain .headerCorp #SearchBox .ms-srch-sb > input[type="text"]:focus,
header.headerMain .headerCorp #SearchBox .ms-srch-sb > input[type="search"]:focus {
  border-color: #005da8;
}
header.headerMain .headerCorp #SearchBox .ms-srch-sb > input:disabled,
header.headerMain .headerCorp #SearchBox .ms-srch-sb > input[type="text"]:disabled,
header.headerMain .headerCorp #SearchBox .ms-srch-sb > input[type="search"]:disabled,
header.headerMain .headerCorp #SearchBox .ms-srch-sb > input[readonly],
header.headerMain .headerCorp #SearchBox .ms-srch-sb > input[type="text"][readonly],
header.headerMain .headerCorp #SearchBox .ms-srch-sb > input[type="search"][readonly] {
  background: #fefefe;
  color: #929496;
}
header.headerMain .headerCorp #SearchBox .ms-srch-sb > .ms-srch-sb-searchLink {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  height: 24px;
  width: 24px;
  float: left;
}
header.headerMain .headerCorp > div {
  display: inline-block;
  vertical-align: top;
}
header.headerMain div.msax-LoginSection {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e3e3e3 url("") fixed repeat 50% 0;
  background-size: 857px;
  background-attachment: scroll;
  max-width: 1145px;
  font-size: 12px;
  height: 30px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
}
header.headerMain div.msax-LoginSection ul {
  float: right;
  height: 30px;
  line-height: 30px;
  margin: 0;
  display: inline-block;
  padding: 0;
  text-align: center;
}
header.headerMain div.msax-LoginSection ul.ms-core-menu-list {
  height: auto;
}
header.headerMain div.msax-LoginSection ul.ms-core-menu-list li {
  display: block;
  text-align: left;
}
header.headerMain div.msax-LoginSection ul li {
  line-height: 1.4;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
  /*
                &:after {
                    display: inline-block;
                    content: "•";
                }
                */
}
header.headerMain div.msax-LoginSection ul .separator {
  word-spacing: 1.1em;
  background-repeat: no-repeat;
  background-position: 50% 60%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAOElEQVQI113M0Q3AIBRC0aM76P7jmHSmSj/6mibyc4EQkEEWuYtDmU1SXO1d6H7tjgupIl8+P+cD22cff9U1wbsAAAAASUVORK5CYII=);
}
header.headerMain div.msax-LoginSection .msax-SPGear {
  margin: -7px 0;
}
header.headerMain div.msax-LoginSection .ms-signInLink {
  color: #333333;
  line-height: 1.4;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
header.headerMain .ms-navedit-editLinksText > span > .ms-metadata,
header.headerMain .ms-core-listMenuEdit > tr > .ms-navedit-linkCell > .ms-core-listMenu-item {
  color: #ffffff;
}
header.headerMain .ms-breadcrumb-top .ms-core-listMenu-item,
header.headerMain .ms-breadcrumb-top .ms-core-listMenu-item:link,
header.headerMain .ms-breadcrumb-top .ms-core-listMenu-item:visited,
header.headerMain .ms-breadcrumb-top .ms-tv-item:link,
header.headerMain .ms-breadcrumb-top .ms-tv-item:visited,
header.headerMain .ms-breadcrumb-top .ms-tv-header:link,
header.headerMain .ms-breadcrumb-top .ms-tv-header:visited {
  color: #ffffff;
  text-decoration: none;
}
header.headerMain .ms-core-listMenu-horizontalBox {
  background-color: #555555;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  header.headerMain .ms-core-listMenu-horizontalBox {
    display: block;
  }
}
header.headerMain .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
  background-image: none !important;
}
header.headerMain .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item:hover,
header.headerMain .ms-core-listMenu-horizontalBox a.ms-core-listMenu-item.ms-core-listMenu-selected:hover,
header.headerMain .ms-core-listMenu-horizontalBox a.ms-tv-item:hover,
header.headerMain .ms-core-listMenu-horizontalBox a.ms-tv-header:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
}
header.headerMain .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:link,
header.headerMain .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected:visited,
header.headerMain .ms-core-listMenu-horizontalBox .ms-core-listMenu-selected,
header.headerMain .ms-core-listMenu-horizontalBox .ms-tv-selected:link {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
header.headerMain .ms-core-listMenu-item,
header.headerMain .ms-core-listMenu-item:link,
header.headerMain .ms-core-listMenu-item:visited,
header.headerMain .ms-tv-item:link,
header.headerMain .ms-tv-item:visited,
header.headerMain .ms-tv-header:link,
header.headerMain .ms-tv-header:visited {
  color: #ffffff;
}
header.headerMain .ms-cui-ribbonTopBars {
  border: none;
}
header.headerMain #suiteBarLeft {
  background-color: #e3e3e3;
}
header.headerMain .msax-Main .msax-Bar {
  background-color: #005da8;
  height: 100%;
}
header.headerMain .msax-HeaderContent .msax-HeaderCulture {
  float: left;
  text-align: right;
  width: 80px;
}
header.headerMain .msax-HeaderContent .msax-HeaderCallUs {
  display: none;
  width: 300px;
}
header.headerMain .msax-Logo {
  background-color: #ffffff;
  border: 0;
  float: left;
  margin: 7px;
  width: 55px;
  height: 55px;
}
header.headerMain .msax-Logo a {
  background-image: url("../img/spritemap-retina.png");
  background-position: -90px 0px;
  width: 55px;
  height: 55px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
header.headerMain #topnavbar {
  max-width: 1145px;
  margin: 0 auto;
}
header.headerMain #topnavbar .navbar-collapse {
  padding: 0;
}
header.headerMain #topnavbar .navbar-inner {
  padding: 0;
}
header.headerMain #topnavbar .navbar-inner li.static {
  margin: 0;
  padding: 0;
}
header.headerMain #topnavbar .navbar-inner li.static a,
header.headerMain #topnavbar .navbar-inner li.static > span {
  margin: 0;
  padding: 14px;
  border-left: 2px solid #848484;
}
header.headerMain #topnavbar .navbar-inner li.static a:hover,
header.headerMain #topnavbar .navbar-inner li.static > span:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}
header.headerMain #topnavbar .navbar-inner li.static a.menu-item,
header.headerMain #topnavbar .navbar-inner li.static > span.menu-item {
  display: inline-block;
  height: auto;
  line-height: 1em;
  position: relative;
}
@media all and (max-width: 768px) {
  header.headerMain #topnavbar .navbar-inner li.static a.menu-item {
    font-size: 14px;
    display: block;
    border-top: 1px solid #d1d1d1;
  }
  header.headerMain #topnavbar .navbar-inner li.static:nth-child(1) a {
    border-top: 0;
  }
}
@media (min-width: 769px) {
  header.headerMain #topnavbar .navbar-inner li.static:nth-child(1) a {
    border: 0;
  }
}
html[lang="sv-SE"] header.headerMain .headerCorp {
  background-image: url("/_layouts/15/Deltaco/img/matrix.png");
  background-position: 140px 21px;
  width: auto;
  height: auto;
  background-size: 525px;
  background-repeat: no-repeat;
  display: block;
}
html[lang="nb-NO"] header.headerMain .headerCorp {
  background-image: url("/_layouts/15/Deltaco/img/matrix.png");
  background-position: 140px -339px;
  width: auto;
  height: auto;
  background-size: 525px;
  background-repeat: no-repeat;
  display: block;
}
html[lang="fi-FI"] header.headerMain .headerCorp {
  background-image: url("/_layouts/15/Deltaco/img/matrix.png");
  background-position: 140px -219px;
  width: auto;
  height: auto;
  background-size: 525px;
  background-repeat: no-repeat;
  display: block;
}
html[lang="da-DK"] header.headerMain .headerCorp {
  background-image: url("/_layouts/15/Deltaco/img/matrix.png");
  background-position: 140px -99px;
  width: auto;
  height: auto;
  background-size: 525px;
  background-repeat: no-repeat;
  display: block;
}
#cart_bg {
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  background: #39b54a;
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 0;
}
#cart_bg .msax-AccountActions {
  background-color: #39b54a;
  padding: 3.5px 14px;
  line-height: 1.4;
}
#cart_bg .msax-AccountActions a {
  color: #ffffff;
  font-size: 12px;
}
#cart_bg .msax-AccountActions a:hover {
  color: #ffffff;
  font-size: 12px;
}
#cart_bg .msax-MiniShoppingCartButton {
  border-style: none;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0 14px;
  width: 100%;
  height: auto;
  line-height: 1.3;
}
#cart_bg .msax-MiniShoppingCartButton:before {
  background-image: url("../img/spritemap-retina.png");
  background-position: -170px -90px;
  width: 20px;
  height: 20px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "\E73D";
  position: relative;
  top: 1px;
  margin-right: 7px;
}
#cart_bg .msax-MiniShoppingCartButton .msax-MiniShoppingCartButtonCount:before,
#cart_bg .msax-MiniShoppingCartButton .msax-MiniShoppingCartButtonCount:after {
  display: none;
}
#cart_bg .msax-MiniShoppingCart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  background: none repeat scroll 0 0 #39b54a;
  border: 5px solid #39b54a;
  position: absolute;
  right: 0;
  left: auto;
  opacity: 1;
  z-index: 1;
  display: none;
  margin-top: -1px;
  overflow-y: auto;
}
#cart_bg .msax-MiniShoppingCart .msax-Content,
#cart_bg .msax-MiniShoppingCart .msax-Bottom {
  position: static;
  margin: 0;
  padding: 0 7px;
  background: #ffffff;
}
#cart_bg .msax-MiniShoppingCart .msax-Top {
  background-color: #39b54a;
  position: relative;
}
#cart_bg .msax-MiniShoppingCart .msax-Top .msax-OuterHeaderText {
  background-color: #39b54a;
  color: #ffffff;
  font-size: 18px;
  padding: 14px;
  margin: 0;
  float: none;
  font-weight: bold;
  text-transform: uppercase;
}
#cart_bg .msax-MiniShoppingCart .msax-Top .msax-Close {
  position: absolute;
  top: 0;
  right: 0;
}
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartContainer {
  width: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartContainer td {
  padding-top: 7px;
  padding-bottom: 7px;
}
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartHeaderRemove {
  width: auto;
  padding: 7px;
}
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartHeaderRemove .msax-Remove {
  background: transparent;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartHeaderRemove .msax-Remove:after {
  background-image: url("../img/spritemap-retina.png");
  background-position: -170px -120px;
  width: 15px;
  height: 16px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
}
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartItems tr {
  height: 70px;
}
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartItems .msax-ShoppingCartHeaderProductDetails {
  padding: 7px;
}
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartItems .msax-ShoppingCartHeaderProductDetails .msax-ProductImage .msax-ImageWrapper {
  height: 50px;
  width: 50px;
  position: relative;
}
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartItems .msax-ShoppingCartHeaderProductDetails .msax-ProductImage .msax-ImageWrapper > img {
  max-height: 50px;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartItems .msax-ShoppingCartHeaderProductDetails .msax-ProductNameWrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartItems .msax-ShoppingCartHeaderProductDetails .msax-ProductNameWrapper .msax-ProductName {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 156px;
}
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartItems .msax-ShoppingCartHeaderProductDetails .msax-ProductName,
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartItems .msax-ShoppingCartHeaderProductDetails .msax-ProductDimensions,
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartItems .msax-ShoppingCartHeaderProductDetails .msax-Quantity,
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartItems .msax-ShoppingCartHeaderProductDetails .msax-LineTotal {
  margin: 0;
  padding: 0;
  width: auto;
}
#cart_bg .msax-MiniShoppingCart .msax-OrderSummaryContainer .msax-ShoppingCartSummary,
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv,
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary {
  width: auto;
}
#cart_bg .msax-MiniShoppingCart .msax-OrderSummaryContainer .msax-ShoppingCartSummary .msax-ShoppingCartFooterLabel,
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartFooterLabel,
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary .msax-ShoppingCartFooterLabel {
  text-transform: none;
}
#cart_bg .msax-MiniShoppingCart .msax-OrderSummaryContainer .msax-ShoppingCartSummary .msax-ShoppingCartFooterLabel:before,
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartFooterLabel:before,
#cart_bg .msax-MiniShoppingCart .msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary .msax-ShoppingCartFooterLabel:before {
  content: "";
}
#ctl00_msaxMiniShoppingCart {
  float: none;
  width: auto;
}
ul.dynamic {
  background-color: #555555;
  border: 1px solid #d1d1d1;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.47);
  left: -9999px;
  padding: 10px;
  position: absolute;
  top: -9999px;
  white-space: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  z-index: 50;
}
#searchInputBox {
  margin-bottom: 0;
}
.ms-srch-sb-navLink,
.ms-srch-sb-searchLink {
  background-color: #000000;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.ms-srch-sb-navLink:hover,
.ms-srch-sb-searchLink:hover {
  background-color: #999999;
  border: 1px solid #000000;
}
.ms-srch-sb-border {
  border: 1px solid #000000;
}
.ms-core-header .ms-srch-sb-border,
.ms-core-header .ms-srch-sb-border:hover,
.ms-core-header .ms-srch-sb-borderFocused {
  border: 1px solid #000000;
}
div.ms-qSuggest-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  border: 8px solid #005da8;
  color: #333333;
  right: 0;
  line-height: 1.4;
  margin: 2px 0 0 5px;
  padding: 7px;
  width: 50%;
  z-index: 3000;
  text-align: left;
  top: 40px;
}
.ms-qSuggest-hListItem {
  background: transparent;
  color: #333333;
  padding: 7px 0;
  margin: 0;
}
#QS_Item0 {
  color: #333333;
  font-weight: bold;
}
#QS_Item0 b {
  color: #005da8;
}
.deltaco_suggestions_header,
.deltaco_queryresults_header,
.deltaco_accessoryresults_header {
  color: #005da8;
  font-size: 18px;
  font-weight: 700;
}
.deltaco-suggestion-result-item a,
.deltaco-accessory-result-item a {
  border-bottom: 2px dashed #e3e3e3;
  padding: 7px 14px;
  overflow: hidden;
  display: block;
}
.deltaco-suggestion-result-item a:hover,
.deltaco-accessory-result-item a:hover {
  background: #f1f2f3;
}
.deltaco-suggestion-result-item .deltaco-accessory-result-item-imagediv,
.deltaco-accessory-result-item .deltaco-accessory-result-item-imagediv,
.deltaco-suggestion-result-item .deltaco-suggestion-result-item-imagediv,
.deltaco-accessory-result-item .deltaco-suggestion-result-item-imagediv {
  width: 57px;
  border: 0;
  float: left;
}
.deltaco-suggestion-result-item .deltaco-accessory-result-item-imagediv img,
.deltaco-accessory-result-item .deltaco-accessory-result-item-imagediv img,
.deltaco-suggestion-result-item .deltaco-suggestion-result-item-imagediv img,
.deltaco-accessory-result-item .deltaco-suggestion-result-item-imagediv img {
  width: 50px;
}
.deltaco-suggestion-result-item .deltaco-accessory-result-item-header,
.deltaco-accessory-result-item .deltaco-accessory-result-item-header,
.deltaco-suggestion-result-item .deltaco-suggestion-result-item-header,
.deltaco-accessory-result-item .deltaco-suggestion-result-item-header {
  font-weight: 700;
}
.deltaco-suggestion-result-item .deltaco-accessory-result-item-description,
.deltaco-accessory-result-item .deltaco-accessory-result-item-description,
.deltaco-suggestion-result-item .deltaco-suggestion-result-item-description,
.deltaco-accessory-result-item .deltaco-suggestion-result-item-description {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
}
.toggleMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  .toggleMenu {
    margin: 7px 14px;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
  }
  .toggleMenu:before {
    content: "";
    background-image: url("../img/spritemap-retina.png");
    background-position: -120px -200px;
    width: 16px;
    height: 17px;
    background-size: 500px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 479px) {
  header.headerMain .headerCorp #SearchBox {
    margin: 7px;
  }
  header.headerMain .headerCorp #SearchBox .ms-srch-sb input,
  header.headerMain .headerCorp #SearchBox .ms-srch-sb input[type="text"],
  header.headerMain .headerCorp #SearchBox .ms-srch-sb input[type="search"] {
    width: 100px;
  }
}
#asideNav {
  background-color: #ffffff !important;
  padding: 7px;
  float: left;
  margin: 0;
  /* Left menu temporary prototype styling START */
  /*




/* Left menu temporary prototype styling END */
}
#asideNav .ProductBrandSelector {
  overflow: hidden;
  border-bottom: 3px solid #EEEEEE;
  display: list-item;
  display: block;
}
#asideNav .ProductBrandSelector .ProductsSelector {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 1.1em;
  margin: 0;
  padding: 0 7px;
  width: 50%;
  text-decoration: none;
  float: left;
}
#asideNav .ProductBrandSelector .ProductsSelector.selected {
  color: #000;
  font-weight: normal;
  background-color: #eee;
}
#asideNav .ProductsSelector:hover {
  color: #000 !important;
  background-color: #eee;
}
#asideNav .leftmenu-wrapper {
  display: none;
}
#asideNav .leftmenu-wrapper.initialized {
  display: block;
}
#asideNav .product-leftmenu li {
  margin: 0;
}
#asideNav .product-leftmenu li:before,
#asideNav .product-leftmenu li:after {
  content: "";
  display: table;
}
#asideNav .product-leftmenu li:after {
  clear: both;
}
#asideNav .product-leftmenu li a {
  padding: 2px 14px;
}
#asideNav .product-leftmenu li li li a {
  padding-left: 28px;
}
#asideNav .product-leftmenu li li li li a {
  padding-left: 42px;
}
#asideNav .product-leftmenu li li li li li a {
  padding-left: 56px;
}
#asideNav .product-leftmenu li li li li li li a {
  padding-left: 70px;
}
#asideNav .product-leftmenu li > .leftmenu-toggler {
  float: right;
  clear: right;
  position: relative;
  padding: 1px 4px 4px;
}
#asideNav .product-leftmenu li > .leftmenu-toggler:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-width: 6px;
  border-bottom-width: 0;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #e6e6e6;
  border-style: solid;
}
#asideNav .product-leftmenu li.selected > .leftmenu-toggler:after {
  border-top-color: #333333;
}
#asideNav .product-leftmenu li.opened > ul {
  display: block;
}
#asideNav .product-leftmenu li.opened > .leftmenu-toggler:after {
  border-width: 6px;
  border-top-width: 0;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #e6e6e6;
}
#asideNav .product-leftmenu li.opened.selected > .leftmenu-toggler:after {
  border-bottom-color: #333333;
}
#asideNav .product-leftmenu li.closed > ul {
  display: none;
}
#asideNav .selected > a:link,
#asideNav .selected > a:visited,
#asideNav .selected > a {
  background-color: rgba(239, 239, 239, 0.78);
  color: #333333 !important;
  font-weight: 700;
}
#asideNav li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover,
#asideNav li > a.ms-core-listMenu-item:hover,
#asideNav li > a.ms-core-listMenu-item:active {
  background-color: rgba(229, 230, 247, 0.5);
  font-weight: bold;
}
#asideNav a:hover,
#asideNav a:hover:link,
#asideNav a:hover:visited,
#asideNav .ms-link:hover:visited {
  color: #ffffff;
  text-decoration: none;
}
#asideNav .ms-core-listMenu-item,
#asideNav .ms-core-listMenu-item:link,
#asideNav .ms-core-listMenu-item:visited,
#asideNav .ms-tv-item:link,
#asideNav .ms-tv-item:visited,
#asideNav .ms-tv-header:link,
#asideNav .ms-tv-header:visited {
  color: #e3e3e3;
  text-decoration: none;
}
.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item,
.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenuEdit,
.ms-core-listMenu-heading,
.ms-tv-header {
  color: #ffffff;
  font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.campaignWelcome {
  width: 25%;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 28px;
}
@media all and (max-width: 1045px) {
  .campaignWelcome {
    width: 33.33333333%;
  }
}
@media (max-width: 768px) {
  .campaignWelcome {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .campaignWelcome {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .campaignWelcome {
    padding: 0;
  }
}
.well {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  background-color: #555555;
  border: 0;
  padding: 7px;
  margin: 0;
}
.well .row {
  margin: 0;
}
.well .row .msax-Button {
  width: auto;
  min-width: 48%;
  float: right;
  margin: 7px 0;
  text-align: center;
}
.well .row .msax-Button:nth-child(1):nth-last-child(2) {
  float: left;
}
.well .row input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 7px;
  border: 1px solid #cccccc;
  color: #333333;
  margin: 0;
  width: 100%;
}
.well .row input[type="text"]:hover {
  border-color: #0f94ff;
}
.well .row input[type="text"]:focus {
  border-color: #005da8;
}
.well .row input[type="text"]:disabled,
.well .row input[type="text"][readonly] {
  background: #fefefe;
  color: #929496;
}
.well .msax-cart-left-container {
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
  margin: 0;
  padding: 7px;
}
.well .msax-cart-left-container .msax-cart-left-label,
.well .msax-cart-left-container .msax-cart-left-textbox {
  display: block;
  margin: 7px 0;
  padding: 0;
}
.well .msax-cart-left-container .msax-cart-left-header {
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.well hr {
  display: none;
}
.msax-quickcart-addbutton,
.msax-expresscart-addbutton {
  margin-bottom: 5px;
  margin-top: 2px;
}
div .msax-savecart-deletebutton {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #dd2222;
  border: 1px solid #b11b1b;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
div .msax-savecart-deletebutton:hover {
  background-color: #c71f1f;
  border: 1px solid #9b1818;
  text-decoration: none;
  color: #ffffff;
}
#ctl00_PlaceHolderMain_ShoppingCart {
  margin-top: 40px;
}
.ms-core-menu-list li {
  display: block;
  float: none;
}
/* -
   - deltaco popup
   ------------------------------------
*/
#deltaco_dialog_overlay {
  /* set it to fill the whole screen */
  width: 100%;
  height: 100%;
  /* transparency for different browsers */
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  background: #000;
  /* make sure it appear behind the dialog box but above everything else */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  /* hide it by default */
  display: none;
}
#deltaco_dialog_box {
  /* css3 drop shadow */
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  /* css3 border radius */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #eee;
  /* styling of the dialog box, i have a fixed dimension for this demo */
  width: 328px;
  /* make sure it has the highest z-index */
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 5000;
  /* hide it by default */
  display: none;
}
#deltaco_dialog_box .deltaco_dialog_content {
  /* style the content */
  text-align: left;
  padding: 10px;
  margin: 13px;
  color: #666;
  font-family: arial;
  font-size: 11px;
}
#deltaco_dialog_box a.button {
  /* styles for button */
  margin: 10px auto 0 auto;
  text-align: center;
  display: block;
  width: 50px;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  /* button color */
  background-color: #39b54a;
  /* css3 implementation :) */
  /* rounded corner */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* drop shadow */
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  /* text shaow */
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
}
#deltaco_dialog_box a.button:hover {
  background-color: #33a242;
}
/* extra styling */
#deltaco_dialog_box .deltaco_dialog_content p {
  font-weight: 700;
  margin: 0;
}
#deltaco_dialog_box .deltaco_dialog_content ul {
  margin: 10px 0 10px 20px;
  padding: 0;
  height: 50px;
}
#deltaco_dialog_confirm_overlay {
  /* set it to fill the whole screen */
  width: 100%;
  height: 100%;
  /* transparency for different browsers */
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  background: #000;
  /* make sure it appear behind the dialog box but above everything else */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  /* hide it by default */
  display: none;
}
#deltaco_dialog_confirm_box {
  /* css3 drop shadow */
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  /* css3 border radius */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #eee;
  /* styling of the dialog box, i have a fixed dimension for this demo */
  width: 220px;
  /* make sure it has the highest z-index */
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 5000;
  /* hide it by default */
  display: none;
}
#deltaco_dialog_confirm_box .deltaco_dialog_confirm_content {
  /* style the content */
  text-align: left;
  padding: 10px;
  margin: 13px;
  color: #666;
  font-family: arial;
  font-size: 11px;
}
#deltaco_dialog_confirm_box a.okbutton {
  /* styles for button */
  margin: 10px auto 0 auto;
  text-align: center;
  display: block;
  width: 50px;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  /* button color */
  background-color: #39b54a;
  /* css3 implementation :) */
  /* rounded corner */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* drop shadow */
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  /* text shaow */
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  float: left;
}
#deltaco_dialog_confirm_box a.okbutton:hover {
  background-color: #33a242;
}
#deltaco_dialog_confirm_box a.cancelbutton {
  /* styles for button */
  margin: 10px auto 0 20px;
  text-align: center;
  display: block;
  width: 50px;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  /* button color */
  background-color: #39b54a;
  /* css3 implementation :) */
  /* rounded corner */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* drop shadow */
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  /* text shaow */
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
  float: left;
}
#deltaco_dialog_confirm_box a.cancelbutton:hover {
  background-color: #33a242;
}
/* extra styling */
#deltaco_dialog_confirm_box .deltaco_dialog_confirm_content p {
  font-weight: 700;
  margin: 0;
}
#deltaco_dialog_confirm_box .deltaco_dialog_confirm_content ul {
  margin: 10px 0 10px 20px;
  padding: 0;
  height: 50px;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
#asideNav .toggleNav {
  display: none;
}
@media screen and (max-width: 768px) {
  #asideNav {
    padding: 0;
    z-index: 22;
  }
  #asideNav .button.toggleNav {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 1.6;
    height: 22.4px;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  #asideNav .product-leftmenu li {
    border-top: 1px solid #d1d1d1;
  }
  #asideNav .product-leftmenu li:nth-child(1) {
    border-top: 0;
  }
  #asideNav .product-leftmenu li li:nth-child(1) {
    border-top: 1px solid #d1d1d1;
  }
  #asideNav .product-leftmenu li a {
    padding: 14px 14px;
  }
  #asideNav .product-leftmenu li > .leftmenu-toggler {
    padding: 13px 16px 16px;
  }
  .well {
    margin: 0;
    padding: 0;
  }
  .row {
    clear: left;
  }
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
    width: 50%;
  }
  .row-offcanvas-right.active {
    right: 50%;
  }
  .row-offcanvas-left.active {
    left: 50%;
  }
  .sidebar-offcanvas {
    position: absolute !important;
    top: 0;
    width: 50% !important;
  }
}
@media screen and (max-width: 479px) {
  #asideNav {
    padding: 0;
  }
  div.row-offcanvas-right .sidebar-offcanvas {
    right: -80%;
  }
  div.row-offcanvas-left .sidebar-offcanvas {
    left: -80%;
    width: 80%;
  }
  div.row-offcanvas-right.active {
    right: 80%;
  }
  div.row-offcanvas-left.active {
    left: 80%;
  }
  div.sidebar-offcanvas {
    position: absolute !important;
    top: 0;
    width: 80% !important;
  }
}
.ms-core-listMenu-verticalBox li.static > ul.static > li.static > .ms-core-listMenu-item {
  padding-left: 20px;
}
.ir {
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.site-width {
  margin: 0 auto;
}
.footer-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 6px solid #181818;
  width: 100%;
  background-color: #fff;
}
#footer {
  margin: 0 auto;
  clear: both;
  max-width: 1145px;
  background: #ffffff;
}
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
#footer .row {
  margin: 0;
}
.footer {
  padding: 16px 12px 20px 20px;
}
.footer a {
  color: #181818;
  text-decoration: none;
}
.footer a:hover {
  color: #1f5aa6;
  text-decoration: underline;
}
.footer-top-col {
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px 14px 0;
  float: left;
}
@media all and (max-width: 1045px) {
  .footer-top-col {
    width: 33.33333333%;
  }
}
@media (max-width: 768px) {
  .footer-top-col {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .footer-top-col {
    width: 100%;
  }
}
.footer-top-col h2 {
  font-size: 14px;
  margin: 0 0 14px;
  padding: 0;
  font-weight: bold;
}
.footer-top-col ul {
  list-style: none outside none;
  margin: 0 0 14px;
  padding: 0;
}
.footer-top-col li {
  font-size: 12px;
  margin: 0 0 7px;
}
.email-signup-container h2 {
  margin-top: 5px;
}
.footer-top-signup {
  border-left: 3px solid #E3E3E3;
  border-top: 3px solid #E3E3E3;
  margin-right: 26px;
  float: right;
  margin-top: 1px;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .footer-top-signup {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    width: 50%;
  }
}
@media (max-width: 479px) {
  .footer-top-signup {
    width: auto;
    float: none;
    overflow: hidden;
  }
}
.email-signup-container p {
  margin-bottom: 4px;
  margin-top: -9px;
}
.footer-top-follow-fb,
.footer-top-follow-tw,
.footer-top-follow-pn {
  margin: 0 7px 0 0;
  vertical-align: middle;
}
.footer-top-follow-fb {
  background-image: url("../img/spritemap-retina.png");
  background-position: -160px 0px;
  width: 21px;
  height: 21px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.footer-top-follow-tw {
  background-image: url("../img/spritemap-retina.png");
  background-position: -190px 0px;
  width: 21px;
  height: 21px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.footer-top-follow-pn {
  background-image: url("../img/spritemap-retina.png");
  background-position: -220px 0px;
  width: 21px;
  height: 21px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.footer-copyright {
  padding: 14px 0;
  font-size: 12px;
  font-weight: 700;
}
.footer-copyright:before {
  background-image: url("../img/spritemap-retina.png");
  background-position: -90px 0px;
  width: 55px;
  height: 55px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  float: left;
  margin-right: 14px;
}
/*
.footer-copyright-logo {
    .spriteHeadeFooter(55px, 55px, -44px, -305px);
    display: inline-block;
    margin: -18px 13px -24px 0;
}
*/
.footer-bottom-links {
  display: block;
  float: right;
  list-style: none outside none;
  margin: 13px 0 0;
  padding: 0;
}
.footer-bottom-links li {
  border-left: 1px solid #181818;
  display: inline;
  font-size: 12px;
  list-style: none outside none;
  margin: 0;
  padding: 0 9px 0 14px;
}
.footer-bottom-links li:first-child {
  border-left: medium none;
}
.footer-adress {
  font-weight: normal;
}
.AAA {
  background: url("../img/header_footer_sprite.png") no-repeat scroll -129px -141px rgba(0, 0, 0, 0);
  display: inline-block;
  float: right;
  height: 58px;
  margin: -18px 13px -24px 0;
  width: 100px;
}
.myAccount {
  display: block;
  width: auto;
}
.myAccount .myAccountWrap {
  display: block;
  width: auto;
  overflow: hidden;
  border-top: 1px solid #d1d1d1;
}
@media (max-width: 768px) {
  .myAccount .myAccountWrap {
    border-top: 0;
  }
}
.myAccount .myAccountWrap:nth-child(1) {
  border-top: 0;
}
.myAccount .myAccountWrap section:nth-child(1) {
  border-right: 1px solid #d1d1d1;
  margin-right: -1px;
  padding: 14px;
}
@media (max-width: 768px) {
  .myAccount .myAccountWrap section:nth-child(1) {
    border-right: 0;
  }
}
.myAccount .myAccountWrap section:nth-child(2) {
  border-left: 1px solid #d1d1d1;
  padding: 14px;
}
@media (max-width: 768px) {
  .myAccount .myAccountWrap section:nth-child(2) {
    border-left: 0;
  }
}
.myAccount .myAccountWrap .paymentteceiptlist .paymenttablecontainer,
.myAccount .myAccountWrap .paymentreceiptdetails {
  margin: 14px;
}
.myAccount .myAccountWrap .msax-OrderApproval,
.myAccount .myAccountWrap .msax-OrderHistory,
.myAccount .myAccountWrap .msax-OpenInvoices,
.myAccount .myAccountWrap .msax-Profile,
.myAccount .myAccountWrap .msax-Notifications,
.myAccount .myAccountWrap .msax-Addresses,
.myAccount .myAccountWrap .msax-SubAccounts {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  display: block;
  height: auto;
  margin: 0;
}
@media all and (max-width: 1045px) {
  .myAccount .myAccountWrap .msax-OrderApproval,
  .myAccount .myAccountWrap .msax-OrderHistory,
  .myAccount .myAccountWrap .msax-OpenInvoices,
  .myAccount .myAccountWrap .msax-Profile,
  .myAccount .myAccountWrap .msax-Notifications,
  .myAccount .myAccountWrap .msax-Addresses,
  .myAccount .myAccountWrap .msax-SubAccounts {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .myAccount .myAccountWrap .msax-OrderApproval,
  .myAccount .myAccountWrap .msax-OrderHistory,
  .myAccount .myAccountWrap .msax-OpenInvoices,
  .myAccount .myAccountWrap .msax-Profile,
  .myAccount .myAccountWrap .msax-Notifications,
  .myAccount .myAccountWrap .msax-Addresses,
  .myAccount .myAccountWrap .msax-SubAccounts {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .myAccount .myAccountWrap .msax-OrderApproval,
  .myAccount .myAccountWrap .msax-OrderHistory,
  .myAccount .myAccountWrap .msax-OpenInvoices,
  .myAccount .myAccountWrap .msax-Profile,
  .myAccount .myAccountWrap .msax-Notifications,
  .myAccount .myAccountWrap .msax-Addresses,
  .myAccount .myAccountWrap .msax-SubAccounts {
    width: 100%;
  }
}
.myAccount .myAccountWrap .msax-OrderApproval h2,
.myAccount .myAccountWrap .msax-OrderHistory h2,
.myAccount .myAccountWrap .msax-OpenInvoices h2,
.myAccount .myAccountWrap .msax-Profile h2,
.myAccount .myAccountWrap .msax-Notifications h2,
.myAccount .myAccountWrap .msax-Addresses h2,
.myAccount .myAccountWrap .msax-SubAccounts h2 {
  margin: 14px 0;
}
.myAccount .myAccountWrap .msax-OrderApproval button,
.myAccount .myAccountWrap .msax-OrderHistory button,
.myAccount .myAccountWrap .msax-OpenInvoices button,
.myAccount .myAccountWrap .msax-Profile button,
.myAccount .myAccountWrap .msax-Notifications button,
.myAccount .myAccountWrap .msax-Addresses button,
.myAccount .myAccountWrap .msax-SubAccounts button,
.myAccount .myAccountWrap .msax-OrderApproval .msax-button,
.myAccount .myAccountWrap .msax-OrderHistory .msax-button,
.myAccount .myAccountWrap .msax-OpenInvoices .msax-button,
.myAccount .myAccountWrap .msax-Profile .msax-button,
.myAccount .myAccountWrap .msax-Notifications .msax-button,
.myAccount .myAccountWrap .msax-Addresses .msax-button,
.myAccount .myAccountWrap .msax-SubAccounts .msax-button {
  margin-top: 7px;
  float: right;
}
@media (max-width: 768px) {
  .myAccount .myAccountWrap .msax-OrderApproval,
  .myAccount .myAccountWrap .msax-OrderHistory,
  .myAccount .myAccountWrap .msax-OpenInvoices,
  .myAccount .myAccountWrap .msax-Profile,
  .myAccount .myAccountWrap .msax-Notifications,
  .myAccount .myAccountWrap .msax-Addresses,
  .myAccount .myAccountWrap .msax-SubAccounts {
    border-top: 1px solid #d1d1d1;
  }
}
.myAccount .myAccountWrap .msax-AccountOrderAlertContainer,
.myAccount .myAccountWrap .msax-AccountDeliveryAlertContainer,
.myAccount .myAccountWrap .msax-AccountInvoiceAlertContainer {
  margin: 14px 0 7px;
}
.myAccount .msax-MyAccountTableDualCell .msax-AddressbookLink {
  margin: 0;
}
.msax-OrderHistory,
.msax-InvoiceHistory,
.msax-OpenInvoiceHistory,
.msax-OrderApproval {
  padding: 0;
}
.msax-OrderHistory > p,
.msax-InvoiceHistory > p,
.msax-OpenInvoiceHistory > p,
.msax-OrderApproval > p {
  color: #333333;
  line-height: 1.4;
  margin: 7px 0 14px;
  padding: 0;
}
.msax-OrderHistoryContainer,
.msax-InvoiceHistoryContainer,
.msax-OpenInvoiceHistoryContainer,
.msax-OrderApprovalContainer {
  margin: 0;
}
.msax-OrderHistoryTable,
.msax-InvoiceHistoryTable,
.msax-OpenInvoiceHistoryTable,
.msax-OrderApprovalTable {
  width: 100%;
  margin: 0;
}
.msax-OrderHistoryTable thead tr,
.msax-InvoiceHistoryTable thead tr,
.msax-OpenInvoiceHistoryTable thead tr,
.msax-OrderApprovalTable thead tr {
  background: #f1f2f3;
  color: #333333;
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
}
.msax-OrderHistoryTable td,
.msax-InvoiceHistoryTable td,
.msax-OpenInvoiceHistoryTable td,
.msax-OrderApprovalTable td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.msax-OrderHistoryTable td:nth-child(1):nth-last-child(2),
.msax-InvoiceHistoryTable td:nth-child(1):nth-last-child(2),
.msax-OpenInvoiceHistoryTable td:nth-child(1):nth-last-child(2),
.msax-OrderApprovalTable td:nth-child(1):nth-last-child(2),
.msax-OrderHistoryTable td:nth-child(2):nth-last-child(1),
.msax-InvoiceHistoryTable td:nth-child(2):nth-last-child(1),
.msax-OpenInvoiceHistoryTable td:nth-child(2):nth-last-child(1),
.msax-OrderApprovalTable td:nth-child(2):nth-last-child(1) {
  width: 50%;
}
.msax-OrderHistoryTable td:nth-child(1):nth-last-child(3),
.msax-InvoiceHistoryTable td:nth-child(1):nth-last-child(3),
.msax-OpenInvoiceHistoryTable td:nth-child(1):nth-last-child(3),
.msax-OrderApprovalTable td:nth-child(1):nth-last-child(3),
.msax-OrderHistoryTable td:nth-child(2):nth-last-child(2),
.msax-InvoiceHistoryTable td:nth-child(2):nth-last-child(2),
.msax-OpenInvoiceHistoryTable td:nth-child(2):nth-last-child(2),
.msax-OrderApprovalTable td:nth-child(2):nth-last-child(2),
.msax-OrderHistoryTable td:nth-child(3):nth-last-child(1),
.msax-InvoiceHistoryTable td:nth-child(3):nth-last-child(1),
.msax-OpenInvoiceHistoryTable td:nth-child(3):nth-last-child(1),
.msax-OrderApprovalTable td:nth-child(3):nth-last-child(1) {
  width: 33.33333333%;
}
.msax-OrderHistoryTable td:nth-child(1):nth-last-child(4),
.msax-InvoiceHistoryTable td:nth-child(1):nth-last-child(4),
.msax-OpenInvoiceHistoryTable td:nth-child(1):nth-last-child(4),
.msax-OrderApprovalTable td:nth-child(1):nth-last-child(4),
.msax-OrderHistoryTable td:nth-child(2):nth-last-child(3),
.msax-InvoiceHistoryTable td:nth-child(2):nth-last-child(3),
.msax-OpenInvoiceHistoryTable td:nth-child(2):nth-last-child(3),
.msax-OrderApprovalTable td:nth-child(2):nth-last-child(3),
.msax-OrderHistoryTable td:nth-child(3):nth-last-child(2),
.msax-InvoiceHistoryTable td:nth-child(3):nth-last-child(2),
.msax-OpenInvoiceHistoryTable td:nth-child(3):nth-last-child(2),
.msax-OrderApprovalTable td:nth-child(3):nth-last-child(2),
.msax-OrderHistoryTable td:nth-child(4):nth-last-child(1),
.msax-InvoiceHistoryTable td:nth-child(4):nth-last-child(1),
.msax-OpenInvoiceHistoryTable td:nth-child(4):nth-last-child(1),
.msax-OrderApprovalTable td:nth-child(4):nth-last-child(1) {
  width: 25%;
}
.msax-OrderHistoryTable td:nth-child(1):nth-last-child(5),
.msax-InvoiceHistoryTable td:nth-child(1):nth-last-child(5),
.msax-OpenInvoiceHistoryTable td:nth-child(1):nth-last-child(5),
.msax-OrderApprovalTable td:nth-child(1):nth-last-child(5),
.msax-OrderHistoryTable td:nth-child(2):nth-last-child(4),
.msax-InvoiceHistoryTable td:nth-child(2):nth-last-child(4),
.msax-OpenInvoiceHistoryTable td:nth-child(2):nth-last-child(4),
.msax-OrderApprovalTable td:nth-child(2):nth-last-child(4),
.msax-OrderHistoryTable td:nth-child(3):nth-last-child(3),
.msax-InvoiceHistoryTable td:nth-child(3):nth-last-child(3),
.msax-OpenInvoiceHistoryTable td:nth-child(3):nth-last-child(3),
.msax-OrderApprovalTable td:nth-child(3):nth-last-child(3),
.msax-OrderHistoryTable td:nth-child(4):nth-last-child(2),
.msax-InvoiceHistoryTable td:nth-child(4):nth-last-child(2),
.msax-OpenInvoiceHistoryTable td:nth-child(4):nth-last-child(2),
.msax-OrderApprovalTable td:nth-child(4):nth-last-child(2),
.msax-OrderHistoryTable td:nth-child(5):nth-last-child(1),
.msax-InvoiceHistoryTable td:nth-child(5):nth-last-child(1),
.msax-OpenInvoiceHistoryTable td:nth-child(5):nth-last-child(1),
.msax-OrderApprovalTable td:nth-child(5):nth-last-child(1) {
  width: 20%;
}
.msax-OrderHistoryTable td:nth-child(1):nth-last-child(6),
.msax-InvoiceHistoryTable td:nth-child(1):nth-last-child(6),
.msax-OpenInvoiceHistoryTable td:nth-child(1):nth-last-child(6),
.msax-OrderApprovalTable td:nth-child(1):nth-last-child(6),
.msax-OrderHistoryTable td:nth-child(2):nth-last-child(5),
.msax-InvoiceHistoryTable td:nth-child(2):nth-last-child(5),
.msax-OpenInvoiceHistoryTable td:nth-child(2):nth-last-child(5),
.msax-OrderApprovalTable td:nth-child(2):nth-last-child(5),
.msax-OrderHistoryTable td:nth-child(3):nth-last-child(4),
.msax-InvoiceHistoryTable td:nth-child(3):nth-last-child(4),
.msax-OpenInvoiceHistoryTable td:nth-child(3):nth-last-child(4),
.msax-OrderApprovalTable td:nth-child(3):nth-last-child(4),
.msax-OrderHistoryTable td:nth-child(4):nth-last-child(3),
.msax-InvoiceHistoryTable td:nth-child(4):nth-last-child(3),
.msax-OpenInvoiceHistoryTable td:nth-child(4):nth-last-child(3),
.msax-OrderApprovalTable td:nth-child(4):nth-last-child(3),
.msax-OrderHistoryTable td:nth-child(5):nth-last-child(2),
.msax-InvoiceHistoryTable td:nth-child(5):nth-last-child(2),
.msax-OpenInvoiceHistoryTable td:nth-child(5):nth-last-child(2),
.msax-OrderApprovalTable td:nth-child(5):nth-last-child(2),
.msax-OrderHistoryTable td:nth-child(6):nth-last-child(1),
.msax-InvoiceHistoryTable td:nth-child(6):nth-last-child(1),
.msax-OpenInvoiceHistoryTable td:nth-child(6):nth-last-child(1),
.msax-OrderApprovalTable td:nth-child(6):nth-last-child(1) {
  width: 16.66666667%;
}
.msax-OrderHistoryTable td:nth-child(1):nth-last-child(7),
.msax-InvoiceHistoryTable td:nth-child(1):nth-last-child(7),
.msax-OpenInvoiceHistoryTable td:nth-child(1):nth-last-child(7),
.msax-OrderApprovalTable td:nth-child(1):nth-last-child(7),
.msax-OrderHistoryTable td:nth-child(2):nth-last-child(6),
.msax-InvoiceHistoryTable td:nth-child(2):nth-last-child(6),
.msax-OpenInvoiceHistoryTable td:nth-child(2):nth-last-child(6),
.msax-OrderApprovalTable td:nth-child(2):nth-last-child(6),
.msax-OrderHistoryTable td:nth-child(3):nth-last-child(5),
.msax-InvoiceHistoryTable td:nth-child(3):nth-last-child(5),
.msax-OpenInvoiceHistoryTable td:nth-child(3):nth-last-child(5),
.msax-OrderApprovalTable td:nth-child(3):nth-last-child(5),
.msax-OrderHistoryTable td:nth-child(4):nth-last-child(4),
.msax-InvoiceHistoryTable td:nth-child(4):nth-last-child(4),
.msax-OpenInvoiceHistoryTable td:nth-child(4):nth-last-child(4),
.msax-OrderApprovalTable td:nth-child(4):nth-last-child(4),
.msax-OrderHistoryTable td:nth-child(5):nth-last-child(3),
.msax-InvoiceHistoryTable td:nth-child(5):nth-last-child(3),
.msax-OpenInvoiceHistoryTable td:nth-child(5):nth-last-child(3),
.msax-OrderApprovalTable td:nth-child(5):nth-last-child(3),
.msax-OrderHistoryTable td:nth-child(6):nth-last-child(2),
.msax-InvoiceHistoryTable td:nth-child(6):nth-last-child(2),
.msax-OpenInvoiceHistoryTable td:nth-child(6):nth-last-child(2),
.msax-OrderApprovalTable td:nth-child(6):nth-last-child(2),
.msax-OrderHistoryTable td:nth-child(7):nth-last-child(1),
.msax-InvoiceHistoryTable td:nth-child(7):nth-last-child(1),
.msax-OpenInvoiceHistoryTable td:nth-child(7):nth-last-child(1),
.msax-OrderApprovalTable td:nth-child(7):nth-last-child(1) {
  width: 14.28571429%;
}
.msax-OrderHistoryTable td:nth-child(1):nth-last-child(8),
.msax-InvoiceHistoryTable td:nth-child(1):nth-last-child(8),
.msax-OpenInvoiceHistoryTable td:nth-child(1):nth-last-child(8),
.msax-OrderApprovalTable td:nth-child(1):nth-last-child(8),
.msax-OrderHistoryTable td:nth-child(2):nth-last-child(7),
.msax-InvoiceHistoryTable td:nth-child(2):nth-last-child(7),
.msax-OpenInvoiceHistoryTable td:nth-child(2):nth-last-child(7),
.msax-OrderApprovalTable td:nth-child(2):nth-last-child(7),
.msax-OrderHistoryTable td:nth-child(3):nth-last-child(6),
.msax-InvoiceHistoryTable td:nth-child(3):nth-last-child(6),
.msax-OpenInvoiceHistoryTable td:nth-child(3):nth-last-child(6),
.msax-OrderApprovalTable td:nth-child(3):nth-last-child(6),
.msax-OrderHistoryTable td:nth-child(4):nth-last-child(5),
.msax-InvoiceHistoryTable td:nth-child(4):nth-last-child(5),
.msax-OpenInvoiceHistoryTable td:nth-child(4):nth-last-child(5),
.msax-OrderApprovalTable td:nth-child(4):nth-last-child(5),
.msax-OrderHistoryTable td:nth-child(5):nth-last-child(4),
.msax-InvoiceHistoryTable td:nth-child(5):nth-last-child(4),
.msax-OpenInvoiceHistoryTable td:nth-child(5):nth-last-child(4),
.msax-OrderApprovalTable td:nth-child(5):nth-last-child(4),
.msax-OrderHistoryTable td:nth-child(6):nth-last-child(3),
.msax-InvoiceHistoryTable td:nth-child(6):nth-last-child(3),
.msax-OpenInvoiceHistoryTable td:nth-child(6):nth-last-child(3),
.msax-OrderApprovalTable td:nth-child(6):nth-last-child(3),
.msax-OrderHistoryTable td:nth-child(7):nth-last-child(2),
.msax-InvoiceHistoryTable td:nth-child(7):nth-last-child(2),
.msax-OpenInvoiceHistoryTable td:nth-child(7):nth-last-child(2),
.msax-OrderApprovalTable td:nth-child(7):nth-last-child(2),
.msax-OrderHistoryTable td:nth-child(8):nth-last-child(1),
.msax-InvoiceHistoryTable td:nth-child(8):nth-last-child(1),
.msax-OpenInvoiceHistoryTable td:nth-child(8):nth-last-child(1),
.msax-OrderApprovalTable td:nth-child(8):nth-last-child(1) {
  width: 12.5%;
}
.msax-OrderHistoryTable tr.msax-overdue,
.msax-InvoiceHistoryTable tr.msax-overdue,
.msax-OpenInvoiceHistoryTable tr.msax-overdue,
.msax-OrderApprovalTable tr.msax-overdue {
  background: rgba(221, 34, 34, 0.15);
}
.msax-OrderHistoryTable tr.msax-payexpending,
.msax-InvoiceHistoryTable tr.msax-payexpending,
.msax-OpenInvoiceHistoryTable tr.msax-payexpending,
.msax-OrderApprovalTable tr.msax-payexpending {
  background: rgba(0, 93, 168, 0.15);
}
.msax-OrderHistoryTable tr:nth-child(2n).msax-overdue,
.msax-InvoiceHistoryTable tr:nth-child(2n).msax-overdue,
.msax-OpenInvoiceHistoryTable tr:nth-child(2n).msax-overdue,
.msax-OrderApprovalTable tr:nth-child(2n).msax-overdue {
  background: rgba(221, 34, 34, 0.25);
}
.msax-OrderHistoryTable tr:nth-child(2n).msax-payexpending,
.msax-InvoiceHistoryTable tr:nth-child(2n).msax-payexpending,
.msax-OpenInvoiceHistoryTable tr:nth-child(2n).msax-payexpending,
.msax-OrderApprovalTable tr:nth-child(2n).msax-payexpending {
  background: rgba(0, 93, 168, 0.25);
}
.msax-OrderHistoryTable tfoot td,
.msax-InvoiceHistoryTable tfoot td,
.msax-OpenInvoiceHistoryTable tfoot td,
.msax-OrderApprovalTable tfoot td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
}
.msax-OrderHistoryTable tfoot td:nth-child(1):nth-last-child(2),
.msax-InvoiceHistoryTable tfoot td:nth-child(1):nth-last-child(2),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(1):nth-last-child(2),
.msax-OrderApprovalTable tfoot td:nth-child(1):nth-last-child(2),
.msax-OrderHistoryTable tfoot td:nth-child(2):nth-last-child(1),
.msax-InvoiceHistoryTable tfoot td:nth-child(2):nth-last-child(1),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(2):nth-last-child(1),
.msax-OrderApprovalTable tfoot td:nth-child(2):nth-last-child(1),
.msax-OrderHistoryTable tfoot td:nth-child(1):nth-last-child(3),
.msax-InvoiceHistoryTable tfoot td:nth-child(1):nth-last-child(3),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(1):nth-last-child(3),
.msax-OrderApprovalTable tfoot td:nth-child(1):nth-last-child(3),
.msax-OrderHistoryTable tfoot td:nth-child(2):nth-last-child(2),
.msax-InvoiceHistoryTable tfoot td:nth-child(2):nth-last-child(2),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(2):nth-last-child(2),
.msax-OrderApprovalTable tfoot td:nth-child(2):nth-last-child(2),
.msax-OrderHistoryTable tfoot td:nth-child(3):nth-last-child(1),
.msax-InvoiceHistoryTable tfoot td:nth-child(3):nth-last-child(1),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(3):nth-last-child(1),
.msax-OrderApprovalTable tfoot td:nth-child(3):nth-last-child(1),
.msax-OrderHistoryTable tfoot td:nth-child(1):nth-last-child(4),
.msax-InvoiceHistoryTable tfoot td:nth-child(1):nth-last-child(4),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(1):nth-last-child(4),
.msax-OrderApprovalTable tfoot td:nth-child(1):nth-last-child(4),
.msax-OrderHistoryTable tfoot td:nth-child(2):nth-last-child(3),
.msax-InvoiceHistoryTable tfoot td:nth-child(2):nth-last-child(3),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(2):nth-last-child(3),
.msax-OrderApprovalTable tfoot td:nth-child(2):nth-last-child(3),
.msax-OrderHistoryTable tfoot td:nth-child(3):nth-last-child(2),
.msax-InvoiceHistoryTable tfoot td:nth-child(3):nth-last-child(2),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(3):nth-last-child(2),
.msax-OrderApprovalTable tfoot td:nth-child(3):nth-last-child(2),
.msax-OrderHistoryTable tfoot td:nth-child(4):nth-last-child(1),
.msax-InvoiceHistoryTable tfoot td:nth-child(4):nth-last-child(1),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(4):nth-last-child(1),
.msax-OrderApprovalTable tfoot td:nth-child(4):nth-last-child(1),
.msax-OrderHistoryTable tfoot td:nth-child(1):nth-last-child(5),
.msax-InvoiceHistoryTable tfoot td:nth-child(1):nth-last-child(5),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(1):nth-last-child(5),
.msax-OrderApprovalTable tfoot td:nth-child(1):nth-last-child(5),
.msax-OrderHistoryTable tfoot td:nth-child(2):nth-last-child(4),
.msax-InvoiceHistoryTable tfoot td:nth-child(2):nth-last-child(4),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(2):nth-last-child(4),
.msax-OrderApprovalTable tfoot td:nth-child(2):nth-last-child(4),
.msax-OrderHistoryTable tfoot td:nth-child(3):nth-last-child(3),
.msax-InvoiceHistoryTable tfoot td:nth-child(3):nth-last-child(3),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(3):nth-last-child(3),
.msax-OrderApprovalTable tfoot td:nth-child(3):nth-last-child(3),
.msax-OrderHistoryTable tfoot td:nth-child(4):nth-last-child(2),
.msax-InvoiceHistoryTable tfoot td:nth-child(4):nth-last-child(2),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(4):nth-last-child(2),
.msax-OrderApprovalTable tfoot td:nth-child(4):nth-last-child(2),
.msax-OrderHistoryTable tfoot td:nth-child(5):nth-last-child(1),
.msax-InvoiceHistoryTable tfoot td:nth-child(5):nth-last-child(1),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(5):nth-last-child(1),
.msax-OrderApprovalTable tfoot td:nth-child(5):nth-last-child(1),
.msax-OrderHistoryTable tfoot td:nth-child(1):nth-last-child(6),
.msax-InvoiceHistoryTable tfoot td:nth-child(1):nth-last-child(6),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(1):nth-last-child(6),
.msax-OrderApprovalTable tfoot td:nth-child(1):nth-last-child(6),
.msax-OrderHistoryTable tfoot td:nth-child(2):nth-last-child(5),
.msax-InvoiceHistoryTable tfoot td:nth-child(2):nth-last-child(5),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(2):nth-last-child(5),
.msax-OrderApprovalTable tfoot td:nth-child(2):nth-last-child(5),
.msax-OrderHistoryTable tfoot td:nth-child(3):nth-last-child(4),
.msax-InvoiceHistoryTable tfoot td:nth-child(3):nth-last-child(4),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(3):nth-last-child(4),
.msax-OrderApprovalTable tfoot td:nth-child(3):nth-last-child(4),
.msax-OrderHistoryTable tfoot td:nth-child(4):nth-last-child(3),
.msax-InvoiceHistoryTable tfoot td:nth-child(4):nth-last-child(3),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(4):nth-last-child(3),
.msax-OrderApprovalTable tfoot td:nth-child(4):nth-last-child(3),
.msax-OrderHistoryTable tfoot td:nth-child(5):nth-last-child(2),
.msax-InvoiceHistoryTable tfoot td:nth-child(5):nth-last-child(2),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(5):nth-last-child(2),
.msax-OrderApprovalTable tfoot td:nth-child(5):nth-last-child(2),
.msax-OrderHistoryTable tfoot td:nth-child(6):nth-last-child(1),
.msax-InvoiceHistoryTable tfoot td:nth-child(6):nth-last-child(1),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(6):nth-last-child(1),
.msax-OrderApprovalTable tfoot td:nth-child(6):nth-last-child(1),
.msax-OrderHistoryTable tfoot td:nth-child(1):nth-last-child(7),
.msax-InvoiceHistoryTable tfoot td:nth-child(1):nth-last-child(7),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(1):nth-last-child(7),
.msax-OrderApprovalTable tfoot td:nth-child(1):nth-last-child(7),
.msax-OrderHistoryTable tfoot td:nth-child(2):nth-last-child(6),
.msax-InvoiceHistoryTable tfoot td:nth-child(2):nth-last-child(6),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(2):nth-last-child(6),
.msax-OrderApprovalTable tfoot td:nth-child(2):nth-last-child(6),
.msax-OrderHistoryTable tfoot td:nth-child(3):nth-last-child(5),
.msax-InvoiceHistoryTable tfoot td:nth-child(3):nth-last-child(5),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(3):nth-last-child(5),
.msax-OrderApprovalTable tfoot td:nth-child(3):nth-last-child(5),
.msax-OrderHistoryTable tfoot td:nth-child(4):nth-last-child(4),
.msax-InvoiceHistoryTable tfoot td:nth-child(4):nth-last-child(4),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(4):nth-last-child(4),
.msax-OrderApprovalTable tfoot td:nth-child(4):nth-last-child(4),
.msax-OrderHistoryTable tfoot td:nth-child(5):nth-last-child(3),
.msax-InvoiceHistoryTable tfoot td:nth-child(5):nth-last-child(3),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(5):nth-last-child(3),
.msax-OrderApprovalTable tfoot td:nth-child(5):nth-last-child(3),
.msax-OrderHistoryTable tfoot td:nth-child(6):nth-last-child(2),
.msax-InvoiceHistoryTable tfoot td:nth-child(6):nth-last-child(2),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(6):nth-last-child(2),
.msax-OrderApprovalTable tfoot td:nth-child(6):nth-last-child(2),
.msax-OrderHistoryTable tfoot td:nth-child(7):nth-last-child(1),
.msax-InvoiceHistoryTable tfoot td:nth-child(7):nth-last-child(1),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(7):nth-last-child(1),
.msax-OrderApprovalTable tfoot td:nth-child(7):nth-last-child(1),
.msax-OrderHistoryTable tfoot td:nth-child(1):nth-last-child(8),
.msax-InvoiceHistoryTable tfoot td:nth-child(1):nth-last-child(8),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(1):nth-last-child(8),
.msax-OrderApprovalTable tfoot td:nth-child(1):nth-last-child(8),
.msax-OrderHistoryTable tfoot td:nth-child(2):nth-last-child(7),
.msax-InvoiceHistoryTable tfoot td:nth-child(2):nth-last-child(7),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(2):nth-last-child(7),
.msax-OrderApprovalTable tfoot td:nth-child(2):nth-last-child(7),
.msax-OrderHistoryTable tfoot td:nth-child(3):nth-last-child(6),
.msax-InvoiceHistoryTable tfoot td:nth-child(3):nth-last-child(6),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(3):nth-last-child(6),
.msax-OrderApprovalTable tfoot td:nth-child(3):nth-last-child(6),
.msax-OrderHistoryTable tfoot td:nth-child(4):nth-last-child(5),
.msax-InvoiceHistoryTable tfoot td:nth-child(4):nth-last-child(5),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(4):nth-last-child(5),
.msax-OrderApprovalTable tfoot td:nth-child(4):nth-last-child(5),
.msax-OrderHistoryTable tfoot td:nth-child(5):nth-last-child(4),
.msax-InvoiceHistoryTable tfoot td:nth-child(5):nth-last-child(4),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(5):nth-last-child(4),
.msax-OrderApprovalTable tfoot td:nth-child(5):nth-last-child(4),
.msax-OrderHistoryTable tfoot td:nth-child(6):nth-last-child(3),
.msax-InvoiceHistoryTable tfoot td:nth-child(6):nth-last-child(3),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(6):nth-last-child(3),
.msax-OrderApprovalTable tfoot td:nth-child(6):nth-last-child(3),
.msax-OrderHistoryTable tfoot td:nth-child(7):nth-last-child(2),
.msax-InvoiceHistoryTable tfoot td:nth-child(7):nth-last-child(2),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(7):nth-last-child(2),
.msax-OrderApprovalTable tfoot td:nth-child(7):nth-last-child(2),
.msax-OrderHistoryTable tfoot td:nth-child(8):nth-last-child(1),
.msax-InvoiceHistoryTable tfoot td:nth-child(8):nth-last-child(1),
.msax-OpenInvoiceHistoryTable tfoot td:nth-child(8):nth-last-child(1),
.msax-OrderApprovalTable tfoot td:nth-child(8):nth-last-child(1) {
  width: auto;
}
.msax-InvoiceSearch table.msax-InvoiceSearchTable thead th {
  width: 14.28571429%;
  vertical-align: bottom;
}
.msax-InvoiceSearch table.msax-InvoiceSearchTable thead th:nth-last-child(1) {
  width: auto;
}
.msax-InvoiceSearch table.msax-InvoiceSearchTable thead th label {
  display: block;
}
.msax-InvoiceSearch table.msax-InvoiceSearchTable thead th input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.msax-InvoiceSearch table.msax-InvoiceSearchTable thead th button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47%;
  padding: 0 7px;
}
.msax-InvoiceSearch table.msax-InvoiceSearchTable tbody.msax-InvoiceHistoryContainer td {
  width: 14.28571429%;
}
.msax-InvoiceSearch table.msax-InvoiceSearchTable tbody.msax-InvoiceHistoryContainer td:nth-last-child(1) {
  width: auto;
}
.msax-InvoiceSearch table.msax-InvoiceSearchTable tbody.msax-InvoiceHistoryContainer tr.msax-overdue {
  background: rgba(221, 34, 34, 0.15);
}
.msax-InvoiceSearch table.msax-InvoiceSearchTable tbody.msax-InvoiceHistoryContainer tr.msax-payexpending {
  background: rgba(0, 93, 168, 0.15);
}
.msax-InvoiceSearch table.msax-InvoiceSearchTable tbody.msax-InvoiceHistoryContainer tr:nth-child(2n).msax-overdue {
  background: rgba(221, 34, 34, 0.25);
}
.msax-InvoiceSearch table.msax-InvoiceSearchTable tbody.msax-InvoiceHistoryContainer tr:nth-child(2n).msax-payexpending {
  background: rgba(0, 93, 168, 0.25);
}
.msax-CustomerDisplayAddressLabel,
.msax-AddressDisplayAddressLabel,
.msax-SubAccountDisplayAddressLabel,
.msax-CustomerDisplayLoyaltyNumberLabel,
.msax-AddressDisplayLoyaltyNumberLabel,
.msax-SubAccountDisplayLoyaltyNumberLabel,
.msax-CustomerDisplayPrimaryEmailLabel,
.msax-AddressDisplayPrimaryEmailLabel,
.msax-SubAccountDisplayPrimaryEmailLabel {
  color: #333333;
  font-weight: 700;
  float: none;
  font-size: 14px !important;
  margin: 7px 0;
  padding: 0;
  text-transform: none;
  width: auto;
  display: block;
}
.msax-CustomerDisplayAddress1,
.msax-AddressDisplayAddress1,
.msax-SubAccountDisplayAddress1,
.msax-CustomerDisplayAddress2,
.msax-AddressDisplayAddress2,
.msax-SubAccountDisplayAddress2,
.msax-CustomerDisplayAddress3,
.msax-AddressDisplayAddress3,
.msax-SubAccountDisplayAddress3,
.msax-CustomerDisplayAddress4,
.msax-AddressDisplayAddress4,
.msax-SubAccountDisplayAddress4,
.msax-CustomerDisplayAddress5,
.msax-AddressDisplayAddress5,
.msax-SubAccountDisplayAddress5,
.msax-CustomerDisplayAddress6,
.msax-AddressDisplayAddress6,
.msax-SubAccountDisplayAddress6,
.msax-CustomerDisplayCustomerLine1,
.msax-AddressDisplayCustomerLine1,
.msax-SubAccountDisplayCustomerLine1,
.msax-CustomerDisplayCustomerLine2,
.msax-AddressDisplayCustomerLine2,
.msax-SubAccountDisplayCustomerLine2,
.msax-CustomerDisplayCustomerLine3,
.msax-AddressDisplayCustomerLine3,
.msax-SubAccountDisplayCustomerLine3,
.msax-CustomerDisplayCustomerLine4,
.msax-AddressDisplayCustomerLine4,
.msax-SubAccountDisplayCustomerLine4,
.msax-CustomerDisplayCustomerLine5,
.msax-AddressDisplayCustomerLine5,
.msax-SubAccountDisplayCustomerLine5,
.msax-CustomerDisplayCustomerLine6,
.msax-AddressDisplayCustomerLine6,
.msax-SubAccountDisplayCustomerLine6,
.msax-CustomerDisplayPrimaryEmail,
.msax-AddressDisplayPrimaryEmail,
.msax-SubAccountDisplayPrimaryEmail,
.msax-CustomerDisplayLoyaltyNumber,
.msax-AddressDisplayLoyaltyNumber,
.msax-SubAccountDisplayLoyaltyNumber,
.msax-CustomerDisplayPrimaryEmail,
.msax-AddressDisplayPrimaryEmail,
.msax-SubAccountDisplayPrimaryEmail {
  margin: 0;
  padding: 0;
  float: none;
  display: block;
  width: auto;
}
.msax-Profile div span {
  color: #333333;
}
.msax-AddressDisplayCustomerFieldSet,
.msax-SubAccountDisplayCustomerFieldSet,
.admin-form fieldset,
.email-form fieldset {
  float: none;
  margin: 0 0 14px;
  width: auto;
  display: block;
  background: #f1f2f3;
  padding: 14px 30% 14px 14px;
}
@media (max-width: 768px) {
  .msax-AddressDisplayCustomerFieldSet,
  .msax-SubAccountDisplayCustomerFieldSet,
  .admin-form fieldset,
  .email-form fieldset {
    padding: 14px;
  }
}
.msax-AddressDisplayCustomerFieldSet .msax-Buttons,
.msax-SubAccountDisplayCustomerFieldSet .msax-Buttons,
.admin-form fieldset .msax-Buttons,
.email-form fieldset .msax-Buttons {
  padding-right: 14px;
}
.msax-AddressDisplayCustomerFieldSet .msax-Address,
.msax-SubAccountDisplayCustomerFieldSet .msax-Address,
.admin-form fieldset .msax-Address,
.email-form fieldset .msax-Address {
  width: auto;
  margin: 0;
  overflow: hidden;
}
.msax-AddressDisplayCustomerFieldSet .msax-Address .msax-AddressDisplayCustomerLine1,
.msax-SubAccountDisplayCustomerFieldSet .msax-Address .msax-AddressDisplayCustomerLine1,
.admin-form fieldset .msax-Address .msax-AddressDisplayCustomerLine1,
.email-form fieldset .msax-Address .msax-AddressDisplayCustomerLine1,
.msax-AddressDisplayCustomerFieldSet .msax-Address .msax-AddressDisplayCustomerLine2,
.msax-SubAccountDisplayCustomerFieldSet .msax-Address .msax-AddressDisplayCustomerLine2,
.admin-form fieldset .msax-Address .msax-AddressDisplayCustomerLine2,
.email-form fieldset .msax-Address .msax-AddressDisplayCustomerLine2,
.msax-AddressDisplayCustomerFieldSet .msax-Address .msax-AddressDisplayCustomerLine3,
.msax-SubAccountDisplayCustomerFieldSet .msax-Address .msax-AddressDisplayCustomerLine3,
.admin-form fieldset .msax-Address .msax-AddressDisplayCustomerLine3,
.email-form fieldset .msax-Address .msax-AddressDisplayCustomerLine3,
.msax-AddressDisplayCustomerFieldSet .msax-Address .msax-AddressDisplayCustomerLine4,
.msax-SubAccountDisplayCustomerFieldSet .msax-Address .msax-AddressDisplayCustomerLine4,
.admin-form fieldset .msax-Address .msax-AddressDisplayCustomerLine4,
.email-form fieldset .msax-Address .msax-AddressDisplayCustomerLine4,
.msax-AddressDisplayCustomerFieldSet .msax-Address .msax-AddressDisplayCustomerLine5,
.msax-SubAccountDisplayCustomerFieldSet .msax-Address .msax-AddressDisplayCustomerLine5,
.admin-form fieldset .msax-Address .msax-AddressDisplayCustomerLine5,
.email-form fieldset .msax-Address .msax-AddressDisplayCustomerLine5 {
  margin: 0;
  float: none;
  width: auto;
  display: block;
}
.msax-BackToOrderHistory {
  font-size: 12px;
  margin: 14px 7px;
  padding: 0;
}
.msax-BackToOrderHistory .msax-BackToOrderHistoryImage {
  top: -1px;
}
.msax-AddAllItemsToCart {
  margin: 7px;
  padding: 0;
}
.msax-ApproveOrderButtonContainer,
.msax-DiscardOrderButtonContainer {
  margin: 7px;
  padding: 0;
  display: none;
  float: left;
}
.msax-Review .msax-ShoppingCartContainer .msax-OrderDetailHeader {
  font-size: 18px;
  font-weight: 700;
  margin: 14px 7px;
  padding: 0;
}
.msax-PaymentLink {
  display: none;
  margin: 7px;
  padding: 0;
  text-align: right;
}
.msax-PaymentLink * {
  vertical-align: middle;
}
.msax-PaymentLink:after {
  background-image: url("../img/spritemap-retina.png");
  background-position: -123px -311px;
  width: 150px;
  height: 60px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-left: 7px;
}
.msax-PaymentLinkDanish {
  display: none;
  margin: 7px;
  padding: 0;
  text-align: right;
}
.msax-PaymentLinkDanish * {
  vertical-align: baseline;
}
.msax-PaymentLinkDanish:after {
  background-image: url("../img/spritemap-retina.png");
  background-position: 0px -350px;
  width: 300px;
  height: 26px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-left: 7px;
}
.msax-PrintPDFControl {
  float: right;
}
.BackorderHover {
  position: absolute;
  z-index: 100;
  background-color: #39b54a !important;
  padding: 10px;
  box-shadow: 10px 10px 5px grey;
}
#BackorderedItemsSearchTable tbody tr .msax-BackOrderItemNameDiv,
#BackorderedItemsSearchTable tbody tr .msax-BackOrderCustomerRefDiv {
  height: 36px;
  overflow: hidden;
}
#nitRam .msax-OrderHistoryTable {
  table-layout: fixed;
}
#nitRam .msax-OrderHistoryTable th,
#nitRam .msax-OrderHistoryTable td {
  overflow: hidden;
}
#nitRam .msax-ReceiptDetails,
#nitRam .msax-InvoiceDetails {
  margin: 14px;
}
#nitRam .msax-ReceiptDetails table,
#nitRam .msax-InvoiceDetails table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  margin: 7px 0;
}
@media (max-width: 768px) {
  #nitRam .msax-ReceiptDetails table,
  #nitRam .msax-InvoiceDetails table {
    margin: 7px 0;
  }
}
#nitRam .msax-ReceiptDetails table td,
#nitRam .msax-InvoiceDetails table td {
  vertical-align: top;
}
#nitRam .msax-ReceiptDetailsInfoTable,
#nitRam .msax-InvoiceDetailsInfoTable,
#nitRam .msax-ReceiptDetailsSummaryTable,
#nitRam .msax-InvoiceDetailsSummaryTable {
  width: 33.33333333%;
  border-top: 4px solid #e3e3e3;
  border-bottom: 4px solid #e3e3e3;
  max-width: 100%;
  float: left;
  clear: both;
}
@media (max-width: 768px) {
  #nitRam .msax-ReceiptDetailsInfoTable,
  #nitRam .msax-InvoiceDetailsInfoTable,
  #nitRam .msax-ReceiptDetailsSummaryTable,
  #nitRam .msax-InvoiceDetailsSummaryTable {
    width: 100%;
    float: none;
  }
}
@media (max-width: 479px) {
  #nitRam .msax-ReceiptDetailsInfoTable,
  #nitRam .msax-InvoiceDetailsInfoTable,
  #nitRam .msax-ReceiptDetailsSummaryTable,
  #nitRam .msax-InvoiceDetailsSummaryTable {
    width: 100%;
    float: none;
  }
}
@media print {
  #nitRam .msax-ReceiptDetailsInfoTable,
  #nitRam .msax-InvoiceDetailsInfoTable,
  #nitRam .msax-ReceiptDetailsSummaryTable,
  #nitRam .msax-InvoiceDetailsSummaryTable {
    width: 45%;
  }
}
#nitRam .msax-ReceiptDetailsInfoTable td,
#nitRam .msax-InvoiceDetailsInfoTable td,
#nitRam .msax-ReceiptDetailsSummaryTable td,
#nitRam .msax-InvoiceDetailsSummaryTable td {
  white-space: nowrap;
  text-align: right;
}
#nitRam .msax-ReceiptDetailsInfoTable :not(thead) tr td,
#nitRam .msax-InvoiceDetailsInfoTable :not(thead) tr td,
#nitRam .msax-ReceiptDetailsSummaryTable :not(thead) tr td,
#nitRam .msax-InvoiceDetailsSummaryTable :not(thead) tr td,
#nitRam .msax-ReceiptDetailsInfoTable :not(thead) tr th,
#nitRam .msax-InvoiceDetailsInfoTable :not(thead) tr th,
#nitRam .msax-ReceiptDetailsSummaryTable :not(thead) tr th,
#nitRam .msax-InvoiceDetailsSummaryTable :not(thead) tr th {
  background: #fff;
  vertical-align: bottom;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
}
#nitRam .msax-ReceiptDetailsSummaryTable,
#nitRam .msax-InvoiceDetailsSummaryTable {
  float: right;
}
#nitRam .msax-ReceiptDetailsHeader,
#nitRam .msax-InvoiceDetailsHeader {
  border-bottom: 4px solid #e3e3e3;
}
#nitRam .msax-ReceiptDetailsHeader:before,
#nitRam .msax-InvoiceDetailsHeader:before,
#nitRam .msax-ReceiptDetailsHeader:after,
#nitRam .msax-InvoiceDetailsHeader:after {
  content: "";
  display: table;
}
#nitRam .msax-ReceiptDetailsHeader:after,
#nitRam .msax-InvoiceDetailsHeader:after {
  clear: both;
}
#nitRam .msax-ReceiptDetailsHeaderTools,
#nitRam .msax-InvoiceDetailsHeaderTools {
  float: right;
}
#nitRam .msax-ReceiptDetailsHeaderToolsmail,
#nitRam .msax-InvoiceDetailsHeaderToolsmail {
  display: inline-block;
  max-width: 100%;
}
#nitRam .msax-ReceiptDetailsHeaderToolsPrint,
#nitRam .msax-InvoiceDetailsHeaderToolsPrint {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 14px;
  max-width: 100%;
}
@media print {
  #nitRam .msax-ReceiptDetailsHeaderTools,
  #nitRam .msax-InvoiceDetailsHeaderTools {
    display: none !important;
  }
}
#nitRam .msax-ReceiptDetailsHeaderLogo,
#nitRam .msax-InvoiceDetailsHeaderLogo {
  float: left;
}
#nitRam .msax-ReceiptDetailsHeaderHeading,
#nitRam .msax-InvoiceDetailsHeaderHeading {
  overflow: hidden;
  clear: right;
  padding: 28px;
  margin: 0;
}
#nitRam .msax-ReceiptDetailsFooter,
#nitRam .msax-InvoiceDetailsFooter {
  border-top: 4px solid #e3e3e3;
  clear: both;
}
#nitRam .msax-ReceiptDetailsFooter:before,
#nitRam .msax-InvoiceDetailsFooter:before,
#nitRam .msax-ReceiptDetailsFooter:after,
#nitRam .msax-InvoiceDetailsFooter:after {
  content: "";
  display: table;
}
#nitRam .msax-ReceiptDetailsFooter:after,
#nitRam .msax-InvoiceDetailsFooter:after {
  clear: both;
}
#nitRam .msax-ReceiptDetailsFooter > div,
#nitRam .msax-InvoiceDetailsFooter > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  float: left;
  padding: 14px;
}
@media (max-width: 479px) {
  #nitRam .msax-ReceiptDetailsFooter > div,
  #nitRam .msax-InvoiceDetailsFooter > div {
    width: 100%;
  }
}
#nitRam .msax-ReceiptDetailsFooter > div h3,
#nitRam .msax-InvoiceDetailsFooter > div h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
#nitRam .msax-ReceiptDetailsFooter > div p,
#nitRam .msax-InvoiceDetailsFooter > div p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #nitRam .msax-InvoiceDetailsItemsTable td {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable,
  #nitRam .msax-OrderHistoryTable,
  #nitRam .msax-OrderApprovalTable,
  #nitRam .msax-OpenInvoiceHistoryTable,
  #nitRam .msax-InvoiceDetailsItemsTable {
    display: block;
    width: auto;
    border-top: 4px solid #e3e3e3;
    border-bottom: 4px solid #e3e3e3;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable thead,
  #nitRam .msax-OrderHistoryTable thead,
  #nitRam .msax-OrderApprovalTable thead,
  #nitRam .msax-OpenInvoiceHistoryTable thead,
  #nitRam .msax-InvoiceDetailsItemsTable thead {
    display: none;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody,
  #nitRam .msax-OrderHistoryTable tbody,
  #nitRam .msax-OrderApprovalTable tbody,
  #nitRam .msax-OpenInvoiceHistoryTable tbody,
  #nitRam .msax-InvoiceDetailsItemsTable tbody {
    display: block;
    width: auto;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr,
  #nitRam .msax-OrderHistoryTable tbody tr,
  #nitRam .msax-OrderApprovalTable tbody tr,
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr,
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr {
    background: #fff;
    display: block;
    width: auto;
    overflow: hidden;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-last-child(2) > div:nth-last-child(1),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-last-child(2) > div:nth-last-child(1),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-last-child(2) > div:nth-last-child(1),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-last-child(2) > div:nth-last-child(1),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-last-child(2) > div:nth-last-child(1) {
    background: #f1f2f3;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr:nth-child(2n),
  #nitRam .msax-OrderHistoryTable tbody tr:nth-child(2n),
  #nitRam .msax-OrderApprovalTable tbody tr:nth-child(2n),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr:nth-child(2n),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr:nth-child(2n) {
    background: #f1f2f3;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr:nth-child(2n) td:nth-last-child(2) > div:nth-last-child(1),
  #nitRam .msax-OrderHistoryTable tbody tr:nth-child(2n) td:nth-last-child(2) > div:nth-last-child(1),
  #nitRam .msax-OrderApprovalTable tbody tr:nth-child(2n) td:nth-last-child(2) > div:nth-last-child(1),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr:nth-child(2n) td:nth-last-child(2) > div:nth-last-child(1),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr:nth-child(2n) td:nth-last-child(2) > div:nth-last-child(1) {
    background: #fff;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td,
  #nitRam .msax-OrderHistoryTable tbody tr td,
  #nitRam .msax-OrderApprovalTable tbody tr td,
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td,
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: auto;
    text-align: left;
    position: relative;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(2),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(1):nth-last-child(2),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(1):nth-last-child(2),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(1):nth-last-child(2),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(2),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(1),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(2):nth-last-child(1),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(2):nth-last-child(1),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(2):nth-last-child(1),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(1),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(3),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(1):nth-last-child(3),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(1):nth-last-child(3),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(1):nth-last-child(3),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(3),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(2),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(2):nth-last-child(2),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(2):nth-last-child(2),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(2):nth-last-child(2),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(2),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(1),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(3):nth-last-child(1),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(3):nth-last-child(1),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(3):nth-last-child(1),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(1),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(4),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(1):nth-last-child(4),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(1):nth-last-child(4),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(1):nth-last-child(4),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(4),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(3),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(2):nth-last-child(3),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(2):nth-last-child(3),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(2):nth-last-child(3),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(3),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(2),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(3):nth-last-child(2),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(3):nth-last-child(2),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(3):nth-last-child(2),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(2),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(4):nth-last-child(1),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(4):nth-last-child(1),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(4):nth-last-child(1),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(4):nth-last-child(1),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(4):nth-last-child(1),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(5),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(1):nth-last-child(5),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(1):nth-last-child(5),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(1):nth-last-child(5),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(5),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(4),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(2):nth-last-child(4),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(2):nth-last-child(4),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(2):nth-last-child(4),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(4),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(3),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(3):nth-last-child(3),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(3):nth-last-child(3),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(3):nth-last-child(3),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(3),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(4):nth-last-child(2),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(4):nth-last-child(2),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(4):nth-last-child(2),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(4):nth-last-child(2),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(4):nth-last-child(2),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(5):nth-last-child(1),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(5):nth-last-child(1),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(5):nth-last-child(1),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(5):nth-last-child(1),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(5):nth-last-child(1),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(6),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(1):nth-last-child(6),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(1):nth-last-child(6),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(1):nth-last-child(6),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(6),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(5),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(2):nth-last-child(5),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(2):nth-last-child(5),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(2):nth-last-child(5),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(5),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(4),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(3):nth-last-child(4),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(3):nth-last-child(4),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(3):nth-last-child(4),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(4),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(4):nth-last-child(3),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(4):nth-last-child(3),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(4):nth-last-child(3),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(4):nth-last-child(3),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(4):nth-last-child(3),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(5):nth-last-child(2),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(5):nth-last-child(2),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(5):nth-last-child(2),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(5):nth-last-child(2),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(5):nth-last-child(2),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(6):nth-last-child(1),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(6):nth-last-child(1),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(6):nth-last-child(1),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(6):nth-last-child(1),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(6):nth-last-child(1),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(7),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(1):nth-last-child(7),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(1):nth-last-child(7),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(1):nth-last-child(7),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(7),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(6),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(2):nth-last-child(6),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(2):nth-last-child(6),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(2):nth-last-child(6),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(6),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(5),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(3):nth-last-child(5),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(3):nth-last-child(5),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(3):nth-last-child(5),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(5),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(4):nth-last-child(4),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(4):nth-last-child(4),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(4):nth-last-child(4),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(4):nth-last-child(4),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(4):nth-last-child(4),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(5):nth-last-child(3),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(5):nth-last-child(3),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(5):nth-last-child(3),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(5):nth-last-child(3),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(5):nth-last-child(3),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(6):nth-last-child(2),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(6):nth-last-child(2),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(6):nth-last-child(2),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(6):nth-last-child(2),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(6):nth-last-child(2),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(7):nth-last-child(1),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(7):nth-last-child(1),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(7):nth-last-child(1),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(7):nth-last-child(1),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(7):nth-last-child(1),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(8),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(1):nth-last-child(8),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(1):nth-last-child(8),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(1):nth-last-child(8),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(8),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(7),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(2):nth-last-child(7),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(2):nth-last-child(7),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(2):nth-last-child(7),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(7),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(6),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(3):nth-last-child(6),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(3):nth-last-child(6),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(3):nth-last-child(6),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(6),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(4):nth-last-child(5),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(4):nth-last-child(5),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(4):nth-last-child(5),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(4):nth-last-child(5),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(4):nth-last-child(5),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(5):nth-last-child(4),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(5):nth-last-child(4),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(5):nth-last-child(4),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(5):nth-last-child(4),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(5):nth-last-child(4),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(6):nth-last-child(3),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(6):nth-last-child(3),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(6):nth-last-child(3),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(6):nth-last-child(3),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(6):nth-last-child(3),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(7):nth-last-child(2),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(7):nth-last-child(2),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(7):nth-last-child(2),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(7):nth-last-child(2),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(7):nth-last-child(2),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(8):nth-last-child(1),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(8):nth-last-child(1),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(8):nth-last-child(1),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(8):nth-last-child(1),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(8):nth-last-child(1) {
    width: auto;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:before,
  #nitRam .msax-OrderHistoryTable tbody tr td:before,
  #nitRam .msax-OrderApprovalTable tbody tr td:before,
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:before,
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:before,
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:after,
  #nitRam .msax-OrderHistoryTable tbody tr td:after,
  #nitRam .msax-OrderApprovalTable tbody tr td:after,
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:after,
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:after {
    content: "";
    display: table;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:after,
  #nitRam .msax-OrderHistoryTable tbody tr td:after,
  #nitRam .msax-OrderApprovalTable tbody tr td:after,
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:after,
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:after {
    clear: both;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(n),
  #nitRam .msax-OrderHistoryTable tbody tr td:nth-child(n),
  #nitRam .msax-OrderApprovalTable tbody tr td:nth-child(n),
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:nth-child(n),
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(n) {
    width: auto;
    padding: 3.5px 14px 3.5px 50%;
    margin: 0 0 0 14px;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:before,
  #nitRam .msax-OrderHistoryTable tbody tr td:before,
  #nitRam .msax-OrderApprovalTable tbody tr td:before,
  #nitRam .msax-OpenInvoiceHistoryTable tbody tr td:before,
  #nitRam .msax-InvoiceDetailsItemsTable tbody tr td:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    left: 0;
    content: attr(data-header);
    width: 40%;
    float: left;
    display: inline-block;
    font-weight: 700;
  }
  .msax-OrderDetailsView .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderQuantity .msax-Quantity {
    text-align: left;
  }
}
@media (max-width: 479px) {
  #nitRam .msax-Shipping,
  #nitRam .msax-Billing {
    display: block;
    width: auto;
  }
  #nitRam .msax-Shipping thead,
  #nitRam .msax-Billing thead {
    display: none;
  }
  #nitRam .msax-Shipping tbody,
  #nitRam .msax-Billing tbody {
    display: block;
    width: auto;
  }
  #nitRam .msax-Shipping tbody tr,
  #nitRam .msax-Billing tbody tr {
    background: #fff;
    display: block;
    width: auto;
    overflow: hidden;
  }
  #nitRam .msax-Shipping tbody tr td:nth-last-child(2) > div:nth-last-child(1),
  #nitRam .msax-Billing tbody tr td:nth-last-child(2) > div:nth-last-child(1) {
    background: #f1f2f3;
  }
  #nitRam .msax-Shipping tbody tr:nth-child(2n),
  #nitRam .msax-Billing tbody tr:nth-child(2n) {
    background: #f1f2f3;
  }
  #nitRam .msax-Shipping tbody tr:nth-child(2n) td:nth-last-child(2) > div:nth-last-child(1),
  #nitRam .msax-Billing tbody tr:nth-child(2n) td:nth-last-child(2) > div:nth-last-child(1) {
    background: #fff;
  }
  #nitRam .msax-Shipping tbody tr td,
  #nitRam .msax-Billing tbody tr td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: auto;
    padding: 3.5px 14px;
    text-align: left;
    position: relative;
  }
  #nitRam .msax-Shipping tbody tr td:nth-child(1):nth-last-child(2),
  #nitRam .msax-Billing tbody tr td:nth-child(1):nth-last-child(2),
  #nitRam .msax-Shipping tbody tr td:nth-child(2):nth-last-child(1),
  #nitRam .msax-Billing tbody tr td:nth-child(2):nth-last-child(1),
  #nitRam .msax-Shipping tbody tr td:nth-child(1):nth-last-child(3),
  #nitRam .msax-Billing tbody tr td:nth-child(1):nth-last-child(3),
  #nitRam .msax-Shipping tbody tr td:nth-child(2):nth-last-child(2),
  #nitRam .msax-Billing tbody tr td:nth-child(2):nth-last-child(2),
  #nitRam .msax-Shipping tbody tr td:nth-child(3):nth-last-child(1),
  #nitRam .msax-Billing tbody tr td:nth-child(3):nth-last-child(1),
  #nitRam .msax-Shipping tbody tr td:nth-child(1):nth-last-child(4),
  #nitRam .msax-Billing tbody tr td:nth-child(1):nth-last-child(4),
  #nitRam .msax-Shipping tbody tr td:nth-child(2):nth-last-child(3),
  #nitRam .msax-Billing tbody tr td:nth-child(2):nth-last-child(3),
  #nitRam .msax-Shipping tbody tr td:nth-child(3):nth-last-child(2),
  #nitRam .msax-Billing tbody tr td:nth-child(3):nth-last-child(2),
  #nitRam .msax-Shipping tbody tr td:nth-child(4):nth-last-child(1),
  #nitRam .msax-Billing tbody tr td:nth-child(4):nth-last-child(1),
  #nitRam .msax-Shipping tbody tr td:nth-child(1):nth-last-child(5),
  #nitRam .msax-Billing tbody tr td:nth-child(1):nth-last-child(5),
  #nitRam .msax-Shipping tbody tr td:nth-child(2):nth-last-child(4),
  #nitRam .msax-Billing tbody tr td:nth-child(2):nth-last-child(4),
  #nitRam .msax-Shipping tbody tr td:nth-child(3):nth-last-child(3),
  #nitRam .msax-Billing tbody tr td:nth-child(3):nth-last-child(3),
  #nitRam .msax-Shipping tbody tr td:nth-child(4):nth-last-child(2),
  #nitRam .msax-Billing tbody tr td:nth-child(4):nth-last-child(2),
  #nitRam .msax-Shipping tbody tr td:nth-child(5):nth-last-child(1),
  #nitRam .msax-Billing tbody tr td:nth-child(5):nth-last-child(1),
  #nitRam .msax-Shipping tbody tr td:nth-child(1):nth-last-child(6),
  #nitRam .msax-Billing tbody tr td:nth-child(1):nth-last-child(6),
  #nitRam .msax-Shipping tbody tr td:nth-child(2):nth-last-child(5),
  #nitRam .msax-Billing tbody tr td:nth-child(2):nth-last-child(5),
  #nitRam .msax-Shipping tbody tr td:nth-child(3):nth-last-child(4),
  #nitRam .msax-Billing tbody tr td:nth-child(3):nth-last-child(4),
  #nitRam .msax-Shipping tbody tr td:nth-child(4):nth-last-child(3),
  #nitRam .msax-Billing tbody tr td:nth-child(4):nth-last-child(3),
  #nitRam .msax-Shipping tbody tr td:nth-child(5):nth-last-child(2),
  #nitRam .msax-Billing tbody tr td:nth-child(5):nth-last-child(2),
  #nitRam .msax-Shipping tbody tr td:nth-child(6):nth-last-child(1),
  #nitRam .msax-Billing tbody tr td:nth-child(6):nth-last-child(1),
  #nitRam .msax-Shipping tbody tr td:nth-child(1):nth-last-child(7),
  #nitRam .msax-Billing tbody tr td:nth-child(1):nth-last-child(7),
  #nitRam .msax-Shipping tbody tr td:nth-child(2):nth-last-child(6),
  #nitRam .msax-Billing tbody tr td:nth-child(2):nth-last-child(6),
  #nitRam .msax-Shipping tbody tr td:nth-child(3):nth-last-child(5),
  #nitRam .msax-Billing tbody tr td:nth-child(3):nth-last-child(5),
  #nitRam .msax-Shipping tbody tr td:nth-child(4):nth-last-child(4),
  #nitRam .msax-Billing tbody tr td:nth-child(4):nth-last-child(4),
  #nitRam .msax-Shipping tbody tr td:nth-child(5):nth-last-child(3),
  #nitRam .msax-Billing tbody tr td:nth-child(5):nth-last-child(3),
  #nitRam .msax-Shipping tbody tr td:nth-child(6):nth-last-child(2),
  #nitRam .msax-Billing tbody tr td:nth-child(6):nth-last-child(2),
  #nitRam .msax-Shipping tbody tr td:nth-child(7):nth-last-child(1),
  #nitRam .msax-Billing tbody tr td:nth-child(7):nth-last-child(1),
  #nitRam .msax-Shipping tbody tr td:nth-child(1):nth-last-child(8),
  #nitRam .msax-Billing tbody tr td:nth-child(1):nth-last-child(8),
  #nitRam .msax-Shipping tbody tr td:nth-child(2):nth-last-child(7),
  #nitRam .msax-Billing tbody tr td:nth-child(2):nth-last-child(7),
  #nitRam .msax-Shipping tbody tr td:nth-child(3):nth-last-child(6),
  #nitRam .msax-Billing tbody tr td:nth-child(3):nth-last-child(6),
  #nitRam .msax-Shipping tbody tr td:nth-child(4):nth-last-child(5),
  #nitRam .msax-Billing tbody tr td:nth-child(4):nth-last-child(5),
  #nitRam .msax-Shipping tbody tr td:nth-child(5):nth-last-child(4),
  #nitRam .msax-Billing tbody tr td:nth-child(5):nth-last-child(4),
  #nitRam .msax-Shipping tbody tr td:nth-child(6):nth-last-child(3),
  #nitRam .msax-Billing tbody tr td:nth-child(6):nth-last-child(3),
  #nitRam .msax-Shipping tbody tr td:nth-child(7):nth-last-child(2),
  #nitRam .msax-Billing tbody tr td:nth-child(7):nth-last-child(2),
  #nitRam .msax-Shipping tbody tr td:nth-child(8):nth-last-child(1),
  #nitRam .msax-Billing tbody tr td:nth-child(8):nth-last-child(1) {
    width: auto;
  }
  #nitRam .msax-Shipping tbody tr td:before,
  #nitRam .msax-Billing tbody tr td:before,
  #nitRam .msax-Shipping tbody tr td:after,
  #nitRam .msax-Billing tbody tr td:after {
    content: "";
    display: table;
  }
  #nitRam .msax-Shipping tbody tr td:after,
  #nitRam .msax-Billing tbody tr td:after {
    clear: both;
  }
  #nitRam .msax-Shipping tbody tr td:nth-child(n),
  #nitRam .msax-Billing tbody tr td:nth-child(n) {
    display: block;
    width: auto;
    padding: 3.5px 14px;
  }
}
.msax-MyAccountTable {
  width: auto !important;
  display: block;
}
@media all and (max-width: 768px) {
  .msax-LoginLeft {
    width: 100%;
  }
}
.msax-SignInButton {
  margin: 0;
}
#nitRam table.msax-LoginForm tbody tr:nth-last-child(1) td {
  padding: 0;
}
#nitRam table.msax-LoginForm tbody tr:nth-last-child(1) td a.msax-button {
  top: 34px;
}
.msax-LoginLeft > h2,
.msax-LoginRight > h2 {
  margin-top: 21px;
  color: #005da8;
  font-size: 24px;
  line-height: 1.1;
}
.msax-LoginLeft > p,
.msax-LoginRight > p {
  font-size: 14px;
  line-height: 1.4;
  padding: 0;
  margin: 14px 0;
}
.msax-ForgotPasswordForm .msax-PasswordLabel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 30%;
  display: block;
  padding-right: 14px;
  line-height: 33.6px;
}
.msax-ForgotPasswordForm .msax-PasswordLabel + label,
.msax-ForgotPasswordForm .msax-PasswordLabel + input[type="text"] {
  width: 70%;
}
.msax-InvoiceDetailsContainer,
.msax-OrderDetailsView {
  overflow: hidden;
}
.msax-OrderDetailsView {
  clear: both;
}
InfoTable,
SummaryTable {
  width: 33.33333333%;
  border-top: 4px solid #e3e3e3;
  border-bottom: 4px solid #e3e3e3;
  max-width: 100%;
  float: left;
  clear: both;
}
@media (max-width: 768px) {
  InfoTable,
  SummaryTable {
    width: 100%;
    float: none;
  }
}
@media (max-width: 479px) {
  InfoTable,
  SummaryTable {
    width: 100%;
    float: none;
  }
}
@media print {
  InfoTable,
  SummaryTable {
    width: 45%;
  }
}
InfoTable td,
SummaryTable td {
  white-space: nowrap;
  text-align: right;
}
InfoTable :not(thead) tr td,
SummaryTable :not(thead) tr td,
InfoTable :not(thead) tr th,
SummaryTable :not(thead) tr th {
  background: #fff;
  vertical-align: bottom;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
}
.msax-OrderSummaryContainer .msax-OrderSummary .msax-Payment,
.msax-OrderSummaryContainer .msax-OrderSummary .msax-DeliveryMethod {
  width: auto;
}
.msax-plugg-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  border: solid 10px #e3e3e3;
  position: relative;
  margin: 0 0 14px;
}
.msax-plugg-item .msax-plugg-image-container {
  position: relative;
  margin-bottom: 5px;
}
.msax-plugg-item .msax-plugg-image-container a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.msax-plugg-item .msax-plugg-image-container a img {
  display: block;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.msax-plugg-item .msax-plugg-image-container:last-of-type {
  margin-bottom: 0;
}
.msax-reel_view {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin: 0 0 14px;
  overflow: hidden;
  float: left;
}
.msax-reel_view .msax-reel_window {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 10px #e3e3e3;
  padding-bottom: 37.2%;
  height: 0;
  overflow: hidden;
  position: relative;
  width: auto;
}
.msax-reel_view .msax-reel_window a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0;
}
.msax-reel_view .msax-reel_window a img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
.msax-reel_view .msax-reel_paging {
  bottom: 14px;
  height: auto;
  position: absolute;
  right: 14px;
  text-align: center;
  z-index: 90;
}
.msax-reel_view .msax-reel_paging a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #005da8;
  font-size: 12px;
  line-height: 16.8px;
  width: 16.8px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 1px;
}
.msax-reel_view .msax-reel_paging a.active {
  font-weight: bold;
  background: none repeat scroll 0 0 #000000;
  background: #004175;
}
.msax-reel_view .msax-reel_paging a:hover {
  color: #ffffff;
  background: #000000;
  font-weight: bold;
  text-decoration: none;
}
.msax-ShoppingCartOrderInfoDiv > h2 {
  background-color: #F3F4F4;
  border-bottom: 0 solid #A2A4AC;
  color: #5D5D5E;
  float: left;
  font-size: 11px;
  line-height: 12px;
  padding: 10px 10px;
  text-transform: uppercase;
  width: 80%;
}
.msax-ShoppingCartOrderInfoDiv {
  margin-top: -60px;
}
.msax-AmountToFreeShipping {
  color: #333333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin: 14px 0 7px 0;
}
.msax-ButtonsTop,
.msax-ButtonsBottom {
  overflow: hidden;
  padding: 14px;
  clear: both;
}
@media (max-width: 768px) {
  .msax-ButtonsTop,
  .msax-ButtonsBottom {
    padding-left: 21px;
  }
}
.msax-ButtonsTop .msax-ContinueShopping,
.msax-ButtonsBottom .msax-ContinueShopping {
  padding: 7px 0;
  float: left;
}
.msax-ButtonsTop .msax-ContinueShopping *,
.msax-ButtonsBottom .msax-ContinueShopping * {
  vertical-align: middle;
}
.msax-ButtonsTop .msax-ContinueShopping .msax-ContinueShoppingImage,
.msax-ButtonsBottom .msax-ContinueShopping .msax-ContinueShoppingImage {
  padding-right: 7px;
}
.msax-ButtonsTop .msax-LargeButton,
.msax-ButtonsBottom .msax-LargeButton {
  float: right;
}
.msax-DeleteButtons {
  clear: both;
}
.msax-DeleteCartButton {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  background: #dd2222;
  border: 1px solid #b11b1b;
}
.msax-DeleteCartButton:hover {
  background-color: #c71f1f;
  border: 1px solid #9b1818;
  text-decoration: none;
  color: #ffffff;
}
.msax-ShoppingCart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  padding: 7px;
  overflow: hidden;
}
@media all and (max-width: 1045px) {
  .msax-ShoppingCart {
    width: 66.66666667%;
  }
}
@media (max-width: 768px) {
  .msax-ShoppingCart {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .msax-ShoppingCart {
    width: 100%;
  }
}
@media (max-width: 1045px) {
  #nitRam .msax-ShoppingCartWrapper,
  #nitRam .msax-ShoppingCartItems {
    display: block;
    width: auto;
    border-top: 4px solid #e3e3e3;
    border-bottom: 4px solid #e3e3e3;
  }
  #nitRam .msax-ShoppingCartWrapper thead,
  #nitRam .msax-ShoppingCartItems thead {
    display: none;
  }
  #nitRam .msax-ShoppingCartWrapper tbody,
  #nitRam .msax-ShoppingCartItems tbody {
    display: block;
    width: auto;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr,
  #nitRam .msax-ShoppingCartItems tbody tr {
    background: #fff;
    display: block;
    width: auto;
    overflow: hidden;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-last-child(2) > div:nth-last-child(1),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-last-child(2) > div:nth-last-child(1) {
    background: #f1f2f3;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr:nth-child(2n),
  #nitRam .msax-ShoppingCartItems tbody tr:nth-child(2n) {
    background: #f1f2f3;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr:nth-child(2n) td:nth-last-child(2) > div:nth-last-child(1),
  #nitRam .msax-ShoppingCartItems tbody tr:nth-child(2n) td:nth-last-child(2) > div:nth-last-child(1) {
    background: #fff;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr:nth-child(1) td:nth-child(1),
  #nitRam .msax-ShoppingCartItems tbody tr:nth-child(1) td:nth-child(1) {
    margin-top: -4px;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr td,
  #nitRam .msax-ShoppingCartItems tbody tr td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: auto;
    text-align: left;
    position: relative;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(1):nth-last-child(2),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(1):nth-last-child(2),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(2):nth-last-child(1),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(2):nth-last-child(1),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(1):nth-last-child(3),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(1):nth-last-child(3),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(2):nth-last-child(2),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(2):nth-last-child(2),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(3):nth-last-child(1),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(3):nth-last-child(1),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(1):nth-last-child(4),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(1):nth-last-child(4),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(2):nth-last-child(3),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(2):nth-last-child(3),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(3):nth-last-child(2),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(3):nth-last-child(2),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(4):nth-last-child(1),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(4):nth-last-child(1),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(1):nth-last-child(5),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(1):nth-last-child(5),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(2):nth-last-child(4),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(2):nth-last-child(4),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(3):nth-last-child(3),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(3):nth-last-child(3),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(4):nth-last-child(2),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(4):nth-last-child(2),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(5):nth-last-child(1),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(5):nth-last-child(1),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(1):nth-last-child(6),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(1):nth-last-child(6),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(2):nth-last-child(5),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(2):nth-last-child(5),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(3):nth-last-child(4),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(3):nth-last-child(4),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(4):nth-last-child(3),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(4):nth-last-child(3),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(5):nth-last-child(2),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(5):nth-last-child(2),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(6):nth-last-child(1),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(6):nth-last-child(1),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(1):nth-last-child(7),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(1):nth-last-child(7),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(2):nth-last-child(6),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(2):nth-last-child(6),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(3):nth-last-child(5),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(3):nth-last-child(5),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(4):nth-last-child(4),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(4):nth-last-child(4),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(5):nth-last-child(3),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(5):nth-last-child(3),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(6):nth-last-child(2),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(6):nth-last-child(2),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(7):nth-last-child(1),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(7):nth-last-child(1),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(1):nth-last-child(8),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(1):nth-last-child(8),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(2):nth-last-child(7),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(2):nth-last-child(7),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(3):nth-last-child(6),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(3):nth-last-child(6),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(4):nth-last-child(5),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(4):nth-last-child(5),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(5):nth-last-child(4),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(5):nth-last-child(4),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(6):nth-last-child(3),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(6):nth-last-child(3),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(7):nth-last-child(2),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(7):nth-last-child(2),
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(8):nth-last-child(1),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(8):nth-last-child(1) {
    width: auto;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr td:before,
  #nitRam .msax-ShoppingCartItems tbody tr td:before,
  #nitRam .msax-ShoppingCartWrapper tbody tr td:after,
  #nitRam .msax-ShoppingCartItems tbody tr td:after {
    content: "";
    display: table;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr td:after,
  #nitRam .msax-ShoppingCartItems tbody tr td:after {
    clear: both;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr td:nth-child(n),
  #nitRam .msax-ShoppingCartItems tbody tr td:nth-child(n) {
    width: auto;
    padding: 7px;
    margin: 0;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr td .msax-QuantityEdit,
  #nitRam .msax-ShoppingCartItems tbody tr td .msax-QuantityEdit {
    text-align: left;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr td .msax-remove,
  #nitRam .msax-ShoppingCartItems tbody tr td .msax-remove {
    text-align: center;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr td .msax-ImageWrapper,
  #nitRam .msax-ShoppingCartItems tbody tr td .msax-ImageWrapper {
    float: left;
    margin-right: 7px;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr td[data-header],
  #nitRam .msax-ShoppingCartItems tbody tr td[data-header] {
    padding: 3.5px 0 3.5px 50%;
    overflow: hidden;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr td[data-header]:nth-child(n),
  #nitRam .msax-ShoppingCartItems tbody tr td[data-header]:nth-child(n) {
    padding: 3.5px 0 3.5px 50%;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr td[data-header]:nth-child(1),
  #nitRam .msax-ShoppingCartItems tbody tr td[data-header]:nth-child(1) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3.5px 7px;
    display: block;
    font-size: 16px;
    background: #e3e3e3;
    position: static;
    width: auto;
    float: none;
    font-weight: 700;
    overflow: hidden;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr td[data-header]:nth-child(1) img,
  #nitRam .msax-ShoppingCartItems tbody tr td[data-header]:nth-child(1) img {
    padding: 3.5px 7px;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr td[data-header]:nth-child(1):before,
  #nitRam .msax-ShoppingCartItems tbody tr td[data-header]:nth-child(1):before {
    display: none;
  }
  #nitRam .msax-ShoppingCartWrapper tbody tr td[data-header]:before,
  #nitRam .msax-ShoppingCartItems tbody tr td[data-header]:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 7px;
    position: absolute;
    left: 0;
    content: attr(data-header);
    width: 50%;
    float: left;
    display: inline-block;
    font-weight: 700;
  }
}
.msax-AmountToFreeShipping,
.msax-FillerUpContainer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66666667%;
  padding-right: 14px;
  text-align: left;
}
@media (max-width: 768px) {
  .msax-AmountToFreeShipping,
  .msax-FillerUpContainer {
    width: 100%;
    float: none;
  }
}
.msax-AmountToFreeShipping li:nth-last-child(1),
.msax-FillerUpContainer li:nth-last-child(1) {
  border-bottom: 4px solid #e3e3e3;
}
.msax-fillerUpItem {
  border: 4px solid #e3e3e3;
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 7px;
  overflow: hidden;
}
.msax-fillerUpItem:before,
.msax-fillerUpItem:after {
  content: "";
  display: table;
}
.msax-fillerUpItem:after {
  clear: both;
}
.msax-fillerUpItem .msax-fillerUpTitleContainer {
  background: #e3e3e3;
  padding: 7px;
  font-weight: bold;
}
.msax-fillerUpItem div.msax-FloatLeft {
  width: 74px;
}
.msax-fillerUpItem .msax-descriptionContainer {
  margin-top: 7px;
}
.msax-fillerUpItem .msax-adjustedPrice {
  font-size: 16px;
  font-weight: 700;
  color: #005da8;
  padding-right: 7px;
}
.msax-fillerUpItem .msax-charges {
  display: block;
  float: right;
  margin: 0;
}
.msax-fillerUpItem div.msax-imageContainer {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 7px;
  float: left;
  clear: left;
  height: 60px;
  width: 60px;
}
.msax-fillerUpItem div.msax-imageContainer img {
  height: 60px;
  width: 60px;
}
.msax-fillerUpItem .msax-fillerUpWrapper {
  padding: 0;
  border: 0;
  height: auto;
  background: rgba(255, 255, 255, 0);
}
.msax-fillerUpItem .msax-fillerUpWrapper .msax-AddToCartButtons {
  padding-bottom: 7px;
}
.msax-fillerUpItem .msax-fillerUpWrapper .msax-AddToCartButtons .msax-AddToCart {
  margin: 0;
}
.msax-fillerUpItem .msax-fillerUpWrapper .msax-detailsContainer {
  color: #005da8;
  font-size: 14px;
  font-weight: 700;
  padding-top: 3px;
  left: -2px;
  position: relative;
}
.msax-fillerUpItem .msax-AddToCartButtons {
  float: right;
  margin: 0 7px 0 0;
  position: relative;
  left: 0;
  bottom: 0;
}
.msax-CheckoutShipping-Steps {
  display: inline-block;
  margin: 0;
  padding: 14px 7px 0;
  height: 29px;
  overflow: hidden;
}
.msax-CheckoutShipping-Steps .msax-CheckoutShipping-Step {
  color: #929496;
  display: block;
  float: left;
  height: auto;
  width: auto;
  text-align: center;
  margin: 0 -20px 0 0;
  padding: 0;
}
.msax-CheckoutShipping-Steps .msax-CheckoutShipping-Step:before {
  display: block;
  float: left;
  height: 0;
  width: 0;
  background: transparent;
  content: "";
  border: 15px solid #e3e3e3;
  border-left-color: rgba(255, 255, 255, 0);
}
.msax-CheckoutShipping-Steps .msax-CheckoutShipping-Step:after {
  display: block;
  float: left;
  height: 0;
  width: 0;
  background: transparent;
  content: "";
  border: 15px solid rgba(255, 255, 255, 0);
  border-left-color: #e3e3e3;
}
.msax-CheckoutShipping-Steps .msax-CheckoutShipping-Step > div {
  float: left;
  background: #e3e3e3;
  display: inline-block;
  height: auto;
  line-height: 30px;
  width: auto;
  margin: 0;
  padding: 0 15px 0 0;
}
.msax-CheckoutShipping-Steps .msax-CheckoutShipping-Step > div > span {
  vertical-align: baseline;
}
.msax-CheckoutShipping-Steps .msax-CheckoutShipping-Step:first-child:before {
  background: #e3e3e3;
  border: 0;
  height: 30px;
  width: 15px;
}
.msax-CheckoutShipping-Steps .msax-CheckoutShipping-Step[active] > div {
  background: #39b54a;
  color: #ffffff;
}
.msax-CheckoutShipping-Steps .msax-CheckoutShipping-Step[active]:before {
  display: block;
  float: left;
  height: 0;
  width: 0;
  background: transparent;
  content: "";
  border: 15px solid #39b54a;
  border-left-color: rgba(255, 255, 255, 0);
}
.msax-CheckoutShipping-Steps .msax-CheckoutShipping-Step[active]:after {
  border: 15px solid rgba(255, 255, 255, 0);
  border-left-color: #39b54a;
  background: transparent;
}
.msax-CheckoutShipping-Steps .msax-CheckoutShipping-Step[active]:first-child:before {
  background: #39b54a;
  border: 0;
  height: 30px;
  width: 15px;
}
.msax-CheckoutShipping-Steps .msax-CheckoutShipping-FinalStepStar {
  margin-left: 20px;
}
.msax-QuantityEdit {
  white-space: nowrap;
}
.msax-QuantityEdit .msax-Button {
  padding: 0;
  display: inline-block;
  position: static;
  vertical-align: middle;
}
.msax-QuantityEdit .msax-Button:hover {
  background-color: transparent;
  border: 0;
}
.msax-QuantityEdit input.msax-QuantityTextBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  color: #333333;
  padding: 0 7px;
  width: 42px;
  margin: 0 0;
  padding: 0 3.5px;
  width: 49px;
  height: 32px !important;
}
.msax-QuantityEdit input.msax-QuantityTextBox:hover {
  border-color: #0f94ff;
}
.msax-QuantityEdit input.msax-QuantityTextBox:focus {
  border-color: #005da8;
}
.msax-QuantityEdit input.msax-QuantityTextBox:disabled,
.msax-QuantityEdit input.msax-QuantityTextBox[readonly] {
  background: #fefefe;
  color: #929496;
}
#ctl00_PlaceHolderMain_ShoppingCart {
  display: block;
  float: none;
}
.msax-ShoppingCartControl,
.msax-ShoppingCartContainer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 0 0;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper,
.msax-ShoppingCartControl .msax-ShoppingCartItems,
.msax-ShoppingCartContainer .msax-ShoppingCartItems {
  width: 100%;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > thead th,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > thead th,
.msax-ShoppingCartControl .msax-ShoppingCartItems > thead th,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > thead th {
  background: #e3e3e3;
  color: #333333;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody td,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody td,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody td,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody td {
  vertical-align: top;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody td.msax-ShoppingCartHeaderProductDetails,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody td.msax-ShoppingCartHeaderProductDetails,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody td.msax-ShoppingCartHeaderProductDetails,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody td.msax-ShoppingCartHeaderProductDetails {
  vertical-align: middle;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ProductDescriptionDiv,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ProductDescriptionDiv,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ProductDescriptionDiv,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ProductDescriptionDiv {
  overflow: hidden;
  height: 60px;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-Price,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-Price,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-Price,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-Price {
  float: right;
  padding-right: 5px;
  font-weight: 700;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ProductNameWrapper,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ProductNameWrapper,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ProductNameWrapper,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ProductNameWrapper {
  display: inline-block;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ProductNameWrapper .msax-ProductName,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ProductNameWrapper .msax-ProductName,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ProductNameWrapper .msax-ProductName,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ProductNameWrapper .msax-ProductName {
  display: block;
  margin: 0;
  width: auto;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-ProductDimensions,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-ProductDimensions,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-ProductDimensions,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-ProductDimensions {
  color: #005da8;
  display: block;
  margin: 0;
  width: auto;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-ProductDescription,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-ProductDescription,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-ProductDescription,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-ProductDescription {
  overflow: hidden;
  background: #fff;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-ImageWrapper,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-ImageWrapper,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-ImageWrapper,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-ImageWrapper {
  height: 50px;
  width: 50px;
  position: relative;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-ImageWrapper > img,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-ImageWrapper > img,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-ImageWrapper > img,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-ImageWrapper > img {
  max-height: 50px;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderQuantity,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderQuantity,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderQuantity,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderQuantity {
  width: 70px;
  padding-top: 10px;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderLineTotal,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderLineTotal,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderLineTotal,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderLineTotal {
  width: 130px;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderLineTotal > div,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderLineTotal > div,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderLineTotal > div,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderLineTotal > div {
  padding-left: 8px;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-LineTotalDiv,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-LineTotalDiv,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-LineTotalDiv,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-LineTotalDiv {
  font-weight: bold;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-Remove,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-Remove,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-Remove,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-Remove {
  background: transparent;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-Remove:hover,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-Remove:hover,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-Remove:hover,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-Remove:hover {
  background: transparent;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-Remove:after,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-Remove:after,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-Remove:after,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-Remove:after {
  background-image: url("../img/spritemap-retina.png");
  background-position: -170px -120px;
  width: 15px;
  height: 16px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-Remove .msax-ButtonText,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-Remove .msax-ButtonText,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-Remove .msax-ButtonText,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-Remove .msax-ButtonText {
  display: none;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-Remove,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-Remove,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-Remove,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-Remove,
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-Button,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-Button,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-Button,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-Button {
  border: none;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > thead th,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > thead th,
.msax-ShoppingCartControl .msax-ShoppingCartItems > thead th,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > thead th,
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > thead .msax-ShoppingCartHeaderProductDetails,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > thead .msax-ShoppingCartHeaderProductDetails,
.msax-ShoppingCartControl .msax-ShoppingCartItems > thead .msax-ShoppingCartHeaderProductDetails,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > thead .msax-ShoppingCartHeaderProductDetails,
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > thead .msax-ShoppingCartHeaderLineTotal,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > thead .msax-ShoppingCartHeaderLineTotal,
.msax-ShoppingCartControl .msax-ShoppingCartItems > thead .msax-ShoppingCartHeaderLineTotal,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > thead .msax-ShoppingCartHeaderLineTotal,
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > thead .msax-ShoppingCartHeaderQuantity,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > thead .msax-ShoppingCartHeaderQuantity,
.msax-ShoppingCartControl .msax-ShoppingCartItems > thead .msax-ShoppingCartHeaderQuantity,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > thead .msax-ShoppingCartHeaderQuantity,
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > thead .msax-ShoppingCartHeaderPrice,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > thead .msax-ShoppingCartHeaderPrice,
.msax-ShoppingCartControl .msax-ShoppingCartItems > thead .msax-ShoppingCartHeaderPrice,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > thead .msax-ShoppingCartHeaderPrice {
  padding: 14px 7px;
  vertical-align: baseline;
  width: auto;
  height: auto;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails {
  padding: 7px 7px 7px 14px;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-ProductNameWrapper,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-ProductNameWrapper,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-ProductNameWrapper,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-ProductNameWrapper {
  height: auto;
  width: auto;
  float: none;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1.4;
  color: #333333;
  background: transparent;
  font-weight: 400;
  background-image: url("../img/spritemap-retina.png");
  background-position: -170px -120px;
  width: 15px;
  height: 16px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
  float: none;
  position: relative;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove:hover,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove:hover,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove:hover,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove:hover {
  background-color: transparent;
  border: 0;
  text-decoration: none;
  color: #333333;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove .msax-ButtonText,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove .msax-ButtonText,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove .msax-ButtonText,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove .msax-ButtonText {
  display: none;
  position: absolute;
  top: 14px;
  left: 14px;
  background: #fefefe;
  border: 1px solid #e5e5e5;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove:hover .msax-ButtonText,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove:hover .msax-ButtonText,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove:hover .msax-ButtonText,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-Button.msax-Remove:hover .msax-ButtonText {
  display: block;
}
.msax-ShoppingCartControl .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-Remove,
.msax-ShoppingCartContainer .msax-ShoppingCartWrapper > tbody .msax-ShoppingCartHeaderProductDetails .msax-Remove,
.msax-ShoppingCartControl .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-Remove,
.msax-ShoppingCartContainer .msax-ShoppingCartItems > tbody .msax-ShoppingCartHeaderProductDetails .msax-Remove {
  margin: 0;
}
.msax-ShoppingCartControl .msax-UpdateQuantityButton,
.msax-ShoppingCartContainer .msax-UpdateQuantityButton {
  margin-top: 14px;
}
.msax-CheckoutButtons {
  clear: both;
  padding: 14px;
  overflow: hidden;
  width: auto;
}
.msax-CheckoutButtons:before,
.msax-CheckoutButtons:after {
  content: "";
  display: table;
}
.msax-CheckoutButtons:after {
  clear: both;
}
.msax-OrderSummaryContainer > h2 {
  margin-right: 14px;
}
@media (max-width: 768px) {
  .msax-OrderSummaryContainer > h2 {
    margin-right: 0;
  }
}
.msax-OrderSummaryContainer,
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
  padding: 0;
  margin: 0;
  height: auto;
  background: #ffffff;
}
@media (max-width: 768px) {
  .msax-OrderSummaryContainer,
  .msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv {
    width: 100%;
    float: none;
  }
}
.msax-OrderSummaryContainer > h2,
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv > h2 {
  background: #d6d9db;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  padding: 7px;
  text-transform: none;
  height: auto;
  border: 0;
  overflow: hidden;
}
.msax-OrderSummaryContainer > h2:nth-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv > h2:nth-child(1) {
  padding-left: 14px;
}
.msax-OrderSummaryContainer > h2:nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv > h2:nth-last-child(1) {
  padding-right: 14px;
}
.msax-OrderSummaryContainer .msax-OrderSummary li,
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary li {
  padding: 0;
}
.msax-OrderSummaryContainer .msax-OrderSummary h3,
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary h3 {
  font-size: 14px;
  color: #333333;
  padding: 7px 0;
  font-weight: 700;
}
.msax-OrderSummaryContainer .msax-OrderSummary td,
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(1):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(1):nth-last-child(2),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(2):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(2):nth-last-child(1) {
  width: 50%;
}
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(1):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(1):nth-last-child(3),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(2):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(2):nth-last-child(2),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(3):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(3):nth-last-child(1) {
  width: 33.33333333%;
}
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(1):nth-last-child(4),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(1):nth-last-child(4),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(2):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(2):nth-last-child(3),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(3):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(3):nth-last-child(2),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(4):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(4):nth-last-child(1) {
  width: 25%;
}
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(1):nth-last-child(5),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(1):nth-last-child(5),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(2):nth-last-child(4),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(2):nth-last-child(4),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(3):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(3):nth-last-child(3),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(4):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(4):nth-last-child(2),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(5):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(5):nth-last-child(1) {
  width: 20%;
}
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(1):nth-last-child(6),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(1):nth-last-child(6),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(2):nth-last-child(5),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(2):nth-last-child(5),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(3):nth-last-child(4),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(3):nth-last-child(4),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(4):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(4):nth-last-child(3),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(5):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(5):nth-last-child(2),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(6):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(6):nth-last-child(1) {
  width: 16.66666667%;
}
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(1):nth-last-child(7),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(1):nth-last-child(7),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(2):nth-last-child(6),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(2):nth-last-child(6),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(3):nth-last-child(5),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(3):nth-last-child(5),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(4):nth-last-child(4),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(4):nth-last-child(4),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(5):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(5):nth-last-child(3),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(6):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(6):nth-last-child(2),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(7):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(7):nth-last-child(1) {
  width: 14.28571429%;
}
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(1):nth-last-child(8),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(1):nth-last-child(8),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(2):nth-last-child(7),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(2):nth-last-child(7),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(3):nth-last-child(6),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(3):nth-last-child(6),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(4):nth-last-child(5),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(4):nth-last-child(5),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(5):nth-last-child(4),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(5):nth-last-child(4),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(6):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(6):nth-last-child(3),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(7):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(7):nth-last-child(2),
.msax-OrderSummaryContainer .msax-OrderSummary td:nth-child(8):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-OrderSummary td:nth-child(8):nth-last-child(1) {
  width: 12.5%;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary,
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary {
  width: 100%;
  margin: 0;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary li.msax-ChargeAmount > div,
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary li.msax-ChargeAmount > div {
  display: block;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary li.msax-ChargeAmount:nth-of-type(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary li.msax-ChargeAmount:nth-of-type(1) {
  background: red;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary li.msax-ChargeAmount:nth-of-type(1) > div:nth-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary li.msax-ChargeAmount:nth-of-type(1) > div:nth-child(1) {
  padding: 7px 14px 0;
  font-weight: bold;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li,
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li {
  margin: 0;
  float: none;
  overflow: hidden;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span,
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span,
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span,
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span {
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 7px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: block;
  padding: 0 7px;
  text-align: right;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(1),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(1) {
  padding-left: 14px;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-last-child(1),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-last-child(1) {
  padding-right: 14px;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(1):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(1):nth-last-child(2),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(1):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(1):nth-last-child(2),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(2):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(2):nth-last-child(1),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(2):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(2):nth-last-child(1) {
  width: 50%;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(1):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(1):nth-last-child(3),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(1):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(1):nth-last-child(3),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(2):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(2):nth-last-child(2),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(2):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(2):nth-last-child(2),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(3):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(3):nth-last-child(1),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(3):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(3):nth-last-child(1) {
  width: 33.33333333%;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(1):nth-last-child(4),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(1):nth-last-child(4),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(1):nth-last-child(4),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(1):nth-last-child(4),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(2):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(2):nth-last-child(3),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(2):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(2):nth-last-child(3),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(3):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(3):nth-last-child(2),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(3):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(3):nth-last-child(2),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(4):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(4):nth-last-child(1),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(4):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(4):nth-last-child(1) {
  width: 25%;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(1):nth-last-child(5),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(1):nth-last-child(5),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(1):nth-last-child(5),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(1):nth-last-child(5),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(2):nth-last-child(4),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(2):nth-last-child(4),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(2):nth-last-child(4),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(2):nth-last-child(4),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(3):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(3):nth-last-child(3),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(3):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(3):nth-last-child(3),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(4):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(4):nth-last-child(2),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(4):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(4):nth-last-child(2),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(5):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(5):nth-last-child(1),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(5):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(5):nth-last-child(1) {
  width: 20%;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(1):nth-last-child(6),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(1):nth-last-child(6),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(1):nth-last-child(6),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(1):nth-last-child(6),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(2):nth-last-child(5),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(2):nth-last-child(5),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(2):nth-last-child(5),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(2):nth-last-child(5),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(3):nth-last-child(4),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(3):nth-last-child(4),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(3):nth-last-child(4),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(3):nth-last-child(4),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(4):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(4):nth-last-child(3),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(4):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(4):nth-last-child(3),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(5):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(5):nth-last-child(2),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(5):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(5):nth-last-child(2),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(6):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(6):nth-last-child(1),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(6):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(6):nth-last-child(1) {
  width: 16.66666667%;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(1):nth-last-child(7),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(1):nth-last-child(7),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(1):nth-last-child(7),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(1):nth-last-child(7),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(2):nth-last-child(6),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(2):nth-last-child(6),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(2):nth-last-child(6),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(2):nth-last-child(6),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(3):nth-last-child(5),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(3):nth-last-child(5),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(3):nth-last-child(5),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(3):nth-last-child(5),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(4):nth-last-child(4),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(4):nth-last-child(4),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(4):nth-last-child(4),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(4):nth-last-child(4),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(5):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(5):nth-last-child(3),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(5):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(5):nth-last-child(3),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(6):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(6):nth-last-child(2),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(6):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(6):nth-last-child(2),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(7):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(7):nth-last-child(1),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(7):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(7):nth-last-child(1) {
  width: 14.28571429%;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(1):nth-last-child(8),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(1):nth-last-child(8),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(1):nth-last-child(8),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(1):nth-last-child(8),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(2):nth-last-child(7),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(2):nth-last-child(7),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(2):nth-last-child(7),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(2):nth-last-child(7),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(3):nth-last-child(6),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(3):nth-last-child(6),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(3):nth-last-child(6),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(3):nth-last-child(6),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(4):nth-last-child(5),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(4):nth-last-child(5),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(4):nth-last-child(5),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(4):nth-last-child(5),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(5):nth-last-child(4),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(5):nth-last-child(4),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(5):nth-last-child(4),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(5):nth-last-child(4),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(6):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(6):nth-last-child(3),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(6):nth-last-child(3),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(6):nth-last-child(3),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(7):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(7):nth-last-child(2),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(7):nth-last-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(7):nth-last-child(2),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(8):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(8):nth-last-child(1),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(8):nth-last-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(8):nth-last-child(1) {
  width: 12.5%;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span span,
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span span,
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span span,
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span span {
  float: none;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(1),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(1),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(1) {
  color: #929496;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > span:nth-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > span:nth-child(2),
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li > div > span:nth-child(2),
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li > div > span:nth-child(2) {
  color: #333333;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li .msax-ShoppingCartFooterLabel,
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li .msax-ShoppingCartFooterLabel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.msax-OrderSummaryContainer .msax-ShoppingCartSummary > li .msax-ShoppingCartFooterValue,
.msax-ShoppingCartContainer .msax-ShoppingCartSummaryDiv .msax-ShoppingCartSummary > li .msax-ShoppingCartFooterValue {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.msax-PrevStep {
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
}
.msax-NextStep {
  float: right;
  margin: 0;
  padding: 0;
  width: auto;
}
.msax-Review .msax-ShoppingCartItems > tbody > tr {
  height: auto;
}
.msax-Review .msax-ShoppingCartItems > tbody > tr td {
  vertical-align: top;
  padding-top: 7px;
}
.msax-Review .msax-ShoppingCartItems > tbody > tr .msax-ShoppingCartHeaderProductDetails .msax-ProductNameWrapper .msax-ProductName {
  margin: 0;
  width: auto;
}
.msax-Review .msax-ShoppingCartItems > tbody > tr .msax-Remove {
  margin: 0;
  line-height: 1;
}
.msax-Review .msax-ShoppingCartItems > tbody > tr .msax-Remove .msax-ButtonText {
  color: #005da8;
}
.msax-Review .msax-ShoppingCartItems > tbody > tr .msax-Remove:hover .msax-ButtonText {
  color: #0072c6;
}
.msax-Review .msax-OrderSummaryContainer {
  width: 66.66666667%;
  float: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .msax-Review .msax-OrderSummaryContainer {
    width: 100%;
    float: none;
  }
}
.msax-Review .msax-ShoppingCartSummaryDiv {
  width: 33.33333333%;
  float: right;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .msax-Review .msax-ShoppingCartSummaryDiv {
    width: 100%;
    float: none;
  }
}
.msax-ShoppingCartControl .msax-ShoppingCartSummary .msax-GrandTotal .msax-ShoppingCartFooterValue,
.msax-subTotal .msax-ShoppingCartFooterValue {
  font-size: 14px;
  font-weight: 700;
}
.msax-OrderConfirmationLeft h2 {
  font-size: 18px;
  margin: 14px 0 7px;
  color: #005da8;
}
.msax-OrderConfirmationLeft h2 .to-be-approved,
.msax-OrderConfirmationLeft h2 .msax-ConfirmNumber,
.msax-OrderConfirmationLeft h2 .msax-EmailReceipt {
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
}
.payment .successful-message {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}
.payment .summary .label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 14em;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  float: left;
  clear: left;
  text-align: left;
  padding: 0;
}
.payment .summary .value {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.msax-ErrorRemovedFromCart {
  background: rgba(221, 34, 34, 0.1);
  border: 1px solid rgba(221, 34, 34, 0.5);
  color: #dd2222;
  padding: 6px;
}
.msax-rma {
  padding: 7px 0;
}
.msax-rma:before,
.msax-rma:after {
  content: "";
  display: table;
}
.msax-rma:after {
  clear: both;
}
@media (max-width: 768px) {
  .msax-rma table {
    margin: 7px 0;
  }
}
.msax-rma .msax-tabs:before,
.msax-rma .msax-tabs:after {
  content: "";
  display: table;
}
.msax-rma .msax-tabs:after {
  clear: both;
}
.msax-rma .msax-tabs > ul {
  border-bottom: 1px solid #999999;
  margin-bottom: 7px;
}
.msax-rma .msax-tabs > div {
  height: auto;
}
.msax-rma .msax-RmaRequestHeader {
  margin: 7px 0;
}
.msax-rma .msax-RmaRequestSearchArticle {
  margin: 7px 0;
}
.msax-rma .msax-RmaLineContainer {
  margin: 7px 0;
}
.msax-rma .msax-RmaLineContainer table {
  margin-bottom: 0;
}
.msax-rma .msax-RmaLineContainer table td input,
.msax-rma .msax-RmaLineContainer table td select,
.msax-rma .msax-RmaLineContainer table td button {
  width: 100%;
}
.msax-rma .msax-RmaLineContainer .rmaCustomerRequisition {
  background: #f1f2f3;
  padding: 7px 14px;
}
.msax-rma .msax-RmaSearch,
.msax-rma .msax-RmaHistory {
  padding: 0 7px;
  clear: both;
}
.msax-rma .msax-RmaSearch th,
.msax-rma .msax-RmaHistory th {
  width: 14.28571429%;
  vertical-align: bottom;
}
.msax-rma .msax-RmaSearch th:nth-last-child(1),
.msax-rma .msax-RmaHistory th:nth-last-child(1) {
  width: auto;
}
.msax-rma .msax-RmaSearch th label,
.msax-rma .msax-RmaHistory th label {
  display: block;
}
.msax-rma .msax-RmaSearch th input,
.msax-rma .msax-RmaHistory th input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.msax-rma .msax-RmaSearch th button,
.msax-rma .msax-RmaHistory th button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47%;
  padding: 0 7px;
}
.msax-rma .rmaErrorDescriptionWrapper,
.msax-rma .rmaCustomerRequisition {
  background: #f1f2f3;
  padding: 7px 14px;
  overflow: hidden;
}
.msax-rma .rmaErrorDescriptionWrapper label,
.msax-rma .rmaCustomerRequisition label {
  width: 25%;
  float: left;
  padding: 7px 0 0;
}
@media all and (max-width: 1045px) {
  .msax-rma .rmaErrorDescriptionWrapper label,
  .msax-rma .rmaCustomerRequisition label {
    width: 33.33333333%;
  }
}
@media (max-width: 768px) {
  .msax-rma .rmaErrorDescriptionWrapper label,
  .msax-rma .rmaCustomerRequisition label {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .msax-rma .rmaErrorDescriptionWrapper label,
  .msax-rma .rmaCustomerRequisition label {
    width: 100%;
  }
}
.msax-rma .rmaErrorDescriptionWrapper .textAreaWrap,
.msax-rma .rmaCustomerRequisition .textAreaWrap {
  width: 33.33333333%;
  float: left;
}
@media all and (max-width: 1045px) {
  .msax-rma .rmaErrorDescriptionWrapper .textAreaWrap,
  .msax-rma .rmaCustomerRequisition .textAreaWrap {
    width: 66.66666667%;
  }
}
@media (max-width: 768px) {
  .msax-rma .rmaErrorDescriptionWrapper .textAreaWrap,
  .msax-rma .rmaCustomerRequisition .textAreaWrap {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .msax-rma .rmaErrorDescriptionWrapper .textAreaWrap,
  .msax-rma .rmaCustomerRequisition .textAreaWrap {
    width: 100%;
  }
}
.msax-rma .rmaErrorDescriptionWrapper .textAreaWrap textArea,
.msax-rma .rmaCustomerRequisition .textAreaWrap textArea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 53.2px;
}
.msax-rma .rmaErrorDescriptionWrapper .textAreaWrap input[type="text"],
.msax-rma .rmaCustomerRequisition .textAreaWrap input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.msax-rma .msax-RmaInfoDataContainer {
  border-top: 1px solid #e3e3e3;
  padding: 14px;
}
.msax-rma .msax-RmaInfoDataContainer p {
  overflow: hidden;
}
.msax-rma .msax-RmaInfoDataContainer p label {
  width: 25%;
  float: left;
  padding: 7px 0 0;
}
@media all and (max-width: 1045px) {
  .msax-rma .msax-RmaInfoDataContainer p label {
    width: 33.33333333%;
  }
}
@media (max-width: 768px) {
  .msax-rma .msax-RmaInfoDataContainer p label {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .msax-rma .msax-RmaInfoDataContainer p label {
    width: 100%;
  }
}
.msax-rma .msax-RmaInfoDataContainer p input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
  float: left;
}
@media all and (max-width: 1045px) {
  .msax-rma .msax-RmaInfoDataContainer p input[type="text"] {
    width: 66.66666667%;
  }
}
@media (max-width: 768px) {
  .msax-rma .msax-RmaInfoDataContainer p input[type="text"] {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .msax-rma .msax-RmaInfoDataContainer p input[type="text"] {
    width: 100%;
  }
}
.msax-rma .msax-RmaOrderHistoryContainer .msax-RmaOrderDetailsHeader {
  padding: 7px 14px;
  overflow: hidden;
}
.msax-rma .msax-RmaOrderHistoryContainer .msax-RmaOrderDetailsHeader .msax-RmaOrderDate {
  font-size: 12px;
}
.msax-rma .msax-RmaOrderHistoryContainer .msax-RmaOrderDetailsHeader .msax-RmaOrderDate span:nth-child(1) {
  width: 120px;
  float: left;
}
.msax-rma .msax-RmaOrderHistoryContainer .msax-RmaOrderDetailsHeader .msax-RmaNumber {
  font-weight: 700;
}
.msax-rma .msax-RmaOrderHistoryContainer .msax-RmaOrderDetailsHeader .msax-RmaNumber span:nth-child(1) {
  width: 120px;
  float: left;
}
.msax-rma .msax-RmaOrderHistoryContainer .msax-RmaAdresses {
  overflow: hidden;
  background: #f1f2f3;
  padding: 14px;
  clear: left;
}
.msax-rma .msax-RmaOrderHistoryContainer .msax-RmaAdresses > div {
  width: 33.33333333%;
  float: left;
}
@media all and (max-width: 1045px) {
  .msax-rma .msax-RmaOrderHistoryContainer .msax-RmaAdresses > div {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .msax-rma .msax-RmaOrderHistoryContainer .msax-RmaAdresses > div {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .msax-rma .msax-RmaOrderHistoryContainer .msax-RmaAdresses > div {
    width: 100%;
  }
}
.msax-rma .msax-RmaOrderHistoryContainer .msax-RmaAdresses > div h3 {
  font-size: 18px;
  margin-top: 0;
}
.msax-rma .msax-RmaOrderHistoryContainer .msax-RmaAdresses > div p {
  margin: 0;
}
.msax-InvoiceDetailsSummaryTable {
  width: 75%;
  float: right;
}
@media all and (max-width: 1045px) {
  .msax-InvoiceDetailsSummaryTable {
    width: 66.66666667%;
  }
}
@media (max-width: 768px) {
  .msax-InvoiceDetailsSummaryTable {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .msax-InvoiceDetailsSummaryTable {
    width: 100%;
  }
}
@media (max-width: 479px) {
  #nitRam .msax-RmaSearch,
  #nitRam .msax-RmaHistory {
    display: block;
    width: auto;
  }
  #nitRam .msax-RmaSearch thead,
  #nitRam .msax-RmaHistory thead,
  #nitRam .msax-RmaSearch tbody,
  #nitRam .msax-RmaHistory tbody {
    display: block;
    width: auto;
  }
  #nitRam .msax-RmaSearch thead tr,
  #nitRam .msax-RmaHistory thead tr,
  #nitRam .msax-RmaSearch tbody tr,
  #nitRam .msax-RmaHistory tbody tr {
    display: block;
    width: auto;
  }
  #nitRam .msax-RmaSearch thead tr td,
  #nitRam .msax-RmaHistory thead tr td,
  #nitRam .msax-RmaSearch tbody tr td,
  #nitRam .msax-RmaHistory tbody tr td,
  #nitRam .msax-RmaSearch thead tr th,
  #nitRam .msax-RmaHistory thead tr th,
  #nitRam .msax-RmaSearch tbody tr th,
  #nitRam .msax-RmaHistory tbody tr th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: auto;
    padding: 3.5px 14px;
    overflow: hidden;
  }
  #nitRam .msax-RmaSearch thead tr td:nth-child(1):nth-last-child(2),
  #nitRam .msax-RmaHistory thead tr td:nth-child(1):nth-last-child(2),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(1):nth-last-child(2),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(1):nth-last-child(2),
  #nitRam .msax-RmaSearch thead tr th:nth-child(1):nth-last-child(2),
  #nitRam .msax-RmaHistory thead tr th:nth-child(1):nth-last-child(2),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(1):nth-last-child(2),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(1):nth-last-child(2),
  #nitRam .msax-RmaSearch thead tr td:nth-child(2):nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr td:nth-child(2):nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(2):nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(2):nth-last-child(1),
  #nitRam .msax-RmaSearch thead tr th:nth-child(2):nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr th:nth-child(2):nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(2):nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(2):nth-last-child(1),
  #nitRam .msax-RmaSearch thead tr td:nth-child(1):nth-last-child(3),
  #nitRam .msax-RmaHistory thead tr td:nth-child(1):nth-last-child(3),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(1):nth-last-child(3),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(1):nth-last-child(3),
  #nitRam .msax-RmaSearch thead tr th:nth-child(1):nth-last-child(3),
  #nitRam .msax-RmaHistory thead tr th:nth-child(1):nth-last-child(3),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(1):nth-last-child(3),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(1):nth-last-child(3),
  #nitRam .msax-RmaSearch thead tr td:nth-child(2):nth-last-child(2),
  #nitRam .msax-RmaHistory thead tr td:nth-child(2):nth-last-child(2),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(2):nth-last-child(2),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(2):nth-last-child(2),
  #nitRam .msax-RmaSearch thead tr th:nth-child(2):nth-last-child(2),
  #nitRam .msax-RmaHistory thead tr th:nth-child(2):nth-last-child(2),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(2):nth-last-child(2),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(2):nth-last-child(2),
  #nitRam .msax-RmaSearch thead tr td:nth-child(3):nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr td:nth-child(3):nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(3):nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(3):nth-last-child(1),
  #nitRam .msax-RmaSearch thead tr th:nth-child(3):nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr th:nth-child(3):nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(3):nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(3):nth-last-child(1),
  #nitRam .msax-RmaSearch thead tr td:nth-child(1):nth-last-child(4),
  #nitRam .msax-RmaHistory thead tr td:nth-child(1):nth-last-child(4),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(1):nth-last-child(4),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(1):nth-last-child(4),
  #nitRam .msax-RmaSearch thead tr th:nth-child(1):nth-last-child(4),
  #nitRam .msax-RmaHistory thead tr th:nth-child(1):nth-last-child(4),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(1):nth-last-child(4),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(1):nth-last-child(4),
  #nitRam .msax-RmaSearch thead tr td:nth-child(2):nth-last-child(3),
  #nitRam .msax-RmaHistory thead tr td:nth-child(2):nth-last-child(3),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(2):nth-last-child(3),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(2):nth-last-child(3),
  #nitRam .msax-RmaSearch thead tr th:nth-child(2):nth-last-child(3),
  #nitRam .msax-RmaHistory thead tr th:nth-child(2):nth-last-child(3),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(2):nth-last-child(3),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(2):nth-last-child(3),
  #nitRam .msax-RmaSearch thead tr td:nth-child(3):nth-last-child(2),
  #nitRam .msax-RmaHistory thead tr td:nth-child(3):nth-last-child(2),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(3):nth-last-child(2),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(3):nth-last-child(2),
  #nitRam .msax-RmaSearch thead tr th:nth-child(3):nth-last-child(2),
  #nitRam .msax-RmaHistory thead tr th:nth-child(3):nth-last-child(2),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(3):nth-last-child(2),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(3):nth-last-child(2),
  #nitRam .msax-RmaSearch thead tr td:nth-child(4):nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr td:nth-child(4):nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(4):nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(4):nth-last-child(1),
  #nitRam .msax-RmaSearch thead tr th:nth-child(4):nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr th:nth-child(4):nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(4):nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(4):nth-last-child(1),
  #nitRam .msax-RmaSearch thead tr td:nth-child(1):nth-last-child(5),
  #nitRam .msax-RmaHistory thead tr td:nth-child(1):nth-last-child(5),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(1):nth-last-child(5),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(1):nth-last-child(5),
  #nitRam .msax-RmaSearch thead tr th:nth-child(1):nth-last-child(5),
  #nitRam .msax-RmaHistory thead tr th:nth-child(1):nth-last-child(5),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(1):nth-last-child(5),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(1):nth-last-child(5),
  #nitRam .msax-RmaSearch thead tr td:nth-child(2):nth-last-child(4),
  #nitRam .msax-RmaHistory thead tr td:nth-child(2):nth-last-child(4),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(2):nth-last-child(4),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(2):nth-last-child(4),
  #nitRam .msax-RmaSearch thead tr th:nth-child(2):nth-last-child(4),
  #nitRam .msax-RmaHistory thead tr th:nth-child(2):nth-last-child(4),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(2):nth-last-child(4),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(2):nth-last-child(4),
  #nitRam .msax-RmaSearch thead tr td:nth-child(3):nth-last-child(3),
  #nitRam .msax-RmaHistory thead tr td:nth-child(3):nth-last-child(3),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(3):nth-last-child(3),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(3):nth-last-child(3),
  #nitRam .msax-RmaSearch thead tr th:nth-child(3):nth-last-child(3),
  #nitRam .msax-RmaHistory thead tr th:nth-child(3):nth-last-child(3),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(3):nth-last-child(3),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(3):nth-last-child(3),
  #nitRam .msax-RmaSearch thead tr td:nth-child(4):nth-last-child(2),
  #nitRam .msax-RmaHistory thead tr td:nth-child(4):nth-last-child(2),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(4):nth-last-child(2),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(4):nth-last-child(2),
  #nitRam .msax-RmaSearch thead tr th:nth-child(4):nth-last-child(2),
  #nitRam .msax-RmaHistory thead tr th:nth-child(4):nth-last-child(2),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(4):nth-last-child(2),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(4):nth-last-child(2),
  #nitRam .msax-RmaSearch thead tr td:nth-child(5):nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr td:nth-child(5):nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(5):nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(5):nth-last-child(1),
  #nitRam .msax-RmaSearch thead tr th:nth-child(5):nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr th:nth-child(5):nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(5):nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(5):nth-last-child(1),
  #nitRam .msax-RmaSearch thead tr td:nth-child(1):nth-last-child(6),
  #nitRam .msax-RmaHistory thead tr td:nth-child(1):nth-last-child(6),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(1):nth-last-child(6),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(1):nth-last-child(6),
  #nitRam .msax-RmaSearch thead tr th:nth-child(1):nth-last-child(6),
  #nitRam .msax-RmaHistory thead tr th:nth-child(1):nth-last-child(6),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(1):nth-last-child(6),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(1):nth-last-child(6),
  #nitRam .msax-RmaSearch thead tr td:nth-child(2):nth-last-child(5),
  #nitRam .msax-RmaHistory thead tr td:nth-child(2):nth-last-child(5),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(2):nth-last-child(5),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(2):nth-last-child(5),
  #nitRam .msax-RmaSearch thead tr th:nth-child(2):nth-last-child(5),
  #nitRam .msax-RmaHistory thead tr th:nth-child(2):nth-last-child(5),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(2):nth-last-child(5),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(2):nth-last-child(5),
  #nitRam .msax-RmaSearch thead tr td:nth-child(3):nth-last-child(4),
  #nitRam .msax-RmaHistory thead tr td:nth-child(3):nth-last-child(4),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(3):nth-last-child(4),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(3):nth-last-child(4),
  #nitRam .msax-RmaSearch thead tr th:nth-child(3):nth-last-child(4),
  #nitRam .msax-RmaHistory thead tr th:nth-child(3):nth-last-child(4),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(3):nth-last-child(4),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(3):nth-last-child(4),
  #nitRam .msax-RmaSearch thead tr td:nth-child(4):nth-last-child(3),
  #nitRam .msax-RmaHistory thead tr td:nth-child(4):nth-last-child(3),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(4):nth-last-child(3),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(4):nth-last-child(3),
  #nitRam .msax-RmaSearch thead tr th:nth-child(4):nth-last-child(3),
  #nitRam .msax-RmaHistory thead tr th:nth-child(4):nth-last-child(3),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(4):nth-last-child(3),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(4):nth-last-child(3),
  #nitRam .msax-RmaSearch thead tr td:nth-child(5):nth-last-child(2),
  #nitRam .msax-RmaHistory thead tr td:nth-child(5):nth-last-child(2),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(5):nth-last-child(2),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(5):nth-last-child(2),
  #nitRam .msax-RmaSearch thead tr th:nth-child(5):nth-last-child(2),
  #nitRam .msax-RmaHistory thead tr th:nth-child(5):nth-last-child(2),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(5):nth-last-child(2),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(5):nth-last-child(2),
  #nitRam .msax-RmaSearch thead tr td:nth-child(6):nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr td:nth-child(6):nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(6):nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(6):nth-last-child(1),
  #nitRam .msax-RmaSearch thead tr th:nth-child(6):nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr th:nth-child(6):nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(6):nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(6):nth-last-child(1),
  #nitRam .msax-RmaSearch thead tr td:nth-child(1):nth-last-child(7),
  #nitRam .msax-RmaHistory thead tr td:nth-child(1):nth-last-child(7),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(1):nth-last-child(7),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(1):nth-last-child(7),
  #nitRam .msax-RmaSearch thead tr th:nth-child(1):nth-last-child(7),
  #nitRam .msax-RmaHistory thead tr th:nth-child(1):nth-last-child(7),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(1):nth-last-child(7),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(1):nth-last-child(7),
  #nitRam .msax-RmaSearch thead tr td:nth-child(2):nth-last-child(6),
  #nitRam .msax-RmaHistory thead tr td:nth-child(2):nth-last-child(6),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(2):nth-last-child(6),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(2):nth-last-child(6),
  #nitRam .msax-RmaSearch thead tr th:nth-child(2):nth-last-child(6),
  #nitRam .msax-RmaHistory thead tr th:nth-child(2):nth-last-child(6),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(2):nth-last-child(6),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(2):nth-last-child(6),
  #nitRam .msax-RmaSearch thead tr td:nth-child(3):nth-last-child(5),
  #nitRam .msax-RmaHistory thead tr td:nth-child(3):nth-last-child(5),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(3):nth-last-child(5),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(3):nth-last-child(5),
  #nitRam .msax-RmaSearch thead tr th:nth-child(3):nth-last-child(5),
  #nitRam .msax-RmaHistory thead tr th:nth-child(3):nth-last-child(5),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(3):nth-last-child(5),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(3):nth-last-child(5),
  #nitRam .msax-RmaSearch thead tr td:nth-child(4):nth-last-child(4),
  #nitRam .msax-RmaHistory thead tr td:nth-child(4):nth-last-child(4),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(4):nth-last-child(4),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(4):nth-last-child(4),
  #nitRam .msax-RmaSearch thead tr th:nth-child(4):nth-last-child(4),
  #nitRam .msax-RmaHistory thead tr th:nth-child(4):nth-last-child(4),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(4):nth-last-child(4),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(4):nth-last-child(4),
  #nitRam .msax-RmaSearch thead tr td:nth-child(5):nth-last-child(3),
  #nitRam .msax-RmaHistory thead tr td:nth-child(5):nth-last-child(3),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(5):nth-last-child(3),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(5):nth-last-child(3),
  #nitRam .msax-RmaSearch thead tr th:nth-child(5):nth-last-child(3),
  #nitRam .msax-RmaHistory thead tr th:nth-child(5):nth-last-child(3),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(5):nth-last-child(3),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(5):nth-last-child(3),
  #nitRam .msax-RmaSearch thead tr td:nth-child(6):nth-last-child(2),
  #nitRam .msax-RmaHistory thead tr td:nth-child(6):nth-last-child(2),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(6):nth-last-child(2),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(6):nth-last-child(2),
  #nitRam .msax-RmaSearch thead tr th:nth-child(6):nth-last-child(2),
  #nitRam .msax-RmaHistory thead tr th:nth-child(6):nth-last-child(2),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(6):nth-last-child(2),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(6):nth-last-child(2),
  #nitRam .msax-RmaSearch thead tr td:nth-child(7):nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr td:nth-child(7):nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(7):nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(7):nth-last-child(1),
  #nitRam .msax-RmaSearch thead tr th:nth-child(7):nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr th:nth-child(7):nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(7):nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(7):nth-last-child(1),
  #nitRam .msax-RmaSearch thead tr td:nth-child(1):nth-last-child(8),
  #nitRam .msax-RmaHistory thead tr td:nth-child(1):nth-last-child(8),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(1):nth-last-child(8),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(1):nth-last-child(8),
  #nitRam .msax-RmaSearch thead tr th:nth-child(1):nth-last-child(8),
  #nitRam .msax-RmaHistory thead tr th:nth-child(1):nth-last-child(8),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(1):nth-last-child(8),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(1):nth-last-child(8),
  #nitRam .msax-RmaSearch thead tr td:nth-child(2):nth-last-child(7),
  #nitRam .msax-RmaHistory thead tr td:nth-child(2):nth-last-child(7),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(2):nth-last-child(7),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(2):nth-last-child(7),
  #nitRam .msax-RmaSearch thead tr th:nth-child(2):nth-last-child(7),
  #nitRam .msax-RmaHistory thead tr th:nth-child(2):nth-last-child(7),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(2):nth-last-child(7),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(2):nth-last-child(7),
  #nitRam .msax-RmaSearch thead tr td:nth-child(3):nth-last-child(6),
  #nitRam .msax-RmaHistory thead tr td:nth-child(3):nth-last-child(6),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(3):nth-last-child(6),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(3):nth-last-child(6),
  #nitRam .msax-RmaSearch thead tr th:nth-child(3):nth-last-child(6),
  #nitRam .msax-RmaHistory thead tr th:nth-child(3):nth-last-child(6),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(3):nth-last-child(6),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(3):nth-last-child(6),
  #nitRam .msax-RmaSearch thead tr td:nth-child(4):nth-last-child(5),
  #nitRam .msax-RmaHistory thead tr td:nth-child(4):nth-last-child(5),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(4):nth-last-child(5),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(4):nth-last-child(5),
  #nitRam .msax-RmaSearch thead tr th:nth-child(4):nth-last-child(5),
  #nitRam .msax-RmaHistory thead tr th:nth-child(4):nth-last-child(5),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(4):nth-last-child(5),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(4):nth-last-child(5),
  #nitRam .msax-RmaSearch thead tr td:nth-child(5):nth-last-child(4),
  #nitRam .msax-RmaHistory thead tr td:nth-child(5):nth-last-child(4),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(5):nth-last-child(4),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(5):nth-last-child(4),
  #nitRam .msax-RmaSearch thead tr th:nth-child(5):nth-last-child(4),
  #nitRam .msax-RmaHistory thead tr th:nth-child(5):nth-last-child(4),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(5):nth-last-child(4),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(5):nth-last-child(4),
  #nitRam .msax-RmaSearch thead tr td:nth-child(6):nth-last-child(3),
  #nitRam .msax-RmaHistory thead tr td:nth-child(6):nth-last-child(3),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(6):nth-last-child(3),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(6):nth-last-child(3),
  #nitRam .msax-RmaSearch thead tr th:nth-child(6):nth-last-child(3),
  #nitRam .msax-RmaHistory thead tr th:nth-child(6):nth-last-child(3),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(6):nth-last-child(3),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(6):nth-last-child(3),
  #nitRam .msax-RmaSearch thead tr td:nth-child(7):nth-last-child(2),
  #nitRam .msax-RmaHistory thead tr td:nth-child(7):nth-last-child(2),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(7):nth-last-child(2),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(7):nth-last-child(2),
  #nitRam .msax-RmaSearch thead tr th:nth-child(7):nth-last-child(2),
  #nitRam .msax-RmaHistory thead tr th:nth-child(7):nth-last-child(2),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(7):nth-last-child(2),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(7):nth-last-child(2),
  #nitRam .msax-RmaSearch thead tr td:nth-child(8):nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr td:nth-child(8):nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(8):nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(8):nth-last-child(1),
  #nitRam .msax-RmaSearch thead tr th:nth-child(8):nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr th:nth-child(8):nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(8):nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(8):nth-last-child(1) {
    width: auto;
  }
  #nitRam .msax-RmaSearch thead tr td:nth-child(n),
  #nitRam .msax-RmaHistory thead tr td:nth-child(n),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(n),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(n),
  #nitRam .msax-RmaSearch thead tr th:nth-child(n),
  #nitRam .msax-RmaHistory thead tr th:nth-child(n),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(n),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(n) {
    width: auto;
    padding: 3.5px 14px;
  }
  #nitRam .msax-RmaSearch thead tr td:nth-child(1),
  #nitRam .msax-RmaHistory thead tr td:nth-child(1),
  #nitRam .msax-RmaSearch tbody tr td:nth-child(1),
  #nitRam .msax-RmaHistory tbody tr td:nth-child(1),
  #nitRam .msax-RmaSearch thead tr th:nth-child(1),
  #nitRam .msax-RmaHistory thead tr th:nth-child(1),
  #nitRam .msax-RmaSearch tbody tr th:nth-child(1),
  #nitRam .msax-RmaHistory tbody tr th:nth-child(1) {
    padding-top: 14px;
  }
  #nitRam .msax-RmaSearch thead tr td:nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr td:nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr td:nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr td:nth-last-child(1),
  #nitRam .msax-RmaSearch thead tr th:nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr th:nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr th:nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr th:nth-last-child(1) {
    padding-bottom: 14px;
  }
  #nitRam .msax-RmaSearch thead tr td:before,
  #nitRam .msax-RmaHistory thead tr td:before,
  #nitRam .msax-RmaSearch tbody tr td:before,
  #nitRam .msax-RmaHistory tbody tr td:before,
  #nitRam .msax-RmaSearch thead tr th:before,
  #nitRam .msax-RmaHistory thead tr th:before,
  #nitRam .msax-RmaSearch tbody tr th:before,
  #nitRam .msax-RmaHistory tbody tr th:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: attr(data-header);
    width: 40%;
    float: left;
    display: inline-block;
    font-weight: 700;
  }
  #nitRam .msax-RmaSearch thead tr td label,
  #nitRam .msax-RmaHistory thead tr td label,
  #nitRam .msax-RmaSearch tbody tr td label,
  #nitRam .msax-RmaHistory tbody tr td label,
  #nitRam .msax-RmaSearch thead tr th label,
  #nitRam .msax-RmaHistory thead tr th label,
  #nitRam .msax-RmaSearch tbody tr th label,
  #nitRam .msax-RmaHistory tbody tr th label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: droid-sans, sans-serif;
    height: 33.6px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    line-height: 1.2;
    width: 40%;
    float: left;
    display: inline-block;
    font-weight: 700;
  }
  #nitRam .msax-RmaSearch thead tr td input,
  #nitRam .msax-RmaHistory thead tr td input,
  #nitRam .msax-RmaSearch tbody tr td input,
  #nitRam .msax-RmaHistory tbody tr td input,
  #nitRam .msax-RmaSearch thead tr th input,
  #nitRam .msax-RmaHistory thead tr th input,
  #nitRam .msax-RmaSearch tbody tr th input,
  #nitRam .msax-RmaHistory tbody tr th input {
    width: 60%;
  }
  #nitRam .msax-RmaSearch thead tr td button,
  #nitRam .msax-RmaHistory thead tr td button,
  #nitRam .msax-RmaSearch tbody tr td button,
  #nitRam .msax-RmaHistory tbody tr td button,
  #nitRam .msax-RmaSearch thead tr th button,
  #nitRam .msax-RmaHistory thead tr th button,
  #nitRam .msax-RmaSearch tbody tr th button,
  #nitRam .msax-RmaHistory tbody tr th button {
    width: 49%;
    float: left;
  }
  #nitRam .msax-RmaSearch thead tr td button:nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr td button:nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr td button:nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr td button:nth-last-child(1),
  #nitRam .msax-RmaSearch thead tr th button:nth-last-child(1),
  #nitRam .msax-RmaHistory thead tr th button:nth-last-child(1),
  #nitRam .msax-RmaSearch tbody tr th button:nth-last-child(1),
  #nitRam .msax-RmaHistory tbody tr th button:nth-last-child(1) {
    float: right;
  }
}
@media (max-width: 768px) {
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable {
    display: block;
    width: auto;
    border-top: 1px solid #999999;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable thead {
    display: none;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody {
    display: block;
    width: auto;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr {
    display: block;
    width: auto;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: auto;
    padding: 3.5px 14px;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(2),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(1),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(3),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(2),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(1),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(4),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(3),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(2),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(4):nth-last-child(1),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(5),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(4),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(3),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(4):nth-last-child(2),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(5):nth-last-child(1),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(6),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(5),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(4),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(4):nth-last-child(3),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(5):nth-last-child(2),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(6):nth-last-child(1),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(7),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(6),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(5),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(4):nth-last-child(4),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(5):nth-last-child(3),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(6):nth-last-child(2),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(7):nth-last-child(1),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(1):nth-last-child(8),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(2):nth-last-child(7),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(3):nth-last-child(6),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(4):nth-last-child(5),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(5):nth-last-child(4),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(6):nth-last-child(3),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(7):nth-last-child(2),
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(8):nth-last-child(1) {
    width: auto;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:nth-child(n) {
    width: auto;
    padding: 3.5px 14px;
  }
  #nitRam .msax-RmaInvoiceDetailsContainer .msax-InvoiceDetailsItemsTable tbody tr td:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: attr(data-header);
    width: 40%;
    float: left;
    display: inline-block;
    font-weight: 700;
  }
}
.msax-title-listing {
  font-weight: bold;
}
.msax-actionLink {
  background: url('/_layouts/15/Images/Storefront/i_Arrow_Right_16_on.png') no-repeat left 0 transparent;
  padding: 2px 0 13px 25px;
  margin-top: 1px;
  display: block;
  position: relative;
  top: 15px;
}
.msax-actionLink .msax-Hidden {
  display: none;
}
.msax-textflag-container {
  float: left;
  width: auto;
  text-align: left;
}
.msax-socialImage {
  float: right;
}
.msax-additionalDetails .msax-tabs > div {
  margin: 0;
  padding: 0;
  clear: both;
}
.msax-additionalDetails .msax-tabs > div.msax-longDescription {
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
  border-top: 1px solid #d1d1d1;
  padding: 14px;
}
.msax-additionalDetails .msax-tabs > div.msax-longDescription table tr > td {
  padding: 7px;
}
.msax-additionalDetails #productManualTitle,
.msax-additionalDetails #productDatasheetTitle,
.msax-additionalDetails #productDrawingTitle,
.msax-additionalDetails #productKeyboardsLayoutTitle,
.msax-additionalDetails #productVendorTitle,
.msax-additionalDetails #productDocTitle,
.msax-additionalDetails #productCertificateTitle {
  width: 35%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 7px;
}
.msax-additionalDetails #productManualTitle + ul,
.msax-additionalDetails #productDatasheetTitle + ul,
.msax-additionalDetails #productDrawingTitle + ul,
.msax-additionalDetails #productKeyboardsLayoutTitle + ul,
.msax-additionalDetails #productVendorTitle + ul,
.msax-additionalDetails #productDocTitle + ul,
.msax-additionalDetails #productCertificateTitle + ul {
  width: 65%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  clear: right;
}
.msax-additionalDetails #productManualTitle + ul li,
.msax-additionalDetails #productDatasheetTitle + ul li,
.msax-additionalDetails #productDrawingTitle + ul li,
.msax-additionalDetails #productKeyboardsLayoutTitle + ul li,
.msax-additionalDetails #productVendorTitle + ul li,
.msax-additionalDetails #productDocTitle + ul li,
.msax-additionalDetails #productCertificateTitle + ul li {
  padding: 7px;
  border-bottom: 1px solid #d1d1d1;
}
.msax-additionalDetails #productManualTitle + a,
.msax-additionalDetails #productDatasheetTitle + a,
.msax-additionalDetails #productDrawingTitle + a,
.msax-additionalDetails #productKeyboardsLayoutTitle + a,
.msax-additionalDetails #productVendorTitle + a,
.msax-additionalDetails #productDocTitle + a,
.msax-additionalDetails #productCertificateTitle + a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 65%;
  float: left;
  padding: 7px;
  clear: right;
  border-bottom: 1px solid #d1d1d1;
}
.msax-additionalDetails a.pdf:before,
.msax-additionalDetails a.doc:before,
.msax-additionalDetails a.ppt:before,
.msax-additionalDetails a.xls:before {
  content: "";
  margin-right: 7px;
  vertical-align: -3px;
}
.msax-additionalDetails a.pdf:before {
  background-image: url("../img/spritemap-retina.png");
  background-position: 0px -200px;
  width: 16px;
  height: 16px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.msax-additionalDetails a.doc:before {
  background-image: url("../img/spritemap-retina.png");
  background-position: -20px -200px;
  width: 16px;
  height: 16px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.msax-additionalDetails a.ppt:before {
  background-image: url("../img/spritemap-retina.png");
  background-position: -60px -200px;
  width: 16px;
  height: 16px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.msax-additionalDetails a.xls:before {
  background-image: url("../img/spritemap-retina.png");
  background-position: -40px -200px;
  width: 16px;
  height: 16px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.msax-additionalDetails .video {
  margin: 14px 0;
  clear: both;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
}
.msax-additionalDetails .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.msax-Drivers,
.msax-Specifications {
  clear: both;
  margin: 0;
}
.msax-Drivers table,
.msax-Specifications table {
  width: 100%;
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
}
.msax-Drivers table .msax-label,
.msax-Specifications table .msax-label {
  width: 20%;
}
.msax-Drivers table table td,
.msax-Specifications table table td {
  padding: 10px;
  border-top: solid 1px #ccc;
}
.msax-AddToCartButtons {
  position: absolute;
  right: 7px;
  bottom: 7px;
}
.msax-AddToCartButtons > * {
  vertical-align: bottom;
}
.msax-AddToCartButtons .msax-AddToCart {
  float: none;
  margin-top: 0;
  display: inline-block;
}
.msax-AddToCartButtons .msax-AddToCart .msax-LargeButton {
  margin: 0;
  display: inline-block;
}
.msax-AddToCartButtons .msax-AddToCart-amount-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  vertical-align: baseline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 7px;
  border: 1px solid #cccccc;
  color: #333333;
  width: 62px;
  display: inline-block;
}
.msax-AddToCartButtons .msax-AddToCart-amount-input:hover {
  border-color: #0f94ff;
}
.msax-AddToCartButtons .msax-AddToCart-amount-input:focus {
  border-color: #005da8;
}
.msax-AddToCartButtons .msax-AddToCart-amount-input:disabled,
.msax-AddToCartButtons .msax-AddToCart-amount-input[readonly] {
  background: #fefefe;
  color: #929496;
}
.msax-AddToCartButtons .msax-CommandAddToCart[disabled][type="button"],
.msax-AddToCartButtons .msax-bargainItem .msax-CommandAddToCart[disabled][type="button"] {
  background-color: #EEEEEE;
}
.masx-flag-listview,
.masx-flag-detailsview {
  margin-right: 5px;
}
.msax-flag-listing .msax-flag-nowasdeltaco,
.msax-flag-listing .msax-flag-campaign,
.msax-flag-listing .msax-flag-offer,
.msax-flag-listing .msax-flag-bargain,
.msax-flag-listing .msax-flag-new {
  display: inline-block;
  margin-top: 3px;
  float: left;
  clear: left;
}
.masx-flag-container {
  margin: -12px;
  position: absolute;
  height: 0;
  width: 100%;
  z-index: 5;
}
.masx-flag-container .msax-flag-nowasdeltaco,
.masx-flag-container .msax-flag-new,
.masx-flag-container .msax-flag-campaign,
.masx-flag-container .msax-flag-offer,
.masx-flag-container .msax-flag-bargain {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 28px 0 7px;
  margin: 0 7px 3.5px 0;
  width: auto;
  position: relative;
  float: left;
  clear: left;
  z-index: 500 !important;
}
.masx-flag-container .msax-flag-nowasdeltaco:after,
.masx-flag-container .msax-flag-new:after,
.masx-flag-container .msax-flag-campaign:after,
.masx-flag-container .msax-flag-offer:after,
.masx-flag-container .msax-flag-bargain:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.masx-flag-container .msax-flag-nowasdeltaco {
  background: #cccccc;
  color: #ffffff;
}
.masx-flag-container .msax-flag-nowasdeltaco:after {
  background-image: url("../img/spritemap-retina.png");
  background-position: -30px -170px;
  width: 23px;
  height: 22px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.masx-flag-container .msax-flag-new {
  background: #e3e3e3;
  color: #005da8;
  border: 1px solid #004175;
}
.masx-flag-container .msax-flag-new:after {
  background-image: url("../img/spritemap-retina.png");
  background-position: -30px -170px;
  width: 23px;
  height: 22px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.masx-flag-container .msax-flag-campaign {
  background: #e3e3e3;
  color: #005da8;
  border: 1px solid #004175;
}
.masx-flag-container .msax-flag-campaign:after {
  background-image: url("../img/spritemap-retina.png");
  background-position: -30px -170px;
  width: 23px;
  height: 22px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.masx-flag-container .msax-flag-offer {
  background: #005da8;
  color: #ffffff;
  border: 1px solid #004175;
}
.masx-flag-container .msax-flag-offer:after {
  background-image: url("../img/spritemap-retina.png");
  background-position: 0px -170px;
  width: 23px;
  height: 22px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.masx-flag-container .msax-flag-bargain {
  background: #005da8;
  color: #ffffff;
  border: 1px solid #004175;
}
.masx-flag-container .msax-flag-bargain:after {
  background-image: url("../img/spritemap-retina.png");
  background-position: 0px -170px;
  width: 23px;
  height: 22px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.msax-Icons {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.msax-flag-5years,
.msax-flag-3years,
.msax-flag-lifetime,
.msax-flag-5YearsStreez,
.msax-flag-ProductInListViewCart {
  top: -7px;
  right: -7px;
}
.msax-flag-5years img,
.msax-flag-3years img,
.msax-flag-lifetime img,
.msax-flag-5YearsStreez img,
.msax-flag-ProductInListViewCart img {
  display: none;
}
.msax-flag-ProductInCart {
  right: -7px;
}
.msax-flag-ProductInCart img {
  display: none;
}
.msax-flag-5years {
  background-image: url("../img/spritemap-retina.png");
  background-position: -60px -90px;
  width: 50px;
  height: 50px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.msax-flag-3years {
  background-image: url("../img/spritemap-retina.png");
  background-position: -315px -115px;
  width: 50px;
  height: 50px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.msax-flag-lifetime {
  background-image: url("../img/spritemap-retina.png");
  background-position: 0px -90px;
  width: 50px;
  height: 50px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.msax-flag-ProductInListViewCart {
  background-image: url("../img/spritemap-retina.png");
  background-position: -260px -130px;
  width: 50px;
  height: 50px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.msax-flag-5YearsStreez {
  background-image: url("../img/spritemap-retina.png");
  background-position: -315px -60px;
  width: 50px;
  height: 50px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
}
.msax-flag-ProductInCart,
.msax-flag-ProductInCartdetailsview {
  background-image: url("../img/spritemap-retina.png");
  background-position: -260px -130px;
  width: 50px;
  height: 50px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
  display: block;
}
.msax-productGaleryItem {
  border: 4px solid #e3e3e3;
  border-right-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  height: 300px;
  margin: 0;
  padding: 14px;
  width: auto;
  position: relative;
  z-index: 1;
}
.msax-productGaleryItem > div.msax-imageContainer {
  height: 140px;
  margin: 14px auto;
  width: 140px;
  position: relative;
}
.msax-productGaleryItem > div.msax-imageContainer img {
  max-height: 140px;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.msax-productGaleryItem > div.msax-imageContainer .msax-seeMore {
  font-size: 18px;
  padding-left: 79px;
  padding-top: 85px;
  position: absolute;
  width: 79px;
  z-index: 99;
}
.msax-productGaleryItem > div.msax-imageContainer .msax-seeMore > div {
  background-color: #005da8;
}
.msax-productGaleryItem > div.msax-imageContainer .msax-seeMore > div > div {
  color: #ffffff;
  font-size: 12px;
  padding: 7px 0 0 7px;
  text-transform: none;
}
.msax-productGaleryItem .msax-itemGalleryDescription {
  overflow: hidden;
  max-height: 58px;
}
.msax-productGaleryItem .msax-cableguideItemDescription {
  overflow: hidden;
  max-height: 116px;
}
.msax-productGaleryItem > div.msax-detailsContainer {
  margin: 14px 0 0;
  padding: 0;
}
.msax-productGaleryItem > div.msax-detailsContainer > a {
  color: #333333;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.msax-productGaleryItem > div.msax-detailsContainer .msax-adjustedPrice {
  color: #005da8;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  float: none;
}
.msax-productGaleryItem > div.msax-detailsContainer .msax-adjustedPrice .msax-basePrice {
  display: block;
  text-decoration: line-through;
  font-size: 12px;
  font-weight: 400;
  color: #dd2222;
}
.msax-productGaleryItem > div.msax-detailsContainer .msax-adjustedPrice span {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.msax-productGaleryItem:hover {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border: 4px solid #e3e3e3;
}
.msax-ProductViewType {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 30.8px;
  height: 30.8px;
  font-size: 12px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #005da8;
  border: 1px solid #004175;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  color: #ffffff;
}
.msax-ProductViewType:hover {
  background-color: #004f8f;
  border: 1px solid #00335c;
  text-decoration: none;
  color: #ffffff;
}
.msax-LargeButton.msax-RightAlign .msax-Button .msax-ButtonText,
.msax-bargainItem .msax-LargeButton .msax-Button {
  position: static;
}
.msax-AddToCart .msax-LargeButtonLeft {
  display: none;
}
.msax-productGaleryItem .msax-textflag-container .msax-textflag-instock {
  width: auto;
}
#productDetailsPage {
  /*Typograpy*/
}
#productDetailsPage .msax-imageCell {
  position: relative;
}
#productDetailsPage .msax-flag-5years,
#productDetailsPage .msax-flag-3years,
#productDetailsPage .msax-flag-lifetime,
#productDetailsPage .msax-flag-5YearsStreez,
#productDetailsPage .msax-flag-ProductInListViewCart {
  top: 0;
  right: 0;
}
#productDetailsPage .msax-productDetails .msax-detailsCell:before,
#productDetailsPage .msax-productDetails .msax-detailsCell:after {
  content: "";
  display: table;
}
#productDetailsPage .msax-productDetails .msax-detailsCell:after {
  clear: both;
}
#productDetailsPage .msax-productDetails .msax-thumbnailsContainer {
  float: left;
}
#productDetailsPage .msax-productDetails .msax-thumbnailsContainer .msax-thumbnail {
  height: 50px;
  width: 50px;
  position: relative;
}
#productDetailsPage .msax-productDetails .msax-thumbnailsContainer .msax-thumbnail img {
  max-height: 50px;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 479px) {
  #productDetailsPage .msax-productDetails .msax-thumbnailsContainer {
    margin-left: 14px;
  }
}
#productDetailsPage .msax-productDetails .msax-title {
  font-size: 18px;
  padding: 14px 0 7px;
  color: #333333;
  font-family: droid-sans, sans-serif;
  font-weight: 700;
  clear: left;
}
#productDetailsPage .msax-productDetails .msax-Brand {
  font-size: 14px;
}
#productDetailsPage .msax-productDetails #futureDeliveries {
  margin-bottom: 10px;
}
#productDetailsPage .msax-productDetails #futureDeliveries h3 {
  background: #d6d9db;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  padding: 7px;
  text-transform: none;
  border: 0;
}
#productDetailsPage .msax-productDetails #futureDeliveries h3:nth-child(1) {
  padding-left: 14px;
}
#productDetailsPage .msax-productDetails #futureDeliveries h3:nth-last-child(1) {
  padding-right: 14px;
}
#productDetailsPage .msax-productDetails #futureDeliveries li {
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 7px;
  border: 0;
  padding: 7px 14px;
}
#productDetailsPage .msax-productDetails #futureDeliveries li:nth-child(1) {
  padding-left: 14px;
}
#productDetailsPage .msax-productDetails #futureDeliveries li:nth-last-child(1) {
  padding-right: 14px;
}
#productDetailsPage .msax-productDetails #futureDeliveries li:nth-child(2n) {
  background: #f1f2f3;
}
#productDetailsPage .msax-productDetails .msax-adjustedPrice {
  font-size: 30px;
  color: #005da8;
  font-weight: 700;
  float: left;
}
#productDetailsPage .msax-productDetails .msax-adjustedPrice .msax-basePrice {
  display: block;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400;
  color: #dd2222;
}
#productDetailsPage .msax-productDetails .msax-adjustedPrice .msax-stock-listings {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 14px;
}
#productDetailsPage .msax-productDetails .msax-detailsContainer {
  width: 100%;
  float: right;
  position: relative;
}
#productDetailsPage .masx-flag-container.masx-flag-container-product-detail {
  position: static;
  padding: 0;
  margin: 14px 0 0;
  float: right;
  height: auto;
}
#productDetailsPage .masx-flag-container.masx-flag-container-product-detail .masx-flag-detailsview {
  display: block;
}
#productDetailsPage .msax-tabs > ul {
  width: 100%;
}
#productDetailsPage ul.cbs-List {
  margin-left: 0;
  padding: 0;
  top: 0;
}
#productDetailsPage #ProductRelationsTab {
  margin-top: 28px;
}
#productDetailsPage #ProductRelationsTab div[id|="tabs"] {
  clear: both;
  border-top: 1px solid #d1d1d1;
}
#productDetailsPage #ProductRelationsTab div[id|="tabs"]:before,
#productDetailsPage #ProductRelationsTab div[id|="tabs"]:after {
  content: "";
  display: table;
}
#productDetailsPage #ProductRelationsTab div[id|="tabs"]:after {
  clear: both;
}
#productDetailsPage #ProductRelationsTab ul.cbs-List {
  padding: 0 0 7px;
}
#productDetailsPage #ProductRelationsTab ul.cbs-List .msax-adjustedPrice {
  font-size: 16px;
}
#productDetailsPage #ProductRelationsTab .GalleryPaging {
  position: relative;
  left: 75px;
}
#productDetailsPage .msax-AddToCartButtons {
  float: right;
}
#productDetailsPage .msax-AddToCartButtons .msax-AddToCart {
  margin: 0;
}
#productDetailsPage .msax-AddToCartButtons .msax-StackedPrices img {
  padding-right: 7px;
}
#productDetailsPage .msax-tabs-row {
  min-height: 250px;
}
#productDetailsPage .msax-mainImage {
  height: 260px;
  width: 260px;
  position: relative;
}
#productDetailsPage .msax-mainImage img {
  max-height: 260px;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#productDetailsPage .msax-flag-listing .masx-flag-listview {
  float: right;
  clear: right;
  top: 0;
  right: 0;
  margin-bottom: 7px;
}
#productDetailsPage .msax-flag-listing .masx-flag-listview .masx-flag-detailsview {
  display: block;
}
#productDetailsPage .msax-charges {
  float: none;
  text-align: left;
}
#productDetailsPage .msax-charges .msax-chargeLineEnviron,
#productDetailsPage .msax-charges .msax-chargeLineCopyFee,
#productDetailsPage .msax-charges .msax-chargeLineDefault,
#productDetailsPage .msax-charges .msax-chargeLineKemical {
  display: block;
}
#productDetailsPage .msax-charges .msax-chargeLineEnviron:before,
#productDetailsPage .msax-charges .msax-chargeLineCopyFee:before,
#productDetailsPage .msax-charges .msax-chargeLineDefault:before,
#productDetailsPage .msax-charges .msax-chargeLineKemical:before {
  margin-right: 7px;
}
#productDetailsPage .msax-BackOrderDisplayIcon {
  display: inline-block;
  margin-left: 3.5px;
  float: left;
  padding-right: 5px;
}
#productDetailsPage .msax-BackOrderDisplayIcon:before {
  content: "";
  vertical-align: -2px;
}
.msax-charges,
.msax-itemDetailsWeight {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
}
.msax-charges .msax-chargeLineEnviron,
.msax-itemDetailsWeight .msax-chargeLineEnviron {
  display: inline-block;
  margin-left: 3.5px;
}
.msax-charges .msax-chargeLineEnviron:before,
.msax-itemDetailsWeight .msax-chargeLineEnviron:before {
  content: "";
  background-image: url("../img/spritemap-retina.png");
  background-position: -230px -110px;
  width: 18px;
  height: 16px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: -2px;
}
.msax-charges .msax-chargeLineCopyFee,
.msax-itemDetailsWeight .msax-chargeLineCopyFee {
  display: inline-block;
  margin-left: 3.5px;
}
.msax-charges .msax-chargeLineCopyFee:before,
.msax-itemDetailsWeight .msax-chargeLineCopyFee:before {
  content: "";
  background-image: url("../img/spritemap-retina.png");
  background-position: -230px -90px;
  width: 18px;
  height: 14px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: -2px;
}
.msax-charges .msax-chargeLineDefault,
.msax-itemDetailsWeight .msax-chargeLineDefault {
  display: inline-block;
  margin-left: 3.5px;
}
.msax-charges .msax-chargeLineDefault:before,
.msax-itemDetailsWeight .msax-chargeLineDefault:before {
  content: "";
  background-image: url("../img/spritemap-retina.png");
  background-position: -230px -150px;
  width: 16px;
  height: 14px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: -2px;
}
.msax-charges .msax-chargeLineKemical,
.msax-itemDetailsWeight .msax-chargeLineKemical {
  display: inline-block;
  margin-left: 3.5px;
}
.msax-charges .msax-chargeLineKemical:before,
.msax-itemDetailsWeight .msax-chargeLineKemical:before {
  content: "";
  background-image: url("../img/spritemap-retina.png");
  background-position: -230px -150px;
  width: 16px;
  height: 14px;
  background-size: 500px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: -2px;
}
.msax-charges .msax-BackOrderDisplayIconShoppingCart,
.msax-itemDetailsWeight .msax-BackOrderDisplayIconShoppingCart {
  display: block;
  margin-left: 3.5px;
}
.msax-charges .msax-BackOrderDisplayIconShoppingCart:before,
.msax-itemDetailsWeight .msax-BackOrderDisplayIconShoppingCart:before {
  content: "";
  vertical-align: -2px;
}
.msax-itemPerPackage {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  clear: right;
}
.msax-BackOrderDisplayIcon {
  display: inline-block;
  margin-left: 3.5px;
  float: right;
}
.msax-BackOrderDisplayIcon:before {
  content: "";
  vertical-align: -2px;
}
.msax-BackOrderDisplayIconText {
  color: red;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
}
.GallerySortby,
.GalleryViewType {
  display: inline-block;
  margin-right: 14px;
}
@media (max-width: 479px) {
  .GallerySortby,
  .GalleryViewType {
    float: none;
    text-align: left;
    padding-top: 7px;
  }
}
.msax-ProductGallery-TableRow {
  padding: 0 0 14px;
  margin: 0;
}
.msax-ProductGallery-TableRow > * {
  vertical-align: middle;
}
.msax-ProductGallery-TableRow .GalleryPaging {
  float: right;
}
@media (max-width: 479px) {
  .msax-ProductGallery-TableRow .GalleryPaging {
    float: none;
    text-align: left;
    padding-top: 7px;
  }
}
.msax-productDetails .msax-imageCell > .msax-mainImage {
  margin-right: 0;
  padding-right: 60px;
}
/*Product Item*/
.cbs-Gallery {
  padding: 0 0 14px;
  margin: 0 -7px;
  clear: both;
}
.cbs-Gallery:before,
.cbs-Gallery:after {
  content: "";
  display: table;
}
.cbs-Gallery:after {
  clear: both;
}
.cbs-Gallery > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 7px;
  margin: 0;
  float: left;
}
@media all and (max-width: 1045px) {
  .cbs-Gallery > li {
    width: 33.33333333%;
  }
}
@media (max-width: 768px) {
  .cbs-Gallery > li {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .cbs-Gallery > li {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .cbs-Gallery > li {
    padding: 0;
    padding-bottom: 7px;
  }
}
.cbs-Gallery .msax-AddToCart-amount-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  vertical-align: baseline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 7px;
  border: 1px solid #cccccc;
  color: #333333;
  width: 62px;
  display: inline-block;
}
.cbs-Gallery .msax-AddToCart-amount-input:hover {
  border-color: #0f94ff;
}
.cbs-Gallery .msax-AddToCart-amount-input:focus {
  border-color: #005da8;
}
.cbs-Gallery .msax-AddToCart-amount-input:disabled,
.cbs-Gallery .msax-AddToCart-amount-input[readonly] {
  background: #fefefe;
  color: #929496;
}
.col-md-9 .cbs-Gallery > li {
  width: 33.33333333%;
}
@media all and (max-width: 1045px) {
  .col-md-9 .cbs-Gallery > li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .col-md-9 .cbs-Gallery > li {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .col-md-9 .cbs-Gallery > li {
    width: 100%;
  }
}
ul.cbs-List {
  padding-bottom: 14px;
  clear: left;
  display: block;
  padding: 0;
  width: auto;
}
ul.cbs-List:before,
ul.cbs-List:after {
  content: "";
  display: table;
}
ul.cbs-List:after {
  clear: both;
}
ul.cbs-List > li {
  background: #ffffff;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
ul.cbs-List > li .msax-productListItem {
  clear: both;
  padding-top: 7px;
}
ul.cbs-List > li .msax-FloatLeft {
  float: left;
  padding: 0;
}
ul.cbs-List > li .msax-FloatLeft .msax-adjustedPrice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e3e3e3;
  color: #005da8;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0 7px 0 0;
  float: left;
  text-align: right;
  position: relative;
  top: -2px;
}
ul.cbs-List .msax-AddToCart-amount-input,
ul.cbs-List .msax-bargainItem .msax-AddToCart-amount-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  vertical-align: baseline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 7px;
  border: 1px solid #cccccc;
  color: #333333;
  width: 62px;
  display: inline-block;
}
ul.cbs-List .msax-AddToCart-amount-input:hover,
ul.cbs-List .msax-bargainItem .msax-AddToCart-amount-input:hover {
  border-color: #0f94ff;
}
ul.cbs-List .msax-AddToCart-amount-input:focus,
ul.cbs-List .msax-bargainItem .msax-AddToCart-amount-input:focus {
  border-color: #005da8;
}
ul.cbs-List .msax-AddToCart-amount-input:disabled,
ul.cbs-List .msax-bargainItem .msax-AddToCart-amount-input:disabled,
ul.cbs-List .msax-AddToCart-amount-input[readonly],
ul.cbs-List .msax-bargainItem .msax-AddToCart-amount-input[readonly] {
  background: #fefefe;
  color: #929496;
}
#ProductRelationsTab .ms-webpart-chrome-title {
  display: none;
}
.msax-bargainItem {
  border: 4px solid #e3e3e3;
  border-top: 0;
  border-bottom: 0;
}
.msax-bargainItem:before,
.msax-bargainItem:after {
  content: "";
  display: table;
}
.msax-bargainItem:after {
  clear: both;
}
.msax-bargainItem .msax-bargainTitleContainer {
  background: #e3e3e3;
  padding: 7px;
  font-weight: bold;
}
.msax-bargainItem div.msax-FloatLeft {
  width: 74px;
}
.msax-bargainItem .msax-descriptionContainer {
  margin-top: 7px;
}
.msax-bargainItem .msax-adjustedPrice {
  font-size: 16px;
  font-weight: 700;
  color: #005da8;
  padding-right: 7px;
}
.msax-bargainItem .msax-charges {
  display: block;
  float: right;
  margin: 0;
}
.msax-bargainItem div.msax-imageContainer {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 7px;
  float: left;
  clear: left;
  height: 60px;
  width: 60px;
  position: relative;
}
.msax-bargainItem div.msax-imageContainer img {
  max-height: 60px;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.msax-bargainItem .msax-bargainWrapper {
  padding: 0;
  border: 0;
  height: auto;
  background: rgba(255, 255, 255, 0);
}
.msax-bargainItem .msax-bargainWrapper .msax-AddToCartButtons {
  padding-bottom: 7px;
}
.msax-bargainItem .msax-bargainWrapper .msax-AddToCartButtons .msax-AddToCart {
  margin: 0;
}
.msax-bargainItem .msax-bargainWrapper .msax-detailsContainer {
  color: #005da8;
  font-size: 14px;
  font-weight: 700;
  padding-top: 3px;
  left: -2px;
  position: relative;
}
.msax-bargainItem .msax-AddToCartButtons {
  float: right;
  margin: 0 7px 0 0;
  position: relative;
  left: 0;
  bottom: 0;
}
.cbs-List li:nth-last-child(1) .msax-bargainItem {
  border-bottom: 4px solid #e3e3e3;
}
#productGalleryCategoryPage ul.cbs-List {
  background: transparent;
  padding: 0;
  clear: both;
  display: block;
  width: auto;
  border-top: 4px solid #e3e3e3;
  border-bottom: 4px solid #e3e3e3;
}
#productGalleryCategoryPage ul.cbs-List:before,
#productGalleryCategoryPage ul.cbs-List:after {
  content: "";
  display: table;
}
#productGalleryCategoryPage ul.cbs-List:after {
  clear: both;
}
#productGalleryCategoryPage ul.cbs-List > li {
  background: #ffffff;
  border: 0;
  border-top: 2px dashed #e3e3e3;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0;
  padding: 0 14px;
}
#productGalleryCategoryPage ul.cbs-List > li:nth-child(1) {
  border-top: 0;
}
#productGalleryCategoryPage ul.cbs-List > li .msax-productListItem {
  clear: both;
  padding-top: 7px;
}
#productGalleryCategoryPage ul.cbs-List > li .msax-FloatLeft .msax-adjustedPrice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e3e3e3;
  color: #005da8;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0 7px 0 0;
  float: left;
  text-align: right;
  position: relative;
  top: -2px;
}
.msax-productListItem {
  clear: both;
}
.msax-productListItem:before,
.msax-productListItem:after {
  content: "";
  display: table;
}
.msax-productListItem:after {
  clear: both;
}
.msax-productListItem .msax-imageCell {
  height: 80px;
  width: 80px;
  position: relative;
}
.msax-productListItem .msax-imageCell img {
  max-height: 80px;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.msax-productListItem .msax-imageContainer {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 10%;
  float: left;
  padding: 7px;
}
.msax-productListItem .msax-imageContainer .msax-seeMore {
  display: none;
  font-size: 18px;
  padding-left: 0;
  padding-top: 20px;
  position: absolute;
  width: 10%;
  height: 0;
}
.msax-productListItem .msax-imageContainer .msax-image {
  max-height: 80px;
}
.msax-productListItem .msax-imageContainer .msax-seeMore > div {
  background-color: #005DA8;
  margin-top: 60px;
  height: 0;
  opacity: 0;
}
.msax-productListItem .msax-imageContainer .msax-seeMore > div > div {
  color: #FFFFFF;
  font-size: 12px;
  padding: 9px 0 0 9px;
  text-transform: none;
}
.msax-productListItem .msax-description-listing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  float: left;
  padding: 7px;
}
.msax-productListItem .msax-stock-listings {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 10%;
  float: left;
  padding: 7px;
}
.msax-productListItem .msax-price-listing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 10%;
  float: left;
  padding: 7px;
}
.msax-productListItem .msax-cart-listing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15%;
  float: left;
  padding: 7px;
}
.msax-productListItem .msax-cart-listing .msax-AddToCart {
  display: inline-block;
}
.msax-productListItem .msax-cart-listing .msax-AddToCart-amount-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  color: #333333;
  padding: 0 7px;
  width: 42px;
}
.msax-productListItem .msax-cart-listing .msax-AddToCart-amount-input:hover {
  border-color: #0f94ff;
}
.msax-productListItem .msax-cart-listing .msax-AddToCart-amount-input:focus {
  border-color: #005da8;
}
.msax-productListItem .msax-cart-listing .msax-AddToCart-amount-input:disabled,
.msax-productListItem .msax-cart-listing .msax-AddToCart-amount-input[readonly] {
  background: #fefefe;
  color: #929496;
}
.msax-productListItem .msax-flag-listing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding: 7px;
}
.msax-productListItem .msax-flag-listing .masx-flag-container {
  position: static;
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
}
.msax-productListItem .msax-flag-listing .masx-flag-container .masx-flag-listview {
  position: relative;
  float: right;
  clear: right;
  width: auto;
  padding: 0 28px 0 7px;
}
.msax-productListItem .msax-flag-listing .masx-flag-container .masx-flag-listview.msax-flag-5years,
.msax-productListItem .msax-flag-listing .masx-flag-container .masx-flag-listview.msax-flag-3years,
.msax-productListItem .msax-flag-listing .masx-flag-container .masx-flag-listview.msax-flag-lifetime,
.msax-productListItem .msax-flag-listing .masx-flag-container .masx-flag-listview.msax-flag-5YearsStreez,
.msax-productListItem .msax-flag-listing .masx-flag-container .masx-flag-listview.msax-flag-ProductInListViewCart {
  position: static;
  float: left;
  margin: 0;
  padding: 0 5px 0 0;
  width: 50px;
}
@media (max-width: 1045px) {
  .msax-productListItem .msax-imageContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 10%;
    float: left;
    padding: 7px;
  }
  .msax-productListItem .msax-description-listing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    float: left;
    padding: 7px;
  }
  .msax-productListItem .msax-stock-listings {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 10%;
    float: left;
    padding: 7px;
  }
  .msax-productListItem .msax-price-listing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
    padding: 7px;
  }
  .msax-productListItem .msax-cart-listing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 7px;
    clear: left;
  }
  .msax-productListItem .msax-flag-listing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 7px;
  }
}
@media (max-width: 479px) {
  .msax-productListItem .msax-imageContainer,
  .msax-productListItem .msax-description-listing,
  .msax-productListItem .msax-stock-listings,
  .msax-productListItem .msax-price-listing,
  .msax-productListItem .msax-cart-listing,
  .msax-productListItem .msax-flag-listing {
    display: block;
    float: none;
    width: auto;
  }
}
.hasstock {
  color: #39b54a;
}
.nostock {
  color: #dd2222;
}
.ms-dlgFrameContainer {
  margin: 0;
  padding: 0 14px;
}
.ms-dlgFrameContainer iframe {
  width: 100%;
  height: 100%;
}
.msax-table.msax-productQuickViewDetails {
  display: block;
}
.msax-table.msax-productQuickViewDetails .msax-tableRow {
  display: block;
}
.msax-table.msax-productQuickViewDetails .msax-tableRow .msax-imageCell {
  display: block;
  width: auto;
  padding: 13px 0;
}
.msax-table.msax-productQuickViewDetails .msax-tableRow .msax-imageCell .msax-thumbnailsContainer {
  overflow: hidden;
}
.msax-table.msax-productQuickViewDetails .msax-tableRow .msax-imageCell .msax-thumbnailsContainer .msax-thumbnail {
  height: 50px;
  width: 50px;
  position: relative;
}
.msax-table.msax-productQuickViewDetails .msax-tableRow .msax-imageCell .msax-thumbnailsContainer .msax-thumbnail img {
  max-height: 50px;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.msax-table.msax-productQuickViewDetails .msax-tableRow .msax-imageCell > .msax-mainImage {
  width: 100%;
  height: auto;
  max-height: 500px;
  text-align: center;
}
.msax-table.msax-productQuickViewDetails .msax-tableRow .msax-imageCell > .msax-mainImage > img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.GalleryPaging,
.GalleryPagingBottom {
  text-align: right;
  padding: 0;
}
.GalleryPaging > [class*="ms-promlink"],
.GalleryPagingBottom > [class*="ms-promlink"] {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.GalleryPaging span.ms-promlink-pageInfo,
.GalleryPagingBottom span.ms-promlink-pageInfo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 30.8px;
  height: 30.8px;
  font-size: 12px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #005da8;
  border: 1px solid #004175;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  line-height: 16px;
  padding: 7px;
  vertical-align: middle;
}
.GalleryPaging span.ms-promlink-pageInfo:hover,
.GalleryPagingBottom span.ms-promlink-pageInfo:hover {
  background-color: #004f8f;
  border: 1px solid #00335c;
  text-decoration: none;
  color: #ffffff;
}
.GalleryPaging .ms-promlink-button,
.GalleryPagingBottom .ms-promlink-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 30.8px;
  height: 30.8px;
  font-size: 12px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #005da8;
  border: 1px solid #004175;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  line-height: 16px;
  min-width: 30px;
  padding: 7px;
  vertical-align: middle;
  text-align: center;
}
.GalleryPaging .ms-promlink-button:hover,
.GalleryPagingBottom .ms-promlink-button:hover {
  background-color: #004f8f;
  border: 1px solid #00335c;
  text-decoration: none;
  color: #ffffff;
}
.GalleryPaging .ms-promlink-button.selected,
.GalleryPagingBottom .ms-promlink-button.selected,
.GalleryPaging .ms-promlink-button.active,
.GalleryPagingBottom .ms-promlink-button.active,
.GalleryPaging .ms-promlink-button.current,
.GalleryPagingBottom .ms-promlink-button.current {
  background: #000000;
}
.GalleryPaging .ms-promlink-button.selected:hover,
.GalleryPagingBottom .ms-promlink-button.selected:hover,
.GalleryPaging .ms-promlink-button.active:hover,
.GalleryPagingBottom .ms-promlink-button.active:hover,
.GalleryPaging .ms-promlink-button.current:hover,
.GalleryPagingBottom .ms-promlink-button.current:hover {
  background: #000000;
}
.GalleryPaging .ms-promlink-button[class*="disabled"],
.GalleryPagingBottom .ms-promlink-button[class*="disabled"] {
  background: white;
}
.GalleryPaging .ms-promlink-button[class*="disabled"]:hover,
.GalleryPagingBottom .ms-promlink-button[class*="disabled"]:hover {
  background: white;
}
.GalleryPaging span.ms-promlink-button-image,
.GalleryPagingBottom span.ms-promlink-button-image {
  color: #fff;
  text-align: center;
}
.GalleryPaging .ms-promlink-button-inner,
.GalleryPagingBottom .ms-promlink-button-inner {
  display: inline-block;
  padding: 0;
}
.GalleryPaging .ms-promlink-button-image,
.GalleryPagingBottom .ms-promlink-button-image {
  display: inline-block;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
  width: 16px;
}
.GalleryPaging .ms-promlink-button-left,
.GalleryPagingBottom .ms-promlink-button-left {
  left: -127px;
  position: absolute;
  top: -232px;
}
.GalleryPaging .ms-promlink-button-right,
.GalleryPagingBottom .ms-promlink-button-right {
  left: -199px;
  position: absolute;
  top: -228px;
}
.GalleryPaging .ms-promlink-button-left-disabled,
.GalleryPagingBottom .ms-promlink-button-left-disabled {
  left: -145px;
  position: absolute;
  top: -232px;
}
.GalleryPaging .ms-promlink-button-right-disabled,
.GalleryPagingBottom .ms-promlink-button-right-disabled {
  left: -181px;
  position: absolute;
  top: -228px;
}
.GalleryPaging .ms-promlink-button-left-hover,
.GalleryPagingBottom .ms-promlink-button-left-hover {
  left: -217px;
  position: absolute;
  top: -228px;
}
.GalleryPaging .ms-promlink-button-right-hover,
.GalleryPagingBottom .ms-promlink-button-right-hover {
  left: -163px;
  position: absolute;
  top: -232px;
}
.GalleryPaging .ms-promlink-button-hidden,
.GalleryPagingBottom .ms-promlink-button-hidden {
  display: none;
}
.GalleryPaging .ms-promlink-button-disabled,
.GalleryPagingBottom .ms-promlink-button-disabled {
  background-color: rgba(255, 255, 255, 0.85);
}
.GalleryPaging .ms-core-needIEFilter .ms-promlink-button-disabled,
.GalleryPagingBottom .ms-core-needIEFilter .ms-promlink-button-disabled {
  background-color: transparent;
}
.GalleryPaging .ms-promlink-button-disabled-hover,
.GalleryPagingBottom .ms-promlink-button-disabled-hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.GalleryPaging .ms-core-needIEFilter .ms-promlink-button-hover,
.GalleryPagingBottom .ms-core-needIEFilter .ms-promlink-button-hover {
  background-color: transparent;
}
.GalleryPaging .ms-promlink-button-enabled,
.GalleryPagingBottom .ms-promlink-button-enabled {
  background-color: rgba(255, 255, 255, 0.85);
}
.GalleryPaging .ms-core-needIEFilter .ms-promlink-button-enabled,
.GalleryPagingBottom .ms-core-needIEFilter .ms-promlink-button-enabled {
  background-color: transparent;
}
.GalleryPaging .ms-promlink-button-enabled-hover,
.GalleryPagingBottom .ms-promlink-button-enabled-hover,
.GalleryPaging .ms-promlink-button-enabled:hover,
.GalleryPagingBottom .ms-promlink-button-enabled:hover {
  background-color: #E6F2FA;
}
.GalleryPaging .ms-core-needIEFilter .ms-promlink-button-enabled-hover,
.GalleryPagingBottom .ms-core-needIEFilter .ms-promlink-button-enabled-hover,
.GalleryPaging .ms-core-needIEFilter .ms-promlink-button-enabled:hover,
.GalleryPagingBottom .ms-core-needIEFilter .ms-promlink-button-enabled:hover {
  background-color: transparent;
}
.GalleryPaging .ms-promlink-button-enabled-pressed,
.GalleryPagingBottom .ms-promlink-button-enabled-pressed {
  background-color: #92C0E0;
  border-color: #2A8DD4;
}
.GalleryPaging .ms-core-needIEFilter .ms-promlink-button-enabled-pressed,
.GalleryPagingBottom .ms-core-needIEFilter .ms-promlink-button-enabled-pressed {
  background-color: transparent;
}
.GalleryPaging .ms-promlink-button-image img,
.GalleryPagingBottom .ms-promlink-button-image img {
  max-width: none;
}
.masx-Overlay.msax-Add {
  display: none;
}
#Refinement {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}
#Refinement .ms-ref-refiner {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 7px;
}
@media all and (min-width: 1045px) {
  #Refinement .ms-ref-refiner:nth-child(4n+1) {
    clear: left;
  }
}
@media all and (max-width: 1045px) {
  #Refinement .ms-ref-refiner {
    width: 33.33333333%;
  }
  #Refinement .ms-ref-refiner:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 768px) {
  #Refinement .ms-ref-refiner {
    width: 50%;
  }
  #Refinement .ms-ref-refiner:nth-child(2n+1) {
    clear: left;
  }
  #Refinement .ms-ref-refiner:nth-child(3n+1) {
    clear: none;
  }
}
@media (max-width: 479px) {
  #Refinement .ms-ref-refiner {
    width: 100%;
    float: none;
  }
}
#Refinement .ms-ref-refiner > div {
  display: block;
  padding-left: 0;
}
#Refinement .ms-ref-refiner #Value,
#Refinement .ms-ref-refiner .ms-ref-unsel-toggle,
#Refinement .ms-ref-refiner #OtherValue,
#Refinement .ms-ref-refiner #SubmitValue {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 3.5px 0;
  width: 100%;
}
#Refinement .ms-ref-refiner .ms-ref-refinername {
  color: #333333;
  padding: 0 0 7px;
  margin: 0;
  text-align: left;
  width: 100%;
  border: 0;
}
#Refinement .ms-ref-refiner .ms-ref-refinername .ms-displayInlineBlock {
  font-size: 12px;
  text-transform: none;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.msax-OrderDetailsView .msax-ShoppingCartItems > tbody .msax-AddToCart {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 33.6px;
  height: 33.6px;
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #39b54a;
  border: 1px solid #2d8e3a;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.msax-OrderDetailsView .msax-ShoppingCartItems > tbody .msax-AddToCart:hover {
  background-color: #33a242;
  border: 1px solid #277b32;
  text-decoration: none;
  color: #ffffff;
}
.msax-OrderDetailsView .msax-ShoppingCartItems > tbody .msax-AddToCart:hover .msax-ButtonText {
  color: #ffffff;
  text-decoration: none;
}
.cableGuideHTML {
  background: white;
}
ol {
  list-style: decimal outside none;
}
div ul.category {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
}
div ul.category li {
  margin: 0;
  padding: 7px 14px;
  display: inline-block;
  color: #005da8;
}
div ul.category li.active {
  font-weight: 700;
}
div.step {
  margin: 0;
  padding: 7px 0;
  overflow: hidden;
  min-height: 220px;
}
div.step div.owl {
  margin: 0;
  padding: 7px;
  list-style: none;
  position: relative;
  border-top: 30px solid #005da8;
  overflow: visible;
}
div.step div.owl .owl-wrapper-outer {
  margin-top: -37px;
}
div.step div.owl .plug {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
  margin: 0 auto 0;
  padding: 0;
  float: left;
  position: relative;
}
div.step div.owl .plug.active div.image {
  border: 4px solid #e3e3e3;
  padding: 0;
}
div.step div.owl .plug.active div.image:after {
  content: "";
  border-color: transparent;
  border-top-color: #e3e3e3;
  border-style: solid;
  border-width: 14px 14px 0;
  position: absolute;
  bottom: -18px;
  left: 52px;
}
div.step div.owl .plug.loading div.image:before {
  content: "";
  background: rgba(204, 204, 204, 0.5) url(../img/ajax-loader.gif) no-repeat 50% 50%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
div.step div.owl .plug h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  display: block;
  color: white;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
div.step div.owl .plug div.image {
  position: relative;
  height: 140px;
  width: 140px;
  margin-top: 2px;
  padding: 4px;
}
div.step div.owl .plug p {
  background: #fefefe;
  font-size: 12px;
}
div.step div.owl .plug p > span + span:before {
  content: ", ";
}
div.step div.owl .plug img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 140px;
  margin: auto;
  z-index: 1;
}
div.step div.owl .plug.multiPass img {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
}
div.step div.owl .plug.multiPass img + img {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
div.step div.owl .plug.multiPass img + img + img {
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
}
div.step div.owl .plug.multiPass img + img + img + img {
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}
div.step div.owl .plug.multiPass img + img + img + img + img {
  top: 25%;
  left: 25%;
  bottom: 25%;
  right: 25%;
  z-index: 2;
  opacity: .8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cableGuide2,
#cableGuide3 {
  display: none;
}
/* Things to merge ASAP */
.well .msax-cart-left-container textarea.msax-cart-left-textbox {
  height: auto;
  line-height: 1.4;
  padding: 7px 14px;
}
/* End Things*/
.msax-ErrorPanel {
  position: relative;
}
.msax-ErrorPanel .msax-ErrorPanelClose {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  top: 7px;
  right: 14px;
  position: absolute;
  padding: 0 4px;
  line-height: 1.2;
  border: 1px solid black;
  background: inherit;
  cursor: pointer;
}
.msax-LargeButtonRight,
.msax-LargeButtonleft {
  background: purple;
  display: block;
}
body #s4-workspace {
  overflow: visible;
}
#s4-bodyContainer {
  padding: 135px 0 0 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media print {
  #s4-bodyContainer {
    padding: 0;
  }
}
html {
  height: auto;
}
body {
  color: #333333;
  font-family: droid-sans, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  background: #e3e3e3 url("") fixed repeat 50% 0;
  background-size: 857px;
  height: auto;
  overflow: auto;
}
body.ms-backgroundImage {
  background: #e3e3e3 url("") fixed repeat 50% 0;
  background-size: 857px;
}
@media (max-width: 768px) {
  body {
    background: #ffffff;
  }
}
.ms-cui-topBar2 {
  border-bottom: 1px solid #e3e3e3;
}
a,
a:link,
a:visited,
.ms-link:visited {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:link:hover,
a:visited:hover,
.ms-link:visited:hover {
  color: #0066cc;
  text-decoration: underline;
}
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
#deltacoWelcomeWrapper > span {
  display: none;
}
#mp1_0_0 {
  display: none;
}
.header {
  font-family: droid-sans, sans-serif;
  margin: 14px 0;
  padding: 0;
  font-weight: 700;
}
.header-h1 {
  font-family: droid-sans, sans-serif;
  margin: 14px 0;
  padding: 0;
  font-weight: 700;
  margin-top: 21px;
  color: #005da8;
  font-size: 30px;
  line-height: 1;
}
.header-h2 {
  margin-top: 21px;
  color: #005da8;
  font-size: 24px;
  line-height: 1.1;
}
.header-h3 {
  color: #333333;
  font-size: 18px;
  line-height: 1.2;
}
.header-h4 {
  color: #333333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}
h1 {
  font-family: droid-sans, sans-serif;
  margin: 14px 0;
  padding: 0;
  font-weight: 700;
  margin-top: 21px;
  color: #005da8;
  font-size: 30px;
  line-height: 1;
}
h2 {
  font-size: 18px;
  margin: 14px 0 7px;
  color: #005da8;
}
h2.msax_CategoryTitle,
h2.ms-webpart-chrome-title,
h2.ms-webpart-titleText,
h2.ms-webpart-titleText.ms-webpart-titleText {
  color: #005da8;
  margin: 0;
}
.msax_CategoryTitle,
.ms-webpart-chrome-title,
.ms-webpart-titleText,
.ms-webpart-titleText > a {
  font-family: droid-sans, sans-serif;
  margin: 14px 0;
  font-weight: 700;
  margin-top: 21px;
  color: #005da8;
  font-size: 30px;
  line-height: 1;
  line-height: 1.2;
  display: block;
  clear: left;
  padding: 0;
  margin: 0;
}
@media (max-width: 479px) {
  #DeltaPlaceHolderBelowLogo,
  .ms-webpart-chrome-title {
    margin-left: 21px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: droid-sans, sans-serif !important;
  font-weight: 700;
  line-height: 1.1;
}
.msax-ContentPage {
  width: auto;
  padding: 14px;
  line-height: 1.4;
}
.msax-ContentPage h1,
.msax-ContentPage h2,
.msax-ContentPage h3,
.msax-ContentPage h4,
.msax-ContentPage h5 {
  padding: 0;
  margin: 14px 0 14px;
}
.msax-ContentPage p {
  margin: 14px 0;
}
.msax-ContentPage ul {
  list-style: disc;
  margin: 14px 0;
  padding: 0 0 0 2em;
}
.msax-ContentPage ul li {
  margin: 3.5px 0;
  padding: 0;
}
.msax-ContentPage ol {
  list-style: disc;
  margin: 14px 0;
  padding: 0 0 0 2em;
  list-style: decimal;
}
.msax-ContentPage ol li {
  margin: 3.5px 0;
  padding: 0;
}
.msax-ContentPage blockquote {
  margin: 14px 0;
  padding: 0 24px;
  border-left: 4px solid #e3e3e3;
}
.msax-ContentPage blockquote p:last-child {
  margin: 14px 0;
}
#nitRam {
  background: transparent;
}
#nitRam > .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 7px;
  max-width: 1145px;
  border: 0;
  color: inherit;
  margin: 0 auto;
  width: auto;
}
#nitRam > .content:before,
#nitRam > .content:after {
  content: "";
  display: table;
}
#nitRam > .content:after {
  clear: both;
}
@media (max-width: 768px) {
  #nitRam > .content {
    padding: 0;
  }
}
#nitRam > .content > .row {
  margin: -7px;
}
#nitRam caption {
  text-align: left;
  padding: 7px 14px;
}
table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 7px 0;
}
table thead td {
  background: #d6d9db;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  padding: 7px;
  text-transform: none;
  border: 0;
}
table thead td:nth-child(1) {
  padding-left: 14px;
}
table thead td:nth-last-child(1) {
  padding-right: 14px;
}
table tr {
  background: #fff;
}
table tr td:nth-last-child(2) > div:nth-last-child(1) {
  background: #f1f2f3;
}
table tr:nth-child(2n) {
  background: #f1f2f3;
}
table tr:nth-child(2n) td:nth-last-child(2) > div:nth-last-child(1) {
  background: #fff;
}
table tr th {
  background: #d6d9db;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  padding: 7px;
  text-transform: none;
  border: 0;
}
table tr th:nth-child(1) {
  padding-left: 14px;
}
table tr th:nth-last-child(1) {
  padding-right: 14px;
}
table tr td {
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 7px;
  border: 0;
}
table tr td:nth-child(1) {
  padding-left: 14px;
}
table tr td:nth-last-child(1) {
  padding-right: 14px;
}
/*_________________________________________________________*/
.ms-helperText,
input.ms-helperText {
  color: #000000;
}
.ms-dialog #s4-ribbonrow,
.ms-dialog .ms-webpart-chrome-title,
.ctl00_ctl52_fullscreenmodeBtn,
.ms-core-deltaSuiteLinks,
.ms-core-brandingText,
.ms-dialog .msax-MaintenanceInfoDiv {
  display: none;
}
.ms-cui-TabRowRight,
.msaxHidden,
.msax-Hidden,
.msax-Ninja {
  display: none !important;
}
#ms-help {
  display: none;
  height: 30px;
}
.msax-FloatLeft {
  float: left;
}
.msax-FloatRight {
  float: right;
}
.msax-Clear {
  clear: both;
}
.ms-webpart-titleText > a:hover {
  color: #0072c6;
}
.ms-webpart-titleText > a:active {
  color: #004d85;
}
.ms-webpart-titleText-withMenu {
  padding-right: 35px;
}
/* masax dlg */
.ms-dlgContent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  margin: 0;
  border: 0;
  padding: 1px;
}
.ms-dlgContent .ms-dlgBorder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden !important;
  padding: 0;
  border: 5px solid #d1d1d1;
}
.ms-dlgTitle {
  background-color: #e3e3e3;
  cursor: move;
  overflow: hidden;
  padding: 0 19px;
  white-space: nowrap;
}
.ms-dlgTitle h1#dialogTitleSpan {
  margin-bottom: 5px;
}
.ms-dlg-heading,
h2.ms-dlg-heading {
  color: #005da8;
  font-size: 1.46em;
  font-weight: bold;
  padding-bottom: 0 !important;
  padding-top: 5px;
}
.ms-dialog {
  overflow: visible;
  background: #fff;
}
.ms-dialog body {
  overflow: auto;
  background: #fff;
}
.ms-dialog form {
  overflow: visible;
}
.ms-dialog #s4-workspace {
  background-color: #ffffff;
  margin-top: 0;
  overflow: visible !important;
}
h1#dialogTitleSpan {
  margin-top: 0;
}
.ms-dlgTitleBtns {
  float: right;
  height: 30px;
  margin-right: -15px;
  margin-top: -2px;
}
/*Welcome page*/
/*webpart space*/
.msax-orderAddress-shippingStep > .row {
  margin: 0;
}
/*Typograpy*/
/*Images*/
.msax-CheckoutControl {
  position: relative;
  margin-top: -44px;
  left: 163px;
  display: none;
}
/*Spacing between product-items*/
.col-md-12 {
  width: 100%;
}
.col-md-9 {
  width: 75%;
}
@media all and (max-width: 1045px) {
  .col-md-9 {
    width: 66.66666667%;
  }
}
@media (max-width: 768px) {
  .col-md-9 {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .col-md-9 {
    width: 100%;
  }
}
.col-md-3 {
  width: 25%;
}
@media all and (max-width: 1045px) {
  .col-md-3 {
    width: 33.33333333%;
  }
}
@media (max-width: 768px) {
  .col-md-3 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .col-md-3 {
    width: 100%;
  }
}
.col-md-4 {
  width: 33.33333333%;
}
@media all and (max-width: 1045px) {
  .col-md-4 {
    width: 66.66666667%;
  }
}
@media (max-width: 768px) {
  .col-md-4 {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .col-md-4 {
    width: 100%;
  }
}
.col-md-5 {
  width: 41.66666667%;
}
@media all and (max-width: 1045px) {
  .col-md-5 {
    width: 66.66666667%;
  }
}
@media (max-width: 768px) {
  .col-md-5 {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .col-md-5 {
    width: 100%;
  }
}
/* Product List End */
/*Bootstrap ovverrides*/
ul,
ol {
  list-style: none outside none;
  margin-bottom: 0;
  margin-top: 0;
}
.navbar-default {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #555555;
  border: 0;
  border-bottom: 1px solid #fefefe;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
#topnavbar .navbar {
  margin-bottom: 14px;
  z-index: 50;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.msax-button.col-md-6[disabled],
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px;
  min-height: 0;
  position: static;
  display: block;
  float: left;
}
.col-xs-1 input[type="text"],
.col-xs-2 input[type="text"],
.col-xs-3 input[type="text"],
.col-xs-4 input[type="text"],
.col-xs-5 input[type="text"],
.col-xs-6 input[type="text"],
.col-xs-7 input[type="text"],
.col-xs-8 input[type="text"],
.col-xs-9 input[type="text"],
.col-xs-10 input[type="text"],
.col-xs-11 input[type="text"],
.col-xs-12 input[type="text"],
.col-sm-1 input[type="text"],
.col-sm-2 input[type="text"],
.col-sm-3 input[type="text"],
.col-sm-4 input[type="text"],
.col-sm-5 input[type="text"],
.col-sm-6 input[type="text"],
.col-sm-7 input[type="text"],
.col-sm-8 input[type="text"],
.col-sm-9 input[type="text"],
.col-sm-10 input[type="text"],
.col-sm-11 input[type="text"],
.col-sm-12 input[type="text"],
.col-md-1 input[type="text"],
.col-md-2 input[type="text"],
.col-md-3 input[type="text"],
.col-md-4 input[type="text"],
.col-md-5 input[type="text"],
.col-md-6 input[type="text"],
.msax-button.col-md-6[disabled] input[type="text"],
.col-md-7 input[type="text"],
.col-md-8 input[type="text"],
.col-md-9 input[type="text"],
.col-md-10 input[type="text"],
.col-md-11 input[type="text"],
.col-md-12 input[type="text"],
.col-lg-1 input[type="text"],
.col-lg-2 input[type="text"],
.col-lg-3 input[type="text"],
.col-lg-4 input[type="text"],
.col-lg-5 input[type="text"],
.col-lg-6 input[type="text"],
.col-lg-7 input[type="text"],
.col-lg-8 input[type="text"],
.col-lg-9 input[type="text"],
.col-lg-10 input[type="text"],
.col-lg-11 input[type="text"],
.col-lg-12 input[type="text"],
.col-xs-1 input[type="tel"],
.col-xs-2 input[type="tel"],
.col-xs-3 input[type="tel"],
.col-xs-4 input[type="tel"],
.col-xs-5 input[type="tel"],
.col-xs-6 input[type="tel"],
.col-xs-7 input[type="tel"],
.col-xs-8 input[type="tel"],
.col-xs-9 input[type="tel"],
.col-xs-10 input[type="tel"],
.col-xs-11 input[type="tel"],
.col-xs-12 input[type="tel"],
.col-sm-1 input[type="tel"],
.col-sm-2 input[type="tel"],
.col-sm-3 input[type="tel"],
.col-sm-4 input[type="tel"],
.col-sm-5 input[type="tel"],
.col-sm-6 input[type="tel"],
.col-sm-7 input[type="tel"],
.col-sm-8 input[type="tel"],
.col-sm-9 input[type="tel"],
.col-sm-10 input[type="tel"],
.col-sm-11 input[type="tel"],
.col-sm-12 input[type="tel"],
.col-md-1 input[type="tel"],
.col-md-2 input[type="tel"],
.col-md-3 input[type="tel"],
.col-md-4 input[type="tel"],
.col-md-5 input[type="tel"],
.col-md-6 input[type="tel"],
.msax-button.col-md-6[disabled] input[type="tel"],
.col-md-7 input[type="tel"],
.col-md-8 input[type="tel"],
.col-md-9 input[type="tel"],
.col-md-10 input[type="tel"],
.col-md-11 input[type="tel"],
.col-md-12 input[type="tel"],
.col-lg-1 input[type="tel"],
.col-lg-2 input[type="tel"],
.col-lg-3 input[type="tel"],
.col-lg-4 input[type="tel"],
.col-lg-5 input[type="tel"],
.col-lg-6 input[type="tel"],
.col-lg-7 input[type="tel"],
.col-lg-8 input[type="tel"],
.col-lg-9 input[type="tel"],
.col-lg-10 input[type="tel"],
.col-lg-11 input[type="tel"],
.col-lg-12 input[type="tel"],
.col-xs-1 input[type="date"],
.col-xs-2 input[type="date"],
.col-xs-3 input[type="date"],
.col-xs-4 input[type="date"],
.col-xs-5 input[type="date"],
.col-xs-6 input[type="date"],
.col-xs-7 input[type="date"],
.col-xs-8 input[type="date"],
.col-xs-9 input[type="date"],
.col-xs-10 input[type="date"],
.col-xs-11 input[type="date"],
.col-xs-12 input[type="date"],
.col-sm-1 input[type="date"],
.col-sm-2 input[type="date"],
.col-sm-3 input[type="date"],
.col-sm-4 input[type="date"],
.col-sm-5 input[type="date"],
.col-sm-6 input[type="date"],
.col-sm-7 input[type="date"],
.col-sm-8 input[type="date"],
.col-sm-9 input[type="date"],
.col-sm-10 input[type="date"],
.col-sm-11 input[type="date"],
.col-sm-12 input[type="date"],
.col-md-1 input[type="date"],
.col-md-2 input[type="date"],
.col-md-3 input[type="date"],
.col-md-4 input[type="date"],
.col-md-5 input[type="date"],
.col-md-6 input[type="date"],
.msax-button.col-md-6[disabled] input[type="date"],
.col-md-7 input[type="date"],
.col-md-8 input[type="date"],
.col-md-9 input[type="date"],
.col-md-10 input[type="date"],
.col-md-11 input[type="date"],
.col-md-12 input[type="date"],
.col-lg-1 input[type="date"],
.col-lg-2 input[type="date"],
.col-lg-3 input[type="date"],
.col-lg-4 input[type="date"],
.col-lg-5 input[type="date"],
.col-lg-6 input[type="date"],
.col-lg-7 input[type="date"],
.col-lg-8 input[type="date"],
.col-lg-9 input[type="date"],
.col-lg-10 input[type="date"],
.col-lg-11 input[type="date"],
.col-lg-12 input[type="date"],
.col-xs-1 input[type="password"],
.col-xs-2 input[type="password"],
.col-xs-3 input[type="password"],
.col-xs-4 input[type="password"],
.col-xs-5 input[type="password"],
.col-xs-6 input[type="password"],
.col-xs-7 input[type="password"],
.col-xs-8 input[type="password"],
.col-xs-9 input[type="password"],
.col-xs-10 input[type="password"],
.col-xs-11 input[type="password"],
.col-xs-12 input[type="password"],
.col-sm-1 input[type="password"],
.col-sm-2 input[type="password"],
.col-sm-3 input[type="password"],
.col-sm-4 input[type="password"],
.col-sm-5 input[type="password"],
.col-sm-6 input[type="password"],
.col-sm-7 input[type="password"],
.col-sm-8 input[type="password"],
.col-sm-9 input[type="password"],
.col-sm-10 input[type="password"],
.col-sm-11 input[type="password"],
.col-sm-12 input[type="password"],
.col-md-1 input[type="password"],
.col-md-2 input[type="password"],
.col-md-3 input[type="password"],
.col-md-4 input[type="password"],
.col-md-5 input[type="password"],
.col-md-6 input[type="password"],
.msax-button.col-md-6[disabled] input[type="password"],
.col-md-7 input[type="password"],
.col-md-8 input[type="password"],
.col-md-9 input[type="password"],
.col-md-10 input[type="password"],
.col-md-11 input[type="password"],
.col-md-12 input[type="password"],
.col-lg-1 input[type="password"],
.col-lg-2 input[type="password"],
.col-lg-3 input[type="password"],
.col-lg-4 input[type="password"],
.col-lg-5 input[type="password"],
.col-lg-6 input[type="password"],
.col-lg-7 input[type="password"],
.col-lg-8 input[type="password"],
.col-lg-9 input[type="password"],
.col-lg-10 input[type="password"],
.col-lg-11 input[type="password"],
.col-lg-12 input[type="password"],
.col-xs-1 select,
.col-xs-2 select,
.col-xs-3 select,
.col-xs-4 select,
.col-xs-5 select,
.col-xs-6 select,
.col-xs-7 select,
.col-xs-8 select,
.col-xs-9 select,
.col-xs-10 select,
.col-xs-11 select,
.col-xs-12 select,
.col-sm-1 select,
.col-sm-2 select,
.col-sm-3 select,
.col-sm-4 select,
.col-sm-5 select,
.col-sm-6 select,
.col-sm-7 select,
.col-sm-8 select,
.col-sm-9 select,
.col-sm-10 select,
.col-sm-11 select,
.col-sm-12 select,
.col-md-1 select,
.col-md-2 select,
.col-md-3 select,
.col-md-4 select,
.col-md-5 select,
.col-md-6 select,
.msax-button.col-md-6[disabled] select,
.col-md-7 select,
.col-md-8 select,
.col-md-9 select,
.col-md-10 select,
.col-md-11 select,
.col-md-12 select,
.col-lg-1 select,
.col-lg-2 select,
.col-lg-3 select,
.col-lg-4 select,
.col-lg-5 select,
.col-lg-6 select,
.col-lg-7 select,
.col-lg-8 select,
.col-lg-9 select,
.col-lg-10 select,
.col-lg-11 select,
.col-lg-12 select,
.col-xs-1 textarea,
.col-xs-2 textarea,
.col-xs-3 textarea,
.col-xs-4 textarea,
.col-xs-5 textarea,
.col-xs-6 textarea,
.col-xs-7 textarea,
.col-xs-8 textarea,
.col-xs-9 textarea,
.col-xs-10 textarea,
.col-xs-11 textarea,
.col-xs-12 textarea,
.col-sm-1 textarea,
.col-sm-2 textarea,
.col-sm-3 textarea,
.col-sm-4 textarea,
.col-sm-5 textarea,
.col-sm-6 textarea,
.col-sm-7 textarea,
.col-sm-8 textarea,
.col-sm-9 textarea,
.col-sm-10 textarea,
.col-sm-11 textarea,
.col-sm-12 textarea,
.col-md-1 textarea,
.col-md-2 textarea,
.col-md-3 textarea,
.col-md-4 textarea,
.col-md-5 textarea,
.col-md-6 textarea,
.msax-button.col-md-6[disabled] textarea,
.col-md-7 textarea,
.col-md-8 textarea,
.col-md-9 textarea,
.col-md-10 textarea,
.col-md-11 textarea,
.col-md-12 textarea,
.col-lg-1 textarea,
.col-lg-2 textarea,
.col-lg-3 textarea,
.col-lg-4 textarea,
.col-lg-5 textarea,
.col-lg-6 textarea,
.col-lg-7 textarea,
.col-lg-8 textarea,
.col-lg-9 textarea,
.col-lg-10 textarea,
.col-lg-11 textarea,
.col-lg-12 textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.container {
  margin: 0 auto;
  padding: 0;
  width: auto;
}
.row {
  margin: 0;
  padding: 0;
}
/*gallery pages */
/*News*/
#WebPartWPQ2,
#WebPartWPQ4 {
  /*margin-left: -40px;*/
}
/*leftnav*/
/* Tabs */
.msax-tabs > ul {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.msax-tabs > ul > li {
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  align-self: flex-end;
  border: 1px solid #999;
  overflow: hidden;
  position: relative;
  background: #e0e0e0;
  margin: 0 7px -1px 0;
  padding: 0;
}
.msax-tabs > ul > li:nth-last-child(1) {
  margin-right: 0;
}
.msax-tabs > ul > li.msax-tabActive {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.msax-tabs > ul > li > a {
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  color: #000000;
  display: block;
  outline: none;
  padding: 0 3.5px;
  height: 100%;
  text-align: center;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 479px) {
  .msax-tabs > ul > li > a {
    font-size: 12px;
  }
}
.msax-tabs > ul > li > a:hover {
  background: #ccc;
}
.msax-brands-container {
  height: 90px;
  width: 150px;
  float: left;
  margin: 4px;
  border: 1px solid #D1D1D1;
}
.msax-brands-container img {
  vertical-align: middle;
  margin-left: 35px;
  width: 80px;
  height: 80px;
}
.msax-brands-container div {
  vertical-align: middle;
  text-align: center;
}
.msax-brands-container a {
  line-height: 90px;
}
.msax-ErrorPanel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1145px;
  margin: 0 auto;
  padding: 7px 14px;
}
.msax-ErrorPanel > ul {
  list-style: disc outside none;
  margin: 0 14px;
}
.msax-plugg-image-container img {
  width: 233px;
  height: 233px;
}
.msax-PopupOverlayOnItemRemoval .msax-Canvas {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url() repeat scroll 0 0 #005da8;
  box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.5);
  height: 200px;
  left: -50%;
  position: relative;
  top: -50%;
  width: 200px;
}
.msax-PopupOverlay .msax-Canvas {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url() repeat scroll 0 0 #005da8;
  box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.5);
  height: 200px;
  left: -50%;
  position: relative;
  top: -50%;
  width: 200px;
}
.ms-dlgOverlay {
  background-color: #999999;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.70;
  position: absolute;
  top: 0;
  width: 100%;
}
.msax-savecart-loadbutton,
.msax-savecart-savebutton {
  background-color: #39b54a;
  margin-bottom: 5px;
  margin-top: 2px;
  text-align: center;
}
.msax-orderAddressRow {
  padding: 5px 0;
}
.msax-orderAddress-submitButton {
  color: #FFF;
  font-weight: bold;
  background-color: #39b54a;
  margin-bottom: 5px;
  margin-top: 2px;
  text-align: center;
}
.msax-orderAddress-ValidationMessage {
  color: red;
}
.msax-orderAddress-EmailAddressInvalid {
  color: red;
}
#mainbody {
  padding: 7px;
}
@media (max-width: 768px) {
  #mainbody {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 21px;
  }
}
@media (max-width: 479px) {
  #mainbody {
    padding: 0;
  }
}
@media (min-width: 1045px) {
  /*Layout*/
  .ms-fullscreenmode #mainbody,
  .b3-fullscreenmode #mainbody {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    margin: 0;
  }
  #mainbody {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    margin: 0;
  }
  #s4-ribbonrow {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1150px;
  }
}
div.ms-fullWidth {
  clear: left;
  display: block;
}
.ms-webpart-zone {
  display: inline;
}
.ms-clear {
  clear: none;
}
.js-webpart-titleCell,
.ms-webpart-controlBox,
.js-webpart-menuCell,
.ms-webpart-checkboxTd {
  width: auto;
}
.ms-fullWidth {
  width: auto;
}
.ms-webpart-chrome-vertical {
  display: inline;
}
.ms-webpart-chrome-fullWidth {
  min-width: 0;
}
.msax-LargeButton .masx-Overlay.msax-Back {
  display: none;
}
.ms-webpartzone-cell {
  margin: 0;
}
/* Left menu temporary prototype styling START */
.leftmenu-wrapper {
  display: none;
}
.leftmenu-wrapper.initialized {
  display: block;
}
.product-leftmenu li.opened > ul {
  display: block;
}
.product-leftmenu li.closed > ul {
  display: none;
}
.product-leftmenu a.leftmenu-toggler {
  float: right;
}
.product-leftmenu li.opened a.leftmenu-toggler {
  color: red;
}
.product-leftmenu li.closed a.leftmenu-toggler {
  color: green;
}
/* Left menu temporary prototype styling END */
@media all and (min-width: 769px) {
  .container {
    max-width: none;
  }
}
.row::before,
.row::after {
  display: none;
}
.pager {
  text-align: right;
}
.pager li > a,
.pager li > span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: droid-sans, sans-serif;
  line-height: 30.8px;
  height: 30.8px;
  font-size: 12px;
  padding: 0 14px;
  margin: 0;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  background: #005da8;
  border: 1px solid #004175;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  line-height: 16px;
  min-width: 30px;
  padding: 7px;
  vertical-align: middle;
  text-align: center;
  margin-left: 7px;
}
.pager li > a:hover,
.pager li > span:hover {
  background-color: #004f8f;
  border: 1px solid #00335c;
  text-decoration: none;
  color: #ffffff;
}
.pager li > a.selected,
.pager li > span.selected,
.pager li > a.active,
.pager li > span.active,
.pager li > a.current,
.pager li > span.current {
  background: #000000;
}
.pager li > a.selected:hover,
.pager li > span.selected:hover,
.pager li > a.active:hover,
.pager li > span.active:hover,
.pager li > a.current:hover,
.pager li > span.current:hover {
  background: #000000;
}
.pager li > a[class*="disabled"],
.pager li > span[class*="disabled"] {
  background: white;
}
.pager li > a[class*="disabled"]:hover,
.pager li > span[class*="disabled"]:hover {
  background: white;
}
.msax-PopupOverlay {
  position: fixed;
}
.msax-PopupOverlayOnItemRemoval {
  position: fixed;
}
.msax-MaintenanceInfoDiv {
  padding: 7px 14px;
  width: 72%;
  float: right;
  position: relative;
  z-index: 1;
  background-color: #B5E61D;
  text-align: center;
}
.msax-MaintenanceInfoSpan {
  font-family: droid-sans, sans-serif;
  margin: 14px 0;
  padding: 0;
  font-weight: 700;
  font-style: italic;
}
.msax-link:link {
  text-decoration: none;
  color: cornflowerblue;
}
.msax-link:visited {
  text-decoration: none;
  color: cornflowerblue;
}
.msax-link:hover {
  text-decoration: underline;
  color: cornflowerblue;
}
.msax-link:active {
  text-decoration: underline;
  color: cornflowerblue;
}
.msax-ProductImageSale {
  max-height: 150px;
  max-width: 150px;
  height: auto;
  width: auto;
  position: relative;
}
.msax-ProductImageSale img {
  max-height: 150px;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.leftDiv,
.rightDiv {
  position: fixed;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  margin-left: -765px;
  left: 50%;
  z-index: 10;
}
.rightDiv {
  margin-left: 765px;
}
/*# sourceMappingURL=default.css.map */