#ays-poll-container-1 .apm-choosing img {
    height: auto !important;
}

#blog-content p a,
#blog-content li a {
    text-decoration: underline;
}

#my-account-menu {
    width: 20% !important;
}

#my-account-menu > ul > li:nth-child(8) {
    display: none;
}

#my-account-menu ~ .woocommerce-MyAccount-content {
    width: 77% !important;
}

.active .yith-edit-my-list,
.active .yith-view-a-list {
    display: flex;
}

.cart_table_item .product-name .variation li,
.cart_table_item .product-name .variation dt,
.cart_table_item .product-name .variation dd,
.wc-item-meta li,
.wc-item-meta dt,
.wc-item-meta dd {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0.15rem;
}

.cart_table_item .product-name .variation li > *,
.cart_table_item .product-name .variation dt > *,
.cart_table_item .product-name .variation dd > *,
.wc-item-meta li > *,
.wc-item-meta dt > *,
.wc-item-meta dd > * {
    margin: 0;
    padding: 0 0.15rem;
}

.cart_table_item .product-name .variation,
.wc-item-meta {
    font-size: 0.9rem;
    line-height: 1;
}

.csv div:not(:last-child) span:after {
    content: ", ";
}

/* fabric separator class styles */
.fabric-separator {
    position: relative;
}

.fabric-separator:after,
.fabric-separator:before {
    background-image: url(/wp-content/uploads/fabric-cut.png);
    background-repeat: repeat-x;
    background-size: 1000px 30px;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
}

.fabric-separator:before {
    top: 0;
    transform: rotate(180deg);
}

.fabric-separator-bottom:before {
    height: 0;
}

.fabric-separator-top:after {
    height: 0;
}

.fabric-separator:after {
    bottom: 0;
}

.gift-cards-list .ywgc-amount-buttons {
    max-width: none !important;
    width: auto !important;
}

.overflow-y-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
}

.overflow-y-scroll::-webkit-scrollbar {
    width: 0.5rem;
}

.overflow-y-scroll::-webkit-scrollbar-thumb {
    background-color: var(--cc-color-3);
    border-radius: 8px;
}

.overflow-y-scroll::-webkit-scrollbar-track {
    background-color: white;
    border: none;
    border-radius: 8px;
}


/* Unprinted Fabric Order Form (hide variations selector) */
.unprinted-fabric > form.variations_form > table.variations,
.unprinted-fabric > form.variations_form .woocommerce-variation-price {
  display: none;
}

/* WooCommerce Blocks Styling */
.wc-block-components-checkbox .wc-block-components-checkbox__input {
    display: block !important;
    height: 1.5rem !important;
    padding: 0.6rem;
    width: 1.5rem !important;
}

.wc-block-components-notice-banner {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1224px;
}

.wc-block-components-notice-banner.is-success {
    background-color: var(--cc-color-13);
    border-color: var(--cc-color-2);
}

.wc-block-components-notice-banner.is-success > svg {
    background-color: var(--cc-color-2);
}

.wc-block-components-quantity-selector__input {
  height: 100% !important;
}

.wl-table .cart_table_item .check-column,
.wl-table .cart_table_item .product-remove,
.wl-table .cart_table_item .product-thumbnail {
    padding: 0;
}

.woocommerce-table__product-name {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: auto 1fr 3rem;
}

.woocommerce-table__product-name img {
    align-self: center;
    grid-column: 1;
    grid-row: 1/3;
}

.woocommerce-table__product-name ul {
    grid-column: 2;
    grid-row: 2;
}

.yith-edit-my-list,
.yith-view-a-list {
    display: none !important;
}

a.wc-block-components-totals-coupon-link::after {
    content: " or gift card";
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

script + .wc-block-components-notice-banner,
.wc-block-components-notice-banner + .wc-block-components-notice-banner {
    display: none !important;
}

/* Mini Cart Icon Size */
svg.wc-block-mini-cart__icon {
  width: 2rem !important;
  height: 2rem !important;
}

td.direct_link {
    display: none;
}

@media only screen and (max-width: 992px) {
    .gift-cards-list .ywgc-amount-buttons {
        max-width: none !important;
        width: auto !important;
    }
}
