body {
  min-height: 100vh;
  font-family: 'Roboto', sans-serif;
  background-color: #f6f6f8;
  max-width: 100%;
  overflow-x: hidden;
}


.navigation-bar {
  position: sticky;
  top: 0;
  z-index: 100;
}

.navigation-bar:hover .nav-dropdown {
  display: block;
}

i {
  color: #808080;
}

.no-scroll {
  overflow: hidden;
}

.text {
  color: #232323;
  font-size: 15px;
}

.close {
  border: none;
  background-color: white;
}

.currentUser {
  color: #707070;
}

.logout-dropdown {
  position: relative;
  display: inline-block;
}

.logout-dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f1f1f1;
  min-width: 85px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.logout-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.logout-dropdown-content a:hover {
  background-color: #ddd;
}

.logout-dropdown:hover .logout-dropdown-content {
  display: block;
}

.go-cart-btn {
  color: white;
  font-size: 14px;
  background-color: #ef5b25;
}

.go-cart-btn:hover {
  color: #ef5b25;
}

.modal-cart-btn {
  color: white;
  font-size: 14px;
  background-color: #3492eb;
}

.modal-cart-btn:hover {
  color: #3492eb;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.subheader {
  display: flex;
  gap: 8px;
  color: #5A5959;
  font-size: 12px;
}

.subheader i {
  margin-top: 4px;
  margin-left: 10px;
}

.lang-text {
  color: #232323;
  font-size: 16px;
}

.dropdown a:hover {
  color: #232323;
}

.col .icon {
  display: none;
}

/* Side bar mobile */
@media (max-width: 941px) {
  .nav {
    position: fixed;
    inset: 0 10% 0 0;
    width: 50%;
    background-color: #ddd;
    flex-direction: column;
    gap: 1rem;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 350ms ease-in-out;
  }

  .nav[data-visible="true"] {
    transform: translateX(0%);
  }

  .col .icon {
    display: block;
  }

  .navigation-bar {
    position: static;
    top: 0;
    z-index: 100;
    box-shadow: 1px 1px 1px #ddd;
  }

  hr {
    display: none;
  }
}

.menu {
  padding-top: 26px;
  margin-left: 10px;
}

.header-logo {
  height: 75px;
}

.header-left {
  display: flex;
  padding-top: 26px;
  margin-right: 10px;
  list-style: none;
  gap: 1rem;
  flex-direction: row-reverse;
}

hr {
  margin: 0 0;
  color: #808080;
  border: 0;
  border-top: 1px solid;
  opacity: .25;
  position: absolute;
  top: 5rem;
}

.nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  margin-left: 5px;
}

.nav .nav-item .nav-link.active {
  color: #3492eb;
  border-radius: 15px;
  border: 1px solid #3492eb;
}

.nav .nav-item:hover .nav-link {
  color: #3492eb;
}

.wrapper {
  display: grid;
  grid-template-columns: 30% 70%;
  column-gap: 12px;
  margin-right: 50px;
  margin-left: 50px;
}

.wrapper>div {
  background-color: #FFFFFF;
  padding: 2rem;
}

.sub-wrapper {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 12px;
}

.sub-wrapper>div {
  background-color: red;
}

/* .wrapper > div:nth-child(odd){
  background-color: #FFFFFF;
} */

.space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.arrival {
  text-align: center;
  font-size: 18px;
  color: #232323;
  padding-top: 18px;
}

.img-fluid {
  width: 100%;
  height: auto;
  padding: 10px 0px;
  object-fit: contain;
}

.product-cart {
  position: relative;
  top: 20px;
  display: grid;
  grid-template-columns: 20% 80%;
  column-gap: 10px;
}

.product-cart>div {
  background-color: #red;
  padding: 1rem;
}

.card-body {
  text-align: center;
}

.title-text {
  font-size: 15px;
  color: #232323;
  text-decoration: none;
}

.loading {
  height: 58px;
  text-align: center;
  background: url('Iphone-spinner-2.gif') no-repeat center;
  display: none;
}

.price-text b {
  color: #C72929;
  font-weight: 400;
  font-size: 16px;
}

.card-body a:hover {
  color: #3492eb;
}

.product-card {
  align-items: center;
  border: none;
}

.img-model {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid #ced4da;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hp-ipad {
  object-fit: contain;
  width: 225px;
  height: 225px;
  margin: auto;
  opacity: 1;
  display: block;
  backface-visibility: hidden;
}

.product-card:hover .hp-ipad {
  opacity: 0.3;
}

.hp-watch {
  object-fit: contain;
  width: 185;
  height: 225px;
  margin: auto;
  opacity: 1;
  display: block;
  backface-visibility: hidden;
}

.product-card:hover .hp-watch {
  opacity: 0.3;
}

.hp-imac {
  object-fit: contain;
  width: 200px;
  height: 200px;
  margin: auto;
  opacity: 1;
  display: block;
  backface-visibility: hidden;
}

.product-card:hover .hp-imac {
  opacity: 0.3;
}

.hp-iphone {
  object-fit: contain;
  width: 100%;
  margin: auto;
  opacity: 1;
  display: block;
  backface-visibility: hidden;
}

.product-card:hover .hp-iphone {
  opacity: 0.3;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.product-card:hover .middle {
  opacity: 1;
}

.card-text {
  width: auto;
  background-color: #eeeeee;
  color: black;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 5px;
}

.card-text:hover {
  background-color: #3492eb;
  color: white;
  cursor: pointer;
}

.footer-col {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.footer-logo {
  height: 60px;
}

.footer-icon {
  display: flex;
  gap: 8px;
  font-size: 14px;
  padding-bottom: 4px
}

.footer-icon i {
  padding-top: 3px;
  color: #232323;
}

.footer-text {
  font-size: 14px;
  margin-top: 5px;
  line-height: 24px;
  color: #232323;
  padding-bottom: 5px;
}

.ul-style ul {
  padding-left: 1px;
  line-height: 30px;
  padding-top: 21px;
}

.site-map li,
a {
  list-style: none;
  text-decoration: none;
  font-size: 14px;
  color: #232323;
}

.site-map a:hover {
  color: #3492eb;
}

.follow {
  padding-top: 19px;
}

.icon-follow {
  display: flex;
  list-style: none;
  gap: 1rem;
  padding-left: 1px;
}

.icon {
  color: #232323;
}


.aba {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  gap: 1rem;
}

.footer-padding {
  padding-left: 5rem;
}

@media (max-width: 992px) {
  .footer-padding {
    padding-left: 25px;
  }
}

.footer-copy {
  height: 50px;
  background-color: #c4c4c4;
  font-size: 14px;
  color: #232323;
  text-align: center;
  padding-top: 10px;
}

.title-navigate {
  height: 90px;
  padding-top: 25px;
  background-color: #eeeeee;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #333333;
}

.nav-path {
  background-color: #f6f6f8;
  padding-top: 10px;
}

.breadcrumb {
  padding-top: 11px;
  padding-left: 15px;
}

.breadcrumb a:hover {
  color: #3492eb;
}

.span-count {
  position: absolute;
  right: 1rem;
}

.card-header {
  border-bottom: none;
}

.filter {
  display: flex;
  justify-content: space-between;
}

.range {
  background: #fff;
  border-radius: 5px;
  padding-bottom: 30px;
  padding-left: 8px;
  padding-right: 13px;
}

.slider-wrapper {
  padding-top: 61px;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 25px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 34px;
  align-items: center;
}

.noUi-connect {
  background: #17A2B8;
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  font-size: 14px;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  padding-top: 3px;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 15px;
  color: #232323;
  margin-left: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 60px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #17A2B8;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17A2B8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17A2B8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* .product-show{
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
} */

.product-group {
  padding-top: 1.5rem;
  display: flex;
  justify-content: center;
}

.btn-show {
  border: 1px solid #dddddd;
  border-radius: 24px;
  background-color: #fff;
}

.shopping-img {
  width: 107px;
  height: 108px;
  object-fit: contain;
}

.list-center {
  vertical-align: middle;
  text-align: center;
}

.text-middle {
  vertical-align: middle;
}

.div-icon {
  display: flex;
  gap: 8px;
  list-style: none;
  padding-top: 10px;
}

.div-icon ul li i:hover {
  color: black;
  cursor: pointer;
}

.shopping-icon {
  border: 1px solid #808080;
  border-radius: 5px;
}

.checkout {
  display: flex;
  justify-content: end;
  border: 1px solid #ddd;
  height: 60px;
  padding-top: 15px;
  padding-right: 20px;
}

.btn-checkout {
  display: flex;
  justify-content: end;
  padding-top: 10px;
  padding-right: 0px;
}

.filterToggle {
  display: none;
}

@media (max-width: 1412px) {
  .filter-group {
    position: fixed;
    inset: 0 40% 0 0;
    width: 310px;
    background-color: #ddd;
    flex-direction: column;
    gap: 1rem;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 350ms ease-in-out;
  }

  .filter-group[data-visible="true"] {
    transform: translateX(0%);
  }

  .filterToggle {
    display: block;
  }

  .product-group {
    display: flex;
    justify-content: center;
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    z-index: 9;
  }
}