/* Minification failed. Returning unminified contents.
(676,1): run-time error CSS1019: Unexpected token, found '}'
 */
@media (max-width: 520px) {
    #SearchModeLB {
        width: 100px !important;
        font-size: 12px;
        height: 32px;
    }

    #CategoryLB + .btn-group > .multiselect {
        width: 100px !important; /* Fixed width for small screens */
        font-size: 12px; /* Optional: Reduce font size */
    }

    #BrandLB + .btn-group > .multiselect {
        width: 100px !important; /* Fixed width for small screens */
        font-size: 12px; /* Optional: Reduce font size */
    }

    
}

@media(max-width : 470px) {
    #activeFiltersCaption {
        display: none
    }


    .dxgvHeader, .dxgvDataRow td {
        font-size: 10px; /* Reduce font size */
    }

        .dxgvDataRow td:nth-child(3), /* Hide 3rd column */
        .dxgvHeaderRow td:nth-child(3) {
            display: none;
        }
}

.wishlistButtonUnselected {
    background-color: gray !important;
    border-color: #ffffff;
    height: 30px;    
    color: white;
}


.wishlistButtonSelected {
    background-color: #e83f33 !important;
    border-color: white;
    height: 30px;
    
    color: white;
}
    
.wishListButtonDiv {
    width: 20%;
    left: 80%;
    position: absolute;
    text-align: right;
}
.qtyWithWishlistDiv {
    width: 97%;
    max-width: 200px;
    position: relative;
    height: 30px
}

.iconOutline {
    color: transparent;
    -webkit-text-stroke: 1px white;
}
.iconOutline:hover{
    color:white;
}
.priceListGroupPanel {
    display: none;
}

#PriceListGridView_DXHeadersRow0 {
    display: none;
}
.priceListFilterRow {
    display: none;
}

.offerHasRows {
    background-color: khaki;
}

.offerHasNoRows {
    pointer-events: none;
    opacity: 0.5;
}

.activeFiltersItem {
    border-width: 0.4px;
    border: solid;
    border-color: lightgray;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    box-shadow: 2px 0 3px rgba(0,0,0,.1);
    font-family: proxima-nova;
    font-size: 12px;
    padding: 0px 6px;
}

.navbarBasketDiv {
    border-bottom: solid 1px white;
    display: inline-block;
    padding-right: 5px;
}

.navbarTotalDiv {
    display: inline-block;
    color: blanchedalmond;
    font-family: proxima-nova-semibold;
    font-variant: petite-caps;
    padding-right: 5px;
}

.navbarUserDiv {
    display: inline-block;
}

.imageDiv {
    padding: 0px;
    flex: 0 0 25%;
    max-width: 25%;
}

.orderPageItemDetailsDiv {
    flex: 0 0 45%;
    max-width: 45%;
}

.orderPageItemOrderingDiv {
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
    padding-left: 2px;
}




#activeFiltersDiv {
    background-color: ghostwhite;
    padding: 0px 5px;
    border: 1px solid #c9c9c9;
    margin: 5px;
}

.activeFiltersResetBtn {
    font-family: proxima-nova;
    font-size: 12px;
}

#activeFiltersCaption {
    font-family: proxima-nova;
    font-size: 12px;
    font-weight: 600;
    text-align: center
}

.pricelistCommandButtonsContainerDiv {
    position: relative;
    width: 100%;
    height: 50px;
}

.pricelistCommandButtonsTotalContainerDiv {
    width: 300px;
    position: absolute;
    right: 0px;
    margin: auto;
}

.pricelistCommandButtonsTotalInnerDiv {
    display: inline-block;
    position: relative;
    margin-top: 7px;
    height: 25px;
    overflow: hidden;
}

    .pricelistCommandButtonsTotalInnerDiv input {
        display: inline-block;
        width: 100px;
        height: 25px;
        font-family: proxima-nova-semibold;
        text-align: center
    }

.pricelistCommandButtonsTotalCaptionDiv {
    display: inline-block;
    width: 100px;
    font-family: proxima-nova-semibold
}

.pricelistCommandButtonsDiv {
    display: inline-block;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 350px;
    height: 25px;
    margin-top: 3px;
}

.priceListResetOrderButtonDiv {
    display: inline-block;
}

.priceListToBasketOrderButtonDiv {
    display: inline-block;
}

.navbarHomeButton {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
    text-decoration: none;
}

.navbarOrderButton {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
    text-decoration: none;
}

.loadingDiv {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: flex;
    opacity: 0.9;
    background-color: dimgray;
    z-index: 99;
    text-align: center;
    justify-content: center;
    align-items: center
}

    .loadingDiv div {
        width: 400px;
        background-color: white;
        height: 200px;
    }

    .loadingDiv img {
        width: 60px;
        height: 60px;
        top: 50px;
        position: relative;
    }

    .loadingDiv h3, h4, h5 {
        top: 55px;
        position: relative;
    }

    .loadingDiv i {
        color: green;
        font-size: 50px;
        position: relative;
        top: 40px;
    }

    .loadingDiv input {
        width: 100px;
        height: 30px;
        position: relative;
        top: 80px;
    }



.navbarMain {
    height: 50px;
    background-image: linear-gradient(to right,white,green);
}

.navbarInnerDiv {
    width: 100%;
}

.navbarContentDiv {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: inline-block;
    top: 0px;
    height: 40px;
}

    .navbarContentDiv a:link {
        text-decoration: none
    }

.navbarDividerDiv {
    border: 0.5px solid white;
    width: 0px;
    height: 35px;
    display: inline-block;
    position: absolute;
    bottom: 3px;
    margin-top: auto;
    content: '';
}

#nrItems {
    pointer-events: none;
    color: white;
    font-size: 14px;
    margin-bottom: 12px;
    z-index: 100;
    bottom: 1px;
    position: relative;
}

body { /*To move content below navbar*/
    padding-top: 50px;
    padding-bottom: 20px;
}

.swiper-container {
    width: 90%;
    height: 300px;
}

.bootstraptoggle {
    padding: 0px;
    visibility: collapse;
}
/*Login*/
.logoDiv {
    text-align: center;
    margin: 10px;
}

/*Promotions*/
.promotionSwiperContainer {
    background-color: #132530;
    width: 100%;
}

.swiper-slide {
    text-align: center;
}
/*Slick*/

.slick-slide img {
    width: 100%;
}

.productHighlightsAndSmallerPromotions {
    position: relative;
    margin-right: 30px;
    margin-top: 100px
}

.RightAlign {
    margin: auto;
    right: 50px;
}

.LeftAlign {
    margin: auto;
    left: 50px;
}

.smallPromotionsMainDiv {
    top: 0px !important;
    width: 550px;
    height: 350px !important;
    border: 1px solid darkgray;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.smallPromotionsInnerDiv {
    overflow: hidden;
    height: 350px;
}

.productHighlightsHeader {
    font-family: proxima-nova;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 530px;
    margin-left: 10px;
    background-image: linear-gradient(45deg, #fafafa, transparent);
}

    .productHighlightsHeader div {
        padding-left: 40px;
        background: url('/Assets/tag.png') no-repeat 3px -1px;
        background-size: 31px 31px;
    }

.catalogHeader {
    font-family: proxima-nova;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 530px;
    background-image: linear-gradient(45deg, #fafafa, transparent);
    margin-left: 100px;
}

    .catalogHeader div {
        padding-left: 40px;
        background: url('/Assets/catalog.png') no-repeat 0px 0px;
        background-size: 30px 30px;
    }

.catalogDiv {
    margin-left: 100px;
    margin-right: 100px
}

.productHighlightsDiv {
    font-family: proxima-nova-semibold;
    margin: 10px;
    background: linear-gradient(45deg, #fafafa, transparent);
}

    .productHighlightsDiv a {
        text-decoration: none;
        font-family: proxima-nova-semibold;
        color: black;
        font-size: 15px
    }

.productHighlightsItemDiv {
    max-width: 300px;
    width: 150px;
    text-align: center;
}

.productHighlightsItemInnerDiv {
    border: 1px solid #f0f0f0;
    margin-right: 12px;
    margin-bottom: 9px;
    height: 183px;
    position: relative;
}

.orderPageOutOfStockDiv {
    background: url('/Assets/eshitur.png') no-repeat 15px 55px;
    background-size: 120px 120px;
}

.productHighlightsPhotoDiv {
    height: 150px;
    width: 100%;
}

    .productHighlightsPhotoDiv div {
        display: inline-block;
    }

        .productHighlightsPhotoDiv div img {
            display: inline;
            width: 100%;
            height: 100%;
            object-fit: scale-down;
            min-height: 50px;
        }

.categoriesPhotoDiv {
    height: 150px;
    width: 100%;
    overflow: hidden;
}

    .categoriesPhotoDiv div {
        position: relative;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 100%;
        height: 100%;
    }

        .categoriesPhotoDiv div img {
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            object-fit: scale-down;
            width: 100%;
            height: 100%;
        }

.productHighlightsTitleDiv {
    background: #f3f3f3;
    text-align: center;
    height: 33px;
    vertical-align: middle;
    width: 100%;
    word-break: break-word;
    padding: 5px;
    top: 15px;
    bottom: 10px;
    color: black;
}

.productHighlightsDetailDiv {
    font-size: 16px;
    color: crimson;
}

.productHighlightsDiscountDiv {
    position: absolute;
    top: 0px;
}

.slick-prev:before, .slick-next:before {
    color: red !important;
}


/* Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4*/
.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}

.footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: lightgray;
    color: lightslategray;
    display: block;
}

.zoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

    .zoom:hover {
        transform: scale(5) translate(20px); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        position: relative;
        z-index: 10;
    }

.zoomFirst {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

    .zoomFirst:hover {
        transform: scale(5) translate(20px,15px); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        position: relative;
        z-index: 10;
    }

.zoomLast {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

    .zoomLast:hover {
        transform: scale(5) translate(20px,-15px); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        position: relative;
        z-index: 10;
    }

/*Template2020 PriceList2*/
.mainDiv {
    text-align: left;
    border-bottom: solid 1px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}



.template2020ProductPhotoInnerDiv {
    position: relative;
    /* top: 0px; */
    /* bottom: 0px; */
    /* left: 0px; */
    /* right: 0px; */
    margin: auto;
    width: 120px;
    height: 150px;
}

.template2020ProductPhotoImg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.orderPagePhotoMainDiv {
    width: 150px;
    height: 220px;
    margin-left: auto;
    margin-right: auto
}

.orderPagePhotosBodyDiv {
    height: 220px;
}

.productTitle {
    margin-bottom: 0px;
    font-family: proxima-nova;
    color: black;
    font-weight: bold;
    font-size: 18px;
    word-break: break-word;
}

.productSubTitle {
    font-family: proxima-nova;
    font-family: proxima-nova;
    color: #208342;
}

.manufacturerCaption {
    font-family: proxima-nova;
    font-family: proxima-nova;
    color: #208342;
}

.prodFeaturesTable {
    border-collapse: separate;
    border-spacing: 0 0.1em;
}

.productArtNum {
    color: #208342;
    font-family: proxima-nova-semibold;
    font-size: 14px;
    font-weight: 600;
}

.stockComment {
    color: orange;
    font-family: proxima-nova-semibold;
    font-size: 13px;
    font-weight: 300;
}

}

.warehouseName {
    color: #606062;
    font-family: proxima-nova-semibold;
    font-size: 13px;
    font-weight: 600;
    font-family: proxima-nova;
}

.attributeCaption {
    font-family: proxima-nova-semibold;
    font-size: 14px;
    color: #444;
    font-weight: 300;
}

.productInfoCaption {
    font-family: proxima-nova-semibold;
    font-size: 14px;
    color: #444;
    font-weight: 300;
}

.productRegularPrice {
    font-family: proxima-nova-semibold;
    font-size: 12px;
    color: #ababab
}

.productOfferCaption {
    font-family: proxima-nova-semibold;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 12px;
    margin-top: 10px;
}

.productFinalPrice {
    font-family: proxima-nova-semibold;
    font-size: 27px;
    margin-bottom: 0px;
    line-height: 27px;
}

.productIncVatCaption {
    font-family: proxima-nova-semibold;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 12px;
    margin-top: 10px;
}

.productSaving {
    font-family: proxima-nova-semibold;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 12px;
}

.productInStockDiv {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: proxima-nova-semibold;
    font-size: 12px;
}

    .productInStockDiv img {
        position: absolute
    }

    .productInStockDiv p {
        position: absolute;
        font-family: proxima-nova-semibold;
        font-size: 13px;
        line-height: 13px;
        padding-left: 20px;
    }

.productSubTotalContainer {
    text-align: right;
    position: relative;
    font-family: proxima-nova-semibold;
    font-size: 13px;
    width: 95%;
    max-width: 200px;
    background-color: lightgray;
    margin-bottom: 2px;
}

    .productSubTotalContainer p {
        margin-bottom: 0px;
        padding-right: 60px;
        left: 0px;
        padding-left: 100px;
        text-align: left;
    }

    .productSubTotalContainer div {
        position: absolute;
        top: 0px;
        right: 0px;
        padding-right: 10px
    }

.productDiscountPrcDiv {
    position: absolute;
    top: 70px;
    margin-left: 130px;
    margin-top: -19px;
}

.orderPageOtherFiltersContainerDiv {
    padding: 5px;
    font-family: proxima-nova-semibold;
    text-align: left;
    background-color: khaki;
    box-shadow: 2px 0 3px rgba(0,0,0,.1);
    cursor: pointer;
    border-bottom: solid 2px orange;
}

.orderPageOtherFiltersTitleDiv {
    font-family: proxima-nova-semibold;
    font-size: 16px;
}

.orderPageOtherFiltersDescDiv {
    font-size: 12px;
    font-family: proxima-nova;
}


.similarProductDiv {
    padding: 1px;
    background-color: darkkhaki;
    color: white;
    margin-left: 200px;
    text-align: center;
}

.longAttribList {
    list-style: none;
    word-break: break-word;
    font-family: proxima-nova;
    font-size: 12px;
    overflow: hidden;
}

.quantityBoxMainDiv {
    max-width: 200px;
    width: 80%;
    position: absolute;
    height: 30px;
}

.quantityBoxMinusButtonDiv {
    width: 25%;
    position: absolute;
    left: 0px;
}

    .quantityBoxMinusButtonDiv button {
        width: 100%;
        font-family: proxima-nova-extrabold;
        font-size: 18px;
        padding: 0px;
        height: 30px;
        border-style: solid;
    }

.quantityBoxPlusButtonDiv {
    width: 25%;
    position: absolute;
    left: 75%;
}

    .quantityBoxPlusButtonDiv button {
        width: 100%;
        font-family: proxima-nova-extrabold;
        font-size: 18px;
        padding: 0px;
        height: 30px;
        border-style: solid;
    }

.quantityBoxInputDiv {
    width: 50%;
    position: absolute;
    left: 25%;
}

    .quantityBoxInputDiv input {
        width: 100%;
        text-align: center;
        font-size: 18px;
        padding: 0px;
        font-family: proxima-nova;
        height: 30px;
    }

.orderButtonSelected {
    background-color: #e83f33 !important;
    border-color: darkgray;
}

.orderButtonUnSelected {
    background-color: green !important;
    border-color: darkgray;
}

.orderButtonContainer {
    width: 95%;
    max-width: 200px;
    height: 40px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .orderButtonContainer a {
        border-radius: 0px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
        align-items: center;
        height: 100%;
    }

.orderButtonImageWrapper {
    flex: 0 0 18%;
    margin-left: 2%;
}

.orderButtonContainer img {
    width: 100%;
    max-width: 30px
}

.orderButtonContainer p {
    font-family: proxima-nova;
    font-weight: 400;
    color: white;
    flex: 0 0 80%;
    font-size: 15px;
    padding-top: 3px;
    margin: 0px;
    word-break: break-word;
}

.orderButtonDisabled {
    opacity: 0.65;
    pointer-events: none;
    background-color: brown !important;
}

.underCriticalMinimum {
    background-color: darkorange !important;
}

.listTable li {
    border-bottom: 1px solid #e5e5e5;
    line-height: 16px;
    height: 16px;
    font-family: proxima-nova-condensed;
    list-style: none;
    overflow: hidden;
}

    .listTable li:nth-child(even) {
        background-color: #f9f8f8
    }

.tableLeftContent {
    width: 20%;
    float: left;
    font-size: 12px;
    font-family: proxima-nova-condensed;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
}

.tableRightContent {
    width: 80%;
    float: right;
    font-weight: bold;
    font-size: 12px;
    color: #707070;
    text-align: right;
    padding-right: 5px;
}


.productAdditionalDetailsDiv {
    text-align: left;
    overflow: hidden;
    margin-right: 20px;
}

.categoryTitleDiv {
    color: #0067d7;
    font-family: proxima-nova-semibold;
    padding: 15px;
    padding-bottom: 20px;
    background: #fbfbfd;
    text-align: left;
    border-bottom: 1px solid darkred;
    box-shadow: 2px 0 3px rgba(0,0,0,.1);
}

    .categoryTitleDiv a {
        text-decoration: none;
    }

    .categoryTitleDiv i {
        cursor: pointer;
    }

.brandsTitleDiv {
    color: #0067d7;
    font-family: proxima-nova-semibold;
    padding: 15px;
    padding-bottom: 20px;
    background: #fbfbfd;
    text-align: left;
    border-bottom: 1px solid darkred;
    box-shadow: 2px 0 3px rgba(0,0,0,.1);
}

.categoryTitleDesc {
    font-size: 12px;
}

.categoryMainContainer {
    font-family: proxima-nova;
    display: none;
    position: absolute;
    left: 350px;
    top: 0px;
    z-index: 9999;
    height: 100%;
    overflow: scroll;
    width: 500px;
    background: #f9f8f8;
}

    .categoryMainContainer ul {
        list-style: none;
        padding-left: 0px;
    }

.categoryMain {
    line-height: 50px;
    border-color: gray;
    background-color: #f9f8f8;
    color: #0067d7;
    border-bottom: 1px solid rgba(0,0,0,.125);
    cursor: pointer;
    text-align: left;
    box-shadow: 2px 0 3px rgba(0,0,0,.1);
}

.SubCategoryRow {
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-color: gray;
    cursor: pointer;
    text-align: left;
    padding-left: 10px;
}

    .SubCategoryRow i {
        line-height: 65px;
        cursor: pointer;
        color: #0067d7;
    }

.brandMainContainer {
    list-style: none;
    padding-left: 0px;
    font-family: proxima-nova;
    height: 1000px;
    overflow-y: scroll;
}

.brandMain {
    height: 30px !important;
    line-height: 30px;
    border-color: gray;
    background-color: #f9f8f8;
    border-bottom: 1px solid rgba(0,0,0,.125);
    cursor: pointer;
    text-align: left;
}

.brandMainDX {
    height: 60px !important;
    line-height: 60px;
    cursor: pointer;
    text-align: left;
}

    .brandMainDX img {
        max-width: 60px !important;
    }

.categoryDropDown {
    list-style: none;
    padding-left: 0px;
    overflow: hidden;
    height: 0px;
    width: 100%;
    background: transparent;
}

.SelectedCategoryDiv {
    width: 100%;
    max-width: 300px;
    margin-top: 15px;
    margin-bottom: 5px;
}


    .SelectedCategoryDiv span {
        position: absolute;
        right: 27px;
        top: 9px;
    }

    .SelectedCategoryDiv i {
        background-image: url("/Assets/Clear.png");
        width: 22px;
        height: 22px;
    }

        .SelectedCategoryDiv i:hover {
            background-image: url("/Assets/ClearHover.png");
        }

.SelectedBrandDiv {
    width: 100%;
    max-width: 300px;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 5px;
    flex: auto;
}

.SelectedBrandInnerDiv {
    width: 100%;
    max-width: 290px;
    position: relative;
    display: flex;
}

.categorySub {
    height: 65px !important;
    line-height: 65px;
}
/*In order to enable multi-level navbar*/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
    }



.navbarHomeButton div {
    display: inline-block;
    margin-left: 5px;
}

.navbarHomeButton i {
    font-size: 30px;
    vertical-align: middle;
}



.navbarOrderButton div {
    display: inline-block;
    margin-left: 5px;
}

.navbarOrderButton i {
    font-size: 30px;
    vertical-align: middle;
}


.installAppDiv {
    text-align: center;
}
/*Responsiveness*/
@media only screen and (max-width: 600px) {
    .navbarHomeButton {
        margin-left: 8px;
        margin-right: 8px;
    }

    .navbarOrderButton {
        margin-left: 8px;
        margin-right: 8px;
    }

    .container-fluid {
        padding: 0px;
        overflow: hidden;
    }

    .imageDiv {
        padding: 0px;
    }

    .orderPageItemDetailsDiv {
        padding-right: 0px;
    }

    .orderPageItemOrderingDiv {
        padding: 0px;
        padding-left: 10px;
        flex: 0 0 30%;
        max-width: 30%;
        position: relative;
    }

    /*.orderButtonContainer {
        width: 160px;
        display: flex;
        flex-wrap: wrap;
    }

        .orderButtonContainer img {
        }*/

    .orderButtonContainer p {
        font-size: 12px;
    }

    .productSubTotalContainer {
        /*width: 160px;*/
        padding-left: 0px;
    }

        .productSubTotalContainer p {
            /*width: 160px;*/
            padding-left: 10px;
        }

    /*.quantityBoxMainDiv {
        width: 160px;
    }*/


    /*.quantityBoxInputDiv {
        width: 60px;
    }

        .quantityBoxInputDiv input {
            width: 60px;
        }*/

    /*.quantityBoxPlusButtonDiv {
        left: 110px;
    }*/

    .pricelistCommandButtonsContainerDiv {
        height: 80px;
    }

    .pricelistCommandButtonsDiv {
        top: 30px;
    }

    .pricelistCommandButtonsTotalInnerDiv {
        margin-top: 0px;
    }



    .navbarHomeButton div {
        display: none;
    }



    .navbarOrderButton div {
        display: none;
    }

    .productDiscountPrcDiv {
        margin-left: 110px;
    }
}

@media only screen and (max-width: 500px) {
    .orderPageOutOfStockDiv {
        background: url('/Assets/eshitur.png') no-repeat 15px 20px;
        background-size: 120px 120px;
    }

    /*main Layout*/
    .imageDiv {
        padding: 0px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .orderPageItemDetailsDiv {
        max-width: 70%;
        flex: 0 0 70%;
        padding-right: 5px;
    }

    .orderPagePhotosBodyDiv {
        height: 150px;
    }

    .orderPagePhotoMainDiv {
        height: 150px;
    }

    .orderPageItemOrderingDiv {
        padding-left: 2px
    }


    .navbarTotalDiv {
        display: none;
    }

    .prodFeaturesTable {
        width: 100%;
        padding-left: 5px;
    }

        .prodFeaturesTable h6 {
            text-align: center;
        }

    .navbarHomeButton {
        display: none;
    }

    .navbarUserDiv label {
        font-size: 10px;
    }

    #toggleFilterBtn {
        display: none;
    }

    /*.quantityBoxMainDiv {
            width: 90px;
        }*/



    /*.quantityBoxInputDiv {
            width: 40px;
            left: 25px;
        }

            .quantityBoxInputDiv input {
                width: 40px;
            }*/

    /*.quantityBoxPlusButtonDiv {
            width: 25px;
            left: 65px;
        }

            .quantityBoxPlusButtonDiv button {
                width: 25px;
            }*/

    /*.orderButtonContainer {
            width: 90px;
        }*/

    .orderButtonContainer p {
        font-size: 10px;
        /*word-break: break-word;*/
        padding-top: 0px;
    }

    .cancelOrderBtn, .submitOrderBtn {
        font-size: 12px;
    }

    .productSubTotalContainer {
        /*width: 90px;*/
    }

        .productSubTotalContainer p {
            padding-left: 10px;
        }

    .pricelistCommandButtonsDiv {
        width: 280px;
    }


    .productRegularPrice {
        font-size: 8px;
    }

    .productDiscountPrcDiv {
        margin-top: -110px;
        margin-left: 0px;
    }


    /*Fonts*/
    /* regular */
    @font-face {
        font-family: 'proxima-nova';
        src: url(../fonts/proximanova-regular-webfont.eot);
        src: url(../fonts/proximanova-regular-webfont.eot?iefix) format("eot"), url(../fonts/proximanova-regular-webfont.woff) format("woff"), url(../fonts/proximanova-regular-webfont.ttf) format("truetype"), url(../fonts/proximanova-regular-webfont.svg#webfontZam02nTh) format("svg");
        font-weight: normal;
        font-style: normal;
    }
    /* light */
    @font-face {
        font-family: 'proxima-nova';
        src: url(../fonts/proximanova-light-webfont.eot);
        src: url(../fonts/proximanova-light-webfont.eot?iefix) format("eot"), url(../fonts/proximanova-light-webfont.woff) format("woff"), url(../fonts/proximanova-light-webfont.ttf) format("truetype"), url(../fonts/proximanova-light-webfont.svg#webfontBtAcCspH) format("svg");
        font-weight: 200;
        font-style: normal;
    }
    /* bold */
    @font-face {
        font-family: 'proxima-nova';
        src: url(../fonts/proximanova-bold-webfont.eot);
        src: url(../fonts/proximanova-bold-webfont.eot?iefix) format("eot"), url(../fonts/proximanova-bold-webfont.woff) format("woff"), url(../fonts/proximanova-bold-webfont.ttf) format("truetype"), url(../fonts/proximanova-bold-webfont.svg#webfontZ6etP9ZY) format("svg");
        font-weight: bold;
        font-style: normal;
    }
    /* Xtra bold */
    @font-face {
        font-family: 'proxima-nova';
        src: url(../fonts/proximanova-xbold-webfont.eot);
        src: url(../fonts/proximanova-xbold-webfont.eot?iefix) format("eot"), url(../fonts/proximanova-xbold-webfont.woff) format("woff"), url(../fonts/proximanova-xbold-webfont.ttf) format("truetype"), url(../fonts/proximanova-xbold-webfont.svg#webfont2rpW2ohz) format("svg");
        font-weight: 900;
        font-style: normal;
    }
    /* regular Italic */
    @font-face {
        font-family: 'proxima-nova';
        src: url(../fonts/proximanova-regitalic-webfont.eot);
        src: url(../fonts/proximanova-regitalic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanova-regitalic-webfont.woff) format("woff"), url(../fonts/proximanova-regitalic-webfont.ttf) format("truetype"), url(../fonts/proximanova-regitalic-webfont.svg#proxima_novaregular_italic) format("svg");
        font-weight: normal;
        font-style: italic;
    }

    /* Condensed Semibold */
    @font-face {
        font-family: 'proxima-nova-extrabold';
        src: url(../fonts/ProximaNova-Extrabld.woff);
        /*src: url(../fonts/proximanovacond-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanovacond-semibold-webfont.woff) format("woff"), url(../fonts/proximanovacond-semibold-webfont.ttf) format("truetype"), url(../fonts/proximanovacond-semibold-webfont.svg#proxima_nova_condensedSBd) format("svg");*/
        font-weight: 600;
        font-style: normal;
    }

    @font-face {
        font-family: 'proxima-nova-semibold';
        src: url(../fonts/2E71BC_B_0.woff2);
        /*src: url(../fonts/proximanova-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proximanova-semibold-webfont.woff) format("woff"), url(../fonts/proximanova-semibold-webfont.ttf) format("truetype"), url(../fonts/proximanova-semibold-webfont.svg#proxima_nova_condensedSBd) format("svg");*/
        font-weight: normal;
        font-style: normal;
    }
}

