@charset "UTF-8";
:root {
  --bg-color: #a75e33;
  --light-role: #e7d9ce;
  --radius-carousel-indicator: 6px;
  --size-carousel-btn-lg: 25px;
  --size-carousel-btn-md: 20px;
}
.product-detail {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  padding-top: 60px;
}

.image {
  width: 100%;
  max-width: 100%;
  object-fit: fill;
  /* height: 500px;
    max-height: 500px; */
}

/* Light-gallery */
.item-slick.slick-slide.slick-current.slick-active {
  outline: none !important;
  border: 2px #a65e32 solid;
}
.amount {
  display: flex;
  padding: 5px 10px;
  border: 1px solid var(--bg-color);
  align-items: center;
  margin-right: 20px;
}
.text {
  border: none;
  background-color: transparent;
  color: var(--bg-color);
}
.amount-display {
  width: 25px;
  margin: 0 10px;
  text-align: center;
  color: var(--bg-color);
}
.product-btn-contact .order-btn {
  border: none;
  background-color: #a65e32;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: Montserrat-Regular;
  width: 100%;
  padding: 10px;
  color: white;
  cursor: pointer;
}
.slider-for {
  margin-bottom: 15px;
}

.slider-for img {
  width: 100%;
  object-fit: contain;
}
.border-detail {
  color: #a65e32;
  border-top: var(--bs-border-width) solid;
  margin: 1rem 0;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .slider-for img {
    aspect-ratio: 5/4;
    width: 100%;
    object-fit: contain;
  }
}

.slider-nav {
  margin: auto;
}

.slider-nav .item-slick {
  max-width: 82px;
  width: 82px;
  height: 82px;
  max-height: 82px;
  margin-right: 15px;
  margin-bottom: 10px;
  outline: none !important;
  cursor: pointer;
}
.slider-nav .item-slick img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: -12px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

/* End light-gallery */

.size select {
  border: 1px solid var(--bg-color);
  border-radius: 0;
  background-color: transparent;
  color: var(--bg-color);
  cursor: pointer;
}
.size select.form-control:not([multiple]):not([size]),
.form-control-select {
  background: none !important;
  padding-right: 10px !important;
}
.infor-product-detail .gioi_thieu {
  line-height: 22px;
  margin-top: 50px;
  color: #a65e32;
}

.infor-product-detail .gioi_thieu .title-gioi-thieu {
  font-size: 18px;
  font-family: "Montserrat-Bold";
  color: #a65e32;
}

.infor-product-detail .product-name {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
}

.infor-product-detail a {
  text-decoration: none;
}
.infor-product-detail a:hover {
  text-decoration: none;
  color: #fff;
}

.product-overview .overview-price {
  padding: 0 0 7px;
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 10px;
}

.overview-old-price {
  color: #888888;
  text-decoration: line-through;
  font-weight: 500;
  font-size: 16px;
}

.discount-product {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: #ff0000;
  border-radius: 2px;
  padding: 2px 4px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.gioi_thieu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-properties-title {
  padding-top: 10px;
  color: #757575;
  text-transform: capitalize;
}

.pad-0 {
  padding: 0;
}

/* Choose */
.chooses {
  display: flex;
  color: #d9aab7;
  grid-template-columns: repeat(auto-fill, 30px);
  grid-gap: 4px;
  /* margin-left: 20px; */
  margin-top: 5px;
}
.chooses:hover {
  cursor: pointer;
}

.choose {
  padding: 5px 15px;
  border: 1px solid #e0c9cb;
  font-size: 15px;
  text-align: center;
}
.choose:hover {
  background: #ba7e7e;
  color: #f5f5f5;
  transition: all 0.4s ease-in-out;
}
.focus {
  background: #ba7e7e;
  color: #f5f5f5;
}
/* Choose */

.add-buy {
  display: block;
  width: 230px;
  height: 43px;
  line-height: 32px;
  background-color: #ff0000;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  margin-top: 12px;
  border: solid 1px #fff;
}

.product-btn-contact {
  margin-top: 30px;
}
.contact {
  background: #546ce8;
  border-color: #546ce8;
}

.product-btn-contact a {
  display: block;
  width: 200px;
  line-height: 32px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #fff;
  padding: 6px;
  border: 1px solid transparent;
}

.contact .text-contact {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 20px;
}

.link-contact {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}

.voso-logo {
  width: 130px;
  margin-top: -7px;
}

.postmart-logo {
  width: 150px;
}
.title-linear {
  text-align: center;
  color: #a65e32;
  text-transform: uppercase;
  font-size: 26px;
  font-family: "Montserrat-Medium";
  padding-bottom: 20px;
}
.product {
  padding: 20px 0 20px;
}

.product .product-item {
  position: relative;
  margin-bottom: 25px;
}

.product .description {
  color: #fff;
  font-size: 13px;
}

.product .product-list {
  background-color: #fff;
}
.product-item .box_info {
  padding-top: 20px;
}
.title-type {
  font-family: "Montserrat-Bold";
  font-size: 12px;
  color: #a65e32;
  padding-bottom: 10px;
}
.product-item .box_info h3 {
  margin: 0 0 10px;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-item .box_info h3 a {
  color: #a65e32;
  text-decoration: none;
  font-size: 14px;
  font-family: TIMES;
}
.product-item .box_info .price .new-price {
  color: #a65e32;
  font-size: 14px;
  word-break: break-all;
  display: block;
}

.product-item .box_info .price .old-price {
  color: #888888;
  font-size: 16px;
  font-weight: bold;
  text-decoration: line-through;
  word-break: break-all;
  display: block;
}

/* .new-price span{
	font-style: normal;
	font-weight: normal;
}

.old-price span{
	font-style: normal;
	font-weight: normal;
} */

.discount {
  background: url(../img/icon-discount.png) no-repeat;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
}

.product-item .image img {
  transform: scale(1);
  transition: 0.3s;
  width: 100%;
  height: 100%;
}

.product-item:hover .image img {
  transform: scale(1.2);
}

.product-item .image {
  overflow: hidden;
  position: relative;
  height: 300px;
}

.error-container {
  text-align: center;
  font-size: 106px;
  font-family: "Catamaran", sans-serif;
  font-weight: 800;
  margin: 70px 15px;
}
.error-container > span {
  display: inline-block;
  position: relative;
}
.error-container > span.four {
  width: 136px;
  height: 43px;
  border-radius: 999px;
  background: linear-gradient(
      140deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.07) 43%,
      transparent 44%,
      transparent 100%
    ),
    linear-gradient(
      105deg,
      transparent 0%,
      transparent 40%,
      rgba(0, 0, 0, 0.06) 41%,
      rgba(0, 0, 0, 0.07) 76%,
      transparent 77%,
      transparent 100%
    ),
    linear-gradient(to right, #d89ca4, #e27b7e);
}
.error-container > span.four:before,
.error-container > span.four:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 999px;
}
.error-container > span.four:before {
  width: 43px;
  height: 156px;
  left: 60px;
  bottom: -43px;
  background: linear-gradient(
      128deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.07) 40%,
      transparent 41%,
      transparent 100%
    ),
    linear-gradient(
      116deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.07) 50%,
      transparent 51%,
      transparent 100%
    ),
    linear-gradient(to top, #99749d, #b895ab, #cc9aa6, #d7969e, #e0787f);
}
.error-container > span.four:after {
  width: 137px;
  height: 43px;
  transform: rotate(-49.5deg);
  left: -18px;
  bottom: 36px;
  background: linear-gradient(
    to right,
    #99749d,
    #b895ab,
    #cc9aa6,
    #d7969e,
    #e0787f
  );
}

.error-container > span.zero {
  vertical-align: text-top;
  width: 156px;
  height: 156px;
  border-radius: 999px;
  background: linear-gradient(
      -45deg,
      transparent 0%,
      rgba(0, 0, 0, 0.06) 50%,
      transparent 51%,
      transparent 100%
    ),
    linear-gradient(
      to top right,
      #99749d,
      #99749d,
      #b895ab,
      #cc9aa6,
      #d7969e,
      #ed8687,
      #ed8687
    );
  overflow: hidden;
  animation: bgshadow 5s infinite;
}
.error-container > span.zero:before {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
  width: 90px;
  height: 90px;
  background-color: transparent;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(
      95deg,
      transparent 0%,
      transparent 8%,
      rgba(0, 0, 0, 0.07) 9%,
      transparent 50%,
      transparent 100%
    ),
    linear-gradient(
      85deg,
      transparent 0%,
      transparent 19%,
      rgba(0, 0, 0, 0.05) 20%,
      rgba(0, 0, 0, 0.07) 91%,
      transparent 92%,
      transparent 100%
    );
}
.error-container > span.zero:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 999px;
  width: 70px;
  height: 70px;
  left: 43px;
  bottom: 43px;
  background: #fdfaf5;
  box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

@keyframes bgshadow {
  0% {
    box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
  }
  45% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  55% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
  }
}

.title-error {
  text-align: center;
  margin: 30px auto;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
}
.btn-order-cart {
  width: 250px;
}
@media (min-width: 769px) {
  .overview-new-price {
    color: var(--bg-color);
    font-weight: 500;
    font-size: 18px;
  }
  .infor-product-detail .product-name {
    margin: 0 0 10px;
    font-size: 24px;
    font-family: TIMES;
    color: var(--bg-color);
  }
}
@media (max-width: 768px) {
  .col-full-mobile {
    margin: 0;
  }
  .product .product-item {
    padding-left: 0;
  }
  .infor-product-detail .product-name {
    font-size: 16px;
    margin-top: 15px;
    font-family: TIMES;
    color: var(--bg-color);
  }
  .overview-new-price {
    font-size: 16px;
    color: var(--bg-color);
  }
}
.pagination-wrap {
  float: right;
}
.pagination-wrap button {
  background: transparent;
  color: var(--bg-color);
  border: unset;
  padding: 0px 8px;
}
.pagination li a {
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #ccc;
  margin-right: 5px;
  color: #333;
}

.pagination li a.active {
  background-color: #007bff;
  color: #fff;
}
.cards {
  --spacing: 25px;
  --columns: 5;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--spacing));
}
@media screen and (max-width: 1023px) {
  .cards {
    --columns: 2;
  }
}
@media screen and (max-width: 767px) {
  .cards {
    --spacing: 15px;
    --columns: 2;
  }
}
@media screen and (min-width: 768px) {
  .card-box-img {
    height: 230px;
    width: 230px;
  }
}

.card-product {
  overflow: hidden;
  background-color: white;
  width: calc(calc(100% / var(--columns)) - var(--spacing));
  margin-left: var(--spacing);
  margin-bottom: var(--spacing);
}
.card-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  flex-shrink: 0;
}
.card-title {
  font-weight: 500;
  margin-bottom: 5px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.card-user {
  display: flex;
  align-items: center;
}
.card-user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100rem;
  object-fit: cover;
  flex-shrink: 0;
}
.card-user-info {
  padding-left: 20px;
  flex: 1;
}
.card-user-top {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.card-user-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.card-user-top ion-icon {
  color: #20e3b2;
  margin-left: 5px;
}
.card-user-game {
  color: #999;
  font-weight: 300;
  font-size: 13px;
}
.card-bottom {
  padding: 25px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-live {
  color: white;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #ff6651;
}
.card-live span {
  margin-left: 10px;
  font-size: 14px;
}
.card-watching {
  font-size: 13px;
  color: #999;
  font-weight: 300;
}
.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-top {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 10px;
}
.card-user,
.card-bottom {
  margin-top: auto;
  flex-shrink: 0;
}
.card {
  display: flex;
  flex-direction: column;
}
.card-title a {
  text-decoration: none;
  font-size: 14px;
  color: rgb(166, 95, 49);
}
.new-price {
  font-size: 14px;
  color: rgb(166, 95, 49);
}
.pagination {
  float: right;
}
.pagination button {
  background: transparent;
  color: var(--bg-color);
  border: unset;
  padding: 0px 8px;
}
	.hidden{
		display: none;
	}
