
/* @font-face {
    font-family: 'Bai Jamjuree';
    src: url('/fonts/BaiJamjuree-Medium.ttf');
    font-weight: 500;
    font-style: normal;
} */

body {
  background-color: #f2f3f5;
  font-size: 16px;
  font-family: 'Bai Jamjuree', sans-serif;
  font-weight: 600;
  line-height:18px;
  color: #000000;
}
img{
    max-width: 100%;
    max-height: 100%;
    height:auto;
}
.ezmob-footer-desktop {
    background-color: transparent !important;
}
.ezmob-footer {
    background: transparent !important;
}
.jamjuri{
    font-family: 'Bai Jamjuree', sans-serif !important;
}
.tcdb{
    color:#3c6aad !important;
}
.vmore{
    font-size:14px;
}
.overall-desc p{
    line-height: 1.5em;
}
.desc-box ul{
    margin-bottom:5px;
}
.descriptions .desc-box ul li{
    list-style: circle;
    margin-bottom: 10px;
    line-height: 20px;
}
.container {
  max-width: 1140px;
}
ol.breadcrumb{
    font-size:13px;
}
.h2, h2 {
    font-size: 1.5rem;
}
h3{
  font-size: 1.25rem;
  color: rgb(29, 29, 29);
}
.h3 {
  font-size: 1.125rem;
}
h4 {
    font-size: 1rem;
}
.h5{
    font-size: 1.1rem;
}
.text-blue {
  color: #3978c5;
}

.tag {
  color: #7c7c7c;
  font-size: 0.875rem;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #e7e7e7;
}

.pagination .page-item.disabled .page-link {
  color: #a1a1a1;
}

.pagination .page-item.active .page-link {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  cursor: pointer;
}

.pagination .page-item.active .page-link:hover {
  background-color: #0b5cd6;
  border-color: #0b5cd6;
}

.pagination .page-item .page-link {
  background-color: #f5f7fa;
  border-color: #f5f7fa;
  border-radius: 0.125rem;
  margin-left: 0.375rem;
  color: rgb(33, 37, 41);
}

.pagination .page-item .page-link:hover {
  background-color: #e1e3e5;
  border-color: #e1e3e5;
}

ul {
  list-style-type: none;
}

.ibg-white {
  background-color: #ffffffd9 !important;
}
.cbg-light{
  background-color: #eee !important;
}
.cborder-white {
  border: 1px solid #b1b1b1 !important;
}

.top-navbar {
    background-color: #000000e8;
    border-bottom: 1px solid #1e1e1e;
	color: #cfcfcf;
}

.top-navbar .tagline {
  font-size: 0.85rem;
}

.user-icon .dropdown-menu.notification {
  font-size: 0.825rem;
  font-weight: bold;
  min-width: 10rem;
  border-radius: 0.125rem;
  padding-bottom: 0;
}

.user-icon .dropdown .badge {
  font-size: 0.5rem;
  top: 0.5rem;
}

.user-icon .dropdown-menu .head {
  padding: 0.125rem 0.5rem 0.375rem ;
}

.user-icon .dropdown-menu .head .read-text {
  font-size: 0.75rem;
}

.user-icon .dropdown-menu h2 {
  font-size: 0.825rem;
  font-weight: bold;
}

.user-icon .btn:focus {
  box-shadow: none;
}

.dropdown .dropdown-toggle::before,
.dropdown .dropdown-toggle::after {
  display: none;
}

.dropdown .dropdown-menu[data-bs-popper] {
  top: 100%;
  right: 0;
}

.topheader {
  background-color: #000;
}

.topheader .logo-img {
  max-width: 170px;
}
.topheader .topheader-search {
  max-width: 450px;
  width: 100%;
}
#searchProduct{
    padding: 6px;
}
.topheader .topheader-search .search-select {
    background-color: #d8d8d8;
    font-size: 0.85rem;
    padding: .4rem;
}
.search-icon{
    padding: 5px 15px;
    margin-top: 1px;
}
.topheader .topheader-search .search-select:focus {
  outline: none;
}

.topheader .topheader-search .search-field {
  outline: none;
}

.topheader .topheader-icons .compare-btn {
  padding: 0.3rem 0.5rem;
  transition: 0.3s ease;
}
.topheader .topheader-icons .sm-search-icon{
    padding: 0.19em 0.5em;
    font-size: 14px;
    border-radius: 5px;
}
.topheader .topheader-icons .compare-btn:hover,
.topheader .topheader-icons .sm-search-icon:hover {
  background-color: #ffffff !important;
  color: #000000d7 !important;
}

.topheader .topheader-icons .sm-search-icon:hover .search-icon {
  fill: #000000d7;
}

.topheader .offcanvas {
    height: 32px !important;
    border-radius: 3px;
}

.topheader .offcanvas .search-icon:hover {
  transition: 0.3s ease;
  background-color: #464646;
  color: #fff;
}


.main-header {
  left: -110%;
  transition: 0.5s ease;
  z-index: 99999;
  height: 100%;
}

.main-header.active {
  background-color: #296dc0 !important;
  left: 0;
  height: fit-content!important;
}

.main-header .nav-item {
  font-size: 14px;
}

.main-header .nav-item .nav-link {
  color: rgb(242, 242, 242) !important;
  padding-right: 0 !important;
  padding-left: 2rem;
}

.main-header .nav-item .nav-link:hover {
  color: #ffffff !important;
}

.main-header .nav-item.drop-menu {
  perspective: 280px;
  z-index: 1;
}

.main-header .nav-item .dropdown-menu.collection {
    transition: 0.3s ease;
    transform-style: preserve-3d;
    transform-origin: top center;
    transform: rotateX(-85.5deg);
    visibility: hidden;
    opacity: 0;
    width: 100%;
    border-top: 2px solid #ffffff !important;
    margin-top: -1px;
}

.main-header .nav-item .user-icon .dropdown-menu {
  inset: 100% -450% auto auto !important;
}

.main-header .nav-item .dropdown-menu.collection.active {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}

.main-header .nav-item.drop-menu:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width:991px){
	.main-header .nav-item.drop-menu:hover .dropdown-menu {
		transform: rotateX(0deg);
		visibility: visible;
		opacity: 1;
		display: flex !important;
		flex-direction: column;
		position: relative;
	}
}
.main-header .nav-item.drop-menu svg.dropdown-right-arrow {
  transition: 0.3s ease;
}

.main-header .nav-item.drop-menu svg.dropdown-right-arrow.active {
  transform: rotate(90deg);
}

.main-header .nav-item.drop-menu:hover svg.dropdown-right-arrow {
  transform: rotate(90deg);
}

.main-header .nav-item.drop-menu:hover .right-arrow {
  fill: #fd9157;
}

.main-header .sm-nav-close-icon {
  width: 44px;
  height: 44px;
}

aside .sm-aside-close-icon {
  width: 36px;
  height: 36px;
}


.top-navbar .container {
  position: relative;
}

.top-navbar .user-icon i {
  cursor: pointer;
}

.comparison-sidebar .offcanvas-backdrop {
  display: none;
}

.comparison-sidebar .offcanvas-end {
  max-width: 321px;
}

.compare-trigger-btn {
  background-color: #ffffff;
  padding: 0.5rem;
  border-radius: 0.125rem 0 0 0.125rem;
  transition: all 0.4s ease;
  z-index: 1048;
}

.compare-trigger-btn.active {
  right: 320px !important;
  z-index: 1048 !important;
}

.comparison-sidebar h2 {
  font-size: calc(1rem + 0.4vw);
  font-weight: 600;
  color: #343434;
}

.comparison-sidebar .badge {
  font-size: 0.75rem;
}

.comparison-sidebar .card-box {
  padding-right: 1rem;
  margin-bottom: 0.625rem;
}

.comparison-sidebar .card-box .item-title {
  height: unset !important;
  margin: 0;
  font-size: 0.875rem !important;
  color: rgb(83, 83, 83) !important;
}

.comparison-sidebar .card-box .asset-price {
  font-size: 0.875rem !important;
}

.comparison-sidebar .card-box .card-thumb img {
  height: 64px !important;
}

.comparison-sidebar-btn .commn-btn {
  display: block;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
/* Header 2*/
.hetitle{
  font-size: 18px;
}
.headnav ul li a{
  background-color: #e4e6eb;
  color: #535353;
  font-size: 13px;
  font-weight: 600;
}

.find-a-mobile .find-a-mobile-head {
  color: #3f63ad;
}

.find-a-mobile input[name="fromprice"],input[name="toprice"] {
    border: solid 1px #DCDCDC;
    padding: 7px 7px;
    width: 140px;
    border-radius: 4px;
    text-align: left;
}
.find-a-mobile input[name="fromprice"]:focus,input[name="toprice"]:focus {
  border:1px solid blue;
}
input[name="toprice"] {
  text-align: end;
  min-width: 100px;
}
.find-a-mobile .find-a-mobile-select-box {
  outline: none;
  background-color: #e4e4e4;
  border: 1px solid #c4c4c4;
  color: #3c3c3c;
}

.find-a-mobile .find-a-mobile-btn {
  background-color: #3f63ad;
  transition: 0.3s ease;
}

.find-a-mobile .find-a-mobile-btn:hover {
  transform: scale(0.95);
}

#price-range-slider {
  width: 100%;
}

#price-range-slider .slider-handle {
  background-color: #db181e;
  background-image: unset;
}

#price-range-slider .slider-track {
  border: 1px solid #6d6d6d;
  height: 12px;
}

#price-range-slider .slider-selection {
  background-color: rgb(63, 63, 63);
  background-image: unset;
}

.sidebar-assets-wrapper .assets .card-box .card-thumb {
  width: 64px;
}

.sidebar-assets-wrapper .assets .card-box .item-title {
  height: unset;
}

.brand-wrapper .arrows .nav-arrow {
  opacity: 0 ;
  visibility: hidden;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrows .nav-arrow svg {
  vertical-align: baseline;
}

.brand-wrapper:hover .arrows .nav-arrow {
  opacity: 1 ;
  visibility: visible;
}

.item-slider-header a.text-dark:hover {
  color: #fd9157 !important;
}

.item-slider-header a.text-dark:hover .right-arrow {
  fill: #fd9157 !important;
}

.item-card .item-card-img-wrapper {
  height: 165px !important;
}

.item-card .brand-img-wrapper {
  height: 90px;
}

.item-card .product-img {
  transition: 0.3s ease;
}


@keyframes flash {
  10% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}

.item-card .card-title a {
  font-size: 0.875rem;
  color: #545454 !important;
}

.product-img-wrapper .vs {
  min-width: 48px;
  min-height: 48px;
  font-size: 0.875rem;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  position: absolute;
  top: calc(50% - 96px / 2);
  left: calc(50% - 50px / 2);
  z-index: 100;
  text-transform: uppercase;
}

.item-card .card-text {
  font-size: 0.9375rem;
}

.arrows .nav-arrow {
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #555555;
  background-color: #ffffff;
  z-index: 500;
}

.arrows .nav-arrow:hover {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.21);
}

.arrows .left {
  left: 32px;
}

.arrows .right {
  right: 0;
}

.posts-gallery-wrapper .items-post-gallery {
  overflow: auto;
  display: flex;
}

.posts-gallery-wrapper .items-post-gallery .post-card {
  min-width: 258px;
  max-width: 258px;
}


.posts-gallery-wrapper .items-post-gallery .comparision-post-card {
  min-width: 203px;
  max-width: 203px;
}

.mobile-queries .fixed-height {
  min-height: 307px;
}

ul.assets li {
  list-style: none;
}
ul.assets li .card {
  border: 1px solid rgb(68 68 68 / 4%);
}
ul.assets li .card-box {
    box-shadow: 0px 0px 10px #c3c3c3;
  cursor: pointer;
  transition-duration: 0.4s;
  margin: 5px !important;
}
ul.assets li .card-box:hover {
  box-shadow: 0px 0px 15px #c3c3c3;
}
ul.assets li .card-box a {
  text-decoration: none;
}
ul.assets li .card-box .card-thumb {
  display: block;
  border: 2px solid transparent;
  overflow: hidden;
}
ul.assets li .card-box .card-thumb img {
  width: auto;
  margin: 0 auto;
}
.best10 ul.assets li .card-box .card-thumb img {
  height: 55px;
}
ul.assets li .card-box .item-title {
  font-size: 15px;
  color: #1876e9;
  display: block;
  overflow: hidden;
  line-height: 20px;
}
ul.assets li .card-box .item-title:hover {
    text-decoration: underline;
    color: #000;
}


ul.assets li .item-card .btn {
  background-color: #f7f7f7;
  font-weight: bold;
  font-size: 0.8125rem;
}

ul.assets li .item-card .btn:focus {
  box-shadow: none;
}

ul.assets li .item-card .btn:hover {
  color: #1e1a1a;
  font-weight: bold;
  text-decoration: underline;
}

ul.assets li .card-box .product-scor {
    width: 37px;
    position: relative;
    background: #009751;
    color: #fff;
    z-index: 1;
    margin-bottom: -46px;
    font-size: 10px;
    height: 45px;
}
ul.assets li .card-box .scor-number {
  font-size: 16px;
  font-weight: bold;
}

ul.assets li .card-box .product-scor .scor-text {
	margin-top: -4px;
    line-height: 11px;
    display: block;
}


.readall {
  height: 110px;
  overflow: hidden;
  position: relative;
  transition: height 0.5s ease;
}

.readall.active {
  height: auto;
  transition: height 0.5s ease;
}

.readall p{
  color: #727374;
  line-height: 1.5rem;
  margin-bottom: 10px !important;
}

.readall-hide::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 46px;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #fff 75%);
}

.readall-button {
  display: inline-block;
  border: 1px solid #eaeaea;
  padding: 3px 5px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #d2d2d2;
  color: #666;
  font-size: 14px;
}

.readall-button.active {
  margin-top: 0.5rem;
}

.readall-button .bi.active {
  transform: rotate(180deg);
}

ul.brands li {
  list-style: none;
}
ul.brands li a {
  text-decoration: none;
  color: #575757;
}
ul.brands li a .brand {
  box-shadow: 0px 0px 5px #ebebeb;
  border: 1px solid #e9e9e9;
  transition-duration: 0.4s;
}
ul.brands li a .brand:hover {
  box-shadow: 0px 0px 9px #d5d5d5;
}

.pricetype{
    color: #c9661f;
    font-size: 10px;
}
.text-bold {
  font-weight: 700;
}

.brief-intro .brief-intro-description .description-text {
  height: 75px;
  overflow: hidden;
  transition: 0.3s ease;
}

.brief-intro .brief-intro-description .description-text.active {
  height: auto;
  overflow: unset;
}
.brief-intro .brief-intro-description .btn:hover {
  background-color: #4c77cc;
}

aside.sidebar {
  background-color: #ffffff !important;
  width: 80%;
  height: 100%;
  overflow-y: scroll;
  border-radius: 0.25rem 0 0 0.25rem;
}

aside.sidebar::-webkit-scrollbar {
  width: 10px;
}

aside.sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

aside.sidebar::-webkit-scrollbar-thumb {
  background: #888;
}

aside.sidebar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sidebar .list-group-item {
  background-color: transparent;
  padding:6px;
  color: #5e5e5e;
}

.sidebar form {
  border: 1px solid #3f64ad3b;
  background-color: #3f64ad0c;
}
.sidebar .search-field {
  background-color: transparent;
  outline: none;
  font-size: 0.875rem;
}

#price-range-slider .slider-handle.round {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 12px;
  height: 25px;
  margin-top: -2px;
}

.mobile-showcase {
  border-radius: 0.25rem;
}
.filtered-queries div{
  display: flex;
  gap:3px;
  flex-wrap: wrap;
}
.filtered-queries .btn {
  font-size: 0.75rem;
  background-color: #e7e7e7;
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
  color: rgb(90, 90, 90);
  display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
}

.filtered-by label {
  font-size: 0.925rem;
}

.filtered-by select,
.filter-btn {
  border: 1px rgb(210, 205, 200) solid;
  padding: 0.325rem 0.125rem;
  border-radius: 0.125rem;
  background-color: rgb(242, 243, 245);
}

.filter-btn {
  padding: 0.25rem 0.5rem;
}

.featured-img-container .big-img {
  overflow:visible;
  position: inherit;
  cursor: pointer;
}

.featured-img-container .product-scor .scor-text::after,
.item-grid .gadgets-item .product-scor .scor-text::after {
  content: "";
  display: inline-block;
  border: 5px solid;
  border-color: #2e2e2e transparent transparent transparent;
  position: absolute;
  top: 47%;
  left: calc(50% - 5px);
}

.featured-img-container .big-img .search-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0px solid rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.featured-img-container .big-img:hover .search-overlay {
  opacity: 1;
  border: 300px solid rgba(0, 0, 0, 0.6);
}

.featured-img-container .big-img .zoom-in-icon {
  color: #fff;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 45%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  transform: scale(0.1);
}

.featured-img-container .big-img:hover .zoom-in-icon {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.featured-img-container .product-scor,
.item-grid .gadgets-item .product-scor {
    width: 43px;
    position: absolute;
    top: -1px;
    left: 0;
    background: #1e9500;
    color: #fff;
    z-index: 2;
    height: 70px;
}

.tkicon {
  font-weight: 900 !important;
}

.featured-img-container .product-scor .scor-text,
.item-grid .gadgets-item .product-scor .scor-text {
  margin-top: 0 !important;
  background-color: #2e2e2e;
}

.featured-img-container .scor-number,
.item-grid .gadgets-item .product-scor .scor-number {
	font-size: 18px;
    font-weight: bold;
    padding: 5px;
    margin-top: 0;
    display: block;
    text-align: center;
}

.featured-img-container .product-scor .scor-text,
.item-grid .gadgets-item .product-scor .scor-text {
  line-height: 12px;
  display: block;
  padding: 5px;
  font-size: 9px;
  text-align: center;
}

.featured-img-container .sml-img-wrapper .small-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.featured-img-container .small-images .small-img {
  border: 1px solid #929292;
  cursor: pointer;
}

#product-viewer-tabs .small-images .small-img.active {
  border: 1px solid #4995db !important;
}

.modal .btn-close {
  position: absolute;
  z-index: 9999;
  top: 1.5rem;
  right: 2rem;
  font-size: 2rem;
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal .btn-close:hover {
  opacity: 0.75;
}

.options .obtion-btn {
  border-color: #9c9c9c !important;
  color: #555555;
  transition: 0.3s ease;
}

.options .obtion-btn:first-child {
  border-color: #fd9157 !important;
  color: #fd9157;
}

.options .obtion-btn:nth-child(2) i {
  color: #fd9157;
}

.options .obtion-btn:hover {
  background-color: orange!important;
  border-color: orange !important;
  color: #ffffffd9;
}

.options .obtion-btn:hover i {
  color: #ffffffd9;
}


.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%;
}

.updat{
    color: #a5a3a3;
    font-size: 12px;
}
.asset-specs .specs-head a {
  color: #ff8a86;
  font-size: 0.875rem;
}

.asset-specs .specs-head a:hover {
  color: #2e2e2e;
}

.asset-specs .platform-icon i {
  color: rgb(114, 187, 55);
}

.asset-specs .info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.asset-specs .info-grid .info {
  margin-bottom: 10px;
}
.info-header{
  font-size: 12px;
}
.asset-specs .info-grid .info .text span:nth-child(1) {
    color: #296dc0;
    margin-bottom: 4px !important;
    font-size: 16px;
    display: block;
}
.asset-specs .info-grid .info .text span:nth-child(2) {
  color: #0b0b0b;
  font-size: 15px;
}
.asset-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);
}

#spyThroughThis .nav {
  flex-wrap: nowrap;
}

#spyThroughThis .nav-link {
  color: #4692f0;
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
}

#spyThroughThis .nav-link.active {
  background-color: transparent;
  border-bottom: 3px solid #4692f0;
  font-size: 600;
  border-radius: 0;
}

.varsti{}
.varsti .vartit{
    width:10%;
    float: left;
}
.varsti ul.varcont li a{
    color:#ffffff !important;
    background-color: #3978c5;
}
.varsti ul.varcont li .taka{
    font-size: 15px;
}

.varsti .varcont{
    width:90%;
}

.desc-box .desc-body {
  background-color: #e1e1e1;
}

.desc-box .desc-body .title div.rat {
  color: #008c00;
  font-weight: 600;
}

.trip-advisors .col-6 .trip-item {
  margin-bottom: 0.5rem;
}

.trip-advisors .col-6:last-child .trip-item {
  margin-bottom: 0;
}

.desc-box .desc-body .stars svg {
	fill: #ff9800d9 !important;
}


.review-desc.readall-hide {
  height: 250px;
  overflow: hidden;
}

.review-desc.readall-hide::after {
  height: 54px;
}

.review-desc .title h3 {
  color: #008c00 !important;
  font-weight: bold;
}

.review-desc .col-12:nth-child(2) .title h3 {
  color: #ec4444 !important;
  font-weight: bold;
}

.review-desc .desc .list-group-item {
  background-color: transparent;
  border: 0;
}

.review-desc .desc .list-group-item::before {
  content: "•";
  color: #8ac98e;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.review-desc .col-12:nth-child(2) .desc .list-group-item::before {
  color: #ff8a86;
}


.spec-tbl-box table tbody tr td.spec-name{
	width: 25%;
}
.spec-tbl-box table tbody tr td.spec-value{
	width: 75%;
}
.asset-specs-tble .readall-hide {

}

.asset-specs-tble .readall-hide::after {
  height: 82px;
}

.asset-specs-tble .specs-group {
  border-radius: 5px;
  overflow: hidden;
}

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

.asset-specs-tble table {
  width: 100%;
  color: #000000;
  font-size: 15px;
}

.asset-specs-tble tr {
  border: 1px solid #f0f0f0f0;
}
.asset-specs-tble td {
  padding: 5px 10px !important;
  border: 0;
}

.asset-specs-tble tr td:first-child {
  background-color: #e2e2e221;
  font-weight: 600;
}

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

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

.asset-specs-tble tbody tr td button {
  color: #ffffff;
  background-color: #008c00;
  border: 1px solid #008c00;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

#videos .optional-videos .video {
  display: flex;
  gap: 1rem;
  transition: all 0.2s ease-in-out;
  padding: 7px 0;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

#videos .optional-videos .video:first-child {
  padding-top: 0;
}

#videos .optional-videos .video:last-child {
  border: 0;
  padding-bottom: 0;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp.line-clamp-line2 {
  -webkit-line-clamp: 2;
}

.accordion-item {
  border: 0 !important;
}

.accordion-header button {
  font-weight: bold;
  border-top: 1px solid #ddd;
}

.accordion-item:first-child .accordion-header button {
  border: none;
}

.accordion-header button:focus {
  box-shadow: none;
  border-color: #ddd;
}

.accordion-button:not(.collapsed) {
  color: rgb(33, 37, 41);
  background-color: transparent;
  box-shadow: none;

}

.accordion-item:first-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.review-box .rev-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.review-box .rev-body .body-item {
  flex-basis: 33%;
}

.review-box .rev-body .body-item table {
  width: 100%;
}

.review-box .rev-body .body-item .user-rating {
  display: flex;
  gap: 1rem;
}

.review-box .rev-body .body-item .user-rating .rating {
  width: 100px;
  height: 90px;
  background: #9acd32;
  color: #fff;
  font-size: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-box .user-rating .rating-text span {
  font-size: 0.875rem;
  display: block;
}

.review-box .rev-body .body-item td:first-child {
  width: 100px;
}

.review-box .rev-body .body-item td {
  padding: 3px;
}

.review-box .rev-body .body-item td.review-bar {
  display: flex;
  align-items: center;
}

.review-box .rev-body .body-item td span {
  display: block;
  height: 8px;
  margin-right: 5px;
}

.cm-btn {
    display: inline-block;
    padding: 5px 6px;
    background: #4692f0;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 15px;
}

.cm-btn:hover {
  background: #3978c5;
  color: #fff;
}

.user-review-wrapper .user-reviews {
  background-color: #ffffffd9;
  border: #ddd;
}

.user-reviews .head {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 0.325rem 0.325rem 0 0;
  background: #fff;
}

.user-reviews .head .count {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9acd32;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  margin-right: 15px;
}

.user-reviews .head .user-date {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.user-reviews .title {
  background: #ddd;
  padding: 10px;
  border: 1px solid #ddd;
}

.user-reviews .title * {
  margin: 0;
}

.user-reviews .review-text {
  padding: 10px;
}

.user-reviews .title.foot {
  display: flex;
  align-items: center;
}

.rev-arrows {
  display: flex;
  align-items: center;
  border-right: 1px solid #777;
  padding-right: 10px;
}

.rev-arrows .arr-up,
.rev-arrows .arr-down {
  display: flex;
  align-items: center;
  padding: 5px;
}

.rev-arrows .arr-up .up,
.rev-arrows .arr-down .down {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #888;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.rev-arrows .arr-up .up {
  transform: rotate(180deg);
}

.rev-arrows .arr-up span,
.rev-arrows .arr-down span {
  color: #454545;
  margin-left: 5px;
  cursor: pointer;
}

.user-reviews .title.foot .comment {
  padding-left: 10px;
  color: #454545;
  cursor: pointer;
}

.user-review-wrapper .show-more-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-review-wrapper .comment-group {
  display: none;
}

.user-review-wrapper .comment-group.active {
  display: grid;
}

.review-form-body .review-group {
  display: grid;
  grid-template-columns: 120px 1fr;
  margin-bottom: 1rem;
  align-items: start;
  overflow: hidden;
}

.review-form-body .review-group .title {
  border: 1px solid #ddd;
  padding: 0.5rem 1rem;
  background-color: #ddd;
}

.review-form-body .review-group input,
.review-form-body .review-group textarea {
  border: 1px solid #ddd;
  padding: 0.5rem 1rem;
  outline: none;
  background-color: #fdfdfd;
}

.review-form-body .review-group .review-rating {
  border: 1px solid #ddd;
  padding: 0rem 0 0rem 1rem;
  display: flex;
  background-color: #fdfdfd;
  gap: 0.5rem;
}

.review-form-body .review-group .review-rating .stars {
  cursor: pointer;
}

.comment-group {
  display: grid;
  grid-template-columns: 1fr 120px;
  margin-bottom: 1rem;
  gap: 1rem;
  align-items: start;
}

.comment-group textarea {
  border: 1px solid #ddd;
  padding: 0.5rem 1rem;
  background-color: #fdfdfd;
  outline: none;
}

.comments {
  display: flex;
}

.comments .avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
}

.comments .disc-content {
  flex: 1;
  margin-left: 10px;
}

.comments .disc-content .disc-comment-text {
  font-size: 0.875rem;
  margin: 0.325rem 0 0.5rem;
}

.comments .avatar img {
  height: 100%;
  width: 100%;
}

.comments .foot {
  display: flex;
  align-items: center;
  background-color: #ddd;
}

.comments .foot .comment {
  padding-left: 0.5rem;
}

.comments .foot span {
  cursor: pointer;
}

.comment-triger {
  cursor: pointer;
}

.comments-second {
  display: none;
}

.comments-second.active {
  display: flex;
}

.mobile-thumbs-showcase .phone-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mobile-thumbs-showcase .phone-gallery .card-thumb {
  overflow: hidden;
}

.mobile-thumbs-showcase .phone-gallery h3 {
  font-size: 0.75rem;
  padding-left: 0.325rem;
  padding-right: 0.325rem;
  color: rgb(43, 43, 43);
}

.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 .asset-price {
  font-size: 0.875rem;
}

.news-gallery .news-box {
  display: flex;
  gap: 0.5rem;
}

.news-gallery .news-box .news-img {
  width: 150px;
}

.news-gallery .news-box .news-text h3 {
  color: rgb(33, 37, 41);
  font-weight: 500;
}

.news-gallery .news-box .news-text span {
  font-size: 0.875rem;
  margin-top: 0.325rem;
}

ul.compare-gallery li {
  background-color: #ddd;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

ul.compare-gallery li a {
  color: rgb(33, 37, 41);
  display: flex;
  gap: 0.5rem;
  padding: 0.325rem 0;
}

ul.compare-gallery li a .vs {
  border: 2px solid #fff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.reply-field {
  display: none;
}

.reply-field.active {
  display: grid;
}

.product-img-viewer .carousel-control-prev,
.product-img-viewer .carousel-control-next {
  background-color: #6d6d6d !important;
  height: 70px !important;
  width: unset !important;
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}

.product-img-viewer-wrapper .feature-arrows .fa-angle-left {
  left: 0;
}

.product-img-viewer-wrapper .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: unset !important;
  border: 0;
  border-bottom: 2px solid #0d6efd;
}

.item-grid ul li.gadgets-item{
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 0 6px #e4e4e4;
	position: relative;
}
.item-grid .gadgets-item:hover {
  box-shadow: 0px 0px 10px #c3c3c3;
  transition: 0.3s ease;
}
.gadgets-item .dtls{
	display: block;
    overflow: hidden;
}
.gadgets-item_img{
    width: 27%;
    float: left;
    display: block;
    overflow: hidden;
}
.gadgets-item_img img{
	height: 160px;
}

.specs_rate{
    background: #ECF5F4;
    padding: 0 2px 0 0;
    border-radius: 1px;
    position: relative;
    border: 1px solid #cbd5d3;
    height: 18px;
    overflow: hidden;
    min-width: 118px;
    font-size: 10px;
    margin: 1px 12px 0 0;
    width: 140px;
}
.specs_rate span {
    position: relative;
    padding: 0;
    color: #fff;
    z-index: 1;
    font-weight: 600;
    float: left;
    width: 50px;
    background: #ff9800d9 !important;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    border-radius: 0 0 25px 0;
}
.specs_rate label {
    position: relative;
    padding: 1px 0;
    z-index: 2;
    color: #555;
    width: calc(100% - 60px);
    text-align: center;
    background: #ECF5F4;
    font-size: 11px;
}
.item-grid .gadgets-item .item-dtls-top h3{
	color: #525252;
	margin: 0;
    font-size: 14px;
}
.item-grid .gadgets-item .gadgets-item-img {
  margin-bottom: 1rem;
}

.item-grid .gadgets-item .gadgets-item-img img {
  object-fit: cover;
  transition: 0.3s ease;
}

.item-grid .gadgets-item .gadgets-item-img img:hover {
  transform: scale(1.2);
  padding:10px;
}
.gadgets-item .dtls .prdct-item_dtls{
    color: #6a6a6a;
	width: 73%;
    display: block;
    overflow: hidden;
}
.prdct-item_dtls .item-dtls-top .stars svg {
  fill: #ff9800d9 !important;
}

.prdct-item_dtls .item-dtls-top,
.prdct-item_dtls .item-dtls_foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prdct-item_dtls .item-dtls_body ul {
  display: grid;
  grid-template-columns: 1fr;
}

.prdct-item_dtls .item-dtls_body ul li.dtls-body_spcftn {
	margin: 1px;
    font-size: 15px !important;
    color: #6e6d6d;
}

.prdct-item_dtls .item-dtls_foot .item-dtls-price .status {
  color: #7a7a7a;
}

.blog-feature-img {
  position: relative;
}

.blog-feature-img h1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background: #7c7c7c5f;
  color: #fff;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #ffffff33;
}

.blog-feature-img .item-body {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5rem 0;
  width: 100%;
  background: #7c7c7c5f;
  border-top: 1px solid #ffffff33;
}

.blog-feature-img .item-meta {
  display: flex;
  gap: 1rem;
  padding: 0.1rem 0.5rem;
  color: #fff;
}

.blog-feature-img .item-meta span {
  margin-left: 0.325rem;
}

.blog-feature-img .stars {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  padding: 0.1rem 0.5rem;
  color: #ff9800d9;
}

.story-highlights {
  min-width: 50%;
}

.story-highlights h2.head {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #ffffff;
  padding: 0.125rem 0.5rem;
  background-color: #000;
}

.story-highlights h2.head::after {
  content: "";
  display: inline-block;
  background-color: #000;
  height: 23px;
  width: 100px;
  position: absolute;
  right:  0;
  top: 0;
  transform: skewX(-40deg) translateX(14px);
  z-index: -1;
}

.story-highlights .story-item {
  padding: 0.325rem 0;
  margin: 0.5rem 0;
  font-size: 0.875rem;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
}

.desc-body .social-share {
  text-align: center;
}

.desc-body .social-share .icon-box {
  border-radius: 0 10px 0 10px;
  background-color: #3e5b98;
  color: #ffffff;
  display: inline-block;
  width: 6%;
  padding: 0.325rem;
  transition: 0.3s ease;
  text-align: center;
}

.desc-body .social-share .icon-box.facebook {
  background-color: #3e5b98;
}

.desc-body .social-share .icon-box.facebook:hover {
  background-color: #39538b;
}

.desc-body .social-share .icon-box.twitter {
  background-color: #4da7de;
}

.desc-body .social-share .icon-box.twitter:hover {
  background-color: #489acc;
}

.desc-body .social-share .icon-box.pinterest {
  background-color: #cb2027;
}

.desc-body .social-share .icon-box.pinterest:hover {
  background-color: #b81d22;
}

.desc-body .social-share .icon-box.whatsapp {
  background-color: #60b82d;
}

.desc-body .social-share .icon-box.whatsapp:hover {
  background-color: #56a329;
}

.desc-body .social-share .icon-box i {
  margin-right: 5px;
}

.populated-items .assets,
.populated-news .assets,
.populated-compares .assets {}

.populated-items .assets .card-box {}

.populated-news .assets .post-card {
  min-width: 260px;
  max-width: 260px;
  margin: 0.325rem;
}

.populated-compares .assets .item-card {
  min-width: 260px;
  max-width: 260px;
}

.populated-compares .assets .item-card .card-body {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.populated-items .assets .card-box .product-scor {
    width: 32px;
    font-size: 0.5rem;
    height: 40px;
    margin-bottom: -40px;
}

.populated-items .assets .card-box .product-scor .scor-number {
  font-size: 14px;
}

.populated-items .assets .card-box .product-scor .scor-text {
  line-height: 0.5rem;
  margin-top: -0.125rem;
}

.all-mobiles .item-slider .brands {
  display: flex;
  overflow-x: auto;
}

.all-mobiles .item-slider .brands li {
  min-width: 90px;
  max-width: 90px;
}

.budget-grid .budget-list {
  display: flex;
  overflow-x: auto;
}

.budget-grid .budget-list li {
  min-width: 180px;
  max-width: 180px;
}

.budget-grid .budget-list .budget-item {
  box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.12);
  color: rgb(59, 59, 59);
}

.budget-grid .budget-list .budget-item:hover {
  box-shadow: 0px 0px 10px #c3c3c3;
}

.budget-grid .budget-list .budget-item i {
  color: rgb(240, 184, 32);
}

#product-compare-tbl .input-group {
  flex-basis: 50%;
}

#product-compare-tbl h1 {
  color: rgb(93, 93, 93);
}

#product-compare-tbl .input-group-text {
  cursor: pointer;
}

.asset-specs-tble .specs-tablex {
  position: relative;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  background-color: #f7f8f9;
  margin-bottom: 1rem;
}

.asset-specs-tble .specs-tablex:last-child {
  margin-bottom: 0;
}

.asset-specs-tble .specs-tablex .tablex-head {
  padding: 0.325rem 0.5rem;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffffd9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.asset-specs-tble .specs-tablex .specs-group {
  overflow-x: auto;
  margin-left: 120px;
}

.asset-specs-tble .specs-list .specs-list-item .specs-title {
  position: absolute;
  left: 0;
  top: auto;
  width: 120px;
  padding: 0.5rem;
  font-size: 0.75rem;
  color: rgb(104, 104, 104);
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.asset-specs-tble .specs-list .specs-list-item:last-child .specs-title {
  border-bottom: 0;
}

.asset-specs-tble .specs-list .specs-list-item:hover .specs-values .value-item,
.asset-specs-tble .specs-list .specs-list-item:hover .specs-title {
  background-color: rgb(255, 250, 241);
}

.asset-specs-tble .specs-list .specs-list-item .specs-values {
  display: flex;
}

.asset-specs-tble .specs-list .specs-list-item .specs-values .value-item {
  padding: 0.5rem;
  min-width: 228px;
  max-width: 228px;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  text-align: center;
  position: relative;
  list-style: none;
}

.asset-specs-tble .specs-list-item:last-child .specs-values .value-item {
  border-bottom: 0;
}

.asset-specs-tble .specs-list-item .product-name,
.asset-specs-tble .specs-list-item .pn-values,
.asset-specs-tble .specs-list-item .product-brand,
.asset-specs-tble .specs-list-item .pb-values,
.asset-specs-tble .specs-list-item .product-gprs,
.asset-specs-tble .specs-list-item .pgprs-values,
.asset-specs-tble .specs-list-item .product-edge,
.asset-specs-tble .specs-list-item .pedge-values,
.asset-specs-tble .specs-list-item .product-weight,
.asset-specs-tble .specs-list-item .pw-values,
.asset-specs-tble .specs-list-item .product-multitouch,
.asset-specs-tble .specs-list-item .pm-values,
.asset-specs-tble .specs-list-item .product-protection,
.asset-specs-tble .specs-list-item .pptn-values,
.asset-specs-tble .specs-list-item .product-os,
.asset-specs-tble .specs-list-item .pos-values,
.asset-specs-tble .specs-list-item .product-gpu,
.asset-specs-tble .specs-list-item .pgpu-values,
.asset-specs-tble .specs-list-item .item-cardslot,
.asset-specs-tble .specs-list-item .pcs-values,
.asset-specs-tble .specs-list-item .product-internal,
.asset-specs-tble .specs-list-item .pintl-values,
.asset-specs-tble .specs-list-item .product-ram,
.asset-specs-tble .specs-list-item .pram-values,
.asset-specs-tble .specs-list-item .product-alt-types,
.asset-specs-tble .specs-list-item .patps-values,
.asset-specs-tble .specs-list-item .product-loudspks,
.asset-specs-tble .specs-list-item .plspks-values,
.asset-specs-tble .specs-list-item .product-35jack,
.asset-specs-tble .specs-list-item .p35j-values,
.asset-specs-tble .specs-list-item .product-bluetooth,
.asset-specs-tble .specs-list-item .pblutoth-values,
.asset-specs-tble .specs-list-item .product-nfc,
.asset-specs-tble .specs-list-item .pnfc-values,
.asset-specs-tble .specs-list-item .product-fm,
.asset-specs-tble .specs-list-item .pfm-values,
.asset-specs-tble .specs-list-item .product-usb,
.asset-specs-tble .specs-list-item .pusb-values,
.asset-specs-tble .specs-list-item .product-infrared,
.asset-specs-tble .specs-list-item .pinf-values,
.asset-specs-tble .specs-list-item .product-browser,
.asset-specs-tble .specs-list-item .pbrsr-values,
.asset-specs-tble .specs-list-item .product-java,
.asset-specs-tble .specs-list-item .pjava-values,
.asset-specs-tble .specs-list-item .product-btry-type,
.asset-specs-tble .specs-list-item .pbtrytyp-values,
.asset-specs-tble .specs-list-item .product-btry-capacity,
.asset-specs-tble .specs-list-item .pbtrycpty-values,
.asset-specs-tble .specs-list-item .product-madeby,
.asset-specs-tble .specs-list-item .pmadeby-values,
.asset-specs-tble .specs-list-item .product-model,
.asset-specs-tble .specs-list-item .pmodel-values {
  height: 36px;
}

.asset-specs-tble .specs-list-item .specs-values .value-item a,
.specs-tablex .tablex-field {
  color: rgb(93, 93, 93);
  text-decoration: none;
  font-size: 0.75rem;
}

.specs-tablex li {
  line-height: 1.125rem;
}

.asset-specs-tble .specs-list-item .specs-values .value-item h2 a {
  color: #2e2e2e;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
}

.asset-specs-tble .specs-list-item .specs-values .value-item a:hover {
  color: #3978c5;
}

.asset-specs-tble .specs-list-item .specs-values .value-item .img-box {
  color: #777777;
}

.asset-specs-tble .specs-list-item .value-item .product-close {
  position: absolute;
  top: 0;
  right: 2px;
  cursor: pointer;
}

.asset-specs-tble .specs-list-item .product-img,
.asset-specs-tble .specs-list-item .pi-values {
  height: 220px;
}

.asset-specs-tble .specs-list-item .pp-values .value-item {
  color: #3978c5;
  font-weight: 600;
}

.asset-specs-tble .specs-list-item .pp-values,
.asset-specs-tble .specs-list-item .asset-price {
  height: 52px;
}

.asset-specs-tble .specs-list-item .pp-values .value-item .regular-price {
  font-size: 0.75rem;
  color: #7c7c7c;
}

.asset-specs-tble .specs-list-item .product-rating,
.asset-specs-tble .specs-list-item .pr-values {
  height: 64px;
}

.asset-specs-tble .specs-list-item .pr-values .rating {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #404040;
  display: inline-block;
  line-height: 48px;
  color: #ffffff;
}

.asset-specs-tble .specs-list-item .product-announced,
.asset-specs-tble .specs-list-item .pa-values,
.asset-specs-tble .specs-list-item .product-technology,
.asset-specs-tble .specs-list-item .pt-values,
.asset-specs-tble .specs-list-item .product-dimensions,
.asset-specs-tble .specs-list-item .pd-values,
.asset-specs-tble .specs-list-item .product-sim,
.asset-specs-tble .specs-list-item .psim-values,
.asset-specs-tble .specs-list-item .product-type,
.asset-specs-tble .specs-list-item .ptpe-values,
.asset-specs-tble .specs-list-item .product-resolution,
.asset-specs-tble .specs-list-item .prsln-values,
.asset-specs-tble .specs-list-item .product-features,
.asset-specs-tble .specs-list-item .pf-values,
.asset-specs-tble .specs-list-item .product-chipset,
.asset-specs-tble .specs-list-item .pchip-values,
.asset-specs-tble .specs-list-item .product-sec-camera,
.asset-specs-tble .specs-list-item .psc-values,
.asset-specs-tble .specs-list-item .product-messaging,
.asset-specs-tble .specs-list-item .pmsg-values,
.asset-specs-tble .specs-list-item .product-color,
.asset-specs-tble .specs-list-item .pcolor-values {

}

.asset-specs-tble .specs-list-item .product-2g-bands,
.asset-specs-tble .specs-list-item .p2g-values,
.asset-specs-tble .specs-list-item .product-3g-bands,
.asset-specs-tble .specs-list-item .p3g-values,
.asset-specs-tble .specs-list-item .product-4g-bands,
.asset-specs-tble .specs-list-item .p4g-values,
.asset-specs-tble .specs-list-item .product-5g-bands,
.asset-specs-tble .specs-list-item .p5g-values,
.asset-specs-tble .specs-list-item .product-speed,
.asset-specs-tble .specs-list-item .pspd-values,
.asset-specs-tble .specs-list-item .product-build,
.asset-specs-tble .specs-list-item .pbld-values,
.asset-specs-tble .specs-list-item .product-size,
.asset-specs-tble .specs-list-item .ps-values,
.asset-specs-tble .specs-list-item .product-cpu,
.asset-specs-tble .specs-list-item .pcpu-values,
.asset-specs-tble .specs-list-item .product-cam-feature,
.asset-specs-tble .specs-list-item .pcf-values,
.asset-specs-tble .specs-list-item .product-video,
.asset-specs-tble .specs-list-item .pv-values,
.asset-specs-tble .specs-list-item .product-wlan,
.asset-specs-tble .specs-list-item .pwlan-values,
.asset-specs-tble .specs-list-item .product-gps,
.asset-specs-tble .specs-list-item .pgps-values,
.asset-specs-tble .specs-list-item .product-sensors,
.asset-specs-tble .specs-list-item .psnrs-values,
.asset-specs-tble .specs-list-item .product-charging,
.asset-specs-tble .specs-list-item .pcharge-values {
  height: 75px;
}

.asset-specs-tble .specs-list-item .product-pri-camera,
.asset-specs-tble .specs-list-item .ppc-values {
  height: 155px;
}

.fa-check-circle {
  color: #88d157;
}

.fa-times-circle {
  color: #ec4444;
}


.post-card-wrapper {
  display: grid;
  gap: 1rem;
}

.post-card {
  transition: 0.3s ease;
  color: rgb(33, 37, 41);
  font-size: 0.75rem;
}

.post-card:hover {
  color: rgb(33, 37, 41);
  box-shadow: 0px 0px 10px #c3c3c3;
}

.post-card .item-card-img {
  position: relative;
}

.post-card .item-card-img .ratio {
  overflow: hidden;
}

.post-card .item-card-img img {
  transition: 0.3s ease;
}

.post-card .item-card-img:hover img {
  transform: scale(1.2);
}

.post-card .item-body h2 {
  font-size: 0.875rem;
}

.post-card .item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #7c7c7c5f;
  color: #fff;
  padding: 0.125rem 0.5rem;
  width: 100%;
  font-size: 0.5rem;
}

.post-card .item-card-img .stars {
  position: absolute;
  top: 0.75rem;
  left: 0;
  color: #ff9800d9;
  background-color: #ffffff7f;
  font-size: 0.6125rem;
  padding: 0.125rem;
  font-size: 0.5rem;
}

.post-card .item-body .review-btn button {
  border: 0;
  background-color: #4692f0;
  color: #ffffff;
  border-radius: 3px;
}

.post-card .item-body .review-btn button:hover {
  background-color: #3b7ccc;
}

.commn-btn {
  background-color: rgb(63, 139, 226);
  color: #ffffff;
  padding: 0.325rem 0.5rem;
  border-radius: 3px;
  border: 0;
  font-size: 0.75rem;
}

.commn-btn:hover {
  background-color: rgb(56, 125, 204);
  color: #ffffff;
}

.query-showrooms .select-boxes,
.service-center .select-boxes {
  display: grid;
  gap: 1rem;
}

.query-showrooms .select-boxes select,
.query-showrooms .select-boxes button {
  padding: 0.325rem 0.5rem;
  font-size: 0.875rem;
}

.showroom-tbls.asset-specs-tble th,
.showroom-tbls.asset-specs-tble td {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #ddd;
  vertical-align: middle;
}

.add-new-showrooms .new-showrooms-form .showroom-input-group {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.add-new-showrooms .new-showrooms-form input,
.add-new-showrooms .new-showrooms-form select,
.new-showrooms-form .submit-new-showroom-btn input[type="submit"] {
  font-size: 0.75rem;
}

.new-showrooms-form .submit-new-showroom-btn input[type="submit"] {
  border: 1px solid #0d6efd;
  color: #ffffff;
  background-color: #0d6efd;
  border-radius: 3px;
  width: 100%;
}

.showroom-details-wrapper table tbody td:last-child,
.filtered-service-centere table tbody td:last-child {
  text-align: center;
}

.showroom-details-text .service-addr img {
  width: 56px;
}

.msg-form-body form {
  background-color: #eef3fa;
  border-radius: 1rem;
  padding: 1.5rem;
}

.msg-form-body .msg-form-group {
  display: grid;
  gap: 1.5rem;
}

.msg-form-body .msg-form-group input,
.msg-form-body textarea {
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.contact-details-body .info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c4c4c454;
  color: #747474;
  height: 48px;
  width: 48px;
  border-radius: 50%;
}

.contact-details-body .info .icon i {
  font-size: 1.5rem;
}


.featured-videos-body {
  background-color: #404040;
}

.featured-videos-body .optional-videos .video {
  color: #ffffff;
}

.all-videos .optional-videos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.all-videos .optional-videos .video {
  cursor: pointer;
}

.all-videos .optional-videos .video .video-img-wrapper {
  position: relative;
}

.all-videos .optional-videos .video .video-time {
  background-color: #121212df;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1px 0.5rem;
  font-size: 0.875rem;
}

.all-videos .optional-videos .video .video-date {
  color: rgb(93, 93, 93);
  font-size: 0.75rem;
}

.comparision-gallery-wrapper .comparision-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.325rem;
}

.comparision-gallery-wrapper .comparision-gallery .item-card:hover {
  box-shadow: 0px 0px 10px #c3c3c3;
}

.comparision-gallery-wrapper .comparision-gallery .comparision-card-body h3 {
  font-size: 0.75rem;
  margin-top: 0.325rem !important;
}

.allbrand .brand-list {
  display: flex;
  overflow: auto;
}

.allbrand .brand-list .brand-list-item {
  min-width: 130px;
}

.brand-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.brand-list .brand-list-item:hover {
  box-shadow: 0px 3px 10px #a1a1a1;
  transition: all 0.3s ease;
}



.brand-list .img-wrapper {
  height: 95px;
  overflow: hidden;
}

.brand-list .img-wrapper img {
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
}

.brand-list .title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #7c7c7c5f;
  color: #ffffff;
  width: 100%;
  padding: 5px;
  font-weight: 600;
  border-top: 1px solid #ffffff33;
}

.brands-wrapper .filtered-brands .form-control::placeholder {
  color: #929292;
}

#footer .call-to-action {
  background-color: #444444;
}

#footer .call-to-action input[type="submit"] {
  background-color: #3f63ad;
}

#footer .call-to-action input[type="submit"]:hover {
  background-color: #4a74c9;
}

#footer .call-to-action .subscribtion-wrapper .subscribtion-text,
#footer .call-to-action .subscribtion-wrapper .subscribtion-form {
  flex-basis: 50%;
}

#footer .footer-navbar {
  background-color: #333333;
}

#footer .list-group .list-link {
  color: #999898;
}

#footer .list-group .list-link:hover {
  color: #fff;
}

#footer .copyright {
  background-color: #1f1f1f;
}

#footer .social-links .icon-container {
  background-color: #000;
  height: 36px;
  width: 36px;
  cursor: pointer;
}

#footer .social-links .icon-container:hover {
  background-color: #121212;
  color: #f7f7f7;
}

.footer-item .list-link img {
  width: 120px;
  height: auto;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}
.search-box {
max-width: 400px;
margin: 20px auto;
}
.form-control {
border-radius: 5px;
}
.bt {
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
border-radius: 0 5px 5px 0;
}
.footer {
background: linear-gradient(105deg,#6e99e6 ,#093c94);
padding-top: 40px;
padding-bottom: 5px;
}

.single_footer{}
@media only screen and (max-width:768px) {
.single_footer{margin-bottom:30px;}
}
.single_footer h4 {
color: #fff;
margin-top: 0;
font-weight: 700;
text-transform: uppercase;
font-size: 20px;
}
.single_footer h4::after {
content: "";
display: block;
height: 2px;
width: 40px;
background: #fff;
margin-top: 20px;
}
.single_footer p{color:#fff;}
.single_footer ul {
margin: 0;
padding: 0;
list-style: none;
}
.single_footer ul li{}
.single_footer ul li a {
color: #fff;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
line-height: 36px;
font-size: 15px;
text-transform: capitalize;
}
.single_footer ul li a:hover { color: #cfcfcf; }

.single_footer_address{}
.single_footer_address ul{}
.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
font-weight: 400;
color: #fff;
line-height: 28px;
}
.contact_social ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.stitle{
color: #3c6aad ;
}

.subscribe {
display: block;
position: relative;
margin-top: 15px;
width: 100%;
}
.subscribe__input {
background-color: #fff;
border: medium none;
border-radius: 5px;
color: #333;
display: block;
font-size: 15px;
font-weight: 500;
height: 40px;
letter-spacing: 0.4px;
margin: 0;
padding: 0 150px 0 20px;
text-align: center;
text-transform: capitalize;
width: 100%;
}
@media only screen and (max-width:768px) {
.subscribe__input{padding: 0 50px 0 20px;}
}

.subscribe__btn {
background-color: transparent;
border-radius: 0 25px 25px 0;
color: #01c7e9;
cursor: pointer;
display: block;
font-size: 20px;
height: 40px;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
.subscribe__btn i{transition: all 0.3s ease 0s;}
@media only screen and (max-width:768px) {
.subscribe__btn{right:0px;}
}

.subscribe__btn:hover i{
color:#ff3a3a;
}
button {
padding: 0;
border: none;
background-color: transparent;
-webkit-border-radius: 0;
border-radius: 0;
}
.social_profile {margin-top:20px;}
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
text-align: center;
border: 0px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
margin: 0px 5px;
font-size: 18px;
color: #fff;
border-radius: 30px;
width: 50px;
height: 50px;
line-height: 50px;
display: block;
border: 1px solid rgba(255,255,255,0.2);
}
@media only screen and (max-width:768px) {
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) {
.social_profile ul li a{
width:40px;
height:40px;
line-height:40px;
}
}
.social_profile ul li a:hover{
background:#dfdede;
border: 1px solid #bbb8b9;
color:#30b7f5;
border:0px;
}

.copyright {
margin-top: 70px;
padding-top: 40px;
color:#fff;
font-size: 15px;
border-top: 1px solid rgba(255,255,255,0.4);
text-align: center;
}
.copyright a{color:#01c7e9;transition: all 0.2s ease 0s;}
.copyright a:hover{color:#ff3666;}
/* .logo {
    position: relative;
  }

  .normal-logo {
    display: block;
    transition: opacity 0.3s ease;
  }

  .hover-logo {
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .logo:hover .normal-logo {
    opacity: 0;
  }

  .logo:hover .hover-logo {
    opacity: 1;
  } */
