
body {

  font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;

}
.shop-container{
  max-width: 1180px;
  margin: auto;
  margin-top: 100px !important;
  margin-bottom: 71.5px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.shop-container.no-margin-top {
  margin-top: 10px;
}
.sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: space-between;
    max-width: 25%;
    min-width: 400px;
    line-height: 1.7;
    padding: 0px 50px ;
}
.sidebar label, .sidebar a , .sidebar input {
    font-weight: 400;
    color: grey;
    margin-left: 5px;

    text-decoration: none;
}
.sidebar label:hover,
.sidebar a:hover {
    cursor: pointer;
    color: black!important;
}
.sidebar li {
    
  list-style: none;
}
.grade-filter,
.models-filter,
.price-filter,
.storage-filter,
.color-filter,
.region-filter {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.grade-filter {

}
.models-filter li {
    text-decoration: none;
    border-bottom: .4px solid grey;
    padding: 5px 0;
}
.models-filter li:last-child {
    border-bottom: 0px solid grey;
}
.price-filter {

}
.storage-filter {

}
.color-filter ul {
  display: flex;
  margin-top: 15px;
}
.color-filter img {
  height: 25px;
  width: 25px;
  padding: 2px;
  border-radius: 20px;
}
.selected {
  border: 1px solid #0671e2;
}
.region-filter {

}
.wrapper {
    margin: 20px 0 0px;
}

  .price-input {
    width: 100%;
    display: flex;
    margin: 20px 0 0px;
  }
  .price-input .field {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    border-radius: 5px;
    text-align: center;
    border: 0px 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: 130px;
    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: #0071e3;
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    margin: 0;
    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: #0071e3;
    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);
  }
  




.content {
  max-width: calc(100% - 25%);
}
.popular-products_container h3,
.all-products_container h3{
  font-weight: 400;
}
.heading {
  margin-bottom: 20px;
}
.product-list {    
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
}
.product-card:last-child {
  border: none;
}
.popular-products_container .product-card {
display: flex;
}
.product-card{    
  max-width: 25%;
  margin: 20px 0;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  animation: fadeIn 2s;
  transform: translate(0vw, 0vh);
}
.product-image > img{
  min-width: 224px;
  min-height: 215px;
}
.product-card h4 {
  font-weight: 400;
}
.product-card img {
  max-width: 100%;
}
.product-card ul {
  display: flex;
  margin-top: 5px;
  list-style: none;
}

.product-card ul li img {
  margin: 0 3px;
  height: 12px;
  width: 12px;
}
.pricing {
  margin-top: 15px;
  min-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.bigdiscount {
  position: absolute! important;
  right: 28px!important;
  top: 32%! important;
  background-color: #bcdd57! important;
}
.pricing a {
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  padding: 3px 16px;
  border-radius: 25px;
  background: #0071e3;
  font-size: 14px;
  color: #fff;
}
.pricing sup {
  font-size: 12px;
  color: grey;
}
.all-products_container {
  margin-top: 40px;
}
.all-products_container > .product-list {
  flex-wrap: wrap;
}
.all-products_container .product-card {
  border: none;
}

.show {
  display: flex;
}
.hide {
  display: none;
}


.all-products_container .product-card span {
  position: relative;
  top: 66px;
  right: -30%;
  background-color: #11476d;
  font-weight: 600;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 0;
  height: 35px;
  border-radius: 253px;
  width: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading{
  display: none;
    text-align: center;
    padding: 24px 0;
}

.filter-btn {
  display: none;
  position: fixed;
  right: -1px;
  bottom: 5px;
  z-index: 9;
  width: 100vw;
  justify-content: center;
}
.filter-btn button{
  height: 30px;
  background: #0271e2;
  border: 1px solid #0271e2;
  color: #fff;
  font-size: 16px;
  padding: 0px 16px;
  border-radius: 25px;
}
.filter-btn img {
  height: 13px;
  margin-right: 4px;
}
.filter-btn button:hover {
  cursor: pointer;
  background-color: #015dbb;
  
}
.pt-10 {
  padding-top: 10px;
}
.shop-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  margin-bottom: 50px;
}
.shop-content-center {
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  justify-content: center;
}
.item-container {
  width: auto;
  padding: 20px;
  border-radius: 20px;
}
.item-container a {
  color: #000;
  /* background-color: #fff; */
  text-decoration: none;
}
.item-heading h3 {
  text-align: center;
    line-height: 1.25;
    font-weight: 500;
    font-size: 1.0rem;
 }

.item-img {
  display: flex;
  width: 100%;
  height: calc(80vh/4);
  min-height: 160px;
  margin: 20px 0;
  max-height: 300px;
  justify-content: center;
  align-items: center;
}
.item-img img {
  position: relative;
  transition: transform 1s;

  max-width: 100%;
  max-height: 100%;

}
.item-img .back {
  left: 10%;
}
.item-img .front {
  left: -10%;
}
.item-container:hover {
  background-color: #f8f8f8;
}
.item-container:hover .front  {
  transform: translateX(10%);
}
.item-container:hover .back{
  /* transform: scale(.9); */
  transform: translateX(-10%);
}
.item-img.big .back {
  left: 3.2em;
}
.item-img.big .front {
  left: -3.2em;
}
.item-pricing{
  
  display: flex;
  /*justify-content: space-evenly;*/
  justify-content: center;
  text-align: center;

  align-items: center;
}

.item-colors{
  padding: 10px 0 0 0;
}
.item-colors > ul {
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
  padding-top: 0px;
  width: 100%;
  max-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-colors > ul > li{
  margin: 3px;
}
.item-colors > ul > li > img {
    height: 16px;
    width: 16px;
    aspect-ratio: auto 16 / 16;
}
.cta-btn {
  cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.1764805882;
    font-weight: 400;
    
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    min-width: 120px;
    padding: 4px 0px 6px 2px;
    border-radius: 98px;
    background: #0071e3;
    color: #fff;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;
    text-decoration: none;
}
.cta-btn:hover {
  background: #0077ed;
}

.section-title {
  padding: 30px 71px;
}

.section-title .title-main {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.section-title p {
  text-align: center;
}

.section-title p.bold {
  font-weight: 600;
  margin-bottom: 10px;
}

.section-title img {
  width: 100%;
}

.phone-bubbles-section {
  text-align: center;
}


.phone-bubbles-section {
  width: 100%;
  /* background-color: red; */
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}


.phone-bubbles-section .img-sideview {
  width: 700px;
}

.bubble h2 {
  font-weight: 700;
  font-size: 14px;
}

.bubble .bubble-item {
  background: #f6f6f6;
  padding: 10px;
  border-radius: 12px;
}

.bubble.bubble-1 {
  width: 300px;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translate(-331px, -29px);;
}

.bubble.bubble-2 {
  width: 300px;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translate(10px, -51px);
}

.bubble.bubble-3 {
  width: 250px;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translate(315px, 7px);
}

.bubble.bubble-4 {
  width: 415px;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translate(-223px, 398px);
}

.bubble.bubble-4 svg{
  margin-left: 50px;
}

.bubble.bubble-5 {
  width: 415px;
  font-size: 12px;
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translate(267px, 386px);
}

.bubble.bubble-5 svg{
  margin-left: 90px;
}

@media only screen and (max-width: 896px){
  .shop-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .filter-btn {
    display: flex;
  }
  /* nav .values {
    display: none;
  } */
  .shop-container{
    margin-top: 0px;
    padding: 110px 10px 0px 10px;
  }
  .sidebar {
    max-width: 100%;
    display: none;
  }
  .content{ 
    width: 100%;
    max-width: 100%;
    padding: 0px 50px;
  }
  .product-image > img {
    min-width: auto;
    min-height: auto;
  }
  .product-card h4{
    font-size: 15px;
  }
}
.store-banner {
  background-image: url(../images/store-banner.jpg);
}
.shop-banner {
  background-image: url(../images/shop-banner.jpg);
}
.bg-image {
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 37vh;
  margin-top: 45px;
  justify-content: center;
  align-items: center;
}
.bg-image>h4 {
  font-size: 2em;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.shop-container>h3 {
  text-align: center;
  font-size: 2em!important;
  padding: 20px 10px;
}
.bg-image>h4>span{
  font-size: 1.5em;
}
@media only screen and (max-width: 844px){

.bg-image>h4 {
  display: none;
}
  .bg-image {
    background-image: url('../images/mobile-shop-banner.jpg');
    height: 35vh;
}
  .sidebar, .content{
    margin-bottom: 40px;
  }
  .shop-container, .product-list{
    flex-wrap: wrap;    
  }
  .product-card h4{
    font-size: 12px;
  }
  .popular-products_container .product-list .product-card:last-child {
    display: none;
  }
  .product-card {
    max-width: 33%;
  }
}

@media only screen and (max-width: 490px){
  .popular-products_container .product-list .product-card:last-child {
    display: flex;
  }
  .product-card {
    max-width: 50%;
  }
  .shop-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 400px){
  .sidebar {
    min-width: auto;
  }
  .content {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 1000px){ 
  .phone-bubbles-section .img-sideview {
    width: 586px;
  }

  .bubble.bubble-1 {
    width: 250px;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 0;
    transform: translate(-274px, -20px);
  }
  .bubble.bubble-1 svg{
    width: 80px;
    height: 34px;
  }

  .bubble.bubble-2 {
    width: 270px;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 0;
    transform: translate(0px, -11px);
  }
  .bubble.bubble-2 svg {
    width: 19px;
    height: 33px;
  }

  .bubble.bubble-3 {
    width: 230px;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 0;
    transform: translate(266px, 56px);
  }
  .bubble.bubble-3 svg {
    height: 69.8px;
    width: 48px;
  }

  .bubble.bubble-4 {
    width: 380px;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 0;
    transform: translate(-218px, 385px);
  }

  .bubble.bubble-5 {
    width: 380px;
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 0;
    transform: translate(215px, 379px);
  }

}

@media only screen and (max-width: 850px){
  .shop-content {
    margin-bottom: 20px;
  }

  .section-title {
    padding: 20px;
  }

  .phone-bubbles-section { 
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    height: auto;
    padding-block: 0;
  }
  
  .phone-bubbles-section .img-sideview {
    display: none;
  }

  .bubble.bubble-1 {
    width: 100%;
    font-size: 12px;
    position: relative;
    top: 0;
    transform: none;
  }
  .bubble.bubble-1 svg{
    display: none;
  }

  .bubble.bubble-2 {
    width: 100%;
    font-size: 12px;
    position: relative;
    top: 0;
    transform: none;
  }
  .bubble.bubble-2 svg {
    display: none;
  }

  .bubble.bubble-3 {
    width: 100%;
    font-size: 12px;
    position: relative;
    top: 0;
    transform: none;
  }
  .bubble.bubble-3 svg {
    display: none;
  }

  .bubble.bubble-4 {
    width: 100%;
    font-size: 12px;
    position: relative;
    top: 0;
    transform: none;
  }

  .bubble.bubble-4 svg{
    display: none;
  }

  .bubble.bubble-5 {
    width: 100%;
    font-size: 12px;
    position: relative;
    top: 0;
    transform: none;
    display: none;
  }

  .bubble.bubble-5 svg{
    display: none;
  }

}

.shop-content .two-rows {
  grid-column: 1/3;
  grid-row: 1;
}

.shop-content .two-rows > a {
display: flex;
align-items: center;
height: 100%;
flex-direction: row;
justify-content: space-between;

}

.shop-content .two-rows > a > .item-img {
height: 243px;
max-height: 525px;
max-width: 50%;

}

.shop-content .two-rows > a > .half {
width: 50%;
}
.shop-content .two-rows > a > .half > .item-pricing {
margin: 20px 0px;
justify-content: space-evenly;
}

.no-records-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  gap: 20px;
  color: #7a7a7a;  
}

.no-records-section svg{
  width: 50px; color: inherit; fill: currentColor; 
}

@media (min-width: 2128px) {

  /* body {
    background: #ff0000;
  } */

  .item-img {
      display: flex;
      width: 100%;
      height: calc(80vh/4);
      min-height: 160px;
      margin: 20px 80px;
      max-height: 300px;
      justify-content: center;
      align-items: center;
      width: 50%;
  }
  .item-img .front {
      left: -2vh;
  }
}