@charset "UTF-8";

/* Main */
:root {
  --color-red: #f00;
  --color-medium-red: #cc2c32;
  --color-dark-red: #c31829;
  --color-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #212529;
  --color-gray: #6c757d;
  /* custom color */
  --font-body: 'Arial';
  --font-title: 'Arial';
  --font-title-card: 'Arial';
  --color-bg-hover: #8b0715;
  --color-hover-text: #c31829;
  --max-width: 1220px;
  --color-title: #c31829;
  --color-title-2: #c35c18;
  --color-title-3: #c3a418;

}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

/* General */
.res-img-detail {
  width: 100%;
}

.res-img-detail img {
  max-width: 100%;
  height: auto !important;
}

.res-img-detail .table-detail-inpage {
  overflow-x: auto;
  max-width: 950px;
}

.res-img-detail .table-detail-inpage table {
  max-width: 950px;
}

#share-buttons button {
  transition: all .2s;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 5px !important;
}

#share-buttons button:hover {
  transition: all .2s;
  filter: invert(1);
}

.thumb-pro-detail {
  border: 1px solid transparent;
}

.thumb-pro-detail.slick-current {
  border: 1px solid red;
}

.slickProdetail--main:not(.slick-initialized),
.slickProdetail--thumbs:not(.slick-initialized) {
  display: flex;
  visibility: hidden;
}

[type="file"].form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

@media (max-width:1300px) {
  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }
}