/*region breadcrumb*/
.breadcrumb {
  background: white;
  padding: 5px 15px;
  border-radius: 4px;
}

.common-home .after-header {
  padding: 0;
  background: none;
}

.after-header {
  padding: 15px 0 0;
}

.after-header .breadcrumb li {
  display: inline-block;
  position: relative;
  line-height: 20px;
}

.after-header .breadcrumb li a {
  color: #333;
  font-size: 12px;
  font-weight: 600;
}

.after-header .breadcrumb li:last-child a {
  color: #808080;
}

.after-header .breadcrumb li i {
  font-size: 16px;
}

.after-header .page-heading {
  text-align: right;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  padding: 7px 15px;
  border-radius: 4px;
  margin-top: 15px;
  border: 1px solid #f2792073;
}

.breadcrumb li + li:before {
  padding: 0 6px;
  color: #808080;
  font: normal normal normal 10px/20px FontAwesome;
  content: "\f054";
  margin: 0 5px;
}

/*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 {
  border: 1px solid #f2792073;
  padding: 8px 8px;
  margin-left: 10px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

#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);
}
/*endregion*/

/*region details-page*/
.product-image-holder {
  height: 100%;
  border-radius: 10px;
  border : 1px solid #f2792073;
}
.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;
  border: 1px solid #f2792073;
}
.product-name h4 {
  font-size: 16px;
  font-weight: 600;
}

.short-info {
  margin: 10px 0;
}

.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;
}

p.tag {
  margin-bottom: 0;
}
.price-wrap .on-special {
  font-size: 24px;
  line-height: initial;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.additional-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  font-weight: bold;
}
.additional-btn button.buy-now {
  background: var(--main);
  border: 2px solid var(--main);
  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;
}
.featured-options span {
  height: 40px;
  width: 40px;
  border: 1px solid var(--main);
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
  border-radius: 100px;
  color: var(--main);
  transition: 0.3s all ease-in-out;
}
.featured-options span:hover {
  background: var(--main);
  color: #ffffff;
  border-color: var(--main);
  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;
  padding: 8px;
  width: 38px;
  text-align: center;
  cursor: pointer;
  transition: 0.8s;
}
.share-links.social-links .share-ico:hover {
  background-color: var(--main);
  color: var(--lightWhite);
}
.related-product {
  background-color: #fff;
  border: 1px solid #f2792073;
}
.related-product h3 {
  background: var(--main);
  font-size: 16px;
  color: #fff;
  padding: 6.5px 18px;
  margin-bottom: 0;
  font-weight: normal;
}
.single-related-product-item:last-child {
  border-bottom: none;
}
.single-related-product-item {
  border-bottom: 1px solid #f2792073;
  padding: 10px;
  padding-bottom: 12px;
  clear: both;
  width: 100%;
  display: table;
  vertical-align: middle;
}
.single-related-product-item .caption .product-name a {
  color: #333;
}
.single-related-product-item .image-holder {
  width: 25%;
  margin-right: 15px;
  float: left;
}
.caption h4.product-name {
  font-weight: 400;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
}

.show-more-related {
  text-align: center;
  display: block;
  color: #333333;
  font-weight: 700;
  padding: 10px 0;
}
.qty {
  float: left;
  width: 80px;
  margin-right: 0;
  user-select: none;
  margin-left: 10px;
}
.qty input[type="text"],
.qty input[type="number"] {
  float: left;
  text-align: center;
  width: 50px;
  height: 40px;
  color: #2a2a2a;
  line-height: 40px;
  border: 1px solid #ccc;
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.qty_inc_dec {
  float: left;
  width: 10px;
  height: 40px;
  display: inline-block;
}
.qty_inc_dec .increment {
  border-bottom: 0;
  line-height: 25px;
}
.qty_inc_dec .increment,
.qty_inc_dec .decrement {
  float: left;
  text-align: center;
  width: 30px;
  cursor: pointer;
  height: 20px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
}
.bottom-bar {
  padding-top: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 3px solid var(--main);
}
/*endregion*/

/*region nav-tabs*/
.nav-tab-bars {
  background: var(--main);
  color: #fff;
  padding: 6px 20px;
}
.nav-tab-bars li {
  display: inline-block;
  font-size: 16px;
  margin-right: 40px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}
.nav-tab-bars li a {
  padding: 7px 20px;
  display: block;
  color: #333333;
  position: relative;
}
.nav-tab-bars li a:after {
  border: 1px solid #0381c5;
  border-radius: 5px 5px 0 0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.nav-tab-bars li a:hover:after {
  opacity: 1;
  visibility: visible;
}

#specification .section-head {
  padding: 15px 25px;
  background: #fff;
  font-size: 20px;
  border: 1px solid #f2792073;
  border-top-width: 0;
  border-bottom-width: 0;
}

.data-table {
  width: 100%;
  border-right: 1px solid #ff4c3b87;
  border-bottom: 1px solid #ff4c3b87;
  border-radius: 0px 0px 10px 10px;
}


.data-table tbody tr {
  border-top: 1px solid #f2792073;
}

.data-table .name {
  padding: 5px 30px;
  width: 25%;
  text-align: right;
  line-height: 35px;
  font-weight: 600;
  border-right: 1px solid #f2792073;
  background: var(--main);
  color: var(--lightWhite);
  border-bottom: 1px solid #fff;
}
.data-table .value {
  padding: 10px 20px;
  width: 75%;
  color: #222222;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
}

.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 {
  background: #d0d0d0;
  padding: 8px 30px;
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  display: none;
}
/*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,
#write-review {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  margin: 30px 0px;
  border : 1px solid #f2792073;
}

.contact-info-form input.form-input,
.contact-info-form textarea {
  width: 100%;
  background: white;
  padding: 10px 18px;
  border-radius: 4px;
  border: 1px solid #f2792073;;
  color: var(--black);
}
.rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.btn.submit-btn {
  background: var(--main);
  border-radius: 4px;
  color: #fff;
  border: 0;
  padding: 10px 30px;
  cursor: pointer;
  border: 2px solid var(--main);
}
.btn.submit-btn:hover,
.additional-btn button.buy-now:hover {
  background: transparent;
  border: 2px solid var(--main);
  color: var(--main);
}
/*endregion*/

/*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;
  }
  .nav-tab-bars li {
    font-size: 13px !important;
    margin-right: 7px !important;
  }
  .data-table .name {
    padding: 10px 20px;
    font-size: 13px;
    width: 35%;
    line-height: 15px;
  }
  .data-table .value {
    padding: 10px 20px;
    font-size: 13px;
    width: 65%;
    line-height: 15px;
    word-break: break-all;
  }
  .data-table .heading-row,
  .table > thead {
    padding: 8px 15px;
  }
  #specification .section-head {
    font-size: 14px;
  }
  .nav-tab-bars {
    padding: 6px 10px;
  }
  .single-related-product-item .image-holder {
    width: auto;
  }
}

@media (max-width: 475px) {
  .additional-btn {
    margin-top: 10px;
  }
  .additional-btn span.text {
    display: none;
  }
  .qty {
    margin-left: 0;
  }
}
@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;
}
