/*!
Theme Name: Lynessa
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>Lynessa</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Lynessa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Lynessa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
html, body {
    font-family: 'Fredoka', sans-serif;
}
body {
    text-align: right;
}
.lynessa-listitem.style-04 .title::before {
    right: -13px;
    left: auto;
}
.header.style-04 .box-header-nav .main-menu > .menu-item::after {
    right: auto;
    left: 0;
}
.block-user .sub-menu {
    right: -7px;
    text-align: start;
}
.shop-before-control .grid-view-mode {
    float: right;
}
.widget_product_search .wp-block-search__button {
    right: auto;
    left: 0;
}
#widget-area .widgettitle::before {
    left: auto;
    right: 0;
}
@media (max-width: 1199px) {
    .product-item.list .product-thumb,
    .product-item.list .product-info,
    .product-item.list .group-button {
        float: right;
    }
}
@media (max-width: 480px) {
    .slide-info {
        text-align: end;
    }
    .slide-wrap img {
        object-position: 25%;
    }
}
.lynessa-menu-clone-wrap.open {
    right: 0;
}
.lynessa-menu-clone-wrap {
    right: -360px;
    left: auto;
}
#payment .input-radio ~ label::before {
    left: auto;
    right: 0;
}
#payment .input-radio:hover + label::after, #payment .input-radio:checked + label::after {
    right: 6px;
    left: auto;
}
.lynessa-form__label-for-checkbox > span::before {
    left: auto;
    right: 0;
}