@font-face {
  font-family: "Formular";
  src: url("fonts/formular/formular-regular.webkit/formular-regular.eot") format("eot"), url("fonts/formular/formular-regular.webkit/formular-regular.woff") format("woff"), url("fonts/formular/formular-regular.webkit/formular-regular.woff2") format("woff2"), url("fonts/formular/formular-regular.webkit/formular-regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-family: "Formular", Arial, Helvetica, sans-serif !important;
  /*when using custom fonts is important NOT to use double quotes "fontName" around the font name using single instead 'fontName' */
  font-size: 17px !important;
  color: #000 !important;
}

h1 {
  font-size: 42px !important;
  color: #000 !important;
}

h2,
h2 > span {
  font-size: 26px !important;
  color: #000 !important;
  font-weight: bold;
}

h3 {
  font-size: 23px !important;
  color: #000 !important;
}

h4 {
  font-size: 20px !important;
  color: #000 !important;
}

h5 {
  font-size: 13px !important;
  color: #000 !important;
}

h6 {
  font-size: 13px !important;
  color: #000 !important;
}

p {
  color: #000 !important !important;
}

a {
  color: #000 !important;
}
a:hover {
  color: #000 !important;
}

legend {
  font-size: 20px;
  font-weight: bold;
  border-bottom: none !important;
  float: left;
}

.ContentHeader span {
  font-size: 26px !important;
  font-weight: bold;
  color: #000 !important;
}

.Normal {
  font-size: 17px !important;
  line-height: 1.428;
}

.NormalRed {
  color: #ea0437 !important;
  font-size: 14px;
}

@media (max-width: 767px) {
  h1 {
    letter-spacing: 1px;
    line-height: 1.22;
  }

  h2 {
    letter-spacing: 0.5px;
    line-height: 1.15;
  }

  h3 {
    letter-spacing: 1px;
    line-height: 1.18;
  }

  h4 {
    letter-spacing: 1px;
    line-height: 1.18;
  }

  h5 {
    letter-spacing: 1px;
    line-height: 1.18;
  }

  .Head {
    display: none;
  }
}
.btn-default,
.dnnSecondaryAction,
a.dnnSecondaryAction,
.btnStoreCheckout.btnCatalog,
.btnStoreCheckout.btnOrderHistory,
.DnnModule-StoreCatalog.btnStoreCheckout.btnCheckout {
  color: #f5f5f5 !important;
  background: #000;
  padding: 8px 16px;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #000;
  border-radius: 40px;
  cursor: pointer;
}
.btn-default:hover,
.dnnSecondaryAction:hover,
a.dnnSecondaryAction:hover,
.btnStoreCheckout.btnCatalog:hover,
.btnStoreCheckout.btnOrderHistory:hover,
.DnnModule-StoreCatalog.btnStoreCheckout.btnCheckout:hover {
  color: #f5f5f5 !important;
  background: #000;
  transition: all 400ms;
  text-decoration: none;
}

.btn-primary,
.dnnPrimaryAction,
a.dnnPrimaryAction,
a.StoreSearchLinkButton,
.DnnModule-StoreCatalog.btnStoreCheckout.btnSample {
  color: #000000 !important;
  background: #fff;
  padding: 8px 16px;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #000;
  border-radius: 40px;
  cursor: pointer;
}
.btn-primary:hover,
.dnnPrimaryAction:hover,
a.dnnPrimaryAction:hover,
a.StoreSearchLinkButton:hover,
.DnnModule-StoreCatalog.btnStoreCheckout.btnSample:hover {
  color: #000000 !important;
  background: #fff;
  transition: all 400ms;
  text-decoration: none;
}

.btnStoreCheckout.btnCatalog {
  color: #f5f5f5;
  background: #000;
  padding: 8px 16px;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #000;
  border-radius: 40px;
  cursor: pointer;
}
.btnStoreCheckout.btnCatalog:hover {
  color: #f5f5f5;
  background: #000;
  text-decoration: none;
  transition: all 400ms;
  cursor: pointer;
}

.btnStoreCheckout.btnCheckout,
.btnPurchase,
.btnStoreCheckout.btnOrderHistory,
.btnStoreCheckout.btnSample {
  color: #000000;
  background: #fff;
  padding: 8px 16px;
  border: 1px solid #000;
  border-radius: 40px;
  cursor: pointer;
}
.btnStoreCheckout.btnCheckout:hover,
.btnPurchase:hover,
.btnStoreCheckout.btnOrderHistory:hover,
.btnStoreCheckout.btnSample:hover {
  color: #000000;
  background: #fff;
  transition: all 400ms;
  text-decoration: none;
  cursor: pointer;
}

.applyBtnLeft > input {
  color: #000000;
  background: #fff;
  padding: 8px 16px;
  border: 1px solid #000;
  border-radius: 40px;
  float: left;
  cursor: pointer;
}
.applyBtnLeft > input:hover {
  background: #fff;
  transition: all 400ms;
  cursor: pointer;
}

.applyBtnLeft {
  margin-left: 10px;
}

.applyBtnRight {
  float: right;
  margin-right: 10px;
}

.btn-success {
  color: #f5f5f5;
  background: #5a8e22;
  border: 1px solid #000;
  border-radius: 40px;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}
.btn-success:hover {
  background: #5a8e22;
  transition: all 400ms;
  cursor: pointer;
}

.btn-info {
  color: #f5f5f5;
  background: #0c68d1;
  border: 1px solid #000;
  border-radius: 40px;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}
.btn-info:hover {
  background: #0c68d1;
  transition: all 400ms;
  cursor: pointer;
}

.btn-warning {
  color: #f5f5f5;
  background: #d95e16;
  border: 1px solid #000;
  border-radius: 40px;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}
.btn-warning:hover {
  background: #ea0437;
  transition: all 400ms;
  cursor: pointer;
}

.btn-danger {
  color: #f5f5f5;
  background: #ea0437;
  border: 1px solid #000;
  border-radius: 40px;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}
.btn-danger:hover {
  background: #ea0437;
  transition: all 400ms;
  cursor: pointer;
}

header .search-container {
  margin-bottom: 16px;
}
header .search-container .search {
  background: #d6d6d6;
  padding-top: 16px;
  padding-bottom: 16px;
}
header .search-container .search .form-control-clear {
  right: 40px;
  color: #000000;
}
header .search-container .search .form-control {
  border: 1px solid #ced4da;
  box-shadow: none;
}
header .search-container .search .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}
header .search-container .search input.btnCatalogSearch {
  font-family: "FontAwesome";
  border-left: none;
}

.nav-logo {
  background-color: #000000;
  min-height: 120px;
}
@media (max-width: 767px) {
  .nav-logo {
    min-height: 200px;
  }
}

.navbar-brand {
  padding-top: 0;
}

nav.navbar-collapse {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.main-menu {
  position: relative;
  z-index: 6;
  box-shadow: 0 2px 4px 0 rgba(40, 40, 40, 0.2);
  margin-bottom: 50px;
}

.nav li a {
  color: #fff !important;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 7px !important;
}
.nav li a:focus {
  color: #fff;
  transition: all 300ms linear;
  background: none !important;
}
.nav li a:active {
  color: #fff;
  transition: all 300ms linear;
  background: none !important;
}
.nav li a:visited {
  color: #fff;
  background: none !important;
}
.nav li a:hover {
  color: #fff;
  border-bottom: 3px solid #f84018;
  background: none !important;
  text-decoration: none;
}
.nav li.current {
  color: #fff !important;
}
.nav li.current a {
  color: #fff;
  background: none !important;
}

a.Login {
  color: #fff !important;
  text-align: right;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  padding-top: 16px !important;
  padding-bottom: 7px !important;
  display: block;
  position: relative;
}
a.Login:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid #f84018;
  background: none !important;
}
a.Login:active {
  color: #fff;
  transition: all 300ms linear;
}

span.cart {
  display: block;
  position: relative;
}
span.cart .fa-shopping-cart {
  color: #fff;
  margin-right: 3px;
  font-size: 25px;
  padding-top: 3px;
}
span.cart .badge-cart {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #f84018;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  line-height: 1.8;
  width: 18px;
  height: 18px;
  top: -9px;
  right: 6px;
}

header .navbar-toggler {
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 10px;
  cursor: pointer;
}
header .navbar-toggler:hover {
  background: #000;
  transition: all 300ms linear;
}
header .navbar-toggler:focus {
  outline: 0;
}
header .menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  transition: all 0.5s ease-in-out;
}
header .menu-btn__burger {
  width: 30px;
  height: 6px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
header .menu-btn__burger:before,
header .menu-btn__burger:after {
  content: "";
  position: absolute;
  display: flex;
  width: 28px;
  height: 6px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
header .menu-btn__burger:before {
  transform: translateY(-10px);
}
header .menu-btn__burger::after {
  transform: translateY(10px);
}
header .menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}
header .menu-btn.open .menu-btn__burger:before {
  transform: rotate(45deg) translate(35px, -35px);
}
header .menu-btn.open .menu-btn__burger:after {
  transform: rotate(-45deg) translate(35px, 35px);
}
header .menu li .submenu {
  z-index: 1000;
  padding: 0;
  background: #000000;
  width: 220px;
}
header .menu li .submenu li {
  list-style: none;
  padding: 15px;
}
header .menu li .submenu li a {
  color: #fff;
  font-size: 14px;
}
header .menu li .submenu li a:active {
  color: #fff;
}
header .menu li .submenu li a:focus {
  color: #fff;
}
header .menu li .submenu li a:visited {
  color: #fff;
}
header .menu li .submenu li a:hover {
  color: #fff;
  background: none;
}
header .menu li .submenu li.mi.current a {
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-brand {
    padding-left: 0 !important;
  }

  nav,
.nav li a {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .main-menu nav {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .main-menu nav li a {
    padding: 30px 15px;
  }
  .main-menu .login-cart {
    margin-top: 6px;
  }
}
@media (max-width: 590px) {
  .menuLinks .login-container {
    float: right;
  }

  span.cart {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 80%;
  }
}
@media (max-width: 479px) {
  .ContainerWrapper {
    padding: 0 !important;
  }
}
@media (max-width: 400px) {
  nav li a,
a.Login {
    font-size: 14px !important;
  }

  span.cart {
    left: 84%;
  }
}
ol,
ul {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  list-style: none;
}

.DnnModule-DNN_FAQs .faqsList a {
  text-decoration: none;
}
.DnnModule-DNN_FAQs .faqsList a .question-container {
  background: #000000;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: none;
}
.DnnModule-DNN_FAQs .faqsList a .question-container:hover {
  color: #fff;
  background: #000000;
}
.DnnModule-DNN_FAQs .faqsList a .question-container img {
  display: none;
}
.DnnModule-DNN_FAQs .faqsList a .question-container:after {
  content: "+";
  position: relative;
  float: right;
}
.DnnModule-DNN_FAQs .faqContentInside {
  border-top: none;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transition: all 300ms linear;
  padding: 16px;
}

.c5sFormMain table {
  float: left;
}
.c5sFormMain table tr {
  margin-bottom: 10px;
}
.c5sFormMain input,
.c5sFormMain textarea {
  border-radius: 4px;
  border: 1px solid #ced4da;
  padding: 7px 0;
  width: 450px !important;
}
.c5sFormMain input:focus,
.c5sFormMain textarea:focus {
  border-color: #000 !important;
  box-shadow: none !important;
}
.c5sFormMain input:focus-visible,
.c5sFormMain textarea:focus-visible {
  outline-color: #000 !important;
  box-shadow: none !important;
}
.c5sFormMain .C5LLC_controls-row .C5LLC_controls {
  margin-bottom: 8px;
}
.c5sFormMain .C5LLC_controls-row .C5LLC_controls label.SubHead {
  width: 100% !important;
}
.c5sFormMain .C5LLC_row-fluid .C5LLC_button-cell {
  width: 450px;
  padding-right: 0 !important;
}
.c5sFormMain .C5LLC_row-fluid .C5LLC_button-cell a {
  float: right;
}
.c5sFormMain .C5LLC_row-fluid .C5LLC_ReqFldText {
  width: 450px;
  text-align: right;
}

@media (max-width: 767px) {
  .c5sFormMain .C5LLC_control-group {
    width: 100% !important;
  }
  .c5sFormMain .C5LLC_control-group .C5SLLC_input,
.c5sFormMain .C5LLC_control-group input,
.c5sFormMain .C5LLC_control-group textarea {
    width: 100% !important;
  }
  .c5sFormMain .C5LLC_row-fluid .C5LLC_button-cell {
    width: 100%;
  }
  .c5sFormMain .C5LLC_controls {
    padding-left: 0;
    padding-right: 0;
  }
  .c5sFormMain .C5LLC_controls a.dnnPrimaryAction {
    width: 100% !important;
  }
  .c5sFormMain .C5LLC_row-fluid .C5LLC_ReqFldText {
    width: 100%;
    text-align: center;
  }
}
.dnnRegistrationForm {
  min-width: 0 !important;
  width: 100% !important;
}
.dnnRegistrationForm .dnnFormMessage {
  max-width: 100% !important;
}
.dnnRegistrationForm .dnnForm {
  width: 100% !important;
}
.dnnRegistrationForm .dnnForm select {
  width: 45%;
}
.dnnRegistrationForm .dnnActions li {
  float: right;
}

@media (max-width: 767px) {
  .dnnRegistrationForm .dnnForm .dnnLabel {
    text-align: left;
    width: 100%;
    margin-right: 0;
  }
  .dnnRegistrationForm .dnnForm .dnnLabel a.dnnFormHelp {
    right: auto;
  }
  .dnnRegistrationForm .dnnForm input {
    width: 100%;
    max-width: 100%;
  }
  .dnnRegistrationForm .dnnForm select {
    width: 100%;
    max-width: 100%;
  }
  .dnnRegistrationForm .dnnActions li {
    float: none;
    width: 100%;
  }
  .dnnRegistrationForm .dnnActions li a {
    width: 100%;
  }
}
.DnnModule-Authentication {
  margin-top: 24px;
}
.DnnModule-Authentication .LoginPanel {
  width: 100% !important;
}
.DnnModule-Authentication .LoginPanel .dnnFormItem .dnnLabel {
  width: 100px;
}
.DnnModule-Authentication .dnnFormItem > label.dnnFormLabel,
.DnnModule-Authentication .dnnFormItem > span.dnnFormLabel {
  width: 97px;
}

.dnnLoginActions > ul > li:first-child {
  display: none;
}

html {
  height: 100%;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 200px;
  min-height: 100%;
}

footer {
  background: #000000;
  margin-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
footer .footer-links {
  padding-left: 16px;
}
footer li {
  list-style: none;
  display: inline-block;
}
footer span {
  display: inline-block;
  padding-bottom: 8px;
}
footer span a {
  font-size: 14px;
  color: #f5f5f5 !important;
  text-decoration: underline;
  margin-right: 50px;
}
footer span a:hover {
  color: #f5f5f5 !important;
}
footer span a:visited {
  color: #f5f5f5 !important;
}
footer span a.User {
  border-right: none !important;
}
footer span a#dnn_BindUSER_avatar {
  border-right: none !important;
}
footer span a#dnn_BindUSER_avatar img {
  border-radius: 100%;
  border: 2px solid #000000;
}
footer span ul {
  margin-left: 0;
}
footer span#Copyright {
  font-size: 10px;
  opacity: 50%;
}

@media (max-width: 768px) {
  footer .poweredBy {
    float: none !important;
  }
  footer .footer-links {
    padding-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.StoreLinks {
  float: right;
}

.StoreLinks a:hover {
  text-decoration: none;
}

body > Form > header {
  min-height: 80px;
}

#Logo a img {
  width: 142px;
  padding-bottom: 10px;
}

.privacy_statement a {
  font-size: 16px !important;
  color: #6c3 !important;
}

.privacy_statement > p {
  font-size: 16px !important;
}

.privacy_statement > h2 {
  font-size: 18px;
}

.privacy_statement strong {
  font-weight: bold !important;
  font-size: 16px !important;
}

.privacy_statement > ul,
.privacy_statement > ol {
  margin-left: 30px;
}

.privacy_statement > ul > li,
.privacy_statement > ol > li {
  list-style: disc;
  font-size: 16px;
}

.privacy_statement > ul > li > strong,
.privacy_statement > ol > li > strong {
  font-size: 16px;
}

.dnnPrivacy,
.dnnTerms {
  background: #fff;
}

.ContainerWrapper {
  background: #fff;
  padding: 15px;
}

.privacyBullets > ul {
  margin-left: 40px !important;
  list-style: disc;
}

.privacyLinks {
  color: #028BFF !important;
}

/*Cookie policy lists css*/
.ckUl {
  margin-left: 40px !important;
  list-style: disc !important;
}

/*Cookie policy lists css*/
#myAccount-right > a {
  display: block;
  background-color: #00a1dc;
  padding: 10px;
  margin: 10px;
  text-align: center;
  color: #ffffff !important;
}

.Head {
  margin-bottom: 12px;
}

.DnnModule-StoreMenu table[id*=CategoryMenu] tr td {
  padding-bottom: 12px;
}
.DnnModule-StoreMenu table[id*=CategoryMenu] tr td a.StoreMenuCategoryItem {
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
}
.DnnModule-StoreMenu table[id*=CategoryMenu] tr td a.StoreMenuCategoryItemSelected {
  background: #f3f3f3;
  display: table-cell;
  margin-bottom: 10px;
  padding: 8px;
  border-radius: theme-radius("primary", "small");
  cursor: pointer;
}

.DnnModule-StoreCatalog .ContainerPane .StoreMessage {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding-left: 8px;
  padding-right: 8px;
}

.minicart:hover .minicart-content {
  display: block;
}

.minicart .minicart-content {
  background: #fff;
  border: 1px solid #ddd;
  border-top-color: transparent;
  color: #333;
  padding: 3px;
  position: absolute;
  display: none;
  right: 0;
  top: 50px;
  z-index: 2;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.minicart .minicart-content table {
  display: block;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 13px;
  margin-bottom: 8px;
  /* EMPTY CART MESSAGE */
}
.minicart .minicart-content table tbody > tr {
  background: #fff;
}
.minicart .minicart-content table .MinicartHeader {
  background: #d6d6d6;
  color: #f5f5f5;
  font-size: 13px;
}
.minicart .minicart-content table .MinicartFooter {
  background: #ddd;
  font-size: 14px;
}
.minicart .minicart-content table .MinicartFooter th {
  border-bottom: none;
}
.minicart .minicart-content table tr.empty-cart {
  font-weight: bold;
}

@media (max-width: 991px) {
  .minicart:hover .minicart-content {
    display: none;
  }
}
.table-responsive {
  border-radius: 6px;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: none !important;
}

.StoreAccountCheckoutCart table.StoreCartDetail {
  margin-bottom: 0;
  background: #fff;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailHeader {
  background: #000 !important;
  border: 1px solid #000;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailHeader td {
  color: #fff;
  border: none;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailHeader td.StoreCartHeaderItemNumber {
  text-align: center;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailHeader td.StoreCartHeaderDelete {
  text-align: center;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailHeader td.StoreCartDetailStockHeader {
  text-align: center;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailHeader td.StoreCartDetailQuantityHeader {
  text-align: center;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailHeader td.StoreCartDetailPriceHeader {
  text-align: right;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailHeader td.StoreCartDetailSubtotalHeader {
  text-align: right;
  padding-right: 15px;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td {
  vertical-align: middle;
  border-color: #ced4da;
  padding-top: 15px;
  padding-bottom: 15px;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailItemNumber,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailItemNumber {
  text-align: center;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailDelete,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailDelete {
  text-align: center;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailDelete a,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailDelete a {
  color: #333 !important;
  font-size: 25px !important;
  padding: 20px;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailThumbnail img,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailThumbnail img {
  width: 80px !important;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailProduct .CartProductTitle,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailProduct .CartProductTitle {
  font-weight: bold;
  font-size: 17px;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailProduct .CustomerNumberWrapper,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailProduct .CustomerNumberWrapper {
  border-top: 1px solid #ddd;
  padding: 8px 0;
  margin-top: 8px;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailProduct .CustomerNumberWrapper span,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailProduct .CustomerNumberWrapper span {
  float: left;
  vertical-align: middle;
  padding-top: 2px;
  font-weight: normal;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailProduct .CustomerNumberWrapper .StoreCustomerPartNumberTextBox,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailProduct .CustomerNumberWrapper .StoreCustomerPartNumberTextBox {
  border: 1px solid #ddd;
  border-radius: theme-radius("primary", "base");
  padding: 2px;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailProduct .CustomerNumberWrapper span.NormalRed,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailProduct .CustomerNumberWrapper span.NormalRed {
  float: left;
  clear: both;
  font-size: 12px;
  margin-top: 4px;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailStock,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailStock {
  white-space: nowrap;
  text-align: center;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailQuantity,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailQuantity {
  text-align: center;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailQuantity input,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailQuantity input {
  max-width: 100px;
  border: 1px solid #ddd;
  padding: 7px 0;
  text-align: center;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailQuantity input:focus,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailQuantity input:focus {
  outline-color: #000000;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailQuantity input:focus-visible,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailQuantity input:focus-visible {
  outline-color: #000000;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailPrice,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailPrice {
  text-align: right;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.StoreCartDetailSubtotal,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailSubtotal {
  text-align: right;
  padding-right: 15px;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.SampleError,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.SampleError {
  color: #ea0437;
}
.StoreAccountCheckoutCart .CartGridFooter,
.StoreAccountCheckoutCart .StoreCartDetailFooter {
  background: #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 24px 0;
}
.StoreAccountCheckoutCart .CartGridFooter .cartTotal,
.StoreAccountCheckoutCart .CartGridFooter .StoreCartDetailSubtotalFooter,
.StoreAccountCheckoutCart .StoreCartDetailFooter .cartTotal,
.StoreAccountCheckoutCart .StoreCartDetailFooter .StoreCartDetailSubtotalFooter {
  color: #fff;
  text-align: right;
  line-height: 0.25;
}
.StoreAccountCheckoutCart .CartGridFooter .cartTotal span[id*=cartdetail_lblTotals],
.StoreAccountCheckoutCart .CartGridFooter .StoreCartDetailSubtotalFooter span[id*=cartdetail_lblTotals],
.StoreAccountCheckoutCart .StoreCartDetailFooter .cartTotal span[id*=cartdetail_lblTotals],
.StoreAccountCheckoutCart .StoreCartDetailFooter .StoreCartDetailSubtotalFooter span[id*=cartdetail_lblTotals] {
  font-weight: 700;
}
.StoreAccountCheckoutCart .CartGridFooter .cartTotal span[id*=cartdetail_lblTotal],
.StoreAccountCheckoutCart .CartGridFooter .StoreCartDetailSubtotalFooter span[id*=cartdetail_lblTotal],
.StoreAccountCheckoutCart .StoreCartDetailFooter .cartTotal span[id*=cartdetail_lblTotal],
.StoreAccountCheckoutCart .StoreCartDetailFooter .StoreCartDetailSubtotalFooter span[id*=cartdetail_lblTotal] {
  font-weight: 700;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background: #f3f3f3 !important;
}

@media (max-width: 767px) {
  div.table-responsive table,
div.table-responsive thead,
div.table-responsive tbody,
div.table-responsive th,
div.table-responsive td,
div.table-responsive tr {
    display: block;
    white-space: normal !important;
  }

  div.table-responsive tr.StoreCartDetailHeader {
    background: #000 !important;
    color: #fff !important;
  }
  div.table-responsive tr.StoreCartDetailHeader td {
    text-align: left !important;
  }
  div.table-responsive tr.StoreCartDetailHeader td:first-child {
    font-size: 0;
  }
  div.table-responsive tr.StoreCartDetailHeader td:first-child:before {
    content: "Your Cart";
    position: relative;
    font-size: 17px;
  }
  div.table-responsive tr.StoreCartDetailHeader td:not(:first-child) {
    display: none;
  }

  div.table-responsive td:before {
    position: absolute;
  }

  tr.StoreCartDetailItem td,
tr.StoreCartDetailAlternatingItem td {
    border: none !important;
  }
  tr.StoreCartDetailItem td.StoreCartDetailItemNumber,
tr.StoreCartDetailAlternatingItem td.StoreCartDetailItemNumber {
    float: left;
  }
  tr.StoreCartDetailItem td.StoreCartDetailDelete,
tr.StoreCartDetailAlternatingItem td.StoreCartDetailDelete {
    float: right;
  }
  tr.StoreCartDetailItem td.StoreCartDetailThumbnail,
tr.StoreCartDetailAlternatingItem td.StoreCartDetailThumbnail {
    clear: both;
  }
  tr.StoreCartDetailItem td.StoreCartDetailProduct,
tr.StoreCartDetailAlternatingItem td.StoreCartDetailProduct {
    white-space: normal !important;
    float: left;
    width: 100%;
  }
  tr.StoreCartDetailItem td.StoreCartDetailProduct .StoreCustomerPartNumberTextBox,
tr.StoreCartDetailAlternatingItem td.StoreCartDetailProduct .StoreCustomerPartNumberTextBox {
    width: 30%;
  }
  tr.StoreCartDetailItem td.StoreCartDetailStock,
tr.StoreCartDetailAlternatingItem td.StoreCartDetailStock {
    width: 100%;
    display: inline-block;
    text-align: left !important;
  }
  tr.StoreCartDetailItem td.StoreCartDetailQuantity,
tr.StoreCartDetailAlternatingItem td.StoreCartDetailQuantity {
    text-align: left !important;
  }
  tr.StoreCartDetailItem td.StoreCartDetailQuantity input,
tr.StoreCartDetailAlternatingItem td.StoreCartDetailQuantity input {
    width: 90px;
  }
  tr.StoreCartDetailItem td.StoreCartDetailQuantity span,
tr.StoreCartDetailAlternatingItem td.StoreCartDetailQuantity span {
    float: left;
    margin-right: 4px;
    padding-top: 8px;
  }
  tr.StoreCartDetailItem td.StoreCartDetailPrice,
tr.StoreCartDetailAlternatingItem td.StoreCartDetailPrice {
    text-align: left !important;
  }
  tr.StoreCartDetailItem td.StoreCartDetailPrice span,
tr.StoreCartDetailAlternatingItem td.StoreCartDetailPrice span {
    display: inline-block !important;
  }
  tr.StoreCartDetailItem td.StoreCartDetailSubtotal,
tr.StoreCartDetailAlternatingItem td.StoreCartDetailSubtotal {
    text-align: left !important;
  }
  tr.StoreCartDetailItem td.StoreCartDetailSubtotal span,
tr.StoreCartDetailAlternatingItem td.StoreCartDetailSubtotal span {
    display: inline-block !important;
  }

  tr.StoreCartDetailFooter td {
    border: none !important;
  }
}
@media (max-width: 500px) {
  tr.StoreCartDetailItem td.StoreCartDetailProduct .StoreCustomerPartNumberTextBox,
tr.StoreCartDetailAlternatingItem td.StoreCartDetailProduct .StoreCustomerPartNumberTextBox {
    width: 60%;
  }
}
.UserAgreementWrapper {
  width: 50%;
  float: right;
  background: #fff;
  border: 1px solid #ced4da;
  margin-bottom: 30px;
}
.UserAgreementWrapper .UserAgreement_Header {
  font-weight: bold;
  padding: 8px;
  color: #fff;
  background: #000;
  border-bottom: 1px solid #ced4da;
}
.UserAgreementWrapper .UserAgreementText,
.UserAgreementWrapper .UserAgreementAcceptTerms {
  padding: 8px;
}
.UserAgreementWrapper .UserAgreementText .chkUAAcceptTerms,
.UserAgreementWrapper .UserAgreementAcceptTerms .chkUAAcceptTerms {
  margin-right: 4px;
  vertical-align: middle;
}

.lblUAError {
  float: right !important;
  clear: both;
}

@media (max-width: 991px) {
  .UserAgreementWrapper {
    width: 100%;
  }

  .lblUAError.alert-danger {
    width: 100%;
  }
}
.StoreAccountCheckoutNavigation {
  text-align: center;
  float: right;
  clear: both;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .StoreAccountCheckoutNavigation {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .StoreAccountCheckoutNavigation input {
    width: 100%;
  }
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps {
  margin-top: 40px;
  margin-bottom: 30px;
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul {
  font-size: 0;
  text-align: center;
  margin-left: 0;
  margin-bottom: 16px;
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li {
  font-size: 15px;
  list-style-type: none;
  display: inline-block;
  vertical-align: text-top;
  width: 9%;
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li.StepActive span.StoreCheckoutStepNumber {
  background: #000;
  color: #fff !important;
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li span.StoreCheckoutStepNumber {
  font-weight: bold;
  font-size: 15px;
  color: #000000 !important;
  text-align: center;
  border-radius: 50%;
  border: 2px solid;
  line-height: 2.5;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li span.StoreCheckoutStepText {
  display: block;
  text-transform: uppercase;
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li a.StoreCheckoutStepNumber {
  color: transparent !important;
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li a.StoreCheckoutStepNumber:after {
  content: "\f037";
  font-family: "MouserIcons";
  font-size: 17px;
  text-align: center;
  display: inline-block;
  background: #000;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 2.5;
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li a.StoreCheckoutStepText {
  font-size: 15px;
  display: block;
  color: #000000 !important;
  text-transform: uppercase;
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li.CheckoutStepConnect {
  width: 13%;
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li.CheckoutStepConnect span.connector {
  display: inline-block;
  border: 2px solid;
  border-radius: 2px;
  width: 100%;
  vertical-align: bottom;
  z-index: -1;
  position: relative;
}

@media (max-width: 767px) {
  .StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li {
    font-size: 12px;
  }
  .StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li span.StoreCheckoutStepNumber {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 1.9;
    margin-bottom: 5px;
  }
  .StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li a.StoreCheckoutStepNumber:after {
    font-size: 13px;
    width: 30px;
    height: 30px;
  }
  .StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li a.StoreCheckoutStepText {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li.StepComplete span.StoreCheckoutStepText {
    position: relative;
    right: 30%;
  }
}
@media (max-width: 400px) {
  .StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li {
    font-size: 11px;
  }
  .StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li a.StoreCheckoutStepNumber:after {
    font-size: 12px;
  }
  .StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li a.StoreCheckoutStepText {
    font-size: 11px;
  }
  .StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li.StepComplete span.StoreCheckoutStepText {
    position: relative;
    right: 38%;
  }
}
.form-control {
  border-radius: 6px !important;
  border-color: #ced4da !important;
}
.form-control:focus {
  border-color: #000 !important;
  box-shadow: none !important;
}

.checkoutContent .BillingHeader {
  display: none;
}
.checkoutContent .StoreAccountCheckoutBillingAddress .addressBook > .form-group {
  margin-left: 20px;
}
.checkoutContent .StoreAccountCheckoutBillingAddress .addressBook .NormalTextBox {
  display: inline-block;
  width: 60%;
}
.checkoutContent .StoreAccountCheckoutBillingAddress legend {
  display: none;
}
.checkoutContent .StoreAccountCheckoutBillingAddress span {
  font-weight: bold;
}
.checkoutContent .addressFields {
  font-weight: bold;
  margin-left: 0;
}
.checkoutContent .addressFields label {
  padding: 0 8px 0 4px;
}
.checkoutContent .addressFields #tblAddressType {
  margin-left: 0;
}
.checkoutContent .StoreAccountCheckoutProjectQuestions {
  margin-top: 16px;
}
.checkoutContent .StoreAccountCheckoutProjectQuestions legend {
  border-top: 1px solid #ced4da;
}
.checkoutContent .divCheckoutButton {
  margin-top: 30px;
}
.checkoutContent .divCheckoutButton .btnStoreCheckout.btnCheckout {
  float: right;
}

@media (max-width: 767px) {
  .checkoutContent .StoreAccountCheckoutBillingAddress .addressBook > .form-group {
    margin-left: 0;
  }
  .checkoutContent .StoreAccountCheckoutBillingAddress legend {
    padding-left: 0;
  }
  .checkoutContent .addressFields {
    margin-left: -15px;
  }
  .checkoutContent .BillingHeader span {
    font-size: 26px;
  }
  .checkoutContent .divCheckoutButton {
    margin-top: 30px;
  }
  .checkoutContent .divCheckoutButton .btnStoreCheckout.btnCheckout {
    width: 100%;
  }
}
.checkoutContent .ShippingHeader {
  display: none;
}
.checkoutContent .StoreAccountCheckoutSelectShippingAddress {
  font-weight: bold;
}
.checkoutContent .StoreAccountCheckoutSelectShippingAddress .form-group > span {
  margin-left: 15px;
}
.checkoutContent .StoreAccountCheckoutShippingAddress legend {
  display: none;
}
.checkoutContent .StoreAccountCheckoutShippingAddress .shipAddressrow .NormalTextBox {
  display: inline-block;
  width: 60%;
}
.checkoutContent .StoreAccountCheckoutShippingAddress .shipAddressrow {
  margin-left: 0;
}
.checkoutContent .StoreAccountCheckoutShippingAddress span {
  font-weight: bold;
}
.checkoutContent #tblAddressType {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .checkoutContent .StoreAccountCheckoutSelectShippingAddress .form-group > span {
    margin-left: 0;
  }
  .checkoutContent .StoreAccountCheckoutShippingAddress .shipAddressrow {
    margin-left: -15px;
  }
  .checkoutContent .ShippingHeader span {
    font-size: 26px;
  }
  .checkoutContent #tblAddressType {
    margin-left: 0;
  }
}
.checkoutContent .PaymentHeader.ContentHeader {
  display: none;
}
.checkoutContent .divAddresses,
.checkoutContent .StoreAccountCheckoutShippingProviders,
.checkoutContent .StoreAccountCheckoutPONumber,
.checkoutContent .StoreAccountCheckoutPayment,
.checkoutContent .divPaymentShippingInfo {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 8px;
  margin-bottom: 16px;
}
.checkoutContent .divAddresses legend,
.checkoutContent .StoreAccountCheckoutShippingProviders legend,
.checkoutContent .StoreAccountCheckoutPONumber legend,
.checkoutContent .StoreAccountCheckoutPayment legend,
.checkoutContent .divPaymentShippingInfo legend {
  color: #000000;
  margin-bottom: 8px;
}
.checkoutContent .divAddresses legend span.paymentedit,
.checkoutContent .StoreAccountCheckoutShippingProviders legend span.paymentedit,
.checkoutContent .StoreAccountCheckoutPONumber legend span.paymentedit,
.checkoutContent .StoreAccountCheckoutPayment legend span.paymentedit,
.checkoutContent .divPaymentShippingInfo legend span.paymentedit {
  margin-left: 15px;
}
.checkoutContent .divAddresses .ShippingStoreShippingProviderLabel,
.checkoutContent .StoreAccountCheckoutShippingProviders .ShippingStoreShippingProviderLabel,
.checkoutContent .StoreAccountCheckoutPONumber .ShippingStoreShippingProviderLabel,
.checkoutContent .StoreAccountCheckoutPayment .ShippingStoreShippingProviderLabel,
.checkoutContent .divPaymentShippingInfo .ShippingStoreShippingProviderLabel {
  padding-bottom: 16px;
}
.checkoutContent .divAddresses .ShippingStoreShippingProviderLabel span,
.checkoutContent .StoreAccountCheckoutShippingProviders .ShippingStoreShippingProviderLabel span,
.checkoutContent .StoreAccountCheckoutPONumber .ShippingStoreShippingProviderLabel span,
.checkoutContent .StoreAccountCheckoutPayment .ShippingStoreShippingProviderLabel span,
.checkoutContent .divPaymentShippingInfo .ShippingStoreShippingProviderLabel span {
  color: #000000;
}
.checkoutContent .divAddresses .ShippingStoreShippingProviderLabel .dutyMessage,
.checkoutContent .StoreAccountCheckoutShippingProviders .ShippingStoreShippingProviderLabel .dutyMessage,
.checkoutContent .StoreAccountCheckoutPONumber .ShippingStoreShippingProviderLabel .dutyMessage,
.checkoutContent .StoreAccountCheckoutPayment .ShippingStoreShippingProviderLabel .dutyMessage,
.checkoutContent .divPaymentShippingInfo .ShippingStoreShippingProviderLabel .dutyMessage {
  color: #ea0437;
}
.checkoutContent .divAddresses table.rblShippingProviders .tdShippingProvidersCheckout,
.checkoutContent .StoreAccountCheckoutShippingProviders table.rblShippingProviders .tdShippingProvidersCheckout,
.checkoutContent .StoreAccountCheckoutPONumber table.rblShippingProviders .tdShippingProvidersCheckout,
.checkoutContent .StoreAccountCheckoutPayment table.rblShippingProviders .tdShippingProvidersCheckout,
.checkoutContent .divPaymentShippingInfo table.rblShippingProviders .tdShippingProvidersCheckout {
  padding-bottom: 4px;
}
.checkoutContent .divAddresses table.rblShippingProviders span,
.checkoutContent .StoreAccountCheckoutShippingProviders table.rblShippingProviders span,
.checkoutContent .StoreAccountCheckoutPONumber table.rblShippingProviders span,
.checkoutContent .StoreAccountCheckoutPayment table.rblShippingProviders span,
.checkoutContent .divPaymentShippingInfo table.rblShippingProviders span {
  line-height: 0.9;
}
.checkoutContent .divAddresses span.icon,
.checkoutContent .StoreAccountCheckoutShippingProviders span.icon,
.checkoutContent .StoreAccountCheckoutPONumber span.icon,
.checkoutContent .StoreAccountCheckoutPayment span.icon,
.checkoutContent .divPaymentShippingInfo span.icon {
  width: 16px;
  height: 19px;
  display: inline-block;
  color: #ffffff;
  border-color: #ffffff;
}
.checkoutContent .divAddresses span.checked,
.checkoutContent .StoreAccountCheckoutShippingProviders span.checked,
.checkoutContent .StoreAccountCheckoutPONumber span.checked,
.checkoutContent .StoreAccountCheckoutPayment span.checked,
.checkoutContent .divPaymentShippingInfo span.checked {
  background: url(/images/radiobutton.png) -36px 0 no-repeat;
  background-size: 131px;
}
.checkoutContent .divAddresses span.unchecked,
.checkoutContent .StoreAccountCheckoutShippingProviders span.unchecked,
.checkoutContent .StoreAccountCheckoutPONumber span.unchecked,
.checkoutContent .StoreAccountCheckoutPayment span.unchecked,
.checkoutContent .divPaymentShippingInfo span.unchecked {
  background: url(/images/radiobutton.png) 0 0 no-repeat;
  background-size: 131px;
}
.checkoutContent .divAddresses .divPONumberContainer .PONumberInstructions,
.checkoutContent .StoreAccountCheckoutShippingProviders .divPONumberContainer .PONumberInstructions,
.checkoutContent .StoreAccountCheckoutPONumber .divPONumberContainer .PONumberInstructions,
.checkoutContent .StoreAccountCheckoutPayment .divPONumberContainer .PONumberInstructions,
.checkoutContent .divPaymentShippingInfo .divPONumberContainer .PONumberInstructions {
  color: #000000;
  padding-bottom: 4px;
}
.checkoutContent .divAddresses span.paymentedit a,
.checkoutContent .StoreAccountCheckoutShippingProviders span.paymentedit a,
.checkoutContent .StoreAccountCheckoutPONumber span.paymentedit a,
.checkoutContent .StoreAccountCheckoutPayment span.paymentedit a,
.checkoutContent .divPaymentShippingInfo span.paymentedit a {
  font-size: 13px !important;
  text-decoration: underline;
}
.checkoutContent .divAddresses .tblCreditCard span.paymentedit a,
.checkoutContent .StoreAccountCheckoutShippingProviders .tblCreditCard span.paymentedit a,
.checkoutContent .StoreAccountCheckoutPONumber .tblCreditCard span.paymentedit a,
.checkoutContent .StoreAccountCheckoutPayment .tblCreditCard span.paymentedit a,
.checkoutContent .divPaymentShippingInfo .tblCreditCard span.paymentedit a {
  font-size: 13px !important;
  text-decoration: underline;
}
.checkoutContent .divAddresses .tblCreditCard .CCExpDateInput,
.checkoutContent .StoreAccountCheckoutShippingProviders .tblCreditCard .CCExpDateInput,
.checkoutContent .StoreAccountCheckoutPONumber .tblCreditCard .CCExpDateInput,
.checkoutContent .StoreAccountCheckoutPayment .tblCreditCard .CCExpDateInput,
.checkoutContent .divPaymentShippingInfo .tblCreditCard .CCExpDateInput {
  display: inline-block;
  padding: 0;
}
.checkoutContent .divAddresses .tblCreditCard .CCExpMonth,
.checkoutContent .StoreAccountCheckoutShippingProviders .tblCreditCard .CCExpMonth,
.checkoutContent .StoreAccountCheckoutPONumber .tblCreditCard .CCExpMonth,
.checkoutContent .StoreAccountCheckoutPayment .tblCreditCard .CCExpMonth,
.checkoutContent .divPaymentShippingInfo .tblCreditCard .CCExpMonth {
  padding-left: 0;
}
.checkoutContent .divAddresses .tblCreditCard .CCExpYear,
.checkoutContent .StoreAccountCheckoutShippingProviders .tblCreditCard .CCExpYear,
.checkoutContent .StoreAccountCheckoutPONumber .tblCreditCard .CCExpYear,
.checkoutContent .StoreAccountCheckoutPayment .tblCreditCard .CCExpYear,
.checkoutContent .divPaymentShippingInfo .tblCreditCard .CCExpYear {
  padding-right: 0;
}
.checkoutContent .divAddresses .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel,
.checkoutContent .StoreAccountCheckoutShippingProviders .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel,
.checkoutContent .StoreAccountCheckoutPONumber .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel,
.checkoutContent .StoreAccountCheckoutPayment .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel,
.checkoutContent .divPaymentShippingInfo .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel {
  width: auto;
}
.checkoutContent .divAddresses .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel .dnnFormHelpContent,
.checkoutContent .StoreAccountCheckoutShippingProviders .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel .dnnFormHelpContent,
.checkoutContent .StoreAccountCheckoutPONumber .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel .dnnFormHelpContent,
.checkoutContent .StoreAccountCheckoutPayment .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel .dnnFormHelpContent,
.checkoutContent .divPaymentShippingInfo .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel .dnnFormHelpContent {
  width: 250px;
}
.checkoutContent .divAddresses .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel .dnnTooltip,
.checkoutContent .StoreAccountCheckoutShippingProviders .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel .dnnTooltip,
.checkoutContent .StoreAccountCheckoutPONumber .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel .dnnTooltip,
.checkoutContent .StoreAccountCheckoutPayment .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel .dnnTooltip,
.checkoutContent .divPaymentShippingInfo .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel .dnnTooltip {
  right: -22% !important;
}
.checkoutContent .divCheckoutButton input.btnCCValid {
  text-align: center;
}

@media (max-width: 991px) {
  .checkoutContent .StoreAccountCheckoutPayment .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel {
    text-align: left;
  }
  .checkoutContent .StoreAccountCheckoutPayment .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel a.dnnFormHelp {
    right: 20px;
    top: 18px;
  }
  .checkoutContent .StoreAccountCheckoutPayment .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel .dnnTooltip {
    right: 4% !important;
    top: -165px !important;
  }
}
@media (max-width: 767px) {
  .divBillAddressPanel,
.divShipAddressPanel {
    margin-bottom: 16px;
  }

  .checkoutContent .StoreAccountCheckoutPayment .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel {
    text-align: left;
  }
  .checkoutContent .StoreAccountCheckoutPayment .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel a.dnnFormHelp {
    right: 4px;
    top: 0;
  }
  .checkoutContent .StoreAccountCheckoutPayment .tblCreditCard .StoreAccountCheckoutPaymentEdit .dnnLabel .dnnTooltip {
    right: -18% !important;
    top: -183px !important;
  }
}
.simpleOrderConfirm .OrderCompleteMessage .fa-check-circle {
  font-size: 24px;
  vertical-align: sub;
  padding-right: 8px;
}
.simpleOrderConfirm .OrderCompleteDetails {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 16px;
}
.simpleOrderConfirm .OrderCompleteDetails .OrderBilling {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.simpleOrderConfirm .OrderCompleteDetails .OrderBilling span {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
}
.simpleOrderConfirm .OrderCompleteDetails .OrderBilling ul > li {
  list-style-type: disc;
  line-height: 1.8;
}

.checkoutContent .OrderDetailsHeader {
  margin-bottom: 16px;
}
.checkoutContent .divOrderDetails {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 8px;
  border-radius: theme-radius("primary", "base");
  margin-bottom: 16px;
  font-weight: bold;
}

.CartItemsGrid table.StoreAccountOrderBody {
  margin-bottom: 0;
  background: #f5f5f5;
}
.CartItemsGrid table.StoreAccountOrderBody tr.StoreAccountOrderBodyHeader {
  background: #d6d6d6;
}
.CartItemsGrid table.StoreAccountOrderBody tr.StoreAccountOrderBodyHeader td {
  color: #f5f5f5;
  text-align: center;
  border: none;
}
.CartItemsGrid table.StoreAccountOrderBody tr.StoreAccountOrderBodyHeader td.StoreAccountOrderBodyProductHeader {
  text-align: left;
}
.CartItemsGrid table.StoreAccountOrderBody tr.StoreAccountOrderBodyItem td.StoreAccountOrderBodyLine,
.CartItemsGrid table.StoreAccountOrderBody tr.StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyLine {
  text-align: center;
}
.CartItemsGrid table.StoreAccountOrderBody tr.StoreAccountOrderBodyItem td.StoreAccountOrderBodyPrice,
.CartItemsGrid table.StoreAccountOrderBody tr.StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyPrice {
  text-align: right;
}
.CartItemsGrid table.StoreAccountOrderBody tr.StoreAccountOrderBodyItem td.StoreAccountOrderBodyLineDate,
.CartItemsGrid table.StoreAccountOrderBody tr.StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyLineDate {
  text-align: center;
}
.CartItemsGrid table.StoreAccountOrderBody tr.StoreAccountOrderBodyItem td.StoreAccountOrderBodyTracking,
.CartItemsGrid table.StoreAccountOrderBody tr.StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyTracking {
  text-align: center;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-color: #ced4da;
}

.checkoutContent .OrderReviewHeader {
  display: none;
}
.checkoutContent .divPaymentShippingInfo {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 8px;
  border-radius: theme-radius("primary", "base");
  margin-bottom: 16px;
}
.checkoutContent .linkEdit {
  display: inline-block;
  margin-left: 15px;
}
.checkoutContent .linkEdit a {
  font-size: 13px;
  color: #000;
  text-decoration: underline;
}
.checkoutContent .divCartItems .CartHeader {
  padding-left: 8px;
  font-weight: 700;
}
.checkoutContent .divCartItems .CartHeader .lblCartItems {
  color: #000000;
}
.checkoutContent .divCartItems .CartHeader .hypEdit {
  font-size: 13px;
  margin-left: 15px;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid {
  background: #fff;
  border: 1px solid #000;
  margin-bottom: 0;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyHeader {
  background: #000000 !important;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyHeader td {
  color: #fff;
  border: none;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyHeader td.StoreAccountOrderBodyLineHeader {
  text-align: center;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyHeader td.StoreAccountOrderBodyStockHeader {
  text-align: center;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyHeader td.StoreAccountOrderBodyQtyHeader {
  text-align: center;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyHeader td.StoreAccountOrderBodyPriceHeader {
  text-align: right;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyHeader td.StoreAccountOrderBodySubtotalHeader {
  text-align: right;
  padding-right: 15px;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyItem td,
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyAlternatingItem td {
  vertical-align: middle;
  border-color: #ced4da;
  padding-top: 15px;
  padding-bottom: 15px;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyItem td.StoreAccountOrderBodyLine,
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyLine {
  text-align: center;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyItem td.StoreAccountOrderBodyProduct,
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyProduct {
  font-weight: bold;
  font-size: 17px;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyItem td.StoreAccountOrderBodyStock,
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyStock {
  text-align: center;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyItem td.StoreAccountOrderBodyQty,
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyQty {
  text-align: center;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyItem td.StoreAccountOrderBodyPrice,
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyPrice {
  text-align: right;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyItem td.StoreAccountOrderBodySubtotal,
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodySubtotal {
  text-align: right;
  padding-right: 15px;
}
.checkoutContent .divCartItems .CartItemsGrid .CartGridFooter {
  background: #000000;
  color: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 24px;
  text-align: right;
}
.checkoutContent .divCartItems .CartItemsGrid .CartGridFooter .subTotal .col1,
.checkoutContent .divCartItems .CartItemsGrid .CartGridFooter .ShippingCost .col1,
.checkoutContent .divCartItems .CartItemsGrid .CartGridFooter .BOShippingCost .col1,
.checkoutContent .divCartItems .CartItemsGrid .CartGridFooter .Tax .col1,
.checkoutContent .divCartItems .CartItemsGrid .CartGridFooter .Total .col1 {
  display: inline-block;
  text-align: right;
  font-weight: bold;
}
.checkoutContent .divCartItems .CartItemsGrid .CartGridFooter .subTotal .col2,
.checkoutContent .divCartItems .CartItemsGrid .CartGridFooter .ShippingCost .col2,
.checkoutContent .divCartItems .CartItemsGrid .CartGridFooter .BOShippingCost .col2,
.checkoutContent .divCartItems .CartItemsGrid .CartGridFooter .Tax .col2,
.checkoutContent .divCartItems .CartItemsGrid .CartGridFooter .Total .col2 {
  display: inline-block;
  margin-left: 4px;
  text-align: right;
  width: 80px;
  padding-right: 5px;
}
.checkoutContent .p_lblTBD {
  text-align: right;
}

@media (max-width: 767px) {
  div.table-responsive table,
div.table-responsive thead,
div.table-responsive tbody,
div.table-responsive th,
div.table-responsive td,
div.table-responsive tr {
    display: block;
    white-space: normal !important;
  }

  div.table-responsive tr.StoreAccountOrderBodyHeader {
    border-top-left-radius: theme-radius("primary", "base");
    border-top-right-radius: theme-radius("primary", "base");
  }
  div.table-responsive tr.StoreAccountOrderBodyHeader td {
    text-align: left !important;
  }
  div.table-responsive tr.StoreAccountOrderBodyHeader td:first-child {
    font-size: 0;
  }
  div.table-responsive tr.StoreAccountOrderBodyHeader td:first-child:before {
    content: "Cart Items";
    position: relative;
    font-size: 17px;
  }
  div.table-responsive tr.StoreAccountOrderBodyHeader td:not(:first-child) {
    display: none;
  }

  div.table-responsive td:before {
    position: absolute;
  }

  tr.StoreAccountOrderBodyItem td,
tr.StoreAccountOrderBodyAlternatingItem td {
    border: none !important;
  }
  tr.StoreAccountOrderBodyItem td.StoreAccountOrderBodyLine,
tr.StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyLine {
    text-align: left !important;
  }
  tr.StoreAccountOrderBodyItem td.StoreAccountOrderBodyProduct,
tr.StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyProduct {
    text-align: left !important;
  }
  tr.StoreAccountOrderBodyItem td.StoreAccountOrderBodyProduct span:first-of-type,
tr.StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyProduct span:first-of-type {
    display: block !important;
  }
  tr.StoreAccountOrderBodyItem td.StoreAccountOrderBodyStock,
tr.StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyStock {
    text-align: left !important;
  }
  tr.StoreAccountOrderBodyItem td.StoreAccountOrderBodyQty,
tr.StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyQty {
    text-align: left !important;
  }
  tr.StoreAccountOrderBodyItem td.StoreAccountOrderBodyPrice,
tr.StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyPrice {
    text-align: left !important;
  }
  tr.StoreAccountOrderBodyItem td.StoreAccountOrderBodySubtotal,
tr.StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodySubtotal {
    text-align: left !important;
  }
  tr.StoreAccountOrderBodyItem td span,
tr.StoreAccountOrderBodyAlternatingItem td span {
    display: inline-block !important;
  }

  .CartGridFooter {
    border: none !important;
  }
}
/* ======================= */
/*       PROMO CODE        */
/* ======================= */
.PnlPromoCode {
  float: right;
  /* styling the link */
  /* On focus: the global.css adds a margin-bottom:10px this breaks the input and button so it needs to be overriding */
  /* styling the apply button */
  /* ======  error messages ========== */
}
.PnlPromoCode a#lnkHavePromo {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.PnlPromoCode .TxtPromoCode {
  margin-bottom: 0 !important;
}
.PnlPromoCode input.BtnApplyPromo {
  background: #000;
  margin-right: 0 !important;
  color: #fff;
  border-color: #000000;
}
.PnlPromoCode input[type=submit].BtnApplyPromo:hover {
  background: #000;
  text-decoration: underline;
  border-color: #000000;
}
.PnlPromoCode input[type=submit].BtnApplyPromo:active {
  background: #000;
  text-decoration: underline;
  border-color: #333;
}
.PnlPromoCode input[type=submit].BtnApplyPromo:focus {
  background: #000;
  text-decoration: underline;
  border-color: #333;
}
.PnlPromoCode span.LblPromoErrorMesg {
  color: #ff0000;
}

/* ====== Promo Applied =========== */
/* Promo container */
.PnlPromoApplyMsg {
  padding: 15px 10px 15px 10px;
  border-bottom: 2px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-bottom: 40px;
  width: 100%;
}

/* remove link */
a.LnkRemovePromoCode {
  padding: 10px 15px;
  text-decoration: underline;
}

/* Promo description */
span.LblPromoApplyMsg {
  font-weight: 700;
}

.padding-none {
  padding: 0 !important;
}

.padding-right-none {
  padding-right: 0 !important;
}

.padding-left-none {
  padding-left: 0 !important;
}

.padding-left-2x {
  padding-left: 16px;
}

.margin-none {
  margin: 0 !important;
}

.margin-top-2x {
  margin-top: 16px !important;
}

.margin-bottom-2x {
  margin-bottom: 16px !important;
}

p#onetrust-policy-text > a {
  color: #ffffff !important;
}
p#onetrust-policy-text > a:hover {
  opacity: 0.7;
  text-decoration: underline;
}/*# sourceMappingURL=Skin.css.map */