/*.wpml-ls-sidebars-top-bar.wpml-ls.wpml-ls-legacy-list-horizontal ul li:after {
    content: "|";
    position: absolute;
    top: 3px;
    right: -2px;
    left: auto;
}

.wpml-ls-legacy-list-vertical>ul{
	text-align: left;
}*/

.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-8690 a {
    color: red !important;
}

.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-8690:hover a.elementor-item:after {
    background-color: red !important;
}

.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-8690 a.elementor-item.elementor-item-active:after {
    background-color: red !important;
}

.elementor-widget-container p.price{
    direction: ltr !important;
}

.mobile-lang-nav .wpml-ls-legacy-list-vertical {
    direction: rtl !important;
}

.wpml-ls-legacy-list-vertical {
    direction: ltr;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child th{
    border-bottom-right-radius: 15px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child td{
    border-bottom-left-radius: 15px;
}

th.woocommerce-table__product-name.product-name{
    border-top-right-radius: 15px;
}

th.woocommerce-table__product-table.product-total{
    border-top-left-radius: 15px;
}

/****/

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child th{
    border-bottom-left-radius: 0;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child td{
    border-bottom-right-radius: 0;
}

th.woocommerce-table__product-name.product-name{
    border-top-left-radius: 0;
}

th.woocommerce-table__product-table.product-total{
    border-top-right-radius: 0;
}

/** xoo add-to-cart popup **/
.woocommerce a.added_to_cart {
    padding-left: 0;
    padding-right: 5px;
}
.xoo-cp-success {
    text-align: right !important;
}
.xoo-cp-pdetails td.xoo-cp-ptitle {
    text-align: right !important;
}