/*!
Theme Name:   LojelCustom
Theme URI:    https://github.com/alirezacrr
Author:       Alireza jafari Moghaddam
Author URI:   https://github.com/alirezacrr
Description: a custom theme base storefront
Version:      1.0.0
Tested up to: 6.0.0
Requires PHP: 5.6.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  storefront
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
 */
.widget_shopping_cart_content{
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: shabnam, Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: right;
    background-color: #fff;
}
.site-title{
    text-align: right;
}
#menu-footer-menu{
    text-align: right;
    padding-right: 0;
}
.home-footer-feature, .lj-product-category-footer {
    margin-bottom: -90px !important;
}

/* jet icon */
.jet-menu-item-wrapper .jet-dropdown-arrow{
    display: none !important;
}
@media (max-width: 767px) {
}

@media (min-width: 768px) {
    .site-footer__nav {
        margin-right: calc((100vw - 720px) / 2 - 20px);
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .site-footer__nav {
        margin-right: calc((100vw - 960px) / 2 - 20px);
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .site-footer__nav {
        margin-right: calc((100vw - 1140px) / 2 - 20px);
        margin-left: auto;
    }
}

@media (max-width: 767px) {

}

@media (min-width: 768px) {

}