﻿html,
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  color: #000;
}

h1 {
  font-size: 3rem !important;
  color: #000;
  letter-spacing: 1px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  font-weight: 600;
}

h2 {
  font-size: 3rem !important;
  color: #000;
  letter-spacing: 1px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  font-weight: 500;
}

h3 {
  font-size: 1.875em !important;
  color: #000;
  letter-spacing: 1px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  font-weight: 500;
}

h4 {
  font-size: 1.0625em !important;
  color: #000;
  letter-spacing: 1px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  font-weight: 400;
}

h5 {
  font-size: 1.0625em !important;
  color: #000;
  letter-spacing: 1px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  font-weight: 400;
}

h6 {
  font-size: 1.0625em !important;
  color: #000;
  letter-spacing: 1px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  font-weight: 400;
}

p {
  color: #454545;
  font-weight: 400;
}

a {
  color: #B75332;
  font-weight: 400;
}
a:hover {
  color: #893E25;
}
a:visited {
  color: #B75332;
}

legend {
  font-size: 14px !important;
  border-bottom: none !important;
  float: left;
}

.NormalRed {
  color: #dc3535;
}

@media (max-width: 767px) {
  h1 {
    font-size: 26px !important;
    letter-spacing: 1px !important;
    line-height: 1.22 !important;
  }
  h2 {
    font-size: 26px !important;
    letter-spacing: 0.5px !important;
    line-height: 1.15 !important;
  }
  h3 {
    font-size: 18px !important;
    letter-spacing: 1px !important;
    line-height: 1.18 !important;
  }
  h4 {
    font-size: 16px !important;
    letter-spacing: 1px !important;
    line-height: 1.18 !important;
  }
  h5 {
    font-size: 16px !important;
    letter-spacing: 1px !important;
    line-height: 1.18 !important;
  }
  .ContentHeader span {
    font-size: 26px !important;
  }
}
.store-links a.Normal {
  color: #B75332;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.btn-default,
.dnnSecondaryAction,
a.dnnSecondaryAction,
.btnStoreCheckout.btnCatalog,
.btnStoreCheckout.btnOrderHistory, .lbtnDownloadTemplate,
.DnnModule-StoreCatalog.btnStoreCheckout.btnCheckout {
  font-weight: bold;
  text-transform: uppercase;
  color: #B75332;
  background: #fff !important;
  border-radius: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #B75332 !important;
  cursor: pointer;
  transition: all 400ms;
}
.btn-default:hover,
.dnnSecondaryAction:hover,
a.dnnSecondaryAction:hover,
.btnStoreCheckout.btnCatalog:hover,
.btnStoreCheckout.btnOrderHistory:hover, .lbtnDownloadTemplate:hover,
.DnnModule-StoreCatalog.btnStoreCheckout.btnCheckout:hover {
  color: #B75332;
  background: #fff !important;
  border: 1px solid #B75332;
  text-decoration: none;
}

.btn-primary,
.dnnPrimaryAction,
a.dnnPrimaryAction,
a.StoreSearchLinkButton,
.DnnModule-StoreCatalog.btnStoreCheckout.btnSample {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #B75332;
  border-radius: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #B75332 !important;
  cursor: pointer;
  transition: all 400ms;
}
.btn-primary:hover,
.dnnPrimaryAction:hover,
a.dnnPrimaryAction:hover,
a.StoreSearchLinkButton:hover,
.DnnModule-StoreCatalog.btnStoreCheckout.btnSample:hover {
  background: #B75332;
  border-radius: 24px !important;
  border: 1px solid #B75332 !important;
  border-color: #B75332 !important;
  text-decoration: none;
}

.btnStoreCheckout.btnCatalog {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #B75332;
  background: #fff;
  border-radius: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #B75332;
  cursor: pointer;
  transition: all 400ms;
}
.btnStoreCheckout.btnCatalog:hover {
  color: #B75332;
  background: #fff;
  border: 1px solid #B75332;
  text-decoration: none;
}

.btnStoreCheckout.btnCheckout,
.btnPurchase,
.btnStoreCheckout.btnOrderHistory,
.btnStoreCheckout.btnSample {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #B75332;
  border-radius: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  border: 1px solid #B75332;
  cursor: pointer;
  transition: all 400ms;
}
.btnStoreCheckout.btnCheckout:hover,
.btnPurchase:hover,
.btnStoreCheckout.btnOrderHistory:hover,
.btnStoreCheckout.btnSample:hover {
  background: #B75332;
  border: 1px solid #B75332 !important;
  border-color: #B75332 !important;
  text-decoration: none;
}

.applyBtnLeft > input {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #B75332;
  border-radius: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  border: 1px solid #B75332;
  float: left;
  cursor: pointer;
  transition: all 400ms;
}
.applyBtnLeft > input:hover {
  background: #B75332;
  border: 1px solid #B75332;
  text-decoration: none;
}

.applyBtnLeft {
  margin-left: 10px;
}

.applyBtnRight {
  float: right;
  margin-right: 10px;
}

.btn-success {
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #6e86c0;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 24px !important;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}
.btn-success:hover {
  background: #6e86c0;
  transition: all 400ms;
}

.btn-info {
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #17a2b8;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 24px !important;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}
.btn-info:hover {
  background: #17a2b8;
  transition: all 400ms;
}

.btn-warning {
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #f0af00;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 24px !important;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}
.btn-warning:hover {
  background: #dc3535;
  transition: all 400ms;
}

.btn-danger {
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #dc3535;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 24px !important;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}
.btn-danger:hover {
  background: #dc3535;
  transition: all 400ms;
}

input.iProcess {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  color: #B75332;
  background: #fff !important;
  border-radius: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #B75332;
  cursor: pointer;
  transition: all 400ms;
}
input.iProcess:hover {
  color: #B75332;
  background: #fff !important;
  border: 1px solid #B75332;
  text-decoration: none;
}

.StoreAdmin .CommandButton {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #B75332;
  border-radius: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #B75332 !important;
  cursor: pointer;
  transition: all 400ms;
}
.StoreAdmin .CommandButton:hover {
  background: #B75332;
  border-radius: 24px !important;
  border: 1px solid #B75332 !important;
  border-color: #B75332 !important;
  text-decoration: none;
}

.linkSave, .tdOtherEdit .lnkSave, a[id*=Store_StoreAdmin_btnSave],
a[id*=Store_storeadmin_btnSave],
a[id*=ManageDistributionList_lnkSave],
a[id*=Store_categoryadmin_linkAddNew],
a[id*=Store_categoryadmin_linkImport],
a[id*=Store_StoreAdmin_ShippingHurdles_Admin_Admin_ShippingHurdlesView_lnkSaveFreeShippingHurdle],
a[id*=Store_storeadmin_ShippingHurdles_Admin_Admin_ShippingHurdlesView_lnkSaveFreeShippingHurdle],
input[id*=Store_StoreAdmin_EmailProvider_MouserPaymentSettings_btnUpdateMPSettings],
input[id*=Store_storeadmin_EmailProvider_MouserPaymentSettings_btnUpdateMPSettings],
input[id*=Store_StoreAdmin_ShippingProvider_MouserPortalShippingProviders_btnUSSave],
input[id*=Store_storeadmin_ShippingProvider_MouserPortalShippingProviders_btnUSSave],
input[id*=Store_StoreAdmin_ShippingProvider_MouserPortalShippingProviders_btnForeignSave],
input[id*=Store_storeadmin_ShippingProvider_MouserPortalShippingProviders_btnForeignSave],
input[id*=Store_StoreAdmin_ShippingProvider_MouserShippingProviders_btnSaveSettings],
input[id*=Store_storeadmin_ShippingProvider_MouserShippingProviders_btnSaveSettings],
input[id*=Store_categoryadmin_btnExport],
input[id*=Store_categoryadmin_btnSearch],
input[id*=Store_productadmin_btnSearch],
input[id*=Store_customeradmin_btnSearch],
input[id*=Store_productadmin_ProductEdit_btnGetValues],
input[id*=View_btnExport],
a[id*=Store_categoryadmin_ctl00_cmdUpdate],
a[id*=Store_categoryadmin_CategoryImport_cmdGoToCategories],
a[id*=Store_StoreAdmin_ShippingHurdles_Admin_Admin_ShippingHurdlesViewByCountry_lnkSaveFreeShippingHurdleByCountry],
a[id*=Store_storeadmin_ShippingHurdles_Admin_Admin_ShippingHurdlesViewByCountry_lnkSaveFreeShippingHurdleByCountry],
a[id*=Store_productadmin_linkAddNew],
a[id*=Store_productadmin_linkImport],
a[id*=PreferredCustomerAdmin_lnkSave],
a[id*=EmailRestrictions_btnEmailSave],
a[id*=Store_productadmin_ProductEdit_cmdUpdate] {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #B75332 !important;
  border-radius: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #B75332 !important;
  cursor: pointer;
  transition: all 400ms;
}
.linkSave:hover, .tdOtherEdit .lnkSave:hover, a[id*=Store_StoreAdmin_btnSave]:hover,
a[id*=Store_storeadmin_btnSave]:hover,
a[id*=ManageDistributionList_lnkSave]:hover,
a[id*=Store_categoryadmin_linkAddNew]:hover,
a[id*=Store_categoryadmin_linkImport]:hover,
a[id*=Store_StoreAdmin_ShippingHurdles_Admin_Admin_ShippingHurdlesView_lnkSaveFreeShippingHurdle]:hover,
a[id*=Store_storeadmin_ShippingHurdles_Admin_Admin_ShippingHurdlesView_lnkSaveFreeShippingHurdle]:hover,
input[id*=Store_StoreAdmin_EmailProvider_MouserPaymentSettings_btnUpdateMPSettings]:hover,
input[id*=Store_storeadmin_EmailProvider_MouserPaymentSettings_btnUpdateMPSettings]:hover,
input[id*=Store_StoreAdmin_ShippingProvider_MouserPortalShippingProviders_btnUSSave]:hover,
input[id*=Store_storeadmin_ShippingProvider_MouserPortalShippingProviders_btnUSSave]:hover,
input[id*=Store_StoreAdmin_ShippingProvider_MouserPortalShippingProviders_btnForeignSave]:hover,
input[id*=Store_storeadmin_ShippingProvider_MouserPortalShippingProviders_btnForeignSave]:hover,
input[id*=Store_StoreAdmin_ShippingProvider_MouserShippingProviders_btnSaveSettings]:hover,
input[id*=Store_storeadmin_ShippingProvider_MouserShippingProviders_btnSaveSettings]:hover,
input[id*=Store_categoryadmin_btnExport]:hover,
input[id*=Store_categoryadmin_btnSearch]:hover,
input[id*=Store_productadmin_btnSearch]:hover,
input[id*=Store_customeradmin_btnSearch]:hover,
input[id*=Store_productadmin_ProductEdit_btnGetValues]:hover,
input[id*=View_btnExport]:hover,
a[id*=Store_categoryadmin_ctl00_cmdUpdate]:hover,
a[id*=Store_categoryadmin_CategoryImport_cmdGoToCategories]:hover,
a[id*=Store_StoreAdmin_ShippingHurdles_Admin_Admin_ShippingHurdlesViewByCountry_lnkSaveFreeShippingHurdleByCountry]:hover,
a[id*=Store_storeadmin_ShippingHurdles_Admin_Admin_ShippingHurdlesViewByCountry_lnkSaveFreeShippingHurdleByCountry]:hover,
a[id*=Store_productadmin_linkAddNew]:hover,
a[id*=Store_productadmin_linkImport]:hover,
a[id*=PreferredCustomerAdmin_lnkSave]:hover,
a[id*=EmailRestrictions_btnEmailSave]:hover,
a[id*=Store_productadmin_ProductEdit_cmdUpdate]:hover {
  color: #fff !important;
  background: #B75332 !important;
  border-radius: 24px !important;
  border: 1px solid #B75332 !important;
  border-color: #B75332 !important;
  text-decoration: none;
}

input[id*=Store_StoreAdmin_ShippingProvider_MouserPortalShippingProviders_btnSaveException],
input[id*=Store_storeadmin_ShippingProvider_MouserPortalShippingProviders_btnSaveException],
input[id*=Store_customeradmin_CustomerOrders_btnBack],
input[id*=PreferredCustomerAdmin_ibtnSave],
input[id*=PreferredCustomerAdmin_ibtnCancel],
a[id*=Store_categoryadmin_linkAddImage],
a[id*=Store_productadmin_linkAddImage] {
  display: none;
}

a[id*=Store_categoryadmin_ctl00_cmdCancel],
a[id*=Store_categoryadmin_ctl00_cmdDelete],
a[id*=PreferredCustomerAdmin_lnkCancel],
a[id*=Store_productadmin_ProductEdit_cmdCancel],
a[id*=Store_productadmin_ProductEdit_cmdDelete] {
  font-weight: bold;
  text-transform: uppercase;
  color: #B75332 !important;
  background: #fff !important;
  border-radius: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #B75332 !important;
  cursor: pointer;
  transition: all 400ms;
}
a[id*=Store_categoryadmin_ctl00_cmdCancel]:hover,
a[id*=Store_categoryadmin_ctl00_cmdDelete]:hover,
a[id*=PreferredCustomerAdmin_lnkCancel]:hover,
a[id*=Store_productadmin_ProductEdit_cmdCancel]:hover,
a[id*=Store_productadmin_ProductEdit_cmdDelete]:hover {
  color: #B75332;
  background: #fff !important;
  border: 1px solid #B75332;
  text-decoration: none;
}

.padding-left-none {
  padding-left: 0 !important;
}

.padding-right-none {
  padding-right: 0 !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.padding-none {
  padding: 0 !important;
}

.margin-left-none {
  margin-left: 0 !important;
}

.margin-right-none {
  margin-right: 0 !important;
}

.margin-top-none {
  margin-top: 0 !important;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.margin-none {
  margin: 0 !important;
}

header .search-container {
  margin-bottom: 16px !important;
}
header .search-container .search {
  background: #545454;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
header .search-container .search .form-control-clear {
  right: 40px;
  color: #000;
}
header .search-container .search .form-control {
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .search-container .search .form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .search-container .search input.btnCatalogSearch {
  font-family: "FontAwesome";
  border-left: none;
}

.navbar-header {
  float: none;
  display: flex;
  align-items: center;
}

.navbar-brand {
  padding-top: 0;
  padding: 0;
  height: auto;
}

nav.navbar-collapse {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.main-menu {
  position: relative;
  z-index: 6;
  border-top: 3px solid #B75332;
  border-bottom: 1px solid #d3d3d3;
  -webkit-box-shadow: 0 2px 4px 0 rgba(40, 40, 40, 0.2);
  box-shadow: 0 2px 4px 0 rgba(40, 40, 40, 0.2);
  margin-bottom: 50px;
}

.nav li a {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  padding: 32px 20px;
}
.nav li a:focus {
  color: #000;
  transition: all 300ms linear;
  background: none;
}
.nav li a:active {
  color: #000;
  transition: all 300ms linear;
  background: none;
}
.nav li a:visited {
  color: #000;
  background: none;
}
.nav li a:hover {
  color: #000;
  background: none;
}
.nav li.current {
  color: #000;
}
.nav li.current a {
  color: #000;
  background: none;
}

a.Login {
  color: #000;
  text-align: right;
  font-weight: bold;
  font-size: 17px;
  padding: 30px;
  display: block;
  position: relative;
}
a.Login:hover {
  text-decoration: none;
}
a.Login:active {
  color: #B75332;
  transition: all 300ms linear;
}

span.cart {
  display: block;
  position: relative;
  padding: 30px;
}
span.cart .fa-shopping-cart {
  margin-right: 3px;
  font-size: 25px;
}
span.cart .badge-cart {
  font-size: 11px;
  font-weight: bold;
  color: theme-colors("brand", "base");
  background: theme-colors("brand", "base");
  border-radius: 100%;
  text-align: center;
  position: absolute;
  line-height: 1.8;
  width: 18px;
  height: 18px;
  top: 18px;
  right: 35px;
}

header .navbar-toggler {
  background: #545454;
  border: 1px solid #B75332;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 10px;
  cursor: pointer;
}
header .navbar-toggler:hover {
  background: #1a202c;
  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: #f2f2f2;
  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: #f2f2f2;
  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: #f2f2f2;
  width: 220px;
}
header .menu li .submenu li {
  list-style: none;
  padding: 10px;
}
header .menu li .submenu li a {
  color: #000;
  font-size: 14px;
}
header .menu li .submenu li a:active {
  color: #B75332;
}
header .menu li .submenu li a:focus {
  color: #B75332;
}
header .menu li .submenu li a:visited {
  color: #626367;
}
header .menu li .submenu li a:hover {
  color: #B75332;
  background: none;
}
header .menu li .submenu li.mi.current a {
  color: #B75332;
}

@media (max-width: 768px) {
  .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;
  }
  ul.menu,
  .navbar-nav > li {
    float: left !important;
  }
}
@media (max-width: 590px) {
  .nav-logo,
  .navbar-brand,
  nav {
    padding: 0 !important;
  }
  .menuLinks .login-container {
    float: right;
  }
  span.cart {
    position: absolute;
    display: inline-block;
    top: -60px;
    left: 70%;
  }
}
@media (max-width: 400px) {
  .main-menu nav li a,
  .main-menu a.Login {
    font-size: 14px;
    padding: 22px 12px;
  }
  span.cart {
    left: 56%;
  }
}
ol,
ul {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  list-style: none;
}

.DnnModule-DNN_FAQs .faqsList .question-container {
  font-size: 16px;
  background: #fff;
  color: #B75332;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  border: 1px solid #e6e6e6;
}
.DnnModule-DNN_FAQs .faqsList .question-container:hover {
  color: #893E25;
  background: #e6e6e6;
}
.DnnModule-DNN_FAQs .faqsList .question-container img {
  display: none;
}
.DnnModule-DNN_FAQs .faqsList .question-container:after {
  content: "+";
  position: relative;
  float: right;
}
.DnnModule-DNN_FAQs .faqsList .question-container .is-active {
  background: #e6e6e6;
}
.DnnModule-DNN_FAQs .faqContentInside {
  border-top: none;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  transition: all 300ms linear;
  padding: 16px !important;
}
.DnnModule-DNN_FAQs .faqContentInside > div .Normal {
  font-size: 16px !important;
}

.c5sFormMain table {
  float: left;
}
.c5sFormMain table tr {
  margin-bottom: 10px;
}
.c5sFormMain input,
.c5sFormMain textarea {
  border-radius: 4px;
  border: 1px solid #bcb0a7;
  padding: 7px 0;
  width: 450px !important;
}
.c5sFormMain .C5LLC_controls-row .C5LLC_controls {
  margin-bottom: 8px !important;
}
.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;
}

footer {
  background: #B75332;
  margin-top: 24px !important;
  text-align: center;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 16px !important;
  padding-bottom: 38px !important;
  color: #fff;
}
footer li {
  list-style: none;
  display: inline-block;
}
footer span {
  display: inline-block;
  padding-bottom: 8px !important;
}
footer span a {
  color: #fff;
  padding-right: 8px !important;
  padding-left: 8px !important;
  text-decoration: underline;
}
footer span a:hover {
  color: #fff;
}
footer span a:visited {
  color: #fff;
}
footer span a:focus {
  color: #fff;
}
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 #000;
}
footer span ul {
  margin-left: 0;
}

@media (max-width: 768px) {
  footer .poweredBy {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.StoreLinks {
  float: right;
}

.StoreLinks a {
  color: #000;
}
.StoreLinks a:hover {
  text-decoration: none;
}

.badge-cart {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #B75332;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  line-height: 1.8;
  width: 18px;
  height: 18px;
  top: 5px;
  right: 10px;
}

body > Form > header {
  min-height: 100px;
}

#Logo a img {
  width: 200px;
  padding-bottom: 0;
}

.privacy_statement a {
  font-size: 16px !important;
  color: #6c3 !important;
}

.privacy_statement > p {
  font-size: 16px !important;
}

.privacy_statement > h2 {
  font-size: 18px;
  font-family: "Roboto", sans-serif !important;
}

.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;
}

#myAccount-right > a {
  display: block;
  background-color: #00a1dc;
  padding: 10px;
  margin: 10px;
  text-align: center;
  color: #ffffff !important;
}

.myAccount-right {
  margin-top: 30px;
}
.myAccount-right .myAccountBTN {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #B75332;
  border-radius: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #B75332;
  cursor: pointer;
  transition: all 400ms;
  margin-right: 10px;
}
.myAccount-right .myAccountBTN:hover {
  background: #B75332;
  border-radius: 24px !important;
  border: 1px solid #B75332 !important;
  border-color: #B75332 !important;
  text-decoration: none;
}
.myAccount-right .myAccountBTN:visited {
  text-decoration: none;
}

.StoreAccountAddressCmd .StoreAddressCommand .StoreAccountAddressUpdateButton {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #B75332;
  border-radius: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #B75332;
  cursor: pointer;
  transition: all 400ms;
}
.StoreAccountAddressCmd .StoreAddressCommand .StoreAccountAddressUpdateButton:hover {
  background: #B75332;
  border-radius: 24px !important;
  border: 1px solid #B75332 !important;
  border-color: #B75332 !important;
  text-decoration: none;
}
.StoreAccountAddressCmd .StoreAddressCommand .StoreAccountAddressCancelButton, .StoreAccountAddressCmd .StoreAddressCommand .StoreAccountAddressDeleteButton {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  color: #B75332;
  background: #fff;
  border-radius: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #B75332;
  cursor: pointer;
  transition: all 400ms;
}
.StoreAccountAddressCmd .StoreAddressCommand .StoreAccountAddressCancelButton:hover, .StoreAccountAddressCmd .StoreAddressCommand .StoreAccountAddressDeleteButton:hover {
  color: #B75332;
  background: #fff;
  border: 1px solid #B75332;
  text-decoration: none;
}

.StoreAccountAddressesWrapper .StoreAccountAddressesAddButton {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #B75332;
  border-radius: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #B75332;
  cursor: pointer;
  transition: all 400ms;
  display: inline-block;
  margin-top: 20px;
}
.StoreAccountAddressesWrapper .StoreAccountAddressesAddButton:hover {
  background: #B75332;
  border-radius: 24px !important;
  border: 1px solid #B75332 !important;
  border-color: #B75332 !important;
  text-decoration: none;
}

.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: #f2f2f2;
  display: table-cell;
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 4px !important;
  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: #f2f2f2;
  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: #545454;
  color: #fff;
  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: 0 !important;
}

.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: #f2f2f2;
}

.StoreAccountCheckoutCart table.StoreCartDetail {
  margin-bottom: 0;
  background: #f2f2f2;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailHeader {
  background: #fff;
  border: 1px solid #f2f2f2;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailHeader td {
  color: #000;
  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: center;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailHeader td.StoreCartDetailSubtotalHeader {
  text-align: center;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td {
  vertical-align: middle;
  border-color: #f2f2f2;
}
.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 .CartProductDescription,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.StoreCartDetailProduct .CartProductDescription {
  color: #454545;
}
.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: 8px !important;
  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.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;
}
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailItem td.SampleError,
.StoreAccountCheckoutCart table.StoreCartDetail tr.StoreCartDetailAlternatingItem td.SampleError {
  color: #dc3535;
}
.StoreAccountCheckoutCart .CartGridFooter,
.StoreAccountCheckoutCart .StoreCartDetailFooter {
  background: #fff;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 24px 8px;
}
.StoreAccountCheckoutCart .CartGridFooter .cartTotal,
.StoreAccountCheckoutCart .CartGridFooter .StoreCartDetailSubtotalFooter,
.StoreAccountCheckoutCart .StoreCartDetailFooter .cartTotal,
.StoreAccountCheckoutCart .StoreCartDetailFooter .StoreCartDetailSubtotalFooter {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 17px;
  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: bold;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background: #f2f2f2;
}

@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 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !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;
    font-weight: bold;
  }
  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;
    font-weight: bold;
  }
  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: #f2f2f2;
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
}
.UserAgreementWrapper .UserAgreement_Header {
  font-weight: bold;
  padding: 8px;
  background: #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.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;
}

@media (max-width: 767px) {
  .StoreAccountCheckoutNavigation {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .StoreAccountCheckoutNavigation input {
    width: 100%;
  }
}
.StoreAccountCheckoutCart .StoreAccountCheckoutTotal .StoreCartEmpty {
  font-weight: 400 !important;
}

.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps {
  margin-bottom: 32px;
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul {
  font-size: 0;
  text-align: center;
  margin-left: 0;
  margin-bottom: 16px !important;
}
.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: #B75332;
  color: #fff;
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li span.StoreCheckoutStepNumber {
  font-weight: bold;
  font-size: 15px;
  color: #000;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #B75332;
  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: #B75332;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 2.5;
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li a.StoreCheckoutStepText {
  font-size: 15px;
  display: block;
  color: #000;
  text-transform: uppercase;
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li.CheckoutStepConnect {
  width: 13%;
}
.StoreAccountCheckoutWrapper .StoreAccountCheckoutSteps ul li.CheckoutStepConnect span.connector {
  display: inline-block;
  border: 2px solid #B75332;
  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;
  }
  .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%;
  }
}
/* <<< DATEPICKER >>>*/
.ui-datepicker .ui-datepicker-header.ui-widget-header {
  background: #B75332;
  color: #fff;
}
.ui-datepicker .ui-datepicker-header.ui-widget-header a {
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar th {
  color: #B75332;
  font-weight: 600;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today .ui-state-highlight {
  border: 1px solid #B75332;
  background: #B75332;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-active {
  border: 1px solid #B75332;
  background: #B75332;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-hover, .ui-datepicker .ui-datepicker-calendar td a.ui-state-focus {
  background: #B75332;
  color: #fff;
}

.form-control {
  border-radius: 8px !important;
  font-weight: 400;
}

.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-bottom: 1px solid #f2f2f2;
}
.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-family: "gibson-semibold", sans-serif !important;
  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: #f2f2f2;
  border: 1px solid #bcb0a7;
  padding: 8px;
  border-radius: 8px !important;
  margin-bottom: 16px;
}
.checkoutContent .divAddresses legend,
.checkoutContent .StoreAccountCheckoutShippingProviders legend,
.checkoutContent .StoreAccountCheckoutPONumber legend,
.checkoutContent .StoreAccountCheckoutPayment legend,
.checkoutContent .divPaymentShippingInfo legend {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 17px !important;
  color: #000;
  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 {
  font-family: Arial, Helvetica, sans-serif !important;
  color: #000;
}
.checkoutContent .divAddresses .ShippingStoreShippingProviderLabel .dutyMessage,
.checkoutContent .StoreAccountCheckoutShippingProviders .ShippingStoreShippingProviderLabel .dutyMessage,
.checkoutContent .StoreAccountCheckoutPONumber .ShippingStoreShippingProviderLabel .dutyMessage,
.checkoutContent .StoreAccountCheckoutPayment .ShippingStoreShippingProviderLabel .dutyMessage,
.checkoutContent .divPaymentShippingInfo .ShippingStoreShippingProviderLabel .dutyMessage {
  color: #dc3535;
}
.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: #000;
  padding-bottom: 4px;
}
.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: 11px;
}
.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;
}
.checkoutContent .divAddresses span a {
  word-wrap: break-word;
}

@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: #f2f2f2;
  border: 1px solid #bcb0a7;
  padding: 16px;
}
.simpleOrderConfirm .OrderCompleteDetails .OrderBilling {
  background: #f2f2f2;
  border: 1px solid #bcb0a7;
  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: #f2f2f2;
  border: 1px solid #bcb0a7;
  padding: 8px;
  border-radius: 8px !important;
  margin-bottom: 16px;
  font-weight: bold;
}

.CartItemsGrid table.StoreAccountOrderBody {
  margin-bottom: 0;
  background: #fff;
}
.CartItemsGrid table.StoreAccountOrderBody tr.StoreAccountOrderBodyHeader {
  background: #fff;
  border: 1px solid #f2f2f2;
}
.CartItemsGrid table.StoreAccountOrderBody tr.StoreAccountOrderBodyHeader td {
  color: #000;
  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[id*=Store_StoreAdmin_ShippingProvider_MouserShippingProviders_grdVisibleShippingMethods],
table[id*=Store_storeadmin_ShippingProvider_MouserShippingProviders_grdVisibleShippingMethods] {
  margin-bottom: 10px;
}

.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: #f2f2f2;
}

.checkoutContent .OrderReviewHeader {
  display: none;
}
.checkoutContent .divPaymentShippingInfo {
  background: #f2f2f2;
  border: 1px solid #bcb0a7;
  padding: 8px;
  border-radius: 8px !important;
  margin-bottom: 16px;
}
.checkoutContent .linkEdit {
  display: inline-block;
  margin-left: 15px;
}
.checkoutContent .linkEdit a {
  color: #B75332;
}
.checkoutContent .linkEdit a:hover {
  color: #893E25;
}
.checkoutContent .linkEdit a:visited {
  color: #626367;
}
.checkoutContent .divCartItems {
  margin-top: 20px;
}
.checkoutContent .divCartItems .CartHeader {
  font-size: 30px;
  padding-left: 8px;
}
.checkoutContent .divCartItems .CartHeader .hypEdit {
  font-size: 17px;
  margin-left: 15px;
}
.checkoutContent .divCartItems .CartItemsGrid {
  margin-top: 10px;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  margin-bottom: 0;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyHeader {
  background: #fff;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyHeader td {
  color: #000;
  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: center;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyHeader td.StoreAccountOrderBodySubtotalHeader {
  text-align: center;
}
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyItem td,
.checkoutContent .divCartItems .CartItemsGrid table.StoreCartGrid .StoreAccountOrderBodyAlternatingItem td {
  vertical-align: middle;
  border-color: #f2f2f2;
}
.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;
}
.checkoutContent .divCartItems .CartItemsGrid .CartGridFooter {
  background: #fff;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 24px;
  font-family: "Roboto", sans-serif !important;
  font-size: 17px;
  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;
}
.checkoutContent .p_lblTBD {
  text-align: right;
}
.checkoutContent .p_lblTBD a strong {
  text-decoration: none !important;
  color: #B75332;
}
.checkoutContent .p_lblTBD a:hover {
  color: #893E25 !important;
}
.checkoutContent .p_lblTBD a:visited {
  color: #626367 !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.StoreAccountOrderBodyHeader {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  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: right !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: right !important;
  }
  tr.StoreAccountOrderBodyItem td.StoreAccountOrderBodyQty,
  tr.StoreAccountOrderBodyAlternatingItem td.StoreAccountOrderBodyQty {
    text-align: right !important;
  }
  tr.StoreAccountOrderBodyItem td span,
  tr.StoreAccountOrderBodyAlternatingItem td span {
    display: inline-block !important;
  }
  .CartGridFooter {
    border: none !important;
  }
  .divCartItems .CartItemsGrid .CartGridFooter {
    font-size: 14px !important;
  }
}
.panelOrderStatusDetails .divCheckoutButton .btnOrderHistory {
  display: none;
}
.panelOrderStatusDetails .CartItemsGrid table.StoreAccountOrderBody {
  background: #f2f2f2;
}

.StoreAccountOrderComplete .ODThankyou {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
  background: none;
  border: 0;
  padding: 0;
  color: #6e86c0;
}

.tblOtherRates .tdOtherEdit {
  padding: 10px 0;
}

table[id*=Store_categoryadmin_gvCategories] tr th a {
  color: #000;
}

a[id*=Store_categoryadmin_ctl00_txtMessage_txtMessage_ckoptions] {
  margin-top: 10px;
  display: inline-block;
}

.ModStoreAdminC .StoreAdmin .btnStoreCheckout {
  float: none;
  margin-right: 0;
  margin-top: 10px;
}
.ModStoreAdminC .StoreAdmin table[id*=Store_categoryadmin_gvCategories] tr td a.CommandButton {
  background: none;
  color: #B75332 !important;
  padding: 0;
}
.ModStoreAdminC .StoreAdmin a[id*=Store_categoryadmin_CategoryImport_lbtnDownload] {
  color: #B75332 !important;
}
.ModStoreAdminC .StoreAdmin a[id*=Store_categoryadmin_CategoryImport_lbtnDownload]:hover {
  color: #893E25 !important;
}

.ModMouserReportsC table[id*=View_tblResults] tr td table {
  padding: 10px;
  background: none !important;
  margin-bottom: 20px;
  border: 0 !important;
}
.ModMouserReportsC table[id*=View_tblResults] tr td[id*=View_tdDateRange] {
  background: #fff;
  padding: 10px;
}
.ModMouserReportsC table[id*=View_tblResults] tr td[id*=View_tdDateRange] input {
  width: 200px;
  margin: 20px 0;
}
.ModMouserReportsC table[id*=View_tblResults] tr td[id*=View_tdDateRange] select {
  width: auto;
}
.ModMouserReportsC table[id*=View_tblResults] tr td[id*=View_tdFindit] {
  padding-top: 20px;
}
.ModMouserReportsC table[id*=View_tblResults] tr td[id*=View_tdFindit] input[type=submit] {
  margin-bottom: 8px !important;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
  transition: all 400ms;
}
.ModMouserReportsC table[id*=View_tblResults] tr td[id*=View_tdFindit] input[id*=View_btnFilter] {
  color: #fff;
  background: #B75332;
  border: 1px solid #B75332 !important;
}
.ModMouserReportsC table[id*=View_tblResults] tr td[id*=View_tdFindit] input[id*=View_btnFilter]:hover {
  background: #B75332;
  border: 1px solid #B75332 !important;
  border-color: #B75332 !important;
  text-decoration: none;
}
.ModMouserReportsC table[id*=View_tblResults] tr td[id*=View_tdFindit] input[id*=View_btnClear] {
  color: #B75332;
  background: #fff !important;
  border: 1px solid #B75332 !important;
}
.ModMouserReportsC table[id*=View_tblResults] tr td[id*=View_tdFindit] input[id*=View_btnClear]:hover {
  color: #B75332;
  background: #fff !important;
  border: 1px solid #B75332;
  text-decoration: none;
}
.ModMouserReportsC table[id*=View_tblResults] td[id*=View_tdRecordGrid] table[id*=View_grdRecords] {
  background: #f2f2f2 !important;
}
.ModMouserReportsC table[id*=View_tblResults] td[id*=View_tdRecordGrid] table[id*=View_grdRecords] tr.ColumnsHeader {
  background: #fff;
  border: 1px solid #f2f2f2;
}
.ModMouserReportsC table[id*=View_tblResults] td[id*=View_tdRecordGrid] table[id*=View_grdRecords] tr.ColumnsHeader th {
  background: #fff;
}
.ModMouserReportsC table[id*=View_tblResults] td[id*=View_tdRecordGrid] table[id*=View_grdRecords] tr.AltRowStyle {
  background: none !important;
}
.ModMouserReportsC table[id*=View_tblResults] td[id*=View_tdRecordGrid] table[id*=View_grdRecords] tr td {
  padding: 8px;
}
