﻿body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    line-height: 1.4285;
    font-size: 14px;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    display: contents;
}

.no-padding {
    padding: 0px;
}

.topHeader {
    height: auto;
    border-top: 4px solid #46a1d8;
    background: #fff;
}

.TopMenu-Content {
    width: 100%;
}

    .TopMenu-Content select {
        display: none;
    }

.topMenu {
    float: right;
    height: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

    .topMenu > li {
        float: left;
        height: 100%;
        list-style: none;
    }

        .topMenu > li > .link {
            color: #002a52;
            padding: 0 15px;
            height: 100%;
            line-height: 42px;
            font-weight: bold;
            font-size: 14px;
            display: block;
            text-transform: uppercase;
            margin: 0px;
            text-decoration: none;
        }

        .topMenu > li > .link {
            padding: 0 23px;
        }

            .topMenu > li > .link:focus, .topMenu > li > .link:hover {
                color: #012b53;
            }

.Searching-En {
    right: 0;
    left: inherit;
    padding: 5px;
    min-width: 320px;
}

    .Searching-En li ul {
        padding: 0px;
    }

        .Searching-En li ul .btn-default {
            color: rgba(0, 0, 0, 0.7);
        }

        .Searching-En li ul .glyphicon-search:before,
        .Searching-En li ul .fa-search:before {
            color: rgba(0, 0, 0, 0.7);
        }

.Searching-He {
    min-width: 320px;
    padding: 5px;
}

    .Searching-He li ul {
        padding: 0px;
    }

        .Searching-He li ul .btn-default {
            color: rgba(0, 0, 0, 0.7);
        }

        .Searching-He li ul .glyphicon-search:before,
        .Searching-He li ul .fa-search:before {
            color: rgba(0, 0, 0, 0.7);
        }

.clearfix {
    overflow: auto;
}

    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.Branding {
    position: relative;
    top: -10px;
}

.copyright {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #424254;
}

.glyphicon-search {
    margin-left: 10px;
    font-size: 18px;
}

#for_hebrew {
    direction: rtl;
    float: left;
}

    #for_hebrew .glyphicon-search {
        margin-right: 20px;
        font-size: 18px;
    }

    #for_hebrew .dropdown-menu li {
        text-align: right;
    }


.carousel-caption {
    top: 5%;
    left: 5%;
    right: inherit;
    bottom: inherit;
    text-shadow: none;
    text-align: left;
}

    .carousel-caption h3 {
        color: #fff;
        font-size: 50px;
        background-color: #46a1d8;
        font-weight: 600;
        margin: 0;
        padding: 10px;
    }

    .carousel-caption p {
        background-color: #fff;
        color: #46a1d8;
        font-size: 20px;
        padding: 10px;
    }

/*footer {
    position: absolute;
    bottom: 0;
    margin-bottom: -250px;
    width: 100%;
}*/

.footer-bottom svg {
    color: #b1b1b1;
    fill: #b1b1b1;
    margin-bottom: 20px;
}

.footer-bottom .address {
    margin-bottom: 0px;
    margin-top: 35px;
    font-size: 14px;
    text-align: center;
}

footer .footer-bottom h4 {
    margin-bottom: 20px;
    font-size: 15.2px;
    line-height: 24px;
    text-align: center;
}

.footer-links {
    padding: 0px;
    margin: 0px;
}

.footer-list {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 50px;
    margin: 0px;
}

    .footer-list li {
        line-height: 30px;
    }

    .footer-list a {
        font-size: 14px;
        display: inline-block;
        padding: 0px;
        margin: 0px;
        line-height: 17px;
        color: #46a1d8;
    }

.breadcrumb {
    display: none;
}

.tiles {
    width: 100%;
    font-size: 0;
    text-align: center;
    position: relative;
    /*  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

    .tiles .tile {
        display: inline-block;
        margin: 10px 0 0 0;
        text-align: left;
        opacity: 0.99;
        overflow: hidden;
        position: relative;
        border-radius: 3px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    }

        .tiles .tile:before {
            content: "";
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
            width: 100%;
            height: 50%;
            opacity: 0;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 2;
            transition-property: top, opacity;
            transition-duration: 0.3s;
        }

        .tiles .tile img {
            display: block;
            max-width: 100%;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

        .tiles .tile:hover img {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }

.top-btn {
    position: absolute;
    top: 0px;
    z-index: 9;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #46a1d8;
    color: #fff;
}

    .top-btn:hover {
        background-color: #fff;
        color: #46a1d8;
    }

.text {
    position: absolute;
    bottom: -10px;
    background-color: #000;
    padding: 15px 15px 60px 15px;
    color: #fff;
    font-size: 21px;
}

.right-img {
    width: 60%;
}

.text-AlignRight {
    right: 0;
    top: 0;
    width: 50%;
}

.tiles .tile .details {
    font-size: 16px;
    padding: 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}

    .tiles .tile .details span {
        display: block;
        opacity: 0;
        position: relative;
        top: 100px;
        transition-property: top, opacity;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }

.tiles .tile mark {
    padding: 10px 0 10px 0;
    background: 0;
    color: #9092ff;
    font-size: 12px;
    display: block;
}

.tiles .tile .details .title {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}

.tiles .tile .details .info {
    text-align: center;
    line-height: 1.2;
    margin-top: 5px;
    font-size: 14px;
    background-color: #9092ff;
    padding: 5px;
    color: #fff;
    box-shadow: 0 0 3px rgb(0 0 1 / 30%);
}

.tiles .tile:focus:before,
.tiles .tile:focus span, .tiles .tile:hover:before,
.tiles .tile:hover span {
    opacity: 1;
}

.tiles .tile:focus:before, .tiles .tile:hover:before {
    top: 50%;
}

.tiles .tile:focus span, .tiles .tile:hover span {
    top: 0;
}

.tiles .tile:focus .title, .tiles .tile:hover .title {
    transition-delay: 0.15s;
}

.tiles .tile:focus .title, .tiles .text:hover {
    padding: 5px 15px 70px 15px;
}

.tiles .tile:focus .info, .tiles .tile:hover .info {
    transition-delay: 0.25s;
}

.container-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .container-content h2 {
        margin-bottom: 50px;
        font-weight: bolder;
        font-size: 30px;
        color: #436482;
    }

.Effect-Content {
}

.expandContent {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .expandContent a {
        font-size: 16px;
        color: #000;
        text-decoration: none;
    }

.footer-icons {
    padding-top: 40px;
    padding-bottom: 0px;
}

    .footer-icons a {
        margin-right: 25px;
    }

    .footer-icons.forhebrew {
    }

.social-icons {
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
}

    .social-icons a {
        background-color: #46a1d8;
        padding: 10px 13px;
        font-size: 22px;
        margin-right: 5px;
        border-radius: 50%;
        color: #2e2e3b;
    }

        .social-icons a:last-child {
            padding: 10px 18px;
        }

        .social-icons a:hover {
            background-color: #7ccaf9;
        }

    .social-icons.forhebrew a:first-child {
        padding: 10px 17px;
    }

    .social-icons.forhebrew a:last-child {
        padding: 10px 15px;
    }

.Slider-Content {
    padding: 0px;
    margin: 0px;
}

    .Slider-Content.for_hebrew {
        direction: rtl;
    }

        .Slider-Content.for_hebrew .carousel-caption {
            left: auto;
            right: 5%;
            text-align: right;
        }

.carousel-indicators li {
    box-shadow: 0px 0px 1px 1px #666;
}

.Page-Content.for_hebrew {
    direction: rtl;
}

.Effect-Content.for_hebrew {
    direction: ltr;
}

    .Effect-Content.for_hebrew .text-AlignRight {
        text-align: right;
        left: 0;
        right: inherit;
    }

    .Effect-Content.for_hebrew .text {
        text-align: right;
        /* width:100%;*/
    }

.navhebrew .navbar-header {
    float: right;
}

.navhebrew .navbar-right {
    float: left !important;
}

.owl-item {
    width: 100%;
}

.bbb_main_container {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bbb_viewed_title_container {
    width: 100%;
}

.bbb_viewed_title {
    margin-bottom: 16px;
    margin-top: 8px
}

.bbb_viewed_nav_container {
    position: absolute;
    width: 100%;
    z-index: 9;
    margin-top: 5%;
}

.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer
}

    .bbb_viewed_nav span {
        color: #002a52;
        font-size: 30px;
        padding: 10px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }

    .bbb_viewed_nav:hover i {
        color: #606264
    }

.bbb_viewed_prev {
    margin-right: 0px
}

.bbb_viewed_next {
    float: right;
}

.bbb_viewed_slider_container {
    padding-top: 13px
}

.bbb_viewed_item {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px
}

.bbb_viewed_image {
    max-width: 180px;
    max-height: 180px;
    background-color: #46a1d8;
    border-radius: 50%;
    margin: 0px auto;
}

    .bbb_viewed_image img {
        display: block;
        max-width: 100%
    }

.bbb_viewed_content {
    width: 100%;
    margin-top: 15px
}

.bbb_viewed_price {
    font-size: 26px;
    color: #34436f;
    font-weight: 500;
    direction: rtl;
}

.bbb_viewed_item.discount .bbb_viewed_price {
    color: #df3b3b
}

.bbb_viewed_price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 8px
}

    .bbb_viewed_price span::after {
        display: block;
        position: absolute;
        top: 6px;
        left: -2px;
        width: calc(100% + 4px);
        height: 1px;
        background: #8d8d8d;
        content: ''
    }

.bbb_viewed_name {
    margin-top: 3px
}

    .bbb_viewed_name a {
        font-size: 14px;
        color: #000000;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }

        .bbb_viewed_name a:hover {
            color: #0e8ce4
        }

.item_marks {
    position: absolute;
    top: 18px;
    left: 18px
}

.item_mark {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 36px;
    text-align: center
}

.item_discount {
    background: #df3b3b;
    margin-right: 5px
}

.item_new {
    background: #0e8ce4
}

.bbb_viewed_item.discount .item_discount {
    display: inline-block
}

.bbb_viewed_item.is_new .item_new {
    display: inline-block
}

#content {
    margin-bottom: 50px;
}

    #content .nav-tabs > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #content .nav-account li:nth-child(2),
    #content .nav-account li:nth-child(3),
    #external-login-heading {
        display: none;
    }

    #content fieldset:last-child button {
        display: none;
    }

#submit-signin-local {
    display: inline-block !important;
}

.btn-primary {
    color: #fff;
    background-color: #46a1d8;
    border-color: #46a1d8;
}

    .btn-primary:hover {
        background-color: #002a52;
        border-color: #002a52;
    }

    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
        color: #fff;
        background-color: #002a52;
        border-color: #002a52;
    }

#content_form {
    min-height: 450px;
}

#mainContent {
    min-height: 450px;
}

.footer-links.forhebrew h4 {
    font-size: 14px;
}
.tooltip {
    display: none !important;
}

.Loading-Panel {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgb(251 251 251 / 90%);
    z-index: 99;
    width: 100%;
    height: 100%;
}

.Loading-Content {
    margin: 20% auto 0px auto;
    width: 150px;
    text-align: center;
}

.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@media (max-width: 1024px) {
    .navhebrew .navbar-header {
    }

    .no-padding {
        padding-right: 5px;
        padding-left: 5px;
    }

    .navhebrew .navbar-toggle {
        position: absolute;
        left: 40px;
        top: 15px;
    }

    .navhebrew .navbar-nav {
        margin-top: 65px;
    }

    .topMenu > li > .link {
        padding: 0 12px;
    }
}

@media (max-width: 767px) {
    .navhebrew .navbar-header {
        float: none;
        width: 100%;
    }

    .navhebrew .navbar-nav {
        margin-top: 05px;
    }

    .navhebrew .Branding {
        position: relative;
        top: inherit;
        float: right;
    }

    .navbar-inverse .navbar-toggle {
        display: none;
    }

    .TopMenu-Content {
        padding-top: 5px;
        padding-bottom: 5px;
        display: inline-block;
    }

    .hebrew_menus {
        width: 100%;
    }

    .Slider-Content.for_hebrew .carousel-caption h3 {
        font-size: 22px;
        padding: 2px;
    }

    .Slider-Content.for_hebrew .carousel-caption {
        top: 0%;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: 230px;
    }

    .carousel-caption h3 {
        font-size: 22px;
        padding: 5px;
    }

    .carousel-caption p {
        font-size: 13px;
        padding: 5px;
    }

    .container-content h2 {
        font-size: 22px;
    }

    .topMenu {
        display: none !important;
    }

    .TopMenu-Content select, .Responsive_option-He {
        display: block;
        margin: 10px auto;
        width: 99%;
        border: 1px solid #127dbd;
        padding: 5px;
        background-color: #488db5;
        color: #fff;
    }

    .topMenu > li {
        width: auto;
    }

    .bbb_main_container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .bbb_viewed_nav_container {
        margin-top: 17%;
    }

    .bbb_viewed_price {
        font-size: 18px;
    }

    #content_form {
        min-height: 250px;
    }
}
