@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.theme-color {
  color: #3BA09E;
}

body {
  font-family: 'roboto';
  /*Single Product Page*/
  /*End Single Product*/
  /*Cart Page*/
  /*End Cart Page*/
  /*-------------------------------login Start---------------------------------------------------*/
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /*-------------------------------login Section End---------------------------------------------------*/
  /*--------checkout Section start--------*/
  /*--------checkout Section end--------*/
  /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
}

body a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

body .btn-search {
  background: #3BA09E;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
}

body .btn-search:hover {
  color: #fff;
  background: #3BA09E;
}

body .btn-buy {
  background-color: #fff;
  color: #3BA09E;
  border: 2px solid #3BA09E;
  border-radius: 5px 5px 5px 5px;
}

body .btn-buy:hover {
  background-color: #3BA09E;
  color: #fff;
}

body .btn-sign {
  border-radius: 0;
  background: #E6E6E6;
  color: #2a2a2a;
  font-weight: bold;
  border-right: 1px solid #BEBDBD;
}

body .header-area {
  /*Mobile Sidebar*/
  /*End Mobile Sidebar*/
}

body .header-area .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body .header-area .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  margin-left: 30px;
  margin-top: 30px;
}

body .header-area .overlay-content .dropdown-container {
  display: none;
  background-color: white;
  padding-left: 18px;
}

body .header-area .overlay-content .dropdown-btn i {
  right: 50px;
  position: absolute;
  font-size: 30px;
  margin-top: -8px;
}

body .header-area .overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 15px;
  color: black;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #eee;
}

body .header-area .overlay a:hover, body .header-area .overlay a:focus {
  color: #3BA09E;
}

body .header-area .overlay .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 50px;
  border-bottom: 0;
}

@media screen and (max-height: 450px) {
  body .header-area .overlay a {
    font-size: 20px;
  }
  body .header-area .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

body .header-area .top-slider .container-fluid {
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
}

body .header-area .top-slider .container-fluid .item {
  display: inline-block;
  margin-right: 60px;
}

body .header-area .top-slider .container-fluid .item img {
  margin-top: 15px;
  width: 50px;
  height: 50px;
}

body .header-area .top-slider .container-fluid .item p {
  font-size: 15px;
  margin-top: 15px;
}

body .header-area .top-slider .container-fluid .item p:hover {
  color: #3BA09E !important;
}

body .carousel-indicators li {
  width: 8px !important;
  height: 8px !important;
  border-radius: 100%;
}

body .carousel-indicators .active {
  background-color: #3BA09E;
}

body #slider .mobile-image {
  display: block;
}

body #slider .desktop-image {
  display: none;
}

@media (min-width: 992px) {
  body #slider .mobile-image {
    display: none;
  }
  body #slider .desktop-image {
    display: block;
  }
}

body #slider .mobile-image img {
  width: 100%;
  height: auto;
}

body #slider .desktop-image img {
  width: 100%;
  height: auto;
}

body .filter-button {
  height: 40px;
  width: 70px;
  border: 1px solid #3BA09E;
}

body #Best_Products li:hover {
  border-bottom: 1px solid #3BA09E;
}

body #Best_Products .theme-primary-btn {
  text-align: center;
  color: #3BA09E;
  background: #FFFFFF;
  border-color: #3BA09E;
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
}

body #Best_Products .theme-primary-btn:hover {
  background: #3BA09E;
  color: white;
}

body #Best_Products .product-name {
  color: #3BA09E;
  font-size: 16px;
  position: relative;
}

body #Best_Products .money {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #FB0303;
}

body #Best_Products .compare-money {
  font-size: 18px;
  text-decoration: line-through;
  color: #848484;
}

body #Best_Products .money {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #FB0303;
}

body #Best_Products .compare-money {
  font-size: 14px;
  text-decoration: line-through;
  color: #848484;
  white-space: nowrap;
}

body #Best_Products .product-card {
  width: 100%;
  padding: 0% !important;
  background: #FFFFFF;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

body #Best_Products .product-card img {
  width: 90%;
  height: auto;
  border-radius: 12px;
}

body #Best_Products .product-card:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.36);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.36);
  border-radius: 5px;
}

body #Best_Products .countdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #Best_Products .countdown-container span {
  font-size: 18px;
}

body #Best_Products .countdown-container .big-text {
  font-size: 30px;
}

body #Best_Products .countdown-container strong {
  padding-top: 5px;
  font-size: 40px;
}

body #Best_Products .countdown-container div {
  margin: 5px;
  text-align: center;
  padding-bottom: 0px 10px;
  border-radius: 12px;
  width: 60px;
  background-color: #E6E6E6;
  color: black;
}

body #Best_Products .card-special-offer {
  text-align: center;
  border: 3px solid #3BA09E;
  border-radius: 10px;
}

body #Best_Products .card-special-offer .special-offer-text {
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 22px;
}

body #Best_Products .card-special-offer .special-product-level {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #3BA09E;
  color: white;
  padding: 19px 5px;
  line-height: 1.2;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 50% 50% 50% 50%;
}

body #Best_Products .card-special-offer img {
  width: 100%;
}

body #Best_Products .card-special-offer .deal-stock div {
  display: inline;
}

body #Best_Products .card-special-offer .progress-bar-color {
  background-color: #3BA09E !important;
}

body #New_Products li:hover {
  border-bottom: 1px solid #3BA09E;
}

body #New_Products .theme-primary-btn {
  text-align: center;
  color: #3BA09E;
  background: #FFFFFF;
  border-color: #3BA09E;
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
}

body #New_Products .theme-primary-btn:hover {
  background: #3BA09E;
  color: white;
}

body #New_Products .product-name {
  color: #3BA09E;
  font-size: 16px;
  position: relative;
}

body #New_Products .money {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #FB0303;
}

body #New_Products .compare-money {
  font-size: 18px;
  text-decoration: line-through;
  color: #848484;
}

body #New_Products .money {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #FB0303;
}

body #New_Products .compare-money {
  font-size: 14px;
  text-decoration: line-through;
  color: #848484;
  white-space: nowrap;
}

body #New_Products .product-card {
  width: 100%;
  padding: 0% !important;
  background: #FFFFFF;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

body #New_Products .product-card img {
  width: 90%;
  height: auto;
  border-radius: 12px;
}

body #New_Products .product-card:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.36);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.36);
  border-radius: 5px;
}

body #New_Products .countdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #New_Products .countdown-container span {
  font-size: 18px;
}

body #New_Products .countdown-container .big-text {
  font-size: 30px;
}

body #New_Products .countdown-container strong {
  padding-top: 5px;
  font-size: 40px;
}

body #New_Products .countdown-container div {
  margin: 5px;
  text-align: center;
  padding-bottom: 0px 10px;
  border-radius: 12px;
  width: 60px;
  background-color: #E6E6E6;
  color: black;
}

body #techcare_shop li:hover {
  border-bottom: 1px solid #3BA09E;
}

body #techcare_shop .theme-primary-btn {
  text-align: center;
  color: #3BA09E;
  background: #FFFFFF;
  border-color: #3BA09E;
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
}

body #techcare_shop .theme-primary-btn:hover {
  background: #3BA09E;
  color: white;
}

body #techcare_shop .product-name {
  color: #3BA09E;
  font-size: 16px;
  position: relative;
}

body #techcare_shop .money {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #FB0303;
}

body #techcare_shop .compare-money {
  font-size: 18px;
  text-decoration: line-through;
  color: #848484;
}

body #techcare_shop .money {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #FB0303;
}

body #techcare_shop .compare-money {
  font-size: 14px;
  text-decoration: line-through;
  color: #848484;
  white-space: nowrap;
}

body #techcare_shop .product-card {
  width: 100%;
  padding: 0% !important;
  background: #FFFFFF;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

body #techcare_shop .product-card img {
  width: 90%;
  height: auto;
  border-radius: 12px;
}

body #techcare_shop .product-card:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.36);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.36);
  border-radius: 5px;
}

body #techcare_shop .countdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #techcare_shop .countdown-container span {
  font-size: 18px;
}

body #techcare_shop .countdown-container .big-text {
  font-size: 30px;
}

body #techcare_shop .countdown-container strong {
  padding-top: 5px;
  font-size: 40px;
}

body #techcare_shop .countdown-container div {
  margin: 5px;
  text-align: center;
  padding-bottom: 0px 10px;
  border-radius: 12px;
  width: 60px;
  background-color: #E6E6E6;
  color: black;
}

body #techcare_shop .range-filter {
  width: 240px;
  margin: auto;
}

body #techcare_shop .range-controls {
  position: relative;
  height: 30px;
  padding: 0 30px;
  border-radius: 5px;
  overflow: hidden;
}

body #techcare_shop .scale {
  margin-top: 20px;
  height: 2px;
  background: #d7dcde;
}

body #techcare_shop .bar {
  height: 2px;
  background: #3BA09E;
}

body #techcare_shop .toggle {
  position: absolute;
  width: 4px;
  top: 12px;
  left: 30px;
  height: 4px;
  border: 8px solid #3BA09E;
  background: #ababab;
  cursor: pointer;
  border-radius: 50%;
}

body #techcare_shop .min-toggle {
  left: 70px;
}

body #techcare_shop .max-toggle {
  left: 165px;
}

body #techcare_shop .price-controls input {
  width: 55px;
  margin-left: 10px;
  border: none;
  background: #34495e;
  font-size: 16px;
  font-family: "Tahoma", sans-serif;
  text-align: center;
  color: #283136;
  border-radius: 5px;
  color: white;
}

body #techcare_shop .min-price {
  margin-right: 14px;
}

body #techcare_shop .range-filter {
  width: 240px;
  margin: auto;
}

body #techcare_shop .range-controls {
  position: relative;
  height: 30px;
  padding: 0 30px;
  border-radius: 5px;
  overflow: hidden;
}

body #techcare_shop .scale {
  margin-top: 20px;
  height: 2px;
  background: #d7dcde;
}

body #techcare_shop .bar {
  height: 2px;
  background: #3BA09E;
}

body #techcare_shop .toggle {
  position: absolute;
  width: 4px;
  top: 12px;
  left: 30px;
  height: 4px;
  border: 8px solid #3BA09E;
  background: #ababab;
  cursor: pointer;
  border-radius: 50%;
}

body #techcare_shop .min-toggle {
  left: 70px;
}

body #techcare_shop .max-toggle {
  left: 165px;
}

body #techcare_shop .price-controls input {
  width: 55px;
  margin-left: 10px;
  border: none;
  background: #34495e;
  font-size: 16px;
  font-family: "Tahoma", sans-serif;
  text-align: center;
  color: #283136;
  border-radius: 5px;
  color: white;
}

body #techcare_shop .min-price {
  margin-right: 14px;
}

body .single-product h3 {
  color: #3BA09E;
}

body .single-tab .nav-link {
  color: #3BA09E;
}

body .related-products .product-card {
  width: 100%;
  padding: 0% !important;
  background: #FFFFFF;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

body .related-products .product-card img {
  width: 90%;
  height: auto;
  border-radius: 12px;
}

body .related-products .product-card .product-name {
  color: #3BA09E;
  font-size: 16px;
  position: relative;
}

body .related-products .product-card .product-price .money {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #FB0303;
}

body .related-products .product-card .product-price .compare-money {
  font-size: 14px;
  text-decoration: line-through;
  color: #848484;
}

body .related-products .product-card:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.36);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.36);
  border-radius: 5px;
}

body .coupon-code {
  background: #E6E6E6;
  color: #3BA09E;
}

body .login {
  overflow-x: hidden;
}

body .login .tab-content {
  margin-left: 10px;
  margin-right: 10px;
}

body .login .nav-pills .nav-link.active, body .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3BA09E;
}

body .login .login-tab {
  cursor: pointer;
  background: #E6E6E6;
  border-radius: 5px 5px 5px 5px;
  max-width: 600px;
  margin: auto;
  margin-bottom: 25px;
}

body .login .nav-link {
  color: black;
}

body .login .login-form {
  max-width: 600px;
  margin: auto;
}

body .login .btn-login {
  background: #3BA09E;
  color: #fff;
  border-radius: 5px 0px 0px 5px;
}

body .login .btn-sign-up {
  background: #3BA09E;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 25px;
}

body .login .btn-sign-in {
  background: #3BA09E;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 95px;
}

body .login .btn-login {
  margin-left: 570px;
}

body .login .password-icon {
  cursor: pointer;
  margin-left: -40px;
  margin-top: auto;
}

body .form-holder {
  cursor: pointer;
  background: #E6E6E6;
}

body .login .forgot {
  margin-top: 19px;
  color: black;
}

body .check-box {
  margin-top: 19px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body .check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

body .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 21px;
  border-radius: 5px 5px 5px 5px;
  background-color: #E6E6E6;
}

body .check-box:hover input ~ .checkmark {
  background-color: #c5c2c2;
}

body .check-box input:checked ~ .checkmark {
  background-color: #3BA09E;
}

body .checkmark:after {
  content: "";
  position: absolute;
}

body .check-box input:checked ~ .checkmark:after {
  display: block;
}

body .check-box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .checkout {
  overflow-x: hidden;
}

body .vl {
  border-left: 2px solid #E6E6E6;
  height: 450px;
  position: absolute;
}

body .checkout .checkout-box {
  background-color: #E6E6E6;
  max-width: auto;
  padding: 20px;
  border-radius: 5px 5px 5px 5px;
}

body .checkout .btn-sign-up {
  background: #3BA09E;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
}

body .checkout .form-check-input:checked {
  background-color: #3BA09E;
  border-color: #3BA09E;
}

body .checkout .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

body #footer {
  background: #919090;
  padding: 0 0 15px 0;
  color: #070707;
  font-size: 14px;
}

body #footer .footer-top {
  background: #faf9f9;
  border-bottom: 1px solid #2f2f2f;
  padding: 60px 0 30px 0;
}

body #footer .footer-top .footer-info img {
  width: 230px;
  height: 90px;
  margin-top: -30px;
  margin-left: -5px;
}

body #footer .footer-top .footer-info {
  margin-bottom: 30px;
}

body #footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

body #footer .footer-top .footer-info .contact-info {
  margin-left: 0px;
}

body #footer .footer-top .support a {
  font-size: 50px;
  display: inline-block;
  background: #2a2a2a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 70px;
  height: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body #footer .footer-top .support a:hover {
  background: #3BA09E;
  color: #fff;
  text-decoration: none;
}

body #footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2a2a2a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body #footer .footer-top .social-links a:hover {
  background: #3BA09E;
  color: #fff;
  text-decoration: none;
}

body #footer .footer-top .app a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body #footer .footer-top .app img {
  width: 140px;
  height: 40px;
  padding-right: 10px;
}

body #footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: black;
  position: relative;
  padding-bottom: 12px;
}

body #footer .footer-top .footer-links {
  margin-bottom: 30px;
}

body #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body #footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #3BA09E;
  font-size: 18px;
  line-height: 1;
}

body #footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

body #footer .footer-top .footer-links ul a {
  color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

body #footer .footer-top .footer-links ul a:hover {
  color: #3BA09E;
}

body #footer .copyright {
  text-align: left;
  padding-top: 25px;
}

body #footer .payment {
  text-align: right;
  padding-top: 10px;
  color: #fff;
}

body #footer .payment img {
  text-align: right;
  width: auto;
  height: auto;
}

/*----------Slick slide--------------*/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: -ms-page;
  top: 45%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

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

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

.slick-prev:before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: black;
  margin-left: -100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: black;
  margin-right: -100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-slide img {
  height: 50px;
}

.top-slider p {
  font-size: 0.8rem;
}

.top-slider {
  margin-top: 0.4rem;
  overflow-x: hidden;
}

@media only screen and (max-width: 600px) {
  .top-slider {
    margin-left: 27px;
  }
  .top-slider p {
    font-size: 0.6rem;
  }
  .top-slider img {
    margin-top: 0.3rem;
    max-height: 35px;
  }
}

@media only screen and (max-width: 480px) {
  .top-slider {
    margin-left: 27px;
  }
  .top-slider p {
    font-size: 0.5rem;
  }
  .top-slider img {
    margin-top: 0.3rem;
    max-height: 25px;
  }
}
/*# sourceMappingURL=style.css.map */