/*region breadcrumb*/


.common-home .after-header {
  padding: 0;
  background: none;
}


/*endregion*/

/*region top-bar*/
.filter-button.view-switch {
  display: none;
}

.filter-button.view-switch button#lc-toggle {
  background: #fff;
  border: 0;
  padding: 5px 12px;
}

.top-bar .custom-selects {
  display: inline-block;
}

.top-bar .custom-selects select#input-limit {
  padding: 6px;
  margin-left: 10px;
  border-radius: 3px;
  border: 1px solid #66666626;
}

#input-limit:focus {
  outline: none;
}

.product-categories column#column-left {
  max-width: 250px;
}

.product-categories #content {
  flex: 1 1 auto;
  max-width: calc(100% - 250px);
}
.product-categories.manufacturer-product-categories #content{
  flex: 1 1 auto;
  max-width: none;
}
/*endregion*/

/*region details-page*/
.product-overview-area {
  box-shadow: 0 7px 40px 0 rgb(150 176 203/20%);
}
.product-image-holder {
  height: 100%;
  border-right: 1px
  solid #66666626;
}
.product-image-holder .lightRed-img {
  padding: 0px 50px 0px 50px;
}
.product-image-thumbnails ul li {
  display: inline-block;
  border: 1px solid #ddd;
}
.product-image-thumbnails {
  background: #fff;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
}
.product-info {
  background: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 10px;
}
.product-name h4 {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}

.short-info {
  margin: 10px 0;
}
.cart-option {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-option .quantity {
  display: inline-block;
  border: 1px solid rgba(4, 4, 4, 0.05);
}

.cart-option .quantity span {
  display: inline-block;
  padding: 0 9px;
  cursor: pointer
}

.cart-option .quantity span.qty {
  padding: 0 15px;
  border-left:1px solid rgba(4, 4, 4, 0.05);
  border-right: 1px solid rgba(4, 4, 4, 0.05);
}

.cart-option .quantity span>i {
  transform: translateY(5px);
  color: #4343438a;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.cart-option .quantity input {
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  text-align: center;
  font-weight: 700;
  color: #4343438a;
}
.quick-overview h6,
.customer-review h6 {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 700;
}
.quick-overview ul li {
  list-style: inside;
  margin: 5px 0;
}
.emi-info label {
  margin-bottom: 0;
}
.product-options-wrapper h3 {
  font-size: 18px;
  line-height: 20px;
}

.product-options-wrapper #input-option1 {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
p.tag {
  margin-bottom: 0;
}
.price-wrap .on-special {
  font-size: 24px;
  line-height: initial;
  font-weight: 700;
}
.additional-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  font-weight: bold;
}
.additional-btn button.buy-now {
  background: var(--tech-global-color);
  border: 2px solid var(--tech-global-color);
  padding: 8.5px 30px;
  color: #fff;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  transition: 0.3s all ease-in-out;
  line-height: normal;
}
.customer-review {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
}
.emi-info {
  font-size: 12px;
  margin: 15px 0px;
}
.customer-review .rating {
  font-size: 10px;
  margin: 0 20px;
  margin-left: 0;
}
.featured-options span {
  height: 40px;
  width: 40px;
  border: 1px solid var(--tech-global-color);
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
  border-radius: 100px;
  color: var(--tech-global-color);
  transition: 0.3s all ease-in-out;
}
.featured-options span:hover {
  background: var(--tech-global-color);
  color: #ffffff;
  border-color: var(--tech-global-color);
  cursor: pointer;
}
.share-links.social-links {
  margin-top: 20px;
  font-size: 20px;
}
.share-links.social-links span.share {
  margin-right: 10px;
}
.share-links.social-links .share-ico {
  margin-right: 10px;
  border: 1px solid #66666626;
  padding: 8px;
  width: 38px;
  text-align: center;
  cursor: pointer;
  transition: 0.8s;
  color: var(--secondary-color);
  border-radius: 5px;
}
.share-links.social-links .share-ico:hover {
  background-color: var(--main-color);
  color: white;
}
.related-product {
  background-color: #fff;
}
.single-related-product-item:last-child {
  border-bottom: none;
}
.single-related-product-item {
  border-bottom: 1px solid #66666626;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-related-product-item .caption .product-name a {
  color: #333;
}
.single-related-product-item .image-holder img {
  width: 100%;
}
.caption h4.product-name {
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  font-size: 15px;
}
.caption .price {
  font-size: 13px;
  font-weight: 700;
}
.related-product.rounded-shape-bg {
  height: 100%;
  margin-bottom: 0;
}
.review.rounded-shape-bg {
  margin-bottom: 0;
}
.rounded-shape-bg h2, .rounded-shape-bg h3 {
  font-size: 24px;
  font-weight: 500;
}
.show-more-related {
  text-align: center;
  display: block;
  color: #333333;
  font-weight: 700;
  padding: 10px 0;
}

.bottom-bar {
  padding-top: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 3px solid var(--main-color);
}
/*endregion*/

/*region nav-tabs*/


/*endregion*/

/*region-contact-form-info*/
.contact-info-form label {
  margin-bottom: 0;
  font-weight: 500;
}
.contact-info-form input.form-input {
  margin-bottom: 20px;
}

.description{
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  margin: 30px 0px;
  border : 1px solid #66666626;
}

.contact-info-form input.form-input,
.contact-info-form textarea {
  width: 100%;
  background: white;
  padding: 10px 18px;
  border: 1px solid #66666626;
  color: black;
}
.rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.btn.submit-btn {
  background: var(--secondary-color);
  border-radius: 4px;
  color: #fff;
  border: 0;
  padding: 10px 30px;
  cursor: pointer;
  border: 2px solid var(--secondary-color);
}
.btn.submit-btn:hover,
.additional-btn button.buy-now:hover {
  background: transparent;
  border: 2px solid var(--main-color);
  color: var(--main-color);
}
/*endregion*/
.data-table {
  width: 100%;
}

.data-table tbody tr {
  border-top: 1px solid rgba(4, 4, 4, 0.05);
}
.data-table tbody tr:last-child {
  border-bottom: 1px solid rgba(4, 4, 4, 0.05);
}

.data-table .name {
  padding: 12px 0px;
  width: 35%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
}
.data-table .value {
  width: 75%;
  padding: 12px 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.data-table tr:last-child .value {
  border-bottom-right-radius: 10px;
}

.data-table tr:last-child .name {
  border-bottom-left-radius: 10px;
}

.data-table .heading-row,
.table > thead {
  padding: 12px 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.rounded-shape-bg {
  background: #ffffff;
  border-radius: 0;
  padding: 30px;
  box-shadow: 0 7px 40px 0 rgb(150 176 203/20%);
  border: 0;
  margin: 0;
  margin-bottom: 30px;
}
/*region responsive view*/
@media (max-width: 991px) {
  .after-header {
    padding: 0;
  }
  .product-categories #content {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .product-categories .main-content .col-md-6, .product-search .main-content .col-md-6 {
    max-width: 50%;
  }
  .top-bar .custom-selects select#input-limit {
    max-width: 120px;
  }
  .product-all-info,
  .related-product {
    margin-top: 20px;
  }
  .nav-tab-bars li {
    font-size: 18px !important;
    margin-right: 20px !important;
  }
  .nav-tab-bars li a {
    padding: 7px 0 !important;
  }
  .product-categories column#column-left {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .top-bar .form-group.show,
  .range-control-filter,
  .show-sort {
    display: none;
  }
  .filter-button.view-switch {
    display: block !important;
  }

  .product-info {
    padding: 15px;
  }
  .product-name h4 {
    line-height: 24px;
    font-size: 20px;
  }

  .single-related-product-item .image-holder {
    width: auto;
  }
  .customer-review {
    font-size: 13px;
  }

  .quick-overview h6, .customer-review h6 {
    font-size: 14px;
  }

  .quick-overview ul li {
    font-size: 14px;
  }

  .price-wrap .on-special {
    font-size: 20px;
  }

  .quick-overview .view-more {
    font-size: 14px;
  }

  .cart-option {
    flex-wrap: wrap;
  }

  .rounded-shape-bg h2, .rounded-shape-bg h3 {
    font-size: 20px;
  }

  .rounded-shape-bg {
    padding: 20px;
  }
  .product-video iframe {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 475px) {
  .additional-btn {
    margin-top: 10px;
  }
  .additional-btn span.text {
    display: none;
  }
  .qty {
    margin-left: 0;
  }
  .product-options-wrapper h3 {
    font-size: 16px;
    line-height: 16px;
  }

  .product-options-wrapper #input-option1 {
    gap: 10px;
  }
}
@media (max-width: 390px) {
  .featured-options {
    margin-top: 15px;
    width: 100%;
  }
  .featured-options span.wishlist {
    margin-left: 0;
  }
}
/*endregion*/
#write-review h2 {
  font-size: 22px;
  font-weight: 600;
}

#write-review .intro {
  margin: 10px 0;
}

#write-review h3 {
  font-size: 16px;
  font-weight: 600;
}
.product-view-main-img {
  width: 100%;
  padding: 0 20px;
}
.product-view-wrapper {
  height: 100%;
  border-right: 1px solid #66666626;
}
.product-view-main-img img {
  width: 100% !important;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
}

.product-overview-area {
  margin-top: 20px;
}

.product-thumb-images-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
  margin-bottom: 30px;
}

.product-thumb-images-wrapper .single-thumb-item {
  border: 1px solid #e0e0e0;
}

.product-thumb-images-wrapper .single-thumb-item img {
  width: 75px;
  height: 75px;
  border: none;
  box-shadow: none;
  margin: 0;
}

.xzoom-preview {
  border: none;
  background: #fff;
  transform : translate(20px, 30%)
}
.xzoom-lens {
  border-color: grey;
}
.seo-description {
  border-radius: 5px;
  margin: 20px 0 30px;
  padding: 15px;
  background-color: white;
  border: 1px solid #66666626;
}
.seo-description h1 {
    color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 20px;
  padding-top: 20px;
}

.seo-description p {
  margin: 0 0 20px;
  font-size: 14px;
  color: #fff;
  line-height: 22px
}

.seo-description h2 {
    color: #fff;
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 24px
}

.seo-description h3 {
    color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px
}
.seo-description.homepage {
  margin: 30px 0;
  background: var(--main-color);
}