* {}

HTML {
    font-size: 100%;
    /* IE hack */
}

BODY {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    direction: rtl;
    /* background-color: #1b3b5c;  */
    /* font-family: "spoiler-regular", calibri, arial !important; */
    color: #ffffff;
    font-family: 'spoiler', calibri;
}

IMG {
    border: 0px;
}

.clear {
    display: block;
    overflow: hidden;
    clear: both;
    float: none !important;
    font-size: 1px;
    line-height: 1px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.centeredContent {
    max-width: 1300px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 25px;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
P,
form {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: 1px dashed #ed8c27;
}

*:active:focus {
    outline: 1px dashed #ed8c27;
}


/* -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- */

a.skip-main {
    font: 400 12px arial;
    color: #1b3b5c;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0px;
    padding: 2px 4px;
    opacity: 0;
}

a.skip-main:focus,
a.skip-main:active {
    opacity: 1;
    z-index: 999;
}

.engFont {
    font-family: calibri, arial !important;
    font-weight: inherit !important;
    font-size: 0.85em !important;
    line-height: 0.9375em !important;
    display: inline !important;
    padding: 0px !important;
    margin: 0px !important;
    background-color: transparent !important;
    border: 0px !important;
}

.errorText {
    display: none;
    color: #ff7b7b;
    padding: 0px 24px 0px 0px;
    margin-top: 7px;
    background: url(/National_Library/oe_/https://www.ushops.co.il/imgs/form_error_icon.png) right 2px / 18px auto no-repeat;
}

.successText {
    display: none;
    color: #fff !important;
    padding: 0px 24px 0px 0px;
    margin-top: 7px;
    background: url(/National_Library/oe_/https://www.ushops.co.il/imgs/form_success_icon.png) right 0px / 18px auto no-repeat;
    line-height: inherit !important;
    font-size: 100% !important;
    text-align: right;
}

.errorInput {
    border: 1px #ff0000 solid !important;
    background-color: #ffcccc;
}

.block {
    display: block !important;
}

.displayNone {
    display: none !important;
}

.valign-middle {
    vertical-align: middle;
}

.link {
    text-decoration: underline;
    color: #fff;
}

.link_footer {
    text-decoration: underline;
    color: #0f2234;
}

nav#mainNav {
    background: #000000;
    padding-top: 0;
}

div#navbarResponsive {
    display: flex;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
}

ul#nav-menu.nav_warehouse_header {
    flex-direction: row;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: flex;
    background: #000;
}

.nav_warehouse_header li.nav-item {
    margin-left: 3px;
    border-top: 2px solid #E6CC1F;
    border-left: 2px solid #E6CC1F;
    border-right: 2px solid #E6CC1F;
    border-bottom: none !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    font-size: clamp(1.5rem, 3vw, 1.8rem);
    cursor: pointer;
}

.nav_warehouse_header li.nav-item:nth-child(1) {
    border-right: 0
}

.nav_warehouse_header li.nav-item:nth-last-child(1) {
    border-left: 0;
    margin-left: 0;
}

.nav_warehouse_header li.nav-item a.nav-link {
    text-align: center;
    color: #000;
    font-weight: 700;
    padding: .3rem 1rem;
    display: block;
    line-height: 42px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.nav_warehouse_header li.nav-item:hover a {
    text-decoration: none;
    background: #000;
    color: #fff;
}

@media screen and (min-width: 992px) {
    .btn_warehouse_nav {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    nav#mainNav {
        background: #000;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .navbar#mainNav button.btn_warehouse_nav:before {
        display: none;
    }
    .navbar#mainNav button.btn_warehouse_nav {
        width: auto;
        color: #fff!important;
        border: 2px solid #fff!important;
        margin: .5rem auto!important;
        cursor: pointer;
        font-size: 1.3rem;
        background: #000;
        border-radius: 3px;
        padding-right: 30px;
        background: url(/National_Library/oe_/https://www.ushops.co.il/imgs/hamburger.svg) no-repeat right 7px top 6px, #000000;
        background-size: 17px;
        line-height: normal;
        height: auto;
        font-weight: 500;
    }
    ul#nav-menu.nav_warehouse_header li.nav-item {
        border: 0!important;
        border-radius: 0
    }
    ul#nav-menu.nav_warehouse_header {
        flex-direction: column
    }
    div#navbarResponsive {
        position: absolute;
        width: 100%;
        top: 45px;
        z-index: 9999;
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .centeredContent {
        padding: 0px 15px;
    }
}

@media screen and (max-width:600px) {
    .centeredContent {
        padding: 0px 10px;
    }
}