/*
Theme Name: Uku child theme
Description: Adds support for languages written in a Right To Left (RTL) direction.

See: https://codex.wordpress.org/Right_to_Left_Language_Support
*/



.screen-reader-text {
    position: absolute;
    left: 1000em;
}
#overlay-open, #overlay-close {
   
    left: 0px;
    right: auto;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
.widget_shopping_cart_content p.buttons a.wc-forward, .widget_shopping_cart_content p.buttons a.checkout {
    float: right;
    margin:5px;
}

.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering {
    float: left;
}

.page-template-shop-front.header-fullscreen #desktop-navigation ul {
    text-align: right;
    float: right;
}

.quantity .qty {
     float: right;
    margin-left: 10px;
    margin-right: 0px;
   
}

/* cart*/
.uku-serif.woocommerce-cart table.cart td {
    text-align: right;
}
.widget_shopping_cart_content p.total{
    text-align: right;
}
.widget_shopping_cart_content p.total span.amount {
   right:auto;
    left: 0;
}
.widget_shopping_cart_content a.remove{
    right: 0;
    left:auto;
}

ul.product_list_widget li img {
    float: right;
    margin: 0 0 0 20px;
    
}
.widget_shopping_cart_content ul.product_list_widget li {
   padding: 0 30px 40px 0;
   float: right;
   text-align: right;
}
.product_list_widget span.amount {
    display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price {
    padding-right: 0px;
    padding-left: 0px;
}
.uku-serif .widget_mc4wp_form_widget input[type="email"] {
    text-align: center;

}
table th, table td  {
    text-align: right;
}

#shop-content > div.woocommerce-notices-wrapper > div > a{
    padding: 4px 10px;
    float: left;
}
.woocommerce-cart .cart_totals table th {
    text-align: right;
}
.entry-content ul li, .comment-text ol ul li {
    padding: 0 0 24px;
}
.entry-content ul li:before, .comment-text ul li:before {
    right: 0;
    left:auto;
    display: none ;
}

.section-about-text a.about-link {
    float: left;
}

.woocommerce ul.products li.product .added_to_cart.wc-forward {
    left: 0;
    right:auto;
}

#payment .payment_methods li img {
    float: left;
}

/* blog page */

/* prev post */

.single-post .post-navigation .nav-previous, .pagination .prev, .single-attachment .nav-previous {
    float: right;
}

.single-post .post-navigation .nav-previous a {
    text-align: right;
}
.single-post .post-navigation .nav-previous a:before {
    content: '\2192';
    right: 0;
    left: auto;
}
.single-post .post-navigation .nav-previous a span {
    padding-right: 24px;
    padding-left: auto;
}


/* next post */

.single-post .post-navigation .nav-next, .pagination .next, .single-attachment .nav-next {
    float: left !important;
}

.single-post .post-navigation .nav-next a {
    text-align: left;
}
.single-post .post-navigation .nav-next a:before {
    content: '\2190';
    top: 2px;
    left: 0;
    right: auto;
}

.single-post .post-navigation .nav-next a span {
    padding-left: 24px;
    padding-right: auto;
}



@media screen and (min-width: 48em)
{
#overlay-nav ul.sub-menu li a:before {
    padding-left: 10px;
}
.big-newsletter-wrap .widget_mc4wp_form_widget input[type="email"] {
    float: right;
    border-right: 1px solid #1a1a1a;
    border-left: none;
}
table.cart .actions .button {
    float: left;
}
input#coupon_code {
    float: right;
    border-left: none;
    border-right: 1px solid #1a1a1a;
}
table.cart .coupon .button:last-of-type {
    float: right !important;
}
}

@media screen and (min-width: 66.25em){
    .uku-serif .close-btn-wrap {
       left: 40px;
        right: auto;
    }
    #overlay-open-sticky {
        right: auto;
        left: 40px;
    }
    
    #search-open-sticky {
        right: auto;
        left: 110px;
    }
    .sticky-header .custom-logo-wrap {
        text-align: right;
        margin-right: 40px;
        margin-left: auto;
    }
    .footer-menu {
        float: right;
        text-align: center;

    }
.shop-menu {
    left: 180px;
    right: auto;
}
.search-open {
    left: 110px;
   right: auto;
}
#overlay-open,
.search-close{
    left: 40px;
    right: auto;
}
.header-social {
    right: auto;
    left: 15px;
}
#desktop-navigation ul ul.sub-menu, 
#desktop-navigation ul ul.children {
    right: 0;
    left: auto;
    text-align: right;
}

/* product page*/
.single-product .images {
    float: right;
}
.single-product .entry-summary {
    float: left;
}
/* cart */
.uku-serif.woocommerce-cart table.cart td {
    text-align: right;
}
.quantity .qty{
    float:right;
}
/* blog post homepage*/
.section-three-column-one {
    clear: right;
    float: right;
}
#front-section-three .section-three-column-two {
    clear: left;
    float: left;
}
#front-section-three .section-three-column-two .entry-thumbnail {
    margin-left: 20px;
    margin-right: auto;
    float: right;
}

}
@media screen and (min-width: 64em){
.woocommerce-page ul.products li {
    margin-left: 4.132231404958678%;
    margin-right: auto;
    float: right;
}

.woocommerce-page ul.products li:nth-child(3n) {
    margin-left: 0;
    margin-right: auto;
    clear: left;
}

}
@media screen and (min-width: 85em){
.section-about-text a.about-link {
   left: 80px;
   right: auto;
   
}
}