.column-single {
  background-repeat: no-repeat;
  padding: 45px 45px 45px 45px;
  background-color: #fbfbfb;
  display: block;
  max-width: 1230px;
  margin: auto auto 15px auto;
  height: auto;
  text-align: center;
  height: 675px;
  padding-top: 400px; }

.column-single-top {
  background-repeat: no-repeat;
  padding: 45px 45px 45px 45px;
  background-color: #fbfbfb;
  display: block;
  max-width: 1250px;
  margin: auto auto 15px auto;
  height: auto;
  text-align: center;
  height: 540px;
  padding-top: 175px; }

.column-left {
  height: 605px;
  float: left;
  width: 49.25%;
  margin-right: .75%;
  padding-top: 15px; }

.column-right {
  height: 605px;
  float: left;
  width: 49.25%;
  margin-left: .75%;
  padding-top: 15px; }

.home-button {
  background-color: #1B2D59;
  color: white;
  border: 1px solid #1B2D59;
  padding: 10px 30px 10px 30px;
  font-weight: 400;
  cursor: pointer; }

.home-button:hover {
  background-color: white;
  color: #1B2D59;
  border: 1px solid #1B2D59;
  cursor: pointer;
  transition: 0.3s; }

.main-headline {
  font-size: 2.25em; }

.column-pink {
  color: white;
  background: #ba5d82;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ba5d82 0%, #bb2361 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ba5d82 0%, #bb2361 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ba5d82 0%, #bb2361 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba5d82', endColorstr='#bb2361',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.column-ltblue {
  color: white;
  background: #5489a8;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #5489a8 0%, #0165ab 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #5489a8 0%, #0165ab 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #5489a8 0%, #0165ab 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5489a8', endColorstr='#0165ab',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.column-drkblue {
  color: white;
  background: #2b3856;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #2b3856 18%, #1b2d59 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #2b3856 18%, #1b2d59 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #2b3856 18%, #1b2d59 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3856', endColorstr='#1b2d59',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.column-purple {
  color: white;
  background: #503870;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #503870 0%, #330072 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #503870 0%, #330072 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #503870 0%, #330072 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#503870', endColorstr='#330072',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both; }

.disclaimer {
  border: 1.5px solid #DEDEDB;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  max-width: 1200px;
  margin: 45px;
  margin-top: 45px; }

.nav-square {
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  background-color: #EFEFEC;
  color: #1B2D59;
  border: 1px solid #EFEFEC;
  margin: 4px 1px 1px 1px;
  text-decoration: none;
  font-size: .75em; }

.nav-square:hover {
  background-color: #1B2D59;
  color: white;
  border: 1px solid #1B2D59;
  transition: 0.3s;
  cursor: pointer; }

.kitbutton {
  border-radius: 2.5px;
  border: solid 1px;
  border-color: black;
  color: black;
  padding: 8px;
  width: 100%;
  text-align: left;
  background-color: white;
  margin-top: 10px; }

.kitbutton:hover {
  border: solid 2px;
  font-weight: 600; }

.navPages-action {
  font-weight: 400; }

@media only screen and (max-width: 843px) {
  .page-sidebar {
    display: none !important; }
  .column-single {
    padding-top: 200px;
    height: auto !important;
    margin-bottom: 15px; }
  .column-single-top {
    padding-top: 55px;
    height: auto !important;
    margin-bottom: 15px; }
  .mobile-img {
    display: block;
    width: 100%; }
  .mobile-vis {
    display: block; }
  .desktop-vis {
    display: none; }
  .home-text-banner {
    max-width: 100%; }
  .column-single-top {
    padding-top: 55px;
    height: auto !important;
    margin-bottom: 15px; }
  .column-left {
    height: auto;
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 15px; }
  .column-right {
    height: auto;
    width: 100% !important;
    margin-left: 0px !important; }
  .main-headline {
    font-size: 1.4em; }
  .disclaimer {
    max-width: 70%; }
  #add-to-cart-wrapper .form-action {
    width: 100% !important; } }

.newsletter-subscription-section {
  border-top: none; }

.footer {
  border-top: none; }

.subcategory-grid .navList {
  display: none; }

.line-item-details.sku {
  display: none; }

.facetedSearch.sidebarBlock {
  display: none; }

.productView-info {
  margin-bottom: 10px; }

.rca-subscription-form__frequency {
  margin-top: 10px; }

.customergroup-10off .rca-subscription-form {
  display: none !important; }

.customergroup-20md .rca-subscription-form {
  display: none !important; }

.customergroup-20off .rca-subscription-form {
  display: none !important; }

.customergroup-25off .rca-subscription-form {
  display: none !important; }

.customergroup-bengs .rca-subscription-form {
  display: none !important; }

.customergroup-bengs1 .rca-subscription-form {
  display: none !important; }

.customergroup-30off .rca-subscription-form {
  display: none !important; }

.customergroup-40off .rca-subscription-form {
  display: none !important; }

.mega-cat-dropdown {
  height: auto !important;
  padding-bottom: 15px !important;
  background-color: #FAFAFA !important;
  border: none !important;
  border-top: 1px solid #d7d7d7 !important;
  width: 225px !important; }

span.burger-menu {
  font-size: 14px !important; }

.mega-menu-icon {
  font-size: 14px !important; }

svg.mega-menu-icon {
  display: none;
  height: 14px;
  width: 14px; }

.mega-cat-dropdown .has-subMenu.is-root + .navPage-subMenu-horizontal.second-level-flyout {
  border: none !important;
  border-top: 1px solid #d7d7d7 !important;
  background-color: #FAFAFA !important;
  margin-top: 1px !important;
  width: 225px !important;
  padding: 20px 30px 15px 30px !important;
  left: 223px !important; }

.mega-cat-dropdown .has-subMenu.is-root + .navPage-subMenu-horizontal.second-level-flyout .category-title {
  display: none; }

.mega-cat-nav .container-header.btn.active {
  background-color: #FAFAFA !important;
  border-bottom: 1px solid #d7d7d7 !important; }

#menu .nav-minus-logo {
  display: flex;
  justify-content: right; }

#menu div.nav-right {
  width: auto !important; }

#menu .mega-cat-dropdown .has-subMenu.is-root + .navPage-subMenu-horizontal.second-level-flyout .page.active-page .fader {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }

div#page-wrapper .second-level-flyout .flyout.page li.navPage-subMenu-item-child {
  width: 100% !important; }

.hideWidget .rca-subscription-form {
  display: none !important; }
