

.price {
  margin-bottom: 10px;
}

.wrapper {
  margin: 0 auto;
  width: 860px;
}

.columns {
  margin: 0 auto;
  max-width: 1020px;
  
}

.details {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;

}

.details {}

.thumbnail-container {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.price {
  font-size: 20px;
  color: #777474;
}

.wishlist-container {
  padding-left: 0;
}

#header {
  width: 100%;
  text-align: center;
  background: white;
  padding: 5px;
  /*box-shadow: 0 10px 17px 0px #c0c0c0;*/
  box-shadow: 0 5px 10px 0px #dbd7d7;
}
#header img {
  max-width: 30px;
}

.columns {
  margin-top: 30px;
}

.button {
  width: 100%;
  border-radius: 0;
}

.select, select {
  width: 100%;
  border-radius: 0 !important;
}

#wishlist-container {
  padding-left: 0;
}

#buy-container {
  padding-right: 0;
}

.small-text {
  font-size: 14px;
}

.small-text span {
  font-weight: bold;
}

.buy-button {
  background: #ff6900;
  color: white;
  border: none;
}

.buy-button:hover, .buy-button:active, .buy-button:focus {
  color: white;
  opacity: 0.9;
}


@media only screen and (max-width: 769px) {

  #wishlist-container, #buy-container {
    padding: 0 0 15px 0;
  }
}
.thumbnail-container img{
	width: 450px;
}
.thumbnail-container {
	margin-right: 30px;
}

/* 27. services-mechanical-area  Add new products css 23.05.2023*/
.services-mechanical-area {
}
.services-sidebar {
}
.services-link {
    list-style: none;
}
.services-link li {
    padding-bottom: 5px;
	font-size: 44px !important;
}
.services-link li a {
    position: relative;
}
.services-link li:last-child {
    padding-bottom: 0;
}
.services-link li a::after {
    content: "\f054";
    color: #444;
    display: inline-block;
    font-size: 13px;
    left: 12px;
    padding-bottom: 0;
    position: absolute;
    top: 16px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 0.3s;
}
.services-link li a {
    background: #cdcdcd;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    display: block;
    padding: 14px 10px 14px 30px;
    transition: 0.3s;
}
.services-link li a:hover {
    color: #fff;
    background: #fec727;
}
.services-link li a:hover:after {
    color: #fff;
}
.services-link li a i {
    float: right;
    font-size: 14px;
    top: 6px;
    position: relative;
}