<style>

.walkthrough .walkthrough-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: -15px;
  margin-left: 400px;
}

.pos {
	position: absolute;
	top: 280px;
}

.walkthrough .walkthrough-pagination .dot {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  height: 16px;
  margin: 0 4px;
  transform: scale(0.75);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 16px;
}


.walkthrough .walkthrough-pagination .dot .active {
  background: white;
  transform: scale(1);
  transition-delay: 0.4s;
}

.arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 3px solid yellow;
  border-right: 3px solid yellow;
  margin-bottom: 80px;
}

.arrow-top {  
  transform: rotate(-45deg);
}
.arrow-right {
  margin-left: -50px;
  transform: rotate(45deg);
}
.arrow-bottom {
  transform: rotate(135deg);
}
.arrow-left {
  margin-right: -50px;
  transform: rotate(-135deg);
}
.arrow-top-narrow {
  transform: rotate(-45deg) skew(-15deg, -15deg);
}
.arrow-top-wide {
  transform: rotate(-45deg) skew(7deg, 7deg);
}
.arrow-top-left {
  transform: rotate(-90deg) skew(-10deg, -10deg);
}
.arrow-top-right {
  transform: rotate(0) skew(-10deg, -10deg);
}
.arrow-bottom-left {
  transform: rotate(180deg) skew(-10deg, -10deg);
}
.arrow-bottom-right {
  transform: rotate(90deg) skew(-10deg, -10deg);
}

.pointer {cursor: pointer;}

.itemdesc {
		max-width: 100%;
		text-align: center;
}

/* Base Styles */
.itemdesc body {
  font-family: Arial, sans-serif;
}

.itemdesc a {
  color: #000;
  text-decoration: none;
}

.itemdesc a.orange11 {
  color: #FFA500; /* This is the color orange in hexadecimal */
}

/* Table Styles */
.itemdesc table {
  width: 100%;
  border-collapse: collapse;
}

.itemdesc td {
  padding: 0px;
}

.itemdesc td[topselling] {
  background-color: #000; /* Change this to the color you want */
}

/* Image Styles */
.itemdesc td img {

}

/* Form Styles */
.itemdesc form input[type=text] {
  border: 1px solid #ccc;
  padding: 5px;
}

.itemdesc form input[type=image] {
  border: 0;
}

.producttext {
  font-size: 14px;
}

/*
.itemdesc img {
	width: 100%;
	height: auto;
}*/

</style>
