.custom-accordion {
  margin-top: 20px;
}

.accordion-toggle {
  background: #000000;
  padding: 18px 25px;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  /* border: solid 2px; */
  cursor: pointer;
  text-transform: uppercase;
}

.accordion-container1 {
  border: 2px dashed #dc2b6d;
}

.accordion-toggle:hover {
  background-color: #000;
  color: #fff;
  /* border: solid 2px; */
}

.offer {
  display: flex;
  align-items: center;
  border: 1px dashed #86c297;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #dc2b6d;
  text-align: left;
}
.offer-text {
  background-color: #dc2b6d;
  color: white;
  border-radius: 5px;
  padding: 10px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 18px;
  flex: 0 0 100px;
  text-align: center;
}

.offer p {
  margin: 0;
  flex: 1;
  color: white;
}

.offer-code {
  cursor: pointer;
  background-color: #e6f4ea;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  color: #357a38;
  flex: 0 0 100px;
  text-align: center;
}

.accordion-content {
  /* display: none; */
  padding: 15px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-top: none;
}

.accordion-container1 .accordion-content {
  background: #dc2b6d;
}

button.button.single_add_to_cart_button.button.alt {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: transparent !important;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #dc2b6d !important;
  text-transform: uppercase;
  overflow: hidden;
}

button.single_add_to_cart_button.button.alt:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 110%;
  background-image: none;
  background-color: #dc2b6d;
  backface-visibility: hidden;
  will-change: transform;
  transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  transform-origin: 0% 100%;
  transition: transform 0.5s ease;
}

button.single_add_to_cart_button.button.alt:hover {
  /* background: #dc2b6d !important; */
  color: #fff !important;
}

button.single_add_to_cart_button.button.alt:hover:after {
  animation: none;
  transform: rotate3d(0, 0, 1, 0) translateZ(0);
}
.yith-wcwl-add-to-wishlist,
a.ask-about-product-button,
a.compare.button {
  display: none !important;
}

.woocommerce div.product .summary a.button.ts-buy-now-button {
  color: #fff !important;
  background: rgba(0, 0, 0, 1) !important;
  border-color: rgba(0, 0, 0, 1);
}

.marquee-container-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #f3f3f3;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  padding: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.marquee-content {
  display: inline-block;
  animation: marquee-scroll 40s linear infinite;
}

.marquee-item {
  display: inline-block;
  padding: 0 30px;
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.flex-viewport {
  border: solid 2px #ccc;
}

.woocommerce-product-rating {
  display: none !important;
}

h1.product_title.entry-title {
  font-size: 30px !important;
}
span.woocommerce-Price-amount.amount {
  font-size: 22px;
}

.price del span.woocommerce-Price-amount.amount,
.product-price del span.woocommerce-Price-amount.amount {
  font-size: 17px;
  vertical-align: sub;
  text-decoration: none;
  position: relative;
  color: #dc2b6d;
}

.price del span.woocommerce-Price-amount.amount::before {
  top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
  background: #000; /*this is the color of the line*/
  /* opacity: 0.7; */
  content: "";
  width: 110%;
  position: absolute;
  height: 0.2em;
  border-radius: 0.1em;
  left: -5%;
  white-space: nowrap;
  display: block;
  transform: rotate(-15deg);
}
.price del span.woocommerce-Price-amount.amount::before,
.price del span.woocommerce-Price-amount.amount::before {
  transform: rotate(9deg);
  left: -1%;
  width: 102%;
}
p.price {
  padding-bottom: 5px !important;
  margin-bottom: 5px !important;
}

.meta-content {
  display: none;
}
