﻿.disabledlink {
    cursor: not-allowed;
    text-decoration: none;
    pointer-events: none;
}

.productdescriptioncontainer {
    padding-left:20px;
}

.productdescriptioncontainer img {
    padding-right: 20px;
    width:100%;
}

.productdescriptioncontainer p{
    margin:0px;
}

.productdescriptioncontainer td {
    padding: 3px 10px;
    vertical-align: top;
}

.pdname {
    min-width: 100px;
}
.pdvalue {
    min-width: 100px;
}
.pddiv {
    margin: 0px auto;
    padding-left:6px;
    font-size: 14px;
    margin-bottom: 5px;
}


.itemedit-popup-window {
    z-index: 1050;
    display: block;
    width: max-content;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: max-content;
}

    .itemedit-popup-window .modal-dialog {
        margin: 0px !important;
        width: unset !important;
    }

    .itemedit-popup-window .modal-body {
        height: 800px!important;
        overflow-y:auto;
    }
    .itemedit-popup-window .ta-editor {
        height: 302px;
        min-height: unset;
    }


    .producttocart {
        position: fixed;
        animation: producttocart 0.5s linear forwards;
    }

@keyframes producttocart {
    from {
        
    }

    to {
        transform: scale(0.1);
        transform-origin:top left;
        top: 40px;
        left: 0px;
    }
}

.productdescriptioncontainer h4 {
    font-weight: bolder;
    margin-bottom: 0px
}

.mobileproductinfoclose {
    display: none;
}

.colormodeldone {
    display: block;
    cursor: pointer;
    outline: none;
    height: 40px;
    width: 140px;
    margin: auto;
    margin-top: 12px;
    background: #EB4858;
    border-radius: 2px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0357143em;
    font-family: Arial Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    justify-content: center;
}

.colormodelentry {
    margin-bottom: 5px;
    letter-spacing: 0.0357143em;
    font-family: Arial Nova;

}
    .colormodelentry input {
        height: 30px;
        width: 180px;
        padding-left: 10px;
    }
    .colormodelentry span {
        height: 30px;
        width: 80px;
        display:inline-block;
        text-align:start;
    }

@media (max-width: 1050px) {
    .mobileproductinfocontainer {
        overflow: auto;
        scrollbar-width: none;
        height: calc(100vh - 120px);
    }

        .mobileproductinfocontainer::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }


    .mobileproductinfoclose {
        display: block;
        cursor: pointer;
        outline: none;
        height: 40px;
        width: 140px;
        margin: auto;
        margin-top: 12px;
        background: #EB4858;
        border-radius: 2px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.0357143em;
        font-family: Arial Nova;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 16px;
        color: #FFFFFF;
        justify-content: center;
    }
}

    .deals-close {
        top: 40px;
        position: absolute;
        right: 20px;
        categoryselectorheader z-index: 17;
        cursor: pointer;
    }

    .priceslider {
        margin: 20px 14px 0px 0px !important;
        width: 272px !important;
    }

        .priceslider .rz-pointer {
            background-color: #2E81D3 !important;
            height: 24px !important;
            width: 24px !important;
            top: -10px !important;
            -webkit-touch-callout: none !important; /* iOS Safari */
            -webkit-user-select: none !important; /* Safari */
            -moz-user-select: none !important; /* Firefox */
            -ms-user-select: none !important; /* Internet Explorer/Edge */
            user-select: none !important;
            outline: 0 !important;
        }

            .priceslider .rz-pointer:after {
                background-color: #2E81D3 !important;
            }


        .priceslider .rz-bar {
            height: 3px !important;
            border-radius: 0px !important;
            background: #EEEEEE !important;
            border: 1px solid #E1E1E1 !important;
        }

        .priceslider .rz-selection {
            background-color: #2E81D3 !important;
            height: 3px !important;
            border: none !important;
        }

    .pricerange {
        margin-left: 14px;
        display: flex;
        justify-content: start;
        align-content: center;
    }

        .pricerange .pricerangeinput {
            flex: 0 0 auto;
            padding-right: 8px;
            text-align: right;
            width: 110px;
            height: 34px;
            background: #FAFAFA;
            border: 2px solid #DADCE0;
            box-sizing: border-box;
            border-radius: 1px;
        }

        .pricerange .pricerangetext {
            flex: 0 0 auto;
            padding: 8px;
            font-size: 15px;
            line-height: 22px;
        }


    .greendot {
        width: 10px;
        height: 10px;
        background: #27BB8F;
        border-radius: 50%;
        display: inline-block;
        margin-left: 1px;
    }


    .deals-close:hover {
        opacity: 0.5;
    }

.shopheadercontainer {
    padding: 0px;
    left: 0px;
    right: 0px;
    top: 68px;
    position: sticky;
    
    z-index: 19;
}

    .shopheaderbutton {
        margin-left: 3px;
        margin-right: 3px;
        font-family: Arial Nova;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.0357143em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.5);
        display: flex;
        align-items: center;
        padding-left: 13px;
        padding-right: 13px;
        cursor: pointer;
    }

        .shopheaderbutton:hover {
            color: rgba(255, 255, 255, 0.8);
            background: rgba(255, 255, 255, 0.05);
            border-radius: 2px;
        }

            .shopheaderbutton:hover > a {
                color: rgba(255, 255, 255, 0.8);
                text-decoration: none;
            }

        .shopheaderbutton > a {
            color: rgba(255, 255, 255, 0.5);
            text-decoration: none;
        }

        .shopheaderbutton > ul {
            border: none;
            border-radius:0px;
        }

            .tabactive {
                color: #FFFFFF;
            }

        .tabactive:hover {
            color: #FFFFFF;
            background: initial;
        }

.filterModeButton {
    height: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 2px;
    cursor: pointer;
    font-family: Arial Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 7px;
}

.filterModeBtnInactive {
    width: 50%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: darkgrey;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

    .filterModeBtnInactive:hover {
        color: black;
    }


.filterModeBtnActive {
    background: #FAFAFA;
    color: black;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-bottom:none;
}


.lngbutton {
    margin-left: auto;
    margin-right: 8px;
    margin-top: auto !important;
    margin-bottom: auto !important;
    height: 38px;
    width: 88px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    cursor: pointer;
    font-family: Arial Nova;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    text-transform: uppercase;
}

    .lngbtninactive {
        width: 50%;
        height: 100%;
        background: #525F6D;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .lngbtninactive:hover {
            color: rgba(255, 255, 255, 0.8);
        }


        .lngbtninactive img {
            padding-right: 5px;
        }

        .lngbtninactive:hover img {
            color: rgba(255, 255, 255, 0.8);
        }



.mobilebtn {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    background: #151515;
    cursor: pointer;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #8B8B8B;
}

    .mobilebtn-active {
        color: white;
    }


    .lngbtnactive {
        background: #636F7B;
        color: #FFFFFF;
    }

    .searchblock {
        padding: 0px;
        margin-left: 8px;
        position: relative;
        width: 415px;
    }


    .searchbar {
        background: #5C6875;
        border-radius: 2px;
        height: 44px;
        display: flex;
        width: 100%;
    }

    .searchicon {
        flex: 0 0 auto;
        background: #5C6875;
        border-radius: 2px;
        padding: 12px;
        cursor: pointer;
    }


    .searchinput {
        font-family: Arial Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        padding: 15px;
        text-align: right;
        width: 100%;
        color: #FFFFFF;
        background: #5C6875;
        border: none;
    }


    .cancelicon {
        background: white;
        display: none;
        cursor: pointer;
        border-radius: 0px;
    }

    .cancelicon-show {
        display: block;
    }
    /*
.searchbar:hover .cancelicon {
    display: block !important;
    
}
*/
    .searchbarhover:hover .searchinput {
        color: rgba(0, 0, 0, 0.87);
        background: white;
    }


    .searchinput::placeholder {
        color: #FFFFFF;
    }

    .searchinput-focused {
        color: rgba(0, 0, 0, 0.87);
        background: white;
    }




    .tagspanel {
        position: absolute;
        z-index: 18;
        height: 60vh;
        max-height: 600px;
        max-width: 1000px;
        width: 60vw;
        right: 0;
        top: 48px;
        box-shadow: 0px 4px 8px rgba(176, 190, 197, 0.24);
        border-radius: 3px;
        background-color: white;
        padding: 30px;
        padding: 30px;
    }

    .tagscontainer {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        direction: rtl;
    }

    .hebrew16 {
        font-family: Arial;
        font-size: 16px !important;
        direction: rtl;
    }

    .hebrew18 {
        font-family: Arial;
        font-size: 18px !important;
        direction: rtl;
    }

    .hebrew20 {
        font-family: Arial;
        font-size: 20px !important;
        direction: rtl;
    }

    .hebrew24 {
        font-family: Arial;
        font-size: 24px !important;
        direction: rtl;
    }

    .hebrew16 {
        font-family: Arial;
        font-size: 16px !important;
    }

    .hebrew15 {
        font-family: Arial;
        font-size: 15px !important;
    }

    .hebrew {
        direction: rtl!important;
    }

    .tagitemflex {
        font-family: Arial Nova;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        color: #000000;
        cursor: pointer;
        width: 170px;
        height: 34px;
        float: right;
        flex: 0 0 auto;
        direction: rtl;
        display: flex;
        align-items: center;
    }

        .tagitemflex:hover {
            text-decoration: none;
            cursor: pointer;
            color: #2E81D3;
        }

.subcategoriespanel {
    position: absolute !important;
    top: 44px;
    height: 600px;
    right: 300px;
    width: 40vw;
    background-color: white;
    z-index: 18;
    box-shadow: 0px 4px 8px rgba(176, 190, 197, 0.24);
    border-radius: 3px;
    border-right-width: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-family: Arial Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}

    .categories-popup-background {
        background: rgba(0,0,0,.5);
        width: 100%;
        position: fixed;
        left: 0;
        top: 110px;
        bottom: 0;
        z-index: 17;
    }

    .level2block {
        width: 100%;
        height: 100% !important;
        padding: 10px;
        direction: rtl;
        list-style: none;
        overflow: scroll;
        scrollbar-width: none;
        padding: 28px 0px 0px 0px;
    }

        .level2block::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }

    .level3block {
        padding: 8px 25px 0px 0px;
        width: 252px;
        float: left;
    }



    .level2item {
        font-weight: bold;
        /* identical to box height, or 120% */
        display: flex;
        align-items: center;
        text-transform: capitalize;
        color: rgba(0, 0, 0, 0.87);
        cursor: pointer;
        padding: 4px 0px 8px 0px;
    }

        .level2item:hover {
            color: #2E81D3;
            text-decoration: none;
            cursor: pointer;
        }


    .level3item {
        text-align: start;
        padding: 6px 0px 6px 0px;
        cursor: pointer;
        text-transform: capitalize;
        color: rgba(0, 0, 0, 0.67);
    }

        .level3item:hover {
            text-decoration: none;
            cursor: pointer;
            color: #2E81D3;
        }

.headercontainer {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    background: #505050;
    height: 48px;
    width: 100%;
    z-index: 18;
    gap: 4px;
    padding: 6px 24px;
}

    .headercontainermobile {

    }

    .wrapitem {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .filler {
        flex-grow: 1;
        text-align: center
    }


    .categoriesbtn {
        background: linear-gradient(0deg, #25313F, #25313F), #2F80ED;
        border-radius: 2px;
        color: #FFFFFF;
        width: 300px;
        height: 44px;
        border: none;
        cursor: pointer;
        font-family: Arial Nova;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
    }

        .categoriesbtn .fa-th {
            margin-left: auto;
            margin-right: 10px;
            color: #FFFFFF;
        }

        .categoriesbtn .fa-caret-down {
            margin-left: 4px;
            margin-right: auto;
            color: #FFFFFF;
        }

    .categoriesdropdown {
        position: relative;
        display: inline-block;
        margin-right: 20px;
        margin-left: 15px;
    }

    .categoryselector {
        padding: 7px 16px 7px 16px;
        cursor: pointer;
    }

        .categoryselector:hover {
            background: #EEEFF2;
        }

    .categoryselector-selected {
        color: #9193A4;
    }


.subcatselectorpanel {
    margin-top: 10px;
    background-color: #FAFAFA;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}

.filterssubpanel {
    background-color: #FAFAFA;
    border-radius: 0px;
    padding: 0px 0px 5px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-top:none;
}
.subPanelLimited {
    max-height: 190px;
    overflow: hidden;
}

    .categoryselectorheader {
        background: #E0E1E7;
        padding: 13px 16px 13px 26px;
        margin-bottom: 2px;
        cursor: pointer;
    }

    .categorieslevel1 {
        z-index: 18;
        padding-top: 28px;
        background: #FAFAFA;
        position: absolute!important;
        color: #49545F;
        width: 300px;
        overflow-y: scroll;
        height: 600px;
        scrollbar-width: none;
        box-shadow: 0px 4px 8px rgba(176, 190, 197, 0.24);
        border-radius: 3px;
        border-left-width: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 18px;
        direction: rtl;
    }

        .categorieslevel1::-webkit-scrollbar {
            display: none; /* Safari and Chrome */
        }

        .categorieslevel1 a {
            color: black;
            padding: 7px 17px 7px 17px;
            text-decoration: none;
            color: #49545F;
            display: block;
            width: 100%;
            cursor: pointer;
        }

            .categorieslevel1 a:hover {
                background-color: #EEEFF2;
            }


    .level1selected {
        background-color: #E0E1E7;
    }


.wrapperpanel {
    display: flex;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.filtertitle {
    color: #000;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    display: flex;
    font-size: 28px;
    padding: 22px 8px 0px 8px;
    height:52px;
}

    .filtertitle .filtercout {
        color: #A5A4A4;
        text-align: right;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        display: flex;
        padding: 4px 12px;
        margin: 2px 12px 2px;
        justify-content: center;
        align-items: flex-end;
        gap: 10px;
        border-radius: 30px;
        background: #F7F7F7;
        height:29px;
    }

.categorypathcontainer {
    padding: 8px;
    padding-bottom: 0px;
}

    .categorypath {
        font-family: Arial Nova;
        font-style: normal;
        font-weight: bold;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
        color: #2E81D3;
        cursor: pointer;
        word-wrap: break-word;
        min-width: 0;
        display: inline;
        unicode-bidi: embed;
    }

    .categorypathend {
        color: rgba(0, 0, 0, 0.5);
        cursor: default;
    }

.sortcontrol {
    color: #313131;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    height: 36px;
    background: #FFFFFF;
    padding: 10px 10px 0px;
    cursor: pointer;
    overflow: hidden;
}


    .sortcontrol-open {
        height: 146px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
        z-index: 20;
    }

        .sortcontrol-open .chevrone {
            transform: rotateX(180deg);
        }

    .sortcontrol .chevrone {
        display: flex;
        height: 36px;
        width: 36px;
        margin: 0px 4px;
    }


    .sortcontrol:hover .chevrone {
        background: rgba(204, 204, 204, 0.25);
        border-radius: 50%;
    }

    .sortcontrol .sortheader {
        display: flex;
        justify-content: flex-end;
        gap:4px;
        margin-bottom: 10px;
        direction:ltr;
    }

    .sortpick {
        padding: 5px 14px 8px 13px;
        font-weight: 500;
        color: #464749;
        text-align: end;
    }

        .sortpick:hover {
            background-color: #EEEFF2;
        }

.v-flip {
    -moz-transform: scale(1, -1) translateY(2px);
    -webkit-transform: scale(1, -1) translateY(2px);
    -o-transform: scale(1, -1) translateY(2px);
    -ms-transform: scale(1, -1) translateY(2px);
    transform: scale(1, -1) translateY(2px);
}

.filterpanel {
    position: sticky;
    top: 90px;
    background-color: white;
    margin-right: 0px;
    flex: 0 0 auto;
    font-family: Arial Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);
    width: 300px;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
    .filterpanel::-webkit-scrollbar {
        display: none;
    }



         .filterline {
            display: flex;
            cursor: pointer;
            padding-right: 10px;
            align-items: center;
            justify-content: flex-end;
            min-height: 30px;
        }

    .filterline:hover {
        color: #2E81D3;
    }

    .filtercount {
        flex: 0 0 auto;
        padding-left: 5px;
    }


    .filtercheckbox {
        margin-right: 12px;
        margin-left: 12px;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 24px;
        height: 24px;
        border: 2px solid rgba(117, 117, 117, 0.5);
        box-sizing: border-box;
        border-radius: 1px;
        cursor: pointer;
        flex: 0 0 auto
    }

    .filtercheckbox-selected {
        background: #2E81D3;
        border-color: #2E81D3;
    }

        .filtercheckbox-selected .fa {
            color: white;
            background-color: #2E81D3;
            padding-right: 2px;
        }

    .filterline .logo {
        margin-right: 5px;
        min-width: 30px;
        height: 30px;
        flex: 0 0 auto;
    }

.filterline .brand {
}

    .filterline .brand:hover {
        color: #2E81D3;
    }

    .filterpanel .filterheader {
        font-weight: bold;
        width: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-left: 10px;
        color: #464749;
    }

    .filterheader .chevrone {
        flex: 0 0 34px;
        border-radius: 50%;
        height: 34px;
        width: 34px;
        margin: 0px 4px 0px 4px !important;
        display: flex;
    }

.shop-resetfilters {
    color: #EB4858;
    font-size: 17px;
    cursor: pointer;
    border: 2px solid;
    padding: 2px 15px;
    z-index: 2;
    border-radius: 30px;
    line-height:1px;
    
}
    .shop-resetfilters:hover {
        background-color: #EB4858;
        color:white;
    }
        .shop-resetfilters:hover i {
            background-color: #EB4858;
            color: white;
        }

        .chevrone img {
            margin: auto;
        }

    .filterheader:hover .chevrone {
        background: rgba(204, 204, 204, 0.25);
    }

    .filterpanel .level2header {
        color: rgba(0, 0, 0, 0.5);
        font-weight: bold;
        vertical-align: top;
        margin-left: -14px;
    }

    .filterpanel .level3header {
        margin-left: 16px;
    }

    .filterpanel .filterheader .fa {
        padding-left: 15px;
        padding-right: 15px;
        display: inline-block;
        flex: 0 0 auto;
    }

    .filterpanel .separator {
        margin: 5px 14px;
        height: 0px;
        border: 0.5px solid rgba(0, 0, 0, 0.1);
    }


.filterssubpanel .morelessswitch {
    font-size: 18px;
    padding: 7px 22px;
    text-transform: lowercase;
    display: block;
}


.itemspanel {
    flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}


    .category-title {
        font-size: 17px;
        overflow: hidden;
        margin-right: auto;
        margin-top: 8px;
    }

    .deals-pricelist-menu {
        padding: 0px;
        margin-top: 12px;
        font-weight: bold;
        text-align: end;
    }





        .deals-pricelist-menu a {
            color: #656565;
            text-decoration: none;
        }

            .deals-pricelist-menu a:hover {
                text-decoration: none;
                cursor: pointer;
                color: #C51D30;
            }

    .tags-brands-menu {
        padding: 0px;
        margin-top: 12px;
        font-weight: bold;
        text-align: end;
    }


        .tags-brands-menu a {
            color: #C51D30;
            text-decoration: none;
        }

            .tags-brands-menu a:hover {
                text-decoration: none;
                cursor: pointer;
                color: #C51D30;
            }





    /*******************************Admin sales list*********************************/

    .sale-items-count {
        padding: 5px;
        margin-left: 2px;
        font-weight: bold;
    }

.sales-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

        .sales-list li {
            float: left;
            margin: 0px;
        }

            .sales-list li > .panel {
                height: 185px;
                margin: 0;
            }

                .sales-list li > .panel input[type=checkbox] {
                    float: left;
                    margin-right: 6px;
                }

                .sales-list li > .panel img {
                    float: left;
                    margin-right: 10px;
                    max-height: 120px;
                }

                .sales-list li > .panel .product-data {
                    height: 85px;
                }

                .sales-list li > .panel .product-item-bottom {
                    text-align: right;
                    margin-right: -10px;
                }

    .item-not-visible {
        opacity: 0.5;
    }

    .selected-item {
        border: solid 1px lightgreen;
        margin-bottom: 1px !important;
        margin-right: 1px !important;
    }

    .dndPlaceholder {
        min-height: 20px;
        background-color: lightgray;
        margin-left: 20px;
    }


    /*******************************Orders popup*******************************/
    /*.sales-popup {
    overflow:hidden;
}
    .sales-popup .panel img {
        float: left;
        margin-right: 10px;
        max-height: 120px;
    }
    .sales-popup .panel .product-data {
        height: 85px;
    }
    .sales-popup .panel .product-item-bottom {
        text-align: right;
        margin-right: -10px;
    }*/

    .sales-popup {
        margin: 0px;
        padding: 0px;
        padding-right: 20px;
        min-height: 95vh;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /*width: 912px;*/
    }

.customitemcontainer button {
    margin: 0px 40px 10px;
    height: 58px;
    width: 220px;
    border: none;
    background: #E29F68;
    color: #313131;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.cart-place-order-button {
    color: #FFFFFF;
    background: #CC2626;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    margin: 10px;
    height: 48px;
    width: 150px;
    border: none;
    flex: 0 0 auto;
}

/*******************************Orders navigation*********************************/
.sales-menu {
    margin: 0 auto;
}

        .sales-menu > ul {
            /*position: relative; */
            z-index: 9;
            width: 100%;
            padding: 15px 0 10px 10px;
            border-bottom: 1px solid #3e434b;
            list-style: none;
            background: url(../../Images/Sales/horizontal-menu-bg.png);
        }

            .sales-menu > ul > li {
                margin: -15px 15px 0 0;
                float: left;
            }

                .sales-menu > ul > li:hover > .sub-menu {
                    display: block;
                }

                .sales-menu > ul > li > a {
                    font-size: 16px;
                    font-weight: 500;
                    color: #fff;
                    display: block;
                    text-decoration: none;
                    position: relative;
                    padding: 3px 0 10px 5px;
                    float: right;
                }


                    .sales-menu > ul > li > a > span {
                        padding: 0 0 0 0;
                        cursor: pointer;
                        white-space: normal;
                        position: relative;
                        z-index: 2;
                        background: none;
                    }

                        .sales-menu > ul > li > a > span.active {
                            color: #FF4D00;
                        }

    .sub-menu {
        display: none;
        position: absolute;
    }


    /*******************************Popup scrollbar*********************************/
    .scrollbar > ::-webkit-scrollbar {
        width: 8px;
        height: 5px;
    }

    .scrollbar > ::-webkit-scrollbar-button {
        width: 1px;
        height: 1px;
    }

    .scrollbar > ::-webkit-scrollbar-thumb {
        background: #c0c0c0;
        border: 0px none #ffffff;
        border-radius: 50px;
    }

        .scrollbar > ::-webkit-scrollbar-thumb:hover {
            background: #c0c0c0;
        }

        .scrollbar > ::-webkit-scrollbar-thumb:active {
            background: #0080ff;
        }

    .scrollbar > ::-webkit-scrollbar-track {
        background: #808080;
        border: 0px none #ffffff;
        border-radius: 50px;
    }

        .scrollbar > ::-webkit-scrollbar-track:hover {
            background: #666666;
        }

        .scrollbar > ::-webkit-scrollbar-track:active {
            background: #333333;
        }

    .scrollbar > ::-webkit-scrollbar-corner {
        background: transparent;
    }

.product-confirmation {
    border-radius: 24px;
    box-sizing: border-box;
    background: #FFFFFF;
    color: black;
    padding: 16px 16px 16px 16px;
}
    .product-confirmation .product-image {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 422px;
        width: 422px;
        z-index: 16;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/Images/Sales/no-image.jpg');
        border-radius: 24px;
        margin-bottom: 16px;
    }

        .product-confirmation .product-image > img {
            width: 100%;
            height: 100%;
        }

    .product-confirmation .product-name-full {
        color: #8B8B8B;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%; /* 20px */
        text-transform: uppercase;
    }

    .product-confirmation table {
        margin:12px 0px;
        width: 100%;
        color: #262626;
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .product-confirmation table td {
        padding:6px 0px;
    }

    .product-confirmation-window {
        flex-shrink: 0;
        padding: 0px;
        top: calc(50vh - 250px);
        left: 50vw;
        border: none;
        border-radius: 24px;
        background: #FFF;
        width: 453px;
        height: max-content;
    }

    .product-confirmation-window .modal-dialog {
        box-shadow: none;
        border: none;
        margin: 0px;
        padding: 0px;
        width:unset;
        height:unset;
    }

    .product-confirmation-window .modal-content {
        box-shadow: none;
        border: none;
        margin: 0px;
        padding: 0px;
        width: unset;
        height: unset;
    }
    /*******************************Product*********************************/
    .product-item {
        border-radius: 24px;
        box-sizing: border-box;
        background: #FFFFFF;
        transition: transform .2s;
        color: black;
        z-index: 16;
        padding: 8px 8px 48px 8px;
        position: relative;
    }

    .product-item:hover:not(.product-item-mobile) {
        transform: scale(1.1);
        box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.25);
        position: absolute;
        width: max-content;
        z-index: 17;
        padding:8px;
    }

    .product-item .product-image {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 220px;
        width: 220px;
        z-index: 16;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/Images/Sales/no-image.jpg');
        border-radius: 24px;
        margin-bottom: 8px;
    }

            .product-item .product-image > img {
                width: 100%;
                height: 100%;
            }


        .product-item .product-price .price {
            cursor: pointer;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
            color: #151515;
            text-align: start;
            padding: 4px 0px;
            
        }

.product-item-quote-tag {
    display: inline-flex;
    padding: 4px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background-color: #E29F68;
    color: #FFFFFF;
    opacity: 0.4;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    top: 18px;
    left: 18px;
    position: absolute;
    cursor:default;
}

.productcard-hover-expand {
    display: none !important;
}
.product-item:hover .productcard-hover-expand {
    display: block!important;
}

.product-card-button {
    cursor: pointer;
    outline: none;
    height: 36px;
    width: 210px;
    margin: 0px auto;
    background: #EB4858;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #313131;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
    border-radius: 200px;
    background: #E29F68;
}

    .product-card-button:hover {
        opacity:0.8;
    }


.product-card-button-red {
    color: #FFFFFF;
    background: #CC2626;
    width: calc(50% - 4px);
    height:50px;
}

.product-card-button-white {
    color: black;
    background: white;
    border: 1px solid #A5A4A4;
    width: calc(50% - 4px);
    height: 50px;
}

.product-card-button-cart {
    color: #FFFFFF;
    background: #CC2626;
}


@media (max-width: 1050px) {
    .product-card-button {
                width: initial;
                margin:0px;
            }
        }
        .product-item .product-price .info-image {
            display: block;
            margin: 5px;
            margin-top: -33px;
            float: right;
            width: 30px;
            height: 30px;
            cursor: pointer;
            outline: none;
        }

        .product-item .product-image .product-hover > img {
            cursor: pointer;
        }

        .product-item .product-image:hover .product-hover {
            display: block;
        }

        .product-item .product-category {
            color: #AFADAD;
            display: inline-block;
            width: 113px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

 .quantity-zone {
    width: 130px;
    margin: 12px auto 17px auto;
    display: flex;
}
     .quantity-zone input {
        margin: 0px 6px;
        border: none;
        text-align: center;
        color: #313131;
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%;
        text-transform: uppercase;
    }

    .quantity-zone .change-quantity-button {
        display: flex;
        width: 28px;
        height: 28px;
        padding: 4px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        background-color: #F7F7F7;
        border-radius: 200px;
        cursor: pointer;
    }

        .quantity-zone .change-quantity-button:hover {
            opacity: 0.9;
        }

        .product-item .product-name {
            height: 30px;
            width: 210px;
            color: #5A5A5A;
            text-align: start;
            font-family: Inter;
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            line-height: 125%;
            text-transform: uppercase;
            overflow: hidden;
            margin:0px;
        }

            .product-item .product-name > .item-name-hebrew {
                display: none;
            }

        .product-item .product-item-bottom {
            height: 70px;
        }

            .product-item .product-item-bottom > .product-price {
                float: left;
                color: black;
                font-size: 1.2em;
                font-weight: bold;
                padding: 14px 0 0 10px;
            }

            .product-item .product-item-bottom > .product-promote {
                margin: 0px auto;
            }

                .product-item .product-item-bottom > .product-promote > button {
                    font-size: 17px;
                    text-align: center;
                    width: 100%;
                }

            .product-item .product-item-bottom > .product-actions {
                float: right;
                padding: 8px 10px 0 0;
            }

                .product-item .product-item-bottom > .product-actions > img {
                    cursor: pointer;
                }

.product-item .price-quotation {
    color: #151515;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align:start;
}





#imgPreview {
    position: absolute;
    display: none;
    z-index: 1000;
    pointer-events: none;
}

        #imgPreview > img {
            width: 350px;
        }

        #imgPreview > .sku {
            position: absolute;
            top: 2px;
            left: 5px;
            background-color: lightgray;
        }



    #menuwrapper {
        float: left;
        border: solid 1px lightgray;
        width: 240px;
    }

        /* We remove the margin, padding, and list style of UL and LI components */
        #menuwrapper ul, #menuwrapper ul li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            /* We apply background color and border bottom white and width to 150px */
            #menuwrapper ul li {
                background-color: #FFFFFF;
                width: 100%;
                cursor: pointer;
            }

                /* We apply the background hover color when user hover the mouse over of the li component */
                #menuwrapper ul li:hover {
                    background-color: #F5F5F5;
                    position: relative;
                }

                #menuwrapper ul li.active {
                    background-color: #B5B3B3;
                }

                /* We apply the link style */
                #menuwrapper ul li a {
                    padding: 5px 13px;
                    color: black;
                    display: inline-block;
                    text-decoration: none;
                }

                /**** SECOND LEVEL MENU ****/
                /* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
                #menuwrapper ul li ul {
                    aposition: absolute;
                    adisplay: none;
                }

                /* When user has hovered the li item, we show the ul list by applying display:block, note: 150px is the individual menu width.  */
                #menuwrapper ul li:hover ul {
                    aleft: 150px;
                    atop: 0px;
                    adisplay: block;
                    az-index: 500;
                }

                /* we apply different background color to 2nd level menu items*/
                #menuwrapper ul li ul li {
                    background-color: #f3f3f3;
                }

                /* We change the background color for the level 2 submenu when hovering the menu */
                #menuwrapper ul li:hover ul li:hover {
                    background-color: #b1b536;
                }

                #menuwrapper ul li ul li.active {
                    background-color: #B5B3B3;
                    font-weight: bold;
                }

                /* We style the color of level 2 links */
                #menuwrapper ul li ul li a {
                    color: #454444;
                    display: inline-block;
                    font-size: 12px;
                    padding-right: 35px;
                    awidth: 120px;
                }

                /**** THIRD LEVEL MENU ****/
                /* We need to hide the 3rd menu, when hovering the first level menu */
                #menuwrapper ul li:hover ul li ul {
                    position: absolute;
                    display: none;
                }

                /* We show the third level menu only when they hover the second level menu parent */
                #menuwrapper ul li:hover ul li:hover ul {
                    display: block;
                    left: 150px;
                    top: 0;
                }

                    /* We change the background color for the level 3 submenu*/
                    #menuwrapper ul li:hover ul li:hover ul li {
                        background: #86d3fa;
                    }

                        /* We change the background color for the level 3 submenu when hovering the menu */

                        #menuwrapper ul li:hover ul li:hover ul li:hover {
                            background: #358ebc;
                        }

                        /* We change the level 3 link color */
                        #menuwrapper ul li:hover ul li:hover ul li a {
                            color: #ffffff;
                        }

    /* Clear float */
    .clear {
        clear: both;
    }


    .tree-classic {
        font-size: 15px;
    }



.confirmterms-modal-window .modal-content 
{
    border: none;
    border-radius: 0px;
    min-height: 100%;
    width: 240px;
    margin: auto;
    top: 30vh;
    padding: 20px 10px;
}

.orderweight-modal-window .modal-content {
    border: none;
    border-radius: 0px;
    min-height: 100%;
    margin: auto;
    top: 30vh;
    padding: 20px 10px;
    width: 400px;
}

.itemdetails-modal-window-mobile .modal-dialog {
    width: 90vw;
    height: max-content;
    flex-shrink: 0;
    padding: 0px;
    margin-top: 100px;
    margin-left: 5vw;
    border: none;
    border-radius: 24px;
    background: #FFF;
}

.itemdetails-modal-window .modal-dialog {
    width: 1175px;
    height: 900px;
    flex-shrink: 0;
    padding: 0px;
    margin-top: 100px;
    border: none;
    border-radius: 24px;
    background: #FFF;
}

.itemdetails-modal-window-mobile .modal-content, .itemdetails-modal-window .modal-content {
    border: none;
    border-radius: 24px;
    min-height: 100%;
}

.itemdetails-modal-window-mobile .modal-dialog .modal-body
{
    padding: 10px;
    
}

.itemdetails-modal-window .modal-dialog .modal-body {
    padding: 0px;
    display: flex;
}


.itemdetails-modal-window-mobile .modal-dialog .images-panel-gradient{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    aspect-ratio: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(255, 255, 255, 1));
    opacity: 0.07;
    border-radius: 12px;
    pointer-events: none;
}

.itemdetails-modal-window .modal-dialog .images-panel-gradient {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 694px;
    height: 874px;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(255, 255, 255, 1));
    opacity: 0.07;
    border-radius: 12px;
    pointer-events: none;
}
.itemdetails-modal-window-mobile .window-close,
.product-confirmation-window .window-close, .itemdetails-modal-window .window-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 6.857px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 200px;
    background: #FAFAFA;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    zoom: 1.25;
    z-index: 19;
    cursor: pointer;
}

    .product-confirmation-window .window-close:hover, .itemdetails-modal-window .window-close:hover {
        opacity: 0.9
    }

.window-close-rtl {
    right: unset!important;
    left: 16px;
}

.modal-body-rtl {
    direction:rtl;
}

.itemdetails-modal-window-mobile .modal-dialog .images-panel {
    aspect-ratio: 1;
    flex: 0 0 auto;
    overflow: auto;
    border: 2px solid #EDEDED;
    border-radius: 12px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.itemdetails-modal-window .modal-dialog .images-panel {
    width: 694px;
    height: 874px;
    margin: 12px;
    flex: 0 0 auto;
    overflow: auto;
    border: 2px solid #EDEDED;
    border-radius: 12px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .itemdetails-modal-window .modal-dialog .images-panel::-webkit-scrollbar {
        display: none;
    }

.itemdetails-modal-window-mobile .modal-dialog .info-panel,
.itemdetails-modal-window .modal-dialog .info-panel {
    flex: 1 1 auto;
    min-height: 100%;
    padding: 125px 95px;
    font-family: Inter;
    text-transform: uppercase;
}


.itemdetails-modal-window-mobile .info-panel .sku,
.itemdetails-modal-window .info-panel .sku {
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    color: #5A5A5A;
    margin: 0px 0px 17px 0px;
}

.itemdetails-modal-window-mobile .info-panel .name,
.itemdetails-modal-window .info-panel .name {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #313131;
    margin: 0px 0px 52px 0px;
}

.itemdetails-modal-window-mobile .info-panel .price-number,
.itemdetails-modal-window .info-panel .price-number {
    font-size: 24px;
    font-weight: 700;
}

.itemdetails-modal-window-mobile .info-panel .price,
.itemdetails-modal-window .info-panel .price {
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: initial;
    padding: 0px 8px;
}

.itemdetails-modal-window-mobile .description,
.itemdetails-modal-window .description {
    color: #5A5A5A;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    text-transform: initial;
    margin: 40px 0px 0px 0px;
}
.itemdetails-modal-window .info-panel .description-stub {
    color: #CC2626;
}

.itemdetails-modal-window-mobile .info-panel .quantity-header,
.itemdetails-modal-window .info-panel .quantity-header {
    color: #5A5A5A;
    text-align: center;
    font-size: 14px;
    text-transform: initial;
    font-weight: 400;
    line-height: normal;
}


.item-details {
    padding: 0px;
    font-family: OpenSans-Regular;
}

    @media (max-width: 1050px) {
        .itemdetails-modal-window .modal-dialog {
            width: 100%;
            height: 100%;
            margin: 0;
        }
    }

    .item-in-grid {
        text-align: center;
        margin: 7% 0%;
        color: black;
        font-size: 18px;
        width: 100%;
    }

.header {
    background: #EB4858;
    width: calc(100% + 30px);
    overflow: hidden;
    margin-left: -15px;
}

        .header .text {
            font-size: 2em;
            font-family: OpenSans-Regular;
            color: white;
            margin-top: 13px;
            display: inline-block;
            margin-left: -25px;
            text-align: right;
            width: 79%;
        }


.product-name {
    margin-left: 8px;
    color: #5A5A5A;
    text-align: right;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 15px */
    text-transform: uppercase;
}

    .sku {
        margin-left: 25px;
        font-size: 25px;
    }

    .product-img-info {
        max-height: 60%;
        max-width: 60%;
    }

    .noselect {
        -moz-user-select: none !important; /* Firefox */
        -ms-user-select: none !important; /* Internet Explorer/Edge */
        user-select: none !important;
        outline: 0 !important;
    }


