.wccom-product-box__main-links-section {
    display: flex;
    flex-wrap: wrap;
    gap: var(--wp--preset--spacing--12, 12px) var(--wp--preset--spacing--16, 16px);
    padding-top: 10px;
}
.woocommerce-form-coupon-toggle:before {
    left: 25px;
    top: 10%;
}
.woocommerce-form-coupon-toggle {
    padding: inherit;
    background-color: #ffffff;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
    padding: 20px;
    border: 1px solid #dcdcde;
    flex: 0 0 auto;
    width: 100%;
    border-radius: 6px;
}
.wccom-product-box {
    color: #50575e;
    display: flex;
    flex-direction: column;
    font-size: var(--wp--preset--font-size--small);
    gap: 24px;
}
.woocommerce-tabs {
  margin-top: 1.5rem;
}
@media screen and (min-width: 576px) {
  .woocommerce-tabs {
    margin-top: 1rem;
  }
}
.wccom-product-box__main-links-section-item-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--4, 4px);
}
.wccom-product-box__main-links-section-item-title {
    color: #646970;
    font-size: var(--wp--preset--font-size--x-small, 16px);
    font-weight: 400;
    letter-spacing: -.011em;
    line-height: var(--wccom-default-line-height);
    margin-bottom: 0;
	padding-bottom: 5px;
    text-align: center;
}
.wccom-product-box__main-links-section-item-value {
    color: #50575e;
    margin-bottom: 0;
    text-align: center;
}
.wccom-product-box__main-links-section-item {
    background-color: #fff;
    border: 1px solid #dcdcde;
    border-radius: var(--wp--preset--spacing--8, 8px);
    cursor: auto;
    flex: 1;
    margin: 0;
    min-width: 120px;
    padding: 10px;
    position: relative;
    text-transform: none;
    transition: all .3s ease-in-out;
}
.wccom-product-box__main-links-section-item-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--wp--preset--spacing--4, 4px);
}
