html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1; }

body.page-category {
  /*background-color: #f8f8f8;*/ }

h1 {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none; }

h2 {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none; }

h3 {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none; }

h4 {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none; }

h5 {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none; }

h6 {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none; }

p {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none; }

a {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    text-decoration: none;
    outline: none;
    box-shadow: inherit;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  a:active {
    text-decoration: none;
    outline: none;
    box-shadow: inherit;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  a:focus {
    text-decoration: none;
    outline: none;
    box-shadow: inherit;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

[href]:focus {
  outline: none !important; }

button {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none; }
  button:hover {
    text-decoration: none;
    outline: none;
    box-shadow: inherit;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  button:active {
    text-decoration: none;
    outline: none;
    box-shadow: inherit;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: inherit;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

select {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none; }

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

ol {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none; }

li {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none; }

input.form-control::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.5; }

input.form-control::-moz-placeholder {
  color: #000000;
  opacity: 0.5; }

input.form-control:-ms-input-placeholder {
  color: #000000;
  opacity: 0.5; }

.container {
  max-width: 100%; }

@media all and (min-width: 990px) {
  .container {
    max-width: 96%; } }

@media all and (min-width: 1500px) {
  .container {
    max-width: 1600px; } }

header .headerTopBar {
  background: #029fe2;
  padding: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400; }
  header .headerTopBar .topBar {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .headerTopBar .topBar .call {
      font-size: 17px;
      font-weight: bold;
      display: flex;
      align-items: center;
      width: 20%; }
      header .headerTopBar .topBar .call img {
        margin-right: 10px;
        width: 26px; }
    header .headerTopBar .topBar a.closeTab {
      font-size: 18px;
      font-weight: bold;
      cursor: pointer;
      width: 20%;
      text-align: right;
      display: none; }

header .navigation {
  background: #ffffff; }
  header .navigation .navBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    /*position: relative;*/ }
  header .navigation .menuRightSection {
    width: auto;
    text-align: right;
    display: flex;
    gap: 2rem; }
    header .navigation .menuRightSection a {
      font-size: 18px;
      color: #000000; }
      header .navigation .menuRightSection a:hover {
        color: #029fe2; }
      header .navigation .menuRightSection a:first-child {
        margin: 0; }
      header .navigation .menuRightSection a img {
        top: -2px;
        position: relative; }
        @media all and (max-width: 767px) {
          header .navigation .menuRightSection a img {
            height: 20px !important;
            width: 20px !important; } }
    header .navigation .menuRightSection a.active {
      color: #029fe2; }
    @media all and (min-width: 768px) and (max-width: 990px) {
      header .navigation .menuRightSection {
        white-space: nowrap; }
        header .navigation .menuRightSection a {
          font-size: 16px;
          margin-left: 20px; } }
    @media all and (max-width: 767px) {
      header .navigation .menuRightSection {
        display: flex;
        margin-right: 5px; }
        header .navigation .menuRightSection a {
          font-size: 0; }
          header .navigation .menuRightSection a.navUser-actionCart {
            display: block; }
          header .navigation .menuRightSection a i {
            font-size: 16px; } }
  header .navigation .humbergMenu {
    text-align: left;
    width: auto; }
    header .navigation .humbergMenu a {
      font-size: 18px;
      color: #000000;
      position: relative; }
      header .navigation .humbergMenu a.toggle:before {
        content: "";
        background: #000000;
        position: absolute;
        top: 8px;
        left: 0;
        height: 2px;
        width: 20px; }
      header .navigation .humbergMenu a.toggle span {
        position: relative;
        width: 20px;
        height: 18px;
        display: inline-block;
        margin-right: 10px; }
        header .navigation .humbergMenu a.toggle span:before {
          content: "";
          background: #000000;
          position: absolute;
          top: 0;
          left: 0;
          height: 2px;
          width: 10px; }
        header .navigation .humbergMenu a.toggle span:after {
          content: "";
          background: #000000;
          position: absolute;
          bottom: 0;
          left: 0;
          height: 2px;
          width: 14px; }
      header .navigation .humbergMenu a:hover {
        color: #029fe2; }
        header .navigation .humbergMenu a:hover:before {
          content: "";
          background: #029fe2; }
        header .navigation .humbergMenu a:hover span:before {
          content: "";
          background: #029fe2; }
        header .navigation .humbergMenu a:hover span:after {
          content: "";
          background: #029fe2; }
  header .navigation .sidenav {
    background: white;
    height: 100%;
    left: 0;
    position: fixed;
    overflow: auto;
    transform: translate(-400px, 0);
    transition: transform 0.3s;
    top: 0;
    max-width: 400px;
    width: 100%;
    z-index: 100;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    header .navigation .sidenav .logo {
      padding: 20px; }
    header .navigation .sidenav .menu {
      padding: 10px 20px 0; }
      header .navigation .sidenav .menu h4 {
        font-family: "Oswald", sans-serif;
        font-size: 32px;
        font-weight: 600;
        font-style: italic;
        color: #000000;
        margin: 0 0 40px;
        margin-bottom: 20px; }
  header .navigation .sidenav.show {
    transform: translate(0, 0); }

.sidenav-overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

.mainHeroSection {
  background: url(../img/home-hero-bg.svg) no-repeat bottom center;
  background-size: auto;
  padding: 50px 0 100px 0; }
  @media (min-width: 801px) {
    .mainHeroSection {
      background-size: cover; } }
  .mainHeroSection .row {
    align-items: center; }
  .mainHeroSection .heroDesc {
    max-width: 76%; }
    .mainHeroSection .heroDesc h1 {
      color: #050505;
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 92px;
      font-style: italic;
      margin-bottom: 20px; }
      @media (min-width: 801px) {
        .mainHeroSection .heroDesc h1 {
          margin-bottom: 30px; } }
      .mainHeroSection .heroDesc h1 span {
        font-weight: 300; }
    .mainHeroSection .heroDesc p {
      color: #050505;
      font-weight: 400;
      font-size: 24px;
      line-height: 38px;
      letter-spacing: 0.2px;
      opacity: 0.7;
      margin-bottom: 20px; }
      @media (min-width: 769px) {
        .mainHeroSection .heroDesc p {
          margin-bottom: 30px; } }
      @media (min-width: 1501px) {
        .mainHeroSection .heroDesc p {
          margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .mainHeroSection .heroDesc .btnAll {
        border: 1.5px solid #fff;
        box-shadow: none; } }
  @media all and (max-width: 1500px) {
    .mainHeroSection {
      padding: 70px 0 70px; }
      .mainHeroSection .heroDesc h1 {
        font-size: 62px !important; }
      .mainHeroSection .heroDesc p {
        font-size: 20px;
        line-height: 32px; } }
  @media all and (min-width: 991px) and (max-width: 1280px) {
    .mainHeroSection {
      padding: 70px 0 120px;
      background-size: cover; }
      .mainHeroSection .heroDesc {
        max-width: 100%; }
        .mainHeroSection .heroDesc h1 {
          font-size: 56px !important; }
        .mainHeroSection .heroDesc p {
          font-size: 18px;
          line-height: 30px; } }
  @media all and (min-width: 768px) and (max-width: 990px) {
    .mainHeroSection {
      padding: 40px 0 80px;
      background-size: cover; }
      .mainHeroSection .heroDesc {
        max-width: 100%; }
        .mainHeroSection .heroDesc h1 {
          font-size: 48px !important; }
        .mainHeroSection .heroDesc p {
          font-size: 16px;
          line-height: 28px; } }
  @media all and (max-width: 767px) {
    .mainHeroSection {
      padding: 30px 0 30px !important;
      background-position: 30%; }
      .mainHeroSection .row {
        flex-direction: column; }
      .mainHeroSection .heroDesc {
        max-width: 100%;
        margin-bottom: 50px; }
        .mainHeroSection .heroDesc h1 {
          font-size: 46px !important; }
        .mainHeroSection .heroDesc p {
          font-size: 18px;
          line-height: 30px; } }

a.btnAll {
  background: #029fe2;
  width: 250px;
  height: 58px;
  line-height: 58px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 17px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
  a.btnAll i {
    margin-right: 10px; }

.bestSellerSection {
  background: white;
  background: linear-gradient(180deg, white 0%, #f8f8f8 20%);
  padding: 140px 0px 0px 0px; }
  .bestSellerSection .productImg {
    background: #f8f8f8; }
    .bestSellerSection .productImg img {
      mix-blend-mode: multiply; }

.Products-Featured .container {
  width: 100%;
  max-width: 100%; }
  .Products-Featured .container .bestSellerSection .container {
    max-width: 1500px; }

.productShop {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 80px 0 60px; }
  .productShop .zuumShop {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; }
    .productShop .zuumShop::before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)); }
    .productShop .zuumShop img {
      width: 100%;
      object-fit: cover; }
    .productShop .zuumShop .desc {
      position: absolute;
      padding: 20px;
      max-width: 350px;
      z-index: 2; }
      .productShop .zuumShop .desc h2 {
        font-weight: normal;
        font-size: 30px;
        line-height: normal;
        margin: 0 0 20px;
        color: #fff !important; }
      .productShop .zuumShop .desc p {
        font-weight: normal;
        font-size: 17px;
        line-height: 24px;
        margin: 0 0 40px;
        color: #fff !important; }
      .productShop .zuumShop .desc .btnShop {
        width: 210px;
        height: 48px;
        line-height: 48px;
        background: #00a0df;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        display: block;
        border-radius: 30px; }
    .productShop .zuumShop .desc.whiteText {
      color: #ffffff; }
  @media all and (max-width: 1280px) {
    .productShop .zuumShop .desc {
      padding: 15px; }
      .productShop .zuumShop .desc h2 {
        font-size: 26px;
        margin: 0 0 10px; }
      .productShop .zuumShop .desc p {
        font-size: 16px;
        margin: 0 0 20px; } }
  @media all and (max-width: 990px) {
    .productShop .zuumShop .desc {
      padding: 15px 10px; }
      .productShop .zuumShop .desc h2 {
        font-size: 24px;
        margin: 0 0 10px; }
      .productShop .zuumShop .desc p {
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 10px; } }
  @media all and (max-width: 767px) {
    .productShop {
      padding: 80px 0 20px; }
      .productShop .zuumShop img {
        height: auto;
        min-height: 260px;
        object-fit: cover; }
      .productShop .zuumShop .desc {
        padding: 20px; }
        .productShop .zuumShop .desc h2 {
          font-size: 24px;
          margin: 0 0 10px; }
        .productShop .zuumShop .desc p {
          font-size: 16px;
          line-height: 20px;
          margin: 0 0 20px; } }

.bestSellerSection .productDesc {
  border: 4px solid transparent;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
  padding: 30px;
  max-width: 100%;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 15px 10px; }
  .bestSellerSection .productDesc:hover {
    border: 4px solid rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .bestSellerSection .productDesc:hover .price span {
      color: #029fe2; }
  .bestSellerSection .productDesc h3 {
    font-size: 18px;
    font-weight: bold;
    color: #050505;
    margin: 0 0 20px; }
    .bestSellerSection .productDesc h3 a {
      color: #050505;
      text-decoration: none;
      font-size: 18px;
      font-weight: bold; }
      .bestSellerSection .productDesc h3 a span {
        background: none; }
  .bestSellerSection .productDesc .model {
    font-size: 16px;
    line-height: 24px;
    color: #606060;
    margin: 0 0 30px;
    font-weight: normal; }
    .bestSellerSection .productDesc .model strong {
      font-weight: 700;
      color: #029fe2; }
  .bestSellerSection .productDesc .price {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    align-items: flex-end;
    gap: 10px; }
    .bestSellerSection .productDesc .price span {
      font-weight: 700;
      color: #000000; }
  .bestSellerSection .productDesc .shopNow {
    margin-top: 20px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #029fe2;
    background: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center; }
    .bestSellerSection .productDesc .shopNow i {
      margin-right: 10px; }
  .bestSellerSection .productDesc:hover .shopNow {
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    justify-content: center;
    background: #029fe2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .bestSellerSection .productDesc .newTag {
    background: #029fe2;
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 5px 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    font-size: 13px;
    z-index: 1;
    border-radius: 15px; }
  @media all and (max-width: 767px) {
    .bestSellerSection .productDesc {
      max-width: 290px;
      margin: 0 auto;
      position: relative;
      padding: 15px; } }

.bestSellerSection .productImg {
  margin-bottom: 35px; }

.featureProduct {
  background: white;
  background: linear-gradient(180deg, #f7f7f7 0%, white 100%);
  padding: 180px 0 140px;
  position: relative; }
  .featureProduct:before {
    content: "";
    background: url(../images/slider-bg.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0; }
  .featureProduct .heading {
    margin-bottom: 90px;
    font-family: "Oswald", sans-serif;
    font-size: 92px;
    color: #050505;
    font-weight: 600;
    font-style: italic;
    text-align: left; }
    .featureProduct .heading span {
      font-weight: 300; }
  .featureProduct .item {
    padding: 20px 15px; }
  .featureProduct .productDesc {
    border: 4px solid transparent;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 12px -2px #969696;
    padding: 20px;
    max-width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .featureProduct .productDesc:hover {
      border: 4px solid #029fe2;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer; }
      .featureProduct .productDesc:hover .price span {
        color: #029fe2; }
    .featureProduct .productDesc h3 {
      font-size: 18px;
      font-weight: bold;
      color: #050505;
      margin: 0 0 20px; }
      .featureProduct .productDesc h3 a {
        color: #050505;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold; }
        .featureProduct .productDesc h3 a span {
          background: none; }
    .featureProduct .productDesc .model {
      font-size: 16px;
      line-height: 24px;
      color: #606060;
      margin: 0 0 30px;
      font-weight: normal; }
      .featureProduct .productDesc .model strong {
        font-weight: 700;
        color: #029fe2; }
    .featureProduct .productDesc .price {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      font-size: 16px;
      line-height: 24px;
      color: #666666;
      font-weight: normal; }
      .featureProduct .productDesc .price span {
        font-weight: 700;
        color: #000000; }
    .featureProduct .productDesc .shopNow {
      margin-top: 20px;
      width: 100%;
      height: 54px;
      line-height: 54px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 700;
      text-align: left;
      color: #029fe2;
      background: transparent;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      display: flex;
      justify-content: center;
      align-items: center; }
      .featureProduct .productDesc .shopNow i {
        margin-right: 10px; }
    .featureProduct .productDesc:hover .shopNow {
      width: 100%;
      height: 54px;
      line-height: 54px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      color: #ffffff;
      justify-content: center;
      background: #029fe2;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .featureProduct .productDesc:hover .shopNow .fa-angle-right:after {
        background: #ffffff; }
    .featureProduct .productDesc .newTag {
      background: #029fe2;
      position: absolute;
      top: 30px;
      left: 30px;
      padding: 5px 14px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 900;
      font-size: 13px;
      z-index: 1;
      border-radius: 15px; }
    .featureProduct .productDesc .productImg {
      margin-bottom: 35px; }
    @media all and (max-width: 600px) {
      .featureProduct .productDesc {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 15px; }
        .featureProduct .productDesc .newTag {
          top: 15px;
          left: 15px; } }

.newsLetter {
  padding: 180px 0 140px;
  position: relative; }
  .newsLetter .heading {
    margin-bottom: 90px;
    font-family: "Oswald", sans-serif;
    font-size: 92px;
    color: #ffffff;
    font-weight: 600;
    font-style: italic;
    text-align: left; }
    .newsLetter .heading span {
      font-weight: 300; }
  .newsLetter .bestSellerSection {
    padding: 0;
    background: transparent; }
  .newsLetter a:hover .productDesc {
    border: 4px solid #029fe2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.productSection {
  background: white;
  background: linear-gradient(180deg, #f7f7f7 0%, white 100%);
  padding: 180px 0 140px;
  position: relative; }
  .productSection .heading {
    margin-bottom: 90px;
    font-family: "Oswald", sans-serif;
    font-size: 92px;
    color: #050505;
    font-weight: 600;
    font-style: italic; }
    .productSection .heading span {
      font-weight: 300; }
  .productSection .productDesc {
    border: 1px solid transparent;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 12px -2px #969696;
    padding: 20px 15px;
    max-width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 15px 0px;
    position: relative; }
    .productSection .productDesc .prod-name {
      min-height: 100px; }
      .productSection .productDesc .prod-name h3 {
        font-size: 18px;
        font-weight: bold;
        color: #050505;
        margin: 0; }
        .productSection .productDesc .prod-name h3 a {
          color: #050505;
          text-decoration: none;
          font-size: 18px;
          font-weight: bold; }
          .productSection .productDesc .prod-name h3 a span {
            background: none; }
    .productSection .productDesc .model {
      display: none;
      font-size: 16px;
      line-height: 24px;
      color: #606060;
      margin: 0 0 30px;
      font-weight: normal; }
      .productSection .productDesc .model strong {
        font-weight: 700;
        color: #029fe2; }
    @media (min-width: 1100px) {
      .productSection .productDesc .productImg {
        height: 220px;
        overflow: hidden; }
        .productSection .productDesc .productImg img {
          max-width: 100%;
          height: auto;
          margin: 0 auto;
          display: block;
          max-height: 200px; } }
    .productSection .productDesc .price {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 20px;
      line-height: 24px;
      color: #01abdd;
      font-weight: 600; }
      .productSection .productDesc .price strong {
        font-weight: 700;
        color: #000000; }
      .productSection .productDesc .price .stock {
        font-size: 20px;
        line-height: 24px;
        color: #01abdd;
        font-weight: 500; }
      .productSection .productDesc .price .notstock {
        font-size: 18px;
        line-height: 24px;
        color: #000000;
        font-weight: 500; }
    .productSection .productDesc .shopNow {
      margin-top: 20px;
      width: 100%;
      height: 54px;
      line-height: 54px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      color: #029fe2;
      background: transparent;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      display: block; }
      .productSection .productDesc .shopNow .fa-arrow-right-long {
        margin-right: 5px;
        margin-top: 2px; }
      .productSection .productDesc .shopNow .fa-angle-right:after {
        background: #029fe2; }
    .productSection .productDesc .shopNow.pending-account {
      margin-top: 0px; }
    .productSection .productDesc:hover .shopNow {
      width: 100%;
      height: 54px;
      line-height: 54px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      color: #ffffff;
      justify-content: center;
      background: #029fe2;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .productSection .productDesc:hover .shopNow .fa-angle-right:after {
        background: #ffffff; }
    .productSection .productDesc .newTag {
      background: #029fe2;
      position: absolute;
      top: 15px;
      left: 15px;
      padding: 5px 14px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 900;
      font-size: 13px;
      z-index: 1;
      border-radius: 15px; }
    .productSection .productDesc:hover {
      border: 1px solid #029fe2;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06); }

.category-product-listing .productSection {
  padding: 0 !important;
  background: none !important;
  position: inherit !important; }

.newsLetter {
  background: url(../images/newsletter-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0; }
  .newsLetter .form p {
    font-size: 22px;
    color: #ffffff;
    line-height: normal;
    letter-spacing: 0.22px;
    padding: 25px 0 60px; }
  .newsLetter .form input.form-control {
    max-width: 720px;
    height: 85px;
    background: #ffffff;
    border-radius: 100px;
    font-size: 20px;
    color: #000000;
    line-height: 85px;
    margin: 0 auto;
    padding: 0 50px; }

footer {
  background: #f0eeee;
  margin-top: 0px !important; }
  footer .topBar {
    padding: 80px 0 80px; }
    footer .topBar .menu h4 {
      font-family: "Oswald", sans-serif;
      font-size: 32px;
      font-weight: 600;
      font-style: italic;
      color: #000000;
      margin: 0 0 40px; }
    footer .topBar .menu ul li {
      font-size: 16px;
      color: #636363;
      margin: 0 0 20px; }
      footer .topBar .menu ul li a {
        color: #636363; }
        footer .topBar .menu ul li a:hover {
          color: #029fe2; }
    footer .topBar .menu .form {
      margin-bottom: 60px; }
      footer .topBar .menu .form input.form-control {
        max-width: 100%;
        height: 62px;
        background: #ffffff;
        border-radius: 100px;
        font-size: 16px;
        color: #000000;
        line-height: 60px;
        margin: 0 auto;
        padding: 0 50px; }
    footer .topBar .menu .flexBox {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 13px 0 0 0; }
      footer .topBar .menu .flexBox label {
        font-size: 16px;
        color: #626262;
        margin: 0; }
        footer .topBar .menu .flexBox label input {
          margin-right: 10px; }
  footer .botBar {
    background: #029fe2; }
    footer .botBar .copyright {
      height: 50px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      color: #ffffff; }
      footer .botBar .copyright a {
        color: #000; }

.navigation .sidenav .logo {
  padding: 30px 20px;
  width: 100%;
  background-color: #029fe2;
  position: relative;
  left: 0;
  margin: 0;
  max-width: inherit; }
  .navigation .sidenav .logo img {
    max-width: 140px; }

.navigation .sidenav .menu ul li {
  font-size: 16px;
  color: #636363;
  margin: 0 0 20px; }
  .navigation .sidenav .menu ul li a {
    color: #636363; }
    .navigation .sidenav .menu ul li a:hover {
      color: #029fe2; }

button.btnSubmit {
  border: none;
  height: 54px;
  line-height: 54px;
  padding: 0 46px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #029fe2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }

.followUs a {
  font-size: 28px;
  margin-right: 30px;
  color: #000000; }
  .followUs a:hover {
    color: #029fe2; }

.botBar .copyright span {
  color: #000000; }

/*.fa-angle-right, .fa-arrow-right-long {
  position: relative;
  margin-right: 5px;

  &:before {
      content: "\f105";
      font-size: 26px;
  }

  &:after {
      font-size: x-large;
      content: "";
      background: #ffffff;
      position: absolute;
      right: 4px;
      width: 20px;
      height: 2px;
      top: 12px;
  }
}*/
.body {
  margin-bottom: 0px; }

.topBar p {
  color: #fff;
  /*width: 60%;*/
  width: auto;
  text-align: center;
  color: #ffffff; }
  .topBar p a {
    color: #ffffff; }

.topBar .call {
  color: #ffffff; }

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

.logo {
  display: block;
  text-align: center;
  max-width: 140px;
  position: absolute;
  left: 50%;
  margin-left: -70px; }
  @media all and (max-width: 767px) {
    .logo {
      text-align: left;
      max-width: 76px;
      margin-left: -38px;
      padding: 0; }
      .logo a {
        display: inline-block;
        width: 100%; }
        .logo a img {
          width: 100%; } }

.navBar:after {
  content: none; }

.navBar:before {
  content: none; }

.halo-product-badge {
  right: auto;
  left: 15px; }
  .halo-product-badge .product-badge.new-badge {
    color: #fff;
    background-color: #029fe2;
    border-radius: 50px;
    padding: 4px 15px; }
  .halo-product-badge .product-badge.sale-badge {
    border-radius: 50px;
    padding: 4px 15px; }

.humbergMenu .toggle {
  border: none; }

.slick-next {
  width: 45px;
  height: 45px;
  border: 2px solid #01abdd !important;
  background: none;
  color: #01abdd;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  border-radius: 100%;
  cursor: pointer; }
  .slick-next:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
    content: "\f105";
    background: none;
    background-image: none !important;
    font-size: 26px;
    line-height: 40px;
    color: #01abdd; }
  .slick-next:hover {
    border: 2px solid #029fe2 !important;
    background: none;
    color: #029fe2; }
  .slick-next:focus {
    outline: none !important;
    outline-offset: 0px !important; }

.slick-prev {
  width: 45px;
  height: 45px;
  border: 2px solid #01abdd !important;
  background: none;
  color: #01abdd;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  border-radius: 100%;
  cursor: pointer; }
  .slick-prev:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
    content: "\f104";
    background: none;
    background-image: none !important;
    font-size: 26px; }
  .slick-prev:hover {
    border: 2px solid #029fe2 !important;
    background: none;
    color: #029fe2 !important; }
  .slick-prev:focus {
    outline: none !important;
    outline-offset: 0px !important; }

.productView .slick-next {
  right: -40px;
  color: #04a0e2;
  border: none !important; }
  .productView .slick-next:before {
    font-size: 36px;
    color: #04a0e2; }
  @media all and (max-width: 767px) {
    .productView .slick-next {
      right: -20px; } }

.productView .slick-prev {
  left: -40px;
  color: #04a0e2;
  border: none !important; }
  .productView .slick-prev:before {
    font-size: 36px;
    color: #04a0e2; }
  @media all and (max-width: 767px) {
    .productView .slick-prev {
      left: -20px; } }

@media (min-width: 1501px) and (max-width: 1600px) {
  .mainHeroSection .heroDesc {
    max-width: 90%; }
    .mainHeroSection .heroDesc h1 {
      font-size: 72px; }
  .bestSellerSection {
    padding: 100px 0 0 0; } }

@media (min-width: 1401px) and (max-width: 1500px) {
  .mainHeroSection .heroDesc {
    max-width: 90%; }
    .mainHeroSection .heroDesc h1 {
      font-size: 72px; }
  .bestSellerSection {
    padding: 100px 0 0 0; } }

@media (min-width: 1301px) and (max-width: 1400px) {
  .bestSellerSection {
    padding: 100px 0 0 0; } }

@media all and (max-width: 767px) {
  header .headerTopBar .topBar {
    margin: 0 -10px; }
    header .headerTopBar .topBar .call {
      display: none; }
  .bestSellerSection {
    padding: 40px 0; }
  .featureProduct {
    padding: 100px 0 40px;
    position: relative; }
  .newsLetter {
    padding: 40px 0; }
    .newsLetter .form input.form-control {
      height: 65px;
      line-height: 65px;
      padding: 0 30px; }
  footer .topBar {
    padding: 40px 15px; }
    footer .topBar .menu {
      text-align: center; }
      footer .topBar .menu .flexBox {
        flex-direction: column; }
        footer .topBar .menu .flexBox label {
          margin-bottom: 15px; }
      footer .topBar .menu h4 {
        margin-bottom: 20px; }
      footer .topBar .menu ul {
        margin-bottom: 50px; }
  footer .botBar .copyright {
    height: 70px;
    flex-direction: column;
    padding: 15px 0; }
    footer .botBar .copyright img {
      display: none; } }

header .navigation .sidenav .logo {
  padding: 30px 20px;
  width: 100%;
  background-color: #029fe2; }
  header .navigation .sidenav .logo a {
    display: inline-block; }
    header .navigation .sidenav .logo a img {
      display: inline-block;
      mix-blend-mode: multiply; }

header .navigation .sidenav .menu {
  padding: 0px 0px 40px;
  width: 100%;
  display: block; }
  header .navigation .sidenav .menu h4 {
    font-family: Oswald, sans-serif;
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    color: #029fe2;
    margin: 0 0 40px;
    margin-bottom: 10px;
    background-color: #efefef;
    padding: 12px 20px 16px; }
  header .navigation .sidenav .menu ul {
    width: 100%;
    display: block;
    padding: 0px 20px; }
    header .navigation .sidenav .menu ul li {
      margin: 0 0 0px; }

.navigation .sidenav .menu ul li a {
  color: #000000;
  width: 100%;
  display: block;
  padding: 18px 0px;
  border-bottom: 1px solid #000000;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
  font-size: 18px; }

section.bestSellerSection .owl-carousel .owl-nav button.owl-next,
section.bestSellerSection .owl-carousel .owl-nav button.owl-prev {
  border: 2px solid #01abdd !important;
  background: none;
  color: #01abdd; }
  section.bestSellerSection .owl-carousel .owl-nav button.owl-next:hover,
  section.bestSellerSection .owl-carousel .owl-nav button.owl-prev:hover {
    border: 2px solid #01abdd !important;
    background: none;
    color: #01abdd; }
  section.bestSellerSection .owl-carousel .owl-nav button.owl-next span,
  section.bestSellerSection .owl-carousel .owl-nav button.owl-prev span {
    color: #01abdd; }

@media (max-width: 767px) {
  header .headerTopBar {
    padding: 10px; }
    header .headerTopBar .topBar a.closeTab {
      display: none; }
  .topBar p {
    width: 100%; }
  .humbergMenu {
    width: auto; }
  .bestSellerSection {
    padding: 30px 0px 0px !important; }
    .bestSellerSection .card {
      margin-bottom: 0px; }
  .featureProduct .heading {
    margin-bottom: 30px;
    font-size: 42px;
    margin-top: 10px; }
  ul.category-links {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    ul.category-links li {
      width: 100%; }
      ul.category-links li a {
        width: 100%;
        display: block;
        margin-right: 0px;
        margin-bottom: 10px;
        text-align: center; }
      ul.category-links li:last-child a {
        margin-bottom: 0px; }
  .banners .banner .custom-banner img {
    height: 300px;
    object-position: 50% 50%; }
  .banners .banner .custom-banner .category-content-section h2 {
    font-size: 46px;
    margin-bottom: 22px; }
  .banners .banner .custom-banner .category-content-section a.btnAll {
    margin: 0px auto; } }

.container.container--heroCarousel {
  padding: 0;
  width: 100%;
  max-width: 100% !important; }

.categoryHeader__content {
  max-width: 100% !important; }

.breadcrumb {
  display: contents !important; }

.button--primary {
  text-transform: capitalize;
  background-color: #029fe2;
  border-radius: 50px;
  border: none;
  color: #ffffff !important;
  padding: 18px 20px; }

.login {
  margin-top: 0; }
  .login .form-actions .button {
    text-transform: capitalize;
    background-color: #029fe2;
    border-radius: 50px;
    border: none;
    color: #ffffff !important; }
  .login .form-actions .forgot-password {
    background: white;
    border: none; }
  .login .login-row {
    max-width: 85.625rem; }
  @media all and (max-width: 767px) {
    .login {
      margin-left: 0;
      margin-right: 0;
      padding: 0 15px; } }

.category__showMoreBtn a {
  text-transform: capitalize;
  background-color: #029fe2;
  border-radius: 50px;
  border: none;
  color: #ffffff;
  height: 54px;
  line-height: 20px; }

.card-figcaption-bottom a {
  text-transform: capitalize;
  background-color: #029fe2;
  border-radius: 50px;
  border: 2px solid #029fe2;
  color: #ffffff; }
  .card-figcaption-bottom a:hover {
    background-color: transparent;
    color: #029fe2;
    border-color: #029fe2; }
  .card-figcaption-bottom a:active {
    background-color: transparent;
    color: #029fe2;
    border-color: #029fe2; }
  .card-figcaption-bottom a:focus {
    background-color: transparent;
    color: #029fe2;
    border-color: #029fe2; }

.form-actions .button {
  text-transform: capitalize;
  background-color: #029fe2;
  border-radius: 50px;
  border: none;
  color: #ffffff; }

.form-actions a {
  text-transform: capitalize;
  background-color: #029fe2;
  border-radius: 50px;
  border: 2px solid #029fe2;
  color: #ffffff; }

.form-actions input {
  text-transform: capitalize;
  background-color: #029fe2;
  border-radius: 50px;
  border: 2px solid #029fe2;
  color: #ffffff; }
  .form-actions input:hover {
    background-color: transparent;
    color: #029fe2;
    border-color: #029fe2; }

.blog-post .blog-post-btn .button {
  text-transform: capitalize;
  background-color: #029fe2;
  border-radius: 50px;
  border: 2px solid #029fe2;
  color: #ffffff; }
  .blog-post .blog-post-btn .button:hover {
    background-color: transparent;
    color: #029fe2;
    border-color: #029fe2; }
  .blog-post .blog-post-btn .button:active {
    background-color: transparent;
    color: #029fe2;
    border-color: #029fe2; }
  .blog-post .blog-post-btn .button:focus {
    background-color: transparent;
    color: #029fe2;
    border-color: #029fe2; }

.form-prefixPostfix .button {
  text-transform: capitalize;
  text-transform: capitalize;
  background-color: #029fe2;
  background-color: #029fe2;
  border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #029fe2;
  border: 2px solid #029fe2;
  color: #ffffff;
  color: #ffffff; }
  .form-prefixPostfix .button:hover {
    background-color: transparent;
    color: #029fe2;
    border-color: #029fe2;
    background-color: transparent;
    color: #029fe2;
    border-color: #029fe2; }
  .form-prefixPostfix .button:active {
    background-color: transparent;
    color: #029fe2;
    border-color: #029fe2;
    background-color: transparent;
    color: #029fe2;
    border-color: #029fe2; }
  .form-prefixPostfix .button:focus {
    background-color: transparent;
    color: #029fe2;
    border-color: #029fe2;
    background-color: transparent;
    color: #029fe2;
    border-color: #029fe2; }

.button--action {
  text-transform: capitalize;
  background-color: #029fe2;
  border-radius: 50px;
  border: none;
  color: #ffffff !important;
  padding: 18px 20px;
  font-family: Roboto, sans-serif;
  font-style: normal; }

.categoryHeader__container {
  width: 100%;
  padding: 0; }
  .categoryHeader__container .categoryHeader {
    margin-top: 0; }

.category-content-section {
  max-width: 1300px;
  width: 92%;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column; }
  .category-content-section h2 {
    color: #000000;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-size: 52px;
    font-style: italic;
    margin-bottom: 42px;
    display: block; }

.category-product-navigation {
  width: 100%;
  display: block;
  margin: 0px auto; }

ul.category-links {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px;
  overflow-x: auto;
  white-space: nowrap; }
  ul.category-links li {
    display: inline-block; }
    ul.category-links li a {
      font-size: 16px;
      font-weight: 800;
      color: rgba(0, 0, 0, 0.3);
      padding: 10px 24px;
      display: inline-block;
      border: 2px solid #000000;
      border-radius: 50px;
      border-color: rgba(0, 0, 0, 0.2);
      margin-right: 10px;
      background-color: #ffffff; }
      ul.category-links li a:hover {
        border-color: #029fe2;
        background: #029fe2;
        color: #fff; }
      ul.category-links li a:active {
        border-color: #029fe2;
        background: #029fe2;
        color: #fff; }
      ul.category-links li a:focus {
        border-color: #029fe2;
        background: #029fe2;
        color: #fff; }
    ul.category-links li:last-child a {
      margin-right: 0px; }
    ul.category-links li a.activePage {
      border-color: #029fe2;
      background: #029fe2;
      color: #fff; }
  ul.category-links::-webkit-scrollbar {
    display: none; }

.productGrid .product {
  padding-top: 0.6rem; }

.banners {
  position: relative;
  width: 100%;
  background-color: transparent;
  padding: 0px; }
  .banners .banner {
    max-width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .banners .banner h1.page-heading {
      position: absolute; }
    .banners .banner .custom-banner {
      height: 22rem; }
      .banners .banner .custom-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left bottom; }
        @media all and (max-width: 767px) {
          .banners .banner .custom-banner img {
            object-position: 16%; } }
      .banners .banner .custom-banner .category-content-section {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: 0px auto;
        height: 100%;
        justify-content: center; }

.category-featured-section .featureProduct {
  background: none;
  padding: 72px 0 140px; }
  .category-featured-section .featureProduct:before {
    content: none;
    background: none;
    position: static; }
  .category-featured-section .featureProduct .heading {
    font-family: "Oswald", sans-serif;
    color: #050505;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 42px;
    font-size: 52px;
    text-align: left; }
    .category-featured-section .featureProduct .heading span {
      font-weight: 300; }
    .category-featured-section .featureProduct .heading a {
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 30px;
      font-weight: normal;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      text-decoration: none; }
  .category-featured-section .featureProduct .featured-product-flex-container {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
    .category-featured-section .featureProduct .featured-product-flex-container a.productouter-border {
      display: inline-block;
      max-width: 24%; }
    .category-featured-section .featureProduct .featured-product-flex-container .slick-list {
      padding-top: 0.7rem; }

@media (min-width: 1200px) and (max-width: 1900px) {
  .banners .banner .custom-banner img {
    height: 350px;
    object-position: 25% 50%; } }

/*************/
/*****************/
.about-us-main .mainAboutSection {
  background: url(../images/about-bg.jpg) no-repeat top center;
  padding: 90px 0 40px;
  background-size: 100% 90%; }
  .about-us-main .mainAboutSection .aboutDesc {
    max-width: 100%; }
    .about-us-main .mainAboutSection .aboutDesc h1 {
      color: #ffffff;
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 92px;
      font-style: italic;
      margin-bottom: 30px;
      line-height: 80px; }
    .about-us-main .mainAboutSection .aboutDesc p {
      color: #fff;
      font-weight: 400;
      font-size: 20px;
      line-height: 30px; }
  .about-us-main .mainAboutSection .aboutImg {
    text-align: right;
    width: 100%;
    padding: 0; }
    .about-us-main .mainAboutSection .aboutImg img {
      max-width: 90%;
      border-radius: 20px; }
  .about-us-main .mainAboutSection .missionImg {
    text-align: left; }
  @media all and (max-width: 1500px) {
    .about-us-main .mainAboutSection .aboutDesc {
      padding-bottom: 40px; }
      .about-us-main .mainAboutSection .aboutDesc h1 {
        font-size: 82px;
        font-style: italic;
        margin-bottom: 20px;
        line-height: 70px; }
      .about-us-main .mainAboutSection .aboutDesc p {
        font-size: 20px;
        line-height: 26px; }
    .about-us-main .mainAboutSection .aboutImg img {
      max-width: 65%;
      border-radius: 20px; } }
  @media all and (max-width: 1280px) {
    .about-us-main .mainAboutSection .aboutDesc p {
      font-size: 18px;
      line-height: 24px; }
    .about-us-main .mainAboutSection .aboutImg img {
      max-width: 80%;
      border-radius: 20px; } }
  @media all and (max-width: 1024px) {
    .about-us-main .mainAboutSection .aboutImg img {
      max-width: 100%;
      border-radius: 20px; } }
  @media all and (max-width: 990px) {
    .about-us-main .mainAboutSection {
      padding: 40px 0 40px; }
      .about-us-main .mainAboutSection .aboutDesc h1 {
        font-size: 52px;
        font-style: italic;
        margin-bottom: 20px;
        line-height: 50px; }
      .about-us-main .mainAboutSection .aboutDesc p {
        font-size: 16px;
        line-height: 22px; }
      .about-us-main .mainAboutSection .aboutImg img {
        max-width: 100%;
        border-radius: 20px; } }
  @media all and (max-width: 767px) {
    .about-us-main .mainAboutSection {
      padding: 40px 0 40px; }
      .about-us-main .mainAboutSection .aboutDesc h1 {
        font-size: 52px;
        font-style: italic;
        margin-bottom: 20px;
        line-height: 50px; }
      .about-us-main .mainAboutSection .aboutDesc p {
        font-size: 18px;
        line-height: 30px; }
      .about-us-main .mainAboutSection .aboutImg img {
        max-width: 100%;
        border-radius: 20px; } }

.about-us-main .ourMissionSection {
  padding: 125px 0; }
  .about-us-main .ourMissionSection .row {
    align-items: center; }
  .about-us-main .ourMissionSection .missionDesc {
    max-width: 100%;
    padding-left: 30px; }
    .about-us-main .ourMissionSection .missionDesc h2 {
      color: #000000;
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 92px;
      font-style: italic;
      margin-bottom: 50px;
      line-height: 80px; }
    .about-us-main .ourMissionSection .missionDesc p {
      color: #000000;
      font-weight: 400;
      font-size: 24px;
      line-height: 38px;
      opacity: 0.7;
      margin-bottom: 40px; }
      .about-us-main .ourMissionSection .missionDesc p:last-child {
        margin: 0; }
  @media all and (max-width: 1500px) {
    .about-us-main .ourMissionSection {
      padding: 110px 0; }
      .about-us-main .ourMissionSection .missionDesc h2 {
        font-size: 82px;
        font-style: italic;
        margin-bottom: 30px;
        line-height: 70px; }
      .about-us-main .ourMissionSection .missionDesc p {
        font-size: 20px;
        line-height: 26px; } }
  @media all and (max-width: 1280px) {
    .about-us-main .ourMissionSection .missionDesc p {
      font-size: 18px;
      line-height: 24px; } }
  @media all and (max-width: 990px) {
    .about-us-main .ourMissionSection {
      padding: 40px 0; }
      .about-us-main .ourMissionSection .missionDesc {
        padding-left: 0; }
        .about-us-main .ourMissionSection .missionDesc h2 {
          font-size: 52px;
          font-style: italic;
          margin-bottom: 20px;
          line-height: 50px; }
        .about-us-main .ourMissionSection .missionDesc p {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 20px; } }
  @media all and (max-width: 767px) {
    .about-us-main .ourMissionSection {
      padding: 40px 0; }
      .about-us-main .ourMissionSection .missionDesc {
        padding-left: 0; }
        .about-us-main .ourMissionSection .missionDesc h2 {
          font-size: 52px;
          font-style: italic;
          margin-bottom: 20px;
          line-height: 50px; }
        .about-us-main .ourMissionSection .missionDesc p {
          font-size: 18px;
          line-height: 30px; } }

.about-us-main .aboutContant {
  background: white;
  background: linear-gradient(180deg, #f7f7f7 0%, #fbfbfb 100%);
  padding: 110px 0 60px;
  position: relative; }
  .about-us-main .aboutContant:before {
    content: "";
    background: url(../images/slider-bg.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0; }
  .about-us-main .aboutContant .row {
    align-items: center; }
  .about-us-main .aboutContant .address {
    padding-left: 135px; }
    .about-us-main .aboutContant .address p {
      color: #000000;
      font-weight: 900;
      font-size: 36px;
      line-height: 47px;
      letter-spacing: 0.2px; }
      .about-us-main .aboutContant .address p a {
        font-size: 30px;
        line-height: 40px;
        color: #029fe2;
        font-weight: 700; }
        .about-us-main .aboutContant .address p a img {
          margin-right: 25px; }
        .about-us-main .aboutContant .address p a:hover {
          opacity: 0.7; }
  .about-us-main .aboutContant .aboutContantImg {
    padding-left: 135px; }
  @media all and (max-width: 990px) {
    .about-us-main .aboutContant .address {
      padding-left: 0px; }
      .about-us-main .aboutContant .address p {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: normal; }
        .about-us-main .aboutContant .address p a {
          font-size: 20px;
          line-height: 18px;
          margin: 0px; }
    .about-us-main .aboutContant .aboutContantImg {
      padding: 40px 40px 0; } }
  @media all and (max-width: 767px) {
    .about-us-main .aboutContant .address {
      padding-left: 0px; }
      .about-us-main .aboutContant .address p {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: normal; }
        .about-us-main .aboutContant .address p a {
          font-size: 20px;
          line-height: 18px;
          margin: 0px; }
    .about-us-main .aboutContant .aboutContantImg {
      padding: 40px 40px 0; } }
  @media all and (min-width: 1261px) {
    .about-us-main .aboutContant .address {
      width: 100%; } }
  @media all and (min-width: 551px) {
    .about-us-main .aboutContant .address {
      width: 100%; } }

.newsLetter.aboutNewsLetter {
  background: #029fe2; }

@media all and (min-width: 768px) and (max-width: 1100px) {
  .mainAboutSection {
    padding: 40px 0;
    background-size: cover; }
    .mainAboutSection .aboutDesc h1 {
      font-size: 52px;
      font-style: italic;
      margin-bottom: 10px;
      line-height: 50px; }
    .mainAboutSection .aboutDesc p {
      font-weight: 400;
      font-size: 18px;
      line-height: 28px; }
  .ourMissionSection {
    padding: 50px 0; }
    .ourMissionSection .missionDesc {
      max-width: 100%;
      padding-left: 0; }
      .ourMissionSection .missionDesc h2 {
        font-size: 52px;
        font-style: italic;
        margin-bottom: 10px;
        line-height: 50px; }
      .ourMissionSection .missionDesc p {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px; }
  .aboutContant .address {
    padding-left: 15px; }
    .aboutContant .address p {
      color: #000000;
      font-weight: 900;
      font-size: 30px;
      line-height: 40px;
      letter-spacing: normal; }
      .aboutContant .address p a {
        font-size: 26px;
        line-height: 50px; }
  .aboutContant .aboutContantImg {
    padding: 0 40px; } }

@media all and (max-width: 767px) {
  .mainAboutSection {
    padding: 20px 0 40px 0;
    background-size: cover; }
    .mainAboutSection .aboutDesc h1 {
      font-size: 62px;
      margin-bottom: 10px; }
    .mainAboutSection .aboutDesc p {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 30px; }
    .mainAboutSection .aboutImg {
      width: 100%; }
      .mainAboutSection .aboutImg img {
        border-radius: 20px; }
  .ourMissionSection {
    padding: 6px 0; }
    .ourMissionSection .missionDesc {
      max-width: 100%;
      padding-left: 0; }
      .ourMissionSection .missionDesc h2 {
        font-size: 62px;
        margin-bottom: 10px; }
      .ourMissionSection .missionDesc p {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px; }
    .ourMissionSection .row {
      flex-direction: column-reverse; }
    .ourMissionSection .missionImg {
      margin-top: 40px; }
  .aboutContant .address {
    padding-left: 20px; }
    .aboutContant .address p {
      font-size: 22px;
      line-height: 36px;
      letter-spacing: normal; }
      .aboutContant .address p a {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px; }
        .aboutContant .address p a img {
          margin-right: 15px;
          width: 20px; }
  .aboutContant .aboutContantImg {
    padding: 40px 40px 0; }
  .newsLetter .heading {
    margin-bottom: 0 !important;
    font-size: 42px;
    margin-top: 0 !important; }
  .newsLetter .card-body .card-figcaption-bottom .card-figcaption-button {
    border: 2px solid #fff; } }

.newsLetter {
  padding: 80px 0px 0px;
  background: none;
  background-color: #00a0df; }
  .newsLetter .heading {
    margin-bottom: 50px; }
  .newsLetter .card {
    margin-bottom: 0px; }
  .newsLetter .card-body p.card-text {
    color: #ffffff; }
  .newsLetter .card-body .card-text .price-section span {
    color: #ffffff;
    font-size: 24px;
    line-height: normal; }

.sub-category-section {
  width: 100%;
  display: block;
  margin: 0px auto;
  position: relative;
  background-color: #f6f8fa; }

.sub-category-section-container {
  max-width: 1500px;
  width: 92%;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px 50px; }
  .sub-category-section-container li.dropdown {
    left: auto; }
  .sub-category-section-container ul.dropdown-menu {
    background-color: #ffffff;
    margin: 0px auto;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    border-radius: 10px;
    left: 25%;
    border: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px); }
    .sub-category-section-container ul.dropdown-menu li {
      text-align: left;
      font-size: 16px;
      font-weight: 100; }
      .sub-category-section-container ul.dropdown-menu li a {
        text-align: left;
        font-size: 16px;
        font-weight: 100;
        padding: 10px 15px; }
  .sub-category-section-container li.dropdown {
    display: inline-block;
    text-align: center; }
    .sub-category-section-container li.dropdown:hover ul.dropdown-menu {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px);
      max-height: 15rem;
      overflow-y: scroll;
      width: fit-content;
      overflow-x: hidden; }
  .sub-category-section-container li a {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #000000;
    font-weight: 600; }
    .sub-category-section-container li a img {
      display: block;
      width: 40%;
      margin: 0px auto 10px;
      mix-blend-mode: darken; }
    .sub-category-section-container li a i {
      font-size: 23px;
      font-weight: 800;
      vertical-align: -2px;
      margin-left: 4px;
      display: inline-block; }

@media all and (max-width: 767px) {
  .sub-category-section-container {
    white-space: nowrap;
    overflow-y: auto; } }

ul.category-links li {
  left: auto; }

.category-product-navigation ul.dropdown-menu {
  background-color: #ffffff;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  border-radius: 0px 0px 10px 10px;
  left: 0;
  right: 0;
  border: 0;
  padding: 30px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transform: translateY(50px);
  min-width: 100%; }
  .category-product-navigation ul.dropdown-menu li {
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    position: relative; }
    .category-product-navigation ul.dropdown-menu li a {
      text-align: left;
      font-size: 16px;
      font-weight: 100;
      padding: 0px 8px 22px 8px;
      border: 0;
      width: auto;
      margin: 0px auto;
      text-align: center;
      font-weight: 600;
      color: #000000;
      background-color: transparent;
      border-radius: 0px; }
      .category-product-navigation ul.dropdown-menu li a img {
        display: block;
        width: 82%;
        margin: 0px auto 10px;
        mix-blend-mode: darken; }
      .category-product-navigation ul.dropdown-menu li a:hover {
        background-color: #fafbfc;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
        color: #029fe2; }

.category-product-navigation li.dropdown {
  display: inline-block;
  text-align: center;
  position: static; }
  .category-product-navigation li.dropdown .dropdown-menu.sub-dropdown-menu {
    display: none !important; }
  .category-product-navigation li.dropdown:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #f6f8fa; }
  .category-product-navigation li.dropdown:hover .dropdown-menu.sub-dropdown-menu {
    background-color: #ffffff;
    margin: 0px auto;
    display: block !important;
    z-index: 10;
    border-radius: 10px !important;
    left: 25%;
    border: 0;
    border-radius: 10px !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    width: fit-content;
    padding: 15px 11px 0px; }
    .category-product-navigation li.dropdown:hover .dropdown-menu.sub-dropdown-menu li {
      display: block !important;
      width: 100% !important;
      text-align: left !important; }

.category-product-navigation li a {
  text-align: center;
  display: block;
  font-size: 18px;
  color: #000000;
  font-weight: 600; }
  .category-product-navigation li a img {
    display: block;
    width: 40%;
    margin: 0px auto 10px;
    mix-blend-mode: darken; }
  .category-product-navigation li a i {
    font-size: 23px;
    font-weight: 800;
    vertical-align: -2px;
    margin-left: 4px;
    display: inline-block; }

.category-product-navigation ul.dropdown-menu li a div {
  width: 100%;
  height: 92px;
  display: block;
  margin: 0px auto 18px; }
  .category-product-navigation ul.dropdown-menu li a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0px auto; }

.category-product-navigation ul.dropdown-menu .owl-stage-outer {
  overflow: visible;
  padding: 0 65px; }

.category-product-navigation ul.dropdown-menu .item li > .dropdown-menu.sub-dropdown-menu {
  display: none !important; }

.category-product-navigation ul.dropdown-menu .item li:hover > .dropdown-menu.sub-dropdown-menu {
  display: block !important; }

.dd-icon {
  margin-left: 10px !important;
  margin-bottom: 1px;
  vertical-align: middle !important; }

.product-icons {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  display: grid;
  user-select: none; }
  .product-icons .prod-icon {
    position: relative; }
    .product-icons .prod-icon .icon-more {
      position: absolute;
      top: 0px;
      right: 15px;
      z-index: 1; }
      .product-icons .prod-icon .icon-more div {
        color: #fff;
        font-size: 60px;
        line-height: 13px; }
    .product-icons .prod-icon .category-desc-data {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .product-icons .prod-icon .category-desc-data .link-image {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute; }
        .product-icons .prod-icon .category-desc-data .link-image a {
          font-size: 0;
          display: block;
          width: 100%;
          height: 100%; }
      .product-icons .prod-icon .category-desc-data:hover .icon-block {
        border-color: #30C9E3;
        color: #30C9E3; }
    .product-icons .prod-icon .icon-block {
      position: absolute;
      bottom: 20px;
      right: 20px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid #0086E2;
      display: inline-block;
      color: #0086E2;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: FontAwesome;
      transition: 0.4s ease-in-out; }
      .product-icons .prod-icon .icon-block::before {
        content: "\f105";
        font-size: 12px;
        line-height: 1; }

.productDesc .model {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; }

.recently-viewed-products-sidebar {
  display: none; }

.homeCategorySection {
  background: white;
  background: linear-gradient(180deg, white 20%, #f8f8f8 80%);
  padding: 0 0 50px; }
  @media all and (max-width: 767px) {
    .homeCategorySection {
      padding: 50px 0; } }
  .homeCategorySection .productDesc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 15px;
    padding: 0;
    text-align: center;
    position: relative; }
    .homeCategorySection .productDesc .productImg {
      border: 4px solid transparent;
      border-radius: 10px;
      /*
      //box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 12px -2px rgb(180, 180, 180);
	  background-color: #ffffff;
	  */
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 20px;
      min-height: 150px;
      width: 100%;
      max-width: 290px;
      margin-bottom: 30px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      mix-blend-mode: multiply; }
      @media all and (max-width: 1140px) {
        .homeCategorySection .productDesc .productImg {
          /*
        box-shadow: 0 0px 15px -3px rgba(0, 0, 0, 0.2);
		*/
          padding: 20px;
          min-height: 250px; } }
      @media all and (max-width: 414px) {
        .homeCategorySection .productDesc .productImg {
          padding: 10px; } }
    .homeCategorySection .productDesc .bestSellerTag {
      background: #029fe2;
      position: absolute;
      top: 20px;
      left: 30px;
      padding: 5px 14px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 900;
      font-size: 13px;
      z-index: 1;
      border-radius: 15px; }
    .homeCategorySection .productDesc a:hover .productImg {
      /*
          border: 4px solid #029fe2;
		  */
      box-shadow: 0 0 12px -2px #b4b4b4;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .homeCategorySection .productDesc a:hover h3 {
      color: #029fe2;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .homeCategorySection .productDesc a span {
      background: none; }
    .homeCategorySection .productDesc h3 {
      font-size: 18px;
      font-weight: bold;
      color: #050505;
      line-height: 26px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .homeCategorySection .productDesc .shopNow {
      font-size: 16px;
      font-weight: 400;
      color: #029fe2;
      line-height: 26px; }
    .homeCategorySection .productDesc .shopNow:hover {
      text-decoration: underline; }
  .homeCategorySection .item {
    padding: 15px; }

.navigation .navUser-actionCart {
  position: relative; }
  .navigation .navUser-actionCart .countPill.cart-quantity {
    position: absolute;
    top: -11px;
    left: 11px;
    background: #0090e5;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    padding-right: 0;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }

.menu.sidenav .dropdown-menu {
  display: none !important; }

.product-icons {
  display: flex;
  flex-wrap: wrap; }
  .product-icons img,
  .product-icons .prod-icon {
    width: 100%;
    height: auto;
    background: #fff !important; }

@media (min-width: 500px) {
  .product-icons {
    display: flex;
    flex-wrap: wrap; }
    .product-icons .prod-icon {
      width: 46%; } }

@media (min-width: 960px) {
  .product-icons {
    display: flex;
    flex-wrap: wrap; }
    .product-icons .prod-icon {
      width: 30%; } }

@media (min-width: 1100px) {
  .product-icons {
    display: flex;
    flex-wrap: wrap; }
    .product-icons .prod-icon {
      width: 21%; } }

@media (min-width: 1500px) {
  .product-icons {
    display: flex;
    flex-wrap: wrap; }
    .product-icons .prod-icon {
      width: 20%;
      height: auto; } }

#sidenav-hover-menu {
  padding: 20% 0%; }
  @media (min-width: 1300px) {
    #sidenav-hover-menu {
      display: block; }
      #sidenav-hover-menu:hover .drop-wrapper {
        display: block;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
        margin-top: -10px; } }
  #sidenav-hover-menu a.toggle span {
    font-weight: bold;
    color: #029fe2; }
  #sidenav-hover-menu .drop-wrapper {
    display: none; }

header .navigation {
  position: relative; }

.container {
  position: static; }

.drop-wrapper {
  position: absolute;
  top: 90%;
  left: 0;
  display: none;
  background: linear-gradient(180deg, white 0%, #f8f8f8 100%);
  padding: 20px;
  width: 100%;
  z-index: 5; }
  .drop-wrapper .header-drop {
    max-width: 1600px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    display: grid;
    width: 100%;
    margin: 0 auto;
    background: transparent; }
    .drop-wrapper .header-drop .SubCategories__item {
      padding: 15px 20px;
      text-align: center; }
      .drop-wrapper .header-drop .SubCategories__item img {
        mix-blend-mode: multiply; }
      .drop-wrapper .header-drop .SubCategories__item a {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600; }
    .drop-wrapper .header-drop .SubCategories__item:hover {
      background: #fafbfc;
      border-radius: 5px;
      box-shadow: 0 0 12px -2px #969696; }
      .drop-wrapper .header-drop .SubCategories__item:hover a {
        color: #029fe2; }

.haloSubCategories__carousel {
  position: relative; }
  .haloSubCategories__carousel .haloSubCategories__item {
    border: 4px solid transparent;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 12px -2px #969696;
    padding: 0;
    max-width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 15px 10px;
    position: relative; }
    .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content a {
      font-size: 18px;
      font-weight: bold;
      color: #029fe2;
      padding: 10px;
      text-align: center;
      display: block;
      position: relative;
      z-index: 1; }
    .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__count {
      font-size: 16px;
      font-weight: bold;
      color: #050505;
      line-height: 26px;
      text-align: center;
      margin: 0 0 10px; }
    .haloSubCategories__carousel .haloSubCategories__item:hover .haloSubCategories__item {
      width: 100%;
      height: 54px;
      line-height: 54px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      color: #ffffff;
      justify-content: center;
      background: #029fe2;
      /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .haloSubCategories__carousel .haloSubCategories__item:hover {
      border: 4px solid #029fe2;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .haloSubCategories__carousel .haloSubCategories__item:hover {
    box-shadow: 0 0 12px -2px #969696;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .haloSubCategories__carousel .haloSubCategories__item:hover a {
      color: #029fe2 !important; }
  .haloSubCategories__carousel .owl-carousel {
    padding: 0 50px; }

/*************/
/*****************/
.breadcrumbs {
  padding: 35px 0 85px;
  background: url(../images/hero-bg.jpg) no-repeat bottom center;
  background-size: 100%; }
  .breadcrumbs ul {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .breadcrumbs ul li {
      padding-right: 30px;
      margin-right: 30px;
      position: relative; }
      .breadcrumbs ul li:before {
        content: "\f105";
        display: inline-block;
        font: normal normal normal 16px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right: 0;
        font-size: 18px; }
      .breadcrumbs ul li:last-child:before {
        content: ""; }
      .breadcrumbs ul li a {
        font-size: 18px;
        font-weight: 400px;
        color: #000000; }
        .breadcrumbs ul li a:hover {
          color: #029fe2; }
    .breadcrumbs ul li.active a {
      color: #029fe2; }

.productView__topRight .productView-title {
  font-size: 52px;
  font-weight: 400;
  font-style: italic;
  color: #686868;
  line-height: 62px;
  letter-spacing: -0.8px;
  margin-bottom: 20px; }

.productView__topRight .productView-info dt {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  color: #000000;
  line-height: 42px;
  font-weight: normal;
  width: 100%; }

.productView__topRight .productView-price .price-section span {
  font-size: 50px;
  font-weight: 900;
  line-height: normal;
  color: #029fe2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 30px; }

.productView__topRight .wishlst {
  display: inline;
  margin: auto 0 10px 0; }
  @media (max-width: 768px) {
    .productView__topRight .wishlst {
      margin: auto 0 0 0; } }
  @media (min-width: 769px) and (max-width: 1200px) {
    .productView__topRight .wishlst {
      margin: auto 0 20px 0; } }
  @media (min-width: 1201px) and (max-width: 1400px) {
    .productView__topRight .wishlst {
      margin: auto 10px 0; } }
  .productView__topRight .wishlst .dropdown-menu-button {
    background: #ffffff;
    width: 54px;
    height: 54px;
    font-size: 21.23px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    border-radius: 100%;
    line-height: 54px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 0;
    margin: 0; }
    .productView__topRight .wishlst .dropdown-menu-button .icon {
      margin-right: 0; }
    .productView__topRight .wishlst .dropdown-menu-button span {
      display: none; }
    .productView__topRight .wishlst .dropdown-menu-button:hover .icon {
      fill: #029fe2; }

.productView-description {
  border: none; }
  .productView-description .tabs .tab.is-active .tab-title span {
    background: none; }

.productDetail {
  padding: 50px 0; }
  .productDetail .productDesc {
    padding: 35px 0 0 40px; }
    .productDetail .productDesc .title {
      font-size: 52px;
      font-weight: 700;
      font-style: italic;
      color: #686868;
      line-height: 62px;
      letter-spacing: -0.8px; }
    .productDetail .productDesc .model {
      padding: 40px 0;
      border-bottom: 1px solid #cccccc;
      font-size: 18px;
      color: #000000;
      line-height: 42px;
      font-weight: normal; }
    .productDetail .productDesc .inStock {
      padding: 30px 0;
      border-bottom: 1px solid #cccccc;
      font-size: 18px;
      color: #000000;
      line-height: normal; }
      .productDetail .productDesc .inStock strong {
        margin-right: 75px; }
    .productDetail .productDesc .quantity {
      padding: 30px 0;
      font-size: 18px;
      color: #000000;
      line-height: normal; }
      .productDetail .productDesc .quantity h5 {
        font-size: 18px;
        color: #000000;
        line-height: normal;
        font-weight: 400;
        opacity: 0.5; }
    .productDetail .productDesc .price {
      font-size: 50px;
      font-weight: 900;
      line-height: normal;
      color: #029fe2;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      margin-bottom: 30px; }
      .productDetail .productDesc .price span {
        font-size: 15px;
        color: #000000;
        line-height: normal;
        font-weight: 400;
        opacity: 0.5;
        margin: 12px 10px; }
    .productDetail .productDesc .addCart {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .productDetail .productDesc .addCart a.btn-addCart {
        background: #029fe2;
        width: 294px;
        text-align: center;
        height: 54px;
        font-size: 21.23px;
        color: #ffffff;
        font-weight: 700;
        border-radius: 60px;
        line-height: 54px;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
        margin-right: 25px; }
      .productDetail .productDesc .addCart a.btn-wishlist {
        background: #ffffff;
        width: 54px;
        text-align: center;
        height: 54px;
        font-size: 21.23px;
        color: rgba(0, 0, 0, 0.3);
        font-weight: 700;
        border-radius: 100%;
        line-height: 54px;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
        margin-right: 25px; }

.prodDescription {
  padding-top: 100px;
  margin-bottom: 70px; }
  .prodDescription .nav-tabs {
    border-bottom: 1px solid #029fe2; }
    .prodDescription .nav-tabs .nav-link {
      border: 1px solid transparent;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      font-size: 20px;
      font-weight: 700;
      color: #000000;
      line-height: 70px;
      padding: 0 30px; }
    .prodDescription .nav-tabs .nav-link.active {
      color: #495057;
      background-color: #fff;
      border-color: #029fe2 #029fe2 #fff; }
    .prodDescription .nav-tabs .nav-item.show .nav-link {
      color: #495057;
      background-color: #fff;
      border-color: #029fe2 #029fe2 #fff; }
  .prodDescription .tab-content {
    padding: 40px;
    border: 1px solid #029fe2;
    border-top: none; }
    .prodDescription .tab-content .specs {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-bottom: 25px; }
      .prodDescription .tab-content .specs .cols {
        flex-basis: 25%;
        max-width: 25%;
        padding: 10px; }
    .prodDescription .tab-content .notes {
      font-size: 16px;
      color: #848484;
      font-weight: 400; }

.productWaranty {
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 20px; }
  .productWaranty .row {
    align-items: center; }
  .productWaranty .imgWar {
    padding: 30px; }
  .productWaranty .warText {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #029fe2;
    display: flex;
    justify-content: center;
    align-items: center; }
    .productWaranty .warText span {
      background: #029fe2;
      border-radius: 100%;
      width: 32px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      color: #ffffff;
      margin-right: 10px; }

.productVideo {
  padding: 20px 0 60px; }
  .productVideo .heading {
    margin-bottom: 50px;
    font-family: "Oswald", sans-serif;
    font-size: 58px;
    color: #050505;
    font-weight: 600;
    font-style: italic;
    text-align: center; }
    .productVideo .heading span {
      font-weight: 300; }
  .productVideo a.videoDes {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .productVideo a.videoDes img {
      width: 100%;
      border-radius: 10px; }
    .productVideo a.videoDes span {
      position: absolute; }

.productAccessories,
.productViewBlock {
  background: #f7f7f7;
  background: linear-gradient(180deg, #f7f7f7 0%, #fefefe 100%);
  padding: 100px 0; }
  .productAccessories .heading,
  .productAccessories h5.halo-heading,
  .productViewBlock .heading,
  .productViewBlock h5.halo-heading {
    margin-bottom: 50px;
    font-family: "Oswald", sans-serif;
    font-size: 58px;
    color: #050505;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    text-align: left; }
    .productAccessories .heading span,
    .productAccessories h5.halo-heading span,
    .productViewBlock .heading span,
    .productViewBlock h5.halo-heading span {
      font-weight: 300; }
  .productAccessories .item,
  .productViewBlock .item {
    padding: 20px 15px; }
  .productAccessories .productDesc,
  .productViewBlock .productDesc {
    border: 4px solid transparent;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 12px -2px #969696;
    padding: 20px;
    max-width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 30px; }
    .productAccessories .productDesc:hover,
    .productViewBlock .productDesc:hover {
      border: 4px solid #029fe2;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer; }
      .productAccessories .productDesc:hover .price span,
      .productViewBlock .productDesc:hover .price span {
        color: #029fe2; }
    .productAccessories .productDesc h3,
    .productViewBlock .productDesc h3 {
      font-size: 18px;
      font-weight: bold;
      color: #050505;
      margin: 0 0 20px; }
      .productAccessories .productDesc h3 a,
      .productViewBlock .productDesc h3 a {
        color: #050505;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold; }
        .productAccessories .productDesc h3 a span,
        .productViewBlock .productDesc h3 a span {
          background: none; }
    .productAccessories .productDesc .model,
    .productViewBlock .productDesc .model {
      font-size: 16px;
      line-height: 24px;
      color: #606060;
      margin: 0 0 30px;
      font-weight: normal; }
      .productAccessories .productDesc .model strong,
      .productViewBlock .productDesc .model strong {
        font-weight: 700;
        color: #029fe2; }
    .productAccessories .productDesc .price,
    .productViewBlock .productDesc .price {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      line-height: 24px;
      color: #666666;
      font-weight: normal; }
      .productAccessories .productDesc .price span,
      .productViewBlock .productDesc .price span {
        font-weight: 700;
        color: #000000; }
    .productAccessories .productDesc .shopNow,
    .productViewBlock .productDesc .shopNow {
      margin-top: 20px;
      width: 100%;
      height: 54px;
      line-height: 54px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 700;
      text-align: left;
      color: #029fe2;
      background: transparent;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      display: flex;
      justify-content: center;
      align-items: center; }
      .productAccessories .productDesc .shopNow i,
      .productViewBlock .productDesc .shopNow i {
        margin-right: 10px; }
    .productAccessories .productDesc:hover .shopNow,
    .productViewBlock .productDesc:hover .shopNow {
      width: 100%;
      height: 54px;
      line-height: 54px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      color: #ffffff;
      justify-content: center;
      background: #029fe2;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .productAccessories .productDesc:hover .shopNow .fa-angle-right:after,
      .productViewBlock .productDesc:hover .shopNow .fa-angle-right:after {
        background: #ffffff; }
    .productAccessories .productDesc .newTag,
    .productViewBlock .productDesc .newTag {
      background: #029fe2;
      position: absolute;
      top: 30px;
      left: 30px;
      padding: 5px 14px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 900;
      font-size: 13px;
      z-index: 1;
      border-radius: 15px; }
    .productAccessories .productDesc .productImg,
    .productViewBlock .productDesc .productImg {
      margin-bottom: 35px; }
    @media all and (max-width: 600px) {
      .productAccessories .productDesc,
      .productViewBlock .productDesc {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 15px; } }

#big {
  margin-bottom: 50px; }
  #big .item {
    background: #f9f9f9;
    text-align: center; }

#thumbs .owl-item {
  width: auto !important;
  margin-right: 25px; }

#thumbs .item {
  background: transparent;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }

#thumbs .current .item {
  border: 2px solid #029fe2;
  padding: 5px; }

.owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6; }

#big.owl-theme {
  position: relative; }
  #big.owl-theme .owl-next {
    width: 22px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    border: none !important;
    position: relative; }
    #big.owl-theme .owl-next .fa {
      display: none; }
    #big.owl-theme .owl-next:before {
      content: "\f105";
      display: inline-block;
      font: normal normal normal 16px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      font-size: 50px;
      right: 50px;
      color: #04a0e2; }
  #big.owl-theme .owl-prev {
    width: 22px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    border: none !important;
    position: relative; }
    #big.owl-theme .owl-prev .fa {
      display: none; }
    #big.owl-theme .owl-prev:before {
      content: "\f104";
      display: inline-block;
      font: normal normal normal 16px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      font-size: 50px;
      left: 50px;
      color: #04a0e2; }

@media all and (min-width: 768px) and (max-width: 1100px) {
  .productDetail .productDesc {
    padding: 35px 0 0 0; }
    .productDetail .productDesc .title {
      font-size: 32px;
      line-height: normal;
      letter-spacing: -0.8px; }
    .productDetail .productDesc .model {
      padding: 30px 0; }
    .productDetail .productDesc .inStock {
      padding: 20px 0; }
      .productDetail .productDesc .inStock strong {
        margin-right: 10px; }
  .prodDescription .tab-content {
    padding: 10px 10px 20px; }
  .productVideo {
    padding: 0 0 60px; }
  .productAccessories {
    padding: 60px 0; }
    .productAccessories .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }

@media all and (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 0 30px;
    background-size: cover; }
    .breadcrumbs ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      .breadcrumbs ul li {
        padding-right: 20px;
        margin-right: 20px;
        position: relative;
        padding-top: 10px; }
  #big.owl-theme .owl-next:before {
    right: 15px !important; }
  #big.owl-theme .owl-prev:before {
    left: 15px !important; }
  .productDetail .productDesc {
    padding: 35px 0 0 0; }
    .productDetail .productDesc .title {
      font-size: 32px;
      line-height: normal; }
    .productDetail .productDesc .model {
      padding: 20px 0;
      border-bottom: 1px solid #cccccc;
      font-size: 16px;
      color: #000000;
      line-height: normal;
      font-weight: normal; }
    .productDetail .productDesc .inStock {
      padding: 20px 0;
      border-bottom: 1px solid #cccccc;
      font-size: 16px;
      color: #000000;
      line-height: normal;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .productDetail .productDesc .inStock strong {
        margin-right: 0px; }
  .prodDescription {
    padding-top: 70px;
    margin-bottom: 70px; }
    .prodDescription .nav-tabs .nav-link {
      font-size: 16px;
      font-weight: 700;
      color: #000000;
      line-height: 50px;
      padding: 0 12px; }
    .prodDescription .tab-content {
      padding: 10px; }
      .prodDescription .tab-content .specs .cols {
        flex-basis: 50%;
        max-width: 50%;
        padding: 5px; }
  .productVideo {
    padding: 0 0 30px; }
    .productVideo .heading {
      margin-bottom: 40px;
      font-family: "Oswald", sans-serif;
      font-size: 48px; }
  .productAccessories {
    padding: 40px 0; }
    .productAccessories .heading {
      margin-bottom: 40px;
      font-family: "Oswald", sans-serif;
      font-size: 48px; } }

@media all and (max-width: 1100px) {
  .productSlider #thumbs.owl-carousel .owl-stage {
    width: 100% !important; }
  #thumbs .owl-item {
    width: auto !important;
    margin-right: 10px; } }

[contenteditable="true"]:focus {
  outline: none !important; }

[href]:focus {
  outline: none !important; }

[tabindex]:not([tabindex="-1"]):focus {
  outline: none !important; }

button:focus {
  outline: none !important; }

details:focus {
  outline: none !important; }

input:focus {
  outline: none !important; }

select:focus {
  outline: none !important; }

textarea:focus {
  outline: none !important; }

.owl-carousel {
  padding: 0 20px;
  position: relative; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -20px;
    height: 1px; }
    .owl-carousel .owl-nav button {
      width: 45px;
      height: 45px;
      border: 2px solid #01abdd !important;
      background: none;
      color: #01abdd;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding: 0;
      border-radius: 100% !important;
      cursor: pointer; }
      .owl-carousel .owl-nav button.owl-next {
        margin-right: -20px; }
        .owl-carousel .owl-nav button.owl-next span {
          display: inline-block;
          font-family: FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 0;
          color: #01abdd; }
          .owl-carousel .owl-nav button.owl-next span::before {
            content: "\f105";
            font-size: 26px;
            line-height: 40px; }
      .owl-carousel .owl-nav button.owl-prev {
        margin-left: -20px; }
        .owl-carousel .owl-nav button.owl-prev span {
          display: inline-block;
          font-family: FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 0;
          color: #01abdd; }
          .owl-carousel .owl-nav button.owl-prev span::before {
            content: "\f104";
            font-size: 26px;
            line-height: 40px; }
      .owl-carousel .owl-nav button:hover {
        border: 2px solid #029fe2 !important;
        background: none !important;
        color: #029fe2;
        cursor: pointer; }
        .owl-carousel .owl-nav button:hover span {
          color: #029fe2; }
  @media all and (max-width: 990px) {
    .owl-carousel {
      padding: 0 20px; }
      .owl-carousel .owl-nav button {
        width: 28px;
        height: 28px; }
        .owl-carousel .owl-nav button.owl-prev {
          margin-left: -5px; }
        .owl-carousel .owl-nav button.owl-next {
          margin-right: -5px; }
        .owl-carousel .owl-nav button.owl-next span::before {
          font-size: 18px;
          line-height: 25px; }
        .owl-carousel .owl-nav button.owl-prev span::before {
          font-size: 18px;
          line-height: 25px; } }

@media all and (min-width: 768px) {
  #product-listing-container .productGrid[data-column="4"] .product {
    width: 50%; } }

@media all and (min-width: 1000px) {
  #product-listing-container .productGrid[data-column="4"] .product {
    width: 33.33333%; } }

@media all and (min-width: 1261px) {
  #product-listing-container .productGrid[data-column="4"] .product {
    width: 25%; } }

@media all and (max-width: 767px) {
  #product-listing-container .productGrid[data-column="4"] .product {
    width: 50%; } }

@media all and (max-width: 600px) {
  #product-listing-container .productGrid[data-column="4"] .product {
    width: 100%; }
    #product-listing-container .productGrid[data-column="4"] .product .productDesc {
      max-width: 320px;
      width: 100%;
      margin: 15px auto; } }

.productView .productView-images {
  flex-direction: row-reverse; }

.productView .productView-image {
  background-color: #f9f9f9; }

.productView .productView__topLeft .productView-thumbnails {
  padding: 0;
  margin-top: 0; }
  .productView .productView__topLeft .productView-thumbnails .productView-thumbnail-link {
    background: #fff;
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; }

.productView .productView__topLeft .productView-thumbnails:not(.slick-initialized) .productView-thumbnail-link.is-active,
.productView .productView__topLeft .productView-thumbnails.slick-initialized .productView-thumbnail.slick-current.slick-active .productView-thumbnail-link {
  border: 2px solid #029fe2; }

.productView .productView__topLeft .productView-img-container img {
  mix-blend-mode: multiply; }

.newArrival {
  background: url(../img/home-footerr-bkg.svg) no-repeat bottom center;
  background-color: #fff;
  background-size: cover;
  padding: 150px 0; }
  .newArrival .container {
    max-width: 96%; }
  .newArrival .row {
    align-items: flex-end; }
  .newArrival .secureHeading {
    font-family: "Oswald", sans-serif;
    font-size: 92px;
    font-weight: 600;
    font-style: italic;
    color: #ffffff;
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .newArrival .secureHeading span {
      display: block;
      font-weight: 300; }
    .newArrival .secureHeading img {
      position: relative;
      left: -70px;
      top: 0;
      display: block;
      margin-bottom: 60px;
      max-height: 300px; }
  .newArrival .securtyDesc {
    margin-left: 120px; }
    .newArrival .securtyDesc h2 {
      font-family: "Oswald", sans-serif;
      font-size: 60px;
      font-weight: 600;
      font-style: italic;
      color: #0ca1e4;
      margin: 0 0 40px 60px; }
      .newArrival .securtyDesc h2 span {
        font-weight: 300; }
    .newArrival .securtyDesc ul {
      font-family: "Oswald", sans-serif;
      font-size: 36px;
      font-weight: 400;
      color: #373737;
      margin: 0 0 40px 60px; }
      .newArrival .securtyDesc ul li {
        padding: 5px 0; }
    .newArrival .securtyDesc a.gotoNewArrival {
      font-family: "Oswald", sans-serif;
      font-size: 92px;
      font-weight: 300;
      color: #0ca1e4;
      margin: 0 0 40px -60px; }
  @media all and (max-width: 1500px) {
    .newArrival .secureHeading {
      font-size: 72px; }
    .newArrival .securtyDesc h2 {
      font-size: 48px; }
    .newArrival .securtyDesc ul {
      font-size: 30px; }
    .newArrival .securtyDesc a.gotoNewArrival {
      font-size: 72px;
      margin: 0 0 40px -45px; } }
  @media all and (max-width: 1500px) {
    .newArrival .secureHeading {
      font-size: 52px; }
    .newArrival .securtyDesc h2 {
      font-size: 38px;
      margin: 0 0 40px 20px; }
    .newArrival .securtyDesc ul {
      font-size: 24px;
      margin: 0 0 40px 20px; }
    .newArrival .securtyDesc a.gotoNewArrival {
      font-size: 52px;
      margin: 0 0 40px -45px; } }
  @media all and (max-width: 1000px) {
    .newArrival .secureHeading {
      font-size: 42px; }
    .newArrival .securtyDesc {
      margin-left: 80px; }
      .newArrival .securtyDesc h2 {
        font-size: 36px;
        margin: 0 0 40px 10px; }
      .newArrival .securtyDesc ul {
        font-size: 20px;
        margin: 0 0 40px 10px; }
      .newArrival .securtyDesc a.gotoNewArrival {
        font-size: 42px;
        margin: 0 0 40px -45px; } }
  @media all and (max-width: 767px) {
    .newArrival {
      background-position: 30%; }
      .newArrival .secureHeading {
        font-size: 40px;
        margin-bottom: 60px; }
      .newArrival .securtyDesc {
        margin-left: 0; }
        .newArrival .securtyDesc h2 {
          font-size: 32px;
          margin: 0 0 20px 0;
          color: #ffffff; }
        .newArrival .securtyDesc ul {
          font-size: 20px;
          margin: 0 0 40px 0;
          color: #ffffff; }
        .newArrival .securtyDesc a.gotoNewArrival {
          font-size: 40px;
          margin: 0 0 40px 0;
          color: #ffffff; } }

@media (max-width: 800px) {
  .productView-thumbnails-wrap {
    margin-bottom: 30px;
    max-width: 80%;
    margin: 0 auto 30px auto; } }

.productView-thumbnails-wrap .productView-thumbnails .slick-track {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row; }
  @media (min-width: 801px) {
    .productView-thumbnails-wrap .productView-thumbnails .slick-track {
      justify-content: center;
      align-items: center; } }
  @media (min-width: 1024px) {
    .productView-thumbnails-wrap .productView-thumbnails .slick-track {
      width: -webkit-fill-available;
      width: 100% !important;
      transform: translate(0, 0) !important; } }
  .productView-thumbnails-wrap .productView-thumbnails .slick-track .productView-thumbnail {
    margin-right: 20px;
    width: 80px !important;
    height: auto; }
    .productView-thumbnails-wrap .productView-thumbnails .slick-track .productView-thumbnail .productView-thumbnail-link {
      width: 80px;
      height: 80px; }

.productView__topRight {
  padding-top: 50px; }

.productView__topLeft,
.productView__topRight {
  width: 50%; }

#add-to-cart-wrapper {
  margin-top: 10px; }
  @media (max-width: 767px) {
    #add-to-cart-wrapper {
      margin-top: 10px;
      width: 100%; } }
  @media (min-width: 1100px) and (max-width: 1400px) {
    #add-to-cart-wrapper {
      display: flex;
      align-items: flex-end;
      gap: 1rem; }
      #add-to-cart-wrapper .form-field {
        margin-bottom: 0; } }

.stock-msg {
  float: right;
  font-weight: 400; }

@media all and (min-width: 1200px) {
  .productView-nav-inner {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0 50px;
    background: #f9f9f9; } }

@media all and (max-width: 1280px) {
  .productView__topRight {
    padding-left: 50px; }
    .productView__topRight .productView-title {
      font-size: 42px; } }

@media all and (max-width: 767px) {
  .productView__topLeft,
  .productView__topRight {
    width: 100%;
    padding-top: 50px; }
  .productView__topRight {
    padding-left: 10px;
    padding-right: 10px; }
    .productView__topRight .productView-title {
      font-size: 36px; } }

.sidenav-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: center; }
  @media (min-width: 1300px) {
    .sidenav-products {
      display: none; } }

.page-content table {
  color: #000000;
  width: 100% !important; }
  .page-content table div > strong {
    font-size: 24px;
    color: #000000;
    line-height: normal;
    margin: 0 0 30px;
    display: block; }
  .page-content table .colors_productname {
    font-size: 20px;
    color: #636363;
    line-height: normal;
    padding: 0 5px;
    display: block;
    margin: 20px 0 0 -20px; }
  .page-content table td {
    font-size: 18px;
    color: #029fe2;
    line-height: normal;
    line-height: 38px;
    padding: 5px; }
    .page-content table td a {
      font-size: 16px;
      color: #029fe2;
      line-height: normal; }
      .page-content table td a:hover {
        color: #636363; }

.productView-options [data-cart-item-add] .form-action {
  width: 290px; }

.shareLinkSocial,
.categoryHeader__content {
  display: none !important; }

@media all and (max-width: 1300px) {
  header .navigation .sidenav .menu ul {
    padding: 0 0px; }
    header .navigation .sidenav .menu ul li {
      padding: 0px 20px; }
  .sidenav-products .SubCategories__item {
    padding: 0px 10px;
    margin: 0px auto 35px; }
    .sidenav-products .SubCategories__item .SubCategories__content {
      margin: 6px auto 0px; }
      .sidenav-products .SubCategories__item .SubCategories__content a {
        font-size: 15px;
        line-height: normal;
        color: #000000;
        font-weight: 500; } }

.productView-nav-inner {
  border-radius: 12px; }

.productView__topRight .productView-title {
  font-weight: 600;
  color: #000000;
  margin-bottom: 0px; }

.productView__topRight .productView-info dt {
  font-weight: 500; }

.productView-info {
  margin: 0px 0px 0px 0px; }

.productView-price {
  margin-bottom: 0;
  padding: 22px 0px;
  border-bottom: 1px solid #000000;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 18px;
  line-height: 30px; }

.productView-details {
  margin-top: 30px; }

.breadcrumbs ul li {
  padding-right: 20px;
  margin-right: 15px; }
  .breadcrumbs ul li:before {
    font-size: 14px;
    top: 2px; }
  .breadcrumbs ul li a {
    font-size: 15px; }

.featureProduct .heading {
  color: #00a0df; }

a.btnAll {
  background: #01abdd;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee); }
  a.btnAll:hover {
    background-image: none;
    background: transparent; }

button.btnSubmit {
  background: #01abdd;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee); }
  button.btnSubmit:hover {
    background-image: none;
    background: transparent; }

.productShop .zuumShop .desc .btnShop {
  background: #01abdd;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee); }

.featureProduct .productDesc:hover .shopNow {
  background: #01abdd;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee); }

.featureProduct .productDesc h3 a span small {
  font-size: 18px;
  color: #01abdd; }

.category-top-filter .accordion .accordion-block .accordion-navigation {
  background: #01abdd;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee); }

.category-top-filter .accordion::before,
.category-top-filter .accordion::after {
  display: none !important; }

.breadcrumbs ul li:before {
  content: none;
  position: static; }

.breadcrumbs ul li:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  font-size: 18px;
  font-size: 14px;
  top: 2px; }

.sticky-add-to-cart .form-action .button {
  text-transform: capitalize !important;
  border: none;
  border-radius: 50px; }
  .sticky-add-to-cart .form-action .button:hover {
    background: transparent;
    background-image: none;
    border: none;
    border-radius: 50px;
    color: #fff; }

.banner div:first-child {
  width: 100%; }

.breadcrumbs ul li:nth-last-child(-n + 2):after {
  display: none; }

.category-custom-banner {
  width: 100%;
  margin: 0; }
  @media (min-width: 1200px) {
    .category-custom-banner {
      width: 90%;
      margin: 0 auto; } }

.productSection .productDesc:hover .shopNow {
  background: #01abdd;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee); }

.productAccessories .productDesc:hover .shopNow {
  background: #01abdd;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee); }

.productViewBlock .productDesc:hover .shopNow {
  background: #01abdd;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee); }

.button--primary {
  background: #01abdd;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee);
  border: none !important; }

.button--action {
  background: #01abdd;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee);
  border: none !important; }

.newArrival {
  background-position: top center; }
  .newArrival .container .row {
    align-items: center; }
  .newArrival .securtyDesc {
    margin-left: 112px; }
    .newArrival .securtyDesc h2 {
      font-family: "Oswald", sans-serif;
      font-size: 68px;
      font-weight: 600;
      font-style: italic;
      color: #0ca1e4;
      margin: 0;
      margin-bottom: 30px;
      display: block; }
    .newArrival .securtyDesc ul {
      font-family: "Roboto";
      font-size: 26px;
      margin: 0; }
      .newArrival .securtyDesc ul li {
        padding: 5px 0;
        margin-bottom: 10px;
        position: relative;
        padding-left: 40px; }
        .newArrival .securtyDesc ul li::before {
          content: "\f178";
          font-family: FontAwesome;
          color: #373737;
          position: absolute;
          left: 0;
          top: 2px;
          display: inline-block; }
    .newArrival .securtyDesc a.gotoNewArrival {
      background: #01abdd;
      background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee);
      width: 250px;
      height: 60px;
      line-height: 62px;
      padding: 0 40px;
      font-weight: 700;
      font-size: 18px;
      color: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 50px;
      text-align: center;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
      margin: 46px 0px 0px 0px; }
      .newArrival .securtyDesc a.gotoNewArrival i {
        margin-right: 10px;
        font-size: 20px;
        display: inline-block;
        margin-top: 3px; }

.productSection .productDesc .prod-name h3 a span small {
  font-size: 18px;
  color: #01abdd; }

.productAccessories .productDesc h3 a span small {
  font-size: 18px;
  color: #01abdd; }

.productViewBlock .productDesc h3 a span small {
  font-size: 18px;
  color: #01abdd; }

main.body .login {
  max-width: 100%; }

.form-actions .button {
  background-color: #029fe2;
  border-radius: 50px;
  border: none;
  color: #ffffff !important;
  font-family: Roboto, sans-serif;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 54px;
  line-height: 54px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer; }

/*************/
input.form-control::-webkit-input-placeholder {
  color: #000000; }

input.form-control::-moz-placeholder {
  color: #000000; }

input.form-control:-ms-input-placeholder {
  color: #000000; }

.registration-page-cover {
  width: 100%;
  height: 600px;
  display: block;
  margin: 0px auto;
  background-image: url("../images/registration-page-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 65px; }

.registration-column-scetion {
  max-width: 790px;
  width: 92%;
  margin: 0px auto;
  display: block;
  background-color: #ffffff;
  border-radius: 50px;
  text-align: center;
  padding: 52px 30px 58px; }
  .registration-column-scetion h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 58px;
    color: #050505;
    font-style: italic;
    display: block;
    margin-bottom: 2px; }
  .registration-column-scetion h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 56px;
    color: #029fe2;
    font-style: italic;
    display: block; }
  .registration-column-scetion .form-group {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 42px auto 0px; }
    .registration-column-scetion .form-group input {
      width: 100%;
      height: 64px;
      border-radius: 100px;
      margin-bottom: 20px;
      background-color: #ffffff;
      border: 2px solid #029fe2;
      box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
      font-size: 16px;
      font-weight: 600;
      padding: 10px 25px;
      color: #000000; }
    .registration-column-scetion .form-group span {
      font-size: 18px;
      color: #000000;
      display: block; }
      .registration-column-scetion .form-group span a {
        color: #000000;
        text-decoration: underline; }

button.registerlogin-cta {
  width: 100%;
  background: #01abdd;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee);
  padding: 24px 26px 20px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  margin: 35px auto 22px;
  border: 0px;
  text-transform: uppercase;
  display: block; }

.welcome-zuum-container {
  max-width: 1240px;
  width: 92%;
  margin: 0px auto;
  display: block;
  text-align: center;
  padding: 120px 0px 100px; }
  .welcome-zuum-container h1 {
    font-family: "Oswald", sans-serif;
    font-size: 92px;
    color: #050505;
    font-style: italic;
    display: block;
    margin-bottom: 32px; }
    .welcome-zuum-container h1 main {
      font-weight: 600;
      display: inline-block; }
  .welcome-zuum-container p {
    font-size: 22px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    margin-bottom: 26px; }
    .welcome-zuum-container p:last-child {
      margin-bottom: 0px; }

.registration-form-bg-cover {
  width: 100%;
  display: block;
  margin: 0px auto;
  background-image: url("../images/registration-form-wavebg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  padding: 120px 0px 90px; }

.registerlogin-form-container {
  max-width: 1100px;
  width: 92%;
  margin: 60px auto 0px;
  display: block; }
  .registerlogin-form-container .col-12 .row {
    margin-bottom: 50px; }
  .registerlogin-form-container input.form-control {
    width: 100%;
    height: 66px !important;
    border: 0px;
    border-radius: 100px;
    background-color: #ffffff;
    box-shadow: 0px 24px 22px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    color: #000000; }
  .registerlogin-form-container select.form-control {
    width: 100%;
    height: 66px !important;
    border: 0px;
    border-radius: 100px;
    background-color: #ffffff;
    box-shadow: 0px 24px 22px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    color: #000000; }
  .registerlogin-form-container textarea.form-control {
    width: 100%;
    height: 66px !important;
    border: 0px;
    border-radius: 100px;
    background-color: #ffffff;
    box-shadow: 0px 24px 22px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    color: #000000;
    height: auto !important;
    border-radius: 25px; }

.register-heading {
  display: block;
  margin: 0px auto;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 92px;
  color: #050505;
  font-style: italic; }
  .register-heading main {
    display: inline-block;
    font-weight: 600; }

.register-formcta-info {
  margin: 75px auto 0px; }
  .register-formcta-info button.registerlogin-cta {
    font-size: 36px; }
  .register-formcta-info div {
    width: 100%; }
  .register-formcta-info span {
    width: 100%;
    font-size: 18px;
    color: #000000;
    display: block; }
    .register-formcta-info span a {
      color: #000000;
      text-decoration: underline; }

header .navigation .sidenav .logo a.close-drawer.toggle {
  display: none; }

@media all and (max-width: 767px) {
  .registration-page-cover {
    height: auto;
    padding-top: 32px; }
  .registration-column-scetion {
    padding: 26px 20px 48px; }
    .registration-column-scetion h2 {
      font-size: 32px;
      margin-bottom: 4px; }
    .registration-column-scetion h3 {
      font-weight: 600;
      font-size: 34px; }
    .registration-column-scetion .form-group {
      margin: 32px auto 0px; }
      .registration-column-scetion .form-group input {
        height: 62px;
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: 600;
        padding: 9px 22px 11px; }
  button.registerlogin-cta {
    margin: 26px auto 20px; }
  .welcome-zuum-container {
    padding: 50px 0px 0px; }
    .welcome-zuum-container h1 {
      font-size: 44px;
      margin-bottom: 22px; }
    .welcome-zuum-container p {
      font-size: 19px;
      margin-bottom: 18px; }
  .register-heading {
    font-size: 44px; }
  .registration-form-bg-cover {
    padding: 95px 0px 60px; }
  .registerlogin-form-container {
    margin: 38px auto 0px;
    width: 100%; }
    .registerlogin-form-container .col-12 .row {
      margin-bottom: 0px;
      flex-direction: column; }
      .registerlogin-form-container .col-12 .row .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px; }
      .registerlogin-form-container .col-12 .row .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px; }
      .registerlogin-form-container .col-12 .row .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px; }
      .registerlogin-form-container .col-12 .row .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px; }
    .registerlogin-form-container input.form-control {
      font-size: 15px;
      padding: 10px 20px; }
    .registerlogin-form-container select.form-control {
      font-size: 15px;
      padding: 10px 20px; }
    .registerlogin-form-container textarea.form-control {
      font-size: 15px;
      padding: 10px 20px;
      margin-bottom: 25px; }
  .register-formcta-info {
    margin: 15px auto 0px; }
    .register-formcta-info button.registerlogin-cta {
      font-size: 26px; }
  header .navigation .humbergMenu a.toggle:before {
    top: 6px; }
  header .navigation .humbergMenu a.toggle span {
    margin-right: 5px; }
    header .navigation .humbergMenu a.toggle span:before {
      top: 2px; }
  header .navigation .humbergMenu a {
    font-size: 16px; }
  .logo {
    max-width: 100px;
    margin-left: -48px; }
  .mainHeroSection {
    padding: 25px 0 140px !important;
    /* background-position: 50% !important; */
    background-size: 500%;
    background-position-y: bottom !important;
    background-position-x: 65% !important; }
    .mainHeroSection .mainHeroSection .heroDesc h1 {
      font-size: 52px !important;
      line-height: 56px; }
    .mainHeroSection .heroDesc {
      margin-bottom: 30px; }
  .main .homeCategorySection {
    padding: 30px 0 10px; }
  .main .productShop {
    padding: 35px 0 0px; }
  .productShop .container {
    padding: 0px; }
  .featureProduct {
    padding: 80px 0 40px; }
    .featureProduct:before {
      height: 65px; }
  footer .topBar {
    padding: 40px 0px; }
    footer .topBar .menu {
      text-align: left;
      border-bottom: 1px solid #000000;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      padding-bottom: 15px;
      margin-bottom: 25px; }
      footer .topBar .menu .form {
        margin-bottom: 32px; }
    footer .topBar .container {
      padding: 0px; }
      footer .topBar .container .col-md-8 {
        padding: 0px; }
    footer .topBar .col-md-8 .menu h4 {
      position: relative; }
      footer .topBar .col-md-8 .menu h4::after {
        content: "\f00c";
        font-family: "Font Awesome 6 Free";
        position: absolute;
        right: 0;
        top: 2px;
        font-size: 22px; }
    footer .topBar .col-md-4 {
      padding-right: 15px;
      padding-left: 15px; }
      footer .topBar .col-md-4 .menu {
        border-bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px; }
        footer .topBar .col-md-4 .menu h4 {
          text-align: center; }
        footer .topBar .col-md-4 .menu .followUs {
          text-align: center; }
          footer .topBar .col-md-4 .menu .followUs a {
            margin-right: 0;
            margin: 0px 10px; }
  header .navigation .sidenav .logo {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between; }
    header .navigation .sidenav .logo a.close-drawer.toggle {
      display: inline-block;
      width: 25px;
      margin: 0;
      border: 0; }
  .newArrival {
    background-position: 0%;
    padding: 130px 0px 62px; }
    .newArrival .secureHeading {
      margin-bottom: 30px; }
      .newArrival .secureHeading img {
        display: none; }
    .newArrival .securtyDesc {
      margin-left: 0; }
      .newArrival .securtyDesc h2 {
        font-size: 42px;
        color: #ffffff; }
      .newArrival .securtyDesc ul {
        font-size: 20px; }
        .newArrival .securtyDesc ul li {
          padding-left: 30px; }
          .newArrival .securtyDesc ul li::before {
            color: #ffffff;
            top: 7px; }
      .newArrival .securtyDesc a.gotoNewArrival {
        background: #000000;
        background-image: none; }
  footer .topBar .menu ul {
    margin-bottom: 0px; }
  .productView__topRight {
    padding-top: 0px; }
    .productView__topRight .productView-title {
      line-height: normal; }
  .productView-details {
    margin-top: 0px; }
  .breadcrumbs {
    padding: 20px 0 20px;
    background-size: inherit;
    background-position: 0% 50%; }
    .breadcrumbs ul li {
      padding-top: 0px;
      padding-right: 15px;
      margin-right: 10px; }
      .breadcrumbs ul li a {
        font-size: 14px; }
  header .navigation .sidenav .logo a.close-drawer.toggle {
    display: block; }
  .haloSubCategories .haloSubCategories__carousel.slick-slider .slick-next {
    right: 20px !important; }
  .haloSubCategories .haloSubCategories__carousel.slick-slider .slick-prev {
    left: 20px !important; }
  .slick-next {
    width: 28px;
    height: 28px; }
    .slick-next:before {
      font-size: 18px;
      line-height: 24px; }
  .slick-prev {
    width: 28px;
    height: 28px; }
    .slick-prev:before {
      font-size: 18px;
      line-height: 24px; }
  #product-listing-container .productGrid[data-column="4"] .product .productDesc {
    max-width: 100%;
    width: 92%; }
  .banners .banner .custom-banner {
    height: 14rem; } }

@media all and (max-width: 520px) {
  .mainHeroSection {
    padding: 25px 0 100px !important;
    /* background-position: 65% !important; */
    background-size: cover;
    background-position-y: bottom !important;
    background-position-x: 65% !important; } }

.haloSubCategories .haloSubCategories__carousel.slick-slider .slick-next {
  right: -30px; }

.haloSubCategories .haloSubCategories__carousel.slick-slider .slick-prev {
  left: -30px; }

.slick-next:hover::before {
  color: #029fe2 !important; }

.slick-prev:hover::before {
  color: #029fe2 !important; }

button.btnSubmit i {
  margin-right: 8px; }

.card-title.card-ellipsis > a {
  margin-bottom: 8px; }

.productSection .productDesc {
  height: 490px; }
  .productSection .productDesc .prod-name h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical; }

.featureProduct .productDesc {
  height: 550px; }
  .featureProduct .productDesc h3 {
    margin: 0 0 0px; }

.productAccessories {
  padding: 60px 0px 60px; }
  .productAccessories .productDesc {
    height: 550px; }
    .productAccessories .productDesc h3 {
      margin: 0 0 0px; }
      .productAccessories .productDesc h3 a {
        margin-bottom: 10px; }

.productViewBlock {
  margin-bottom: 0px;
  padding: 100px 0px 0px; }
  .productViewBlock .productDesc {
    height: 550px; }
    .productViewBlock .productDesc h3 {
      margin: 0 0 0px; }
      .productViewBlock .productDesc h3 a {
        margin-bottom: 10px; }

.category-featured-section .featureProduct {
  padding: 72px 0 40px; }

.featureProduct .productDesc {
  height: auto !important; }
  .featureProduct .productDesc h3 a {
    line-height: 22px; }

.productSection .productDesc {
  height: auto !important; }
  .productSection .productDesc .prod-name {
    min-height: 110px !important; }
    .productSection .productDesc .prod-name h3 a {
      line-height: 22px; }

.prod-name {
  min-height: 110px !important; }

.productAccessories .productDesc {
  height: auto !important;
  position: relative; }
  .productAccessories .productDesc .productImg {
    height: 220px; }
    .productAccessories .productDesc .productImg img {
      height: 100%; }
  .productAccessories .productDesc h3 a {
    line-height: 22px; }

.slick-disabled {
  opacity: 1; }

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

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

.productViewBlock .productDesc {
  position: relative;
  height: auto; }
  .productViewBlock .productDesc .productImg {
    /* height: 220px;*/ }
    .productViewBlock .productDesc .productImg img {
      /*  height: 100%;*/
      object-fit: cover;
      object-position: center; }
  .productViewBlock .productDesc h3 a {
    line-height: 22px; }

.stepHeader-figure {
  border-bottom: 2px solid #469ddc; }
  .stepHeader-figure .stepHeader-counter {
    background-color: #469ddc;
    color: #fff; }
    .stepHeader-figure .stepHeader-counter:before {
      color: #fff; }
  .stepHeader-figure:before {
    border-bottom: 50px solid #469ddc; }
  .stepHeader-figure:after {
    border-top: 50px solid #469ddc; }

.slick-next:before {
  color: #01abdd; }

.slick-prev:before {
  color: #01abdd; }

/****Checkout Steps NEW CSS***********/
.checkout-steps .form-body {
  border: none;
  padding: 0; }
  .checkout-steps .form-body .form-field .dropdownTrigger .button:active,
  .checkout-steps .form-body .form-field .dropdownTrigger .button:focus {
    background-color: #fff;
    border: 1px solid #5f5f5f; }

.checkout-steps .dropdown--select .dropdownMenu .dropdown-menu {
  max-width: none; }

.checkout-steps .dropdown-toggle--select:focus,
.checkout-steps .dropdown-toggle--select:hover {
  background-color: #fff;
  border: 1px solid #5f5f5f; }

.checkout-steps .stepHeader {
  padding: 0; }

.checkout-steps .stepHeader-figure {
  border-bottom: 2px solid #029fe2; }
  .checkout-steps .stepHeader-figure::before {
    border-bottom: 50px solid #029fe2; }
  .checkout-steps .stepHeader-figure::after {
    border-top: 50px solid #029fe2; }
  .checkout-steps .stepHeader-figure .stepHeader-counter {
    position: relative;
    background-color: #029fe2; }
    .checkout-steps .stepHeader-figure .stepHeader-counter svg {
      display: none; }
    .checkout-steps .stepHeader-figure .stepHeader-counter.stepHeader-counter--complete svg {
      display: inline-block;
      font-size: 30px;
      fill: #fff;
      width: 32px;
      position: absolute;
      left: 0;
      top: 0;
      padding: 0; }

.checkout-steps .checkout-view-content {
  padding: 0 40px !important; }
  .checkout-steps .checkout-view-content input.form-input,
  .checkout-steps .checkout-view-content select.form-select {
    border: none;
    background: transparent;
    border-radius: 30px;
    font-size: 18px;
    color: #000000;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15);
    width: 100%;
    text-align: left; }
  @media all and (max-width: 767px) {
    .checkout-steps .checkout-view-content {
      padding: 0 20px !important; }
      .checkout-steps .checkout-view-content .customerEmail-body {
        margin-bottom: 20px; } }

.optimizedCheckout-orderSummary .cart-header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 4px 4px 0 0;
  margin-bottom: -1px; }

/****CART NEW CSS***********/
#you-cart {
  max-width: 1500px;
  padding: 0 15px; }
  #you-cart .cart-notification {
    background: #029fe2;
    color: #ffffff;
    border-radius: 16px;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-family: "Roboto", sans-serif; }
  #you-cart table.cart .cart-header {
    background: #ffffff;
    border-radius: 0; }
    #you-cart table.cart .cart-header .cart-header-item {
      font-size: 18px;
      color: #4d4d4d;
      padding: 12px 15px;
      font-weight: normal; }
      #you-cart table.cart .cart-header .cart-header-item.cart-header-items {
        width: 50%;
        text-align: left; }
      #you-cart table.cart .cart-header .cart-header-item.cart-header-price {
        width: 15%;
        text-align: center; }
      #you-cart table.cart .cart-header .cart-header-item.cart-header-quantity {
        width: 15%;
        text-align: center; }
      #you-cart table.cart .cart-header .cart-header-item.cart-header-total {
        width: 15%;
        text-align: left; }
      #you-cart table.cart .cart-header .cart-header-item.cart-header-remove {
        width: 5%;
        text-indent: -9999px; }
  #you-cart table.cart tbody .cart-item {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0; }
    #you-cart table.cart tbody .cart-item td {
      padding: 12px 15px 20px;
      font-size: 18px;
      color: #029fe2;
      vertical-align: middle; }
      #you-cart table.cart tbody .cart-item td .cart-item-image {
        max-width: 80px;
        height: auto; }
      #you-cart table.cart tbody .cart-item td a {
        font-size: 18px; }
      #you-cart table.cart tbody .cart-item td.cart-item-figure {
        width: 8%;
        text-align: left; }
      #you-cart table.cart tbody .cart-item td.cart-item-title {
        width: 42%;
        text-align: left; }
      #you-cart table.cart tbody .cart-item td.cart-item-price {
        width: 15%;
        text-align: center; }
      #you-cart table.cart tbody .cart-item td.cart-item-quantity {
        width: 15%;
        text-align: center; }
        #you-cart table.cart tbody .cart-item td.cart-item-quantity .form-increment {
          display: block;
          margin: 0;
          max-width: 300px; }
        #you-cart table.cart tbody .cart-item td.cart-item-quantity .form-input--incrementTotal {
          border: none;
          background: transparent;
          border-radius: 30px;
          font-size: 18px;
          color: #000000;
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15);
          width: 100%;
          text-align: center; }
      #you-cart table.cart tbody .cart-item td.cart-item-total {
        width: 15%;
        text-align: left; }
      #you-cart table.cart tbody .cart-item td.cart-item-remove {
        width: 5%;
        text-align: center; }
        #you-cart table.cart tbody .cart-item td.cart-item-remove.cart-remove {
          margin: 0; }
  #you-cart .cart-totals .cart-total .estimator-form dl dt {
    display: none; }
  #you-cart .cart-totals .cart-total .select-shipping-quote.button {
    border: none;
    height: 54px;
    line-height: 54px;
    padding: 0 46px;
    border-radius: 30px;
    text-transform: capitalize;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: #01abdd;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto;
    width: 90%;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15); }
  #you-cart .cart-totals .cart-total dl dd {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
    #you-cart .cart-totals .cart-total dl dd select.form-select,
    #you-cart .cart-totals .cart-total dl dd input.form-input {
      border: none;
      background: transparent;
      border-radius: 30px;
      font-size: 18px;
      color: #000000;
      box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15);
      width: 100%;
      text-align: left; }
    #you-cart .cart-totals .cart-total dl dd .form-inlineMessage {
      font-size: 14px;
      text-align: center;
      font-style: italic; }
  #you-cart .cart-totals .cart-total dl button {
    border: none;
    height: 54px;
    line-height: 54px;
    padding: 0 46px;
    border-radius: 30px;
    text-transform: capitalize;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: #01abdd;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto;
    width: 90%;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15); }
  #you-cart .cart-totals .cart-total .coupon-code form,
  #you-cart .cart-totals .cart-total .gift-certificate-code form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 25px; }
    #you-cart .cart-totals .cart-total .coupon-code form label,
    #you-cart .cart-totals .cart-total .gift-certificate-code form label {
      display: none; }
    #you-cart .cart-totals .cart-total .coupon-code form input.form-input,
    #you-cart .cart-totals .cart-total .gift-certificate-code form input.form-input {
      border: none;
      background: transparent;
      border-radius: 30px;
      font-size: 18px;
      color: #000000;
      box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15);
      width: 62%;
      text-align: left; }
    #you-cart .cart-totals .cart-total .coupon-code form input.button,
    #you-cart .cart-totals .cart-total .gift-certificate-code form input.button {
      border: none;
      height: 54px;
      line-height: 54px;
      padding: 0 0px;
      border-radius: 30px;
      font-family: Roboto, sans-serif;
      text-transform: capitalize;
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      color: #ffffff;
      background: #01abdd;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0x;
      width: 32%;
      box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15); }
  @media all and (max-width: 1199px) {
    #you-cart .cart-header {
      display: block; }
    #you-cart .cart-item td.cart-item-block {
      float: none;
      margin: 0; }
      #you-cart .cart-item td.cart-item-block.cart-item-title {
        display: inherit;
        width: 40% !important; }
      #you-cart .cart-item td.cart-item-block.cart-item-total {
        width: 14% !important; } }
  @media all and (max-width: 1024px) {
    #you-cart .cartContent--right {
      max-width: 100%;
      padding-left: 0;
      margin-right: auto; } }
  @media all and (max-width: 767px) {
    #you-cart .cart-header {
      display: none; }
    #you-cart .cart-item td.cart-item-block {
      float: none;
      margin: 0; }
      #you-cart .cart-item td.cart-item-block.cart-item-title {
        display: inherit;
        width: 40% !important; }
      #you-cart .cart-item td.cart-item-block.cart-item-figure {
        width: 20% !important;
        text-align: left;
        float: left; }
      #you-cart .cart-item td.cart-item-block.cart-item-title {
        width: 80% !important;
        text-align: left;
        display: block;
        margin-top: 10px;
        min-height: 100px; }
      #you-cart .cart-item td.cart-item-block.cart-item-price {
        width: 30% !important;
        text-align: left !important;
        float: left; }
      #you-cart .cart-item td.cart-item-block.cart-item-quantity {
        width: 30% !important;
        text-align: center;
        float: left; }
        #you-cart .cart-item td.cart-item-block.cart-item-quantity .form-increment {
          position: relative;
          top: -7px; }
      #you-cart .cart-item td.cart-item-block.cart-item-total {
        width: 30% !important;
        text-align: center !important;
        float: left; } }

@media all and (max-width: 550px) {
  .cart-item-label {
    display: block; }
  .form-increment {
    position: relative;
    top: 0 !important; } }

.haloRecommendedBlock .haloRecommendedBlock__carousel .slick-list .slick-track {
  display: flex;
  margin: 0; }

.haloRecommendedBlock .haloRecommendedBlock__carousel .slick-prev {
  left: -50px; }

.haloRecommendedBlock .haloRecommendedBlock__carousel .slick-next {
  right: -50px; }

.logo a {
  display: inline-block; }
  .logo a .company-logo {
    width: 140px; }

.form-actions .button {
  font-family: Roboto, sans-serif;
  font-style: normal; }

.button--primary {
  font-family: Roboto, sans-serif;
  font-style: normal; }

.cart-actions .button.button--primary {
  font-family: Roboto, sans-serif;
  font-style: normal; }

.cart-actions .button.button--tertiary {
  background-color: #029fe2;
  border-radius: 50px;
  border: none;
  color: #ffffff !important;
  font-family: Roboto, sans-serif;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 54px;
  line-height: 54px;
  padding: 0 26px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .cart-actions .button.button--tertiary .icon {
    margin-left: 8px; }

.customerView-actions .button {
  background-color: #029fe2;
  border-radius: 50px;
  border: none;
  color: #ffffff !important;
  font-family: Roboto, sans-serif;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 54px;
  line-height: 54px;
  padding: 0 46px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.featureProduct .productDesc .productImg {
  height: 220px;
  align-items: center;
  display: flex; }

.dropdown--quickSearch {
  max-height: 80vh; }
  @media all and (max-width: 600px) {
    .dropdown--quickSearch .quickSearchResults .productGrid .product {
      width: 100%;
      padding-bottom: 15px; } }
  .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc {
    border: 4px solid transparent;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 12px -2px #969696;
    padding: 20px;
    max-width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc:hover {
      border: 4px solid #029fe2;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer; }
      .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc:hover .price span {
        color: #029fe2; }
    .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc h3 {
      font-size: 18px;
      font-weight: bold;
      color: #050505;
      margin: 0 0 20px; }
      .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc h3 a {
        color: #050505;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold; }
        .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc h3 a span {
          background: none; }
    .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc .model {
      font-size: 16px;
      line-height: 24px;
      color: #606060;
      margin: 0 0 30px;
      font-weight: normal; }
      .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc .model strong {
        font-weight: 700;
        color: #029fe2; }
    .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc .price {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      line-height: 24px;
      color: #666666;
      font-weight: normal; }
      .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc .price span {
        font-weight: 700;
        color: #000000; }
    .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc .shopNow {
      margin-top: 20px;
      width: 100%;
      height: 54px;
      line-height: 54px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 700;
      text-align: left;
      color: #029fe2;
      background: transparent;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      display: flex;
      justify-content: center;
      align-items: center; }
      .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc .shopNow i {
        margin-right: 10px; }
    .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc:hover .shopNow {
      width: 100%;
      height: 54px;
      line-height: 54px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      color: #ffffff;
      justify-content: center;
      background: #029fe2;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc:hover .shopNow .fa-angle-right:after {
        background: #ffffff; }
    .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc .newTag {
      background: #029fe2;
      position: absolute;
      top: 30px;
      left: 30px;
      padding: 5px 14px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 900;
      font-size: 13px;
      z-index: 1;
      border-radius: 15px; }
    .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc .productImg {
      margin-bottom: 35px; }
    @media all and (max-width: 600px) {
      .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 15px; }
        .dropdown--quickSearch .quickSearchResults .productGrid .product .productDesc .newTag {
          top: 15px;
          left: 15px; } }
  .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc {
    border: 4px solid transparent;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 12px -2px #969696;
    padding: 20px;
    max-width: 100%;
    margin-bottom: 30px;
    transition: all 0.3s; }
    .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc:hover {
      border: 4px solid #029fe2;
      transition: all 0.3s;
      cursor: pointer; }
      .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc:hover .price span {
        color: #029fe2; }
    .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc h3 {
      font-size: 18px;
      font-weight: bold;
      color: #050505;
      margin: 0 0 20px; }
      .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc h3 a {
        color: #050505;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold; }
        .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc h3 a span {
          background: none; }
    .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc .model {
      font-size: 16px;
      line-height: 24px;
      color: #606060;
      margin: 0 0 30px;
      font-weight: normal; }
      .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc .model strong {
        font-weight: 700;
        color: #029fe2; }
    .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc .price {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      line-height: 24px;
      color: #666666;
      font-weight: normal; }
      .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc .price span {
        font-weight: 700;
        color: #000000; }
    .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc .shopNow {
      margin-top: 20px;
      width: 100%;
      height: 54px;
      line-height: 54px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 700;
      text-align: left;
      color: #029fe2;
      background: transparent;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      display: flex;
      justify-content: center;
      align-items: center; }
      .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc .shopNow i {
        margin-right: 10px; }
    .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc:hover .shopNow {
      width: 100%;
      height: 54px;
      line-height: 54px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      color: #ffffff;
      justify-content: center;
      background: #029fe2;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc:hover .shopNow .fa-angle-right:after {
        background: #ffffff; }
    .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc .newTag {
      background: #029fe2;
      position: absolute;
      top: 30px;
      left: 30px;
      padding: 5px 14px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 900;
      font-size: 13px;
      z-index: 1;
      border-radius: 15px; }
    .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc .productImg {
      margin-bottom: 35px; }
    @media all and (max-width: 600px) {
      .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 15px; }
        .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc .newTag {
          top: 15px;
          left: 15px; } }
  .dropdown--quickSearch .quickSearch-form form .form-fieldset .form-field .form-input {
    border: none !important;
    background: 0 0;
    border-radius: 30px;
    font-size: 18px !important;
    color: #000 !important;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15);
    text-align: left !important;
    background-color: #fff !important;
    margin: 0;
    max-width: 100% !important; }

.quickSearch-recommended .topSearches-list li a {
  font-weight: 700;
  font-size: 17px;
  color: #fff !important;
  background: #029fe2;
  align-items: center;
  border-radius: 30px;
  border: none;
  text-align: center;
  line-height: 16.5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
  .quickSearch-recommended .topSearches-list li a svg {
    fill: #fff; }

div.slick-slider {
  min-width: 92%;
  display: block;
  margin-right: auto;
  margin-left: auto; }

@media all and (max-width: 767px) {
  .haloRecommendedBlock .haloRecommendedBlock__carousel .slick-next {
    right: 0;
    top: 50%; }
  .haloRecommendedBlock .haloRecommendedBlock__carousel .slick-prev {
    left: 0;
    top: 50%; }
  .checkout-view-header .stepHeader-body {
    margin-left: 0; }
    .checkout-view-header .stepHeader-body .customerView {
      align-items: center; } }

@-webkit-keyframes gradientRotate {
  0% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 0%; } }

@-moz-keyframes gradientRotate {
  0% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 0%; } }

@-ms-keyframes gradientRotate {
  0% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 0%; } }

@-o-keyframes gradientRotate {
  0% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 0%; } }

@keyframes gradientRotate {
  0% {
    background-position: 100% 100%; }
  100% {
    background-position: 0% 0%; } }

a.btnAll {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background; }
  a.btnAll:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    color: "#fff";
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }
  a.btnAll:active {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    color: "#fff";
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }
  a.btnAll:focus {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    color: "#fff";
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

.productShop .zuumShop .desc .btnShop {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background; }
  .productShop .zuumShop .desc .btnShop:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }
  .productShop .zuumShop .desc .btnShop:active {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }
  .productShop .zuumShop .desc .btnShop:focus {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

.category-top-filter .accordion .accordion-block .accordion-navigation {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background; }
  .category-top-filter .accordion .accordion-block .accordion-navigation:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

@media (min-width: 1024px) {
  .category-top-filter .accordion .accordion-block:hover > .accordion-content {
    display: block !important;
    display: block;
    position: absolute;
    z-index: 10;
    background: #fff;
    padding: 10px;
    box-shadow: 0 5px 10px 2px #ccc;
    border-radius: 5px;
    min-width: 150px; }
    .category-top-filter .accordion .accordion-block:hover > .accordion-content a {
      text-align: left;
      display: block;
      font-size: 14px !important;
      font-weight: normal; } }

.accordion-clear-all {
  display: inline-block;
  color: #0090e5;
  font-weight: 600;
  background-color: #fff;
  background-size: 300% 100%;
  background-position: 0% 0%;
  padding: 10px 30px;
  border-radius: 25px !important;
  border: 3px solid;
  width: 130px;
  border-color: #0090e5;
  align-content: center;
  align-items: center;
  align-self: center;
  text-align: center;
  transition: none; }
  .accordion-clear-all:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    animation: gradientRotate 2.8s linear infinite;
    color: #fff;
    transition: none;
    border: 3px solid transparent; }

.featureProduct .productDesc:hover .shopNow {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  -webkit-animation: gradientRotate 2.8s linear infinite;
  -moz-animation: gradientRotate 2.8s linear infinite;
  -ms-animation: gradientRotate 2.8s linear infinite;
  -o-animation: gradientRotate 2.8s linear infinite;
  animation: gradientRotate 2.8s linear infinite; }

.productSection .productDesc:hover .shopNow {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  -webkit-animation: gradientRotate 2.8s linear infinite;
  -moz-animation: gradientRotate 2.8s linear infinite;
  -ms-animation: gradientRotate 2.8s linear infinite;
  -o-animation: gradientRotate 2.8s linear infinite;
  animation: gradientRotate 2.8s linear infinite; }

.productAccessories .productDesc:hover .shopNow {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  -webkit-animation: gradientRotate 2.8s linear infinite;
  -moz-animation: gradientRotate 2.8s linear infinite;
  -ms-animation: gradientRotate 2.8s linear infinite;
  -o-animation: gradientRotate 2.8s linear infinite;
  animation: gradientRotate 2.8s linear infinite; }

.productViewBlock .productDesc:hover .shopNow {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  -webkit-animation: gradientRotate 2.8s linear infinite;
  -moz-animation: gradientRotate 2.8s linear infinite;
  -ms-animation: gradientRotate 2.8s linear infinite;
  -o-animation: gradientRotate 2.8s linear infinite;
  animation: gradientRotate 2.8s linear infinite; }

.newArrival .securtyDesc a.gotoNewArrival {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background; }
  .newArrival .securtyDesc a.gotoNewArrival:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

.sticky-add-to-cart .form-action .button {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background; }
  .sticky-add-to-cart .form-action .button:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

.button--primary {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background; }
  .button--primary:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

.button--action {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background; }
  .button--action:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

button.btnSubmit {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background; }
  button.btnSubmit:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

.customerView-actions .button {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background; }
  .customerView-actions .button:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

.form-actions .button {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background;
  border: 0; }
  .form-actions .button:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

.cart-actions .button {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background;
  border: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  border-radius: 50px;
  text-transform: capitalize; }
  .cart-actions .button svg {
    fill: #fff; }
  .cart-actions .button:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }
  .cart-actions .button:active {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }
  .cart-actions .button:focus {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

.category__showMoreBtn .button {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background; }
  .category__showMoreBtn .button:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

.category__showMoreBtn .button {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  font-family: "Roboto", sans-serif;
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background; }
  .category__showMoreBtn .button:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

#you-cart .cart-totals .cart-total .select-shipping-quote.button {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background; }
  #you-cart .cart-totals .cart-total .select-shipping-quote.button:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

#you-cart .cart-totals .cart-total dl button {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background; }
  #you-cart .cart-totals .cart-total dl button:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

#you-cart .cart-totals .cart-total .coupon-code form input.button,
#you-cart .cart-totals .cart-total .gift-certificate-code form input.button {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background; }
  #you-cart .cart-totals .cart-total .coupon-code form input.button:hover,
  #you-cart .cart-totals .cart-total .gift-certificate-code form input.button:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

.quickSearch-recommended .topSearches-list li a {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background; }
  .quickSearch-recommended .topSearches-list li a:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    -webkit-animation: gradientRotate 2.8s linear infinite;
    -moz-animation: gradientRotate 2.8s linear infinite;
    -ms-animation: gradientRotate 2.8s linear infinite;
    -o-animation: gradientRotate 2.8s linear infinite;
    animation: gradientRotate 2.8s linear infinite; }

/***userAccount css start here*****/
.account--fixed {
  padding-bottom: 60px; }

#userAccount {
  max-width: 1280px;
  margin: 0 auto 60px;
  min-height: 400px;
  padding-bottom: 40px; }
  #userAccount .alertBox {
    background: #029fe2;
    color: #ffffff;
    border-radius: 16px;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center; }
  #userAccount .navBar ul {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    #userAccount .navBar ul li.navBar-item {
      background: none;
      border: none;
      box-shadow: none; }
      #userAccount .navBar ul li.navBar-item a, #userAccount .navBar ul li.navBar-item.is-active {
        font-family: "Roboto", sans-serif;
        background: transparent;
        background-image: none;
        border: 1px solid #00a1e6;
        color: #000000;
        height: 54px;
        line-height: 54px;
        padding: 0 0;
        border-radius: 30px;
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        transition: all 0.3s;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
        #userAccount .navBar ul li.navBar-item a:hover, #userAccount .navBar ul li.navBar-item.is-active:hover {
          background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
          background-size: 300% 100%;
          background-position: 0 0;
          animation: gradientRotate 2.8s linear infinite;
          border: none;
          color: #ffffff;
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15); }
        #userAccount .navBar ul li.navBar-item a.is-active, #userAccount .navBar ul li.navBar-item.is-active.is-active {
          background: #01abdd;
          background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee);
          border: none;
          color: #ffffff;
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15); }
  @media all and (max-width: 1200px) {
    #userAccount .navBar ul li.navBar-item a,
    #userAccount .navBar ul li.navBar-item.is-active {
      font-size: 16px; } }
  @media all and (max-width: 990px) {
    #userAccount .navBar ul li.navBar-item a,
    #userAccount .navBar ul li.navBar-item.is-active {
      font-size: 14px; } }
  #userAccount .productSection {
    background: none;
    padding: 0;
    position: relative; }
  #userAccount .form-fieldset .form-field select.form-select,
  #userAccount .form-fieldset .form-field input.form-input,
  #userAccount .form-fieldset .form-field input.form-control {
    border: none;
    background: transparent;
    border-radius: 30px;
    font-size: 18px;
    color: #000000;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15);
    width: 100%;
    text-align: left;
    height: 50px;
    padding: 15px 20px; }
  #userAccount .form-fieldset .form-field.form-field--success .form-input[type="text"] {
    background-image: url(../images/tick.svg);
    background-position: right 0.6875rem center;
    background-repeat: no-repeat;
    padding-right: 3rem;
    border: 1px solid #008a06; }
  @media all and (max-width: 990px) {
    #userAccount {
      margin: 30px 15px; } }
  @media all and (max-width: 800px) {
    #userAccount .page-heading {
      font-size: 24px;
      margin: 0 0 20px; }
    #userAccount .navBar {
      display: block; }
      #userAccount .navBar ul {
        flex-wrap: wrap;
        justify-content: center; }
        #userAccount .navBar ul li {
          width: 47%;
          margin: 0 5px 10px; } }

/***userAccount css end here*****/
body.is-side-block:after {
  position: fixed; }

.productView .productView__top {
  margin: 0 auto 25px; }
  .productView .productView__top .productView-images {
    margin: 0; }

.productView .productView-description {
  padding-top: 20px; }
  @media (max-width: 800px) {
    .productView .productView-description {
      padding-top: 40px; } }

.quickSearch-form {
  padding: 24px 15px;
  background-color: #efefef; }
  .quickSearch-form .modal-close {
    top: 35px;
    right: 20px; }
  .quickSearch-form .quickSearch-btn {
    height: 100%;
    padding: 12px;
    right: 10px; }

.dropdown--quickSearch .form {
  background-color: transparent; }

.dropdown--quickSearch .quickSearch-form form .form-fieldset .form-field .form-input {
  box-shadow: none !important;
  border: 1px solid #000000 !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
  padding: 15px 30px 15px; }

.dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc {
  margin-bottom: 10px;
  transition: all 0.3s;
  margin-top: 10px; }
  .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc .newTag {
    top: 8px;
    left: 8px; }
  .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc .productImg {
    margin-bottom: 15px;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
  .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc h3 {
    margin: 0 0 0px; }
    .dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc h3 a {
      line-height: 22px; }

.dropdown.dropdown--quickSearch .container .quickSearch-recommended {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }

.quickSearch-recommended .topSearches-title {
  margin: 0px 0px 20px 0px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  color: #050505;
  font-weight: 600;
  font-style: italic;
  text-align: left; }

.quickSearch-recommended .qsRecommended-products {
  width: 56%; }
  .quickSearch-recommended .qsRecommended-products .productCarousel {
    padding: 0px 20px; }
    .quickSearch-recommended .qsRecommended-products .productCarousel button.slick-prev {
      left: -25px; }
    .quickSearch-recommended .qsRecommended-products .productCarousel button.slick-next {
      right: -25px; }
    .quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide {
      width: 50%; }

.quickSearch-recommended .qsRecommended-topSearches {
  width: 40%;
  padding-left: 0; }

.quickSearch-recommended .topSearches-list {
  margin-top: 30px; }
  .quickSearch-recommended .topSearches-list li {
    margin: 0 12px 14px 0; }
    .quickSearch-recommended .topSearches-list li a {
      font-weight: 400;
      font-size: 16px;
      box-shadow: none; }

@media all and (max-width: 767px) {
  .quickSearch-recommended .qsRecommended-products {
    width: 100%; }
  .quickSearch-recommended .qsRecommended-topSearches {
    width: 100%; } }

.snize-ac-results .snize-label {
  font-family: Oswald, sans-serif !important;
  color: #050505 !important;
  font-weight: 600;
  font-style: italic;
  font-size: 22px !important;
  line-height: normal;
  text-transform: capitalize !important;
  margin-bottom: 6px !important;
  padding-bottom: 8px !important;
  border-bottom-color: rgba(0, 0, 0, 0.2) !important; }

.snize-ac-results .snize-view-all-link {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1) !important;
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background;
  border-radius: 100px !important; }
  .snize-ac-results .snize-view-all-link:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    animation: gradientRotate 2.8s linear infinite; }
  .snize-ac-results .snize-view-all-link:active {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    animation: gradientRotate 2.8s linear infinite; }
  .snize-ac-results .snize-view-all-link:focus {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0% 0%;
    animation: gradientRotate 2.8s linear infinite; }

.snize-ac-results .snize-thumbnail {
  height: 125px !important;
  text-align: center !important;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex; }

.snize-ac-results .snize-attribute {
  color: #000000 !important; }

.snize-ac-results .snize-sku {
  color: #000000 !important; }

.snize-ac-results .snize-price-list {
  font-weight: 700 !important;
  margin-top: 0 !important;
  color: #029fe2 !important; }

.snize-ac-results .snize-product:hover {
  border-radius: 8px !important;
  background-color: #ffffff; }

.snize-ac-results-multicolumn-list .snize-product {
  -ms-flex: 0 0 31.33% !important;
  flex: 0 0 31.33% !important;
  width: 31.33% !important;
  border: 2px solid #029fe2;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 #969696;
  padding: 10px;
  transition: all 0.3s;
  margin: 12px auto !important; }
  .snize-ac-results-multicolumn-list .snize-product a:hover {
    box-shadow: none;
    outline: none; }

.snize-ac-results-multicolumn-list .snize-title {
  margin-bottom: 6px !important;
  line-height: 15px !important;
  font-weight: 700;
  color: #050505 !important; }

.snize-ac-results-multicolumn-list .snize-description {
  font-size: 11px !important;
  line-height: 14px !important;
  color: #343434 !important;
  margin-bottom: 5px !important;
  font-weight: 500; }

.dropdown--quickSearch .qsRecommended-products .productCarousel .slick-list .slick-track .productCarousel-slide .productDesc:hover .shopNow {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  animation: gradientRotate 2.8s linear infinite; }

.snize-search-results#snize_results {
  max-width: 1500px;
  width: 100%;
  margin: 0px auto;
  display: block; }

div.snize-search-results#snize_results div.snize-main-panel-controls ul li a {
  font-family: Oswald, sans-serif;
  font-weight: 600 !important;
  font-size: 22px !important;
  font-style: italic;
  border-radius: 0; }

div.snize-search-results#snize_results div.snize-main-panel-controls ul li a.active span {
  color: #333; }

div.snize-search-results#snize_results a {
  border-radius: 5px; }

div.snize div.snize-search-results-header {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #029fe2 !important; }

div.snize div.snize-main-panel-view-mode a.snize-view-mode-icon.active {
  border-color: #029fe2 !important;
  background: #029fe2 !important; }

div.snize div.snize-product-filters-title {
  font-weight: 600 !important; }

div.snize .snize-filters-sidebar div.snize-product-filters-title {
  font-size: 18px !important;
  font-weight: 600 !important; }

div.snize .snize-filters-sidebar .snize-price-range-slider {
  padding-top: 30px;
  padding-bottom: 20px; }

div.snize .snize-price-range input.snize-price-range-input {
  height: 38px !important;
  font-size: 16px !important;
  border-radius: 5px !important; }

div.snize div.slider-container.snize-theme .back-bar .pointer {
  background: #029fe2 !important; }

div.snize div.slider-container.snize-theme .selected-bar {
  background-color: #029fe2 !important; }

div.snize div.snize-main-panel-dropdown a {
  border-color: #c1c1c1;
  padding: 8px 12px;
  height: 18px;
  font-size: 16px;
  border-radius: 1px;
  box-sizing: content-box !important; }

div.snize li.snize-filter-button:not(.snize-clear-all-button) {
  font-size: 14px !important;
  font-weight: 600; }

div.snize li.snize-filter-button.snize-clear-all-button {
  font-size: 14px !important;
  color: #029fe2 !important; }

div.snize ul.snize-product-filters-list li label > span {
  font-size: 14px !important; }

div.snize ul.snize-product-filters-list li .snize-filter-checkbox span {
  border-radius: 4px; }

div.snize ul.snize-product-filters-list li input[type="checkbox"]:checked + span {
  background: #029fe2 !important;
  border-color: #029fe2 !important; }

div.snize div.snize-filters-sidebar {
  margin-right: 50px; }

div.snize div.snize-search-results-main-content > div {
  width: 80% !important;
  float: right; }

#snize-search-results-grid-mode.snize-four-columns li.snize-product {
  margin: 0px 12px 30px;
  overflow: inherit;
  width: 23% !important; }

#snize-search-results-grid-mode li.snize-product .snize-view-link {
  border: 4px solid transparent;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px -2px #969696;
  padding: 12px 15px 18px !important;
  transition: all 0.3s; }
  #snize-search-results-grid-mode li.snize-product .snize-view-link:hover {
    border: 4px solid #029fe2;
    transition: all 0.3s;
    cursor: pointer; }

#snize-search-results-grid-mode li.snize-product span.snize-title {
  font-size: 16px !important;
  margin-bottom: 12px !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  height: 40px; }

#snize-search-results-grid-mode li.snize-product .snize-button {
  opacity: 1 !important;
  visibility: visible !important;
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1) !important;
  background-size: 300% 100% !important;
  background-position: 0% 0%;
  transition: 2.8s linear;
  transition-property: background;
  position: static;
  margin: 24px auto 0px !important;
  border-radius: 100px;
  text-transform: capitalize !important; }
  #snize-search-results-grid-mode li.snize-product .snize-button:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0 0;
    animation: gradientRotate 2.8s linear infinite; }
  #snize-search-results-grid-mode li.snize-product .snize-button:active {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0 0;
    animation: gradientRotate 2.8s linear infinite; }
  #snize-search-results-grid-mode li.snize-product .snize-button:focus {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0 0;
    animation: gradientRotate 2.8s linear infinite; }

#snize-search-results-grid-mode span.snize-thumbnail {
  height: 220px !important; }

#snize-search-results-grid-mode span.snize-overhidden {
  padding: 10px 0px; }

#snize-search-results-grid-mode span.snize-description {
  margin-bottom: 15px !important;
  font-size: 14px !important;
  color: #888 !important;
  line-height: 18px !important;
  height: 38px; }

#snize-search-results-grid-mode .snize-price-list {
  font-size: 18px !important;
  color: #00a0df !important;
  font-weight: 600 !important; }

#snize-search-results-list-mode li.snize-product {
  border-bottom: 0 !important;
  background-color: #fff !important;
  border-radius: 10px !important;
  box-shadow: 0 0 12px -2px #969696 !important;
  padding: 20px !important;
  max-width: 100% !important;
  margin-bottom: 30px !important;
  transition: all 0.3s;
  border: 4px solid transparent !important; }
  #snize-search-results-list-mode li.snize-product span.snize-title {
    font-size: 28px !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
    line-height: normal !important; }
  #snize-search-results-list-mode li.snize-product .snize-button {
    opacity: 1 !important;
    visibility: visible !important;
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1) !important;
    background-size: 300% 100% !important;
    background-position: 0 0;
    transition: 2.8s linear;
    transition-property: background;
    position: static;
    margin: 24px 0px 0px !important;
    border-radius: 100px;
    text-transform: capitalize !important;
    height: auto !important;
    line-height: normal !important;
    font-size: 18px !important;
    padding: 16px 95px !important; }
    #snize-search-results-list-mode li.snize-product .snize-button:hover {
      background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
      background-size: 300% 100%;
      background-position: 0 0;
      animation: gradientRotate 2.8s linear infinite; }
    #snize-search-results-list-mode li.snize-product .snize-button:active {
      background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
      background-size: 300% 100%;
      background-position: 0 0;
      animation: gradientRotate 2.8s linear infinite; }
    #snize-search-results-list-mode li.snize-product .snize-button:focus {
      background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
      background-size: 300% 100%;
      background-position: 0 0;
      animation: gradientRotate 2.8s linear infinite; }

#snize-search-results-list-mode span.snize-description {
  margin-bottom: 20px !important;
  font-size: 18px !important;
  color: #888 !important;
  line-height: normal !important;
  height: auto !important; }

#snize-search-results-list-mode .snize-price-list {
  font-size: 22px !important;
  color: #00a0df !important;
  font-weight: 600 !important; }

#recently_bought_list {
  display: none !important; }

.productView-details.product-options.prd_pending_app {
  display: none !important; }

.cat-banners-default {
  background: url(../img/home-hero-bg.svg) no-repeat bottom center;
  padding: 40px 15px;
  background-position: center;
  background-size: cover; }
  @media (min-width: 1201px) {
    .cat-banners-default {
      background-position: center bottom;
      background-size: cover;
      padding: 40px 160px 110px; } }
  .cat-banners-default h1 {
    max-width: 1480px;
    margin: 0;
    text-align: left; }
    @media (min-width: 8001px) {
      .cat-banners-default h1 {
        margin: 0 auto 60px; } }

.page {
  min-height: 300px;
  padding-bottom: 50px; }

.wh-msg {
  color: red;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 20px; }

.cart-notification.alertBox.alertBox--warning {
  display: none !important; }

div[data-content-region="header_bottom"] div,
.cat-after-title div {
  padding: 0 !important; }
  div[data-content-region="header_bottom"] div .short-banner-img.full,
  .cat-after-title div .short-banner-img.full {
    width: 100%;
    display: block;
    background: #e6e6e6;
    /*background: linear-gradient(90deg, #e6e6e6 0%, #e6e6e6 0%, #e5e5e5 29%, #e5e5e5 55%, #e6e6e6 100%);*/
    background: linear-gradient(90deg, #b5d3f2 0, #d0e5e6 0, #ebf6ff 29%, #f1f8fb 55%, #cde9f7 100%); }
    div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner,
    .cat-after-title div .short-banner-img.full .short-banner-img-inner {
      display: flex !important;
      flex-direction: row;
      max-width: 1450px;
      width: 100%;
      margin: 0px auto;
      padding-bottom: 15px !important;
      padding-top: 15px !important;
      display: flex !important;
      display: -webkit-flex !important;
      align-items: center;
      justify-content: space-between; }
      @media (min-width: 1024px) {
        div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner .banner-content-left-area,
        .cat-after-title div .short-banner-img.full .short-banner-img-inner .banner-content-left-area {
          padding-left: 30px !important; }
        div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner .banner-product-main-img,
        .cat-after-title div .short-banner-img.full .short-banner-img-inner .banner-product-main-img {
          padding-right: 30px !important; } }
      div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner img,
      .cat-after-title div .short-banner-img.full .short-banner-img-inner img {
        max-height: 350px; }
      div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner h1,
      .cat-after-title div .short-banner-img.full .short-banner-img-inner h1 {
        font-size: 40px;
        font-weight: 800;
        display: inline-block !important;
        background-image: linear-gradient(270deg, #00c1de 36%, #2a7de1);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 20px; }
        @media (min-width: 1200px) {
          div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner h1,
          .cat-after-title div .short-banner-img.full .short-banner-img-inner h1 {
            font-size: 62px; } }
      div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner .banner-cta-buton,
      .cat-after-title div .short-banner-img.full .short-banner-img-inner .banner-cta-buton {
        display: block;
        box-sizing: border-box;
        display: block;
        color: #fafafa;
        padding: 12px 26px;
        border-radius: 25px;
        cursor: pointer;
        white-space: nowrap;
        text-align: center;
        max-width: 150px;
        background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
        background-size: 300% 100%;
        background-position: 0% 0%;
        transition: 2.8s linear;
        transition-property: background; }
        div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner .banner-cta-buton:hover,
        .cat-after-title div .short-banner-img.full .short-banner-img-inner .banner-cta-buton:hover {
          background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
          background-size: 300% 100%;
          background-position: 0% 0%;
          -webkit-animation: gradientRotate 2.8s linear infinite;
          -moz-animation: gradientRotate 2.8s linear infinite;
          -ms-animation: gradientRotate 2.8s linear infinite;
          -o-animation: gradientRotate 2.8s linear infinite;
          animation: gradientRotate 2.8s linear infinite; }
      @media (max-width: 700px) {
        div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner .short-banner-img-inner,
        div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner .short-banner-img-inner div,
        .cat-after-title div .short-banner-img.full .short-banner-img-inner .short-banner-img-inner,
        .cat-after-title div .short-banner-img.full .short-banner-img-inner .short-banner-img-inner div {
          display: block !important; } }

@media (max-width: 768px) {
  div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner {
    display: block !important; }
    div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner .banner-product-main-img {
      width: 100%;
      display: block !important;
      padding: 0 !important; }
      div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner .banner-product-main-img img {
        width: 100%;
        margin-top: 40px; }
  div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner,
  .cat-after-title div .short-banner-img.full .short-banner-img-inner {
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner h1,
    .cat-after-title div .short-banner-img.full .short-banner-img-inner h1 {
      width: 100%;
      text-align: center; }
    div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner .banner-content-left-area,
    .cat-after-title div .short-banner-img.full .short-banner-img-inner .banner-content-left-area {
      text-align: center; }
      div[data-content-region="header_bottom"] div .short-banner-img.full .short-banner-img-inner .banner-content-left-area .banner-cta-buton,
      .cat-after-title div .short-banner-img.full .short-banner-img-inner .banner-content-left-area .banner-cta-buton {
        display: inline-block; } }

#banner-cat-wr {
  /*background-color: #c2c1c3;*/ }
  #banner-cat-wr div {
    /*padding: 0 !important;*/ }
  #banner-cat-wr div[data-layout-name="Layout"] div[data-placement-status="ACTIVE"] div div div div {
    min-height: 0px; }
    @media (min-width: 651px) {
      #banner-cat-wr div[data-layout-name="Layout"] div[data-placement-status="ACTIVE"] div div div div {
        min-height: 400px; } }
    #banner-cat-wr div[data-layout-name="Layout"] div[data-placement-status="ACTIVE"] div div div div div {
      min-height: 0px;
      display: block;
      width: 100%; }
      #banner-cat-wr div[data-layout-name="Layout"] div[data-placement-status="ACTIVE"] div div div div div div[data-test-id="hero-image-title"] {
        display: block;
        width: 100%;
        margin: 0 auto;
        max-width: 1450px;
        padding: 0 15px !important; }
        @media (max-width: 650px) {
          #banner-cat-wr div[data-layout-name="Layout"] div[data-placement-status="ACTIVE"] div div div div div div[data-test-id="hero-image-title"] {
            padding: 50px 15px !important;
            text-align: left; } }
        #banner-cat-wr div[data-layout-name="Layout"] div[data-placement-status="ACTIVE"] div div div div div div[data-test-id="hero-image-title"] p {
          font-size: 40px;
          font-weight: 800;
          display: inline-block !important;
          color: #0c0d0f; }
          @media (min-width: 900px) {
            #banner-cat-wr div[data-layout-name="Layout"] div[data-placement-status="ACTIVE"] div div div div div div[data-test-id="hero-image-title"] p {
              font-size: 65px; } }
      #banner-cat-wr div[data-layout-name="Layout"] div[data-placement-status="ACTIVE"] div div div div div div[data-test-id="hero-image-button"] {
        display: none !important; }
  #banner-cat-wr div[data-layout-name="Layout"] div[data-placement-status="ACTIVE"] div div div div:after {
    background-position-x: right;
    left: auto !important;
    max-width: 1450px;
    right: 0; }

.go3393032375 {
  display: none !important; }

/* banners end ================== */
.request-form-wr {
  margin: 60px auto 0;
  max-width: 1300px;
  width: 100%; }
  .request-form-wr .request-form {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: #e5e6ea; }
    .request-form-wr .request-form .fields-wrapper {
      width: 40%;
      padding: 50px 30px;
      border-right: 1px solid #ccc;
      display: block;
      float: left;
      background: #fff; }
      .request-form-wr .request-form .fields-wrapper .form-row--half .form-field {
        width: 100%;
        margin-bottom: 0px;
        padding-left: 0;
        padding-right: 0; }
      .request-form-wr .request-form .fields-wrapper .form-input,
      .request-form-wr .request-form .fields-wrapper select {
        border: 0;
        border-bottom: 1px solid #029fe2;
        border-radius: 0;
        font-size: 20px;
        padding: 0;
        margin-bottom: 10px; }
    .request-form-wr .request-form h1 {
      color: #000;
      font-size: 25px;
      font-weight: 500;
      display: block;
      text-align: center;
      margin-bottom: 30px; }
    .request-form-wr .request-form .content-wrapper {
      display: block;
      float: right;
      width: 60%;
      max-height: 475px;
      background: url(../img/create-account.png);
      position: relative;
      background-size: 100%;
      background-repeat: no-repeat; }
      .request-form-wr .request-form .content-wrapper .create-acc-content {
        padding: 30px;
        margin-top: 60%; }
        .request-form-wr .request-form .content-wrapper .create-acc-content h2 {
          text-transform: uppercase;
          margin-bottom: 20px;
          font-size: 40px;
          font-weight: 800;
          display: inline-block !important;
          background-image: linear-gradient(270deg, #00c1de 36%, #2a7de1);
          -webkit-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent;
          margin-bottom: 20px; }
        .request-form-wr .request-form .content-wrapper .create-acc-content p {
          font-size: 20px;
          max-width: 650px;
          color: #333;
          line-height: 30px; }
    .request-form-wr .request-form .more-sgt {
      text-align: center; }
    .request-form-wr .request-form .form-actions {
      margin-top: 1.5rem;
      text-align: center; }
    .request-form-wr .request-form .form-actions .button,
    .request-form-wr .request-form .form-actions input,
    .request-form-wr .request-form .form-actions a {
      width: auto; }
  .request-form-wr .g-recaptcha div {
    width: 304px;
    height: 78px;
    margin: 0 auto; }

.page-createaccount .request-form-wr .g-recaptcha {
  margin-top: 40px; }

@media (min-width: 901px) and (max-width: 1200px) {
  .request-form-wr .request-form .fields-wrapper,
  .request-form-wr .request-form .content-wrapper {
    width: 50%; }
  .request-form-wr {
    margin: 50px auto 0; } }

@media (max-width: 900px) {
  .request-form-wr {
    margin: 30px auto; }
  .request-form-wr .request-form .fields-wrapper {
    width: 100%; }
  .request-form-wr .request-form .content-wrapper {
    display: none; } }

.request-form-wr.account-created {
  max-width: 1100px; }
  .request-form-wr.account-created .request-form {
    background: #fff; }
    .request-form-wr.account-created .request-form .fields-wrapper {
      padding: 0;
      border: 0; }
      @media (max-width: 900px) {
        .request-form-wr.account-created .request-form .fields-wrapper {
          display: none !important; } }
    .request-form-wr.account-created .request-form .content-wrapper {
      background: #fff;
      padding: 80px 30px;
      text-align: center;
      display: block !important; }
      @media (max-width: 900px) {
        .request-form-wr.account-created .request-form .content-wrapper {
          width: 100% !important; } }
      .request-form-wr.account-created .request-form .content-wrapper h1 {
        font-size: 40px;
        max-width: 400px;
        margin: 0 auto;
        font-weight: 600; }
        @media (max-width: 900px) {
          .request-form-wr.account-created .request-form .content-wrapper h1 {
            font-size: 30px; } }
      .request-form-wr.account-created .request-form .content-wrapper p {
        font-size: 18px;
        max-width: 500px;
        margin: 30px auto; }

.page-product .productView-img-container::after {
  padding-bottom: 90%; }

.page-product .productView-description .tabs .tab + .tab a::before,
.page-product .productView-description .tabs .tab-url a::before {
  display: none; }

.page-product .breadcrumbs {
  display: none; }

.page-product .productView {
  padding-top: 0; }
  .page-product .productView .productView__top {
    background: #f9f9f9;
    max-width: 100%;
    padding-bottom: 50px !important; }
  .page-product .productView .productView-details {
    margin-top: 0; }
  .page-product .productView .product-decription-wrapper {
    padding: 40px 0 20px 10px; }
  .page-product .productView .tabs-wrapper {
    overflow: hidden;
    width: 100%; }
    .page-product .productView .tabs-wrapper .tabs,
    .page-product .productView .tabs-wrapper .downloads {
      text-align: left;
      float: left; }
      .page-product .productView .tabs-wrapper .tabs .tab .tab-title,
      .page-product .productView .tabs-wrapper .tabs .tab .tab-title-link,
      .page-product .productView .tabs-wrapper .tabs .tab-url .tab-title,
      .page-product .productView .tabs-wrapper .tabs .tab-url .tab-title-link,
      .page-product .productView .tabs-wrapper .downloads .tab .tab-title,
      .page-product .productView .tabs-wrapper .downloads .tab .tab-title-link,
      .page-product .productView .tabs-wrapper .downloads .tab-url .tab-title,
      .page-product .productView .tabs-wrapper .downloads .tab-url .tab-title-link {
        display: block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background: #fff;
        border: 3px solid transparent;
        background-origin: border-box;
        background-clip: padding-box, border-box;
        background-image: linear-gradient(#fff, #fff), linear-gradient(270deg, #00c1de, #2a7de1);
        padding: 8px 30px !important;
        border-radius: 25px !important;
        width: auto;
        margin-right: 20px;
        transition: none; }
        .page-product .productView .tabs-wrapper .tabs .tab .tab-title span,
        .page-product .productView .tabs-wrapper .tabs .tab .tab-title-link span,
        .page-product .productView .tabs-wrapper .tabs .tab-url .tab-title span,
        .page-product .productView .tabs-wrapper .tabs .tab-url .tab-title-link span,
        .page-product .productView .tabs-wrapper .downloads .tab .tab-title span,
        .page-product .productView .tabs-wrapper .downloads .tab .tab-title-link span,
        .page-product .productView .tabs-wrapper .downloads .tab-url .tab-title span,
        .page-product .productView .tabs-wrapper .downloads .tab-url .tab-title-link span {
          background: none;
          background-image: linear-gradient(270deg, #00c1de, #2a7de1) !important;
          display: inline-block;
          -webkit-background-clip: text !important;
          background-clip: text !important;
          -webkit-text-fill-color: transparent;
          font-size: 17px; }
      .page-product .productView .tabs-wrapper .tabs .tab.is-active .tab-title,
      .page-product .productView .tabs-wrapper .tabs .tab.is-active .tab-title-link,
      .page-product .productView .tabs-wrapper .tabs .tab:hover .tab-title,
      .page-product .productView .tabs-wrapper .tabs .tab:hover .tab-title-link,
      .page-product .productView .tabs-wrapper .tabs .tab-url:hover .tab-title,
      .page-product .productView .tabs-wrapper .tabs .tab-url:hover .tab-title-link,
      .page-product .productView .tabs-wrapper .downloads .tab.is-active .tab-title,
      .page-product .productView .tabs-wrapper .downloads .tab.is-active .tab-title-link,
      .page-product .productView .tabs-wrapper .downloads .tab:hover .tab-title,
      .page-product .productView .tabs-wrapper .downloads .tab:hover .tab-title-link,
      .page-product .productView .tabs-wrapper .downloads .tab-url:hover .tab-title,
      .page-product .productView .tabs-wrapper .downloads .tab-url:hover .tab-title-link {
        padding: 11px 33px !important;
        background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
        background-size: 300% 100%;
        background-position: 0% 0%;
        transition: 2.8s linear;
        transition-property: background;
        border: none; }
        .page-product .productView .tabs-wrapper .tabs .tab.is-active .tab-title span,
        .page-product .productView .tabs-wrapper .tabs .tab.is-active .tab-title-link span,
        .page-product .productView .tabs-wrapper .tabs .tab:hover .tab-title span,
        .page-product .productView .tabs-wrapper .tabs .tab:hover .tab-title-link span,
        .page-product .productView .tabs-wrapper .tabs .tab-url:hover .tab-title span,
        .page-product .productView .tabs-wrapper .tabs .tab-url:hover .tab-title-link span,
        .page-product .productView .tabs-wrapper .downloads .tab.is-active .tab-title span,
        .page-product .productView .tabs-wrapper .downloads .tab.is-active .tab-title-link span,
        .page-product .productView .tabs-wrapper .downloads .tab:hover .tab-title span,
        .page-product .productView .tabs-wrapper .downloads .tab:hover .tab-title-link span,
        .page-product .productView .tabs-wrapper .downloads .tab-url:hover .tab-title span,
        .page-product .productView .tabs-wrapper .downloads .tab-url:hover .tab-title-link span {
          color: #fff;
          background-image: none !important;
          -webkit-text-fill-color: #fff; }
      .page-product .productView .tabs-wrapper .tabs .tab:hover,
      .page-product .productView .tabs-wrapper .tabs .tab-url:hover,
      .page-product .productView .tabs-wrapper .downloads .tab:hover,
      .page-product .productView .tabs-wrapper .downloads .tab-url:hover {
        border: 0;
        transition: none; }
  .page-product .productView .productView-description .downloads {
    border-bottom: none;
    font-size: 0;
    margin: 0; }
    .page-product .productView .productView-description .downloads .tab-url {
      float: none;
      width: auto;
      border: none;
      display: inline-block;
      position: relative;
      margin-bottom: 15px; }
      .page-product .productView .productView-description .downloads .tab-url .tab-title-link {
        font-size: 24px;
        font-weight: 700;
        color: black;
        text-transform: capitalize; }
        .page-product .productView .productView-description .downloads .tab-url .tab-title-link span {
          transition: background-size 0.5s;
          padding-bottom: 3px; }
  .page-product .productView .tab-content {
    max-width: 100%; }
  .page-product .productView .product-video-wrapper {
    background: #fafafa;
    background: linear-gradient(180deg, #f7f7f7 0%, #fefefe 100%);
    padding: 40px 0 60px 0; }
  .page-product .productView .productVideo .heading {
    font-size: 40px;
    font-weight: 800;
    background-image: linear-gradient(270deg, #00c1de 36%, #2a7de1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px; }
  @media (min-width: 1100px) {
    .page-product .productView .productVideo .row {
      display: block;
      position: relative;
      text-align: center; }
      .page-product .productView .productVideo .row .col-md-4 {
        display: inline-block; } }
  .page-product .productView .productVideo .video-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media (min-width: 1024px) {
      .page-product .productView .productVideo .video-wrapper {
        border-radius: 20px; } }

@media (max-width: 767px) {
  .page-product .productView__topRight .productView-title {
    text-align: center;
    font-size: 30px; }
  .page-product .productView__topRight .productView-info dt {
    text-align: center; }
  .page-product .productAccessories .heading {
    text-align: center;
    line-height: 55px; }
  .page-product .productView-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 30px; }
  footer .topBar .menu {
    text-align: center; } }

.page-createaccount_thanks {
  background-color: #fff; }
  .page-createaccount_thanks .request-form-wr.account-created .request-form {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end; }
  .page-createaccount_thanks .content-wrapper p {
    line-height: 30px; }

.page-page_contact_form .halo-heading {
  margin-bottom: 25px; }

.page-shippingaddressform .navBar ul li.navBar-item {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important; }
  .page-shippingaddressform .navBar ul li.navBar-item .is-active {
    font-family: "Roboto", sans-serif;
    background: transparent;
    background-image: none;
    border: 1px solid #00a1e6;
    color: #000000;
    height: 54px;
    line-height: 54px;
    padding: 0 0;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
  .page-shippingaddressform .navBar ul li.navBar-item a {
    font-family: "Roboto", sans-serif;
    background: transparent;
    background-image: none;
    border: 1px solid #00a1e6;
    color: #000000;
    height: 54px;
    line-height: 54px;
    padding: 0 0;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
  .page-shippingaddressform .navBar ul li.navBar-item a:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0 0;
    animation: gradientRotate 2.8s linear infinite;
    border: none;
    color: #ffffff;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15); }

.page-shippingaddressform .navBar ul li.navBar-item.is-active.is-active {
  background: #01abdd;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee);
  border: none;
  color: #ffffff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  height: 54px;
  line-height: 54px; }

.page-add-wishlist .navBar ul li.navBar-item {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important; }
  .page-add-wishlist .navBar ul li.navBar-item .is-active {
    font-family: "Roboto", sans-serif;
    background: transparent;
    background-image: none;
    border: 1px solid #00a1e6;
    color: #000000;
    height: 54px;
    line-height: 54px;
    padding: 0 0;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
  .page-add-wishlist .navBar ul li.navBar-item a {
    font-family: "Roboto", sans-serif;
    background: transparent;
    background-image: none;
    border: 1px solid #00a1e6;
    color: #000000;
    height: 54px;
    line-height: 54px;
    padding: 0 0;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
  .page-add-wishlist .navBar ul li.navBar-item a:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0 0;
    animation: gradientRotate 2.8s linear infinite;
    border: none;
    color: #ffffff;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15); }

.page-add-wishlist .navBar ul li.navBar-item.is-active.is-active {
  background: #01abdd;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee);
  border: none;
  color: #ffffff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  height: 54px;
  line-height: 54px; }

#userAccount .account .wishlists-table .table-tbody .table-actions .button {
  background: #01abdd;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee);
  border: none;
  color: #ffffff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  height: 54px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  line-height: 20px;
  width: 125px; }

#userAccount .account .wishlists-table .table-thead {
  margin-bottom: 20px; }

#userAccount .account .wishlists-table .table-tbody a {
  color: #000;
  font-weight: 700;
  font-size: 20px; }

#userAccount .account .wishlists-table .table-tbody .table-actions .button:hover {
  background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
  background-size: 300% 100%;
  background-position: 0 0;
  animation: gradientRotate 2.8s linear infinite;
  border: none;
  color: #ffffff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15); }

.page-editaccount #userAccount .form-fieldset .form-field input.form-input {
  border: none;
  background: transparent;
  border-radius: 5px;
  font-size: 18px;
  color: #000000;
  box-shadow: none;
  width: 100%;
  text-align: left;
  height: 50px;
  padding: 15px 20px;
  border: 1px solid #000; }

.page-page .page {
  padding-bottom: 60px; }
  .page-page .page ul {
    display: block;
    list-style: disc !important; }
    .page-page .page ul li {
      list-style: disc !important;
      margin-bottom: 10px; }
  .page-page .page .page-content {
    padding: 0 15px; }
  .page-page .page br {
    display: block !important;
    margin-bottom: 10px; }

@media (min-width: 1400px) {
  #add-to-cart-wrapper {
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 1rem; } }

.page-404 h1 {
  margin-bottom: 1rem; }

.page-404 .u-textAlignCenter {
  margin: 0 0 1rem; }

.page-404 .page-content {
  padding: 0 30px;
  display: flex !important;
  align-items: center;
  flex-direction: column; }
  .page-404 .page-content .form-input {
    border-radius: 50px; }
  .page-404 .page-content p {
    line-height: 23px; }

@media (min-width: 1023px) {
  .page-404 .page-content {
    flex-direction: row;
    width: 100%;
    justify-content: center; } }

.haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content {
  height: 50px; }

@media (min-width: 799px) {
  .page-category .facetedSearch-clearLink {
    display: none; } }

.page-category #sideAllCategories .sidebarBlock-heading {
  display: none; }

.account-navigation {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative; }
  .account-navigation .logout-btn {
    text-transform: capitalize;
    padding: 15px 30px;
    margin-bottom: 30px;
    background: #01abdd;
    background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee);
    border: none;
    color: #ffffff;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);
    font-family: "Roboto", sans-serif;
    border-radius: 30px; }
  .account-navigation .logout-btn:hover {
    background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
    background-size: 300% 100%;
    background-position: 0 0;
    animation: gradientRotate 2.8s linear infinite;
    border: none;
    color: #ffffff;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15); }

.page-createaccount .request-form-wr {
  margin: 60px auto;
  border-radius: 50px;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15); }
  .page-createaccount .request-form-wr .request-form {
    border-radius: 50px; }

.contact-us #contact-us-page .halo_form .contact-content-wrapper {
  margin: 0 auto 20px !important;
  width: 100%;
  line-height: 25px;
  text-align: center; }

.page-login .alertBox--error {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .page-login .alertBox--error .alertBox-icon {
    text-align: center; }
  .page-login .alertBox--error .alertBox-message {
    width: auto;
    text-align: center; }

.login-wrapper-dropdown {
  display: none; }

@media (min-width: 1023px) {
  header .navigation .menuRightSection .login-wrapper {
    position: relative; }
  header .navigation .menuRightSection .login-wrapper:hover .login-wrapper-dropdown {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    line-height: 30px;
    border-top: 0;
    min-width: 200px;
    z-index: 100;
    left: -25px;
    border-radius: 0 0 10px 10px;
    padding-top: 25px; }
    header .navigation .menuRightSection .login-wrapper:hover .login-wrapper-dropdown li {
      text-align: left;
      border-top: 1px solid #eee;
      border-left: 1px solid #eee;
      border-right: 1px solid #eee;
      padding: 10px !important; }
      header .navigation .menuRightSection .login-wrapper:hover .login-wrapper-dropdown li a {
        padding: 10px !important; }
    header .navigation .menuRightSection .login-wrapper:hover .login-wrapper-dropdown li:last-child {
      border-radius: 0 0 10px 10px;
      border-bottom: 1px solid #eee; }
    header .navigation .menuRightSection .login-wrapper:hover .login-wrapper-dropdown li:hover {
      background-color: #029fe2; }
      header .navigation .menuRightSection .login-wrapper:hover .login-wrapper-dropdown li:hover a {
        color: #fff !important; }
    header .navigation .menuRightSection .login-wrapper:hover .login-wrapper-dropdown li:first-child {
      border-top: none; }
    header .navigation .menuRightSection .login-wrapper:hover .login-wrapper-dropdown .dropdown {
      left: 0;
      right: 0;
      position: relative !important; }
    header .navigation .menuRightSection .login-wrapper:hover .login-wrapper-dropdown .dropdown:hover {
      left: 0;
      right: 0; } }

.page-wishlist .navBar-item {
  background-color: transparent !important;
  border: none !important; }
  .page-wishlist .navBar-item a {
    font-family: "Roboto", sans-serif;
    background: transparent;
    background-image: none;
    border: 1px solid #00a1e6;
    color: #000000;
    height: 54px;
    line-height: 54px;
    padding: 0 0;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; }

.page-wishlist .navBar ul li.navBar-item a:hover {
  background-color: #01abdd !important;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee) !important;
  border: none;
  color: #ffffff !important;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15);
  height: 54px !important;
  border-radius: 30px !important; }

.page-wishlist .navBar-item.is-active {
  background: #01abdd;
  background-image: linear-gradient(90deg, #01abdd 45%, #23e5ee);
  border: none;
  color: #ffffff !important;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.15);
  height: 54px !important;
  border-radius: 30px !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 55px !important;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer; }

.page-wishlist .productGrid {
  max-width: 1400px;
  margin: 0 auto; }
  .page-wishlist .productGrid .product .productDesc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .page-wishlist .productGrid .product .productDesc .prod-name {
      text-align: center; }
    .page-wishlist .productGrid .product .productDesc a.shopNow {
      text-align: center;
      width: 100%;
      margin: 0; }
  .page-wishlist .productGrid .product form {
    margin-top: 15px;
    text-align: center; }

@media (max-width: 860px) {
  header .navigation .menuRightSection {
    gap: 1rem; }
    header .navigation .menuRightSection a {
      font-size: 0; }
      header .navigation .menuRightSection a i {
        font-size: 16px; } }

@media (max-width: 500px) {
  header .navigation .menuRightSection {
    gap: 1rem; } }

@media (max-width: 600px) {
  header .navigation .humbergMenu a.products-header {
    display: none; } }

.footer-right {
  text-align: right; }

@media (max-width: 801px) {
  .category-top-filter .accordion .accordion-block .accordion-navigation {
    padding: 0 30px;
    height: 45px; } }

.productView-description .tabs-contents .tab-content .tabContent {
  line-height: 25px; }

footer .botBar .copyright .footer-left {
  width: 25%; }

footer .botBar .copyright .footer-center {
  width: 50%;
  text-align: center; }

footer .botBar .copyright .footer-right {
  width: 25%; }

@media (max-width: 1024px) {
  .page-product .productView-price {
    display: flex;
    flex-direction: column; } }

@media (max-width: 768px) {
  .about-us-main .aboutContant .address p br {
    display: block; }
  .about-us-main .aboutContant .address p a img {
    margin-right: 0; } }

.productSection .productDesc .productImg img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-height: 200px;
  min-height: 200px; }

.category-top-filter .accordion .accordion-block .accordion-navigation {
  padding: 9px 30px; }

.contact-banner {
  padding-bottom: 20px; }

@media (max-width: 767px) {
  footer .top-bar .container .col-md-4 {
    padding: 0 10px; }
  footer .botBar .copyright .footer-right {
    width: 100%;
    text-align: center;
    margin-top: 10px; }
  footer .botBar .copyright .footer-left {
    width: 100%;
    text-align: center; } }

.halo-comingSoon {
  position: relative !important; }

@media (max-width: 350px) {
  .category-top-filter .accordion .accordion-block {
    margin-bottom: 10px; } }

.prod-dropdown {
  display: none;
  padding: 10px; }

.prod-dropdown:hover > .drop-wrapper {
  display: block;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  margin-top: -10px; }

@media (min-width: 1300px) {
  #sidenav-hover-menu,
  .prod-dropdown {
    display: inline-block; }
  .shop-label {
    display: none; } }

@media (max-width: 991px) {
  footer .topBar {
    padding: 40px 0px; }
    footer .topBar .container {
      padding: 0px; }
      footer .topBar .container .row {
        margin-right: 0px;
        margin-left: 0px; }
  footer .col-md-8,
  footer .row,
  footer .col-md-3,
  footer .col-md-4 {
    position: relative;
    width: 100%;
    display: block;
    max-width: 100%;
    text-align: center; }
  footer .menu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    margin-bottom: 25px; }
    footer .menu h4 {
      position: relative;
      margin-bottom: 20px; }
    footer .menu h4::after {
      content: "\f00c";
      font-family: "Font Awesome 6 Free";
      position: absolute;
      right: 0;
      top: 2px;
      font-size: 22px; }
  footer .col-md-4 {
    padding: 0 30px !important; } }

@media (min-width: 768px) and (max-width: 1300px) {
  .copyright .footer-left,
  .footer-right {
    line-height: 20px;
    font-size: 14px; } }

.navigation .sidenav .menu ul li:last-child a {
  border-bottom: 0; }

#similar-product {
  padding-bottom: 60px; }

footer .topBar .container {
  max-width: 1550px; }

.homeCategorySection.Products-Featured .bestSellerSection {
  padding: 40px 0px 0px 0px; }
  .homeCategorySection.Products-Featured .bestSellerSection .productDesc {
    background-color: transparent;
    box-shadow: none;
    border: 0 !important;
    padding: 0 10px; }
    .homeCategorySection.Products-Featured .bestSellerSection .productDesc .newTag,
    .homeCategorySection.Products-Featured .bestSellerSection .productDesc .shopNow,
    .homeCategorySection.Products-Featured .bestSellerSection .productDesc .card-model {
      display: none; }
    .homeCategorySection.Products-Featured .bestSellerSection .productDesc .productImg {
      margin-bottom: 10px; }
      .homeCategorySection.Products-Featured .bestSellerSection .productDesc .productImg img {
        max-height: 150px; }

.homeCategorySection.Products-Featured .owl-nav span {
  color: #cdcdcd; }

.homeCategorySection.Products-Featured .productDesc:hover {
  box-shadow: 0 0 12px -2px #b4b4b4;
  transition: all 0.3s;
  border: 0 !important; }

@media (min-width: 768px) {
  .page-product .productView .productVideo .row .col-md-4 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%; } }

.prod-img-soon {
  text-align: center; }
  .prod-img-soon img {
    mix-blend-mode: multiply; }

.product .productDesc .productImg {
  text-align: center; }
  .product .productDesc .productImg .img-fluid {
    max-height: 150px; }

.adv-search-page .nav,
.adv-search-page .page {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px; }

.adv-search-page .panel-body {
  display: none; }

.adv-search-page nav {
  margin-top: 40px; }

.adv-search-page .pagination {
  padding-bottom: 40px; }
  .adv-search-page .pagination .pagination-list {
    text-align: center;
    border-top: 0; }

.featureProduct .productDesc .productImg {
  text-align: center; }
  .featureProduct .productDesc .productImg a {
    margin: 0 auto; }
    .featureProduct .productDesc .productImg a img {
      max-height: 200px; }
  .featureProduct .productDesc .productImg a[href="javascript:void(0)"] {
    display: none; }

.productView-description .tabContent ul {
  padding-left: 15px; }
  .productView-description .tabContent ul li {
    list-style: disc !important;
    font-family: "Roboto", sans-serif !important; }
    .productView-description .tabContent ul li span {
      font-family: "Roboto", sans-serif !important; }

.productView-description .tabContent span,
.productView-description .tabContent p {
  font-family: "Roboto", sans-serif !important; }

.productView-description #custom-tab-1 {
  text-align: center; }
  .productView-description #custom-tab-1 img {
    width: auto; }

.productView-description .tab-titleMobile {
  text-align: left; }

@media (max-width: 600px) {
  .page-product .productView .productView__top {
    padding-bottom: 0; }
    .page-product .productView .productView__top .productView-price {
      border-bottom: 0; }
  .page-product .product-decription-wrapper {
    padding: 0px 0 20px 0 !important; }
  .page-product .productView-description .tab-titleMobile {
    border-bottom: 1px solid #029fe2; } }

.page-product .prod-featured {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px; }

.page-search {
  /*
  #product-listing-container .productGrid[data-column="4"] .product:hover {
    border: 4px solid #029fe2;
    transition: all 0.3s;
    cursor: pointer;

    .shopNow {
      background-image: linear-gradient(
        90deg,
        #3c87ec,
        #46cce1,
        #3c87ec,
        #46cce1
      );
      background-size: 300% 100%;
      background-position: 0 0;
      animation: gradientRotate 2.8s linear infinite;
      width: 100%;
      height: 54px;
      line-height: 54px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      color: #fff;
      justify-content: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: all 0.3s;
    }
  }
  */ }
  .page-search .search-nav .navBar-section {
    display: none; }
  .page-search #product-listing-container .productGrid[data-column="4"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    padding: 20px; }
    .page-search #product-listing-container .productGrid[data-column="4"] .product {
      border: 4px solid transparent;
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0 0 12px -2px #969696;
      padding: 20px;
      max-width: 100%; }
      .page-search #product-listing-container .productGrid[data-column="4"] .product .card-title a {
        color: #050505;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold; }
      .page-search #product-listing-container .productGrid[data-column="4"] .product .card-title small {
        font-size: 18px;
        color: #01abdd; }
      .page-search #product-listing-container .productGrid[data-column="4"] .product .newTag {
        background: #029fe2;
        width: 58px;
        padding: 5px 14px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 900;
        font-size: 13px;
        z-index: 1;
        border-radius: 15px; }
      .page-search #product-listing-container .productGrid[data-column="4"] .product .pending-account {
        margin-top: 20px;
        width: 100%;
        height: 54px;
        line-height: 54px;
        border-radius: 30px;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        color: #029fe2;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem; }
      .page-search #product-listing-container .productGrid[data-column="4"] .product .shopNow {
        margin-top: 20px;
        display: block; }

@media (min-width: 600px) {
  .page-search #product-listing-container .productGrid[data-column="4"] {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0; }
    .page-search #product-listing-container .productGrid[data-column="4"] .product {
      width: 45%;
      margin: 0; } }

@media (min-width: 800px) {
  .page-search #product-listing-container .productGrid[data-column="4"] .product {
    width: 30%; } }

@media (min-width: 1260px) {
  .page-search #product-listing-container .productGrid[data-column="4"] .product {
    width: 23%; } }

@media (min-width: 1700px) {
  .page-search #product-listing-container .productGrid[data-column="4"] .product {
    width: 18%; } }

@media (max-width: 768px) {
  .page-category .accordion--navList {
    margin: 0 auto; } }

.adv-search-page #search-results-heading {
  width: 100%;
  text-align: center;
  margin-top: 20px; }

.adv-search-page .accordion-clear-all {
  margin-top: 20px; }

.adv-search-page .product .productDesc .productImg {
  min-height: 150px;
  max-height: 150px; }

.adv-search-page .halo-category-toolbar .column-right .view-as-btn {
  display: none; }

.adv-search-page .pagination .pagination-list {
  width: 100%; }

.page-search #product-listing-container .productGrid[data-column="4"] .product .card-title a {
  height: 50px; }

.page-search #product-listing-container .productGrid[data-column="4"] .product .productDesc {
  position: relative; }
  .page-search #product-listing-container .productGrid[data-column="4"] .product .productDesc .newTag {
    position: absolute; }

.pagination-item:hover,
.pagination-item:focus,
.pagination-item:active {
  background-color: #029fe2;
  border-color: #029fe2; }

#ProductCarouselTopSellers {
  display: none; }

#sideCustomCMS {
  display: none; }

.prod-img-soon {
  max-height: 150px;
  min-height: 150px; }
  .prod-img-soon img {
    max-height: 150px;
    min-height: 150px; }

.page-product .productView .productVideo .row .col-md-4 {
  max-width: 33%; }
  .page-product .productView .productVideo .row .col-md-4 .video-wrapper {
    border: 2px solid #169eda;
    background: #169eda; }
    .page-product .productView .productVideo .row .col-md-4 .video-wrapper iframe {
      width: 100% !important;
      height: 250px; }

@media (max-width: 768px) {
  .page-product .productView .productVideo .row {
    flex-direction: column;
    gap: 2rem; }
    .page-product .productView .productVideo .row .col-md-4 {
      max-width: 100%; } }

.productView-details.product-options .productView-options .form {
  display: inline;
  margin: 0; }
  .productView-details.product-options .productView-options .form .form-select {
    width: 100%;
    max-width: 100% !important; }

.productView-price {
  padding: 15px 0px; }
  .productView-price .price-section span {
    margin-bottom: 0 !important; }
  .productView-price .logged .stock-msg {
    margin-top: 15px; }

.options-label {
  padding: 0;
  margin-bottom: 20px;
  font-size: 25px;
  color: #000000;
  line-height: 42px;
  font-weight: 500;
  width: 100%; }

.productOptions-list {
  border-radius: 5px;
  background: #fff; }

.product-badge.sale-badge {
  padding: 6px 25px !important;
  background-image: linear-gradient(90deg, #f94436, #bb2c21, #f2a8a3, #f94436);
  background-size: 300% 100%;
  font-size: 16px !important; }

.productView .slick-next.slick-disabled::before,
.productView .slick-prev.slick-disabled::before {
  color: #ccc; }

.productView .slick-next:hover,
.productView .slick-next:focus,
.productView .slick-prev:hover,
.productView .slick-prev:focus {
  background-color: transparent !important; }

.footer-center img {
  width: 130px;
  height: 30px; }

.page-content--centered p {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px; }

@media (max-width: 800px) {
  .facetedSearch .accordion-nav-clear-holder .accordion-title {
    padding: 0; }
  .facetedSearch .accordion-clear-all {
    width: 170px;
    text-align: center; } }

.heroImg {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center; }
  .heroImg .img-fluid {
    width: 40%; }
    @media (min-width: 801px) {
      .heroImg .img-fluid {
        width: 50%; } }
    @media (min-width: 1501px) {
      .heroImg .img-fluid {
        width: 45%; } }
    @media (min-width: 2001px) {
      .heroImg .img-fluid {
        width: 50%; } }
    @media (min-width: 2201px) {
      .heroImg .img-fluid {
        width: 60%; } }

@media (max-width: 768px) {
  .btnShop,
  .gotoNewArrival {
    border: 1.5px solid #fff;
    box-shadow: none; } }

.category-top-filter .accordion .accordion-block .accordion-navigation {
  width: 170px; }
  @media (min-width: 900px) {
    .category-top-filter .accordion .accordion-block .accordion-navigation {
      width: auto; } }

.tabs-wrapper .downloads {
  display: none !important; }

.haloSubCategories .slick-disabled {
  display: none !important; }

.featured-product-flex-container .owl-carousel .owl-nav .owl-prev.disabled,
.featured-product-flex-container .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0;
  border: 0 !important; }
  .featured-product-flex-container .owl-carousel .owl-nav .owl-prev.disabled span,
  .featured-product-flex-container .owl-carousel .owl-nav .owl-next.disabled span {
    color: transparent; }

.productView__topRight .addCart {
  width: 100%; }
  .productView__topRight .addCart .form-field--increments label {
    font-size: 18px !important;
    color: #000000 !important;
    line-height: normal !important;
    font-weight: 400 !important;
    opacity: 0.5 !important; }
  .productView__topRight .addCart .form-field--increments .form-increment {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .productView__topRight .addCart .form-field--increments .form-increment input {
      width: 100%;
      border: none;
      background: transparent;
      border-radius: 30px;
      outline: none;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.07); }
    .productView__topRight .addCart .form-field--increments .form-increment button {
      top: auto;
      bottom: auto;
      right: auto;
      left: auto;
      width: 20px;
      height: 20px;
      color: #000; }
      .productView__topRight .addCart .form-field--increments .form-increment button[data-action="dec"] {
        left: 25px; }
        .productView__topRight .addCart .form-field--increments .form-increment button[data-action="dec"]:before {
          border-top-color: #ff0000;
          content: "\f068";
          display: inline-block;
          font: normal normal normal 16px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          position: absolute;
          font-size: 18px;
          border: none;
          top: 2px; }
      .productView__topRight .addCart .form-field--increments .form-increment button[data-action="inc"] {
        right: 30px; }
        .productView__topRight .addCart .form-field--increments .form-increment button[data-action="inc"]:before {
          border-top-color: #ff0000;
          content: "\f067";
          display: inline-block;
          font: normal normal normal 16px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          position: absolute;
          font-size: 18px;
          border: none;
          top: 2px; }
  .productView__topRight .addCart .form-action {
    margin-top: 20px;
    width: 100%; }
    .productView__topRight .addCart .form-action .button--tertiary {
      background: #01abdd;
      background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
      background-size: 300% 100%;
      background-position: 0% 0%;
      transition: 2.8s linear;
      transition-property: background;
      text-align: center;
      font-size: 21.23px;
      color: #ffffff;
      font-weight: 700;
      border-radius: 60px;
      line-height: 54px;
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
      margin-right: 25px;
      border: none;
      padding: 0px;
      font-family: "Roboto", sans-serif;
      text-transform: inherit;
      width: 100%; }
      .productView__topRight .addCart .form-action .button--tertiary:hover {
        background-image: linear-gradient(90deg, #3c87ec, #46cce1, #3c87ec, #46cce1);
        background-size: 300% 100%;
        background-position: 0% 0%;
        -webkit-animation: gradientRotate 2.8s linear infinite;
        -moz-animation: gradientRotate 2.8s linear infinite;
        -ms-animation: gradientRotate 2.8s linear infinite;
        -o-animation: gradientRotate 2.8s linear infinite;
        animation: gradientRotate 2.8s linear infinite; }

@media (min-width: 1600px) {
  .page-product .productView__topRight .addCart .form-action .button--tertiary {
    max-width: 325px; } }

section.bestSellerSection .owl-prev.disabled,
section.bestSellerSection .owl-prev.disabled:hover,
section.bestSellerSection .owl-next.disabled,
section.bestSellerSection .owl-next.disabled:hover,
section.bestSellerSection .owl-carousel .owl-nav button.owl-next.disabled,
section.bestSellerSection .owl-carousel .owl-nav button.owl-prev.disabled,
.productAccessories .owl-prev.disabled,
.productAccessories .owl-prev.disabled:hover,
.productAccessories .owl-next.disabled,
.productAccessories .owl-next.disabled:hover,
.productAccessories .owl-carousel .owl-nav button.owl-next.disabled,
.productAccessories .owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.2;
  cursor: initial; }

.shipping-quotes .estimator-form-row .estimator-form-label input {
  float: left; }

.quickSearch-recommended {
  display: none !important; }

.dropdown--quickSearch > .container {
  padding: 0; }

.quickSearch-form {
  background-color: #fff !important; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through;
  color: #000 !important;
  font-size: 25px !important; }

@media (max-width: 600px) {
  .zuum-banner-1 {
    position: relative; }
    .zuum-banner-1 h2 {
      max-width: 200px; }
    .zuum-banner-1 p {
      max-width: 180px; }
  .zuum-banner-1:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2); }
  .productShop .zuumShop .desc p {
    font-weight: 500; }
  .product-icons img,
  .product-icons .prod-icon {
    max-width: 360px;
    margin: 0 auto; } }

@media (min-width: 901px) {
  .newArrival .container {
    max-width: 100%; }
    .newArrival .container .secureHeading img {
      left: -30px;
      max-height: 400px; } }

div[data-content-region="product_below_price"] {
  margin-top: 15px; }

.video-container.video-wrapper {
  border-radius: 20px; }

.mainHeroSection .heroDesc h1 {
  line-height: normal;
  font-weight: 400;
  font-family: 'Myriad Pro', sans-serif;
  font-style: italic;
  background-image: linear-gradient(270deg, #065FE0 36%, #D04070);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px; }

.mainHeroSection .heroDesc .sub-title {
  font-size: 48px;
  line-height: normal;
  font-family: 'Myriad Pro', sans-serif;
  background-clip: text;
  margin-bottom: 20px; }
  @media (max-width: 1279px) {
    .mainHeroSection .heroDesc .sub-title {
      font-size: 32px;
      margin-bottom: 24px;
      margin-top: 30px; } }
  @media (max-width: 990px) {
    .mainHeroSection .heroDesc .sub-title {
      font-size: 22px;
      margin-bottom: 24px;
      margin-top: 30px; } }

.mainHeroSection .heroDesc p {
  font-size: 16px;
  line-height: normal;
  color: #000000;
  margin-bottom: 16px; }
  .mainHeroSection .heroDesc p:last-of-type {
    margin-bottom: 36px; }
    @media (max-width: 990px) {
      .mainHeroSection .heroDesc p:last-of-type {
        margin-bottom: 24px; } }

.mainHeroSection .heroDesc .see-more {
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
  font-family: 'Myriad Pro', sans-serif;
  background-image: linear-gradient(270deg, #065FE0 36%, #D04070);
  background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media (max-width: 990px) {
    .mainHeroSection .heroDesc .see-more {
      font-size: 22px; } }
