@charset "UTF-8";
main {
  overflow: inherit;
}

#id_load_light {
  display: none;
}

.fe-footer {
  background-color: #fff;
}

.background-sidebar,
.background-content {
  margin-bottom: 0;
}
.background-sidebar + .background-sidebar, .background-sidebar + .background-content,
.background-content + .background-sidebar,
.background-content + .background-content {
  margin-top: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-24 {
  margin-top: 24px;
}

.pt-16 {
  padding-top: 16px;
}

.gap-y-12 {
  gap: 12px 0;
}

.gap-y-16 {
  gap: 16px 0;
}

.sidebar {
  display: flex !important;
  flex-direction: column;
}
.sidebar .background-sidebar {
  flex-shrink: 0;
}
.btn_group .col-6 {
  margin: 5px auto;
}

.btn-buy-now, .btn-send-consult {
  padding-right: 6px;
}

.slick-arrow {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.slick-arrow:before {
  font: normal normal normal 20px/1 FontAwesome;
  display: block;
  color: #000 !important;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: "";
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: "";
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.preview-slide {
  padding: 4px;
}

.main-slider {
  border: 1px solid #eee;
}

.swiper-container-thumbs {
  padding: 0;
  margin-top: 8px;
}

.swiper-slide-thumb {
  padding: 0 4px;
  transition: all 0.3s;
}
.swiper-slide-thumb img {
  border: 1px solid #eee;
}
.swiper-slide-thumb.slick-current {
  opacity: 1;
}

ul {
  list-style: none;
  margin: 0;
}

.color-primary {
  color: var(--mainColor);
}

.single_product .product-info {
  margin-top: 24px;
  color: #333;
}
.single_product .product-info-head {
  padding: 12px 0 8px;
  border-bottom: 1px solid var(--mainColor);
}
.single_product .product-info-ttl {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 8px;
}
.single_product .product-info-content {
  font-size: 14px;
}
.single_product .product-info-content > ul {
  display: flex;
  flex-wrap: wrap;
}
.single_product .product-info-content > ul > li {
  width: 50%;
}
.single_product .product-title {
  color: var(--mainColor);
  font-size: 24px;
  font-weight: bold;
}
.single_product .product-sub {
  font-style: italic;
  font-weight: 500;
  color: #888;
  margin-top: 4px;
  font-size: 14px;
}
.single_product .product-price {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--mainColor);
  border-radius: 8px;
  color: #333;
  padding: 12px;
}
.single_product .product-price .column {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .single_product .product-price .column {
    width: 50%;
  }
  .single_product .product-price .column:first-child {
    border-right: 1px solid var(--mainColor);
  }
}
@media (max-width: 767px) {
  .single_product .product-price .column:first-child {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--mainColor);
  }
}
.single_product .product-price .price-total,
.single_product .product-price .timeline {
  font-size: 20px;
  font-weight: bold;
  color: red;
  padding: 4px 0;
}
.single_product .product-price .price-total {
  color: red;
}
.single_product .product-price .timeline {
  color: var(--mainColor);
}
.single_product .product-price .text-sub {
  font-size: 14px;
  font-style: italic;
  color: #888;
}
.single_product .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-area: 8px;
}
.single_product .dropdown-toggle ::after {
  display: block;
  margin-left: auto;
  width: 6px;
}

.info-item-row {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .info-item-row {
    flex-direction: column;
    gap: 4px;
  }
}
.info-item-dt {
  flex-shrink: 0;
  width: 90px;
  font-weight: bold;
  color: #555;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .info-item-dt {
    margin-top: 0;
    width: 100%;
    font-size: 16px;
  }
}
.info-item-dd {
  flex-grow: 1;
}
.info-item-dd .dropdown-menu {
  width: 100%;
}

.select-option {
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #eaeaea;
  color: #555;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .select-option {
    padding: 8px 12px;
  }
}

.list-option {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.list-option span {
  display: block;
  padding: 4px 12px;
  font-size: 14px;
  background-color: #eaeaea;
  border-radius: 4px;
  color: #555;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .list-option span {
    padding: 8px 12px;
  }
}
.list-option span:hover {
  background-color: #ddd;
}
.list-option span.active {
  color: #fff;
  background-color: var(--mainColor);
}

.btn-main {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  transition: all 0.3s;
  display: inline-flex !important;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.btn-main:hover {
  opacity: 0.8;
}
.btn-main i {
  font-size: 20px;
}

.btn-primary,
.btn-primary:hover {
  background-color: var(--mainColor) !important;
  color: #fff;
}

.btn-orange,
.btn-orange:hover {
  background-color: #ef8528;
  color: #fff;
}

.btn-gray,
.btn-gray:hover {
  background-color: #ddd;
  color: #333;
}

.block-buttons {
  margin-top: 16px;
  font-size: 13px;
}
.block-buttons button {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
}
.block-buttons button i {
  font-size: 16px;
}

.table-striped {
  font-size: 14px;
}
@media (max-width: 767px) {
  .table-striped .table-tr {
    flex-direction: column;
    padding: 8px;
    background-color: #eee;
  }
  .table-striped .table-tr td {
    border: none;
    padding: 0;
    box-shadow: none;
    background-color: transparent !important;
  }
}

.product_list_sidebar .row {
  gap: 12px 0;
}

.single_product .info p {
  margin-left: 0;
}

.product_list_sidebar .product {
  height: 100%;
}