.assetWidthContainers.default .small-img-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.assetWidthContainers.default .small-img-container.rear-cam{
    grid-template-columns: repeat(2, 1fr) !important;
    gap: .6rem !important;
}
.assetWidthContainers.default .small-img-container.back-cam{
    grid-template-columns: repeat(1, 1fr) !important;
    gap: .6rem !important;
}
.assetWidthContainers.default .small-img-container .swiper-slide{
    height: 240px !important;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.assetWidthContainers.default .small-img-container.rear-cam .swiper-slide{
    height: auto !important;
}
.assetWidthContainers.default .small-img-container.back-cam .swiper-slide{
    height: auto !important;
}
@media (max-width: 768px) {
    .assetWidthContainers.default .small-img-container .swiper-slide{
        height: 160px !important;
    }
    .iframe3d{
        width: 100% !important;
        height: 60vh !important;
      }
      .arrow-top{
        position: static !important;
        transform: translateY(0) !important;
      }
      .assetWidthContainers.default .small-img-container{
        gap: .6rem !important;
        grid-template-columns: repeat(2, 1fr);
    }
      /* .assetWidthContainers.active .small-img> div{
        width: 100%;
    } */
      .assetWidthContainers.active .small-img> div{
        padding-top:  0 !important;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
    .assetWidthContainers.active .big-img img{
        height: 50vh !important;
      }
      .assetWidthContainers.active .small-img-container{
        justify-content: start !important;
    }
    .assetWidthContainers.active{
        overflow-y: auto;
    }

}


/* active */

.assetWidthContainers.active{
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
}

.assetWidthContainers.active .small-img-container .swiper-slide{
    height: 80px !important;
    width: 80px !important;
}
.assetWidthContainers.active .small-img-container{
    gap: 6px;
    justify-content: center;
    overflow: hidden;
}
.assetWidthContainers.active .small-img-container .pic-label, .assetWidthContainers.active .big-img .pic-label{
    display: none !important;
}
.assetWidthContainers.active .small-img-container .swiper-slide img{
    padding: 4px !important;
}
.assetWidthContainers.active .small-img-container .swiper-slide-thumb-active{
    border: 2px solid #9f9f9f !important;
}



.swiper-slide-thumb-active {
    border-width: 2px;
    border-color: #525252; 
  }
  
  .active .swiper-button-next::after,
  .active .swiper-button-prev::after {
    color: #737373; 
    font-size: 1.25rem;
  }
  .default .swiper-button-next::after,
  .default .swiper-button-prev::after {
    color: #ffffff; 
    font-size: .6rem;
    font-weight: 800;
    background: #0000006e;
    padding: 8px 10px;
    border-radius: 50%;
  }
  
  @media (min-width: 768px) {
    .active .swiper-button-next::after,
    .active .swiper-button-prev::after {
      font-size: 2.25rem; 
    }
    
      #full3dBtn{
        width: 40px;
      }
      #CloseSvg{
        width: 40px !important;
      }
  }
  
  .active .swiper-button-next {
    transform: translateX(-1.25rem); 
  }
  
  .active .swiper-button-prev {
    transform: translateX(-1.25rem); 
  }

  .default .swiper-button-next, .default .swiper-button-prev {
    height: 100%;
  top: 50%;
  background: #000;
  }

.default .swiper-button-next {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, white 50%);
  transform: translate(.7rem, -45%); 
}
.default .swiper-button-prev{
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, white 50%);
   transform: translate(-.6rem, -45%);
}

  .iframe3d{
    width: 500px;
    height: 500px;
  }
  #full3dBtn{
    width: 30px;
  }
  #CloseSvg{
    width: 30px;
  }

  #full3d.active{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #full3d.active .iframe3d{
    height: 70vh !important;
    width: 70vh !important;
  }


  .featured-videos .video {
    padding-top: 0.5rem; 
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6; 
    cursor: pointer;
    transition: all .1s ease;
  }
  .featured-videos .video:hover {
    background: #dddddd;
  }
  
  .featured-videos .video:last-child {
    border-bottom: 0;
  }
  
  .video-time {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(38, 38, 38, 0.7);
    font-size: 0.875rem;
    padding: 2px 0.375rem; 
  }
  
  .active .big-img img{
    height: 60vh;
  }

 .commonSlide .assetWidthContainers.default .small-img-container>div:nth-child(6) {
  position: relative;
}
 .commonSlide .assetWidthContainers.default .small-img-container>div:nth-child(6).active::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #0000003f;
}
 .commonSlide .assetWidthContainers.default .small-img-container>div:nth-child(6).active::before {
  content: "Show All";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d6d6d6;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 28px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    z-index: 9999;
}

.sideSlide.active .big-img .swiper-slide> div{
  border-radius: 0 !important;
}

 /* short info */
.short-info .price-and-variant select[name="variant"] {
    padding: 0.325rem 0.5rem;
    border-radius: 0.325rem;
    border: 1px solid #ddd;
    color: #7c7c7c;
    width: 100%;
  }
  
  /* key specs */
  .updat{
      color: #a5a3a3;
      font-size: 12px;
  }
  .key-specs .specs-head a {
    color: #ff8a86;
    font-size: 0.875rem;
  }
  
  .key-specs .specs-head a:hover {
    color: #2e2e2e;
  }
  
  .key-specs .platform-icon i {
    color: rgb(114, 187, 55);
  }
  
  .key-specs .info-grid {
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
  }
  
  .key-specs .info-grid .info {
    margin-bottom: 10px;
  }
  .info-header{
    font-size: 12px;
  }
  .key-specs .info-grid .info .text span:nth-child(1) {
      color: #aaa;
      margin-bottom: 4px !important;
      font-size: 16px;
      display: block;
      font-weight: 400;
  }
  .key-specs .info-grid .info .text span:nth-child(2) {
    color: #555;
    font-size: 15px;
    font-weight: 400;
  }
  .key-specs .info-grid .info .icon {
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a6a6a6;
    background: #c4c4c454;
    border-radius: 35px;
    font-size: 27px;
    height: 48px;
    padding:7px;
  }
  
  .aditional-info .aditional-item {
    margin: 0.3rem 0;
  }
  
  .aditional-info .aditional-item .icon {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .aditional-info .aditional-item .text {
    color: rgb(59, 59, 59);
  }
.read-more-details{
    background: #fff;
    background: linear-gradient(to top,rgb(244, 244, 244) 0%, rgb(255, 255, 255) 65%, rgba(255, 255, 255, 0.87) 83%, rgba(255, 255, 255, 0) 100%);
    }

.price-non-active:hover{
    opacity: 1 !important;
}


.overall-rating-circle {
    transform: rotate(240deg);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    position: relative;
  }
  
  .overall-rating-circle > div {
    transform: rotate(120deg);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 8px solid #f2f3f5;
    /* outline: 5px solid #f2f3f5; */
    
  }


  .rating-circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: conic-gradient(
      green 0% 82%,  
      #fff 82% 100% 
    );
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 32px;
    color: #000;
    position: relative;
  }
  
  .rating-value {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .good-list, .bad-list{
    padding-left: 0 !important;
  }
    .good-list li, .bad-list li{
        position: relative;
        padding-left: 16px;
        margin-bottom: 0px;
        /* font-size: 14px; */
        /* color: #555; */
    }
  .good-list li::before , .bad-list li::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .good-list li::before{
        background-color: #09ab09;
    }
    .bad-list li::before{
        background-color: #f95f27;
    }
    .read-arrow{
        color: #afafaf;
        transition: all 0.3s ease;
    }
    .read-complete-btn:hover .read-arrow{
        color: #f70f0f;
    }


     /* key specs */
  .updat{
      color: #a5a3a3;
      font-size: 12px;
  }
  .key-specs .specs-head a {
    color: #ff8a86;
    font-size: 0.875rem;
  }
  
  .key-specs .specs-head a:hover {
    color: #2e2e2e;
  }
  
  .key-specs .platform-icon i {
    color: rgb(114, 187, 55);
  }
  
  .key-specs .info-grid {
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
  }
  
  .key-specs .info-grid .info {
    margin-bottom: 10px;
  }
  .info-header{
    font-size: 12px;
  }
  .key-specs .info-grid .info .text span:nth-child(1) {
      color: #aaa;
      margin-bottom: 4px !important;
      font-size: 16px;
      display: block;
      font-weight: 400;
  }
  .key-specs .info-grid .info .text span:nth-child(2) {
    color: #555;
    font-size: 15px;
    font-weight: 400;
  }
  .key-specs .info-grid .info .icon {
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a6a6a6;
    background: #c4c4c454;
    border-radius: 35px;
    font-size: 27px;
    height: 48px;
    padding:7px;
  }
  
  .aditional-info .aditional-item {
    margin: 0.3rem 0;
  }
  
  .aditional-info .aditional-item .icon {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .aditional-info .aditional-item .text {
    color: rgb(59, 59, 59);
  }
.read-more-details{
    background: #fff;
    background: linear-gradient(to top,rgb(244, 244, 244) 0%, rgb(255, 255, 255) 65%, rgba(255, 255, 255, 0.87) 83%, rgba(255, 255, 255, 0) 100%);
    }

.price-non-active:hover{
    opacity: 1 !important;
}


.overall-rating-circle {
    transform: rotate(240deg);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    position: relative;
  }
  
  .overall-rating-circle > div {
    transform: rotate(120deg);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 8px solid #f2f3f5;
    /* outline: 5px solid #f2f3f5; */
    
  }


  .rating-circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: conic-gradient(
      green 0% 82%,  
      #fff 82% 100% 
    );
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 32px;
    color: #000;
    position: relative;
  }
  
  .rating-value {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .good-list, .bad-list{
    padding-left: 0 !important;
  }
    .good-list li, .bad-list li{
        position: relative;
        padding-left: 16px;
        margin-bottom: 0px;
        /* font-size: 14px; */
        /* color: #555; */
    }
  .good-list li::before , .bad-list li::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .good-list li::before{
        background-color: #09ab09;
    }
    .bad-list li::before{
        background-color: #f95f27;
    }
    .read-arrow{
        color: #afafaf;
        transition: all 0.3s ease;
    }
    .read-complete-btn:hover .read-arrow{
        color: #f70f0f;
    }


    /* product specs table start */
.spec-tbl-box table tbody tr td.spec-name{
	width: 25%;
}
.spec-tbl-box table tbody tr td.spec-value{
	width: 75%;
}
.product-specs-tbl .readall-hide {

}

.product-specs-tbl .readall-hide::after {
  height: 82px;
}

.product-specs-tbl .specs-group {
  border-radius: 5px;
  overflow: hidden;
}

.product-specs-tbl .specs-group h3 {
  font-weight: 600;
  color: #343434 !important;
}

.product-specs-tbl table {
  width: 100%;
}

.product-specs-tbl tr {
  border: 1px solid #f0f0f0f0;
}
.product-specs-tbl td {
  padding: 7px 10px !important;
  border: 0;
  color: #5d5d5d;
  font-size: 15px;
}

.product-specs-tbl tr td:first-child {
  background-color: #e2e2e221;
  font-weight: 500;
}

.product-specs-tbl tbody tr td .fa-check-circle {
  color: #008c00;
}

.product-specs-tbl tbody tr td .fa-times-circle {
  color: #ec4444;
}

.product-specs-tbl tbody tr td button {
  color: #ffffff;
  background-color: #008c00;
  border: 1px solid #008c00;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.td1{
    width: 25%;
  }
  .td2{
    width: 75%;
  }
/* product specs table end */



/* mobile thumbnails showcase start */
.mobile-thumbs-showcase .phone-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  
  .mobile-thumbs-showcase .phone-gallery .product-thumb {
    overflow: hidden;
  }
  
  .mobile-thumbs-showcase .phone-gallery h3 {
    font-size: 0.75rem;
    padding-left: 0.325rem;
    padding-right: 0.325rem;
    color: rgb(90, 90, 90);
  }
  
  .sidebar-block .header a {
    font-size: 0.875rem;
    color: #464646;
  }
  
  .sidebar-block .header a:hover {
    color: #fd9157 !important;
  }
  
  .sidebar-block .header a:hover .right-arrow {
    fill: #fd9157 !important;
  }
  
  .mobile-thumbs-showcase .phone-gallery .product-price {
    font-size: 0.875rem;
  }
  /* mobile thumbnails showcase end */


@media (max-width: 500px) {
  .assetWidthContainers.default .small-img-container.rear-cam{
      grid-template-columns: repeat(1, 1fr) !important;
      gap: .6rem !important;
  }
}