/*
Theme Name: px
Adding support for languages written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
https://codex.wordpress.org/Right-to-Left_Language_Support
*/
h1,
h2,
h3 {
    font-weight: 700;
}

.primary-menu > li .menu-item-arrow {
    margin-left: 0;
    margin-right: 3px;
}

.primary-menu > li > a {
    font-weight: 700;
}

.contact-icon-margin {
    margin-right: 0;
    margin-left: 30px;
}

.rtl-dir-ltr {
    direction: ltr;
}

.rtl-dir-ltr .uk-margin-small-right {
    margin-right: 10px !important;
    margin-left: 0 !important;
}

.rtl-dir-ltr .social-icons > div:last-child .uk-margin-small-right {
    margin: 0 !important;
}

.px-footer-navbar a {
    border-right: 0;
    border-left: 1px solid #eee;
}

.uk-cover,
[uk-cover] {
    max-width: none;
    position: absolute;
    right: inherit;
    left: 0;
    top: 50%;
    --uk-position-translate-x: 0%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}

.uk-position-center {
    top: calc(50% - var(--uk-position-margin-offset));
    right: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: 50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
    width: max-content;
}

.uk-slidenav-previous {
    left: auto;
    right: 0;
}

.uk-slidenav-next {
    left: 0;
    right: auto;
}

.px-newsletter .tnp-subscription .tnp-submit {
    right: inherit;
    left: 10px;
}

.uk-position-top-right {
    right: inherit;
    left: 0;
}

.wpcf7-form {
    direction: rtl;
}

.wpcf7 .wpcf7-list-item-label {
    margin: 0 15px 0 30px;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
    left: inherit;
    right: 6px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    left: inherit;
    right: 1px;
}

.uk-input,
.uk-select:not([multiple]):not([size]) {
    text-align: right;
}

.uk-position-bottom-center,
.uk-position-top-center {
    left: calc(50% - var(--uk-position-margin-offset));
}

.px-newsletter .tnp-subscription .tnp-email {
    padding: 15px 20px 15px 61px;
}

.px-pagination li.px-pagination-next {
    text-align: left;
}

.uk-float-right {
    float: left;
}

.uk-float-left {
    float: right;
}

.uk-text-right {
    text-align: left !important;
}

.uk-text-left {
    text-align: right !important;
}

@media (min-width: 960px) {
    .uk-text-left\@m {
        text-align: right !important;
    }
}

@media (min-width: 640px) {
    .uk-text-right\@s {
        text-align: left !important;
    }
}

.uk-navbar-left {
    margin-right: 0;
    margin-left: auto !important;
}

.uk-margin-small-right {
    margin-right: 0 !important;
    margin-left: 10px !important;
}

.uk-margin-small-left {
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.uk-margin-small2-right {
    margin-right: 0 !important;
    margin-left: 15px !important;
}

.uk-margin-small2-left {
    margin-left: 0 !important;
    margin-right: 15px !important;
}

.uk-margin-small3-right {
    margin-right: 0 !important;
    margin-left: 20px !important;
}

.uk-margin-small3-left {
    margin-left: 0 !important;
    margin-right: 20px !important;
}


.uk-margin-medium-right {
    margin-right: 0 !important;
    margin-left: 40px !important;
}

.uk-margin-large-right {
    margin-right: 0 !important;
    margin-left: 70px !important;
}

.uk-margin-medium-left {
    margin-left: 0 !important;
    margin-right: 40px !important;
}

.uk-margin-large-left {
    margin-left: 0 !important;
    margin-right: 70px !important;
}

.uk-margin-xsmall-right {
    margin-left: 5px !important;
    margin-right: 0 !important;
}

.uk-margin-xsmall-left {
    margin-left: 0 !important;
    margin-right: 5px !important;
}

.uk-navbar-right .uk-navbar-item {
    padding-right: 0;
    padding-left: 15px;
}

.uk-navbar-left .uk-navbar-item {
    padding-right: 15px;
    padding-left: 0;
}

.header-border-left {
    border-left: none;
    padding-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding-right: 15px;
}

.px-cart-icon .cart-icon-right {
    margin-left: 0;
    margin-right: 10px;
}



.wc-categories-warp .wc-categories-btn i {
    margin-right: 0;
    margin-left: 5px;
}

.woocommerce ul.products li.product .add_to_cart_button:before {
    margin-right: 0;
    margin-left: 5px;
}

.cart_totals tr td {
    text-align: left;
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
    float: right;
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
    float: left;
}

.px-wc-myacc .wc-submenu {
    right: inherit;
    left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    margin-left: 0;
    margin-right: .53em;
    text-align: left;
    float: left;
}

.qty-title {
    font-weight: bold;
}

.theme-rounded .uk-form-icon-flip {
    right: inherit;
    left: 5px;
}

.theme-rounded .px-product-search .uk-input {
    border-radius: 0 50px 50px 0 !important;
}

.theme-rounded .px-product-search .uk-select {
    border-radius: 50px 0 0 50px !important;
}

.px-product-search .uk-input {
    border-right: 1px solid #e5e5e5;
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.px-product-search .uk-select {
    border-radius: 4px 0 0 4px;
}

.woocommerce .woocommerce-ordering select {
    text-align: left;
}

.theme-rounded .px-product-search #search-output .uk-alert-primary {
    padding: 15px 20px 15px 29px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 0 0 10px;
}

.btn-6 .button-wrapper .align-icon-right {
    margin-left: 0;
    margin-right: 10px;
}

.btn-6 .button-wrapper:hover i:before {
    -webkit-animation: toRightFromRight .3s forwards;
    animation: toRightFromRight .3s forwards;
}

.woocommerce ul.products li.product .price ins,
p.price ins {
    margin-right: 0;
    margin-left: 10px;
}

.pc-child-wrap .pc-child > *:not(:last-child),
.woocommerce ul.products li.product .px-product-category > *:not(:last-child),
.pc-child > *:not(:last-child),
.product_meta > *:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    margin-left: 10px;
    padding-left: 10px;
}

.pc-child-wrap .pc-child > *:not(:last-child):after,
.woocommerce ul.products li.product .px-product-category > *:not(:last-child):after,
.pc-child > *:not(:last-child):after,
.product_meta > *:not(:last-child):after {
    right: inherit;
    left: 0;
}

.woo-sidebar-button {
    right: 0;
    left: inherit;
}

.btn-6 .button-wrapper i {
    transform: rotate(180deg);
}

.btn-6 .button-wrapper:hover i:before {
    animation: toRightFromLeft .3s forwards;
}

.primary-menu > .nomega-menu-item .sub-menu {
    left: inherit;
    right: 0;
}

.px-footer .px-newsletter-wrap .tnp-subscription .tnp-submit,
.px-newsletter .tnp-subscription .tnp-submit {
    transform: rotate(180deg);
}

.px-footer .px-newsletter-wrap .tnp-subscription .tnp-submit {
    left: 0;
    right: inherit;
}

.px-newsletter-inner .tnp-subscription .tnp-submit {
    right: inherit;
    left: 5px;
}

.px-newsletter-inner {
    padding: 20px 20px 20px 50px;
}

.woocommerce #review_form #respond .form-submit input {
    font-family: inherit;
}

.woocommerce-cart-form {
    float: right;
}

.cart-collaterals {
    float: left;
}

.px-tabs-widget .uk-tab > * {
    padding-right: 0;
}

.px-tabs-widget .uk-tab::before {
    right: 0;
}

.px-tabs-widget .uk-position-top-left {
    right: 0;
    left: inherit;
}

.px-footer-menu .menu-item-has-children .menu-item-arrow {
    left: 0;
    right: inherit;
}

.px-footer-contact {
    text-align: right;
}

.theme-rounded .woo-sidebar-button {
    border-radius: 10px 0 0 0 !important;
}

.categories-list > *:not(:last-child) {
    margin-right: 0;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 10px;
}

.categories-list > *:not(:last-child):after {
    right: inherit;
    left: 0;
}

.woocommerce span.onsale {
    left: 20px;
    right: inherit;
}

.nice-select:after {
    left: 12px;
    right: inherit;
}

.nice-select {
    float: right;
    padding-left: 30px;
    padding-right: 18px;
}

.nice-select .option {
    padding-left: 29px;
    padding-right: 18px;
}

.nice-select .list {
    left: inherit;
    right: 0;
}

.orderby .list {
    left: 0 !important;
    right: auto !important;
}


.woocommerce ul.products li.product .px-product-body .variations_form .variable-items-wrapper li {
    margin: 0 0 0 7px;
}

.primary-menu > .nomega-menu-item .sub-menu .menu-item .sub-menu {
    left: auto;
    right: calc(100% + 20px);
}

.bx-left-arrow-alt:before {
    content: "\ebe6";
}

.bx-right-arrow-alt:before {
    content: "\eb33";
}

.bx-chevron-left:before {
    content: "\ea50";
}

.bx-chevron-right:before {
    content: "\ea4d";
}

.bx-chevrons-left:before {
    content: "\ea55";
}

.bx-chevrons-right:before {
    content: "\ea54";
}

.px-categories-widget ul .uk-parent:after {
    right: inherit;
    left: 0;
}

.primary-menu > .nomega-menu-item .sub-menu .menu-item-has-children .menu-item-arrow:before {
    content: "\ea4d";
}

.px-contact-widget a {
    direction: ltr;
}

.variations th,
.variations td {
    text-align: right;
}

.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item {
    margin: 0 0 0 2px;
}

.primary-menu > .nomega-menu-item .sub-menu .menu-item a:before {
    margin-right: 0;
    margin-left: 5px;
}

.entry-content ul li {
    padding-left: 0;
    padding-right: 25px;
}

.entry-content ul li:before {
    margin-right: 0;
    margin-left: 20px;
    left: inherit;
    right: 0;
}

.notification-wrap .notification-button span {
    top: 18px;
}

.primary-menu > .nomega-menu-item .sub-menu .menu-item a:before {
    content: "\eb33";
}

@media (min-width: 640px) {

    .uk-margin-remove-left\@s {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    .uk-text-left\@s {
        text-align: right !important;
    }
}

@media (max-width: 960px) {

    .header-search-btn {
        margin-right: 0;
        margin-left: 15px;
    }

    .woocommerce span.onsale {
        left: inherit;
        right: 30px;
    }
}
