/* alinhamento do preço mo mobile */
@media (max-width: 480px) {
    div.grid_item div.details_product_item .price {
        text-align: left;
    }
}

/* /alinhamento do preço mo mobile */

/* resolver espaçamento entre preço do produto e preço no pix no grid da home */
.elementor-element p.price {
    margin-bottom: 0;
}

/* /resolver espaçamento entre preço do produto e preço no pix no grid da home */


.woocommerce .products .grid_item.product_item .pewc-minimum-price {
    display: none;
}

.woocommerce-checkout-review-order-table tbody .cart_item td .product-name {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.woocommerce-checkout-review-order-table tbody .cart_item td .product-name .attachment-woocommerce_thumbnail {
    display: none;
}

.woocommerce-checkout-review-order-table tbody .cart_item td .product-name .product-details {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-checkout-review-order-table tbody .cart_item td .product-name .product-details .cart-item__element:has(.variation) {
    clear: both;
    float: none;
}

.woocommerce-checkout-review-order-table tbody .cart_item td .product-name .product-details .cart-item__element .woocommerce-Price-amount {
    display: none;
}

div.woocommerce form.checkout div#fc-wrapper div.fc-sidebar div.fc-sidebar__inner div#fc-checkout-order-review div.fc-checkout-order-review__inner div#order_review table.shop_table tbody tr.cart_item td div.product-name div.product-details div.cart-item__element dl.variation {
    display: grid !important;
    grid-template-columns: repeat(2, auto);
    color: black;
    background: #f0f0f0;
    padding: 10px !important;
    border-radius: 10px;
}

html body.wp-singular main#main div.fc-content div.woocommerce div.kt-woo-cart-form-wrap div#fc-wrapper div.fc-inside div.fc-cart-sections div.fc-cart-section form.woocommerce-cart-form {
    padding: 10px 0 !important;
}

html body.wp-singular main#main div.fc-content div.woocommerce div.kt-woo-cart-form-wrap div#fc-wrapper div.fc-inside div.fc-cart-sections div.fc-cart-section form.woocommerce-cart-form div.cart-summary {
    display: none;
}

html body.wp-singular main#main div.fc-content div.woocommerce div.kt-woo-cart-form-wrap div#fc-wrapper div.fc-inside div.fc-cart-sections div.fc-cart-section form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item td div.product-name div.product-details div.cart-item__element dl.variation {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 10px !important;
    color: black;
    display: grid !important;
    grid-template-columns: repeat(2, auto);
    justify-items: start;
    justify-content: start;
    grid-gap: 3px 10px;
}

html body.wp-singular main#main div.fc-content div.woocommerce div.kt-woo-cart-form-wrap div#fc-wrapper div.fc-inside div.fc-cart-sections div.fc-cart-section form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item td div.product-name div.product-details div.cart-item__element dl.variation dt {
    font-weight: normal;
}

.single-product-row .summary.entry-summary .pewc-minimum-price {
    display: none;
}

.sf-dropdown-menu.kad-head-cart-popup {
    display: none !important;
}

.popup-deslizante {
    position: fixed;
    top: 4vw;
    left: 0;
    z-index: 999999;
    width: 96vw;
    padding: 2vw;
    background-color: white;
    border-radius: 1vw;
    border: 1px solid #ddd;
    box-shadow: 0;
    transform: translateX(-105vw);
    transition: all 0.3s ease 0s;
}

.popup-deslizante.active {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    transform: none;
}

.popup-deslizante img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.popup-deslizante button {
    position: absolute;
    right: 0;
    top: 0;
    width: 10vw;
    height: 10vw;
}

.woocommerce-account .product-details ul {
    list-style: none;
    padding: 0;
    background-color: #f1f1f1;
    border-radius: 10px;
    display: table;
    font-size: 14px;
    margin: 5px 0 5px;
}

.woocommerce-account .product-details ul li {
    float: none;
    width: 100%;
    border: 0;
    margin: 0;
    text-align: left;
    display: table-row;
}

.woocommerce-account .product-details ul li span {
    display: table-cell;
    padding: 4px 10px;
}

.woocommerce-account .product-details ul li .pewc-order-item-price {
    /* display: none; */
}

/* final */
@media (max-width: 991px) {
    .woocommerce-account .product-details ul {
        width: 65vw;
        font-size: 3vw;
    }

    .woocommerce-account .product-details ul li span {
        padding: 5px 5px;
    }

    /* final */
}

@media (min-width: 992px) {
    .popup-deslizante {
        display: none !important;
    }

    /* final */
}