input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 0px solid #0f7fff !important;
  outline-offset: 0px !important; }

input:focus + label {
  outline: 0px solid #0f7fff !important;
  outline-offset: 0px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

/* Custom Sass Functions */
/* Background color for `<body>`*/
/* Global text color on `<body>`*/
/* Global textual link color*/
/* Link hover decoration*/
/* Images Path*/
/* Unit-less `line-height` for use in components like buttons*/
/* By default, this inherits from the `<body>`*/
/* Gray and brand colors for use across Bootstrap*/
/* Customizes the `.table` component with basic values, each used across all table variations.*/
/*Padding for `<th>`s and `<td>`s*/
/* Padding for cells in `.table-condensed`*/
/* Default background color used for all tables*/
/* Background color used for `.table-striped`*/
/* Background color used for `.table-hover`.*/
/* Border color for table and cell borders*/
.clear {
  clear: both; }

.no-padding {
  padding: 0 !important; }

.hidden {
  display: none !important; }

@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes myeffect-OutRound {
  to {
    opacity: 0;
    transform: scale(1); } }

/*Cart Preview Side*/
.productView--stickyaddtocart {
  display: none;
  clear: right;
  transition: all 0.3s ease-in-out; }
  .productView--stickyaddtocart .media {
    display: flex;
    gap: 10px;
    align-items: flex-start; }
  .productView--stickyaddtocart .form-label--alternate, .productView--stickyaddtocart .alertBox, .productView--stickyaddtocart .button--buynow {
    display: none; }
  .productView--stickyaddtocart .stickyaddtocart--right {
    align-items: center;
    display: flex;
    justify-content: flex-end; }
  .productView--stickyaddtocart .form-stickyaddtocart {
    display: flex;
    font-size: 0; }
  .productView--stickyaddtocart .card-title {
    margin: 0;
    margin-top: 5px; }
  .productView--stickyaddtocart .productView-info-name {
    margin: 0; }
  .productView--stickyaddtocart .form-field, .productView--stickyaddtocart .button--addtocart {
    margin: 0; }
  .productView--stickyaddtocart .button--addtocart {
    border-radius: 3px;
    margin-left: 30px;
    background: #ee3a43;
    border-color: #ee3a43; }
    @media (min-width: 801px) {
      .productView--stickyaddtocart .button--addtocart {
        min-width: 220px; } }
    .productView--stickyaddtocart .button--addtocart:hover {
      background: #ca111b;
      border-color: #ca111b; }
  .productView--stickyaddtocart .form-field--increments .form-increment {
    border-radius: 3px;
    overflow: hidden; }
    .productView--stickyaddtocart .form-field--increments .form-increment .button {
      height: 40px;
      display: inline-block;
      height: 36px;
      box-shadow: none;
      background: none;
      border-radius: 0; }
      .productView--stickyaddtocart .form-field--increments .form-increment .button:hover {
        background: #FFFFFF; }
      .productView--stickyaddtocart .form-field--increments .form-increment .button .icon {
        width: 0.8rem;
        height: 0.8rem; }
    .productView--stickyaddtocart .form-field--increments .form-increment .form-input--incrementTotal {
      float: none;
      font-weight: normal;
      height: 36px;
      border-left: 1px solid #ddd; }

.sticky-addcart {
  width: 100%;
  float: none;
  display: block;
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  z-index: 500;
  left: 0;
  background: #f9f9f9;
  padding: 1px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); }

@media (max-width: 767px) {
  .sticky-addcart {
    padding: 5px 0; }
  .productView--stickyaddtocart .productView-info-name {
    font-size: 12px; }
  .productView--stickyaddtocart .button--addtocart {
    margin-left: 0;
    width: 100%; }
  .productView--stickyaddtocart .form-stickyaddtocart {
    width: 100%; }
    .productView--stickyaddtocart .form-stickyaddtocart > div {
      max-width: 50%;
      flex: 0 0 50%; }
  .productView--stickyaddtocart .stickyaddtocart--right {
    justify-content: left;
    margin: 3px 0; } }

/*============MODULE BREADCRUMB ==================*/
#main-content .wb-breadcrumbs {
  margin-bottom: 20px; }

.wb-breadcrumbs {
  width: 100%;
  display: block;
  margin-bottom: 20px; }
  .wb-breadcrumbs .entry-header {
    overflow: hidden; }

.breadcrumbs {
  margin: 1rem 0 2rem 0; }
  .breadcrumbs .breadcrumb {
    padding: 0;
    background: none; }

ul.breadcrumb {
  background: none;
  padding: 0; }
  ul.breadcrumb:before {
    display: none; }
  ul.breadcrumb svg {
    margin: 0 3px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle; }
  ul.breadcrumb .breadcrumb-item {
    display: inline-block; }
    ul.breadcrumb .breadcrumb-item:before {
      display: none; }
  ul.breadcrumb .breadcrumb-label {
    color: #777; }
    ul.breadcrumb .breadcrumb-label:hover {
      color: #ee3a43; }

.socialLinks {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .socialLinks .socialLinks-item {
    padding: 0;
    margin-right: 10px; }
  .socialLinks .button--icon {
    background-color: #797979;
    color: white;
    position: relative;
    border-color: #797979;
    margin: 0;
    text-align: center;
    padding: 0.7rem;
    border-radius: 3px;
    transition: 0.2s all ease-in-out 0s;
    text-transform: none; }
    .socialLinks .button--icon .icon {
      height: 1.25rem;
      width: 1.25rem; }
    .socialLinks .button--icon.button--icon:hover {
      opacity: 0.8;
      color: white; }
    .socialLinks .button--icon.button--facebook {
      background-color: #3b5999;
      border-color: #3b5999; }
    .socialLinks .button--icon.button--email {
      background-color: #4d70ba;
      border-color: #4d70ba; }
    .socialLinks .button--icon.button--print {
      background-color: #728dc8;
      border-color: #728dc8;
      color: white; }
    .socialLinks .button--icon.button--twitter {
      background-color: #000;
      border-color: #000; }
    .socialLinks .button--icon.button--pinterest {
      background-color: #bd081c;
      border-color: #bd081c; }
    .socialLinks .button--icon.button--google_plusone {
      background-color: #dd4b39;
      border-color: #dd4b39; }
    .socialLinks .button--icon.button--instagram {
      background-color: #c01157;
      border-color: #c01157; }
  .socialLinks .button--small {
    min-width: 32px;
    height: 32px;
    padding: 6px; }
    .socialLinks .button--small .icon {
      height: 1.25rem;
      width: 1.25rem; }
  .socialLinks .button--flat {
    position: relative;
    border: 1px solid #e4e4e4;
    margin: 0;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
    transition: initial; }
    .socialLinks .button--flat .icon {
      height: 1.1rem;
      width: 1.1rem;
      transition: initial; }
    .socialLinks .button--flat:hover, .socialLinks .button--flat:focus {
      background-color: #3b5999;
      border-color: #3b5999; }
      .socialLinks .button--flat:hover .icon, .socialLinks .button--flat:focus .icon {
        color: white; }
    .socialLinks .button--flat.button--facebook:hover {
      background-color: #3b5999;
      border-color: #3b5999; }
    .socialLinks .button--flat.button--email:hover {
      background-color: #4d70ba;
      border-color: #4d70ba; }
    .socialLinks .button--flat.button--print:hover {
      background-color: #728dc8;
      border-color: #728dc8; }
    .socialLinks .button--flat.button--twitter:hover {
      background-color: #55acee;
      border-color: #55acee; }
    .socialLinks .button--flat.button--pinterest:hover {
      background-color: #bd081c;
      border-color: #bd081c; }
    .socialLinks .button--flat.button--google_plusone:hover {
      background-color: #dd4b39;
      border-color: #dd4b39; }
    .socialLinks .button--flat.button--instagram:hover {
      background-color: #c01157;
      border-color: #c01157; }

.sidebar--categories ul.navList {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border: none; }
  .sidebar--categories ul.navList ul.navList-subMenu-list {
    margin-bottom: 10px; }
    .sidebar--categories ul.navList ul.navList-subMenu-list .navList-action {
      padding: 3px 10px; }
  .sidebar--categories ul.navList .navList-item {
    position: relative;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #ebebeb; }
    .sidebar--categories ul.navList .navList-item:last-child {
      border: none; }
    .sidebar--categories ul.navList .navList-item .navList-toggle {
      color: #666; }
    .sidebar--categories ul.navList .navList-item > .navList-action {
      padding: 10px 0;
      display: block;
      padding-right: 20px; }
      .sidebar--categories ul.navList .navList-item > .navList-action:hover, .sidebar--categories ul.navList .navList-item > .navList-action.is-current {
        color: #ee3a43; }
      .sidebarBlock--categories .sidebar--categories ul.navList .navList-item > .navList-action {
        margin-bottom: 0.35714rem; }

.navList-subSection .navList-item {
  margin-left: 0.78571rem; }
  .navList-subSection .navList-item:before {
    content: '-';
    float: left;
    margin-left: -0.78571rem; }

.navList-action:hover {
  color: #ee3a43; }

.navList-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.21429rem 0;
  transform: rotate(-90deg) scale(0.7);
  transition: 0.2s transform;
  padding: 10px; }
  .navList-toggle:hover {
    fill: #ee3a43; }
  .navList-toggle.is-open {
    transform: rotate(0deg) scale(0.7); }

ul.navList-subMenu-list {
  display: none;
  padding: 0 0 10px 0; }
  ul.navList-subMenu-list.is-open {
    display: block; }
  ul.navList-subMenu-list .navList-action {
    padding: 5px 10px; }

.navList-subMenu-item {
  position: relative; }
  .navList-subMenu-item ul.navList-childList .navList-action:before {
    content: '';
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #999; }
  .navList-subMenu-item ul.navList-childList .navList-action:hover:before {
    background: #ee3a43; }

.navList-subMenu-action {
  padding-left: 1.5rem; }

ul.navList-childList {
  display: none;
  margin-left: 15px;
  padding: 0 0 10px 0; }
  ul.navList-childList.is-open {
    display: block; }

.navList-childList-action {
  padding-left: 3rem; }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 0rem; }

@media (min-width: 801px) {
  .accordion--navList .accordion-indicator {
    visibility: visible;
    border: 1px solid #a5a5a5; } }

/*REFINE SEARCH CATEGORY*/
.refine-search__content:before, .refine-search__content:after {
  content: " ";
  display: table; }

.refine-search__content:after {
  clear: both; }

.refine-search__content .refine-loadmore {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  width: 100%;
  margin: 0 15px;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  background: #f4f4f4; }
  .refine-search__content .refine-loadmore > span {
    display: inline-block;
    padding: 0 5px; }
  .refine-search__content .refine-loadmore:hover {
    background: #ee3a43;
    border-color: #ee3a43;
    color: white; }

.refine-search__content .refine-search__subitem {
  margin-bottom: 15px;
  vertical-align: top; }
  .refine-search__content .refine-search__subitem a {
    display: block;
    margin-bottom: 10px;
    text-align: center; }
    .refine-search__content .refine-search__subitem a:hover {
      border-color: #ee3a43; }

.refine-search__content .refine-search__subitem-name {
  margin: 0px;
  font-size: 14px;
  text-align: center;
  font-weight: normal; }

.refine-search {
  margin-bottom: 30px; }
  .refine-search .thumbnail {
    margin-bottom: 10px;
    text-align: center; }
    .refine-search .thumbnail:hover .img-thumbnail {
      border-color: #ee3a43; }
  .refine-search a {
    color: #4f4f4f;
    display: block; }
    .refine-search a:hover {
      color: #ee3a43; }

.filters-panel .form-field {
  margin: 0; }

.filters-panel .list-view {
  display: inline-block; }
  .filters-panel .list-view .btn-gridview {
    border: none;
    float: left;
    padding: 0.5em;
    text-transform: uppercase;
    letter-spacing: .05em; }
  .filters-panel .list-view button.btn {
    padding: 5px;
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #dedede;
    border-radius: 0;
    color: #dedede;
    /* Hover Grid view*/ }
    .filters-panel .list-view button.btn.grid {
      margin-right: -1px; }
      .filters-panel .list-view button.btn.grid .icon-bar {
        width: 4px; }
      .filters-panel .list-view button.btn.grid .icon-bar:after, .filters-panel .list-view button.btn.grid .icon-bar:before {
        position: absolute;
        display: block;
        width: 4px;
        height: 4px;
        content: '';
        transition: all .15s ease;
        background: #dedede; }
      .filters-panel .list-view button.btn.grid .icon-bar:after {
        left: -5px; }
      .filters-panel .list-view button.btn.grid .icon-bar:before {
        right: -5px; }
    .filters-panel .list-view button.btn .icon-bar {
      position: relative;
      top: -1px;
      width: 14px;
      height: 4px;
      margin: 1px auto 0;
      transition: all .15s ease;
      background: #e5e5e5; }
    .filters-panel .list-view button.btn.active .icon-bar {
      background: #333333; }
    .filters-panel .list-view button.btn.active .icon-bar:after, .filters-panel .list-view button.btn.active .icon-bar:before {
      background: #333333; }
    .filters-panel .list-view button.btn:focus {
      box-shadow: none;
      outline: none; }

.open-sidebar {
  margin-bottom: 20px;
  max-width: 130px;
  min-width: 130px; }

#close-sidebar,
.mobileMenu-close {
  display: none;
  cursor: pointer;
  text-align: center;
  padding: 9px 20px;
  color: #fff;
  border-radius: 3px;
  border: none;
  background: #444;
  line-height: 100%;
  margin-bottom: 20px; }

@media only screen and (max-width: 992px) {
  body.open-sboff {
    height: 100%;
    overflow: hidden; }
  .sidebar-offcanvas {
    background: #fff;
    max-width: 280px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    overflow-x: scroll;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    transition: all 300ms ease-in-out;
    padding-top: 10px;
    margin: 0px;
    left: -120%;
    padding-left: 15px !important;
    padding-right: 10px !important; }
    .sidebar-offcanvas.active {
      left: 0; }
    .sidebar-offcanvas #close-sidebar {
      display: block; }
  /*.mobileMenu-close{display: block;}*/
  .facetedSearch-toggle {
    padding: 0;
    border: none;
    margin: 0; }
    .facetedSearch-toggle .toggleLink-text {
      padding: 12px 25px;
      background: #666;
      color: #fff;
      border: none;
      text-align: left;
      width: 100%; }
      .facetedSearch-toggle .toggleLink-text:hover {
        background: #ee3a43;
        border-color: #ee3a43;
        color: #fff; }
  .facetedSearch-toggle-text,
  .facetedSearch-toggle-indicator {
    width: 100%;
    margin: 10px 0; } }

@media (min-width: 992px) {
  .sidebar--full .page-content {
    flex: 0 0 100%;
    max-width: 100%; }
  .sidebar--full .sidebar-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9998; }
    .sidebar--full .sidebar-overlay.show {
      display: block; }
  .sidebar--full .open-sidebar {
    display: block !important; }
  .sidebar--full .sidebar-offcanvas {
    padding-left: 15px !important;
    padding-right: 10px !important;
    background: #fff;
    width: 300px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    overflow-y: scroll;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    transition: all 300ms ease-in-out;
    padding-top: 15px;
    margin: 0px;
    left: -100%;
    scrollbar-face-color: #777777;
    scrollbar-track-color: #d6d6d6; }
    .sidebar--full .sidebar-offcanvas::-webkit-scrollbar {
      width: 0.5em;
      height: 0.5em; }
    .sidebar--full .sidebar-offcanvas::-webkit-scrollbar-thumb {
      background: #777777; }
    .sidebar--full .sidebar-offcanvas::-webkit-scrollbar-track {
      background: #d6d6d6; } }
  @media only screen and (min-width: 992px) and (max-width: 992px) {
    .sidebar--full .sidebar-offcanvas {
      scrollbar-face-color: #eeeeee;
      scrollbar-track-color: rgba(255, 255, 255, 0.1); }
      .sidebar--full .sidebar-offcanvas::-webkit-scrollbar {
        width: 0.3em;
        height: 0.3em; }
      .sidebar--full .sidebar-offcanvas::-webkit-scrollbar-thumb {
        background: #eeeeee; }
      .sidebar--full .sidebar-offcanvas::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1); } }

@media (min-width: 992px) {
    .sidebar--full .sidebar-offcanvas #close-sidebar {
      display: block; }
    .sidebar--full .sidebar-offcanvas.active {
      left: 0; } }

.horizontal-tabs {
  margin-top: 30px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  clear: both; }
  @media (max-width: 767px) {
    .horizontal-tabs {
      margin-top: 0; } }
  .horizontal-tabs ul.tabs {
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 1.5rem; }
    .horizontal-tabs ul.tabs .tab {
      list-style: none;
      cursor: pointer;
      border: none; }
      .horizontal-tabs ul.tabs .tab:before {
        content: "";
        width: 100px;
        height: 2px;
        display: block;
        background: transparent;
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px; }
    .horizontal-tabs ul.tabs .tab-title {
      border: none;
      padding: 0;
      color: #b6b6b6;
      padding: 11px 0px;
      margin-right: 30px;
      font-weight: 500;
      border-radius: 0;
      font-size: 18px;
      text-decoration: none;
      text-align: left; }
      .horizontal-tabs ul.tabs .tab-title:hover {
        color: #333333; }
    .horizontal-tabs ul.tabs li.is-active:before {
      background: #ee3a43; }
    .horizontal-tabs ul.tabs li.is-active .tab-title {
      color: #333333 !important; }
  .horizontal-tabs .tabs-contents {
    padding: 40px 0;
    display: block;
    margin: 0; }
    .horizontal-tabs .tabs-contents .tab-content {
      padding: 0; }

.productView-related {
  padding: 0;
  margin-top: 30px; }
  .productView-related .tabs-contents {
    margin: 0; }
  .productView-related .nav-tabs {
    display: block;
    margin-bottom: 20px;
    border-bottom: 2px solid #e5e5e5; }
    .productView-related .nav-tabs li {
      border: 0;
      margin-bottom: 0;
      margin-right: 30px; }
      .productView-related .nav-tabs li.tab-last {
        margin-right: 0px; }
      .productView-related .nav-tabs li:before {
        content: "";
        width: 100px;
        height: 2px;
        display: block;
        background: transparent;
        display: block;
        position: absolute;
        left: 0;
        bottom: -2px; }
      .productView-related .nav-tabs li a {
        font-size: 20px;
        display: inline-block;
        position: relative;
        color: #333333;
        font-weight: 500;
        padding: 10px 0; }
  .productView-related .nav-tabs > li > a:hover {
    color: #ee3a43; }
  .productView-related .nav-tabs > li.is-active:before {
    background: #ee3a43; }
  .productView-related .nav-tabs > li.is-active > a {
    font-weight: 500;
    color: #333333; }
  .productView-related .product-grid .product-item-container {
    margin-bottom: 0; }
  .productView-related .tab-content {
    padding: 0 !important; }
    .productView-related .tab-content .slick-slider .slick-prev,
    .productView-related .tab-content .slick-slider .slick-next {
      top: 50%;
      bottom: auto;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      transform: translateY(-50%);
      color: #fff;
      background: #fff;
      box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
      text-align: center;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      transition: all .3s ease-in-out 0s;
      display: flex;
      align-content: center;
      justify-content: center; }
      .productView-related .tab-content .slick-slider .slick-prev:before,
      .productView-related .tab-content .slick-slider .slick-next:before {
        width: 12px;
        height: 19px;
        margin-top: 3px;
        background-repeat: no-repeat;
        display: inline-block; }
      .productView-related .tab-content .slick-slider .slick-prev:hover,
      .productView-related .tab-content .slick-slider .slick-next:hover {
        background: #A21111; }
    .productView-related .tab-content .slick-slider .slick-dots {
      bottom: -30px; }
      @media (min-width: 1261px) {
        .productView-related .tab-content .slick-slider .slick-dots {
          bottom: -35px; } }
      .productView-related .tab-content .slick-slider .slick-dots li {
        width: auto;
        height: auto;
        padding: 0;
        margin: 0 5px;
        background: none; }
        .productView-related .tab-content .slick-slider .slick-dots li button {
          width: 20px;
          height: 20px;
          background: #ccc;
          border: 2px solid transparent;
          box-sizing: content-box; }
        .productView-related .tab-content .slick-slider .slick-dots li button::before {
          display: none; }
        .productView-related .tab-content .slick-slider .slick-dots li.slick-active button {
          background: none;
          border: 2px solid #A21111; }
    .productView-related .tab-content .slick-slider:hover .slick-prev, .productView-related .tab-content .slick-slider:hover .slick-next {
      opacity: 1;
      visibility: visible; }
    .productView-related .tab-content .slick-slider:hover .slick-disabled {
      cursor: default;
      opacity: 0.5; }
    .productView-related .tab-content .slick-slider:hover .slick-next {
      right: 30px; }
    .productView-related .tab-content .slick-slider:hover .slick-prev {
      left: 30px; }
  .productView-related .products-list .product-layout .product-item-container .wbcard-button-addcart .buttons--compare {
    display: none; }

.writeReview-productImage-container:after {
  padding-bottom: 108%; }

@media (min-width: 1200px) {
  div.videoGallery-main {
    padding-bottom: 400px; } }

.videoGallery .toggle-title {
  margin-top: 0; }

@media (min-width: 551px) {
  .videoGallery-main, ul.videoGallery-list {
    float: left;
    margin: 0;
    width: 50%; } }

.videoGallery-main .videoGallery-item, ul.videoGallery-list .videoGallery-item {
  width: 100%;
  padding: 0 30px; }

.account {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }
  .account .account-body {
    margin: 0; }
    .account .account-body .form-actions {
      text-align: center; }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 58.33333%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.login--row .panel {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  overflow: hidden; }
  .login--row .panel .panel-header {
    background-color: #f2f2f2; }
  .login--row .panel .panel-body {
    margin: 0;
    background-color: #f2f2f2; }

.login--row .page-heading {
  margin: 0 10px 15px; }

.login--row .forgot-password {
  display: inline-block;
  vertical-align: middle;
  color: #4f4f4f;
  line-height: 37px; }
  .login--row .forgot-password:hover {
    color: #ee3a43; }

.login--row .form-actions {
  text-align: left; }

.login--row .new-customer-fact-list {
  padding-left: 10px;
  margin-bottom: 4.8rem;
  line-height: 22px;
  list-style: disc; }
  .login--row .new-customer-fact-list .new-customer-fact {
    padding: 0; }

.login--row .new-customer-intro {
  margin-bottom: 1rem; }

.navBar--sub .navBar-action,
.navBar--sub .navBar-item.is-active {
  font-size: 1.2rem; }

nav.navBar--sub ul.navBar-section {
  margin-bottom: 15px; }

nav.navBar--sub ul.navBar-section li.navBar-item a {
  font-weight: normal; }

nav.navBar--sub ul.navBar-section li.navBar-item .navBar-action-color--active {
  color: #ee3a43; }

.storeLocation > h3 {
  margin: 0 0 1rem; }

.storeLocation .store-address, .storeLocation .store-phone {
  margin-bottom: 20px; }

#map-canvas {
  height: 400px;
  width: 100%;
  margin-bottom: 30px; }

div.form-actions {
  text-align: left; }

.simple-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .simple-list h3 {
    margin: 0; }

.bold-list > li > a {
  font-weight: 700;
  text-transform: uppercase;
  color: #4f4f4f; }
  .bold-list > li > a:hover {
    color: #ee3a43; }

.simple-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  bottom: -.8em; }

.simple-list li {
  margin: 0;
  padding: 0 0 12px; }

.simple-list ul a {
  color: #4f4f4f; }
  .simple-list ul a:hover {
    color: #ee3a43; }

.simple-list .checkbox {
  padding-left: 0; }

.simple-list .checkbox input[type=checkbox] {
  margin-right: 10px; }

.simple-list .icon {
  margin-right: 9px; }

.arrow-list ul > li {
  padding-left: 30px;
  position: relative; }

.arrow-list li:before {
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
  content: '-'; }

.cart-header-item {
  font-size: 12px;
  padding: 10px 20px 9px;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 1px solid #d0d0d0;
  background: #e8e3e3; }

.cart-item-info:not(.cart-item-quantity) {
  font-size: 18px; }

.cart-item-label {
  font-size: 14px;
  float: left;
  padding: 5px; }

.cart-total:last-child > .cart-total-label {
  font-size: 1.5rem; }

.cart-total-grandTotal {
  font-size: 2rem;
  font-weight: 700;
  position: relative; }

.cart-item-block a {
  color: #4f4f4f; }
  .cart-item-block a:hover {
    color: #ee3a43; }

.page--sitemap h3 {
  margin: 0 0 20px;
  font-size: 21px; }

.compareTable-removeProduct {
  text-align: center;
  background: #ccc; }

.compareTable-product .card-body {
  padding: 1em;
  text-align: left; }

.compareTable-product .price-section {
  font-size: 18px; }

.compareTable-product .card-title {
  font-size: 16px; }

.navUser-item {
  display: block; }

.brandGrid {
  padding: 0; }
  .brandGrid li {
    list-style: none; }
    .brandGrid li .card-body {
      text-align: center; }

#search-results-heading {
  width: 100%;
  margin-bottom: 2rem; }

nav.navBar--sub {
  width: 100%;
  padding: 0;
  margin-bottom: 30px; }
  nav.navBar--sub ul.navBar-section {
    position: relative;
    border: 0;
    width: 100%;
    float: left; }
    nav.navBar--sub ul.navBar-section:after {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 1px;
      content: '';
      background: #e5e5e5; }
    nav.navBar--sub ul.navBar-section li.navBar-item {
      position: relative;
      z-index: 1;
      display: table;
      float: left;
      height: 45px;
      margin: 0;
      margin-left: -1px;
      border: 0;
      min-width: 70px; }
      nav.navBar--sub ul.navBar-section li.navBar-item.is-active a, nav.navBar--sub ul.navBar-section li.navBar-item.is-active .navBar-action {
        border-bottom-color: #fff;
        background: #fff;
        position: relative; }
        nav.navBar--sub ul.navBar-section li.navBar-item.is-active a:before, nav.navBar--sub ul.navBar-section li.navBar-item.is-active .navBar-action:before {
          content: '';
          height: 2px;
          width: 100%;
          background-color: #000;
          position: absolute;
          top: -1px;
          left: 0; }
      nav.navBar--sub ul.navBar-section li.navBar-item a, nav.navBar--sub ul.navBar-section li.navBar-item .navBar-action {
        font-size: 13px;
        font-weight: 500;
        display: block;
        display: table-cell;
        padding: 8px 15px 3px;
        transition: background .3s ease 0s;
        vertical-align: middle;
        text-transform: uppercase;
        color: #000;
        border: 1px solid #e5e5e5;
        background: #f7f8f9; }

@media (min-width: 801px) {
  .products-search {
    /*.product-layout {
        flex: 0 0 25%;
        max-width: 25%;
    }*/ } }
