body {
  font-family: "Poppins", sans-serif;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}



:root {
  --mainblue: black;
  --font-poppins: "Poppins", sans-serif;
  --green1: #00a651;
  --gray-shade-1: #bfbfbf;


}

.btn-blue {
  display: inline-block;
  outline: none;
  border: none;
  background: var(--mainblue);
  text-decoration: none;
  color: white;
  padding: 12.5px 20px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  height: 40px;
  font-size: 15px;
  line-height: 15px;
  border-radius: 20px;
}

/* Top header */

.top-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  background: white;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Poppins", sans-serif;
}

.top-header .main-logo{
  display: flex;
  width:auto;
  height: 60px;
  align-items: center;
}

.top-header .main-logo a img{
  width: 200px;
  height: auto;
}

@media only screen and (max-width: 450px) {
  .top-header .main-logo a img{
    width: 130px;
    height: auto;
  }
  
}

.top-header .search-container{
  display: none;
  width: 100%;
  height: 60px;
  justify-content: center;
}

@media only screen and (min-width: 992px) {
  .top-header .search-container{
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: center;
  }
}


.search-container-mobile{
  display: block;
  width: 100%;
  height: 40px;
  font-family: "Poppins", sans-serif;
}

.main-search-box {
  width: 70%;
  position: relative;
  margin-top: 5px;

}
.main-search-box-mobile {
  width: 100%;
  position: relative;
}

.search-type-bar {
  position: absolute;
  width: 100%;
}

.search-dynamic-result {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9999;
  width: 100%;
  max-height: 60vh;
  overflow-y: auto;
  
}

.top-header .menu-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: 60px;
}

.top-header .menu-container .account-conatiner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 20px;
  cursor: pointer;
}

.menu-container .menu-name{
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  .menu-container .menu-name{
    font-size: 13px;
  }
  
}

.top-header .menu-container .mobile-hamburger-conatiner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 40px;
  cursor: pointer;
}

@media only screen and (max-width: 500px) {
  .top-header .menu-container .mobile-hamburger-conatiner{
    margin-left: 20px;
  }
  
}


@media only screen and (min-width: 992px) {
  .top-header .menu-container .mobile-hamburger-conatiner{
    display: none;
  }
  
}

.top-header .menu-container .cart-conatiner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 10px;
  cursor: pointer;
}

.menu-container .icon .menu-icon{
  font-size: 30px;
}

@media only screen and (max-width: 991px) {
  .menu-container .icon .menu-icon{
    font-size: 25px;
  }
  
}

.cart-item-row {
  font-family: "Poppins", sans-serif;
}
.cart-header {
  font-family: "Poppins", sans-serif;
}



/* Upper header */


.search-container {
  display: block;
  cursor: pointer;
}

.mobile-search {
  display: none;
  cursor: pointer;
}

.search-input {
width: 100%;
height: 60px;
border: 1px solid black;
}

.ssul {
list-style-type: none;
margin: 0;
padding: 0;
}

.ssul li {

padding: 10px 20px;
background: rgb(248, 248, 248);
cursor: pointer;


}

.ssul li:hover {

padding: 10px 20px;
background-color: var(--mainblue);
cursor: pointer;
color: white;


}



.pc-menu {
  display: block;
  background-color: white;
  color: var(--mainblue);
}

.menu {
display: none;
}

.fresh-link {
text-decoration: none;
color: black;
font-family: "Poppins", sans-serif;
}

.dropdown-menu-end {
font-family: "Poppins", sans-serif;
}
.small-heading {
font-weight: normal;
font-size: 17px;
font-family: "Poppins", sans-serif;
}

.search-icon {
margin-right: 10px;
}

.seeall-right-arrow {
margin-top: -4px;
margin-left: 10px;
}


.img-border2-ash {
border: 2px solid rgba(143, 143, 143, 0.5);
}

.ft-btn-out-black {
display: inline-block;
background: white;
border: 1px solid black;
text-decoration: none;
color: black;
font-size: 18px;
padding: 10px 20px;
}

.ft-btn-out-black:hover {

background: black;
color: white;

}

.ft-input {
display: block;
height: 40px;
width: 100%;
padding-left: 20px;
font-family: "Poppins", sans-serif;
}

.ft-label {
margin-bottom: 10px;
margin-top: 10px;
font-family: "Poppins", sans-serif;
font-size: 18px;
color: black;
}

@media only screen and (max-width: 991px) {
  .search-container {
      display: none;
  }

  .mobile-search {
      display: block;
  }

  .pc-menu {
      display: none;
  }


.menu {
  width: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}


}

.splide__progress__bar {
  height: 5px;
  background: #56b904;
}


.drop-menu-icon {
font-size: 17px;
margin-right: 15px;
margin-top: -3px;
font-family: "Poppins", sans-serif;
}

.cart {
  width: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-right: 10px;
  
}

.account {
  width: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-right: 12px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}


.cart-text {
  margin-top: 5px;
  color:black;
  font-family: "Poppins", sans-serif;
}


.account-text {
  margin-top: 5px;
  color:black;
  cursor: pointer;
}

.shop-text {
  margin-top: 5px;
  font-family: "Poppins", sans-serif;
}

.search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}


.search-button {
  background: var(--mainblue);
  color: white;
  outline: none;
  border: 1px solid var(--mainblue);
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}

.search-bar {
  border: 1px solid var(--mainblue);
  padding: 10px 10px;
  width: 100%;
  outline: none;
  font-family: "Poppins", sans-serif;
}


.main-logo {
  width: 168.067226px;
  height: 40px;
}



@media only screen and (min-width: 460px) {



.main-logo {
  width: 210.0840336px;
  height: 50px;
}


.cart {
  width: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  margin-right: 20px;
  font-family: "Poppins", sans-serif;
  
}

.account {
  width: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  margin-right: 18px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}

.menu {
  font-size: 17px;
  font-family: "Poppins", sans-serif;

}

.shop-text {
  margin-top: 5px;
}

.cart-text {
  margin-top: 5px;
  color:black;
}

}


/* PC menue */
.pc-menu-container {
  border-bottom: 1px solid rgba(133, 133, 133, 0.527);
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
}

.pc-menu-item{
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  height: 100%;
  margin-right: 12px;
  margin-left: 12px;
  color: var(--mainblue);
}

.underline {
  width: 100%;
  height: 5px;
  background-color: none;
}

.pc-menu-item:hover .underline {
  background-color: var(--mainblue);
} 

.pc-menu-item-expnad{
  display: block;
  position: absolute;
  top: 143px;
  left: 0px;
  width: 100%;
  height: 450px;
  background: rgb(255, 255, 255);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  z-index: 20;
  border-bottom: 5px solid var(--mainblue);
  border-left: 5px solid var(--mainblue);
  border-right: 5px solid var(--mainblue);
}

@media only screen and (max-width: 1286px) {
  .pc-menu-item-expnad{
    top: 173px;
  }
  
}

.pc-menu-item:hover .pc-menu-item-expnad{
  visibility: visible;
  opacity: 1;
}

.pc-menu-item-expnad h4 {
font-size: 20px;
color: #077eec;
/* border-bottom: 1px solid rgb(223, 223, 223); */
margin-top: 10px;

}


.pc-me-ex-ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-right: 20px;
}

.pc-me-ex-ul li{
  line-height: 25px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  background: #0084ff07;
  margin-bottom: 5px;
}

.pc-me-ex-ul li a{
text-decoration: none;
color: black;
font-size: 15px;
padding: 10px 10px;

}



.px-ex-ul-div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;

}

.mobile-menu-title {
  color: #2E74B3;
}


/* Carousel Home */
.carousel-container-whole {
  width: 100%;
  overflow-y: hidden;
}



.home-feature-container{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-between;

}

.home-feature-container .reapir {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  width: 100%;
  height: 48%;
  background: linear-gradient(-3600deg, #3F2B96 0%, #A8C0FF 100%);
}

.home-feature-container .buy-phone {
  display: flex;
  border-radius: 30px;
  width: 100%;
  height: 48%;
  background: rgb(131,58,180);
  background: linear-gradient(-360deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 0%, rgba(252,176,69,1) 100%);
}

@media only screen and (max-width: 767px) {
  .home-feature-container{
    width: 100%;
    height: 190px;
    flex-direction: row;
    margin-top: 15px;
  }

  .home-feature-container .reapir {
    height: 100%;
    width: 48%;
    display: flex;
    flex-direction: column;
  }
  
  .home-feature-container .buy-phone {
    height: 100%;
    width: 48%;
  }
  
}

.repair-tools {
  height: 80px;
  width: auto;

}

.home-feature-text {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: white;
  text-align: center;
}

#trade-in {
  background: linear-gradient(90deg, #d53369 0%, #daae51 100%);
}

/* Mobile header */



.mobile__nav {
  margin: 0;
  padding: 0 0 0 0;
  box-sizing: border-box;
}

.mobile__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

.mobile__nav a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: black;
  padding: 10px 15px 15px 15px;
  font-family: "Poppins", sans-serif;
}

.mobile__nav {
  position: absolute;
  width: 90%;
  height: 100%;
  background: #ededed;
  overflow: hidden;
}
.mobile__nav header {
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 10px 0px;
}

.mobile__nav header .header__btns button {
  padding: 10px 15px;
  font-size: 14px;
  border: 0;
  background: white;
  cursor: pointer;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.mobile__nav nav {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.mobile__nav nav ul.first-level {
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mobile__nav nav ul.first-level li {
  background: white;
  border-bottom: 1px solid rgba(143, 143, 143, 0.37);
}
.mobile__nav nav ul.first-level li:hover {
  background: rgb(231, 231, 231);
}
.mobile__nav nav ul.first-level li:hover a {
  color: rgb(4, 141, 233);
}
.mobile__nav nav ul.second-level {
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: transform 200ms ease-in;
}
.mobile__nav nav ul.second-level li {
  background: white;
  border-bottom: 1px solid rgba(143, 143, 143, 0.37);
}
.mobile__nav nav ul.second-level li:hover {
  background: rgb(231, 231, 231);
}
.mobile__nav nav ul.second-level li:hover a {
  color: rgb(4, 141, 233);
}
.mobile__nav nav ul.second-level.active {
  transform: translateX(0%);
}
.mobile__nav nav ul.third-level {
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: transform 200ms ease-in;
}
.mobile__nav nav ul.third-level li {
  background: white;
  border-bottom: 1px solid rgba(143, 143, 143, 0.37);
}
.mobile__nav nav ul.third-level li:hover {
  background: rgb(231, 231, 231);
}
.mobile__nav nav ul.third-level li:hover a {
  color: rgb(4, 141, 233);
}
.mobile__nav nav ul.third-level.active {
  transform: translateX(0%);
}
.mobile__nav nav a[data-level-id] {
  position: relative;
}
.mobile__nav nav a[data-level-id]::after {
  content: "❯";
  position: absolute;
  right: 10px;
}
.mobile__nav nav a.back__menu {
  padding-left: 50px;
}
.mobile__nav nav a.back__menu[data-level-id]::after {
  content: "❮";
  left: 5px;
}




/* Footer section */


.footer-section ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
background: #ffffff;
position: relative;
}
.footer-cta {
margin-top: 50px;
border-bottom: 1px solid #9e9e9e9a;
border-top: 1px solid #9e9e9e9a;
}
.single-cta i {
color: #000000;
font-size: 30px;
float: left;
margin-top: 8px;
font-family: "Poppins", sans-serif;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text p {
color: #000000;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
font-family: "Poppins", sans-serif;
}
.cta-text span {
color: #757575;
font-size: 15px;
font-family: "Poppins", sans-serif;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}

.footer-text div {
margin-bottom: 14px;
font-size: 15px;
color: #5a5858;
line-height: 28px;
padding-right: 25px;
font-weight: normal;
font-family: "Poppins", sans-serif;
}
.footer-social-icon span {
color: #000000;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
font-family: "Poppins", sans-serif;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
font-family: "Poppins", sans-serif;
}
.footer-social-icon i {
display: inline-block;
}

.footer-widget p {
font-size: 20px;
font-weight: 600;
font-family: "Poppins", sans-serif;
}

.orange-bar {
width: 65px;
height: 3px;
background-color: #ff5e14;
margin-bottom: 20px;
}


.footer-widget ul{
list-style-type: none;
}

.footer-widget ul li {
float: left;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: var(--mainblue);
cursor: pointer;
}
.footer-widget ul li a {
color: #5c5c5c;
text-transform: capitalize;
text-decoration: none;
cursor: pointer;
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #ffffff;
border: 1px solid #9e9e9e7c;
color: #333333;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: var(--mainblue);
  padding: 13px 20px;
  border: none;
  top: 0;
  height: 100%;
  color: white;
  font-size: 18px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.copyright-area{
background: #ebebeb;
padding: 25px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #000000;
font-family: "Poppins", sans-serif;
border-top: 1px solid rgb(194, 194, 194);
padding-top: 15px;
}
.copyright-text p a{
color: var(--mainblue);
text-decoration: none;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #00b8e6;
}
.footer-menu li a {
font-size: 14px;
color: #070597;
font-family: "Poppins", sans-serif;
}


/* About us page */

.aboutusdiv {
width: 100%;
height: auto;
overflow: hidden;

}

.aboutusdiv img {
width: 100%;
height: auto;

}

.about-us-text {
font-size: 20px;
text-align: center;
line-height: 30px;
font-family: "Poppins", sans-serif;
}

.about-btn-container {
margin-top: 120px;
display: flex;
flex-direction: row;
justify-content: center;
}

.about-btn {
padding: 20px 40px;
display: block;
background: rgb(53, 157, 248);
color: white;
font-size: 20px;
margin-inline: 20px;
font-family: "Poppins", sans-serif;

}


/* index banner style */

.banner-img {
width: 100%;
height: auto;
margin-top: -2%;
}
.banner-holder {
height: 270px;
overflow: hidden;
}

@media only screen and (min-width: 395px) {

.banner-img {
  margin-top: -13%;
}
.banner-holder {
  height: 270px;
}

}

@media only screen and (min-width: 625px) {

.banner-img {
  margin-top: -15%;
}
.banner-holder {
  height: 350px;
}
}

@media only screen and (min-width: 895px) {
.banner-img {
  margin-top: -13%;
}
.banner-holder {
  height: 400px;
}
}

@media only screen and (min-width: 1020px) {
.banner-img {
  margin-top: -17%;
}
.banner-holder {
  height: 500px;
}

}



/* Index contents */

.whole-body-container{
  padding-left: 150px;
  padding-right: 50px;
}



.category-container {
font-family: "Poppins", sans-serif;
}
.category-h2 {
font-family: "Poppins", sans-serif;
display: inline-block;
font-size: 20px;
font-weight: bold;
}

.category-available {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  font-size: 20px;
  }

.seeall-link{
background: none;
border: 1px solid rgb(212, 212, 212);
padding: 2px 10px;
text-decoration: none;
font-size: 18px;
border-radius: 15px;
margin-left: 10px;
font-family: "Poppins", sans-serif;


}

.devider {
width: 3px;
height: 25px;
display: inline-block;
background: rgb(117, 117, 117);
margin-left: 20px;
margin-right: 20px;
}

.category-seeall {
text-decoration: none;
color: red;
font-size: 25px;
font-family: "Poppins", sans-serif;
}

.index-category {
font-size: 16px;
margin-top: 10px;
color: black;
font-family: "Poppins", sans-serif;
}

.single-category {
text-decoration: none;
}

.single-category img {
padding: 10px;
border-radius: 50%;
width: 100px;
height: 100px;
}

.single-category:hover .category-svg {
border: 1px solid var(--mainblue);
}

@media only screen and (min-width: 995px) {
.single-category img {
  width: 130px;
  height: 130px;
}
}

.feature1-container {
font-family: "Poppins", sans-serif;
}

.custom-pc {
border: 5px solid rgb(31, 29, 29);
}

.black-link-btn {
display: inline-block;
text-decoration: none;
color: white;
font-family: "Poppins", sans-serif;
background-color: #000000;
padding: 10px 20px;
border: 5px solid rgba(255, 255, 255, 0);

}

.black-link-btn:hover {
color: white;
border: 5px solid red;

}

.featured-service {
background-color: #fab722;
color: black;
font-weight: bold;
font-size: 35px;
text-align: center;
font-family: "Poppins", sans-serif;
}

.accessories-zone {
background-color: #eec5e4;
}

.accessories-zone h2 {
color: black;
font-weight: bold;
font-size: 35px;
text-align: center;
font-family: "Poppins", sans-serif;
}

.accessories-zone-detail {
font-family: "Poppins", sans-serif;
}



/* Login register */

.modal-body {
font-family: "Poppins", sans-serif;
}

.f-pass {
color: blue;
cursor: pointer;
}

.signin-submit {
background: black;
color: white;
font-family: "Poppins", sans-serif;
padding: 10px 30px;
width: 100%;
}

.account-exist {
color: red;
font-family: "Poppins", sans-serif;
}

.account-exist-mobile {
color: red;
font-family: "Poppins", sans-serif;
}

.otp-failed {
color: red;
font-family: "Poppins", sans-serif;
}


/* Product card design */

.product-name-t1 {
text-decoration: none;
font-family: "Poppins", sans-serif;
color: black;
font-size: 1.0rem;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; 
text-align: left;
}

.rating-number {
font-family: "Poppins", sans-serif;
color: black;
font-size: 12px;
}

.product-price {
font-family: "Poppins", sans-serif;
color: black;
font-size: 1.3rem;
font-weight: bold;
}

.product-link-t1 {
text-decoration: none;
font-family: "Poppins", sans-serif;
}

.product-card-t1 {
box-shadow: none;
padding: 20px 5px;
}

.product-card-t1:hover {
box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.171);
}



/* Product details page */


.prod-nav-link {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1; 
text-align: left;
}

.prod-link-div{
margin-left: 5px;
margin-right: 5px;
font-size: 16px;
font-family: roboto;
}

.share-prod {
font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: bold;
display: block;
}

.share-btn a {
margin-right: 10px;
}

#instalink {
cursor: pointer;
}

.product-title-h1 {
font-weight: 500;
font-size: 18px;
font-family: "Poppins", sans-serif;
margin-bottom: 0px;

}

@media only screen and (max-width: 991px) {
.product-title-h1 {
  font-weight: bold;
  font-size: 24px;
  font-family: roboto;
}

}



.delivery {
font-weight: bold;
font-size: 20px;
font-family: roboto;
margin-left: 15px;
}

.delivery-charge {
font-weight: bold;
font-size: 20px;
font-family: roboto;
margin-left: 15px;
color: green;
text-transform: capitalize;
}

.p-brand {
text-transform: capitalize;
}
.pro-img-cont {
height: 100%;
width: 100%;
background: black;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
#main-carousel {
width: 100%;
}

#thumbnail-carousel {
width: 100%;
}

.prod-price {
font-family: "Poppins", sans-serif;
font-size: 30px;
font-weight: bold;
color: black;
}

.prod-price-bd {
font-family: roboto;
font-size: 25px;
font-weight: bold;
color: red;
text-decoration: line-through;
}
.price-save {
font-family: roboto;
font-size: 20px;
font-weight: normal;
color: red;
margin-left: 15px;
}
.vat_inc {
font-family: roboto;
font-size: 17px;
font-weight: normal;
color: black;
}

.pro-condition {
font-family: roboto;
font-size: 20px;
}

.counter {
width: 50px;
display: flex;
flex-direction: row;
align-items: center;
}
.counter input {
width: 80px;
border: 0;
line-height: 30px;
font-size: 20px;
text-align: center;
background: #ebebeb;
color: #000000;
appearance: none;
outline: 0;
border: 1px solid rgb(212, 212, 212);
}
.counter span {
display: block;
font-size: 25px;
padding: 0 10px;
cursor: pointer;
color: #ffffff;
background: #077eec;
user-select: none;

}
.counter .up {
margin-left: 10px;
}
.counter .down {
margin-right: 10px;
}

.stock {
font-family: roboto;
font-size: 20px;

}

.quan {
background: none;
margin-right: 10px;
font-family: roboto;
font-weight: normal;
font-size: 18px;

}

.add-cart {
outline: none;
background: yellow;
color: black;
font-family: roboto;
font-weight: normal;
font-size: 18px;
line-height: 18px;
padding: 10px 30px;
border-radius: 22px;
border: none;
}

.buy-now {
outline: none;
background: rgb(255, 209, 5);
color: black;
font-family: roboto;
font-weight: normal;
font-size: 18px;
line-height: 18px;
padding: 10px 30px;
border-radius: 22px;
border: none;
}

.smae-day-del {
font-family: roboto;
font-weight: bold;
font-size: 15px;
}

.prod-feat {
background-color: #f3f3f3;
}

.prod-feat-div {
display: flex;
flex-direction: row;
}

.prod-feat-div div {
font-family: roboto;
font-weight: bold;
font-size: 20px;
margin-left: 20px;
}

.man-war {
font-family: roboto;
font-weight: normal;
font-size: 15px;
}

.pro-det-ul {
list-style-type: none;
}


.list-tick {
color: #00a651;
font-weight: bold;
margin-right: 10px;
font-size: 25px;
}

.prod-features h2 {
font-family: roboto;
font-weight: bold;
font-size: 25px;
color: black;
}

.product-overview {
font-family: roboto;
font-size: 18px;
}

.product-description {
font-family: roboto;
font-size: 18px;
}


/* Login verify page */

.loader {
width: 60px;
height: 60px;
border: 7px solid #ececec;
border-bottom-color: #FF3D00;
border-radius: 50%;
display: inline-block;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}

@keyframes rotation {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
} 

.wrong-pass {
  font-family: roboto;
  font-size: 20px;
  color: red;
  text-align: center;
}


  /* Product filter CSS */

.filter-title {
font-family: roboto;
font-size: 17px;
color: rgb(14, 90, 233);
font-weight: bold;
margin-bottom: 10px;
margin-top: 10px;
}

.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}

.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}

.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 1px solid #dddddd;
background: #0084ff;
color: #333333;
font-weight: bold;
}
.ui-widget-header a {
color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 1px solid rgb(151, 150, 150);
background: white;
font-weight: normal;
color: #454545;
border-radius: 50%;
height: 25px;
width: 25px;
margin-top: -3px;
outline: none;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
border: none;
color: #454545;
text-decoration: none;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border: 1px solid #003eff;
background: #0ce005;
font-weight: normal;
color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff;
background-color: #ffffff;
}


/* product category page */

.main-category {
text-transform: capitalize;
font-family: "Poppins", sans-serif;
font-size: 23px;
font-weight: bold;

}

/* Top-sticky-cart */

.top-product-name{
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 18px;

}
.Top-sticky-cart .product-name-con{
  height: 80px;
  display: flex;
  align-items: center;
}


.Top-sticky-cart .product-detail-con{
  height: 80px;
  display: flex;
  align-items: center;
}



.top-cart-option {
  width: 90px;
  height: 40px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 18px;
  outline: none;
  border: 1px solid var(--mainblue);
}
.top-cart-qty{
  margin-left: 30px;
}

.top-cart-qty form {
  display: flex;
  align-items: center;
}

#top-cart-btn{
  border-radius: 0px; 
  margin-left:20px; 
  padding-left: 40px;
  padding-right: 40px;
}


.Top-sticky-cart {
  display: block;
  position: fixed;
  top: -80px;
  width: 100%;
  height: 80px;
  z-index: 999999;
  transition: top 0.3s;
  margin: 0;
  background: rgb(236, 236, 236);
  height: 80px;

}


@media only screen and (max-width: 991px) {

  .Top-sticky-cart {
    display: none;
  }

}

.product-details-topcat a {
  color: #212529BF;
  font-family: "Poppins", sans-serif;
  text-decoration: none;

}

/* bottom cart */


.bottom-cart .product-name-con{
  height: 80px;
  display: flex;
  align-items: center;
}


.bottom-cart .product-detail-con{
  height: 80px;
  display: flex;
  align-items: center;
}

.bottom-cart {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 999999;
  margin: 0;
  background: rgb(236, 236, 236);
  height: 80px;

}

@media only screen and (max-width: 991px) {

  .bottom-cart {
    display: block;
  }

}

.bottom-cart .prod-price {
  font-size: 25px;
}

.bottom-cart .product-detail-con {
  display: flex;
  justify-content: space-between;
}

.bottom-cart .top-cart-option {
  width: 60px;
  height: 40px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 18px;
  outline: none;
  border: 1px solid var(--mainblue);
}




/* product-card-v1 */

.product-card-container-v1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-card-v1 {
  width: 50%;
  height: auto;
  
}
@media only screen and (min-width: 551px) {
  .product-card-v1 {
    width: 33.33%;
  }
}
@media only screen and (min-width: 851px) {
  .product-card-v1 {
    width: 25%;
  }
}

@media only screen and (min-width: 1151px) {
  .product-card-v1 {
    width: 20%;
  }
}

@media only screen and (min-width: 2100px) {
  .product-card-v1 {
    width: 16.66%;
  }
}

.product-card-v1 .product-card-v1-link {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 10px;
  text-decoration: none;

}



.product-card-v1 .product-image{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-card-v1 .product-name {
  height: 36px;
}

.product-card-v1 .product-name h3{
  color: black;
  font-size: 15px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  text-align: left;
  font-weight: 400;

}

.product-card-v1 .bottom-line{
  width: 100%;
  border-bottom: 1px solid rgb(235, 235, 235);

}
.product-card-v1 .product-review {

  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
}

.product-review {

  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.rating-star{
  height: 13px;
}
.product-card-v1 .rating-star{
  height: 13px;
}

.product-card-v1 .discount-calc{
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--mainblue);
}

 .price {
  display: flex;
  flex-direction: row;
  align-items: center;
} 

.price .current-price {
  font-weight: bold;
  font-size: 25px;
  color: var(--mainblue);

} 
 .price .old-price {
  font-weight: 500;
  font-size: 18px;
  border-left: 1px solid rgb(209, 209, 209);
  margin-left: 10px;
  padding-left: 5px;
  color: rgb(122, 122, 122);
  text-decoration: line-through;
} 

.product-card-v1 .details-button {
  width: 100%;
  padding: 10px;
  text-align: center;
  border: 1px solid var(--mainblue);
  color: var(--mainblue);
  margin-top: 10px;
}

.product-card-v1 .details-button:hover {
  background: var(--mainblue);
  color: white;
}

#prod-detail-up-con {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
}

#prod-detail-up-con .con-left {
  display: block;
  width: 50%;
}
#prod-detail-up-con .con-right {
  display: block;
  width: 50%;
  padding-left: 20px;
}

@media only screen and (max-width: 835px) {
  #prod-detail-up-con {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  
  #prod-detail-up-con .con-left {
    display: block;
    width: 100%;
  }
  #prod-detail-up-con .con-right {
    display: block;
    width: 100%;
    padding-left:0px;
    margin-top: 15px;
  }
}


#modal-fullscreen{
  background: rgba(0, 0, 0, 0.705);
  
}

.product-img-slide{
  cursor: zoom-in;
}

.product-img-slide-modal {
  cursor: zoom-in;
}

.price-tag-img {
  height: 40px;
  width: 40px;
}

.con-right .price-container {
  display: flex;
  align-items: center;

}

.best-offer-price {
  color: white;
  background-color: red;
  font-family: "poppins", sans-serif ;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;

}

.delivery-title {
  display: flex;
  align-items: center;
  font-family: var(--font-poppins) ;
  margin-top: 10px;
  font-weight: 500;
  color: var(--green1);
}

.delivery-options {
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 5px;
}

.delivery-item {
  padding: 2px;
  border: .1px solid var(--green1);
  border-radius: 5px;
  font-size: 12px;
  font-family: var(--font-poppins);
  
}

.same-day-order {
  font-family: var(--font-poppins);
  font-size: 14px;
  margin-top: 5px;
}

.border {
  width: 100%;
  border-bottom: .5px solid rgba(0, 0, 0, 0.678);
}

.availability {
  font-family: var(--font-poppins);
}

.overview-title {
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: bold;
}

.overview-text {
  font-family: var(--font-poppins);
  font-size: 14px;
  padding-top: 8px;
}


/* trade in container */

.tradein-con{
  border: 1px solid black;
  padding: 10px;
}

