.page_breadcrumb {
  font-size: 13px;
  text-align: right;
  margin-top: 25px;
  color: #aaa !important;
}

.page_breadcrumb a {
  color: #aaa !important; 
}

.page_breadcrumb i {
  padding: 0 10px;
}

.page_breadcrumb i:before {
  -webkit-text-stroke: 1px #FFF;
}

.container {
  margin-top: 150px;
}

.general_info .gallery {
  height: 400px;
  overflow: hidden;
  display: flex;
}

.general_info .gallery .thumbs {
  display: flex;
  flex-direction: column;
}

.general_info .gallery .thumbs .thumb_item {
  padding: 7px 5px 0;
  cursor: pointer;
  opacity: 0.5;
  width: 80px;
  height: 60px;
}

.general_info .gallery .thumbs .thumb_item.active {
  opacity: 1;
}

.general_info .gallery .thumbs .thumb_item img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.general_info .gallery .main_image {
  width: 100%;
  height: 100%;
}

.general_info .gallery .main_image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: contain;
}

.general_info .product_info {
  text-align: right;
}

.general_info .product_info .attributes {
  margin-top: 25px;
  font-size: 15px;
}

.general_info .product_info .attributes i {
  font-family: "Font Awesome 5 Free";
  color: #D2151E;
  margin-left: 5px;
}

.general_info .product_info .attributes i:before {
  -webkit-text-stroke: 0.5px #FFF;
}

.general_info .product_info button {
  display: block;
  margin-top: 20px;
  border: none;
  border-radius: 7px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
}

.general_info .product_info .catalog {
  background: #D2151E;
}

.general_info .product_info .call {
  background: linear-gradient(0deg, rgba(4,211,184,1) 0%, rgba(8,185,163,1) 100%);
}


.description {
  text-align: right;
  color: #909090;
}

.description .desc_title {
  font-size: 17px;
  color: #000;
}

.description .desc_text {
  margin-top: 10px;
  color: #909090;
  line-height: 30px;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .container {
    margin-top: 70px;
  }
  .general_info .gallery {
    flex-wrap: wrap;
    padding-left: 0;
    overflow: visible;
  }
  .general_info .gallery .thumbs {
    order: 2;
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-top: 10px;
  }
  .general_info .gallery .thumbs .thumb_item {
    padding-top: 0 !important;
    height: 40px;
  }
  .general_info .product_info {
    margin-top: 65px;
  }
}