/********** common styles **********/
/* ====================start==================== */
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
}
body {
  background-color: #f2f3f5;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height:18px;
  color: #626262;
}
img{
    max-width: 100%;
    max-height: 100%;
    height:auto;
}
.ezoicwhat {
    display: none !important;
}
.ezmob-footer-desktop {
    background-color: transparent !important;
}
.ezmob-footer {
    background: transparent !important;
}
.foswald{
    font-family: 'Oswald', 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{
    line-height: 20px;
}
.container {
  max-width: 1140px;
}
ol.breadcrumb{
    font-size:12px;
}
.h2, h2 {
    font-size: 1.5rem;
}
h3{
  font-size: 1.25rem;
  color: rgb(83, 83, 83);
}
.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;
}

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

/* header style start */

/********** top navbar **********/
.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;
}
/********** topnav **********/
.topnav {
  background-color: #000;
}

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

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

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

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

.topnav .offcanvas {
    height: 45px !important;
    border-radius: 3px;
}

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

/********** main navigation **********/
.main-navbar {
  left: -110%;
  transition: 0.5s ease;
  z-index: 99999;
  height: 100%;
}

.main-navbar.active {
  background-color: #f2f3f5 !important;
  left: 0;
  height: fit-content!important;
}

.main-navbar .nav-item {
  font-size: 14px;
  font-weight: 500 !important;
}

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

.main-navbar .nav-item .nav-link:hover {
  color: #fd9157 !important;
}

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

.main-navbar .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: 3px solid #7a7a7a !important;
    margin-top: -1px;
}

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

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

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

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

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

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

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

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

/* ====================start==================== */
.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 .product-box {
  padding-right: 1rem;
  margin-bottom: 0.625rem;
}

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

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

.comparison-sidebar .product-box .product-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;
}
/* ====================end==================== */

/* header style end */

/* main style start */

/********** find a mobile start **********/
.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;
}
/********** find a mobile end **********/

/********** brand wrapper start **********/
.sidebar-products-wrapper .products .product-box .product-thumb {
  width: 86px;
}

.sidebar-products-wrapper .products .product-box .product-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;
}
/********** brand wrapper end **********/

/********** latest mobiles start **********/
.product-slider-header a.text-dark:hover {
  color: #fd9157 !important;
}

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

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

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

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

.product-card:hover .product-img {
  transform: scale(1.2);
  animation: flash 1.5s ease forwards;
}

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

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

.product-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;
}
/********** latest mobiles end **********/

/* lastest news start */
.reviews-gallery-wrapper .items-reviews-gallery {
  overflow: auto;
  display: flex;
}

.reviews-gallery-wrapper .items-reviews-gallery .review-card {
  min-width: 258px;
  max-width: 258px;
}


.reviews-gallery-wrapper .items-reviews-gallery .comparision-review-card {
  min-width: 203px;
  max-width: 203px;
}
/* lastest news end */

/********** mobiles brand style start **********/
.mobile-queries .fixed-height {
  min-height: 307px;
}
/********** mobiles brand style end **********/
/* main style end */

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

ul.products li .product-card .btn {
  background-color: #f7f7f7;
  font-size: 0.8125rem;
}

ul.products li .product-card .btn:focus {
  box-shadow: none;
}

ul.products li .product-card .btn:hover {
  background-color: rgb(221 220 220 / 68%);
  color: #1e1a1a;
  border-color: transparent !important;
  font-weight: bold;
}

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

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

/* brief intro start */
.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;
}

.product-overview-description {
  color: #727374;
  line-height: 1.55rem;
}

.product-overview-description p {
  color: inherit;
  line-height: inherit;
  margin-bottom: 10px !important;
}

.product-overview-description p:last-child {
  margin-bottom: 0 !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);
}
/* brief intro end */

/*brand list*/
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;
}

/********** call to action end **********/

/*Price List Page style start*/
.pricetype{
    color: #ef8600;
    font-size: 10px;
}
.text-bold {
  font-weight: 700;
}

/* brief intro start */
.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;
}
/* brief intro end */

/* main body section start */
/********* sidebar common style start **********/

/* ====================start======================= */
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;
}
/* ====================end======================= */

.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-list-theme,
.price-range-filter-card {
  --price-ink: #172033;
  --price-muted: #667085;
  --price-line: #e2e8f0;
  --price-soft: #f6f8fb;
  --price-accent: #0f766e;
  --price-primary: #1769aa;
}

.price-list-hero {
  align-items: center;
  background: var(--price-soft);
  border: 1px solid var(--price-line);
  border-radius: 8px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 0.9rem;
  padding: 1.2rem;
}

.price-list-eyebrow {
  color: var(--price-primary);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.price-list-hero h1 {
  color: var(--price-ink);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0.25rem 0 0.35rem;
}

.price-list-hero p {
  color: var(--price-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
}

.price-list-summary {
  background: #fff;
  border: 1px solid var(--price-line);
  border-radius: 8px;
  min-width: 132px;
  padding: 0.85rem;
  text-align: center;
}

.price-list-summary span {
  color: var(--price-ink);
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.price-list-summary small {
  color: var(--price-muted);
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  margin-top: 0.4rem;
}

.price-list-theme #sidebar {
  visibility: hidden;
}

.price-list-theme .price-filter-sidebar {
  background: #fff !important;
  border: 1px solid var(--price-line);
  border-radius: 8px;
  height: auto;
  max-height: calc(100vh - 115px);
  overflow-y: auto;
  padding: 0.75rem;
  width: 100%;
}

.price-list-theme .price-filter-sidebar::-webkit-scrollbar,
.price-list-theme .price-filter-options::-webkit-scrollbar,
.price-range-filter-card .price-filter-options::-webkit-scrollbar {
  width: 6px;
}

.price-list-theme .price-filter-sidebar::-webkit-scrollbar-track,
.price-list-theme .price-filter-options::-webkit-scrollbar-track,
.price-range-filter-card .price-filter-options::-webkit-scrollbar-track {
  background: transparent;
}

.price-list-theme .price-filter-sidebar::-webkit-scrollbar-thumb,
.price-list-theme .price-filter-options::-webkit-scrollbar-thumb,
.price-range-filter-card .price-filter-options::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

.price-filter-header {
  align-items: center;
  border-bottom: 1px solid var(--price-line);
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  margin: -0.75rem -0.75rem 0.75rem;
  padding: 0.9rem 0.75rem;
}

.price-filter-header span {
  color: var(--price-primary);
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.price-filter-header h2 {
  color: var(--price-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0.15rem 0 0;
}

.price-filter-header a {
  color: var(--price-primary);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.price-filter-card {
  background: #fff;
  border: 1px solid var(--price-line);
  border-radius: 8px;
  margin-top: 0.75rem;
  padding: 0.85rem;
}

.price-filter-card:first-of-type {
  margin-top: 0;
}

.price-filter-card h3,
.price-filter-subgroup h4 {
  color: var(--price-ink);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 0.65rem;
}

.price-filter-subgroup {
  border-top: 1px solid #edf2f7;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.price-filter-subgroup:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.price-filter-subgroup h4 {
  color: #344054;
  font-size: 0.83rem;
  margin-bottom: 0.45rem;
}

.price-filter-search {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--price-line);
  border-radius: 8px;
  display: flex;
  gap: 0.45rem;
  min-height: 40px;
  padding: 0 0.7rem;
}

.price-filter-search i {
  color: #98a2b3;
  font-size: 0.82rem;
}

.price-filter-search .search-field {
  color: var(--price-ink);
  height: 38px;
}

.price-filter-search .search-field::placeholder {
  color: #98a2b3;
}

.price-list-theme .price-filter-options,
.price-range-filter-card .price-filter-options {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.price-list-theme .price-filter-options.is-scrollable,
.price-range-filter-card .price-filter-options.is-scrollable {
  max-height: 204px;
  overflow-y: auto;
  padding-right: 0.25rem;
}

.price-list-theme .price-filter-options .list-group-item,
.price-range-filter-card .price-filter-options .list-group-item {
  align-items: center;
  border-radius: 6px;
  color: #475467;
  display: flex;
  font-size: 0.85rem;
  font-weight: 650;
  gap: 0.45rem;
  line-height: 1.35;
  min-height: 34px;
  padding: 0.42rem 0.5rem !important;
}

.price-list-theme .price-filter-options .list-group-item:hover,
.price-range-filter-card .price-filter-options .list-group-item:hover {
  background: #f6f8fb;
  color: var(--price-ink);
}

.price-list-theme .form-check,
.price-range-filter-card .form-check {
  margin: 0;
  padding-left: 0;
}

.price-list-theme .form-check-input,
.price-range-filter-card .form-check-input {
  border-color: #b9c8d6;
  box-shadow: none;
  flex: 0 0 auto;
}

.price-list-theme .form-check .form-check-input,
.price-range-filter-card .form-check .form-check-input {
  float: none;
  margin-left: 0;
}

.price-list-theme .price-filter-options .form-check-input,
.price-range-filter-card .price-filter-options .form-check-input {
  height: 16px;
  margin-right: 0.45rem;
  margin-top: 0;
  width: 16px;
}

.price-list-theme .form-check-input:checked,
.price-range-filter-card .form-check-input:checked {
  background-color: var(--price-accent);
  border-color: var(--price-accent);
}

.price-list-theme #price-range-slider,
.price-range-filter-card #price-range-slider {
  display: block;
  margin: 0.6rem 0 1rem;
  max-width: 100%;
  width: 100% !important;
}

.price-list-theme #price-range-slider.slider.slider-horizontal,
.price-range-filter-card #price-range-slider.slider.slider-horizontal {
  height: 34px;
}

.price-list-theme #price-range-slider.slider.slider-horizontal .slider-track,
.price-range-filter-card #price-range-slider.slider.slider-horizontal .slider-track {
  background: #e2e8f0;
  border: 0;
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
  height: 8px;
  margin-top: -4px;
}

.price-list-theme #price-range-slider .slider-selection,
.price-range-filter-card #price-range-slider .slider-selection {
  background: var(--price-accent);
  background-image: none;
  border-radius: 999px;
  box-shadow: none;
}

.price-list-theme #price-range-slider .slider-track-low,
.price-list-theme #price-range-slider .slider-track-high,
.price-range-filter-card #price-range-slider .slider-track-low,
.price-range-filter-card #price-range-slider .slider-track-high {
  background: transparent;
  box-shadow: none;
}

.price-list-theme #price-range-slider .slider-handle,
.price-list-theme #price-range-slider .slider-handle.round,
.price-range-filter-card #price-range-slider .slider-handle,
.price-range-filter-card #price-range-slider .slider-handle.round {
  background: var(--price-accent);
  background-image: none;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.22);
  height: 22px;
  margin-left: -11px;
  margin-top: -7px;
  width: 22px;
}

.price-range-inputs {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0.35rem 0 0.85rem;
}

.price-range-input {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin: 0;
  min-width: 0;
}

.price-range-input span {
  color: var(--price-muted);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.price-list-theme .slider-value,
.price-range-filter-card .slider-value {
  background: #fff;
  border: 1px solid var(--price-line);
  border-radius: 8px;
  box-shadow: none;
  color: var(--price-ink) !important;
  font-size: 0.9rem;
  font-weight: 800;
  height: 42px;
  min-width: 0;
  padding: 0.4rem 0.55rem;
  text-align: center;
  width: 100% !important;
}

.price-list-theme .slider-value:focus,
.price-range-filter-card .slider-value:focus {
  border-color: var(--price-primary);
  box-shadow: 0 0 0 0.15rem rgba(23, 105, 170, 0.12);
  outline: 0;
}

.price-list-products {
  border: 1px solid var(--price-line) !important;
  border-radius: 8px;
  overflow: hidden;
}

.price-list-toolbar {
  background: #fff;
  border-bottom: 1px solid var(--price-line);
  padding: 0.95rem 1rem;
}

.price-list-toolbar h2 {
  color: var(--price-ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0.1rem 0 0;
}

.price-list-select label {
  color: var(--price-muted);
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.price-list-select select {
  background: #fff;
  border: 1px solid var(--price-line);
  border-radius: 7px;
  color: var(--price-ink);
  font-size: 0.84rem;
  font-weight: 700;
  min-height: 36px;
  padding: 0.25rem 1.8rem 0.25rem 0.55rem;
}

.price-list-theme .filter-btn {
  background: var(--price-accent);
  border: 0;
  border-radius: 7px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  min-height: 38px;
  padding: 0.45rem 0.8rem;
}

.price-product-grid {
  padding: 0.75rem !important;
}

.price-product-grid > li {
  list-style: none;
}

.price-product-card {
  border: 1px solid var(--price-line) !important;
  border-radius: 8px;
  box-shadow: none;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.price-product-card:hover {
  border-color: #b9c8d6 !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.price-product-card a {
  color: inherit;
  text-decoration: none;
}

.price-product-card .product-scor {
  border-radius: 0 0 8px 0;
}

.price-product-card .scor-number {
  font-size: 0.8rem !important;
}

.price-product-card .product-thumb {
  align-items: center;
  display: flex;
  height: 142px;
  justify-content: center;
  padding: 0.85rem 0.75rem 0.35rem;
}

.price-product-card .product-img {
  max-height: 128px;
  object-fit: contain;
}

.price-product-card .product-item-meta {
  padding: 0.45rem 0.7rem 0.65rem !important;
}

.price-product-card .product-title {
  color: var(--price-ink);
  display: -webkit-box;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.28;
  min-height: 2.25em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.price-product-card .product-price {
  color: var(--price-primary);
  font-size: 0.9rem;
  font-weight: 800;
}

.price-product-card .btn {
  background: #f8fafc;
  color: #475467;
  font-size: 0.78rem;
  font-weight: 800;
}

.price-product-card:hover .btn {
  color: var(--price-primary);
}

.price-list-pagination,
.price-list-empty {
  flex: 0 0 100%;
  list-style: none;
  padding: 1rem;
  text-align: center;
  width: 100%;
}

.price-list-empty {
  color: var(--price-muted);
  font-weight: 700;
}

@media (min-width: 1200px) {
  .price-list-theme #sidebar {
    visibility: visible;
  }

  .price-list-theme .price-filter-sidebar {
    position: sticky;
    top: 0.75rem;
  }
}

@media (max-width: 1199px) {
  .price-list-theme #sidebar.offcanvas {
    visibility: visible;
  }

  .price-list-theme .price-filter-sidebar {
    border: 0;
    border-radius: 0;
    max-height: 100vh;
  }
}

@media (max-width: 767px) {
  .price-list-hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem;
  }

  .price-list-hero h1 {
    font-size: 1.35rem;
  }

  .price-list-summary {
    min-width: 0;
    width: 100%;
  }

  .price-list-toolbar {
    padding: 0.85rem;
  }

  .price-range-inputs {
    grid-template-columns: 1fr;
  }

  .price-product-grid {
    padding: 0.45rem !important;
  }

  .price-product-card .product-thumb {
    height: 128px;
  }
}

.mobile-directory-page {
  padding-bottom: 1.25rem;
}

.mobile-directory-hero {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--price-line);
  border-radius: 8px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 1.2rem;
}

.mobile-directory-hero h1 {
  color: var(--price-ink);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0.25rem 0 0.35rem;
}

.mobile-directory-hero p {
  color: var(--price-muted);
  font-size: 0.96rem;
  line-height: 1.55;
  margin: 0;
  max-width: 780px;
}

.mobile-directory-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.95rem;
}

.mobile-directory-actions .btn {
  align-items: center;
  background: var(--price-accent);
  border: 1px solid var(--price-accent);
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 800;
  gap: 0.45rem;
  min-height: 38px;
  padding: 0.45rem 0.8rem;
}

.mobile-directory-actions .btn-light {
  background: #fff;
  border-color: var(--price-line);
  color: var(--price-ink);
}

.mobile-directory-stats {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(3, minmax(86px, 1fr));
  min-width: 310px;
}

.mobile-directory-stats div {
  background: #fff;
  border: 1px solid var(--price-line);
  border-radius: 8px;
  padding: 0.75rem;
  text-align: center;
}

.mobile-directory-stats span {
  color: var(--price-ink);
  display: block;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1;
}

.mobile-directory-stats small {
  color: var(--price-muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  margin-top: 0.38rem;
  text-transform: uppercase;
}

.mobile-directory-section,
.mobile-directory-side-panel {
  background: #fff;
  border: 1px solid var(--price-line);
  border-radius: 8px;
  margin-bottom: 0.9rem;
  overflow: hidden;
}

.mobile-directory-section-head,
.mobile-directory-side-head {
  align-items: center;
  border-bottom: 1px solid var(--price-line);
  display: flex;
  gap: 0.85rem;
  justify-content: space-between;
  padding: 0.95rem 1rem;
}

.mobile-directory-section-head h2,
.mobile-directory-side-head h2 {
  color: var(--price-ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0.1rem 0 0;
}

.mobile-directory-section-head p {
  color: var(--price-muted);
  font-size: 0.86rem;
  line-height: 1.5;
  margin: 0.25rem 0 0;
}

.mobile-directory-link,
.mobile-directory-side-head a {
  align-items: center;
  color: var(--price-primary);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-weight: 800;
  gap: 0.35rem;
  text-decoration: none;
  white-space: nowrap;
}

.mobile-directory-products.price-product-grid {
  padding: 0.75rem !important;
}

.mobile-directory-review-grid,
.mobile-directory-brand-grid,
.mobile-directory-budget-grid,
.mobile-directory-comparison-grid {
  display: grid;
  gap: 0.75rem;
  padding: 0.85rem;
}

.mobile-directory-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mobile-directory-review-card,
.mobile-directory-budget-card,
.mobile-directory-brand-card,
.mobile-directory-comparison-card {
  border: 1px solid var(--price-line);
  border-radius: 8px;
  color: inherit;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mobile-directory-review-card:hover,
.mobile-directory-budget-card:hover,
.mobile-directory-brand-card:hover,
.mobile-directory-comparison-card:hover {
  border-color: #b9c8d6;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.mobile-directory-review-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mobile-directory-review-body {
  padding: 0.75rem;
}

.mobile-directory-meta {
  color: var(--price-muted);
  display: flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}

.mobile-directory-stars {
  align-items: center;
  color: #f59e0b;
  display: flex;
  font-size: 0.78rem;
  gap: 0.08rem;
  margin-bottom: 0.4rem;
}

.mobile-directory-stars span {
  color: var(--price-muted);
  font-weight: 800;
  margin-left: 0.25rem;
}

.mobile-directory-review-card h3 {
  color: var(--price-ink);
  display: -webkit-box;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 0.3rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mobile-directory-review-card p {
  color: var(--price-muted);
  display: -webkit-box;
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mobile-directory-budget-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mobile-directory-budget-card {
  align-items: center;
  display: grid;
  gap: 0.3rem;
  grid-template-columns: auto 1fr;
  padding: 0.8rem;
}

.mobile-directory-budget-card .mobile-directory-icon {
  align-items: center;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  color: var(--price-accent);
  display: inline-flex;
  grid-row: span 2;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.mobile-directory-budget-card span:not(.mobile-directory-icon) {
  color: var(--price-muted);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.mobile-directory-budget-card strong {
  color: var(--price-ink);
  font-size: 0.88rem;
  line-height: 1.25;
}

.mobile-directory-brand-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.mobile-directory-brand-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  min-height: 108px;
  padding: 0.75rem 0.5rem;
  text-align: center;
}

.mobile-directory-brand-card span {
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 100%;
}

.mobile-directory-brand-card img {
  max-height: 42px;
  max-width: 82px;
  object-fit: contain;
}

.mobile-directory-brand-card strong {
  color: var(--price-ink);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
}

.mobile-directory-comparison-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mobile-directory-comparison-card {
  align-items: center;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: 1fr 38px 1fr;
  padding: 0.8rem;
  text-align: center;
}

.mobile-directory-comparison-card span {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--price-line);
  border-radius: 8px;
  display: flex;
  height: 86px;
  justify-content: center;
}

.mobile-directory-comparison-card img {
  max-height: 74px;
  max-width: 92%;
  object-fit: contain;
}

.mobile-directory-comparison-card strong {
  align-items: center;
  background: var(--price-primary);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 0.78rem;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.mobile-directory-comparison-card em {
  color: var(--price-ink);
  display: -webkit-box;
  font-size: 0.83rem;
  font-style: normal;
  font-weight: 800;
  grid-column: 1 / -1;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mobile-directory-sidebar {
  align-self: flex-start;
}

@media (min-width: 1200px) {
  .mobile-directory-sidebar {
    position: sticky;
    top: 0.75rem;
  }
}

.mobile-directory-side-panel {
  margin-bottom: 0.75rem;
}

.mobile-directory-side-head {
  padding: 0.8rem 0.85rem;
}

.mobile-directory-side-head h2 {
  font-size: 0.98rem;
}

.mobile-directory-brand-links {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-height: 286px;
  overflow-y: auto;
  padding: 0.75rem;
}

.mobile-directory-brand-links a {
  background: #f8fafc;
  border: 1px solid var(--price-line);
  border-radius: 7px;
  color: var(--price-ink);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  overflow: hidden;
  padding: 0.5rem 0.45rem;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-directory-brand-links a:hover {
  background: #fff;
  border-color: #b9c8d6;
  color: var(--price-primary);
}

.mobile-directory-mini-list,
.mobile-directory-news-list,
.mobile-directory-compare-list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0.75rem 0.75rem;
}

.mobile-directory-mini-list li,
.mobile-directory-news-list li,
.mobile-directory-compare-list li {
  border-bottom: 1px solid #edf2f7;
  margin: 0;
}

.mobile-directory-mini-list li:last-child,
.mobile-directory-news-list li:last-child,
.mobile-directory-compare-list li:last-child {
  border-bottom: 0;
}

.mobile-directory-mini-list a,
.mobile-directory-news-list a {
  align-items: center;
  color: inherit;
  display: flex;
  gap: 0.7rem;
  padding: 0.55rem 0;
  text-decoration: none;
}

.mobile-directory-mini-list img {
  flex: 0 0 auto;
  height: 58px;
  object-fit: contain;
  width: 48px;
}

.mobile-directory-news-list img {
  border-radius: 7px;
  flex: 0 0 auto;
  height: 58px;
  object-fit: cover;
  width: 78px;
}

.mobile-directory-mini-list strong,
.mobile-directory-news-list strong {
  color: var(--price-ink);
  display: -webkit-box;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.32;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mobile-directory-mini-list em,
.mobile-directory-news-list em {
  color: var(--price-muted);
  display: block;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 700;
  margin-top: 0.25rem;
}

.mobile-directory-compare-list a {
  align-items: center;
  color: var(--price-ink);
  display: grid;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.35rem;
  grid-template-columns: 1fr auto 1fr;
  line-height: 1.35;
  padding: 0.65rem 0;
  text-align: center;
  text-decoration: none;
}

.mobile-directory-compare-list strong {
  color: var(--price-primary);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.mobile-directory-empty {
  color: var(--price-muted);
  font-weight: 700;
  padding: 0.7rem 0;
}

@media (max-width: 1199px) {
  .mobile-directory-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-directory-stats {
    min-width: 0;
    width: 100%;
  }

  .mobile-directory-sidebar {
    position: static;
  }
}

@media (max-width: 991px) {
  .mobile-directory-review-grid,
  .mobile-directory-budget-grid,
  .mobile-directory-comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-directory-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mobile-directory-hero {
    padding: 1rem;
  }

  .mobile-directory-hero h1 {
    font-size: 1.36rem;
  }

  .mobile-directory-stats {
    grid-template-columns: 1fr;
  }

  .mobile-directory-section-head,
  .mobile-directory-side-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.85rem;
  }

  .mobile-directory-review-grid,
  .mobile-directory-budget-grid,
  .mobile-directory-comparison-grid {
    grid-template-columns: 1fr;
  }

  .mobile-directory-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-directory-brand-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* shared list/sidebar polish start */
.general-wrapper {
  --common-ink: #172033;
  --common-muted: #667085;
  --common-line: #e2e8f0;
  --common-soft: #f6f8fb;
  --common-primary: #1769aa;
  --common-accent: #0f766e;
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form {
  background: #fff !important;
  border: 1px solid var(--common-line) !important;
  border-radius: 8px;
  max-height: calc(100vh - 115px);
  overflow-y: auto !important;
  padding: 0.75rem !important;
  scrollbar-width: thin;
  width: 100%;
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form::-webkit-scrollbar,
.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .customscroll::-webkit-scrollbar,
.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .list-group::-webkit-scrollbar {
  width: 6px;
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form::-webkit-scrollbar-track,
.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .customscroll::-webkit-scrollbar-track,
.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .list-group::-webkit-scrollbar-track {
  background: transparent;
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form::-webkit-scrollbar-thumb,
.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .customscroll::-webkit-scrollbar-thumb,
.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .list-group::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form > section {
  background: #fff;
  border: 1px solid var(--common-line);
  border-radius: 8px;
  margin-top: 0.75rem !important;
  padding: 0.85rem;
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form > section:first-of-type {
  margin-top: 0 !important;
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form h2,
.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form h3,
.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .group-title {
  border-bottom: 0 !important;
  color: var(--common-ink);
  display: block;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1.25;
  margin: 0 0 0.65rem !important;
  padding: 0 !important;
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .list-group,
.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .customscroll {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  max-height: 204px;
  overflow-y: auto;
  padding-right: 0.25rem;
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .list-group.customscroll,
.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .customscroll.mb-3 {
  border-top: 1px solid #edf2f7;
  margin: 0.75rem 0 0 !important;
  padding-top: 0.75rem;
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .list-group-item {
  align-items: center;
  border-radius: 6px;
  color: #475467;
  display: flex;
  font-size: 0.85rem;
  font-weight: 650;
  gap: 0.45rem;
  line-height: 1.35;
  min-height: 34px;
  padding: 0.42rem 0.5rem !important;
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .list-group-item:hover {
  background: var(--common-soft);
  color: var(--common-ink);
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .form-check {
  margin: 0;
  padding-left: 0;
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .form-check-input {
  border-color: #b9c8d6;
  box-shadow: none;
  flex: 0 0 auto;
  float: none;
  height: 16px;
  margin-left: 0;
  margin-right: 0.45rem;
  margin-top: 0;
  width: 16px;
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .form-check-input:checked {
  background-color: var(--common-accent);
  border-color: var(--common-accent);
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .brand-search-field > div,
.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .price-filter-search {
  align-items: center;
  background: #f8fafc !important;
  border: 1px solid var(--common-line) !important;
  border-radius: 8px !important;
  display: flex;
  gap: 0.45rem;
  min-height: 40px;
  padding: 0 0.7rem !important;
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .search-field {
  background: transparent;
  color: var(--common-ink);
  height: 38px;
  outline: 0;
}

.general-wrapper:not(.price-list-theme) #sidebar .sidebar-form .slider-value {
  background: #fff;
  border: 1px solid var(--common-line);
  border-radius: 8px;
  box-shadow: none;
  color: var(--common-ink) !important;
  font-size: 0.9rem;
  font-weight: 800;
  height: 42px;
  min-width: 0;
  padding: 0.4rem 0.55rem !important;
  text-align: center;
  width: 100% !important;
}

.general-wrapper:not(.price-list-theme) .mobile-showcase {
  background: #fff !important;
  border: 1px solid var(--common-line) !important;
  border-radius: 8px;
  overflow: hidden;
}

.general-wrapper:not(.price-list-theme) .mobile-showcase-head {
  background: #fff;
  border-bottom: 1px solid var(--common-line) !important;
  padding: 0.95rem 1rem !important;
}

.general-wrapper:not(.price-list-theme) .mobile-showcase-head h2 {
  color: var(--common-ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0.1rem 0 0;
}

.general-wrapper:not(.price-list-theme) .filtered-by label {
  color: var(--common-muted);
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.general-wrapper:not(.price-list-theme) .filtered-by select {
  background: #fff;
  border: 1px solid var(--common-line);
  border-radius: 7px;
  color: var(--common-ink);
  font-size: 0.84rem;
  font-weight: 700;
  min-height: 36px;
  padding: 0.25rem 1.8rem 0.25rem 0.55rem;
}

.general-wrapper:not(.price-list-theme) .filter-btn {
  background: var(--common-accent);
  border: 0;
  border-radius: 7px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  min-height: 38px;
  padding: 0.45rem 0.8rem;
}

.general-wrapper:not(.price-list-theme) .mobile-showcase-gallery {
  align-items: stretch !important;
  background: #f8fafc;
  margin: 0 !important;
  padding: 0.75rem !important;
}

.general-wrapper:not(.price-list-theme) .mobile-showcase-gallery > li {
  list-style: none;
}

.general-wrapper:not(.price-list-theme) .mobile-showcase-gallery .product-card {
  border: 1px solid var(--common-line) !important;
  border-radius: 8px !important;
  box-shadow: none;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.general-wrapper:not(.price-list-theme) .mobile-showcase-gallery .product-card:hover {
  border-color: #b9c8d6 !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.general-wrapper:not(.price-list-theme) .mobile-showcase-gallery .product-thumb {
  align-items: center;
  display: flex;
  height: 142px;
  justify-content: center;
  padding: 0.85rem 0.75rem 0.35rem;
}

.general-wrapper:not(.price-list-theme) .mobile-showcase-gallery .product-img {
  max-height: 128px;
  object-fit: contain;
}

.general-wrapper:not(.price-list-theme) .mobile-showcase-gallery .product-title {
  color: var(--common-ink);
  display: -webkit-box;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.28;
  min-height: 2.25em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.general-wrapper:not(.price-list-theme) .mobile-showcase-gallery .product-price {
  color: var(--common-primary);
  font-size: 0.9rem;
  font-weight: 800;
}

.general-wrapper .side-bar {
  align-self: flex-start;
}

.general-wrapper .side-bar .brand-wrapper,
.general-wrapper .side-bar .sidebar-block {
  background: #fff;
  border: 1px solid var(--common-line) !important;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.general-wrapper .side-bar .brand-wrapper {
  margin-top: 0.75rem !important;
}

.general-wrapper .side-bar .header {
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--common-line) !important;
}

.general-wrapper .side-bar .brand-wrapper h2,
.general-wrapper .side-bar .header h2 {
  color: var(--common-ink);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
}

.general-wrapper .side-bar .header a {
  color: var(--common-primary);
  font-size: 0.78rem;
  font-weight: 800;
}

.general-wrapper .side-bar .brand-wrapper .btn {
  border-color: var(--common-line) !important;
  border-radius: 7px !important;
  color: #475569;
  font-size: 0.8rem;
  font-weight: 750;
  min-height: 36px;
}

.general-wrapper .side-bar .brand-wrapper .btn:hover {
  background: var(--common-soft);
  color: var(--common-primary);
}

.general-wrapper .side-bar .phone-gallery,
.general-wrapper .side-bar .news-gallery,
.general-wrapper .side-bar .compare-gallery {
  border: 0 !important;
}

.general-wrapper .side-bar .phone-gallery {
  gap: 0.5rem;
  padding: 0.75rem !important;
}

.general-wrapper .side-bar .phone-gallery li {
  list-style: none;
  margin: 0 !important;
}

.general-wrapper .side-bar .phone-gallery .product-card {
  border: 1px solid #edf2f7;
  border-radius: 8px !important;
  height: 100%;
  overflow: hidden;
}

.general-wrapper .side-bar .phone-gallery .product-thumb {
  align-items: center;
  background: #f8fafc !important;
  display: flex;
  height: 82px;
  justify-content: center;
  padding: 0.45rem;
}

.general-wrapper .side-bar .phone-gallery .product-img {
  max-height: 70px;
  object-fit: contain;
}

.general-wrapper .side-bar .phone-gallery h3 {
  color: var(--common-ink);
  display: -webkit-box;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.25;
  min-height: 2em;
  overflow: hidden;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.general-wrapper .side-bar .phone-gallery .product-price {
  color: var(--common-primary);
  font-size: 0.78rem;
  font-weight: 800;
}

.general-wrapper .side-bar .news-gallery {
  padding: 0.75rem !important;
}

.general-wrapper .side-bar .news-gallery li {
  border-bottom: 1px solid #edf2f7 !important;
  list-style: none;
  margin-bottom: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.general-wrapper .side-bar .news-gallery li:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.general-wrapper .side-bar .news-gallery img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.general-wrapper .side-bar .news-gallery h6 {
  color: var(--common-ink) !important;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.35;
}

.general-wrapper .side-bar .compare-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem !important;
}

.general-wrapper .side-bar .compare-gallery li {
  background: #f8fafc !important;
  border: 1px solid #edf2f7;
  border-radius: 7px;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.general-wrapper .side-bar .compare-gallery li a {
  color: var(--common-ink);
  font-size: 0.82rem;
  font-weight: 750;
  padding: 0.5rem 0.6rem;
}

.general-wrapper .side-bar .compare-gallery li a:hover {
  color: var(--common-primary);
}

.general-wrapper .side-bar .compare-gallery li a .vs {
  background: #fff;
  border-color: var(--common-line);
  color: #dc3545;
  flex: 0 0 auto;
}

@media (min-width: 1200px) {
  .general-wrapper:not(.price-list-theme) #sidebar .sidebar-form {
    position: sticky;
    top: 0.75rem;
  }

  .general-wrapper .side-bar {
    position: sticky;
    top: 86px;
  }
}

@media (max-width: 1199px) {
  .general-wrapper:not(.price-list-theme) #sidebar.offcanvas {
    visibility: visible;
  }

  .general-wrapper:not(.price-list-theme) #sidebar .sidebar-form {
    border: 0 !important;
    border-radius: 0;
    max-height: 100vh;
  }
}

@media (max-width: 767px) {
  .general-wrapper:not(.price-list-theme) .mobile-showcase-head {
    padding: 0.85rem !important;
  }

  .general-wrapper:not(.price-list-theme) .mobile-showcase-gallery {
    padding: 0.45rem !important;
  }

  .general-wrapper:not(.price-list-theme) .mobile-showcase-gallery .product-thumb {
    height: 128px;
  }
}
/* shared list/sidebar polish end */
/********* sidebar common style end **********/

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

/********** mobile showcase start **********/
.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;
}
/********** mobile showcase end **********/
/* main body section end */

/* =====================start====================== */
/* single product page start */
/*********** product details ***********/
.featured-img-container .big-img {
  overflow: hidden;
  position: inherit;
  cursor: pointer;
}

.featured-img-container .product-scor .scor-text::after,
.product-grid .product-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,
.product-grid .product-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,
.product-grid .product-item .product-scor .scor-text {
  margin-top: 0 !important;
  background-color: #2e2e2e;
}

.featured-img-container .scor-number,
.product-grid .product-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,
.product-grid .product-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 */
.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);
}

/* details navigation start */
#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;
}
/* details navigation end */

/* Variants */
.varsti{}
.varsti .vartit{
    width:10%;
    float: left;
}
.varsti ul.varcont li:first-child a{
    color:#5e5e5e !important;
}
.varsti ul.varcont li .ptst{
    font-size: 15px;
}
.varsti ul.varcont li a:hover{
    color: #5d5d5d !important;
}
.varsti .varcont{
    width:90%;
}
/* Variants end*/

/* overall review */
.desc-box .desc-body {
  background-color: #e1e1e1;
}

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

/* trip advisors */
.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 */
.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;
}

/* 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%;
  color: #5d5d5d;
  font-size: 15px;
}

.product-specs-tbl tr {
  border: 1px solid #f0f0f0f0;
}
.product-specs-tbl td {
  padding: 7px 10px !important;
  border: 0;
}

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

.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;
}
/* product specs table end */

/* video specification start */
#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;
}
/* video specification end */

/* faq start */
.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;
}
/* faq end */

/* product review start */
.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;
}
/* product review end */

/* user review start */
.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;
}
/* user review end */

/* review form start */
.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;
}
/* review form end */

/* discussions start */
.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;
}
/* discussions 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 */

/* recent news start */
.news-gallery .news-box {
  display: flex;
  gap: 0.5rem;
}

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

.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;
}
/* recent news end */

/* compare gallery start */
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;
}
/* compare gallery end */

.reply-field {
  display: none;
}

.reply-field.active {
  display: grid;
}
/* single product page end */

/* product viewer page start */
.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;
}
/* product viewer page end */

/* top 10 start */
.product-grid ul li.product-item{
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 0 6px #e4e4e4;
	position: relative;
}
.product-grid .product-item:hover {
  box-shadow: 0px 0px 10px #c3c3c3;
  transition: 0.3s ease;
}
.product-item .dtls{
	display: block;
    overflow: hidden;
}
.product-item_img{
    width: 27%;
    float: left;
    display: block;
    overflow: hidden;
}
.product-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;
}
.product-grid .product-item .item-dtls-top h3{
	color: #525252;
	margin: 0;
    font-size: 14px;
}
.product-grid .product-item .product-item-img {
  margin-bottom: 1rem;
}

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

.product-grid .product-item .product-item-img img:hover {
  transform: scale(1.2);
  padding:10px;
}
.product-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;
}
/* top 10 end */

/* collection page start */
.collection-theme {
  --collection-ink: #172033;
  --collection-muted: #667085;
  --collection-line: #e2e8f0;
  --collection-soft: #f6f8fb;
  --collection-primary: #1769aa;
  --collection-accent: #0f766e;
}

.collection-breadcrumb {
  background: #f8fafc;
  border: 1px solid var(--collection-line);
  border-radius: 8px;
  margin-bottom: 0.85rem;
  padding: 0.7rem 0.9rem;
}

.collection-breadcrumb a {
  color: var(--collection-primary);
  font-weight: 700;
  text-decoration: none;
}

.collection-breadcrumb .breadcrumb-item {
  color: var(--collection-muted);
  font-size: 0.86rem;
  font-weight: 650;
}

.collection-hero {
  align-items: center;
  background: var(--collection-soft);
  border: 1px solid var(--collection-line);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) 330px;
  margin-bottom: 0.9rem;
  padding: 1.25rem;
}

.collection-eyebrow,
.collection-toolbar-label,
.collection-section-header span {
  color: var(--collection-primary);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.collection-hero h1 {
  color: var(--collection-ink);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0.25rem 0 0.35rem;
}

.collection-hero p {
  color: var(--collection-muted);
  font-size: 0.95rem;
  line-height: 1.58;
  margin: 0;
  max-width: 760px;
}

.collection-stat-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr;
}

.collection-stat {
  background: #fff;
  border: 1px solid var(--collection-line);
  border-radius: 8px;
  padding: 0.8rem 0.9rem;
}

.collection-stat span {
  color: var(--collection-ink);
  display: block;
  font-size: 1.1rem;
  font-weight: 850;
  line-height: 1.1;
}

.collection-stat small {
  color: var(--collection-muted);
  display: block;
  font-size: 0.75rem;
  font-weight: 750;
  margin-top: 0.3rem;
}

.collection-description,
.collection-product-panel {
  background: #fff;
  border: 1px solid var(--collection-line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  margin-bottom: 0.9rem;
  overflow: hidden;
}

.collection-section-header {
  border-bottom: 1px solid var(--collection-line);
  padding: 0.95rem 1rem;
}

.collection-section-header h2,
.collection-toolbar h2 {
  color: var(--collection-ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0.15rem 0 0;
}

.collection-description-body {
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.75;
  padding: 1rem;
}

.collection-description-body > *:last-child {
  margin-bottom: 0;
}

.collection-toolbar {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--collection-line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.95rem 1rem;
}

.collection-toolbar p {
  color: var(--collection-muted);
  font-size: 0.84rem;
  font-weight: 650;
  margin: 0.15rem 0 0;
}

.collection-sort {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 190px;
}

.collection-sort label {
  color: var(--collection-muted);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.collection-sort select {
  background: #fff;
  border: 1px solid var(--collection-line);
  border-radius: 7px;
  color: var(--collection-ink);
  font-size: 0.84rem;
  font-weight: 750;
  min-height: 38px;
  padding: 0.35rem 2rem 0.35rem 0.65rem;
  width: 100%;
}

.collection-sort select:focus {
  border-color: var(--collection-primary);
  box-shadow: 0 0 0 0.15rem rgba(23, 105, 170, 0.12);
  outline: 0;
}

.collection-product-list {
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 1rem;
}

.collection-product-card {
  background: #fff;
  border: 1px solid var(--collection-line);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.collection-product-card:hover {
  border-color: #b9c8d6;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.collection-product-inner {
  display: grid;
  gap: 1rem;
  grid-template-columns: 176px minmax(0, 1fr);
  min-height: 210px;
  padding: 1rem;
}

.collection-product-media {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 176px;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  text-decoration: none;
}

.collection-product-media img {
  height: auto;
  max-height: 150px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.2s ease;
  width: auto;
}

.collection-product-card:hover .collection-product-media img {
  transform: scale(1.035);
}

.collection-score {
  background: #111827;
  border-radius: 7px;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.14);
  color: #fff;
  left: 0.65rem;
  padding: 0.38rem 0.48rem;
  position: absolute;
  top: 0.65rem;
  text-align: center;
}

.collection-score strong {
  display: block;
  font-size: 0.9rem;
  line-height: 1;
}

.collection-score small {
  display: block;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 0.22rem;
  text-transform: uppercase;
}

.collection-product-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.collection-product-head {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.collection-product-title-wrap {
  min-width: 0;
}

.collection-type-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.45rem;
}

.collection-type-badges span {
  background: #eef7f5;
  border: 1px solid #cfe8e3;
  border-radius: 6px;
  color: var(--collection-accent);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.32rem 0.45rem;
}

.collection-product-head h3 {
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.32;
  margin: 0;
}

.collection-product-head h3 a {
  color: var(--collection-ink);
  text-decoration: none;
}

.collection-product-head h3 a:hover {
  color: var(--collection-primary);
}

.collection-compare-btn,
.collection-spec-link {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.4rem;
  justify-content: center;
  min-height: 36px;
  text-decoration: none;
  white-space: nowrap;
}

.collection-compare-btn {
  background: #fff;
  border: 1px solid var(--collection-line);
  color: #344054;
  padding: 0.35rem 0.65rem;
}

.collection-compare-btn:hover {
  background: #f1f5f9;
  color: var(--collection-primary);
}

.collection-spec-list {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0.85rem 0 1rem;
  padding: 0;
}

.collection-spec-list li {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 7px;
  color: #475569;
  display: flex;
  font-size: 0.82rem;
  font-weight: 650;
  gap: 0.5rem;
  min-height: 38px;
  min-width: 0;
  padding: 0.48rem 0.58rem;
}

.collection-spec-list i {
  color: var(--collection-primary);
  flex: 0 0 auto;
  width: 16px;
}

.collection-spec-list span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.collection-card-footer {
  align-items: center;
  border-top: 1px solid #edf2f7;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.85rem;
}

.collection-price span {
  color: var(--collection-muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.collection-price strong {
  color: var(--collection-ink);
  display: block;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
  margin-top: 0.25rem;
}

.collection-spec-link {
  background: var(--collection-primary);
  border: 1px solid var(--collection-primary);
  color: #fff;
  padding: 0.45rem 0.75rem;
}

.collection-spec-link:hover {
  background: #14588e;
  color: #fff;
}

.collection-empty-state {
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  color: var(--collection-muted);
  font-weight: 750;
  list-style: none;
  padding: 1rem;
  text-align: center;
}

.collection-pagination {
  background: #fff;
  border-top: 1px solid var(--collection-line);
  padding: 0.75rem 1rem 0.9rem;
}

.collection-pagination .pagination {
  margin-bottom: 0;
}

.collection-sidebar {
  align-self: flex-start;
}

.collection-theme .collection-sidebar .brand-wrapper,
.collection-theme .collection-sidebar .sidebar-block {
  background: #fff;
  border: 1px solid var(--collection-line) !important;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.collection-theme .collection-sidebar .brand-wrapper {
  margin-top: 0 !important;
}

.collection-theme .collection-sidebar .brand-wrapper h2,
.collection-theme .collection-sidebar .header h2 {
  color: var(--collection-ink);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
}

.collection-theme .collection-sidebar .header {
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--collection-line) !important;
}

.collection-theme .collection-sidebar .brand-wrapper .btn {
  border-color: var(--collection-line) !important;
  border-radius: 7px !important;
  color: #475569;
  font-size: 0.8rem;
  font-weight: 750;
  min-height: 36px;
}

.collection-theme .collection-sidebar .brand-wrapper .btn:hover {
  background: #f6f8fb;
  color: var(--collection-primary);
}

.collection-theme .collection-sidebar .phone-gallery,
.collection-theme .collection-sidebar .news-gallery,
.collection-theme .collection-sidebar .compare-gallery {
  border: 0 !important;
}

@media (min-width: 1200px) {
  .collection-sidebar {
    position: sticky;
    top: 86px;
  }
}

@media (max-width: 991.98px) {
  .collection-hero {
    grid-template-columns: 1fr;
  }

  .collection-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .collection-breadcrumb {
    padding: 0.6rem 0.75rem;
  }

  .collection-hero {
    padding: 1rem;
  }

  .collection-hero h1 {
    font-size: 1.35rem;
  }

  .collection-stat-grid {
    grid-template-columns: 1fr;
  }

  .collection-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .collection-sort {
    min-width: 0;
    width: 100%;
  }

  .collection-product-list {
    padding: 0.75rem;
  }

  .collection-product-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 0.85rem;
  }

  .collection-product-media {
    min-height: 190px;
  }

  .collection-product-head {
    flex-direction: column;
  }

  .collection-compare-btn {
    width: 100%;
  }

  .collection-spec-list {
    grid-template-columns: 1fr;
  }

  .collection-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .collection-spec-link {
    width: 100%;
  }
}
/* collection page end */

/* single review start */
.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 .review-body {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5rem 0;
  width: 100%;
  background: #7c7c7c5f;
  border-top: 1px solid #ffffff33;
}

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

.blog-feature-img .review-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: 24%;
  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;
}

.article-detail-theme {
  color: #1f2937;
}

.article-detail-theme .breadcrumb {
  border-color: #dce6f0 !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
}

.article-detail-theme .article-card,
.article-detail-theme .article-review-panel,
.article-detail-theme .article-form-panel {
  background: #fff;
  border: 1px solid #dce6f0;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.article-detail-theme .article-card {
  padding: 1.35rem;
}

.article-detail-theme .article-title {
  color: #111827;
  letter-spacing: 0;
  line-height: 1.22;
}

.article-detail-theme .article-meta {
  gap: 0.65rem 1rem;
}

.article-detail-theme .article-meta li {
  color: #64748b;
  font-size: 0.94rem;
}

.article-detail-theme .article-meta i {
  color: #2563eb;
}

.article-detail-theme .article-feature-img .ratio {
  background: #eef2f7;
  border-radius: 8px !important;
  overflow: hidden;
}

.article-detail-theme .article-feature-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.article-detail-theme .article-content-box {
  clear: both;
  margin-bottom: 1.25rem !important;
}

.article-detail-theme .article-content-shell {
  padding: 0;
}

.article-detail-theme .article-content {
  clear: both;
  color: #334155;
  font-size: 1rem;
  line-height: 1.8;
  overflow: hidden;
}

.article-detail-theme .article-content::after {
  clear: both;
  content: "";
  display: block;
}

.article-detail-theme .article-content .float-start,
.article-detail-theme .article-content .float-end {
  float: none !important;
}

.article-detail-theme .article-content .d-inline-block {
  display: block !important;
}

.article-detail-theme .article-content .overflow-auto {
  overflow: visible !important;
}

.article-detail-theme .article-content > *:first-child {
  margin-top: 0;
}

.article-detail-theme .article-content p {
  margin: 0 0 1rem;
}

.article-detail-theme .article-content h2,
.article-detail-theme .article-content h3,
.article-detail-theme .article-content h4 {
  color: #111827;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 1.35rem 0 0.75rem;
}

.article-detail-theme .article-content ul,
.article-detail-theme .article-content ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.article-detail-theme .article-content img {
  border-radius: 8px;
  height: auto;
  margin: 0.75rem 0;
  max-width: 100%;
}

.article-detail-theme .article-content table {
  border-collapse: collapse;
  margin: 1rem 0;
  width: 100%;
}

.article-detail-theme .article-content table td,
.article-detail-theme .article-content table th {
  border: 1px solid #dce6f0;
  padding: 0.65rem;
}

.article-detail-theme .article-content .story-highlights {
  background: #f8fafc;
  border: 1px solid #dce6f0;
  border-left: 4px solid #2563eb;
  border-radius: 8px;
  display: block !important;
  float: none !important;
  list-style: none;
  margin: 1.25rem 0 !important;
  min-width: 0;
  padding: 1rem 1.1rem !important;
  width: 100%;
}

.article-detail-theme .article-content .story-highlights h2.head {
  background: transparent;
  border-bottom: 1px solid #dce6f0;
  color: #111827;
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  padding: 0 0 0.75rem !important;
}

.article-detail-theme .article-content .story-highlights h2.head::after {
  display: none;
}

.article-detail-theme .article-content .story-highlights .story-item {
  border-bottom: 1px solid #e6edf5;
  color: #334155;
  font-size: 0.98rem;
  font-weight: 500;
  margin: 0;
  padding: 0.58rem 0 0.58rem 1.15rem;
  position: relative;
}

.article-detail-theme .article-content .story-highlights .story-item::before {
  background: #2563eb;
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 1.18rem;
  width: 6px;
}

.article-detail-theme .article-content .story-highlights .story-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.article-detail-theme .article-share {
  border-top: 1px solid #e6edf5;
  clear: both;
  justify-content: flex-end;
  padding-top: 1rem;
}

.article-detail-theme .article-share a {
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-detail-theme .article-share a:hover {
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
  transform: translateY(-1px);
}

.article-detail-theme .article-panel-header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #dce6f0;
  display: flex;
  justify-content: space-between;
  padding: 0.85rem 1rem;
}

.article-detail-theme .article-panel-header h2 {
  color: #111827;
  font-size: 1.05rem !important;
  font-weight: 700;
  letter-spacing: 0;
}

.article-detail-theme .review-box .rev-body {
  align-items: center;
  display: grid !important;
  gap: 1rem;
  grid-template-columns: minmax(130px, 180px) minmax(0, 1fr) auto;
  padding: 1rem !important;
}

.article-detail-theme .review-box .rev-body > [class*="col-"] {
  flex: none !important;
  max-width: none !important;
  padding: 0 !important;
  width: auto !important;
}

.article-detail-theme .product-scor.user-rating .h1 {
  color: #111827;
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}

.article-detail-theme .product-scor.user-rating .stars {
  font-size: 1.1rem;
  line-height: 1.1;
  margin: 0.45rem 0;
}

.article-detail-theme .review-box .body-item table {
  border-collapse: separate;
  border-spacing: 0 0.55rem;
  width: 100%;
}

.article-detail-theme .review-box .body-item td {
  color: #475569;
  padding: 0.1rem 0.45rem !important;
  vertical-align: middle;
}

.article-detail-theme .review-box .body-item td:first-child {
  color: #1f2937;
  font-weight: 700;
  width: 112px;
}

.article-detail-theme .review-box .body-item td.review-bar {
  display: grid !important;
  gap: 0.65rem;
  grid-template-columns: minmax(90px, 1fr) auto;
  position: relative;
}

.article-detail-theme .review-box .body-item td.review-bar::before {
  align-self: center;
  background: #edf2f7;
  border-radius: 999px;
  content: "";
  display: block;
  grid-column: 1;
  grid-row: 1;
  height: 8px;
}

.article-detail-theme .review-box .body-item td.review-bar span {
  align-self: center;
  border-radius: 999px;
  display: block;
  grid-column: 1;
  grid-row: 1;
  height: 8px;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.article-detail-theme .review-box .cm-btn {
  border-radius: 6px !important;
  font-weight: 700;
  padding: 0.65rem 0.9rem;
}

.article-detail-theme .article-review-list,
.article-detail-theme .review-form-body,
.article-detail-theme .disc-body {
  background: #fff !important;
}

.article-detail-theme .review-card {
  background: #fff;
  border-color: #dce6f0 !important;
  border-radius: 8px !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.article-detail-theme .review-card:hover {
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1) !important;
  transform: translateY(-2px);
}

.article-detail-theme .review-form-body .review-group input,
.article-detail-theme .review-form-body .review-group textarea,
.article-detail-theme .comment-group textarea {
  border: 1px solid #d5e0ec;
  border-radius: 7px;
  color: #1f2937;
  outline: none;
}

.article-detail-theme .review-form-body .review-group input:focus,
.article-detail-theme .review-form-body .review-group textarea:focus,
.article-detail-theme .comment-group textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

@media (max-width: 767.98px) {
  .article-detail-theme .article-card {
    padding: 1rem;
  }

  .article-detail-theme .article-meta {
    gap: 0.5rem;
  }

  .article-detail-theme .article-share {
    justify-content: flex-start;
  }

  .article-detail-theme .review-box .rev-body {
    grid-template-columns: 1fr;
  }

  .article-detail-theme .review-box .rev-body > [class*="col-"] {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .article-detail-theme .product-scor.user-rating {
    text-align: left !important;
  }

  .article-detail-theme .review-box .body-item td:first-child {
    width: 92px;
  }

  .article-detail-theme .article-content .story-highlights {
    padding: 0.9rem !important;
  }
}
/* single review end */

/* all mobiles start */
.populated-items .products,
.populated-news .products,
.populated-compares .products {}

.populated-items .products .product-box {}

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

.mobile-list-reviews .products .review-card {
  min-width: 0;
  max-width: none;
  margin: 0;
  height: 100%;
}

.populated-compares .products .product-card {
  min-width: 260px;
  max-width: 260px;
}

.populated-compares .products .product-card .card-body {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

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

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

.all-mobiles .product-slider .brands li {
  min-width: 90px;
  max-width: 90px;
}
/* all mobiles end */

/* choose your budget start */
.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);
}
/* choose your budget end */

/* product comparision table start */
#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;
}

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

.product-specs-tbl .specs-tablex:last-child {
  margin-bottom: 0;
}

.product-specs-tbl .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;
}

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

.product-specs-tbl .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;
}

.product-specs-tbl .specs-list .specs-list-item:last-child .specs-title {
  border-bottom: 0;
}

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

.product-specs-tbl .specs-list .specs-list-item .specs-values {
  display: flex;
}

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

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

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

.product-specs-tbl .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;
}

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

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

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

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

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

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



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

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

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

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

}

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

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

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

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

/* reviews page start */
.review-card-wrapper {
  display: grid;
  gap: 1rem;
}

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

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

.review-card .review-card-img {
  position: relative;
}

.review-card .review-card-img .ratio {
  overflow: hidden;
}

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

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

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

.review-card .review-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;
}

.review-card .review-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;
}

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

.review-card .review-body .review-btn button:hover {
  background-color: #3b7ccc;
}
/* reviews page end */

/* news page start */
.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;
}

.news-page-theme {
  --news-ink: #172033;
  --news-muted: #667085;
  --news-line: #e2e8f0;
  --news-soft: #f6f8fb;
  --news-primary: #1769aa;
  --news-accent: #0f766e;
}

.news-breadcrumb {
  background: #f8fafc;
  border: 1px solid var(--news-line);
  border-radius: 8px;
  margin-bottom: 0.85rem;
  padding: 0.7rem 0.9rem;
}

.news-breadcrumb a {
  color: var(--news-primary);
  font-weight: 750;
  text-decoration: none;
}

.news-breadcrumb .breadcrumb-item {
  color: var(--news-muted);
  font-size: 0.86rem;
  font-weight: 650;
}

.news-list-hero {
  align-items: center;
  background: var(--news-soft);
  border: 1px solid var(--news-line);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) 360px;
  margin-bottom: 0.9rem;
  padding: 1.25rem;
}

.news-eyebrow {
  color: var(--news-primary);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news-list-hero h1 {
  color: var(--news-ink);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0.25rem 0 0.35rem;
}

.news-list-hero p {
  color: var(--news-muted);
  font-size: 0.95rem;
  line-height: 1.58;
  margin: 0;
  max-width: 760px;
}

.news-search-form {
  background: #fff;
  border: 1px solid var(--news-line);
  border-radius: 8px;
  padding: 0.85rem;
}

.news-search-form label {
  color: var(--news-muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.news-search-control {
  align-items: center;
  display: grid;
  gap: 0.45rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.news-search-control i {
  color: #98a2b3;
  font-size: 0.85rem;
}

.news-search-control input {
  border: 1px solid var(--news-line);
  border-radius: 7px;
  color: var(--news-ink);
  font-size: 0.9rem;
  height: 40px;
  min-width: 0;
  padding: 0.4rem 0.65rem;
}

.news-search-control input:focus {
  border-color: var(--news-primary);
  box-shadow: 0 0 0 0.15rem rgba(23, 105, 170, 0.12);
  outline: 0;
}

.news-search-control button,
.news-clear-search,
.news-read-link {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.4rem;
  justify-content: center;
  min-height: 38px;
  text-decoration: none;
  white-space: nowrap;
}

.news-search-control button {
  background: var(--news-primary);
  border: 1px solid var(--news-primary);
  color: #fff;
  padding: 0.35rem 0.75rem;
}

.news-search-control button:hover,
.news-read-link:hover {
  background: #14588e;
  color: #fff;
}

.news-list-panel {
  background: #fff;
  border: 1px solid var(--news-line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.news-list-toolbar {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--news-line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.95rem 1rem;
}

.news-list-toolbar h2 {
  color: var(--news-ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0.15rem 0 0;
}

.news-list-toolbar p {
  color: var(--news-muted);
  font-size: 0.84rem;
  font-weight: 650;
  margin: 0.15rem 0 0;
}

.news-clear-search {
  background: #fff;
  border: 1px solid var(--news-line);
  color: var(--news-primary);
  padding: 0.4rem 0.7rem;
}

.news-clear-search:hover {
  background: #f1f5f9;
  color: var(--news-primary);
}

.news-card-list {
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
}

.news-list-card {
  background: #fff;
  border: 1px solid var(--news-line);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 220px minmax(0, 1fr);
  overflow: hidden;
  padding: 0.85rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.news-list-card:hover {
  border-color: #b9c8d6;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.news-card-media {
  background: #eef2f7;
  border-radius: 8px;
  display: block;
  min-height: 148px;
  overflow: hidden;
}

.news-card-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
  width: 100%;
}

.news-list-card:hover .news-card-media img {
  transform: scale(1.035);
}

.news-card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.news-card-kicker {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}

.news-card-kicker span {
  background: #eef7f5;
  border: 1px solid #cfe8e3;
  border-radius: 6px;
  color: var(--news-accent);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.32rem 0.45rem;
}

.news-card-kicker small {
  color: var(--news-muted);
  font-size: 0.76rem;
  font-weight: 750;
}

.news-card-body h3 {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

.news-card-body h3 a {
  color: var(--news-ink);
  text-decoration: none;
}

.news-card-body h3 a:hover {
  color: var(--news-primary);
}

.news-card-body p {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.62;
  margin: 0.55rem 0 0.8rem;
}

.news-card-footer {
  align-items: center;
  border-top: 1px solid #edf2f7;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.75rem;
}

.news-card-meta {
  align-items: center;
  color: var(--news-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 0.65rem;
}

.news-card-meta span {
  align-items: center;
  display: inline-flex;
  gap: 0.32rem;
}

.news-card-meta i {
  color: var(--news-primary);
}

.news-read-link {
  background: var(--news-primary);
  border: 1px solid var(--news-primary);
  color: #fff;
  padding: 0.4rem 0.7rem;
}

.news-empty-state {
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  color: var(--news-muted);
  font-weight: 750;
  padding: 1rem;
  text-align: center;
}

.news-pagination {
  background: #fff;
  border-top: 1px solid var(--news-line);
  padding: 0.75rem 1rem 0.9rem;
}

.news-pagination .pagination {
  margin-bottom: 0;
}

.news-detail-theme .descriptions {
  margin-top: 0.9rem;
}

.news-detail-theme .news-detail-card {
  margin-bottom: 0;
}

.news-detail-theme .news-comment-list {
  margin-bottom: 0;
}

.news-detail-theme .news-comment-item {
  border-bottom: 1px solid #edf2f7;
  padding: 0.85rem 0;
}

.news-detail-theme .news-comment-item:first-child {
  padding-top: 0;
}

.news-detail-theme .news-comment-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.news-comment-avatar {
  align-items: center;
  background: var(--news-primary);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 800;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.news-comment-avatar-sm {
  background: #64748b;
  font-size: 0.7rem;
  height: 30px;
  width: 30px;
}

.news-comment-body {
  color: #334155;
  min-width: 0;
}

.news-comment-body strong {
  color: var(--news-ink);
}

.news-sidebar {
  align-self: flex-start;
}

.news-page-theme .news-sidebar .brand-wrapper,
.news-page-theme .news-sidebar .sidebar-block {
  background: #fff;
  border: 1px solid var(--news-line) !important;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.news-page-theme .news-sidebar .brand-wrapper {
  margin-top: 0 !important;
}

.news-page-theme .news-sidebar .brand-wrapper h2,
.news-page-theme .news-sidebar .header h2 {
  color: var(--news-ink);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
}

.news-page-theme .news-sidebar .header {
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--news-line) !important;
}

.news-page-theme .news-sidebar .brand-wrapper .btn {
  border-color: var(--news-line) !important;
  border-radius: 7px !important;
  color: #475569;
  font-size: 0.8rem;
  font-weight: 750;
  min-height: 36px;
}

.news-page-theme .news-sidebar .brand-wrapper .btn:hover {
  background: #f6f8fb;
  color: var(--news-primary);
}

.news-page-theme .news-sidebar .phone-gallery,
.news-page-theme .news-sidebar .news-gallery,
.news-page-theme .news-sidebar .compare-gallery {
  border: 0 !important;
}

@media (min-width: 1200px) {
  .news-sidebar {
    position: sticky;
    top: 86px;
  }
}

@media (max-width: 991.98px) {
  .news-list-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .news-breadcrumb {
    padding: 0.6rem 0.75rem;
  }

  .news-list-hero {
    padding: 1rem;
  }

  .news-list-hero h1 {
    font-size: 1.35rem;
  }

  .news-search-control {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .news-search-control button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .news-list-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-card-list {
    padding: 0.75rem;
  }

  .news-list-card {
    grid-template-columns: 1fr;
  }

  .news-card-media {
    min-height: 200px;
  }

  .news-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .news-read-link {
    width: 100%;
  }
}
/* news page end */

/* showrooms page start */
.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.product-specs-tbl th,
.showroom-tbls.product-specs-tbl 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;
}
/* showrooms page end */

/* single showroom page start */
.showroom-details-text .service-addr img {
  width: 56px;
}
/* single showroom page end */

/* polished showroom pages start */
.showroom-page {
  color: #172033;
}

.showroom-page .general-wrapper {
  padding-top: 12px;
  padding-bottom: 28px;
}

.showroom-breadcrumb {
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  margin-bottom: 14px;
  padding: 9px 14px;
}

.showroom-breadcrumb .breadcrumb-item,
.showroom-breadcrumb .breadcrumb-item a {
  color: #526075;
  font-size: 0.9rem;
}

.showroom-breadcrumb .breadcrumb-item.active {
  color: #172033;
  font-weight: 600;
}

.showroom-directory-hero,
.showroom-brand-hero,
.showroom-profile-hero,
.showroom-cta-band,
.showroom-filter-panel {
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
}

.showroom-directory-hero,
.showroom-brand-hero,
.showroom-cta-band {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 22px;
}

.showroom-directory-hero h1,
.showroom-brand-hero h1,
.showroom-profile-copy h1 {
  color: #111827;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 6px 0 8px;
}

.showroom-directory-hero p,
.showroom-brand-hero p,
.showroom-cta-band p,
.showroom-profile-copy p {
  color: #526075;
  font-size: 0.96rem;
  line-height: 1.6;
  margin: 0;
  max-width: 680px;
}

.showroom-eyebrow {
  color: #0f766e;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.showroom-primary-btn,
.showroom-secondary-btn,
.showroom-card-action,
.showroom-card-link,
.showroom-reset-link {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.showroom-primary-btn {
  background: #0f766e;
  border: 1px solid #0f766e;
  color: #ffffff;
  min-height: 42px;
  padding: 10px 16px;
}

.showroom-primary-btn:hover {
  background: #115e59;
  border-color: #115e59;
  color: #ffffff;
}

.showroom-secondary-btn {
  background: #ffffff;
  border: 1px solid #c8d3e2;
  color: #172033;
  min-height: 42px;
  padding: 10px 16px;
}

.showroom-secondary-btn:hover {
  background: #edf6f5;
  border-color: #9dcac4;
  color: #0f766e;
}

.showroom-secondary-btn-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.65);
  color: #ffffff;
}

.showroom-secondary-btn-light:hover {
  background: #ffffff;
  color: #111827;
}

.showroom-stats-grid,
.showroom-detail-summary {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px 0;
}

.showroom-stat-card,
.showroom-detail-summary > div {
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  padding: 16px;
}

.showroom-stat-card span,
.showroom-detail-summary span {
  color: #111827;
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.showroom-stat-card p,
.showroom-detail-summary p {
  color: #64748b;
  font-size: 0.86rem;
  font-weight: 700;
  margin: 5px 0 0;
  text-transform: uppercase;
}

.showroom-panel {
  margin-top: 18px;
}

.showroom-section-header {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.showroom-section-header h2,
.showroom-cta-band h2,
.showroom-sidebar-head h2 {
  color: #111827;
  font-size: 1.14rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 4px 0 0;
}

.showroom-result-count {
  background: #edf6f5;
  border: 1px solid #cde7e3;
  border-radius: 999px;
  color: #0f766e;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 6px 10px;
  white-space: nowrap;
}

.showroom-brand-grid,
.showroom-card-grid,
.showroom-review-grid {
  display: grid;
  gap: 14px;
}

.showroom-brand-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.showroom-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.showroom-brand-card,
.showroom-location-card,
.showroom-review-card,
.showroom-sidebar-card {
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.showroom-brand-card a {
  color: inherit;
  display: grid;
  gap: 12px;
  height: 100%;
  padding: 16px;
  text-align: center;
  text-decoration: none;
}

.showroom-brand-card:hover,
.showroom-location-card:hover {
  border-color: #94b8b3;
}

.showroom-brand-logo,
.showroom-location-logo,
.showroom-profile-logo {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  display: flex;
  justify-content: center;
}

.showroom-brand-logo {
  border-radius: 8px;
  height: 78px;
  margin: 0 auto;
  padding: 12px;
  width: 92px;
}

.showroom-brand-logo-lg {
  height: 92px;
  margin: 0;
  width: 108px;
}

.showroom-brand-logo img,
.showroom-location-logo img,
.showroom-profile-logo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.showroom-brand-body h3,
.showroom-location-card h3,
.showroom-review-card h3 {
  color: #111827;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

.showroom-brand-body p,
.showroom-location-top p,
.showroom-address,
.showroom-review-card p {
  color: #526075;
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 5px 0 0;
}

.showroom-card-link,
.showroom-card-action {
  color: #0f766e;
  font-size: 0.88rem;
  margin-top: auto;
}

.showroom-card-action {
  border-top: 1px solid #e2e8f0;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 12px;
  width: 100%;
}

.showroom-card-action:hover,
.showroom-card-link:hover,
.showroom-reset-link:hover {
  color: #115e59;
}

.showroom-pagination {
  margin-top: 18px;
}

.showroom-pagination .pagination {
  flex-wrap: wrap;
  gap: 6px;
}

.showroom-pagination .page-link {
  border-color: #dbe3ee;
  border-radius: 7px;
  color: #172033;
  font-weight: 700;
}

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

.showroom-empty-state {
  align-items: center;
  background: #ffffff;
  border: 1px dashed #b8c5d7;
  border-radius: 8px;
  color: #526075;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px 18px;
  text-align: center;
}

.showroom-empty-state i {
  color: #0f766e;
  font-size: 1.8rem;
}

.showroom-empty-state h2 {
  color: #111827;
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
}

.showroom-empty-state p {
  margin: 0;
}

.showroom-empty-state-compact {
  padding: 22px 16px;
}

.showroom-cta-band {
  margin-top: 18px;
}

.showroom-brand-identity,
.showroom-location-top,
.showroom-profile-content,
.showroom-profile-actions,
.showroom-review-head,
.showroom-comment-card {
  align-items: center;
  display: flex;
  gap: 14px;
}

.showroom-brand-summary {
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  min-width: 150px;
  padding: 14px;
  text-align: center;
}

.showroom-brand-summary span {
  color: #0f766e;
  display: block;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
}

.showroom-brand-summary p {
  color: #526075;
  font-size: 0.84rem;
  font-weight: 800;
  margin: 7px 0 0;
  text-transform: uppercase;
}

.showroom-filter-panel {
  margin-bottom: 18px;
  padding: 18px;
}

.showroom-filter-form {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.showroom-field {
  display: grid;
  gap: 7px;
}

.showroom-field label {
  color: #334155;
  font-size: 0.86rem;
  font-weight: 800;
}

.showroom-field .form-control,
.showroom-field .form-select,
.showroom-form .form-control {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  color: #172033;
  min-height: 42px;
}

.showroom-location-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.showroom-location-logo {
  border-radius: 8px;
  flex: 0 0 64px;
  height: 64px;
  padding: 8px;
  width: 64px;
}

.showroom-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.showroom-service-list span {
  background: #eef6ff;
  border: 1px solid #cfe3ff;
  border-radius: 999px;
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 5px 9px;
}

.showroom-service-list-light span {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.showroom-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.showroom-contact-row a {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  color: #334155;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 800;
  gap: 6px;
  min-height: 34px;
  padding: 6px 10px;
  text-decoration: none;
}

.showroom-contact-row a:hover {
  border-color: #9dcac4;
  color: #0f766e;
}

.showroom-brand-content .showroom-content-body {
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 180px minmax(0, 1fr);
  padding: 18px;
}

.showroom-brand-content img {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  max-height: 120px;
  max-width: 100%;
  object-fit: contain;
  padding: 14px;
}

.showroom-content-body p:last-child {
  margin-bottom: 0;
}

.showroom-profile-hero {
  background-color: #172033;
  background-image: var(--showroom-banner-image, none);
  background-position: center;
  background-size: cover;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 245px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.showroom-profile-hero::before {
  background: rgba(12, 18, 30, 0.68);
  content: "";
  inset: 0;
  position: absolute;
}

.showroom-profile-hero > * {
  position: relative;
  z-index: 1;
}

.showroom-profile-logo {
  background: #ffffff;
  border-radius: 8px;
  flex: 0 0 116px;
  height: 116px;
  padding: 14px;
  width: 116px;
}

.showroom-profile-copy h1,
.showroom-profile-copy p {
  color: #ffffff;
}

.showroom-profile-copy .showroom-eyebrow {
  color: #99f6e4;
}

.showroom-profile-actions {
  align-self: flex-end;
  flex-wrap: wrap;
}

.showroom-page-grid {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 340px;
}

.showroom-info-list,
.showroom-hours-grid,
.showroom-address-panel,
.showroom-form {
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  padding: 16px;
}

.showroom-info-list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
}

.showroom-info-list > div {
  border-bottom: 1px solid #edf2f7;
  display: grid;
  gap: 6px;
  padding: 12px;
}

.showroom-info-list > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.showroom-info-list dt {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.showroom-info-list dd {
  color: #172033;
  font-size: 0.94rem;
  font-weight: 700;
  margin: 0;
}

.showroom-hours-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.showroom-hours-grid > div {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 11px 12px;
}

.showroom-hours-grid span {
  color: #334155;
  font-weight: 800;
}

.showroom-hours-grid strong {
  color: #0f766e;
  font-weight: 800;
  text-align: right;
}

.showroom-address-panel p {
  color: #334155;
  line-height: 1.65;
  margin: 0 0 12px;
}

.showroom-map-embed {
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  margin-top: 12px;
  overflow: hidden;
}

.showroom-map-embed iframe {
  display: block;
  min-height: 280px;
  width: 100% !important;
}

.showroom-review-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.showroom-review-card {
  padding: 16px;
}

.showroom-review-head {
  align-items: flex-start;
  justify-content: space-between;
}

.showroom-review-head > div:last-child {
  min-width: 0;
}

.showroom-review-head strong,
.showroom-comment-meta strong {
  color: #111827;
  display: block;
  font-weight: 800;
}

.showroom-review-head span,
.showroom-comment-meta span,
.showroom-news-item small {
  color: #64748b;
  display: block;
  font-size: 0.78rem;
  margin-top: 2px;
}

.showroom-avatar {
  align-items: center;
  background: #0f766e;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 0.83rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.showroom-avatar-sm {
  flex-basis: 32px;
  font-size: 0.72rem;
  height: 32px;
  width: 32px;
}

.showroom-stars {
  color: #d97706;
  display: flex;
  gap: 2px;
  margin: 12px 0 8px;
}

.showroom-form {
  display: grid;
  gap: 14px;
}

.showroom-star-rating {
  display: flex;
  gap: 6px;
}

.showroom-star {
  background: transparent;
  border: 0;
  color: #cbd5e1;
  cursor: pointer;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0;
}

.showroom-star.active,
.showroom-star.hover {
  color: #d97706;
}

.showroom-comment-form {
  margin-bottom: 16px;
}

.showroom-comment-list {
  display: grid;
  gap: 12px;
}

.showroom-comment-card {
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  padding: 14px;
}

.showroom-comment-card > div:last-child {
  min-width: 0;
}

.showroom-comment-card p {
  color: #334155;
  line-height: 1.6;
  margin: 6px 0 0;
}

.showroom-reply-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.showroom-reply-card {
  background: #f8fafc;
}

.showroom-sidebar {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 82px;
}

.showroom-sidebar-card {
  padding: 14px;
}

.showroom-sidebar-head {
  align-items: center;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.showroom-sidebar-head h2 {
  font-size: 1rem;
  margin: 0;
}

.showroom-sidebar-head a {
  color: #0f766e;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.showroom-mini-product-list,
.showroom-news-list {
  display: grid;
  gap: 10px;
}

.showroom-mini-product,
.showroom-news-item {
  color: inherit;
  display: grid;
  gap: 8px 10px;
  grid-template-columns: 58px minmax(0, 1fr);
  text-decoration: none;
}

.showroom-mini-product img,
.showroom-news-item img {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  height: 58px;
  object-fit: contain;
  padding: 5px;
  width: 58px;
}

.showroom-news-item img {
  object-fit: cover;
  padding: 0;
}

.showroom-mini-product span,
.showroom-news-item span {
  color: #172033;
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

.showroom-mini-product strong {
  color: #0f766e;
  display: block;
  font-size: 0.86rem;
  margin-top: 3px;
}

.showroom-mini-product:hover span,
.showroom-news-item:hover span {
  color: #0f766e;
}

@media (max-width: 1199.98px) {
  .showroom-page-grid {
    grid-template-columns: 1fr;
  }

  .showroom-sidebar {
    position: static;
  }
}

@media (max-width: 991.98px) {
  .showroom-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .showroom-card-grid,
  .showroom-review-grid {
    grid-template-columns: 1fr;
  }

  .showroom-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showroom-profile-hero {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .showroom-directory-hero,
  .showroom-brand-hero,
  .showroom-cta-band {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .showroom-stats-grid,
  .showroom-detail-summary {
    grid-template-columns: 1fr;
  }

  .showroom-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showroom-brand-identity,
  .showroom-profile-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .showroom-profile-hero {
    min-height: 0;
    padding: 22px;
  }

  .showroom-profile-logo {
    flex-basis: 94px;
    height: 94px;
    width: 94px;
  }

  .showroom-info-list,
  .showroom-hours-grid,
  .showroom-brand-content .showroom-content-body {
    grid-template-columns: 1fr;
  }

  .showroom-info-list > div:nth-last-child(-n + 2) {
    border-bottom: 1px solid #edf2f7;
  }

  .showroom-info-list > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .showroom-directory-hero h1,
  .showroom-brand-hero h1,
  .showroom-profile-copy h1 {
    font-size: 1.28rem;
  }

  .showroom-brand-grid,
  .showroom-filter-form {
    grid-template-columns: 1fr;
  }

  .showroom-section-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .showroom-primary-btn,
  .showroom-secondary-btn,
  .showroom-profile-actions,
  .showroom-hero-actions,
  .showroom-cta-band .showroom-secondary-btn {
    width: 100%;
  }

  .showroom-profile-actions {
    align-self: stretch;
    flex-direction: column;
  }

  .showroom-location-top,
  .showroom-comment-card {
    align-items: flex-start;
  }
}
/* polished showroom pages end */

/* contact page start */
.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;
}

/* contact page end */

/* videos page start */
.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;
}
/* videos page end */

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

.comparision-gallery-wrapper .comparision-gallery .product-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;
}
/* comparision page end */

/* brands page start */
.hbrands .brand-list {
  display: flex;
  overflow: auto;
}

.hbrands .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 .brand-list-item:hover .img-wrapper img {
  transform: scale(1.1);
}

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

.brand-directory-theme {
  --brand-ink: #172033;
  --brand-muted: #667085;
  --brand-line: #e2e8f0;
  --brand-soft: #f6f8fb;
  --brand-accent: #0f766e;
  --brand-primary: #1769aa;
}

.brand-directory-theme .breadcrumb {
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  color: var(--brand-muted);
}

.brand-directory {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.brand-directory-hero {
  align-items: stretch;
  background: var(--brand-soft);
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 0.5rem;
  padding: 1.25rem;
}

.brand-directory-hero-copy h1 {
  color: var(--brand-ink);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0.25rem 0 0.4rem;
}

.brand-directory-hero-copy p {
  color: var(--brand-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  max-width: 680px;
}

.brand-directory-eyebrow,
.brand-directory-section-kicker {
  color: var(--brand-primary);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-directory-hero-side {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.brand-directory-metrics {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, 1fr);
}

.brand-directory-metric {
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  padding: 0.8rem;
}

.brand-directory-metric span {
  color: var(--brand-ink);
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.brand-directory-metric small {
  color: var(--brand-muted);
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 0.35rem;
}

.brand-directory-tabs {
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  display: grid;
  gap: 0.35rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 0.35rem;
}

.brand-directory-tabs a {
  align-items: center;
  border-radius: 6px;
  color: #475467;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.35rem;
  justify-content: center;
  min-height: 38px;
  padding: 0.35rem 0.45rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.brand-directory-tabs a.active,
.brand-directory-tabs a:hover {
  background: #e8f3ef;
  color: var(--brand-accent);
}

.brand-directory-section {
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  overflow: hidden;
}

.brand-directory-section-header {
  align-items: center;
  border-bottom: 1px solid var(--brand-line);
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 0.9rem 1rem;
}

.brand-directory-section-header h2 {
  color: var(--brand-ink);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0.1rem 0 0;
}

.brand-directory-section-header p {
  color: var(--brand-muted);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0.2rem 0 0;
}

.brand-directory-count {
  background: #edf4fb;
  border-radius: 6px;
  color: var(--brand-primary);
  flex: 0 0 auto;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 0.3rem 0.55rem;
}

.brand-featured-section {
  background: #fbfcfe;
}

.brand-featured-section .brand-directory-section-header {
  background: #fff;
}

.brand-featured-list {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  padding: 1rem !important;
}

.brand-featured-link {
  align-items: center;
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  color: var(--brand-ink);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  min-height: 78px;
  padding: 0.8rem;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.brand-featured-link:hover {
  border-color: #b9c8d6;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
  color: var(--brand-primary);
  transform: translateY(-1px);
}

.brand-featured-logo {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  overflow: hidden;
  padding: 0.45rem;
  width: 58px;
}

.brand-featured-logo img {
  height: auto;
  max-height: 42px;
  max-width: 46px;
  object-fit: contain;
  width: auto;
}

.brand-featured-initial {
  align-items: center;
  background: #e8f3ef;
  border-radius: 7px;
  color: var(--brand-accent);
  display: none;
  font-size: 1rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.brand-featured-logo.is-fallback .brand-featured-initial {
  display: inline-flex;
}

.brand-featured-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.brand-featured-name {
  color: inherit;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.25;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-featured-subtitle {
  color: #7b8794;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-featured-action {
  align-items: center;
  color: #667085;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  gap: 0.35rem;
  white-space: nowrap;
}

.brand-featured-link:hover .brand-featured-action {
  color: var(--brand-primary);
}

.brand-filter-panel {
  background: #fff;
  border-bottom: 1px solid var(--brand-line);
  padding: 0.9rem 1rem 1rem;
}

.brand-search-field {
  position: relative;
}

.brand-search-field > i {
  color: #98a2b3;
  left: 0.85rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.brand-search-field .form-control {
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  box-shadow: none;
  color: var(--brand-ink);
  font-size: 0.95rem;
  height: 44px;
  padding-left: 2.35rem;
  padding-right: 2.7rem;
}

.brand-search-field .form-control:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 0.15rem rgba(23, 105, 170, 0.12);
}

.brand-search-clear {
  align-items: center;
  background: #eef2f6;
  border: 0;
  border-radius: 50%;
  color: #475467;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 2;
}

.brand-search-clear:hover {
  background: #e2e8f0;
  color: var(--brand-ink);
}

.brand-alpha-filter {
  display: grid;
  gap: 0.35rem;
  grid-template-columns: repeat(auto-fill, minmax(34px, 1fr));
  margin-top: 0.75rem;
}

.brand-alpha-filter button {
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 6px;
  color: #475467;
  font-size: 0.78rem;
  font-weight: 800;
  height: 34px;
  line-height: 1;
  padding: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.brand-alpha-filter button.active,
.brand-alpha-filter button:hover:not(:disabled) {
  background: var(--brand-accent);
  border-color: var(--brand-accent);
  color: #fff;
}

.brand-alpha-filter button:disabled {
  background: #f8fafc;
  color: #c1c7d0;
  cursor: not-allowed;
}

.brand-directory-theme .brand-list {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
  padding: 1rem !important;
}

.brand-directory-theme .brand-list .brand-list-item {
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  list-style: none;
  min-width: 0;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.brand-directory-theme .brand-list .brand-list-item:hover {
  border-color: #b9c8d6;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.brand-directory-theme .brand-list .brand-list-item[hidden] {
  display: none;
}

.brand-card-link {
  align-items: center;
  color: var(--brand-ink);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  min-height: 134px;
  padding: 1rem 0.75rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.brand-card-link:hover {
  color: var(--brand-primary);
}

.brand-logo-frame {
  align-items: center;
  display: flex;
  height: 58px;
  justify-content: center;
  width: 100%;
}

.brand-logo-frame img {
  height: auto;
  max-height: 52px;
  max-width: 108px;
  object-fit: contain;
  transition: transform 0.2s ease;
  width: auto;
}

.brand-directory-theme .brand-list .brand-list-item:hover .brand-logo-frame img {
  transform: scale(1.04);
}

.brand-card-title {
  color: inherit;
  display: -webkit-box;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  min-height: 2.2em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.brand-card-badge {
  background: #fff3e0;
  border: 1px solid #ffd8a8;
  border-radius: 6px;
  color: #9a5b00;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.3rem 0.4rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.brand-empty-state {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  color: var(--brand-muted);
  font-size: 0.9rem;
  font-weight: 700;
  grid-column: 1 / -1;
  list-style: none;
  padding: 1rem;
  text-align: center;
}

.brand-empty-state[hidden] {
  display: none;
}

.brand-search-empty {
  margin: 1rem;
}

.brand-directory-theme .side-bar .header {
  border-color: var(--brand-line) !important;
  border-radius: 8px 8px 0 0;
}

.brand-directory-theme .side-bar ul.cbg-white {
  border-color: var(--brand-line) !important;
  border-radius: 0 0 8px 8px;
}

.brand-directory-theme .side-bar .product-card {
  border-radius: 8px;
}

@media only screen and (min-width: 768px) {
  .brand-directory-hero {
    grid-template-columns: 1fr 285px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-directory-hero {
    padding: 1rem;
  }

  .brand-directory-hero-copy h1 {
    font-size: 1.35rem;
  }

  .brand-directory-section-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-directory-count {
    align-self: flex-start;
  }

  .brand-directory-tabs a span {
    display: none;
  }

  .brand-featured-list {
    grid-template-columns: 1fr;
    padding: 0.75rem !important;
  }

  .brand-featured-link {
    grid-template-columns: 54px minmax(0, 1fr) auto;
    min-height: 72px;
    padding: 0.65rem;
  }

  .brand-featured-logo {
    height: 54px;
    width: 54px;
  }

  .brand-featured-action {
    font-size: 0;
  }

  .brand-featured-action i {
    font-size: 0.78rem;
  }

  .brand-directory-theme .brand-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0.75rem !important;
  }

  .brand-card-link {
    min-height: 126px;
    padding: 0.85rem 0.55rem;
  }
}
/* brands page end */
/* =====================end====================== */

/* footer style start */
#footer.site-footer {
  background: #15181e;
  color: #cbd5e1;
  overflow: hidden;
}

#footer .footer-cta {
  background: #253f7c;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 0;
}

#footer .footer-cta-inner {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
}

#footer .footer-cta-text {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
}

#footer .footer-cta-icon {
  align-items: center;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

#footer .footer-cta h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

#footer .footer-cta p {
  color: #dbe7ff;
  font-size: 14px;
  line-height: 1.5;
  margin: 4px 0 0;
}

#footer .footer-subscribe-form {
  margin: 0;
}

#footer .footer-subscribe-group {
  align-items: stretch;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 8px;
  display: flex;
  gap: 8px;
  padding: 6px;
}

#footer .footer-subscribe-input {
  border: 0;
  color: #111827;
  flex: 1 1 auto;
  font-size: 14px;
  min-height: 42px;
  min-width: 0;
  outline: 0;
  padding: 0 12px;
}

#footer .footer-subscribe-input::placeholder {
  color: #94a3b8;
}

#footer .footer-subscribe-btn {
  align-items: center;
  background: #0f766e;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  transition: background-color .2s ease, transform .2s ease;
}

#footer .footer-subscribe-btn:hover {
  background: #115e59;
  transform: translateY(-1px);
}

#footer .footer-main {
  background: #15181e;
  padding: 36px 0 28px;
}

#footer .footer-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(150px, 1fr));
}

#footer .footer-brand {
  max-width: 360px;
}

#footer .footer-logo {
  display: inline-flex;
  margin-bottom: 16px;
}

#footer .footer-logo img {
  max-height: 48px;
  max-width: 180px;
  width: auto;
}

#footer .footer-brand-text {
  color: #a9b4c3;
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 18px;
}

#footer .footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#footer .footer-social-link {
  align-items: center;
  background: #202833;
  border: 1px solid #334155;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
  width: 38px;
}

#footer .footer-social-link:hover {
  background: #0f766e;
  border-color: #20a39a;
  color: #ffffff;
  transform: translateY(-2px);
}

#footer .footer-column h2 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 14px;
}

#footer .footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .footer-column li + li {
  margin-top: 9px;
}

#footer .footer-column a {
  color: #a9b4c3;
  display: inline-flex;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

#footer .footer-column a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

#footer .footer-bottom {
  background: #101319;
  border-top: 1px solid #273244;
  padding: 14px 0;
}

#footer .footer-bottom-inner {
  align-items: center;
  color: #93a4b8;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 10px;
  justify-content: space-between;
  line-height: 1.5;
}

#footer .footer-bottom-note {
  color: #d4b26a;
}

@media (max-width: 991.98px) {
  #footer .footer-cta-inner,
  #footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  #footer .footer-brand {
    grid-column: 1 / -1;
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  #footer .footer-cta-inner,
  #footer .footer-grid {
    grid-template-columns: 1fr;
  }

  #footer .footer-cta-text {
    align-items: flex-start;
  }

  #footer .footer-subscribe-group {
    flex-direction: column;
  }

  #footer .footer-subscribe-btn {
    width: 100%;
  }

  #footer .footer-main {
    padding: 30px 0 24px;
  }

  #footer .footer-bottom-inner {
    justify-content: center;
    text-align: center;
  }
}
/* footer style end */
