
@media screen and (min-width: 505px) and (max-width: 767px) {
  .add-to-e-catalog__container {
    padding-top: 0 !important;
    flex-grow: 0 !important;
  }
}

.status-tag {
    border-radius: 3px;
    padding: 0.3em 1.5em;
    background: #C0E0F0;
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    color: black;
}

/* people also viewed */
.people-also-viewed {
    background: #f9fcff;
    padding: 4em 0 !important;
    font-size: 16px;
}

/* also-view slick */
.also-view-slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.also-view-slider .slick-slide {
    height: inherit !important;
}

.also-view-slider {
    position: relative;
}

.also-view-slider .also-view-arrow {
    position: absolute;
    bottom: -57px;
    width: 57px;
    height: 57px;
    cursor: pointer;
    padding: 16px;
    background: #606060;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.optional-accessories {
    padding: 4em 0 !important;
    font-size: 16px;
}

.optional-accessories h3,
.people-also-viewed h3 {
    font-size: 26px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    color: black;
}

@media screen and (min-width: 992px) {
    .optional-accessories h3,
    .people-also-viewed h3 {
        font-size: 32px;
        line-height: 60px;
        font-weight: 700;
        text-align: center;
        color: black;
    }
}
@media screen and (min-width: 1440px) {
    .optional-accessories .container,
    .people-also-viewed .container {
        max-width: 1280px !important;
    }
}
@media screen and (min-width: 1920px) {
    .optional-accessories .container,
    .people-also-viewed .container {
        max-width: 1440px !important;
    }
}
.optional-accessories .tab-container {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .optional-accessories .tab-container {
        flex-wrap: wrap;
        flex-direction: row;
    }
}
.optional-accessories .tab-container .tab-title {
    flex: 1;
    padding: 16px 10px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    border-bottom: 1px solid #0082f0;
    color: #0082f0;
    opacity: 0.4;
    transition: opacity 0.5s;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .optional-accessories .tab-container .tab-title {
        font-size: 24px;
        margin-top: 0px;
    }
}
.optional-accessories .tab-container .tab-title.active {
    opacity: 1;
    border-bottom: 5px solid #0082f0;
}

.optional-accessories .tab-container .tab-title:hover {
    opacity: 1;
}

.optional-accessories .tab-content-container .tab-content {
    display: none;
}

.optional-accessories .tab-content-container .tab-content.active {
    animation: fadeIn 1s;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.also-view-slider .also-view-arrow:hover {
    opacity: 0.8;
}

.also-view-slider .also-view-arrow.slick-disabled {
    opacity: 1;
    background: #b7b7b7;
}

.also-view-slider .also-view-arrow.slick-disabled img {
    opacity: 1;
}

.also-view-slider .also-view-arrow_left {
    left: calc(50% - 28.5px - 40px);
}

.also-view-slider .also-view-arrow_right {
    right: calc(50% - 28.5px - 40px);
}

.also-view-slider .also-view-arrow img {
    width: 20px;
}

/* prod-card */
.prod-card-container {
    padding: 1em;
}

.prod-card {
    border: solid 1px #b7b7b7;
    display: block;
    height: 100%;
    margin-bottom: 1em;
    transition: 0.3s;
    background: white;
    border-radius: 30px;
    text-decoration: none !important;
}

.prod-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.prod-card[href="javascript://"], .prod-card[href="#"], .prod-card[href=""]
{
    cursor: auto;
}

.prod-card figure {
    height: 300px;
    margin-top: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod-card img {
    width: 300px;
    max-width: 100%;
}

.prod-card .prod-card-content h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: black;
    margin: 16px 0;
}


.prod-card .prod-card-content p {
    margin: 0;
    color: black;
    font-size: 16px;
}

.prod-card .prod-card-content {
    padding: 0px 1.5em 1.5em 1.5em;
}
@media screen and (min-width: 1200px) {
  body .feature-sec .px-tw {
    padding: 0 10em;
  }
}

body .feature-sec .ls-3 {
  letter-spacing: 3px;
}

body .feature-sec .fw-700 {
  font-weight: 700 !important;
}

body .feature-sec .slick-track {
  -webkit-transition: fade 2000ms ease-out;
  transition: fade 2000ms ease-out;
}

body .feature-sec h3 {
  color: #2C80FC !important;
  text-align: center;
}

body .feature-sec h4 {
  padding: 0.5em 0;
  color: #231815;
  text-align: center;
}

body .feature-sec p {
  color: #231815;
  padding-top: 1em;
}

body .feature-sec .slick-dots li.slick-active button:before {
  color: #4FC3F7 !important;
}

body .feature-sec .pic-text {
  color: #2C80FC;
  padding: 0;
  font-weight: 600;
}

body .feature-sec .fadeInNum {
  display: inline-block;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  background: linear-gradient(290deg, #3a4d69 60%, #2d7df6 100%);
  background: -webkit-linear-gradient(290deg, #3a4d69 60%, #2d7df6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

body .feature-sec .active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

body .transparentBackText{

}
@media screen and (max-width: 750px) {
  body .transparentBackText{
      background-color: rgba(255, 255, 255, 0.65);
  }
}

body .feature-sec .countupNum {
  font-weight: 700;
  font-size: 3em;
  margin: 0;
  padding: 0;
  line-height: 1;
  background: linear-gradient(290deg, #3a4d69 5%, #2d7df6 100%);
  background: -webkit-linear-gradient(290deg, #3a4d69 5%, #2d7df6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (min-width: 768px) {
  body .feature-sec .countupNum {
    font-size: 4em;
  }
}

@media screen and (min-width: 992px) {
  body .feature-sec .countupNum {
    font-size: 5em;
  }
}

body .feature-sec .countupNum-big {
  background: linear-gradient(150deg, #00b2e3 10%, #002b49 100%);
  background: -webkit-linear-gradient(150deg, #00b2e3 10%, #002b49 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 5em;
  line-height: 1;
  margin: 0 auto;
  padding: 1em 0;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  body .feature-sec .countupNum-big {
    min-height: 250px;
  }
}

body .feature-sec .countupNum-big-new {
  background: linear-gradient(150deg, #00b2e3 10%, #002b49 100%);
  background: -webkit-linear-gradient(150deg, #00b2e3 10%, #002b49 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 5em;
  line-height: 1;
  margin: 0 auto;
  padding: 1em 0;
  font-weight: 700;
  margin-top: 0;
}

@media screen and (min-width: 770px) {
  body .feature-sec .countupNum-big-new {
    font-size: 3.3em;
    margin-top: 38px;
  }
}

@media screen and (min-width: 992px) {
  body .feature-sec .countupNum-big-new {
    font-size: 4.8em;
    padding: 1em 0 0;
    margin-top: 18px;
  }
}

@media screen and (min-width: 1200px) {
  body .feature-sec .countupNum-big-new {
    padding: 1em 0;
  }
}

body .feature-sec .countupNum-big-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .feature-sec .bg-white {
  background-color: #FFFFFF;
}

body .feature-sec .bg-grey {
  background-color: #EEEEEE;
}

body .feature-sec .long-p {
  padding-top: 5em;
}

body .feature-sec .img-shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

body .feature-sec .icon-svg {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body .feature-sec .slick-arrow {
  z-index: 100;
}

body .feature-sec .slick-arrow img {
  height: 4em;
}

@media screen and (min-width: 992px) {
  body .feature-sec .need {
    padding-bottom: 5em !important;
  }
}

body .feature-sec .need .pics {
  padding-top: 3em;
}

@media screen and (min-width: 768px) {
  body .feature-sec .need .pics {
    max-height: 405px;
  }
}

@media screen and (min-width: 992px) {
  body .feature-sec .need .pics {
    max-height: 337px;
  }
}

@media screen and (min-width: 1200px) {
  body .feature-sec .need .pics {
    max-height: 313px;
  }
}

body .feature-sec .need .pics h4 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #2C80FC;
}

body .feature-sec .sec-2 {
  background-size: 250%;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-bottom: 2em !important;
}

@media screen and (min-width: 768px) {
  body .feature-sec .sec-2 {
    padding-bottom: 5em !important;
  }
}

@media screen and (min-width: 768px) {
  body .feature-sec .sec-2 {
    background-size: cover;
    background-position: center center;
  }
}

@media screen and (min-width: 1200px) {
  body .feature-sec .sec-2 {
    background-position: center 80%;
  }
}

body .feature-sec .sec-2 .placeholder {
  padding-bottom: 12em;
}

@media screen and (min-width: 768px) {
  body .feature-sec .sec-2 .placeholder {
    padding-bottom: 25em;
  }
}

body .feature-sec .sec-2 .custom-arrow-prev {
  z-index: 2;
  left: -3em;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body .feature-sec .sec-2 .custom-arrow-prev.slick-disabled {
  z-index: 2;
  left: -3em;
}

body .feature-sec .sec-2 .custom-arrow-next {
  right: -3em;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-animation: arrowToRight 1.5s infinite;
          animation: arrowToRight 1.5s infinite;
}

body .feature-sec .sec-2 .custom-arrow-next.slick-disabled {
  right: -3em;
}

body .feature-sec .sec-2 .slick-arrow {
  top: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

body .feature-sec .sec-2 .watch {
  display: none;
  font-size: 28px;
  text-align: right;
  padding-top: 11.5em;
  line-height: 1;
  color: white;
}

@media screen and (min-width: 992px) {
  body .feature-sec .sec-2 .watch {
    display: block;
    padding-top: 10em;
  }
}

@media screen and (min-width: 1200px) {
  body .feature-sec .sec-2 .watch {
    padding-top: 11.8em;
  }
}

@-webkit-keyframes arrowToRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
}

@keyframes arrowToRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
}

@-webkit-keyframes arrowToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}

@keyframes arrowToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}

body .feature-sec .second-p {
  padding-bottom: 18em;
}

@media screen and (min-width: 768px) {
  body .feature-sec .second-p {
    padding-bottom: 25em;
  }
}

body .feature-sec .sec-2-icons {
  padding-top: 0;
  margin-top: -2em;
}

body .feature-sec .sec-2-icons__hr {
  border: none;
  border-bottom: 3px solid #4FC3F7;
  padding-top: 2em;
}

body .feature-sec .sec-2-icons .pic-box {
  text-align: center;
  padding: 0 1em;
  width: 50%;
}

@media screen and (min-width: 768px) {
  body .feature-sec .sec-2-icons .pic-box {
    width: 33.333%;
    padding: 0 1em;
  }
}

@media screen and (min-width: 992px) {
  body .feature-sec .sec-2-icons .pic-box {
    width: 20%;
  }
}

body .feature-sec .sec-2-icons .icon {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

body .feature-sec .sec-2-icons__p {
  font-weight: 600;
}

body .feature-sec .sec-3 img {
  margin-bottom: -1em;
}

body .feature-sec .sec-4 {
  background-size: cover;
}

@media screen and (min-width: 768px) {
  body .feature-sec .sec-4 figure {
    padding: 3em 0;
  }
}

body .feature-sec .sec-4 .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  body .feature-sec .sec-4 .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

body .feature-sec .sec-4 .blue-text {
  color: #2C80FC;
}

@media screen and (min-width: 768px) {
  body .feature-sec .sec-4 .text {
    padding-top: 5em;
  }
}

body .feature-sec .sec-4 .countup-container {
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  body .feature-sec .sec-5 .right {
    padding-top: 5em;
  }
}

body .feature-sec .sec-5 .pic-text {
  margin-top: -0.5em;
}

@media screen and (min-width: 992px) {
  body .feature-sec .sec-slider .custom-arrow-prev, body .feature-sec .sec-slider .custom-arrow-prev.slick-disabled {
    left: 5%;
  }
}

@media screen and (min-width: 1400px) {
  body .feature-sec .sec-slider .custom-arrow-prev, body .feature-sec .sec-slider .custom-arrow-prev.slick-disabled {
    left: 5em;
  }
}

@media screen and (min-width: 992px) {
  body .feature-sec .sec-slider .custom-arrow-next, body .feature-sec .sec-slider .custom-arrow-next.slick-disabled {
    right: 5%;
  }
}

@media screen and (min-width: 1400px) {
  body .feature-sec .sec-slider .custom-arrow-next, body .feature-sec .sec-slider .custom-arrow-next.slick-disabled {
    right: 5em;
  }
}

body .feature-sec .sec-slider .slick-arrow {
  top: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (min-width: 992px) {
  body .feature-sec .sec-8 figure, body .feature-sec .sec-9 figure {
    padding: 0 8em;
  }
}

@media screen and (min-width: 1400px) {
  body .feature-sec .sec-8 figure, body .feature-sec .sec-9 figure {
    padding: 0 5em;
  }
}