@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap");
/* font-family: 'Roboto', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,400&display=swap");
/* font-family: 'Roboto Condensed', sans-serif; */
::selection {
  background-color: #3b1361 !important;
  color: #fff; }

.button--primary, .account .button, .form-actions .button {
  background: #3c1361;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 25px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  min-width: 140px;
  display: inline-block;
  border: 2px solid transparent;
  letter-spacing: normal;
  line-height: normal; }

.button {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  padding: 6px 25px;
  height: 40px;
  font-size: 15px;
  min-width: 140px;
  display: inline-block;
  letter-spacing: normal;
  border-width: 2px; }

.button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
  background-color: #000;
  border-color: #000;
  color: #fff; }

.form-actions .button, .form-actions input, .form-actions a {
  vertical-align: middle; }

body, html {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  letter-spacing: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal; }

a {
  color: #3c1361; }

a, a:hover {
  text-decoration: none; }

p {
  margin: 0 0 10px 0; }

.body {
  margin-top: 0; }

.body {
  margin-bottom: 0;
  min-height: 400px; }

.header {
  border: none;
  margin-bottom: 0;
  background: #fff; }

.container {
  max-width: 1320px;
  padding: 0 20px; }

/* ============= Dotted Slick Slider Start ============= */
.heroCarousel {
  margin: 0;
  position: relative; }

.heroCarousel .slick-dots {
  display: none !important; }

.heroCarousel .slick-next, .heroCarousel .slick-prev {
  opacity: 1; }

.heroCarousel .slick-prev {
  left: 7%; }

.heroCarousel .slick-next {
  right: 7%; }

.heroCarousel .slick-next, .heroCarousel .slick-prev, .heroCarousel .slick-next::before, .heroCarousel .slick-prev::before {
  width: 23px;
  height: 36px;
  top: 50%;
  background-color: transparent !important; }

.heroCarousel .slick-prev::before, .heroCarousel .slick-prev:hover::before, .heroCarousel .slick-prev:focus::before {
  background: url(../img/slider-prev-arrow.png) no-repeat;
  mask: unset !important; }

.heroCarousel .slick-next::before, .heroCarousel .slick-next:hover::before, .heroCarousel .slick-next:focus::before {
  background: url(../img/slider-next-arrow.png) no-repeat;
  mask: unset !important; }

.heroCarousel.slick-initialized {
  z-index: 1; }

.heroCarousel .slick-next, .heroCarousel .slick-prev {
  z-index: 99999; }

.featured-products-section .slick-next::before, .slick-prev::before {
  background-size: 100% !important; }

#body.not-internet-explorer .slick-prev::before, #body.not-internet-explorer .slick-next::before {
  background-color: transparent !important; }

.slick-dots li {
  width: 20px;
  height: 14px;
  padding: 0; }

.slick-dots li button, .slick-dots li button::before {
  width: 12px;
  height: 12px; }

.slick-dots li button {
  border: 2px solid transparent; }

.slick-dots li button::before {
  background: #b2b2b2;
  opacity: 1; }

.slick-dots li.slick-active button::before, .slick-dots li button:hover::before, .slick-dots li button:focus::before {
  background: #000000;
  border: 2px solid #000000; }

/* ============= Dotted Slick Slider Start ============= */
/* ============= Slick Slider Arrow Start ============= */
.slick-next, .slick-prev {
  margin-top: 0;
  top: 50%; }

.slick-next {
  right: -35px; }

.slick-prev {
  left: -35px; }

.slick-next, .slick-prev, .slick-next:hover, .slick-prev:hover, .slick-next:focus, .slick-prev:focus {
  background: none;
  border: none; }

.slick-next, .slick-prev, .slick-next::before, .slick-prev::before {
  width: 36px;
  height: 36px;
  padding: 0; }

.slick-prev::before, .slick-prev:hover::before, .slick-prev:focus::before {
  background: url(../img/prev-arrow.png) no-repeat;
  opacity: 1; }

.slick-next::before, .slick-next:hover::before, .slick-next:focus::before {
  background: url(../img/next-arrow.png) no-repeat;
  opacity: 1; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-disabled, .slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
  opacity: 1; }

.productCarousel .slick-dots {
  display: none !important; }

/* ============= Slick Slider Arrow End ============= */
/* ============= Quick Search Start ============= */
/* .dropdown--quickSearch {background: none; left: 0; padding: 0; position: relative; display:inline-block; vertical-align:middle; margin-right:0;} */
.quickSearchResults {
  background: #fff;
  position: absolute;
  z-index: 99;
  width: 100%;
  margin-top: 0;
  min-width: 350px;
  right: 0;
  line-height: normal; }

.quickSearchResults ul.productGrid {
  border: #dcdcdc solid 1px;
  padding: 50px 0 0 0;
  margin: 0px; }

.quickSearchResults .productGrid .product {
  padding-bottom: 0;
  width: 100%; }

.quickSearchResults .productGrid .product .card {
  border: none;
  border-bottom: #dcdcdc solid 1px;
  float: left;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px; }

.quickSearchResults .card-figure {
  border: 1px solid #dcdcdc;
  display: block;
  float: left;
  height: auto;
  padding: 5px;
  vertical-align: top;
  width: 70px; }

.quickSearchResults .card .thumb_img {
  display: block;
  height: auto;
  width: auto;
  padding: 0px; }

.quickSearchResults .card-body {
  display: block;
  float: none;
  overflow: hidden;
  padding: 0 0 0 10px;
  text-align: left !important;
  vertical-align: middle;
  width: auto;
  margin-top: 0; }

.quickSearchResults .card-body .card-title {
  height: auto; }

.quickSearchResults .card-body .prdctBtn {
  display: none; }

.quickSearchResults .card-body .productBtns {
  display: none !important; }

.quickSearchResults .card--alternate:hover .card-body {
  background: none; }

.quickSearchResults .card--alternate:hover .card-title > a {
  color: #000; }

.quickSearchResults h4.card-title {
  margin-bottom: 8px;
  font-size: 14px; }

.quickSearchResults .card-body .card-text .price {
  font-size: 16px; }

.quickSearchResults .card-body .card-text {
  margin: 0px; }

.checkout-steps form-field.form-field {
  clear: both; }

.quickSearchResults .prdctBtn {
  display: none; }

.quickSearchResults {
  max-height: 400px;
  overflow-y: auto; }

.quickSearchResults .card-body {
  padding-left: 20px !important; }

section.quickSearchResults .card-text.add-to-cart-button {
  left: 30%;
  display: none; }

/* ============= Quick Search End ============= */
.main.full.home {
  margin-top: 0 !important; }

.home.home-page-no-sidenav {
  margin-top: 0; }

body.main.home .body.content {
  margin-top: 0 !important; }

body.main.home.eleven-seventy .body.content .container.main {
  padding: 0; }

body.main.home.eleven-seventy .main {
  padding: 0 20px; }

body.main.eleven-seventy .main {
  max-width: 1320px !important;
  padding: 0 20px 0 20px; }

body.main.home.eleven-seventy .main {
  max-width: 100% !important;
  padding: 0; }

body.main.home.eleven-seventy .main .container {
  max-width: 1320px !important;
  padding: 0 20px; }

body.main.eleven-seventy .top-menu .content {
  max-width: 1320px !important;
  padding: 0 20px;
  position: relative; }

body.main.eleven-seventy .top-menu .content:before {
  content: '';
  position: absolute;
  left: calc(100% - 20px);
  top: 0;
  height: 100%;
  width: 12000px;
  background: #3c1361;
  z-index: -1; }

.top-menu {
  height: auto;
  border: none !important;
  border-top: 6px solid #3c1361 !important;
  background: none;
  font-size: 14px; }

.top-menu div {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

.top-menu .right {
  background: #3c1361; }

.top-menu .right.top {
  background: url(../img/hdr-top-sep.png) no-repeat left bottom #3c1361;
  padding: 0 0 6px 65px; }

.top-menu .right > div {
  display: inline-block;
  vertical-align: middle; }

.top-menu a {
  color: #fff !important; }

.callIc {
  line-height: 19px;
  border-right: 1px solid #634281;
  padding: 0 12px 0 0; }

.callIc a {
  background: url(../img/call-ic.png) no-repeat left center;
  padding: 0 0 0 23px; }

.amazonBlock {
  padding: 0 60px 0 40px; }

.chatLink {
  margin: -6px 0; }

.chatLink a {
  background: url(../img/chat-ic.png) no-repeat left 17px center #ffc501;
  padding: 0 25px 0 45px;
  line-height: 38px;
  text-transform: uppercase;
  color: #491876 !important;
  display: block; }

.anniversaryLogo {
  position: absolute;
  left: 5%;
  top: -25px; }

.header-padding {
  padding: 0; }

div.header-logo.header-logo--left img {
  max-width: 300px; }

body.main.eleven-seventy .header-container.full-width.full-width header.header {
  max-width: 1320px !important;
  padding: 0 20px; }

.header-container-left-aligned-logo {
  display: block;
  padding: 0; }

div.header-logo.header-logo--left {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -20px !important;
  padding: 0 0 15px 0; }

.headerRight {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
  text-align: right;
  position: relative; }

.headerRight .sitenavLink {
  display: inline-block;
  vertical-align: middle;
  margin-right: -20px; }

.headerRight .sitenavLink ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.headerRight .sitenavLink ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px; }

.headerRight .sitenavLink ul li:first-child {
  padding-left: 0; }

.headerRight .sitenavLink ul li a {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif; }

.headerRight .right.account-links.desktop.inside-header {
  display: inline-block;
  vertical-align: middle;
  left: auto !important;
  right: auto !important;
  text-align: left; }

.navUser-action {
  font-size: 14px;
  color: #000;
  font-weight: 400; }

.headerRight .right.account-links ul {
  display: inline-block;
  height: auto; }

.navUser-item {
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle !important;
  float: none !important;
  margin: 0 0 0 20px; }

.navUser-or {
  margin: 0;
  padding: 0; }

a.navUser-action {
  padding: 0;
  line-height: normal; }

a.navUser-action.acntIc {
  display: block;
  color: #4b256d; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: 0; }

.right.account-links.desktop.inside-header li.navUser-item.navUser-item--cart.desktop {
  left: auto; }

li.navUser-item.navUser-item--account {
  background: url(../img/acnt-ic.png) no-repeat left center;
  padding: 4px 0 5px 60px;
  text-align: left; }

.navUser-item--cart .navUser-action {
  padding-right: 18px; }

.navUser-item--cart .countPill {
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 50px;
  background: #000 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 19px;
  padding: 0;
  margin: 0;
  left: auto;
  right: 0;
  top: -6px !important; }

.main-nav-container {
  border-top: none !important;
  border-bottom: none !important; }

.main-nav-container.full-width, .main-nav-container.full-width .navPages-container {
  background: #3b1361; }

body.main.eleven-seventy div#menu {
  max-width: 1320px; }

body.main.eleven-seventy div#menu .navPages {
  max-width: 1320px;
  padding: 0 20px; }

.main-nav-container div#side-categories.alternate .alt-toggle > h2.container-header {
  padding: 0 10px !important;
  background: #ffc501 !important; }

.main-nav-container h2.container-header {
  line-height: 52px; }

div#side-categories.alternate h2 {
  font-family: 'Roboto Condensed', sans-serif; }

.custom-pages-nav .navPages-action {
  line-height: 52px;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px; }

.main-nav-container.fixed .navPages-quickSearch.right.searchbar.sticky {
  vertical-align: middle;
  width: 40%;
  top: unset; }

.right-align-container.sticky {
  width: 70%; }

.main-nav-container.is-sticky h2.container-header {
  line-height: 45px; }

.main-nav-container.full-width.fixed-ready {
  padding: 10px 0; }

.sticky .account-link {
  margin-bottom: 0; }

.main-nav-container.fixed .right-align-container.sticky {
  top: auto; }

div#side-categories.alternate .alt-toggle.active::before {
  content: none; }

div#side-categories.alternate .alt-toggle.active h2.container-header.btn span.down-arrrow.burger-menu {
  transform: unset !important; }

.logoSec {
  position: relative;
  text-align: center;
  padding: 95px 0 90px 0; }

.logoSec .blockTxt {
  color: #3c1361;
  font-size: 38px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: normal;
  padding: 0 0 20px 0; }

.logoSec .blockTxt p {
  margin: 0 auto;
  max-width: 1320px;
  line-height: normal;
  padding: 0 20px; }

.logoSec .logoImg {
  position: relative;
  overflow: hidden;
  margin-right: -50px; }

.logoSec .logoImg .logoBlock {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  margin-left: -3px;
  width: 16.66%; }

.logoSec .logoImg .logoBlock img {
  max-height: 140px; }

#clients {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#clients .clients-wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  line-height: inherit;
  text-align: center; }

#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 140px; }

.featured-products-section {
  padding: 0 0 140px 0;
  text-align: center; }

.featured-products-section .bx-wrapper {
  margin: 0;
  background: none; }

.main.full.home .featured-products-section .productGrid {
  margin-bottom: 0; }

.featured-products-section .standard-grid h2.page-heading {
  text-align: center;
  border: none;
  font-size: 40px !important;
  font-weight: 700;
  color: #3c1361 !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-style: normal;
  background: url(../img/featured-title-bg.png) no-repeat center center;
  margin: 0 0 30px 0 !important;
  border-radius: 0;
  padding: 1px 0; }

.card {
  padding: 20px 20px 40px 20px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 5px; }

.card-img-container::after {
  padding-bottom: 92%; }

.card-body {
  text-align: left;
  padding: 25px 0 0 0 !important; }

h4.card-title {
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 22px;
  margin: 0;
  height: 65px !important;
  overflow: hidden;
  font-family: 'Roboto', sans-serif; }

h4.card-title > a {
  color: #000; }

h4.card-title > a:hover {
  color: #ce0039 !important; }

a.forgot-password {
  color: #ce0039; }

.card-text {
  margin: 15px 0 0 0;
  font-family: 'Roboto', sans-serif; }

.card-body .card-text {
  color: #000; }

.price-section, .card-text span.price {
  font-size: 16px;
  color: #ff0e0e;
  font-weight: 700;
  display: inline-block; }

/*.price-section.rrp-price--withoutTax{display:none;}*/
.price-visibility .msrp-sale-regular-price-section span.price-label {
  display: block !important; }

.price-section.price-section--withoutTax.rrp-price--withoutTax {
  padding-bottom: 10px; }

.productView-details .price-section.price-section--withoutTax.rrp-price--withoutTax {
  padding-bottom: 0; }

.price-section.price-section--withoutTax.rrp-price--withoutTax span.price-label {
  display: inline-block !important;
  opacity: .5; }

.price-section.price-section--withoutTax.current-price.regular-price .price-label.price-now-label,
.price-section.price-section--withoutTax.current-price.sale-price .price-label.price-now-label {
  display: inline-block !important;
  padding-top: 7px;
  color: #3b1360;
  font-weight: 700; }

.productView-details .price-section.price-section--withoutTax.current-price.sale-price .price-label.price-now-label {
  display: none !important; }

.productView-details .price-section.price-section--withoutTax span.price-now-label {
  font-size: 16px !important; }

.price-section.price-section--withoutTax.current-price.regular-price .price.price--withoutTax,
.price-section.price-section--withoutTax.current-price.sale-price .price.price--withoutTax {
  color: #3b1360;
  font-weight: 700; }

/*.productView-details .price-section.price-section--withoutTax.current-price.regular-price .price-label.price-now-label,
.productView-details .price-section.price-section--withoutTax.current-price.sale-price  .price-label.price-now-label{display: none !important;}*/
.price-now-label {
  display: none; }

.card-body .card-text[data-test-info-type="productRating"] {
  margin: 5px 0 0 0; }

.main.full .featured-products-section .productGrid .product {
  padding-left: 10px !important;
  padding-right: 5px !important; }

.featured-products-section .card {
  margin-bottom: 0; }

body.main.home.eleven-seventy .no-sidenav .featured-products-section ul.productGrid--maxCol4 figure.card-figure {
  min-height: 200px !important; }

body.main.home.eleven-seventy .no-sidenav .featured-products-section ul.productGrid--maxCol4 li.product article.card a, body.main.home.eleven-seventy .no-sidenav .featured-products-section ul.productGrid--maxCol4 li.product article.card a img {
  max-height: 200px !important; }

.card-img-underscore {
  display: none; }

.card-text.add-to-cart-button {
  margin: 30px 0 0 0;
  text-align: center; }

ul.productGrid li.product article.card .add-to-cart-button a {
  width: auto !important;
  display: inline-block !important;
  color: #fff;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  background: #4a1977;
  border: none;
  padding: 18px 25px 17px 25px;
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: 0.5px; }

body.main.home.eleven-seventy .no-sidenav .featured-products-section ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 18px !important; }

ul.productGrid li.product article.card .add-to-cart-button a:hover {
  opacity: 0.5; }

.standard-grid.no-tabs-in-carousels .bx-controls-direction {
  top: 50%;
  width: 100%;
  right: auto;
  left: 0; }

.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
  width: 23px !important;
  height: 36px !important;
  mask: unset !important;
  opacity: 1; }

.bx-wrapper .bx-prev {
  background: url(../img/prev-arrow.png) no-repeat left center !important;
  left: -40px !important; }

.bx-wrapper .bx-next {
  background: url(../img/next-arrow.png) no-repeat left center !important;
  right: -40px !important; }

.cateSec {
  position: relative;
  font-size: 16px;
  color: #000; }

.cateSec:before {
  content: '';
  position: absolute;
  left: 0;
  top: -270px;
  background: url(../img/sec-bg-left.png) no-repeat left top;
  width: 320px;
  height: 376px;
  z-index: -1; }

.cateSec ul {
  margin: 0 -10px 0 -6px;
  padding: 0;
  list-style: none; }

.cateSec ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  margin-bottom: 50px;
  margin-left: -4px; }

.cateSec .cateBox {
  position: relative;
  display: block; }

.cateSec .cateDtl {
  position: absolute;
  top: 45px;
  left: 70px; }

.cateSec .cateDtl .cateTitle {
  font-size: 26px;
  line-height: normal;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #3c1361;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  max-width: 360px; }

.cateSec p {
  line-height: 28px;
  margin: 0 0 10px 0;
  padding: 0 20px;
  min-height: 110px; }

.shopBtn {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #4a1977;
  border-radius: 5px;
  letter-spacing: 0.7px;
  padding: 12px 25px 11px 25px;
  text-transform: uppercase; }

.shopBtn:hover, .shopBtn:focus {
  color: #fff; }

.moreLink {
  color: #000;
  text-decoration: underline; }

.cateSec li:last-child .cateDtl .cateTitle {
  max-width: 400px; }

.cateSec li:last-child .cateDtl p {
  max-width: 315px; }

.hardDiskDriveBoxInner img {
  width: 100%; }

h2.page-heading {
  font-size: 48px;
  font-weight: 700;
  color: #3c1361;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0;
  margin: 0 0 10px 0 !important;
  line-height: normal; }

.aboutSec {
  position: relative;
  font-size: 16px;
  color: #000;
  background: url(../img/about-bg.png) no-repeat top center;
  padding: 30px 0 95px 0;
  margin: 20px 0 0 0; }

.aboutSec:before {
  content: '';
  position: absolute;
  right: 0;
  top: -130px;
  background: url(../img/about-bg-right.png) no-repeat right top;
  width: 284px;
  height: 376px;
  z-index: -1; }

.aboutSec .aboutLeft {
  width: 37%;
  display: inline-block;
  vertical-align: middle; }

.aboutSec .aboutRight {
  width: 63%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
  padding: 0 0 0 15px; }

.aboutSec .aboutLeft p {
  line-height: 28px;
  margin: 0 0 25px 0;
  letter-spacing: 0.3px; }

.moreBtn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #4a1977;
  padding: 10px 25px 9px 25px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  margin: 10px 0 0 0; }

.moreBtn:hover, .moreBtn:focus {
  color: #fff; }

.contactBlock {
  position: relative;
  background: url(https://cdn11.bigcommerce.com/s-d073kpspuj/product_images/uploaded_images/footer-contact-bg.jpg) no-repeat center center #491876;
  padding: 20px 0 18px 0; }

.contactBlock h2.page-heading {
  color: #fff !important;
  text-transform: none !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 34px !important;
  letter-spacing: 0.2px;
  margin: 0 0 20px 0 !important; }

.contactBlock ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.contactBlock ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 23px; }

.contactBlock ul li:first-child {
  padding-left: 0; }

.contactBlock ul li:last-child {
  padding-right: 0; }

.contactBlock ul li > div {
  padding: 0 0 0 60px; }

.contactBlock a {
  display: block;
  font-weight: 700;
  color: #ffc502;
  letter-spacing: 0.2px;
  font-size: 19px;
  line-height: 28px; }

.cntctcallIc {
  background: url(../img/cntct-call-ic.png) no-repeat left center; }

.cntctmailIc {
  background: url(../img/cntct-mail-ic.png) no-repeat left center; }

.cntctchatIc {
  background: url(../img/cntct-chat-ic.png) no-repeat left center; }

.contactBlock .cntctchatIc a {
  line-height: 48px; }

.instagram-feed {
  margin: 0; }

.footer {
  background: #fff;
  border: none !important;
  border-top: 1px solid #e5e5e5 !important; }

body.main.eleven-seventy footer.footer .container {
  max-width: 1320px !important; }

.footerTop {
  position: relative;
  padding: 25px 0 40px 0;
  border-bottom: 1px solid #e5e5e5; }

.footerTop .footerLogo {
  display: inline-block;
  vertical-align: middle;
  width: 31.5%;
  padding-right: 20px; }

.footerTop .ftrNewsletter {
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
  width: 68.5%; }

.footer-top.newsletter {
  margin-top: 0; }

.footerTop .ftrNewsletter .newsletterHead {
  display: inline-block;
  vertical-align: middle;
  padding-right: 40px;
  text-align: left; }

.footerTop .ftrNewsletter .form {
  display: inline-block;
  vertical-align: middle;
  margin: 0; }

.footerTop .ftrNewsletter .form .form-field {
  margin: 0; }

.footerTop .ftrNewsletter h5.footer-info-heading {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #000 !important;
  margin: 0;
  padding: 0;
  border: none; }

.ftrNewsletter p.subscription-intro.smaller.lighter.lowercase {
  font-size: 14px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  margin: 0; }

footer.footer input#nl_email {
  min-width: 330px;
  border-radius: 5px !important;
  border: 1px solid #c2c2c2 !important;
  height: 45px !important;
  font-size: 14px;
  color: #000;
  font-style: normal; }

.footer-top.newsletter .form-prefixPostfix .button {
  min-width: unset;
  height: 45px !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffc501;
  border-radius: 5px !important;
  color: #491876 !important;
  font-weight: 700 !important;
  border: none !important;
  font-family: 'Roboto', sans-serif;
  padding: 0 30px;
  margin: 0 0 0 10px !important; }

.footer-info {
  padding: 30px 0 40px 0;
  background: url(../img/fedex-shipping-img.png) no-repeat right bottom 15px; }

article.footer-info-col.footer-info-col--small {
  font-size: 14px;
  margin: 0;
  padding-right: 25px;
  padding-bottom: 20px; }

article.footer-info-col.footer-info-col--small:last-child {
  padding-right: 0.75rem; }

.footer-info-col--small {
  width: 21.5%; }

.footer-info-col--small:nth-child(2) {
  width: 20%; }

.footer-info-col--small:nth-child(3) {
  width: 18%; }

.footer-info-col--small:last-child {
  width: 18.8%; }

h5.footer-info-heading {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #000 !important;
  margin: 0 0 27px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e5e5e5; }

.footer-info-list {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0; }

.footer-info-col ul li {
  padding: 0 0 0 20px;
  margin: 0 0 15px 0;
  line-height: normal;
  color: #000;
  background: url(../img/right-arrow.png) no-repeat left top 2px; }

.footer-info-col ul li:last-child {
  margin: 0; }

.footer-info-list a:hover {
  color: #ffc501; }

a.button.button--small.card-figcaption-button.quickview:hover {
  background-color: #ffc501; }

.contactInfo {
  position: relative; }

.contactInfo p {
  padding: 0 0 0 25px;
  margin: 0 0 0 0;
  line-height: 28px; }

.contactInfo p:last-child {
  margin: 0; }

.contactInfo p a {
  display: block; }

.ftrchatIc {
  background: url(../img/ftr-chat-ic.png) no-repeat left center; }

.ftrcallIc {
  background: url(../img/ftr-call-ic.png) no-repeat left top 8px; }

.ftrmailIc {
  background: url(../img/ftr-mail-ic.png) no-repeat left top 8px; }

.footer-bottom {
  line-height: normal;
  background: #3b1361;
  color: #fff;
  padding: 15px 0; }

body.main.eleven-seventy .footer-bottom .content {
  max-width: 1320px !important;
  padding: 0 20px; }

.footer-bottom .content {
  border: none;
  padding: 0;
  line-height: normal;
  font-size: 14px; }

.footer-bottom ul li, .footer-bottom span {
  color: #fff; }

.footer-bottom .ftrbtmLeft {
  width: 50%;
  display: inline-block;
  vertical-align: middle; }

.footer-bottom .ftrbtmRight {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
  text-align: right; }

.footerThums {
  position: absolute;
  right: 255px;
  bottom: 7px;
  display: flex;
  flex-wrap: wrap;
  max-width: 243px;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  padding-right: 5px; }

.footerThums .logoThum {
  padding: 5px 10px;
  width: auto; }

.footerThums .logoThum img {
  max-width: 90px; }

.footerThums .logoThum:first-child img {
  max-height: 40px; }

body.main.home.eleven-seventy .main .container.containerHomeServices {
  max-width: 1150px !important; }

.container.main {
  margin-top: 0; }

body.main.eleven-seventy .body.content {
  max-width: 1320px; }

body.main.eleven-seventy div#side-categories {
  width: 240px;
  padding: 0; }

body.main.eleven-seventy .category.main, body.main.eleven-seventy .content-page-with-sidenav .page-content.page-content {
  width: auto;
  overflow: hidden;
  padding: 20px 0 0 20px;
  float: none;
  margin: 0; }

#side-categories li {
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5; }

#side-categories li .navPages-action, #side-categories div.brands li a {
  font-family: 'Roboto', sans-serif;
  color: #000;
  background: #fff;
  font-weight: 700;
  border-radius: 0 !important;
  font-size: 14px;
  width: 100%;
  padding: 10px 25px 10px 10px !important; }

span.down-arrow {
  top: 11px; }

div#side-categories span.down-arrow svg {
  display: none; }

div#side-categories li.navPages-item.is-root .down-arrow i:before {
  content: '+';
  position: absolute;
  left: 0;
  top: -7px;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Roboto', sans-serif; }

div#side-categories li.navPages-item.is-root.active .down-arrow i:before {
  content: '-';
  font-size: 30px;
  top: -14px; }

.category-list {
  border-top: 1px solid #e5e5e5; }

.category-list, .brands-list {
  padding: 0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; }

div#side-categories li.navPages-item.is-root {
  border-radius: 0; }

a.navPages-action.navPages-action-depth-max.has-subMenu.is-root.active {
  background: #3c1361 !important;
  color: #000 !important; }

div#side-categories li.navPages-item.is-root.active, div#side-categories li.navPages-item.active a {
  background: #fdfaff;
  color: #000 !important; }

#side-categories .sub-category-visible li:last-of-type {
  border-bottom: 1px solid #e5e5e5; }

div#side-categories ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root a:hover, div#side-categories li.navPages-item.is-root:hover > a {
  background: #d0bede !important; }

div#side-categories .brands-list li.navPage-subMenu-item-child.is-root a, div#side-categories .brands-list li.all-brands.is-root a.navPages-action {
  padding-left: 10px !important; }

div#side-categories .brands .is-root, div#side-categories .brands-list.active li.navPage-subMenu-item-child.is-root, div#side-categories .brands-list.active li.navPage-subMenu-item-child.is-root a, div#side-categories .brands .is-root a {
  background: #fff !important;
  border-radius: 0; }

div#side-categories .brands a.navPages-action.navPages-action-depth-max.has-submenu.is-root {
  background: #dedede !important; }

div#side-categories .brands li.navPages-item.is-root:first-of-type a, div#side-categories .brands .is-root {
  border-radius: 0 !important; }

div#side-categories li.navPages-item.is-root:hover > a {
  background: #3c1361 !important;
  color: #fff !important; }

div#side-categories ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root a:hover {
  background: #ffc501 !important;
  color: #000 !important; }

div#side-categories li.navPages-item.active li.navPage-subMenu-item-child a {
  background: #741fa2;
  color: #fff !important; }

#side-categories div.brands li a, #side-categories li .navPages-action {
  background: #ddd; }

.sideCategoryList .category-list > li > .navPages-action {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(5px) !important; }

.sideCategoryList .category-list > li {
  border: 0 !important; }

div#side-categories .categories .category-list li a.activePage,
div#side-categories .categories .category-list li.navPages-item.active li.navPage-subMenu-item-child a.activePage {
  background: #ffc501 !important;
  color: #000 !important; }

#side-categories, #side-categories li.navPage-subMenu-item-child, #side-categories li {
  border-bottom: 1px solid #b9b9b9; }

div#side-categories li.navPages-item.active a, div#side-categories li.navPages-item.is-root.active, div#side-categories ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root:hover a.activePage,
div#side-categories li.navPages-item.active:hover a.navPages-action.navPages-action-depth-max.has-subMenu.is-root.topLevel.active {
  color: #fff !important; }

div#side-categories li.navPages-item.is-root .down-arrow i:before {
  font-size: 18px; }

.navPages-item span.down-arrow {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 5px !important; }

div#side-categories li.navPages-item.is-root.active .down-arrow i:before {
  top: -15px;
  left: 4px; }

div#side-categories li.navPages-item.is-root .down-arrow i:before {
  top: -5px;
  left: 3px; }

.catePage {
  background: none; }

.grid-list-view.toggle {
  display: none; }

#product-listing-container .productGrid {
  margin: 0 -10px; }

#product-listing-container .productGrid--maxCol4 {
  margin: 0; }

.category .productGrid .product, .brand .productGrid .product {
  padding-left: 10px !important;
  padding-right: 10px !important; }

h2.container-header {
  font-size: 28px !important;
  font-weight: 700;
  color: #3c1361 !important;
  letter-spacing: 0.3px;
  font-family: 'Roboto Condensed', sans-serif !important;
  padding: 0;
  margin: 0 0 10px 0 !important;
  line-height: normal; }

h1.container-header {
  font-size: 28px !important;
  font-weight: 700;
  color: #3c1361 !important;
  letter-spacing: 0.3px;
  font-family: 'Roboto Condensed', sans-serif !important;
  padding: 0;
  margin: 0 0 10px 0 !important;
  line-height: normal;
  border: none; }

.category p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px 0; }

.actionBar {
  top: auto !important;
  width: 100% !important;
  text-align: right;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 20px 0 !important; }

#product-listing-container .actionBar {
  margin: 20px 0 !important; }

.category .both-grid-list-views form.both-grid-default {
  top: auto; }

.both-grid-list-views .actionBar select#sort {
  width: auto; }

.both-grid-list-views .actionBar {
  width: auto; }

.actionBar-section .form-label {
  font-size: 14px;
  font-weight: 700;
  color: #000; }

form.actionBar select#sort {
  border-radius: 0 !important;
  border: 1px solid #e5e5e5;
  min-width: 170px;
  padding: 10px;
  height: 40px;
  background-position: center right 8px; }

.actionBar-section .form-field {
  border-radius: 0; }

body.main.eleven-seventy ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 16px !important; }

.header-container .category-list, .header-container .brands-list {
  border: none; }

li.subcategory-item span.subcategory-name {
  color: #000;
  font-weight: 700;
  padding: 8px 10px 5px 10px;
  font-size: 14px;
  line-height: normal; }

li.subcategory-item:last-of-type {
  padding-right: 15px !important; }

main.page.content.content-page-with-sidenav ul.breadcrumbs {
  margin-top: 0; }

body.main.eleven-seventy .main.container div#side-categories {
  padding: 20px 0 0 0; }

.breadcrumbs {
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 13px 0;
  position: relative;
  overflow: unset; }

/*.breadcrumbs:before{content:''; position:absolute; width:12000px; height:calc(100% + 2px); left:100%; top:-1px; border-bottom:1px solid #e5e5e5; border-top:1px solid #e5e5e5;}
.breadcrumbs:after{content:''; position:absolute; width:12000px; height:calc(100% + 2px); right:100%; top:-1px; border-bottom:1px solid #e5e5e5; border-top:1px solid #e5e5e5;*/
.breadcrumb {
  font-size: 14px;
  color: #000;
  position: relative;
  padding: 0 0 0 25px; }

.breadcrumb:first-child {
  padding: 0; }

.breadcrumb a {
  color: #000000 !important;
  font-weight: 700;
  font-size: 14px; }

.breadcrumb.is-active > .breadcrumb-label {
  color: #797979 !important;
  font-weight: 400;
  font-size: 14px; }

.breadcrumb:first-child::before {
  content: none; }

.breadcrumb::before {
  content: '';
  position: absolute;
  background: url(../img/bread-arrow.png) no-repeat center center;
  width: 7px;
  height: 100%;
  padding: 0 0 0 25px;
  left: 0;
  top: 0;
  margin: 0; }

.catePage .breadcrumbs:before, .catePage .breadcrumbs:after, .brands-list-content .breadcrumbs:before, .brands-list-content .breadcrumbs:after, .page-content.page-content .breadcrumbs:before, .page-content.page-content .breadcrumbs:after, .brand.main .breadcrumbs:before, .brand.main .breadcrumbs:after {
  content: none; }

.pagination-item .pagination-link {
  width: 40px;
  height: 40px;
  line-height: 26px;
  border: none; }

.pagination-list li.pagination-item--next, .pagination-list li.pagination-item--previous {
  width: auto;
  height: auto; }

.pagination-list li.pagination-item--next a, .pagination-list li.pagination-item--previous a, .pagination-list li.pagination-item--next button, .pagination-list li.pagination-item--previous button, .pagination-list li.pagination-item--next a:hover, .pagination-list li.pagination-item--previous a:hover, .pagination-list li.pagination-item--next button:hover, .pagination-list li.pagination-item--previous button:hover, .pagination-list li.pagination-item--next a:focus, .pagination-list li.pagination-item--previous a:focus, .pagination-list li.pagination-item--next button:focus, .pagination-list li.pagination-item--previous button:focus {
  background: none;
  color: #232323 !important; }

.pagination-item .pagination-link {
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 0;
  border: 1px solid #dadada;
  text-align: center; }

.pagination-list li.pagination-item.pagination-item--current {
  border: none; }

.pagination-list li.pagination-item.pagination-item--current a, .pagination-list li a:hover, .pagination-list li button:hover, .pagination-list li a:focus, .pagination-list li button:focus {
  background: #3c1361;
  color: #fff !important; }

main.page.content p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000; }

.page-heading, main.page.content h1.page-heading {
  font-size: 28px !important;
  font-weight: 700;
  color: #3c1361 !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-style: normal;
  margin: 20px 0 20px 0 !important; }

main.page.brands.brands-page-with-sidenav ul.breadcrumbs {
  margin-top: 0; }

body.main.eleven-seventy .brands-list-content.with-sidenav, body.main.eleven-seventy .brand.main, body.main.eleven-seventy .cart-content.with-sidevav, .page-content.page-content.with-sidenav .main-content {
  width: auto;
  overflow: hidden;
  float: none;
  padding: 20px 0 0 20px; }

.page.brands ul.brandGrid .brand .card {
  border: none;
  border-radius: 0;
  padding: 0; }

.brand.main .both-grid-list-views .actionBar .form-field {
  top: auto; }

.both-grid-list-views form.both-grid-default {
  top: auto; }

.brand .page {
  margin: 0; }

.brand #product-listing-container .productGrid {
  width: auto; }

.product.main.left.product-page-with-sidenav {
  padding: 0; }

body.main.eleven-seventy .main.container #product-page-with-sidenav div#side-categories {
  padding: 0; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav div.schema-product {
  width: auto;
  overflow: hidden;
  float: none;
  padding: 0 0 0 20px; }

.product.main.left.product-page-with-sidenav .breadcrumbs {
  margin-bottom: 20px; }

.productImageSlider {
  border: 1px solid #eeeeee; }

.product-page-layout .body.content {
  background: none;
  max-width: 100% !important;
  position: relative; }

.product-page-layout .container.main {
  float: none; }

.product.main .tabs-contents {
  font-family: 'Roboto', sans-serif;
  color: #000;
  padding: 20px 0 0 0;
  border: none;
  font-size: 16px; }

article.productView-description ul.tabs, ul.tabs {
  border-radius: 0 !important;
  border-left: none !important;
  border: none !important;
  border-bottom: 1px solid #dcdcdc !important; }

ul.tabs .tab .tab-title {
  font-family: 'Roboto', sans-serif !important;
  color: #939393 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 13px 25px; }

article.productView-description ul.tabs li.tab, ul.tabs li.tab {
  border-radius: 0 !important;
  border: 1px solid #dcdcdc !important;
  border-bottom: none !important;
  margin: 0 10px 0 0;
  padding: 0; }

ul.tabs .tab.is-active .tab-title {
  background: #f0f0f0 !important;
  font-size: 16px !important;
  color: #000 !important;
  border-radius: 0 !important; }

ul.tabs li.tab::before {
  content: none; }

.product.main li.tab {
  border-bottom: none !important; }

.tabs-contents .productGrid .product {
  padding-left: 0;
  padding-right: 0; }

.tabs-contents.related {
  padding: 0 !important;
  margin: 0 !important; }

.tabs-contents .productGrid {
  margin: 0 -0.75rem 0 0; }

.product.main div#similar_products .bx-viewport {
  padding-left: 0; }

.product.main .in-tabs-in-carousels .bx-controls-direction {
  top: 50%;
  right: auto;
  left: 0;
  width: 100%; }

.related-products-container .tabs-contents {
  padding: 0 30px !important; }

.related-products-container .bx-wrapper .bx-prev {
  left: -30px !important; }

.related-products-container .bx-wrapper .bx-next {
  right: -30px !important; }

.product.main div#related_products .bx-viewport {
  padding-left: 0; }

.tab-content td {
  padding: 5px 10px; }

.productView-description .tabs-contents a {
  text-decoration: underline; }

.product.main.left .main-image-container {
  padding: 0; }

.productView-details {
  padding: 0 35px;
  background: #f5f5f5;
  margin-left: 20px; }

.product-page-with-sidenav section.productView-details, .productView--quickView .productView-details {
  width: calc(50% - 20px); }

.productView-title {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 30px 0 20px 0; }

.form-increment .button {
  min-width: unset;
  width: 40px;
  background: #f0f0f0;
  border-radius: 0 !important;
  border: 1px solid #dadada; }

.productView .form-increment .button.decrease, .productView .form-increment .button.increase {
  border-radius: 0 !important; }

.productView .form-increment .form-input {
  height: 40px;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  border: none !important;
  border-top: 1px solid #dadada !important;
  border-bottom: 1px solid #dadada !important;
  min-width: 60px; }

.productView .price-section > div, .productView-details .price-section.current-price span.price {
  display: inline-block;
  vertical-align: middle; }

.productView-details .price-section, .productView-details .price-section.current-price span.price {
  padding-top: 0;
  font-size: 18px !important; }

.price-section, .card-text span.price {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

.productView-details .price-section.price-section--withTax.non-sale-price--withTax, .productView-details .price-section.price-section--withoutTax.non-sale-price--withoutTax, .productView-details.msrp-visible .price-section.price-section--withTax.rrp-price--withTax, .productView-details.msrp-visible .price-section.price-section--withoutTax.rrp-price--withoutTax {
  display: inline-block;
  vertical-align: middle; }

.productView-details.msrp-visible .price-section.price-section--withoutTax.rrp-price--withoutTax span.price-label.label-active {
  display: none !important; }

.productView-details .price-section.price-section--withoutTax.rrp-price--withoutTax span.price.price--rrp {
  font-size: 15px; }

.productView-price {
  font-family: 'Roboto', sans-serif;
  padding-top: 5px;
  border-top: 1px solid #dcdcdc;
  margin: 15px 0 0 0; }

span.productView-reviewLink {
  float: none;
  font-weight: 700;
  margin-left: 0; }

.productView-rating {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin: 10px 0 20px 0;
  padding: 15px 0; }

.productView hr {
  display: none; }

h2.productView-brand {
  margin-bottom: 0 !important; }

body .productView-price .price-section.price-section--saving.price .price,
body .productView-price .price-section.price-section--saving.price .price--saving {
  font-size: 13px !important; }

dt.productView-info-name, dd.productView-info-value, .productView label.form-label {
  font-family: 'Roboto', sans-serif;
  color: #000; }

dd.productView-info-value {
  color: #878787;
  margin-bottom: 15px; }

.form-field--increments label.form-label {
  float: none; }

.productView .form-increment {
  float: none;
  height: auto;
  margin: 0; }

.productView-options .form-field {
  margin-bottom: 25px; }

.productView-options {
  padding-top: 20px; }

.productView .form-field.form-field--increments {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 0 20px 0;
  margin-bottom: 5px !important; }

.productView input#form-action-addToCart {
  border-radius: 0 !important;
  background: #3c1361;
  padding: 0 25px;
  height: 45px;
  border: none;
  font-weight: 700 !important; }

.productView .addthis_toolbox.addthis_32x32_style {
  margin-top: 0; }

.productView .socialLinks .icon {
  width: 22px;
  height: 22px; }

.previewCartCheckout .button {
  font-size: 14px;
  line-height: normal;
  padding: 12px 20px; }

.previewCart .productView-details {
  margin-left: 0; }

.previewCartAction {
  padding-left: 0;
  padding-right: 0; }

.previewCartAction .button {
  padding: 13px 10px;
  border: none;
  line-height: normal;
  font-weight: 700 !important;
  min-width: unset;
  font-size: 12px; }

div#cart-preview-dropdown.dropdown-menu.is-open.f-open-dropdown {
  right: 0 !important;
  left: auto !important;
  top: 0 !important; }

.header-container-left-aligned-logo div#cart-preview-dropdown.dropdown-menu.is-open.f-open-dropdown {
  top: 100% !important; }

.right.account-links.desktop.inside-header li.navUser-item.navUser-item--cart.desktop {
  position: relative; }

.coupon-form .button, .cart-gift-certificate-form .button {
  min-width: unset;
  height: auto; }

.form-input--incrementTotal {
  height: 40px;
  min-width: 50px; }

select option {
  background: #fff !important;
  padding-top: 5px;
  padding-bottom: 5px; }

.subcategory-grid {
  border: none; }

.right.searchbar .form input.button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: unset;
  background: url(../img/search-btn-bg.png) no-repeat right center;
  width: 120px;
  height: 40px;
  border: none;
  opacity: 1; }

.card .card-body .summary {
  padding-top: 15px;
  word-break: break-word;
  height: 210px;
  overflow: hidden; }

.product.main.left div#product-images-container {
  width: 40%; }

.product-page-with-sidenav section.productView-details, .productView--quickView .productView-details {
  width: calc(60% - 20px); }

.productView-ratingHide {
  display: none; }

.productView-details .productView-price .productView-info {
  border-top: 1px solid #dcdcdc;
  padding: 20px 0 0 0;
  margin: 10px 0 0 0; }

.productView-description .tabs-contents .overview .tab-content-subtitle {
  font-weight: 700; }

.productView-description .tabs-contents h3 {
  margin-top: 10px; }

.contactUsPage {
  width: 40%;
  float: left;
  background: #f5f5f5;
  padding: 25px;
  margin-right: 2%; }

.contactUsPage > h2 {
  margin: 0 0 18px; }

.contactUsPage .contactUsLocationBlock p {
  margin-bottom: 15px;
  white-space: nowrap; }

.contact .contact-page-content .main-content form.form {
  width: 35% !important; }

.form-actions .button:hover {
  background-color: #ffc501;
  color: #000 !important;
  background: #ffc501;
  border-bottom: 3px solid;
  border-color: #ffc501; }

.contact .contact-page-content .main-content form.form .form-input {
  border-color: #ccc !important; }

main.page.content a {
  color: #31209a;
  text-decoration: underline; }

main.page.content a:hover {
  color: #31209a;
  text-decoration: none; }

.footer-top.newsletter .form-prefixPostfix .button:hover {
  background: #3b1361; }

.cart-actions .button {
  background-color: #3b1361;
  color: #fff;
  border-bottom: 3px solid;
  border-color: #3b1361; }

#body .productView input#form-action-addToCart:hover, .cart-actions .button:hover {
  background-color: #fec600;
  border-color: #fec600;
  color: #000 !important; }

dd.productView-info-value {
  color: #181818; }

table.cart .cart-list .cart-item-image {
  width: auto;
  height: 75px; }

table.cart .cart-list .cart-item-title p.cart-item-brand {
  display: none; }

.cartPageMain h1.page-heading {
  font-size: 28px !important; }

.hardDiskDriveBoxes {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0 0; }

.hardDiskDriveBox {
  flex: 50%;
  margin-bottom: 22px;
  padding: 0 15px; }

.hardDiskDriveBoxInner {
  background: #d9e0e5;
  text-align: left; }

.containerHomeServices .hardDiskDriveBoxInner {
  text-align: center; }

.hardDiskDriveBoxInner h3 {
  margin: 27px 20px 15px 20px !important;
  font-size: 18px;
  font-weight: 700;
  color: #3c1361 !important;
  text-transform: uppercase; }

.hardDiskDriveBoxInner ul {
  margin-bottom: 0;
  margin-left: 40px !important;
  padding-right: 15px; }

.hardDiskDriveBoxInner ul li {
  padding-bottom: 5px;
  font-size: 16px;
  font-family: Roboto,sans-serif; }

.viewProductsBtn {
  padding: 20px 20px 30px 20px; }

.viewProductsBtn a {
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 5px;
  font-family: Roboto,sans-serif;
  background: #4a1977;
  border: none;
  padding: 11px 21px 11px 21px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .5px; }

.viewProductsBtn a:hover {
  opacity: 0.5; }

.pagesubCate .subcategory-image {
  height: 200px; }

main.page.content .pagesubCate a {
  text-decoration: none; }

.productView-options form .form-option {
  border: solid 2px #3c1361;
  background: #fff;
  font-weight: 700; }

.productView-options form .form-radio:checked + .form-option {
  background: #3c1361;
  color: #fff; }

.productView-options .form-select {
  background-color: #fff; }

.17 h1.page-heading {
  display: none; }

.ourClientsBanner {
  padding: 20px 0; }

.ourClientsPage {
  margin-top: -75px; }

.ourClientsPage ul {
  margin: 0 !important;
  padding-right: 25px;
  width: 32.33%;
  display: inline-block;
  vertical-align: top; }

.ourClientsPage ul li {
  /*background:url(https://cdn11.bigcommerce.com/s-d073kpspuj/product_images/uploaded_images/client-arrow-list.png) no-repeat left top 7px;*/
  margin-bottom: 7px;
  list-style: none; }

.product.main.left .recommended-position .slider-nav button.slick-prev {
  /*background: url(../img/prev-arrow.png) no-repeat left center !important; background-size:100% !important;*/
  opacity: 1; }

.product.main.left .recommended-position .slider-nav button.slick-next {
  /*background: url(../img/next-arrow.png) no-repeat left center !important; background-size:100% !important;*/
  opacity: 1; }

#body.not-internet-explorer .slick-next::before, #body.not-internet-explorer .slick-prev::before {
  background-color: #000 !important;
  top: -3px;
  left: 10px;
  width: 25px;
  height: 40px; }

div#lhnHocInvite div.lhnHocInviteCont {
  background-color: #000;
  border: none;
  border-bottom: 0; }

div#lhnHocInvite div.lhnHocInviteCont .lhnMsg {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px; }

div#lhnHocInvite .lhnHocInviteButton {
  background: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000; }

div#lhnHocInvite div.lhnHocInviteButton.lhnstart {
  color: #000;
  background: #ffc425; }

.account a.button.button--small.card-figcaption-button {
  padding: 12px 25px !important; }

.pagelogoBlock {
  position: relative;
  padding: 0 0 0 4px; }

.page.content .pagelogoBlock h4 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.pagelogoBlock .logoBlock {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
  padding: 0 10px;
  text-align: center; }

@media (min-width: 801px) {
  nav.navPages.with-alt-cat-menu .custom-pages-nav {
    width: 95%; }
  body.main.eleven-seventy .navPages div#side-categories {
    width: 5%;
    max-width: 1280px;
    border: 0; }
  .custom-pages-nav > div.desktop {
    display: inline-block;
    vertical-align: middle; }
  .desktop.hdrSearch {
    padding-left: 15px; }
  .custom-pages-nav > div.desktop > li.navPages-item:last-child {
    border: 0; }
  .hdrSearch .navPages-quickSearch {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border: none; }
  .hdrSearch .form-prefixPostfix-button--postfix {
    margin: 0; }
  .hdrSearch .navPages-quickSearch input#search_query, .main-nav-container.fixed .navPages-quickSearch.right.searchbar.sticky input#search_query {
    height: 40px !important;
    background: #ffffff !important;
    font-size: 14px !important;
    padding: 0 45px 0 10px !important;
    font-family: 'Roboto', sans-serif !important;
    border-radius: 5px !important;
    font-style: normal;
    min-width: 300px; }
  .hdrSearch .search-icon, .navPages-quickSearch.right.searchbar.sticky .search-icon {
    display: none; }
  .hdrSearch input.button.button--primary.form-prefixPostfix-button--postfix, .right.searchbar .form input.button {
    position: absolute;
    top: 0;
    right: 0;
    min-width: unset;
    background: url(../img/search-btn-bg.png) no-repeat right center;
    width: 120px;
    height: 40px;
    border: none;
    opacity: 1; }
  nav.navPages.with-alt-cat-menu .custom-pages-nav .navPages-action {
    padding-left: 22px !important;
    padding-right: 22px !important; }
  .navPages-list .nav-align .custom-pages-nav {
    text-align: center !important; }
  .navPages-list .nav-align .custom-pages-nav .hdrSearch {
    float: right;
    padding-top: 6px; }
  .custom-pages-nav .navPages-action {
    font-weight: 500 !important;
    font-size: 18px; }
  nav.navPages.with-alt-cat-menu .custom-pages-nav .navPages-action:hover {
    color: #ffc501 !important; } }

@media (max-width: 1359px) {
  .bx-wrapper .bx-prev {
    left: -10px !important; }
  .bx-wrapper .bx-next {
    right: -10px !important; }
  .featured-products-section .bx-wrapper {
    padding: 0 15px; }
  .cateSec .cateDtl {
    top: 10px;
    left: 20px; }
  .cateSec .cateDtl .cateTitle {
    font-size: 26px; }
  .logoSec .logoImg {
    margin-right: -25px; }
  .logoSec .logoImg .logoBlock {
    width: 16.667%;
    margin-left: -4px; } }

@media (max-width: 1319px) {
  footer.footer input#nl_email {
    min-width: 310px; }
  nav.navPages.with-alt-cat-menu .custom-pages-nav .navPages-action {
    padding-right: 25px !important; }
  .logoSec .blockTxt {
    font-size: 40px; }
  .logoSec .blockTxt p {
    line-height: 56px; }
  .column-count.four-column .productGrid .product {
    width: 33.33%; } }

@media (max-width: 1279px) {
  nav.navPages.with-alt-cat-menu .custom-pages-nav .navPages-action {
    padding-right: 10px !important; }
  .hdrSearch .navPages-quickSearch input#search_query {
    max-width: 280px !important; }
  footer.footer input#nl_email {
    min-width: 245px; }
  .cateSec .cateDtl .cateTitle {
    max-width: unset;
    font-size: 22px;
    margin: 0 0 10px 0; } }

@media (max-width: 1200px) {
  body.main.home.eleven-seventy.slider-full-width .main.full.home {
    padding: 0; }
  .main-nav-container {
    padding: 0; }
  body.main.eleven-seventy .custom-pages-nav {
    margin-right: 0; }
  body.main.eleven-seventy footer .footer-top .content {
    padding: 0 !important; }
  body.main.eleven-seventy footer.footer .container {
    padding: 0 20px !important; }
  body.main.eleven-seventy .body.content {
    padding: 0; }
  body.main.eleven-seventy div#side-categories {
    margin: 0; }
  .anniversaryLogo {
    left: 0; }
  .headerRight .sitenavLink ul li {
    padding: 0 15px; }
  nav.navPages.with-alt-cat-menu .custom-pages-nav .navPages-action {
    padding-left: 25px !important; } }

@media (max-width: 1199px) {
  body.main.home.eleven-seventy .no-sidenav .featured-products-section ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
    font-size: 16px !important; }
  ul.productGrid li.product article.card .add-to-cart-button a {
    padding: 18px 15px 17px 15px !important; }
  .hdrSearch .navPages-quickSearch input#search_query {
    max-width: 250px !important; }
  .hdrSearch .navPages-quickSearch input#search_query {
    max-width: 215px !important; }
  nav.navPages.with-alt-cat-menu .custom-pages-nav .navPages-action {
    padding-right: 0px !important; }
  .logoSec .blockTxt {
    font-size: 32px; }
  .logoSec .blockTxt p {
    line-height: 42px; }
  .logoSec .logoImg .logoBlock {
    padding: 0 15px; }
  .footerTop .footerLogo {
    display: block;
    padding: 0 0 20px 0;
    text-align: center;
    width: 100%; }
  .footerTop .ftrNewsletter {
    width: 100%;
    text-align: center;
    margin-left: 0; }
  .footer-info {
    background: none; }
  .footer-info-col--small, .footer-info-col--small:nth-child(2), .footer-info-col--small:nth-child(3), .footer-info-col--small:last-child {
    width: 25%; }
  .catePage, .product-page-layout .body.content {
    background: none; }
  .previewCartCheckout .button {
    font-size: 11px; }
  .hdrSearch .navPages-quickSearch input#search_query, .main-nav-container.fixed .navPages-quickSearch.right.searchbar.sticky input#search_query {
    min-width: 220px; }
  .pagelogoBlock .logoBlock {
    width: 33.33%; }
  .footerThums {
    position: relative;
    right: auto;
    bottom: auto;
    display: none; } }

@media (max-width: 1024px) {
  .top-menu {
    background: #fff; }
  .headerRight .sitenavLink {
    display: none; }
  .header-container > .header-padding {
    padding: 40px 0 0 0; }
  div.header-logo.header-logo--left {
    margin-top: 0 !important;
    padding: 15px 0; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 17px; }
  .mobileMenu-toggle {
    height: 40px; }
  .mobile-menu .navPages-quickSearch input#search_query {
    height: 40px !important;
    font-size: 16px !important;
    font-weight: normal !important; }
  .mobile-menu .navPages-quickSearch .search-icon {
    display: none; }
  .navPages-container.is-open {
    padding-top: 0; }
  .anniversaryLogo {
    left: 5%;
    top: -10px; }
  .navPages h2.container-header {
    padding: 0; }
  .header.is-open div#menu li.navPages-item {
    margin: 0 0 10px 0; }
  .custom-pages-nav .navPages-action {
    line-height: normal;
    font-size: 16px;
    font-weight: 400 !important; }
  .navPages-item span.down-arrow {
    background: none; }
  div#menu span.down-arrow {
    right: 0;
    top: 0; }
  div#menu .navPages-item.mobile.active span.down-arrow {
    top: 10px; }
  div#menu.mobile-menu a.navPages-action.navPages-action-depth-max.has-subMenu.is-root.active {
    background: transparent !important;
    padding-left: 0 !important; }
  a.navPages-action.navPages-action-depth-max.has-subMenu.is-root.active {
    color: #fff !important; }
  div#menu.mobile-menu .search-icon svg, div#menu.mobile-menu li.navPages-item.is-root.active span.down-arrow svg {
    fill: #fff !important; }
  div#menu.mobile-menu .navPage-subMenu.sub-category-visible {
    background-color: transparent !important; }
  #menu .navPage-subMenu li a {
    background: transparent; }
  div#menu.mobile-menu .navPage-subMenu li a {
    color: #fff !important; }
  #menu .navPages .navPage-subMenu-list {
    padding: 10px 0 5px 10px !important;
    background: transparent; } }

@media (min-width: 801px) and (max-width: 1024px) {
  .top-menu .right.top.mobile.shift-right {
    display: none; }
  .form-increment .button {
    width: auto; }
  .form-input--incrementTotal {
    min-width: unset; } }

@media (max-width: 1023px) {
  .cateSec ul li {
    width: 100%; }
  .cateSec .cateDtl {
    top: 30px; }
  .aboutSec .aboutLeft {
    width: 100%; }
  .aboutSec .aboutRight {
    width: 100%;
    margin-left: 0;
    padding-top: 20px; }
  .aboutSec::before {
    content: none; }
  body.main.home.eleven-seventy .no-sidenav .featured-products-section ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
    font-size: 14px !important; }
  .home.home-page-no-sidenav {
    margin-top: 0; } }

@media (max-width: 991px) {
  .logoSec .logoImg .logoBlock {
    width: 33.33%; }
  .footer-info-col--small, .footer-info-col--small:nth-child(2), .footer-info-col--small:nth-child(3), .footer-info-col--small:last-child {
    width: 50%; }
  .footerTop .ftrNewsletter .newsletterHead {
    padding-right: 20px; }
  .column-count.four-column .productGrid .product {
    width: 50%; }
  .contactUsPage {
    width: 100%;
    margin-right: 0; }
  .contact .contact-page-content .main-content form.form {
    width: 100% !important;
    padding-top: 25px; }
  .ourClientsPage ul {
    width: 49%; } }

@media (max-width: 800px) {
  .top-menu .right.top.desktop {
    display: none; }
  .top-menu .right.top.mobile > div {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-top: -6px; }
  .top-menu .right {
    left: auto; }
  .top-menu .right.top {
    text-align: right; }
  body.main.home {
    padding-top: 40px !important; }
  .top-menu .right.top {
    padding: 0; }
  .chatLink {
    margin: -6px 0 0 0; }
  .top-menu .right span.or-text {
    color: rgba(255, 255, 255, 0.5); }
  .navUser-item-cartLabel {
    padding-right: 18px;
    display: inline-block; }
  .headerRight {
    display: none; }
  .header-container > .header-padding {
    padding: 0; }
  .top-menu .right {
    width: 85%; }
  .contactBlock {
    background: #491876;
    padding: 30px 0 !important; }
  .contactBlock h2.page-heading {
    font-size: 22px !important; }
  footer.footer input#nl_email {
    min-width: 210px; }
  .featured-products-section {
    width: 100% !important; }
  body.main.eleven-seventy .category.main, body.main.eleven-seventy .content-page-with-sidenav .page-content.page-content, body.main.eleven-seventy .brands-list-content.with-sidenav, body.main.eleven-seventy .brand.main, body.main.eleven-seventy .product.main.left.product-page-with-sidenav div.schema-product, body.main.eleven-seventy .cart-content.with-sidevav, .page-content.page-content.with-sidenav .main-content {
    padding: 0;
    width: 100%; }
  ul.breadcrumbs {
    margin-top: 0; }
  .catePage {
    padding-top: 0; }
  #product-listing-container .productGrid {
    margin-left: -10px !important; }
  body.main {
    padding-top: 40px !important; }
  .product-page-with-sidenav section.productView-details, .productView--quickView .productView-details {
    width: 100%;
    margin-left: 0; }
  .productView.productView--quickView div#product-images-container {
    width: 100%; }
  body.main.eleven-seventy .custom-pages-nav {
    padding: 0; }
  .navPages-container.is-open {
    z-index: 9999 !important; }
  .navPages h2.container-header {
    padding: 0; }
  .custom-pages-nav .navPages-action {
    line-height: normal; }
  li.navPages-item {
    padding: 0; }
  .mobile-menu .right.searchbar {
    padding: 0 20px; }
  .mobile-menu .right.searchbar {
    top: 35px; }
  nav.navPages.mobile {
    top: 90px; }
  .navPages h2.container-header {
    font-size: 24px !important;
    padding: 0 0 8px 0;
    margin: 0 0 15px 0 !important; }
  .cartPageMain h1.page-heading {
    font-size: 22px !important; }
  .product.main.left div#product-images-container {
    width: 100%; }
  .custom-pages-nav li span.down-arrow {
    background: none; }
  div#menu.mobile-menu span.down-arrow {
    top: 3px !important; }
  #menu ul.navPage-subMenu-list, #menu .navPages .navPage-subMenu-list li a, #menu .navPage-subMenu {
    background: transparent !important; }
  .mobile-menu .navPages span.down-arrow svg {
    width: 23px; } }

@media (max-width: 767px) {
  .logoSec .blockTxt {
    font-size: 26px; }
  .logoSec .blockTxt p {
    line-height: 36px; }
  .logoSec {
    padding: 40px 0 40px 0; }
  .cateSec .cateDtl {
    top: 10px; }
  .aboutSec {
    padding: 0 0 50px 0; }
  .contactBlock ul li {
    display: block;
    padding: 10px 0; }
  .footer-bottom .ftrbtmLeft {
    width: 100%;
    text-align: center;
    padding: 0 0 5px 0; }
  .footer-bottom .ftrbtmRight {
    width: 100%;
    text-align: center;
    margin-left: 0; }
  .footerTop .ftrNewsletter .newsletterHead {
    display: block;
    padding: 0 0 10px 0;
    text-align: center; }
  .footerTop .ftrNewsletter .form {
    display: block; }
  article.footer-info-col.footer-info-col--small {
    padding-right: 10px; }
  body.main.eleven-seventy ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
    font-size: 14px !important; }
  .both-grid-list-views .actionBar {
    width: 100% !important; }
  .page-heading, main.page.content h1.page-heading {
    font-size: 28px !important; }
  #side-categories .sub-category-visible li:last-of-type {
    border-bottom: none; } }

@media (max-width: 550px) {
  .footer-info-col {
    text-align: left; }
  .logoSec .logoImg .logoBlock {
    width: 50%; }
  .logoSec .logoImg {
    margin-right: 0; }
  .logoSec .blockTxt {
    font-size: 20px; }
  .logoSec .blockTxt p {
    line-height: 26px; }
  .hardDiskDriveBox {
    flex: 100%; }
  .ourClientsPage ul {
    width: 100%; }
  .pagelogoBlock .logoBlock {
    width: 50%; } }

@media (max-width: 549px) {
  .cateSec .cateDtl {
    position: relative;
    left: auto;
    top: auto;
    padding: 20px 0 0 0; }
  .cateSec ul li {
    margin-bottom: 20px; }
  .cateSec .cateDtl .cateTitle, .cateSec li:last-child .cateDtl p, .cateSec p {
    max-width: unset; } }

@media (max-width: 480px) {
  .top-menu .right.top.mobile > div.chatLink {
    display: none; }
  .top-menu .right.top {
    padding: 4px 0; }
  .mobile-cart {
    margin-right: 0; }
  .featured-products-section .standard-grid h2.page-heading {
    font-size: 30px !important; }
  .footer-info-col--small, .footer-info-col--small:nth-child(2), .footer-info-col--small:nth-child(3), .footer-info-col--small:last-child {
    width: 100%; }
  .column-count.four-column .productGrid .product {
    width: 100%; } }

@media (max-width: 379px) {
  .footer-top.newsletter .form-prefixPostfix {
    display: block; }
  .footer-top.newsletter .form-prefixPostfix .button {
    margin: 10px 0 0 0 !important; }
  .pagelogoBlock .logoBlock {
    width: 100%; } }

@media (max-width: 360px) {
  .g-recaptcha {
    overflow-y: auto; }
  .writeReview-form .g-recaptcha div, .writeReview-form .g-recaptcha iframe {
    width: 230px !important;
    overflow-y: auto; } }

.chat_sec {
  z-index: 1;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 30px 20px 20px;
  border: solid 1px #ccc;
  border-left: solid 2px #ffc501; }

.chatCall2 {
  padding-left: 30px; }

.chat_sec p {
  font-size: 18px;
  margin-bottom: 12px; }

.clicktoChat {
  color: #4a1977;
  font-size: 18px;
  padding-top: 4px;
  display: inline-block;
  vertical-align: middle; }

.chat_sec p.needHelptoPurchase {
  color: #4a1977;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400; }

.chat_sec p a {
  color: #4a1977; }

.chat_sec p a:hover {
  color: #000; }

.chatBoxLogo {
  padding-top: 20px;
  border-top: solid 1px #ddd; }

.chatBoxLogo img {
  width: 250px; }

.chat_sec p img,
#lhnchatimg img {
  padding-right: 7px; }

.chatCallIcon {
  background: url(../img/call-icon-chat.png) no-repeat left center;
  padding-left: 35px;
  color: #4a1977; }

#lhnchatimg {
  background: url(../img/chat-box-icon.png) no-repeat left center;
  padding-left: 35px; }

.emailChatBox {
  background: url(https://cdn11.bigcommerce.com/s-d073kpspuj/product_images/uploaded_images/email-icon-chat.png) no-repeat left center;
  padding-left: 35px; }

.productView-info-value ul {
  margin-bottom: 0px; }

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

div#lhnHocButton div.lhnHocFrontBubble {
  background: #ffc425; }

div#lhnHocButton div.lhnHocFrontBubble:before {
  border-color: #ffc425 transparent transparent #ffc425; }

div#lhnHocButton.lhnround div.lhnHocFrontBubble:after {
  border-color: transparent #ffe7a1 #ffe7a1 transparent; }

div#lhnHocButton div.lhnHocBackBubble {
  background-color: #ffd459; }

div#lhnHocButton div.lhnHocBackBubble:after {
  border-color: #ffd459 #ffd459 transparent transparent; }

div#lhnHocButton div.lhnHocChatBtn {
  background-color: #3b1361; }

#lhnHelpOutCenter div.lhnWindow-header {
  background: #3b1361; }

#lhnHelpOutCenter button.form_submit, #lhnHelpOutCenter button.lhnFormButton {
  background: #3b1361; }

#consent-manager-update-banner {
  display: none; }

div#lhnHocInvite div.lhnHocInviteButton {
  border: none !important; }

#addToQuote {
  padding: 8px 15px !important; }

.categoryDescriptionFAQ {
  background: #f5f5f5;
  padding: 20px 0;
  margin-top: 20px; }

.categoryDescriptionFAQ .container {
  padding: 0 20px; }

.categoryDescriptionFAQ h3 {
  font-family: 'Roboto', sans-serif;
  color: #3c1361;
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0 7px 0; }

#faqtab, #faqProductPage {
  display: none; }

.faq-product-content ul {
  margin: 0; }

.faq-product-content ul li {
  list-style: none;
  margin-bottom: 15px; }

.faq-product-content ul li h3 {
  margin: 0 0 5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #3b1360;
  font-size: 18px; }

.faq-product-content ul li p {
  font-size: 15px; }

.faq-product-content .faq-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd; }

.faq-product-content input[type="checkbox"] {
  display: none; }

.faq-product-content label {
  display: block;
  cursor: pointer;
  font-weight: 700;
  color: #3b1360;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  padding: 15px 0;
  position: relative; }

.faq-product-content label::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 20px; }

.faq-product-content input:checked + label::after {
  content: '-'; }

.faq-product-content .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 15px;
  color: #444; }

.faq-product-content input:checked ~ .faq-answer {
  max-height: 500px;
  padding: 10px 0; }

/* Adds indentation and spacing to category bottom content */
.category-bottom-content p,
.category-bottom-content ul {
  margin-left: 20px;
  padding-left: 20px; }

.category-bottom-content ul {
  list-style: disc;
  /* or circle/square if preferred */ }

.category-bottom-content li {
  margin-bottom: 8px;
  /* space between bullet points */
  font-weight: 400; }
