header *,
footer *,
.headerStrip,
.subscribe *,
input,
button {
    box-sizing: border-box;
    line-height: normal;
    font-family: 'spoiler', calibri, arial;
}

body {
    margin: 0;
    padding: 0;
    padding-bottom: 85px;
}

nav.mobileOnly {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 61px;
    background: #fff;
    box-shadow: 0px 0.5px 5px rgba(0, 0, 0, 0.039), 0px 3.75px 11px rgba(0, 0, 0, 0.19);
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    z-index: 850;
}

nav.mobileOnly .navbarItem {
    padding: 20px;
    padding: 20px 20px 5px 20px;
    margin-bottom: 13px;
}

.navOnPage {
    border-bottom: 2px solid #F48B20;
}

nav.desktopOnly {
    display: flex;
    max-height: 61px;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    z-index: 5;
}

nav.desktopOnly .navbarItem {
    padding: 20px;
}

nav.desktopOnly .customerIcon {
    position: relative;
    cursor: pointer;
}

nav.desktopOnly .customerIcon .vip {
    position: absolute;
    bottom: 100%;
    transform: translateY(100%);
}

nav.desktopOnly .customerIcon .customerInd {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #0F2234;
    width: max-content;
    text-align: center;
}

.vipMobile {
    border: 2px #F48B20 solid;
    border-radius: 50%;
    padding: 1px;
}

header {
    display: flex !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /* max-width: 1440px; */
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 900;
    background: rgba(255, 255, 255, 0);
}

header a:hover {
    text-decoration: none;
}

header .headerItem {
    padding: 0 20px;
}

header .headerItem.logo img {
    width: clamp(95px, 15vw, 150px)
}

header .ham {
    display: flex;
    flex-direction: column;
}

header .ham div {
    width: 30px;
    border: 2px solid #0F2234;
    margin: 0 0 5px 0;
    border-radius: 15px;
}

header .mainLinks.desktopOnly {
    margin-left: auto;
    /* justify to the right */
    align-items: baseline;
}

header .mainLinks.desktopOnly a {
    font-size: clamp(17px, 1.5vw, 20px);
    color: #0F2234;
    /* margin-left: 35px; */
}

header .mainLinks.desktopOnly a:hover {
    color: #F48520;
}

header .mainLinks.desktopOnly li {
    position: relative;
    margin-left: 35px;
}

header .mainLinks.desktopOnly ul.headerSubMenu {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #eee;
    border-radius: 8px;
    justify-content: space-between;
    padding: 10px;
    position: absolute;
    transform: translate(15%, 0);
    width: max-content;
    text-align: center;
}

header .mainLinks.desktopOnly ul.headerSubMenu li {
    margin-left: 0;
    margin: 7px 0;
}

header .mainLinks.desktopOnly ul.headerSubMenu li a {
    font-size: clamp(16px, 1.5vw, 18px);
}

header nav .customerLinks {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 225px;
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #eee;
    border-radius: 8px;
    justify-content: space-between;
    padding: 10px;
    top: 105%;
}

header nav .customerLinks a {
    color: #0F2234;
    font-size: clamp(16px, 1.5vw, 18px);
    margin: 7px 0;
}

header nav .customerLinks a:hover {
    color: #F48520;
}

aside.asideMenu {
    display: flex;
    position: fixed;
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    height: 100%;
    z-index: 900;
    /* padding: 25px; */
    box-sizing: border-box;
    flex-direction: column;
    right: calc(100%*-1);
    top: 0;
    overflow: auto;
}

aside .asideClose {
    margin-left: 15px;
}

aside .asideClose img {
    display: block;
}

aside.asideMenu .asideMenuTop {
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 25px 25px 0 25px;
}

.balance,
aside.asideMenu .asideMenuTopRight {
    display: flex;
    flex-direction: row;
    height: max-content;
}

.balance {
    background-color: #0F2234;
    min-height: 25px;
    min-width: 70px;
    border-radius: 56px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-around;
}

.balance img {
    margin-left: 7px;
    margin-bottom: 3px;
}

aside .asideCustomerData {
    display: flex;
    align-items: baseline;
    font-weight: 700;
    font-size: 1.2rem;
    color: #0F2234;
}

aside .asideCustomerData>* {
    margin-left: 5px !important;
}

aside .customerLinks,
aside .mainLinks {
    display: flex;
    flex-direction: column;
    padding: 18px 25px 18px 0;
}

aside .customerLinks {
    background-color: #EEEEEE;
    height: 100%;
    /* padding-top: 40px; */
    padding-bottom: 70px;
}

aside .mainLinks li,
aside .customerLinks li {
    padding: 18px 0 0 0;
}

aside .customerLinks a,
aside .mainLinks a {
    padding-bottom: 20px;
    text-decoration: none;
    color: #0F2234;
    font-size: 1.2rem;
    font-weight: 400;
}

aside .mainLinks .headerSubMenu {
    display: none;
    flex-direction: column;
    margin: 7px 0;
}

aside .mainLinks .headerSubMenu li {
    padding: 0 18px 0 0;
    margin: 7px 0;
}

aside .mainLinks .headerSubMenu a {
    font-size: clamp(16px, 1.5vw, 18px);
}

.menuOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 899;
    display: none;
    background-color: #000;
    opacity: 0;
}

#searchBoxMain {
    display: none;
    position: fixed;
    z-index: 901;
    top: 2%;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 700px;
}

.orangeBold {
    color: #F48520 !important;
    font-weight: 700 !important;
}

.videoLightBox {
    position: fixed;
    z-index: 850;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/overlay.png) repeat;
    display: none;
	overflow-y: auto;
}

.ushopsVideo {
    text-align: left;
    padding-top: 10%;
    margin: 0 auto;
    max-width: 870px;
    max-height: 500px;
}

.ushopsVideo iframe {
    width: 100%;
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/loader_u22.gif) no-repeat rgba(255, 255, 255, 1);
    background-position-x: center;
    background-position-y: center;
    background-size: 10% auto;
}

.closeVideo {
    margin-bottom: 5px;
    cursor: pointer;
}


/* footer */

footer * {
    color: #0F2234 !important;
}

body footer {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    text-align: right !important;
    display: flex !important;
    justify-content: space-between;
    flex-direction: column;
    max-width: 1280px;
    margin: 1rem auto 0;
}

footer .footerMenu {
    display: flex;
    flex-direction: column;
}

footer .footerMenu .footerMenuSeparator {
    margin-top: 30px;
}

footer .footerMenu .footerMenuColumn {
    display: flex;
    flex-direction: column;
    margin-left: 90px;
}

footer .footerMenu .footerMenuColumn .socialLinks {
    display: flex;
    align-items: center;
    justify-content: right;
}

footer .footerMenu .footerMenuColumn .socialLinks a {
    margin-left: 18px;
}

footer .footerMenu h3 {
    font-size: 20px;
    font-weight: normal;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1rem;
}

footer .footerMenu a {
    font-size: clamp(18px, 1.3vw, 20px);
    font-weight: 400;
    margin-bottom: 3px;
    line-height: 28px;
}

footer .footerAbout {
    max-width: 960px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 45px;
}

footer .footerExternalMenu {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    margin-top: 15px;
}

footer .footerExternalMenu a {
    font-size: 20px;
    /* ie hack */
    font-size: min(max(10px, 3vw), 20px);
    font-weight: bold;
    color: #0F2234;
    border-right: 1px #0F2234 solid;
    width: 100%;
    text-align: center;
    margin: 9px 0;
    line-height: 32px;
}

footer .footerExternalMenu a:first-child {
    border-right: none;
}

footer .facebookLogoBlue {
    text-align: left;
    margin-top: 15px;
}


/* Floating contact widget */


/* ---- fixed call btn ---- */

.widget-call-wrap {
    position: fixed;
    bottom: 10%;
    left: 2%;
    z-index: 899;
}

.widget-call-wrap a {
    text-decoration: none;
    display: block;
    position: relative;
    margin-bottom: 4px;
    height: 54px;
    width: 54px;
    text-align: center;
    background-color: green;
    color: #fff;
    border-radius: 100%;
    border: 1px solid transparent;
    box-shadow: 0 2px 3px #999;
    -webkit-box-shadow: 0 2px 3px #999;
    -moz-box-shadow: 0 2px 3px #999;
    font-size: 16px;
}

.widget-call-wrap a:focus {
    border: none !important;
}

.widget-call-wrap a.contact1 {
    background-color: #4ec248;
}

.widget-call-wrap a.contact2 {
    background-color: #0093ff;
}

.widget-call-wrap a.contact3 {
    background-color: #4f6aca;
}

.widget-call-wrap a:hover {
    color: #fff;
}

.widget-call-wrap a.action {
    background-color: #000;
    color: #fff;
}

.widget-call-wrap i {
    line-height: 52px !important;
    font-size: 2em;
}

.widget-call-wrap.minimize .btn-chat {
    display: none;
}

.widget-call-wrap.minimize .action {
    transform: rotate(0deg);
    transition: transform 0.4s ease;
}

.widget-call-wrap.minimize .action .icon-close {
    display: none;
}

.widget-call-wrap.minimize .action .icon-msg {
    display: inline;
}

.widget-call-wrap.active .btn-chat {
    display: block;
}

.widget-call-wrap.active .action {
    transform: rotate(270deg);
    transition: transform 0.4s ease;
    color: #fff;
}

.widget-call-wrap.active .action .icon-close {
    display: inline;
}

.widget-call-wrap.active .action .icon-msg {
    display: none;
}

.widget-call-wrap .slide-in {
    animation: widget-btn-move 0.5s;
    animation-fill-mode: forwards;
}

.widget-call-wrap .slide-out {
    animation: widget-btn-move 0.5s;
    animation-fill-mode: forwards;
}

@keyframes widget-btn-move {
    0% {
        opacity: 0;
        display: none;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        display: block;
        transform: translateY(0);
    }
}

.notAvailableService {
    background-color: #c1c1c1 !important;
    color: #808080 !important;
    text-shadow: none !important;
    cursor: not-allowed;
}

.notAvailableService:active {
    pointer-events: none !important;
}


/* START TOOLTIP STYLES */

[data-tooltip] {
    cursor: pointer;
    position: relative;
    /********** Default Behavior ********* */
    /********** Timeout Variant ********* */
    /********** Tooltip Sizes ********* */
    /********** Top Tooltip ********* */
    /********** Right Tooltip ********* */
    /********** Bottom Tooltip ********* */
    /********** Left Tooltip ********* */
}

[data-tooltip]:before,
[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.15s cubic-bezier(0.5, 1, 0.25, 1);
    z-index: 1;
}

[data-tooltip]:before {
    padding: 5px;
    width: 110px;
    border-radius: 3px;
    background: #000;
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.2;
}

[data-tooltip]:after {
    border: 8px solid transparent;
    width: 0;
    content: "";
    font-size: 0;
    line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}

[data-tooltip].t-xl:before {
    width: 200px;
}

[data-tooltip].t-lg:before {
    width: 170px;
}

[data-tooltip].t-md:before {
    width: 140px;
}

[data-tooltip].t-sm:before {
    width: 110px;
}

[data-tooltip].t-xs:before {
    width: 80px;
}

[data-tooltip].t-top:before {
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    transform: translateX(-50%);
}

[data-tooltip].t-top:after {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 8px solid #000;
    border-bottom: none;
}

[data-tooltip].t-top:hover:before,
[data-tooltip].t-top:hover:after {
    transform: translateX(-50%) translateY(-5px);
}

[data-tooltip].t-right:before {
    top: 50%;
    left: 100%;
    margin-left: 5px;
    transform: translateY(-50%);
}

[data-tooltip].t-right:after {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-right: 8px solid #000;
    border-left: none;
}

[data-tooltip].t-right:hover:before,
[data-tooltip].t-right:hover:after {
    transform: translateX(5px) translateY(-50%);
}

[data-tooltip].t-bottom:before {
    top: 100%;
    left: 50%;
    margin-top: 5px;
    transform: translateX(-50%);
}

[data-tooltip].t-bottom:after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 8px solid #000;
    border-top: none;
}

[data-tooltip].t-bottom:hover:before,
[data-tooltip].t-bottom:hover:after {
    transform: translateX(-50%) translateY(5px);
}

[data-tooltip].t-left:before {
    top: 50%;
    right: 100%;
    margin-right: 5px;
    transform: translateY(-50%);
}

[data-tooltip].t-left:after {
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border-left: 8px solid #000;
    border-right: none;
}

[data-tooltip].t-left:hover:before,
[data-tooltip].t-left:hover:after {
    transform: translateX(-5px) translateY(-50%);
}

#warehouse_from_chosen.chosen-rtl.chosen-container-single .chosen-single div b,
#warehouse_from_chosen.chosen-rtl.chosen-container-single .chosen-single div b {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/arrow_down.svg) !important;
    background-position: 4px center !important;
    background-repeat: no-repeat !important;
}

#warehouse_from_chosen.chosen-container.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/arrow_up.svg) !important;
    background-position: 4px center !important;
    background-repeat: no-repeat !important;
}

#warehouse_from_chosen.chosen-rtl .chosen-single span>span {
    display: inline;
    margin: 0;
    font-weight: 600;
}

#warehouse_from_chosen.chosen-container-single a.chosen-single.flag_DE {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/DE.svg);
}

#warehouse_from_chosen.chosen-container-single a.chosen-single.flag_DE.tax_blue_select,
#warehouse_from_chosen ul.chosen-results li.active-result.flag_DE.tax_blue_select {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/DE.svg), url(/National_Library/oe_/https://ushops.co.il/imgs/us_tax_free.svg);
    background-position: right 15px center, right 100px center !important;
}

.choose_warehouse.my_package_ware div#warehouse_from_chosen .chosen-single.flag_US,
#warehouse_from_chosen.chosen-container-single a.chosen-single.flag_US,
#warehouse_from_chosen ul.chosen-results li.active-result.flag_US {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/US.svg);
}

.choose_warehouse.my_package_ware div#warehouse_from_chosen .chosen-single.flag_SI,
#warehouse_from_chosen.chosen-container-single a.chosen-single.flag_SI,
#warehouse_from_chosen ul.chosen-results li.active-result.flag_SI {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/SI.svg);
}

.choose_warehouse.my_package_ware div#warehouse_from_chosen .chosen-single.flag_TR,
#warehouse_from_chosen.chosen-container-single a.chosen-single.flag_TR,
#warehouse_from_chosen ul.chosen-results li.active-result.flag_TR {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/TR.svg);
}

.choose_warehouse.my_package_ware div#warehouse_from_chosen .chosen-single.flag_UK,
#warehouse_from_chosen.chosen-container-single a.chosen-single.flag_UK,
#warehouse_from_chosen ul.chosen-results li.active-result.flag_UK {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/UK.svg);
}

#warehouse_from_chosen ul.chosen-results li.active-result.flag_DE,
#warehouse_from_chosen .choose_warehouse.my_package_ware div#warehouse_from_chosen .chosen-single.flag_DE {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/DE.svg);
}

.choose_warehouse.my_package_ware div#warehouse_from_chosen .chosen-single.flug_all,
#warehouse_from_chosen.chosen-container-single a.chosen-single.flug_all,
#warehouse_from_chosen ul.chosen-results li.active-result.flug_all,
div#warehouse_from_chosen li.chosen-single.flug_all {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/flug_all.svg);
}

.choose_warehouse.my_package_ware div#warehouse_from_chosen .chosen-single.flag_GB,
#warehouse_from_chosen.chosen-container-single a.chosen-single.flag_GB,
#warehouse_from_chosen ul.chosen-results li.active-result.flag_GB {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/GB.svg);
}

.choose_warehouse.my_package_ware div#warehouse_from_chosen .chosen-single.flag_NL,
#warehouse_from_chosen.chosen-container-single a.chosen-single.flag_NL,
#warehouse_from_chosen ul.chosen-results li.active-result.flag_NL {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/NL.svg);
}

#warehouse_from_chosen.chosen-container-single a.chosen-single {
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    padding-right: 50px;
}

#warehouse_from_chosen.chosen-container-single .chosen-search {
    display: none;
}

#warehouse_from_chosen ul.chosen-results li.active-result.result-selected {
    display: none;
}

#warehouse_from_chosen ul.chosen-results li.active-result {
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    padding-right: 50px;
    height: 39px;
    line-height: 28px;
    border-radius: 0px;
    border: 0;
    color: #1a3b5c;
}

#warehouse_from_chosen.chosen-container.chosen-rtl.chosen-container-single .chosen-results {
    padding: 0;
    margin: 0;
    border: 1px solid #1B3B5C;
    border-top: 0;
    margin-left: -2px;
    margin-right: -2px;
    width: calc(100% + 4px);
}

#warehouse_from_chosen.chosen-container .chosen-results li.active-result:hover {
    text-decoration: underline;
    color: #1a3b5c;
}

#warehouse_from_chosen ul.chosen-results li.active-result>span {
    font-weight: 600;
    font-size: 19px;
}

#warehouse_from_chosen.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-size: 14px !important;
}

#warehouse_from_chosen.chosen-rtl.chosen-container-single .chosen-single div b {
    background-size: 14px !important;
}

.tax_blue {
    font-size: .9rem !important;
    padding: 2px 5px !important;
    padding-bottom: 3px !important;
    letter-spacing: .2px;
    font-family: calibri, arial !important;
    vertical-align: middle;
}

.tax_blue_select {
    background-position: right 15px center, right 100px center !important;
}

#warehouse_from_chosen.chosen-container.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-size: 14px !important;
}

.accordion-item.new_de button.accordion-button {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/arrow_down_address.svg) no-repeat left 30px center, url(/National_Library/oe_/https://ushops.co.il/imgs/new_de.png) no-repeat left 40px center, #f0f0f0 !important;
}

.accordion-item.new_de .active button.accordion-button {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/arrow_up_address.svg) no-repeat left 30px center, url(/National_Library/oe_/https://ushops.co.il/imgs/new_de.png) no-repeat left 40px center, #ffffff !important;
}

.accordion-item.new_de.address_only button.accordion-button {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/arrow_down_address.svg) no-repeat left 20px center, url(/National_Library/oe_/https://ushops.co.il/imgs/new_de.png) no-repeat left 40px center, #e4e4e4 !important;
}

.accordion-item.new_de.address_only .active button.accordion-button {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/arrow_up_address.svg) no-repeat left 20px center, url(/National_Library/oe_/https://ushops.co.il/imgs/new_de.png) no-repeat left 40px center, #ffffff !important;
}

.speech-bubble.buble-accordion.top-msg {
    border-radius: 0px;
    width: 92%;
    margin: 13px 4% 5px;
}

.accordion-body .block-content {
    background: #ffffff;
}

.sel_ware .speech-bubble.buble-accordion.top-msg {
    width: 100%;
    margin: 5px 0px;
}

.sel_ware .speech-bubble.buble-accordion.top-msg {
    padding: 20px;
}

.sel_ware .speech-bubble.buble-accordion.top-msg:before {
    top: 0px;
}


/*select warehouse - new logics*/

div#warehouse_from_chosen.no_select_choose {
    width: 100%;
}

.no_select_choose ul#warehouse_from,
.no_select_choose ul#categories_from {
    margin-top: .5rem;
    margin-bottom: 20px;
}

.no_select_choose ul#warehouse_from.is_open,
.no_select_choose ul#categories_from.is_open {
    line-height: 39px;
    border-radius: 3px;
    border: 1px solid #1a3b5c;
    color: #1a3b5c;
}

.no_select_choose ul#warehouse_from li,
.no_select_choose ul#categories_from li {
    display: none;
    margin: 0;
}

.no_select_choose ul#warehouse_from li:nth-child(1),
.no_select_choose ul#categories_from li:nth-child(1) {
    display: block;
}

.no_select_choose ul#warehouse_from li:before,
.no_select_choose ul#categories_from li:before {
    display: none;
}

div#warehouse_from_chosen.no_select_choose li.chosen-single {
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    padding-right: 50px;
    cursor: pointer;
    font-size: 19px;
}

div#warehouse_from_chosen.no_select_choose .chosen-single.flag_SI {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/SI.svg);
}

div#warehouse_from_chosen.no_select_choose .chosen-single.flag_US {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/US.svg);
}

div#warehouse_from_chosen.no_select_choose .chosen-single.flug_all {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/flug_all.svg);
}

div#warehouse_from_chosen.no_select_choose .chosen-single.flag_DE {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/DE.svg);
}

div#warehouse_from_chosen.no_select_choose .chosen-single.flag_TR {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/TR.svg);
}

div#warehouse_from_chosen.no_select_choose .chosen-single.flag_UK {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/UK.svg);
}

div#warehouse_from_chosen.no_select_choose .chosen-single.flag_NL {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/country_flags/NL.svg);
}

div#warehouse_from_chosen.no_select_choose li.chosen-single span {
    font-size: 19px;
}

.no_select_choose ul#warehouse_from.is_open li,
.no_select_choose ul#categories_from.is_open li {
    display: block;
}

.no_select_choose ul#warehouse_from.is_open li.chosen-single,
.no_select_choose ul#categories_from.is_open li.chosen-single {
    border: 0;
    background-color: #ffffff;
    height: 39px;
    position: relative;
}

#warehouse_from_chosen.no_select_choose.chosen-rtl.chosen-container-single .chosen-single div b {
    display: none;
}

#warehouse_from_chosen.no_select_choose.chosen-rtl.chosen-container-single .chosen-single:nth-child(1) div b {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/arrow_down.svg) !important;
    background-position: 4px center !important;
    background-repeat: no-repeat !important;
    background-size: 14px !important;
    display: block;
}

#warehouse_from_chosen.no_select_choose.chosen-rtl.chosen-container-single ul.is_open .chosen-single:nth-child(1) div b {
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/arrow_up.svg) !important;
    background-position: 4px center !important;
    background-repeat: no-repeat !important;
    background-size: 14px !important;
}

.no_select_choose ul#warehouse_from li span.tax_blue,
.no_select_choose ul#categories_from li span.tax_blue {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 100px;
    height: 20px;
    line-height: 16px;
    padding: 2px 8px !important;
    margin: 0;
    background: #1b3b5c;
    color: #ffffff;
    font-size: 13px !important;
}

span.tr_label {
    display: block;
    font-size: 15px;
    line-height: 15px;
    margin-top: -2px;
    margin-bottom: 3px;
    font-weight: 700;
}

span.tr_label.hide_tr {
    display: none;
}

span.tr_label.show_tr {
    display: block;
}


/* aside .customerLinks .addressBox {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-items: flex-end;
    height: 30px;
} */

.address_imgs {
    position: relative
}

.address_img_pin {
    position: absolute;
    top: -6px;
    left: -2px;
    z-index: 2;
}

.address_img_globus img {
    vertical-align: middle
}

.address_img_pin img {
    -webkit-filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black);
    filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px -1px 0 black)
}

.logged_in .address_img_globus img {
    filter: invert(51%) sepia(97%) saturate(582%) hue-rotate(348deg) brightness(102%) contrast(91%);
}

.shareBox img {
    max-width: 25px;
}

.shareBox img,
.menuBox img,
.addressBox img,
.basketBox img {
    margin-bottom: 5px;
}

img.customer.loggedIconsColor {
    margin-bottom: 0;
}

.bubble-text a {
    color: #fff !important;
    text-decoration: underline !important;
}

img.share_header.logged_share {
    filter: invert(51%) sepia(97%) saturate(582%) hue-rotate(348deg) brightness(102%) contrast(91%);
}


/* banner popup */

div#banner_popup {
    width: 100%;
    max-width: 800px;
    box-shadow: 0px 0px 4px 1px #c5c4c4;
}

div#banner_popup div {
    color: #000000;
    font-family: spoiler, calibri, arial;
}

div#banner_popup div.trms_pop {
    font-family: calibri, arial;
}

div#banner_popup .popupBG {
    padding: 0px 15px;
    background: #ffffff;
    padding-bottom: 1rem;
}

div#banner_popup a.popupClose {
    top: -29px;
    left: 0;
    font-weight: 300;
    font-size: 2rem;
    width: 20px;
    height: 25px;
    line-height: 19px;
    color: #ffffff;
}

div#banner_popup .banner_title h2 {
    text-align: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
}

.coupon_steps {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div#banner_popup div.banner_description {
    margin-bottom: 2rem;
}

table.table_steps {
    width: 50%;
    text-align: center;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 auto 1.5rem;
    border-spacing: 0;
}

table.table_steps thead tr {
    background: #000000;
}

div#banner_popup table.table_steps thead tr th {
    color: #ffffff;
    font-weight: 400;
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.2;
}

div#banner_popup table.table_steps tr td {
    font-weight: 400;
    padding: 10px;
    min-width: 5rem;
    max-width: 50%;
    position: relative;
}

div#banner_popup table.table_steps tr td:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #000000;
}

div#banner_popup table.table_steps tr:nth-last-child(1) td:after {
    display: none;
}

div#banner_popup table.table_steps tr td:nth-child(1):after {
    width: calc(100% - 20px);
}

div#banner_popup table.table_steps tr td:nth-child(3):after {
    width: calc(100% - 20px);
    right: 0;
    left: auto;
}

div#banner_popup .coupon_code {
    margin-bottom: 1.3rem;
    text-transform: uppercase;
    font-size: 1.7rem;
    text-align: center;
}

div#banner_popup .coupon_code strong {
    font-weight: 600;
}

.coupon_terms {
    font-size: 1rem;
    text-align: right;
    margin-bottom: 0;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: calibri, arial !important;
    margin-bottom: 0.3rem;
}

.trms_pop {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.banner_btns {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.banner_btns>div {
    margin: auto 10px;
    text-align: center;
}

.banner_btns>div>a {
    min-width: 150px;
    width: max-content;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    margin: 20px 0px;
    background-color: rgb(244, 139, 32);
    color: #ffffff;
}

div#banner_popup .banner_inner_desc *,
div#banner_popup .banner_inner_desc {
    font-size: 1.2rem;
    text-align: center;
}

div#banner_popup .banner_inner_desc a {
    text-decoration: underline;
}

a.copy_coupon {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    cursor: pointer;
}

a.copy_coupon img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 25px;
}

a.copy_coupon.copied img {
    filter: contrast(0.5);
}

.desktopOnly {
    display: none !important;
}

.mobileOnly {
    display: flex !important;
}

@media all and (min-width: 990px) {
    header {
        padding: 0 80px;
    }
    body footer {
        flex-direction: column;
    }
    footer .footerExternalMenu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 140px;
        border: none;
        margin: 0;
    }
    footer .footerExternalMenu a {
        font-size: 20px;
        font-weight: bold;
        color: #0F2234;
        border-bottom: 2px #0F2234 solid;
        border-right: none;
        width: 100%;
        text-align: center;
        margin: 0 0 9px 0;
    }
    footer .footerMenu {
        flex-direction: row;
        margin-top: 70px;
    }
    .desktopOnly {
        display: flex !important;
    }
    .mobileOnly {
        display: none !important;
    }
    .widget-call-wrap {
        position: fixed;
        bottom: 1%;
        right: 2%;
        left: unset;
        z-index: 1000;
    }
}

@media (max-width: 1140px) {
    .searchDesktop {
        max-width: 460px;
        min-width: 460px;
    }
}

@media all and (min-width: 1440px) {
    header {
        padding: 0;
        max-width: 1280px;
    }
}

@media (max-width: 768px) {
    .choose_warehouse.my_package_ware h2 {
        width: 100%;
    }
    .choose_warehouse.my_package_ware div#warehouse_from_chosen {
        max-width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    .choose_warehouse.my_package_ware {
        flex-direction: column;
        max-width: 600px;
    }
    div#banner_popup {
        max-height: 80vh;
        overflow: auto;
    }
    div#banner_popup a.popupClose {
        color: #000000;
        top: 0;
    }
    div#banner_popup .banner_inner_desc * {
        font-size: 1rem;
    }
    table.table_steps {
        width: 98%;
    }
    .trms_pop {
        font-size: .8rem;
    }
    .banner_btns {
        flex-direction: column;
    }
    .banner_btns>div {
        margin-bottom: 0;
    }
    .banner_btns>div>a {
        margin: 20px auto 0;
        text-align: center;
    }
}

@media (max-width: 380px) {
    .accordion-item.new_de button.accordion-button {
        background: url(/National_Library/oe_/https://ushops.co.il/imgs/arrow_down_address.svg) no-repeat left 30px center, #f0f0f0 !important;
    }
    .accordion-item.new_de .active button.accordion-button {
        background: url(/National_Library/oe_/https://ushops.co.il/imgs/arrow_up_address.svg) no-repeat left 30px center, #ffffff !important;
    }
    .accordion-item.new_de.address_only button.accordion-button {
        background: url(/National_Library/oe_/https://ushops.co.il/imgs/arrow_down_address.svg) no-repeat left 30px center, #e4e4e4 !important;
    }
    .accordion-item.new_de.address_only .active button.accordion-button {
        background: url(/National_Library/oe_/https://ushops.co.il/imgs/arrow_up_address.svg) no-repeat left 30px center, #ffffff !important;
    }
}

@media (max-width: 614px) {
    button.bgColorOrange.nl_btn {
        padding: 0;
    }
}

@media (max-width: 600px) {
    .searchSuggests .amazonSuggest a,
    .searchSuggests .storeSuggest a {
        font-size: 0.9rem;
    }
    .searchSuggests .storeSuggest table tr td:first-child a,
    .searchSuggests .faqSuggest table tr td:first-child a {
        width: 35px;
    }
    .searchSuggests .storeSuggest table tr td:first-child a img {
        max-height: 35px;
        max-width: 35px;
    }
    .searchSuggests .faqSuggest table tr td:first-child a img {
        max-height: 35px;
        width: 40px;
    }
    .faq_title {
        font-size: 0.9rem;
    }
    .faq_content {
        font-size: 0.7rem;
    }
    .searchSuggests .amazonSuggest a {
        line-height: 26px;
    }
}

.overlay_search {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 900;
    display: none;
}

.errorText {
    font-size: 14px !important;
    display: none;
    color: #F90000 !important;
    padding: 0px 20px 0px 0px !important;
    margin-top: 7px !important;
    background: url(/National_Library/oe_/https://ushops.co.il/imgs/error_icon_round.svg) right 0px / 13px auto no-repeat !important;
    line-height: inherit !important;
    text-align: right;
}

.bgColorDarkBlue {
    background-color: #0F2234 !important;
}

.colorOrange {
    color: #f48b20 !important;
}

.colorBlue {
    color: #0F2234 !important;
}

.bgColorOrange {
    background-color: #f48b20 !important;
}

.loggedIconsColor {
    filter: invert(51%) sepia(97%) saturate(582%) hue-rotate(348deg) brightness(102%) contrast(91%);
}

.container-inside {
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.container-inside-full {
    width: calc(100%);
    padding: 0 !important;
}

#js-header-backet-qty {
    visibility: hidden;
}

.searchBox {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

.searchBox input[type="text"] {
    width: 100%;
    color: #0F2234;
    direction: rtl;
    padding: 20px;
    font-size: calc(1rem + .8vw);
    font-weight: lighter;
    border: none;
    border-radius: 0 10px 10px 0;
}

.searchBox input[type="text"]:focus {
    outline: none;
}

.searchInput {
    width: 100%;
    position: relative;
}

.searchInput .closeSearch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    display: none;
    cursor: pointer;
}

.searchBox button {
    border: none;
    border-radius: 10px 0 0 10px;
    width: calc(100vw*(31/360));
    max-width: 90px;
    min-width: 31px;
    cursor: pointer;
    height: inherit;
    margin: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchBox button img {
    vertical-align: middle;
    width: calc(100vw*(17/360));
    max-width: 27px;
    min-width: 14px;
}

.searchSuggests {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 1px 1px 5px #F48B20;
    padding: 10px 20px;
    z-index: 801;
    margin-top: -7px;
    width: 100%;
}

.searchSuggests * {
    color: #0F2234;
}

.searchSuggests .amazonSuggest a,
.searchSuggests .storeSuggest a {
    display: block;
    font-size: calc(.5rem + .6vw);
    /* margin-bottom: 5px; */
}

.searchSuggests .storeSuggest span,
.searchSuggests .faqSuggest span,
.searchSuggests .amazonSuggest span {
    display: block;
    font-size: calc(.8rem + .6vw);
    margin-bottom: 5px;
}

.searchSuggests .storeSuggest span,
.searchSuggests .amazonSuggest span {
    margin-bottom: 10px;
}

.amazonSuggest a {
    padding-right: 7px;
}

.searchSuggests .amazonSuggest,
.searchSuggests .storeSuggest {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: none;
}

.faq_content {
    margin-bottom: 5px;
}

.faqSuggest table tr td,
.searchSuggests .storeSuggest table tr td {
    border-bottom: 1px solid #f9f9f9;
}

.searchSuggests .faqSuggest table tr.sub_empty td:first-child a img {
    padding: 0;
    vertical-align: middle;
}

.sub_empty .faq_title {
    padding-top: 6px;
}

.searchSuggests .storeSuggest table,
.searchSuggests .faqSuggest table {
    width: 100%;
}

.searchSuggests .storeSuggest table tr td:first-child,
.searchSuggests .faqSuggest table tr td:first-child {
    width: 5%;
}

.searchSuggests .storeSuggest table tr td:nth-child(2),
.searchSuggests .faqSuggest table tr td:nth-child(2) {
    width: 95%;
}

.searchSuggests .storeSuggest table tr td:first-child a,
.searchSuggests .faqSuggest table tr td:first-child a {
    text-align: center;
    width: 40px;
}

.searchSuggests .storeSuggest table tr td:first-child a img,
.searchSuggests .faqSuggest table tr td:first-child a img {
    max-height: 40px;
    max-width: 40px;
    vertical-align: middle;
}

.searchSuggests .storeSuggest table tr td:nth-child(2) a {
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* direction: ltr; */
    text-align: right;
    padding-right: 15px;
}

.faq_title,
.faq_content {
    font-family: 'spoiler', calibri, arial;
}

.faq_title {
    font-size: calc(.5rem + .6vw);
    margin-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.searchSuggests .faqSuggest table tr td {
    vertical-align: baseline;
}

.searchSuggests .faqSuggest table tr td:first-child a img {
    padding-top: 6px;
}

.searchSuggests .faqSuggest table tr td:nth-child(2) {
    padding-right: 8px;
}

.searchSuggests .searchMore b span.more {
    width: 20px;
    display: inline;
}

.searchSuggests .searchMore {
    font-size: calc(.6rem + .6vw);
    cursor: pointer;
    margin-top: 10px;
}

.searchSuggests .searchMore span {
    border: 1px solid #0F2234;
    border-radius: 3px;
    padding: 0 5px;
}

.orange_lable {
    background-color: #e8931b;
    padding: 0px 5px;
    border-radius: 3px;
    font-size: 1rem;
    margin-right: 8px;
    display: flex;
    align-items: center;
}


/* END BANNER ALL BRANDS */