/*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 #eb1b23;
}

.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 #eb1b23;
  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-item-info {
  background: #fff;
  margin-bottom: 0px;
  min-height: 71px;
}

.product-image-holder {
  height: 100%;
  border-radius: 10px;
}

.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: 21px;
  font-weight: 600;
}

.short-info {
  margin: 10px 0;
}

.quick-overview h6,
.customer-review h6 {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 700;
  margin-bottom: 10px;
}

.quick-overview ul li {
  list-style: inside;
}

label {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.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.buttons_added span.qty_ctl {
  display: flex;
  flex: 0 1 52px;
  align-items: center;
  text-align: center;
  border: 2px solid #ccc;
  margin-left: 7px;
}

.additional-btn.buttons_added span i {
  cursor: pointer;
  margin: 0 auto;

  font-size: 20px;
  height: 20px;
}

.additional-btn.buttons_added span:hover {
  background: #f1f1f1;
}

.additional-btn button.buy-now {
  background: var(--main);
  border: 2px solid var(--main);
  padding: 8.5px 30px;
  margin: 0px 19px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  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: 50px;
  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 {
  padding: 10px 20px;
  margin-left: -10px;
}

.related-product h3 {
  text-align: center;
  padding: 5px 0 15px;
  margin: 0;
  color: #013365;
  font-size: 19px;
  font-weight: 600;
}

.single-related-product-item:last-child {
  border-bottom: none;
}

.single-related-product-item {
  background: #fff;
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #ECEDEF;
}

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

.quantity {
  margin-right: 0px;
  display: flex;
}

.quantity span .qty_ctl {
  display: flex;
  flex: 0 0 40px;
  align-items: center;
  text-align: center;
  border: 1px solid #000;
}

.qty {
  float: left;
  width: 80px;
  margin-right: 0;
  user-select: none;
  margin-left: 10px;
  font-size: 15px;
}

.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-radius: 4px;

}

.qty_inc_dec {
  float: left;
  width: 10px;
  height: 40px;
  display: inline-block;
  border: 2px solid #ccc;
}

.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 {
  display: flex;
  flex: 0 0 50px;
}

.nav-tab-bars li {
  flex: 0 0 auto;
  line-height: 40px;
  padding: 0 15px;
  margin: 10px 5px 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  list-style: none;
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
  color: #000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  margin: 0 10px 20px 0;
}

.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;
  font-weight: 700;
  /* 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 {
  padding: 10px 20px;
  line-height: 22px;
  border-bottom: 1px solid #ECEDEF;
}

.data-table .name {
  padding: 5px 30px;
  width: 25%;
  text-align: left;
  line-height: 35px;
  font-weight: 600;
  border-right: 1px solid #f2792073;
  color: #666666;
  border-bottom: 1px solid #fff;
  border: none;
}

.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: #f3f4f8;
  padding: 8px 30px;
  font-size: 15px;
  color: #043267;
  font-weight: 600;

}

/*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: 100%;
  }

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