.brand_info .box td,
.brand_info .box th {
  padding: 20px 30px;
  border: 1px solid #d3d3d3;
}
.brand_info .box td {
  text-align: center;
}
.brand_info .box td.price {
  font-size: 32px;
}
.brand_desc,
.brand_square h1 {
  text-align: center;
}

#main {
  border-bottom: 1px solid #ddd;
  margin-bottom: 80px;
}

.brand_header {
  height: 250px;
  position: relative;
  width: 100%;
  margin: auto;
}

.brand_header h1 {
	position: relative;
	bottom: 50%;
	left: 5%;
	color: #ffffff;
	z-index: 1000;
}

.brand_header img {
  width: 100%;
  height: 100%;
  background-position: top;
  object-fit: cover;
}

.brand_header .overlay {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0 53 68 / 70%);
}

.brand_square {
  z-index: 1000;
  width: 250px;
  height: 200px;
  color: #fff;
  position: relative;
  margin: 0 auto;
  top: -120px;
  background: #ffffff;
  border: 1px solid #a9a9a9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand_square img {
  width: 250px;
  height: 250px;
}
.brand_desc {
  line-height: 1.4;
  width: 90%;
  margin: -50px auto 50px;
}

table {
  width: 90%;
  margin: auto;
  border-collapse: collapse;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.brand_info {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}

.brand_info .box th {
  text-align: left;
  width: 55%;
  background: #f6f6f6;
}

.brand_info .box .contact {
  padding: 15px 25px;
}
.brand_info .box .table-title {
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}
.brand_info .box .table-title h2,
.product-wrapper .product-title h2 {
  font-size: 32px;
}
.brand_info .box .table-title .bubble {
  width: 400px;
  margin: auto;
  color: #fff;
  background: #46aa32;
  height: 60px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-bottom: 50px;
  position: relative;
}
.brand_info .box .table-title .bubble:before {
  width: 0;
  height: 0;
  left: 50%;
  content: "";
  position: absolute;
  color: #4aaa41;
  border-left: 25px solid;
  border-top: 15px solid #e7000000 !important;
  border-bottom: 15px solid #00000000 !important;
  transform: rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  bottom: -41px;
}
.brand_info .box .tr-title > * {
  background-color: #46aa32;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.brand_info .box .product-name h4 {
  font-size: 22px;
}
.brand_info .box .product-name p {
  line-height: 24px;
  font-weight: 400;
}
.brand_info .box .contact_btn {
  background: #ffd200;
  width: 100%;
  height: 70px;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}

.brand_info .box .contact_btn:hover {
  background: #333;
  color: #fff;
}

.desc_content {
  line-height: 1.5;
}
.product-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0 40px 0;
  background-color: #f6f6f6;
}
.product-wrapper .product-title {
  margin-bottom: 24px;
}
.product-wrapper .product-title .dot {
  font-size: 35px;
  height: fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  margin-top: -10px;
}
.product-wrapper .row {
  width: 90%;
  gap: 42px 24px;
}
.product-wrapper .row .product {
  width: calc(100% / 3 - 16px);
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-wrapper .row .product .other {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffc429;
  color: #fff;
  padding: 10px 20px;
}
.product-wrapper .row .product .image-wrapper {
  width: 100%;
  height: 100%; /* 270px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-wrapper .row .product .info {
  padding: 16px 0;
}
.product-wrapper .row .product .info p {
  margin: 0;
  margin-bottom: 4px;
  text-align: center;
}
.product-wrapper .row .product .info p.description {
  color: #7c7c7c;
}
.product-wrapper .row .product .info p.description span {
  color: #000;
}
.product-wrapper .row .product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-wrapper .row .product .footer {
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: 24px;
}
.product-wrapper .row .product .footer p {
  margin: 0;
}
.product-wrapper .row .product .footer .condition {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px 8px;
  font-size: 15px;
}
.product-wrapper .row .product .footer .price {
  font-size: 28px;
  color: #46aa32;
}
@media screen and (max-width: 1201px) {
  .brand {
    width: 100%;
  }
  .brand_header {
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  .brand_info .box .table-title h2,
  .product-wrapper .product-title h2,
  .brand_info .box td.price {
    font-size: 28px;
  }
  .brand_info .box .table-title .bubble {
    font-size: 22px;
    width: 360px;
    height: 50px;
  }
  .brand_info .box .tr-title > * {
    padding: 20px 0;
  }
  .brand_info .box .product-name h4 {
    font-size: 20px;
  }
  .product-wrapper .row .product .image-wrapper {
    height: 220px;
  }
  .product-wrapper .row .product .footer .price {
    font-size: 24px;
  }
  .product-wrapper .row .product .other {
    padding: 8px 12px;
  }
  .brand_header {
    height: 400px;
  }
  .brand_square {
    height: 200px;
    width: 200px;
  }
  .brand_square img {
    width: 200px;
    height: 200px;
    top: -80px;
  }
}

/**
	Purchased Item Results
*/

.container {
	display: flex;
	flex-wrap: wrap; /* Allows columns to wrap on smaller screens */
	max-width: 90%;
	margin: 0 auto;
}

.column {
  	flex: 1; /* Equal width columns */
  	padding: 10px;
}

.column img {
  	max-width: 100%;
  	height: auto;
  	display: block; /* Removes extra space below image */
}

.product-info {
  /* Add your styling for product name and details */
}

/* Responsive adjustments */
@media (max-width: 600px) {
	.container {
		flex-direction: column; /* Stack columns vertically on smaller screens */
	}
}


/**
	CTA buttons
	"various action button"
*/
#various-action-button .content p {
  font-size: 20px;
  color: #717171;
}
#various-action-button ul {
  display: grid;
  grid-column: span 2;
  grid-template-columns: repeat(2, 1fr);
  height: 80px;
  gap: 40px;
}
#various-action-button ul li.left,
#various-action-button ul li.right {
  display: flex;
  align-items: center;
  width: 300px;
}
#various-action-button ul li.right {
  background: #ffd200;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 40px;
  border: 1px solid #d5b20d;
}
#various-action-button ul li.right img {
  width: 40px;
  height: 40px;
  transition: 0.2s all ease-in-out;
}
#various-action-button ul li.right img:hover {
  scale: 1.1;
}
#various-action-button ul li.left img {
  width: 32px;
  height: 32px;
}
#various-action-button ul li.left .address {
  width: 100%;
  height: 100%;
  border: 1px solid #46aa32;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 0px 0px #616161;
}
#various-action-button ul li.left .address:hover .phone-number {
  scale: 1.1;
}
#various-action-button ul li.left .address .phone-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 4px;
  transition: 0.2s all ease-in-out;
}
#various-action-button ul li.left .address .mobile {
  color: #000;
  text-align: center;
  display: block;
  font-size: 24px;
}
#various-action-button ul li.left .address .store-open {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #3c3c3c;
  text-align: center;
}
