.wide__catalog-item-list ul {
  list-style-image: url(/assets/img/list-square.png);
}

.wide__catalog-item-list ul li a {
  font-weight: 400;
  color: #3498db;
  font-size: 16px;
}

.wide__catalog hr {
  margin: 3rem 0;
}

.wide__catalog-item {
  display: flex;
  background: #fff;
  padding: 3rem;
  justify-content: space-between;
  border-radius: 8px;
}

.wide__catalog-item-header {
  display: flex;
}

.wide__catalog-item.catalog-item-reverse {
  flex-direction: row-reverse;
}

.wide__catalog-item-col img {
  max-width: 350px;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.catalog-item-reverse .wide__catalog-item-col:last-child {
  margin: inherit;
  padding: 0 100px 0 0;
}

.wide__catalog-item-col:last-child {
  margin-right: auto;
  padding-left: 3rem;
}

.dropdown-catalog-brands {
  border-radius: 8px;
  border: 1px solid #3498db;
  z-index: 4;
}
.dropdown-catalog-brands .dropdown-item {
  color: #000;
  padding: 0.5rem 1rem !important;
  border-radius: 8px;
}

.dropdown-catalog-brands .dropdown-item:hover {
  color: #fff !important;
  background: #3498db;
}

.wide__catalog-item-header .dropdown-toggle::after {
  content: '';
  width: 14px;
  height: 9px;
  background: url(/assets/img/arrow-down.png) 0 0px no-repeat;
  display: inline-block;
  zoom: 1;
  transition: 0.4s;
  margin-left: 12px;
  line-height: 10px;
  margin-top: 3px;
  border: none;
}

.goods-card-v2-wrap {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
}

.goods-card-v2-wrap h1 {
  font-size: 2rem;
}
.text-us a {
  display: inline-block;
  margin: 10px 0;
}

.goods-img {
  border-radius: 8px;
}

.goods-price-main {
  font-size: 2rem;
}

.goods-price-main span {
  color: #ff6b01;
  font-weight: 800;
}

.goods-btn {
  display: inline-block;
  zoom: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 12px 25px 13px 25px;
  text-align: center;
  transition: 0.5s;
  background: transparent;
  cursor: pointer;
}

a.solution-more,
button.addtocart {
  color: #fff !important;
  border: 2px solid #3498db;
  background: #3498db;
}
a.solution-more:hover,
button.addtocart:hover {
  color: #3498db;
  background: transparent;
  border: 2px solid #3498db;
}

button.fastBuy {
  color: #fff;
  border: 2px solid #ff6b01;
  background: #ff6b01;
}
button.fastBuy:hover {
  color: #ff6b01;
  background: transparent;
  border: 2px solid #ff6b01;
}

.quantity {
  position: relative;
  margin-right: 30px;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.quantity input,
.quantity_input {
  width: 70px;
  height: 53px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity_input {
  width: 100%;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 53px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.button-group {
  margin-left: 100px;
}

.find-cheap {
  display: block;
  text-decoration-style: dotted;
  text-underline-offset: 5px;
  font-size: 1.5rem;
  color: #ff6b01;
}

.find-cheap:hover {
  color: #ff6b01;
}

.manufacturer_link {
  color: #3498db;
}

.green {
  color: limegreen;
}

.goods-tabs .nav-item .nav-link {
  color: inherit !important;
}

.goods-tabs .nav-item .nav-link {
  padding: 1rem !important;
  transition: background-color 0.3s;
}

.goods-tab-content {
  border-radius: 5px;
  border: 1px solid #dee2e6;
  overflow: auto;
}

.goods-tabs .nav-item.show .nav-link,
.goods-tabs .nav-link.active {
  color: #fff !important;
  background-color: #3498db;
  border-color: #3498db !important;
}

.goods-tabs .nav-item.show .nav-link:hover,
.goods-tabs .nav-link.active:hover {
  color: #fff !important;
  background-color: #3498db !important;
  border-color: #3498db !important;
}

.goods-tabs .nav-item .nav-link:hover {
  background: #3498db12;
  /*   border-bottom: 1px solid #fff; */
}

.goods-tabs {
  gap: 10px;
}

.goods-tab-content ul li {
  font-weight: normal !important;
}

.wide__catalog-item-col p,
.tab-pane,
.tab-pane p {
  font-size: 14px;
}

.tab-pane a {
  color: #3498db;
  text-decoration: none;
}

.list-group {
  border-radius: 8px;
}

.solutions-item-params {
  display: flex;
}

.solutions-item-params-col {
  flex-grow: 1;
}

.solutions-item .wide__catalog-item-col img {
  max-width: 250px;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.solutions-item .wide__catalog-item-col .wide__catalog-item-title {
  color: #3498db;
  font-size: 18px;
  font-weight: 600;
}

.solutions-item-params-col ul li {
  font-weight: 400;
  font-size: 14px;
}

.solutions-item-params-col a {
  color: #3498db;
  font-size: 14px;
  text-decoration: none;
}

.solutions-item-params-col p {
  margin-bottom: 0;
}
.solution-buttons {
  display: flex;
  justify-content: flex-start;
}
.solution-button-group {
  margin: 0;
}

.solutions-item-params-col .goods-price-main {
  font-size: 1.5rem;
}

.breadcrumb {
  align-items: center !important;
}

.breadcrumb-toggle {
  display: flex;
  align-items: center !important;
}

/* .breadcrumb-toggle::after {
  display: none;
} */

.breadcrumb-toggle span::after {
  content: '';
  width: 12px;
  height: 8px;
  background: url(/assets/img/arrow-down-dark.png) 0 0px no-repeat;
  display: inline-block;
  zoom: 1;
  transition: 0.4s;
  margin-left: 12px;
  line-height: 10px;
  margin-top: 3px;
  border: none;
}

.breadcrumb-toggle::after {
  display: none;
}

.breadcrumb-home a {
  color: #ff6b01;
  font-size: 2rem;
}

.breadcrumb-item span {
  border: 1px solid #3498db;
  padding: 0.25rem 1rem;
  border-radius: 8px;
}

.breadcrumb-item {
  margin-bottom: 1rem;
}

.showmorelinks-card {
  padding: 0;
  border: 0;
}

.showmorelinks,
.showmorelinks:active,
.showmorelinks:hover,
.showmorelinks:focus {
  background: none;
  border: none;
  color: #ff6b01;
  text-decoration: underline dotted;
  text-underline-offset: 5px;
  box-shadow: none;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
  background-color: #ff6b01;
}

.small-buy-form {
  display: flex !important;
  flex-direction: column;
}

.small-buy-form .quantity {
  margin: 1rem 0;
}

.small-buy-form .quantity input {
  width: 100% !important;
}

.small-button-group button {
  width: 100% !important;
}
.small-button-group button:first-child {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .wide__catalog-item {
    flex-direction: column !important;
    align-items: center;
    padding: 15px;
  }
  .catalog-item-reverse .wide__catalog-item-col:last-child {
    padding: 0 !important;
  }
  #goodsCarousel {
    margin-bottom: 1.5rem;
  }
  .wide__catalog-item-col:last-child {
    padding: 0;
  }
  .goods-card-v2-wrap h1 {
    font-size: 1.5rem;
  }
  .goods-img {
    margin: 0 auto 30px auto;
    display: block;
  }

  .form-group form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .button-group {
    margin: 0;
    width: 100%;
  }
  .button-group button {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .quantity {
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .quantity input {
    width: 100%;
  }
  .solutions-item-params {
    flex-direction: column-reverse;
  }

  .solution-button-group a {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .goods-card-v2-wrap {
    padding: 1rem;
  }
  .goods-tabs .nav-item .nav-link {
    padding: 10px 7px !important;
  }
  .goods-container {
    min-width: 100%;
    padding: 0;
  }
  .solutions-item .wide__catalog-item-col img {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .solution-materials-area {
    max-width: 60%;
  }
  .solution-materials-area ul,
  .solution-features ul {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .tab-pane .wide__catalog-item-list ul li a {
    font-size: 14px;
  }
}

.solution-materials-area ul li a {
  font-size: 14px;
}

.strong {
  font-weight: bold;
}
