ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.card .hr-post-detail .nav .nav-item .fas {
  color: orange;
}
.card .hr-post-detail .nav .nav-item .fas {
  border-right: none;
  padding-right: 0;
}
.hr-form .form-control {
  padding: 0.675rem 0.95rem;
  border-color: var(--shadow-02);
  color: var(--color-2);
  font-size: 0.975rem;
}
.pd-wrap {
  padding: 40px 0;
}
.heading-section {
  text-align: center;
  margin-bottom: 20px;
}
.sub-heading {
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #2e9ca1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.heading-section h2 {
  font-size: 32px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 15px;
}
.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: 100%;
}
.carousel-testimonial .item {
  padding: 30px 10px;
}
.quote {
  position: absolute;
  top: -23px;
  color: #2e9da1;
  font-size: 27px;
}
.name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 17px;
  font-weight: 500;
}
.position {
  color: #adadad;
  font-size: 14px;
}
/*.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  outline: none;
  height: 25px;
}*/
.owl-nav button svg {
  width: 25px;
  height: 25px;
}
.owl-nav button.owl-prev {
  left: 25px;
}
.owl-nav button.owl-next {
  right: 25px;
}
.owl-nav button span {
  font-size: 45px;
}
.product-thumb .item img {
  height: 100px;
}
.hr-product-price-discount {
  font-size: 22px;
  font-weight: 400;
  padding: 10px 0;
  clear: both;
}
.hr-product-price-discount span.line-through {
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 24px;
  vertical-align: middle;
  color: gray;
  font-weight: 600;
}
.hr-product-price-discount span {
  font-size: 24px;
  font-weight: 600;
  color: var(--th-secondary);
}
.hr-display-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.hr-product-info {
  width: 100%;
}
.hr-reviews-counter {
  font-size: 13px;
}
.hr-reviews-counter span {
  vertical-align: -2px;
}
.hr-rate {
  float: left;
  padding: 0 10px 0 0;
}
.hr-rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.hr-rate:not(:checked) > label {
  float: right;
  width: 20px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 21px;
  color: #ccc;
  margin-bottom: 0;
  line-height: 21px;
  font-size: 25px;
  margin-right: 10px;
}
.hr-rate:not(:checked) > label:before {
  content: "\2605";
}
.hr-rate > input:checked ~ label {
  color: #ffc700;
}
.hr-rate:not(:checked) > label:hover,
.hr-rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.hr-rate > input:checked + label:hover,
.hr-rate > input:checked + label:hover ~ label,
.hr-rate > input:checked ~ label:hover,
.hr-rate > input:checked ~ label:hover ~ label,
.hr-rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.reference-code {
	font-size: 18px;
	color: var(--black);
	margin: 0;
}
.reference-code span {
	font-weight: 600;
}
.hr-product-dtl .form-control {
  font-size: 15px;
}
.hr-product-dtl label {
  line-height: 16px;
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--th-secondary);
  font-weight: 600;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.hr-product-count {
  margin-top: 15px;
}
.hr-product-count .qtyminus,
.hr-product-count .qtyplus {
  width: 34px;
  height: 34px;
  background: var(--color-3);
  text-align: center;
  font-size: 19px;
  line-height: 34px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.hr-product-count .qtyminus {
  border-radius: 3px 0 0 3px;
}
.hr-product-count .qtyplus {
  border-radius: 0 3px 3px 0;
}
.hr-product-count .qty {
  width: 60px;
  text-align: center;
}
.product-info-tabs {
  margin-top: 25px;
}
.product-info-tabs .nav-tabs {
  border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid #fff0;
  color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
  border: none;
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link,
.product-info-tabs .nav-tabs .nav-link.active,
.product-info-tabs .nav-tabs .nav-link.active:hover {
  border: none;
  border-bottom: 2px solid #d8d8d8;
  font-weight: 700;
}
.tab-content {
  border-radius: 0;
  border: 2px solid var(--color-4);
  padding: 20px;
}
.product-info-tabs .tab-content .tab-pane {
  padding: 30px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #7a7a7a;
}
.review-form .form-group {
  clear: both;
}
.mb-20 {
  margin-bottom: 20px;
}
.review-form .hr-rate {
  float: none;
  display: inline-block;
}
.review-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #000;
}
.review-form .form-control {
  font-size: 14px;
}
.review-form input.form-control {
  height: 40px;
}
.review-form textarea.form-control {
  resize: none;
}
.review-form .round-black-btn {
  text-transform: uppercase;
  cursor: pointer;
}
.th-section-detail-tab .nav-tabs {
  padding-bottom: 0;
}
.th-section-detail-tab .nav-tabs .nav-item .nav-link {
  padding: 15px 15px;
  margin: 0 15px;
  position: relative;
  border: 3px solid var(--color-4);
}
.th-section-detail-tab .nav-tabs .nav-item .nav-link h4 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0;
  color: var(--color-3);
}
.th-section-detail-tab .nav-tabs .nav-item.show .nav-link h4 {
  color: #fff;
}
.th-section-detail-tab .nav-tabs .nav-link.active h4 {
  color: #fff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--color-3);
}
.th-section-detail-tab .nav-tabs .nav-item .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--color-4);
  opacity: 0;
}
.th-section-detail-tab .nav-tabs .nav-item .active::after {
  opacity: 1;
}
.th-section-detail-tab .tab-pane p {
  font-size: 16px;
  color: #000;
}
.product_ratting_review {
  margin-bottom: 20px;
}
.product_ratting_review ul li {
  display: inline-block;
}
.product_ratting_review li.star.selected a i {
  color: #f2c31f !important;
}
.product_ratting_review li.star.selected {
  color: red;
}
.hr-product-dtl {
  padding-top: 0;
}
.th-product-slider h2 {
  font-size: 28px;
}
.th-product-slider .card-slider {
  max-width: 100%;
  margin: 0 auto;
  height: -webkit-fill-available;
}
@media screen and (max-width: 1024px) {
  .th-product-slider .card-slider {
    width: 80%;
  }
}
.th-product-slider .card-slider .slick-prev-icon,
.th-product-slider .card-slider .slick-next-icon {
  color: #000;
}
.th-product-slider .card-slider .card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  height: 400px;
  border-radius: 3px;
  border: 1px solid rgb(0 0 0 / 0.2);
  background-color: #fff;
  text-decoration: none;
  color: rgb(0 0 0 / 0.9);
  transition: all 0.1s linear;
}
@media screen and (max-width: 600px) {
  .th-product-slider .card-slider .card {
    height: auto;
  }
}
.th-product-slider .card-slider .card .main-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.th-product-slider .card-slider .card .main-link:focus {
  outline: none;
}
.th-product-slider .card-slider .card .main-link:focus .title {
  outline: 3px dashed orange;
  outline-offset: -4px;
  color: royalblue;
  text-decoration: underline;
}
.th-product-slider .card-slider .card .title {
  color: #000;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.th-product-slider .card-slider .card .title:hover {
  text-decoration: underline;
  color: #644222;
}
.th-product-slider .card-slider .card .image {
  order: -1;
  position: relative;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.th-product-slider .card-slider .card .product-content {
  padding: 10px;
}
.th-product-slider .card-slider .card .product-price-detail {
  padding: 10px;
}
.th-product-slider .card-slider .card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(0.5);
  transition: all 0.3s ease-in-out;
}
.th-product-slider .card-slider .card .image:hover img {
  width: 110%;
  height: 110%;
}
.th-product-slider .card-slider .card .description {
  margin: 7px 10px 15px 10px;
  font-size: 14px;
  opacity: 0.8;
}
.th-product-slider.card-slider .card .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #c80000;
}
.th-product-slider .card-slider .card .price .new-price {
  font-weight: 700;
}
.th-product-slider .card-slider .card .price .original-price {
  margin-left: 5px;
  font-size: 14px;
  font-style: italic;
  opacity: 0.5;
  text-decoration: line-through;
}
.th-product-slider .card-slider .card .rating {
  color: #ffd600;
  font-size: 12px;
}
.th-product-slider .card-slider .card .rating .reviews-link {
  color: rgb(0 0 0 / 0.6);
  margin-left: 5px;
}
.th-product-slider .card-slider .card .rating .reviews-link:hover {
  color: #000;
}
.th-product-slider .card-slider .card .rating .reviews-link:focus {
  color: royalblue;
  outline: 3px dotted royalblue;
  outline-offset: 2px;
}
.th-product-slider .card-slider .card:hover {
  border-color: rgb(0 0 0 / 0.4);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.15);
}
.th-product-slider .card-slider .card:hover .image img,
.th-product-slider .card-slider .card:focus .image img {
  filter: grayscale(0);
}
.th-product-slider .card-slider .card a:focus {
  outline: none;
}
.hr-product-wish-group {
  margin-bottom: 15px;
}
.hr-product-wish-group .th-flex-nav .th-nav-item {
  margin-right: 20px;
}
.hr-product-wish-group .th-flex-nav .th-nav-item .th-nav-link {
  font-size: 16px;
  color: #000;
}
.hr-product-wish-group .th-flex-nav .th-nav-item .th-nav-link:hover {
  color: var(--color-4);
}
hr {
  height: 2px;
}
select {
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>")
    no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
  z-index: 99;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.product_rating .active .fas {
  color: orange;
}
.th-product-slider .badge {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #be9874;
  border-radius: 0;
}

@media (max-width: 767.98px) {
  .hr-product-dtl {
    padding-top: 20px;
  }
  .th-section-detail-tab .nav-tabs {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}
input[type="checkbox"].graphic {
  display: none;
}
input[type="checkbox"].graphic + label,
input[type="checkbox"].graphic + label:after {
  padding: 6px 9px;
  display: inline-block;
}
input[type="checkbox"].graphic + label {
  position: relative;
  padding: 15px 30px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #444;
  border: 1px solid var(--th-primary);
  border-radius: 4px;
  margin: 0px 0 15px 0;
  width: 100%;
  font-weight: normal;
  border: 1px solid grey;
}
input[type="checkbox"].graphic + label:after {
  position: absolute;
  top: 20%;
  left: -5px;
  font-size: 160%;
}
input[type="checkbox"].graphic + label:hover:after,
input[type="checkbox"].graphic:checked + label:after {
  content: "\2714";
}
input[type="checkbox"].graphic + label:hover:after {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.1);
  color: rgba(0, 0, 0, 0);
}
input[type="checkbox"].graphic:checked + label:hover:after {
  text-shadow: none;
  color: inherit;
}
input[type="checkbox"].graphic + label:hover,
input[type="checkbox"].graphic:checked + label:hover {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border: 1px solid var(--color-3);
  cursor: pointer;
}
input[type="checkbox"].graphic:checked + label {
  color: rgba(0, 0, 0, 0.9);
  border: 1px solid #888;
}

.hr-product-name {
  color: var(--black);
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
    margin-bottom: 10px;
}
.hr-product-price-discount {
  color: var(--black);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.981px;
  margin: 0;
}

.social-sharing {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding: 20px 0px;
}
.social-sharing li a {
  color: var(--color-1);
  font-size: 20px;
}
.social-sharing li a:hover {
  color: var(--color-2);
}

.product-detail {
  padding-top: 20px;
}
.product-detail h2 {
  color: var(--black);
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.product-detail-inner {
  display: flex;
  flex-direction: column;
}
.product-detail-inner li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #7b8893;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.product-detail-inner li span {
  font-weight: 500;
  color: #7b8893;
  font-size: 16px;
}




.product-bottom-customers {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.product-ratting-review {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
.product-ratting {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.product-ratting-head {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.product-ratting-head h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
}
.product-ratting-bottom h5 {
	font-size: 35px;
	font-weight: 700;
	color: var(--secondary);
}
.product-star-ratting {
	display: flex;
	align-items: center;
	column-gap: 5px;
}
.product-star-ratting .fa-solid {
	color: #e58517;
	font-size: 20px;
}
.product-review {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	align-items: start;
}
.product-ratting-head p {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #454444;
}
.product-review-bottom {
	display: flex;
	align-items: center;
	column-gap: 5px;
}
.product-review-bottom .fa-solid {
	color: #6C757D;
	font-size: 20px;
}
.write-btn {
	padding: 10px 20px;
	border-radius: 50px;
	border: 1px solid;
	color: var(--color-1);
	font-weight: 600;
	border-color: var(--color-1);
	background: transparent;
}
.customers-ratting {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
.customers-ratting-inner {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.customers-ratting-wapper {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.customers-ratting-left {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.customers-ratting-left h6 {
	color: #141414;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	display: flex;
	flex-direction: column;
}
.customers-ratting-left h6 span {
	color: rgba(0,0,0,.65);
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.customers-ratting-right {
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: space-between;
}
.review-detail {
	color: #b5b5b5;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.customers-ratting-right p {
	color: #b5b5b5;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	display: flex;
	align-items: center;
	column-gap: 5px;
	cursor: pointer;
}
.review-more {
	display: flex;
	align-items: center;
	column-gap: 30px;
	justify-content: flex-start;
}
.add-to-btn {
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	text-align: center;
	padding: 14px 15px;
	border: 1px solid var(--color-1);
	border-radius: 5px;
	color: var(--color-1);
}
.customers-ratting h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 22px;
	text-align: left;
	color: var(--secondary);
}
.add-to-btn:hover {
	border-color: var(--color-2);
	color: var(--color-2);
}