/* Minification failed. Returning unminified contents.
(6,8): run-time error CSS1031: Expected selector, found 'url(https://fonts.googleapis.com/css?family=Bitter:400,400italic,700)'
(6,8): run-time error CSS1025: Expected comma or open brace, found 'url(https://fonts.googleapis.com/css?family=Bitter:400,400italic,700)'
(129,32): run-time error CSS1031: Expected selector, found '-'
(129,32): run-time error CSS1025: Expected comma or open brace, found '-'
(133,32): run-time error CSS1031: Expected selector, found '-'
(133,32): run-time error CSS1025: Expected comma or open brace, found '-'
(1204,33): run-time error CSS1030: Expected identifier, found '.'
(1204,46): run-time error CSS1031: Expected selector, found ')'
(1204,46): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@font-face {
    font-family: Assistant;
    src: url('/Content/fonts/assistant-v6-latin_hebrew-300.woff2') format('woff2'), url('/Content/fonts/assistant-v6-latin_hebrew-300.woff') format('woff');
}

import url(https://fonts.googleapis.com/css?family=Bitter:400,400italic,700);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@keyframes openUp {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
.invoice .row{
    margin: 0
}
input {
    display: inline-block;
    appearance: none;
    padding: 0.5em;
    width: 50px;
    background: white;
    border: 1px solid black;
    transition: all 0.1s;
    font-size: 14px;
}

.slide-panel-toppadding {
    padding-top: 90px;
}

.slide-panel {
    display: none;
}

/*progres bar*/
.progress-container {
    width: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    margin-bottom: 30px;
}

.progressbar {
    counter-reset: step;
    overflow: auto;
}

.progressbar {
    list-style-type: none;
}

    .progressbar li {
        float: right;
        width: 16.66%;
        position: relative;
        text-align: center;
        color: #333;
        font-size: 11px;
    }

        .progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 22px;
            height: 22px;
            border: 1px solid #dedede;
            display: block;
            margin: 0 auto 5px auto;
            border-radius: 50%;
            line-height: 20px;
            background: #dedede;
            color: #404040;
            text-align: center;
        }

        .progressbar li:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            border: 1px solid #dedede;
            background: #dedede;
            top: 10px;
            left: 50%;
            z-index: -1;
        }

        .progressbar li.active {
            color: black
        }

        .progressbar li.current {
            font-weight: bold;
            color: #079a8b
        }

            .progressbar li.current.active:before {
                background-color: white;
                color: #079a8b;
                font-weight: bold;
            }

            .progressbar li.current.active:after {
                border: 1px solid #079a8b;
            }

        .progressbar li.active:before {
            border-color: #079a8b;
            background: #079a8b;
            color: white;
            font-weight: normal;
        }

        .progressbar li.active:after {
            background: #079a8b;
            border: 1px solid #079a8b;
        }

        .progressbar li.active - li:after {
            background: #3aac5d;
        }

        .progressbar li.active - li:before {
            border-color: #3aac5d;
            background: #3aac5d;
            color: white
        }

        .progressbar li:first-child:after {
            content: none;
        }

.slideMore {
    position: relative;
    overflow: hidden;
    max-height: 400px;
}

.slideMoreLink {
    padding-bottom: 15px;
}

/*.slide-enter-active,.slide-leave-active {    transition: height 1s ease-in-out;overflow: hidden;}
.slide-enter,.slide-leave-to {height: 0;}*/
.form-body {
    padding-right: 20px;
    padding-left: 20px;
}

.sendtypeLink {
    margin-right: 40px;
    background-color: white;
    border: 0;
    outline: 0;
}

    .sendtypeLink:first-child {
        margin-right: 0;
    }

.sendtype {
    text-align: center;
    width: 100px;
    height: 100px;
    border: 1px solid #cb0006;
    border-radius: 100%;
    display: inline-block;
}

    .sendtype:hover {
        background-color: #8D2321;
        border-color: #8D2321
    }

.sendtypeLink.current .sendtype {
    background-color: #cb0006;
}

    .sendtype:hover .incircle, .sendtypeLink.current .sendtype .incircle {
        color: white;
    }

.sendtypeLink .sendtypelabel {
    color: #333;
    padding-top: 10px;
}

.incircle {
    font-size: 40px;
    line-height: 100px;
    color: #cb0006;
}

.subTitle {
    text-align: right;
    font-size: 16px;
    color: black;
    padding: 0 0 20px 0;
}

.subTitleMargin {
    margin: 40px 0 20px 0;
}

.margin55 {
    margin-top: 55px;
}

.margin20 {
    margin-top: 20px;
}

.subTitleGrey {
    color: #68676C;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.sendTypesContainer {
    margin-top: 30px;
    text-align: center;
}

input.styled-check + label.infolabel {
    margin-left: 5px;
}

input.styled-check:disabled {
    background: #ccc;
}

.shipOptionContainer {
    text-align: center;
}

.WorkItemTitle {
    background-color: #dedede;
    border-radius: 20px;
    padding: 10px 15px;
    line-height: 12px;
    margin-bottom: 10px;
    height: 38px;
}

    .WorkItemTitle .img {
        width: 20px;
        margin-left: 10px;
    }

    .WorkItemTitle .text {
        line-height: 19px;
        padding-left: 7px;
    }


.Cart {
    float: right;
    border: 1px solid #dedede;
    border-radius: 6px;
    display: inline-block;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
    margin: 0 0 40px 0;
    width: 100%;
    height: 462px;
}

    .Cart .carticon {
        width: 37px;
        margin-left: 11px;
        line-height: 46px;
        padding: 7px 8px 5px 1px;
        float: right;
    }

    .Cart .closecart {
        display: none;
    }

    .Cart .clearcart {
        position: absolute;
        top: 9px;
        left: 10px;
        font-size: 12px;
        cursor: pointer;
    }

    .Cart .title {
        color: #333;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        height: 59px;
    }

    .Cart .titletext {
        font-size: 18px;
        line-height: 36px;
        color: #cb0006;
    }

    .Cart .subtitletext {
        font-size: 16px;
        line-height: 12px;
    }

    .Cart .cartdata {
        height: 235px;
        overflow: hidden;
    }

    .Cart .cartdata, .Cart .datafooter {
        padding: 10px;
    }

    .Cart .datatitle {
        padding: 10px;
        color: #595858;
        border-bottom: 1px solid #4a4a4a;
        height: 32px;
        line-height: 10px;
        background-color: #f1f1f1
    }

        .Cart .datatitle .col1, .Cart .datafooter .col1 {
            width: 23px;
        }

        .Cart .datatitle .col2, .Cart .datafooter .col2 {
            width: 145px;
        }

        .Cart .datatitle .col3, .Cart .datafooter .col3 {
            width: 27px;
        }

        .Cart .datatitle .col4, .Cart .datafooter .col4 {
            width: 20px;
        }

        .Cart .datatitle .col5, .Cart .datafooter .col5 {
            width: 70px;
        }

    .Cart .datafooter {
        padding-top: 10px;
        color: #cb0006;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        height: 130px;
    }

        .Cart .datafooter .cartTotal {
            height: 21px;
            display: flex;
            flex-direction: row;
        }

    .Cart .cartlines {
        border-bottom: 1px solid #dedede;
        padding: 7px 0 5px 0;
    }

    .Cart .col1, .col2, .col3, .col4, .col5, .col6, .col6Empty, .extraline {
        vertical-align: top;
        display: inline-block;
        font-size: 15px;
        margin-right: -4px;
    }

        .Cart .col1 img, .Cart .col4 img {
            vertical-align: middle;
        }

        .Cart .col1 img {
            cursor: pointer;
        }

    .Cart .col4 img {
        padding: 1px 0 3px 0;
    }

.cartdata .col1 {
    width: 23px;
}

.cartdata .col2 {
    line-height: -30px;
    width: 145px;
}

.cartdata .col3 {
    width: 27px;
}

.cartdata .col4 {
    width: 20px;
}

.cartdata .col5 {
    width: 70px;
}

.cartdata .col6, .cartdata .col6Empty {
    display: inline-block;
    width: 15px;
}

.cartdata .extraline {
    width: 172px;
}

.cartdata .cartlines .col6, .tabcontainer #itemTabs .tabClose, .cartMessage .msgClose {
    background-image: url(/Content/images/delete-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
}

    .Cart .cartlines .col6:hover, .tabcontainer #itemTabs .tabClose:hover, .cartMessage .msgClose:hover {
        background-image: url(/Content/images/delete-icon-hover.png)
    }

.cartdata .cartlines .col6Empty {
    height: 20px;
}

.Cart .btn-area {
    padding-top: 30px;
    text-align: center;
    height: auto;
}

.cartMessage {
    position: relative;
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 6px;
    border: 1px solid #07a494;
}

    .cartMessage .msgClose {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
    }

.showStep {
    display: block;
}

.englishDetails > div {
    height: 90px;
}

.tabcontainer {
}

.scroller {
    text-align: center;
    cursor: pointer;
    /* padding: 5px; */
    width: 27.5px;
    line-height: 49px;
    background-color: #fff;
    color: #cb0006;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
}

    .scroller.disabled {
        color: #c9c9c9;
        cursor: default;
    }

    .scroller.white {
        color: white;
        cursor: default;
    }

.scroller-left {
    /*float: left;*/
    position: absolute;
    left: 16px;
}

.scroller-right {
    /*float: right;*/
    position: absolute;
    right: 1px;
}

.tabelement {
    position: relative;
    overflow: hidden;
}

    .tabelement .tab-content {
        margin-top: 75px;
    }

.list {
    position: absolute;
    right: 0px;
    top: 0px;
    min-width: 3000px;
    /* margin-right: 12px; */
    margin-top: 0px;
}

.custom-pills {
    /*margin: 0;*/
    padding: 0 27.5px;
}

    .custom-pills a {
        text-decoration: none;
    }

    .custom-pills > li.active {
        border-bottom: 5px solid #07a494;
    }

.ExtraDiv {
    height: 30px;
}

.ExtraWithFieldDiv, .ExtraWithFieldDiv2 {
    height: 110px;
}

#extraw label.styled {
    width: 85%;
}

.ExtraField {
    width: 50%;
}

.ExtraFieldDiv {
    padding-top: 10px;
}

pre {
    direction: ltr;
    border: 0;
}

input.styled-check + label {
    color: #555;
}

.tabcontainer .contentdata {
    padding-right: 2px;
    /*padding-left: 10px;*/
}

.tabcontainer .contentdataFirst {
    padding-left: 10px;
}

.tabcontainer .contentdataHeight {
    height: 92px;
}

div .contentrow {
    padding-bottom: 10px;
}

    div .contentrow:not(:first-child) {
        border-top: 1px solid #eaeaea;
        padding-top: 20px;
    }

.tabcontainer #itemTabs .tablink {
    width: calc(100% - 30px);
}

.tabcontainer #itemTabs .tabClose {
    padding-right: 10px;
    margin-top: 8px;
}

.tabcontainer .subtitleLine {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #404040;
    padding-bottom: 16px;
    border-bottom: 1px solid #eaeaea;
}

.tabcontainer .subtitledivFirst {
    padding-bottom: 20px;
}

.tabcontainer .subtitlediv {
    padding-bottom: 20px;
    padding-top: 20px;
}

#step4 .form-group-div {
    height: 95px;
}

.trash-icon {
    top: 0;
}

.main-content hr.nosidemargin {
    margin: 27px 0 27px 0;
}

#step7 {
    line-height: 30px;
    text-align: center;
}

    #step7 .circleicon {
        padding-bottom: 20px;
    }

    #step7 .text1 {
        padding-bottom: 20px;
        font-weight: bold;
    }

    #step7 .buttons {
        margin-top: 60px;
    }

    #step7 .padleft {
        margin-left: 20px;
    }
/*.modal-content{height:235px;border:2px solid orange;}*/
.modal-header {
    border-bottom: 0;
}

.modal-body {
    min-height: 121px;
    margin: 0;
}

body.modal-open {
    margin-right: 0;
}

.modal-footer {
    position: relative;
    width: 100%;
    bottom: 0px;
    padding-right: 35px;
    padding-left: 35px;
    /*   display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;*/
}

.payModal {
    width: 250px;
    margin: auto;
    text-align: center;
}

    .payModal img {
        width: 50px;
    }

.smallText {
    font-size: 12px;
}

/*.intlPhone {
    direction: ltr;
    text-align: right;
}
*/
#origin {
    direction: ltr;
    text-align: left;
    border: 2px solid red;
}

.vs__clear {
    display: none;
}
/*.style-chooser .vs__search::placeholder,
.style-chooser .vs__dropdown-toggle,
.style-chooser .vs__dropdown-menu {
    background: #dfe5fb;
    border: none;
    color: #394066;
    text-transform: lowercase;
    font-variant: small-caps;
}*/
/*.style-chooser .vs__search::placeholder {color:green;}
.style-chooser .vs__search {
    color: blue;
}*/

.style-chooser .vs__search {
    color: #555;
}

    .style-chooser .vs__search:focus {
        border: 1px solid #555;
    }

/*.style-chooser .vs__active  {background-color:mediumvioletred;color:brown;}*/
.style-chooser .vs__open-indicator {
    fill: #CB0006;
}

body {
    overflow-y: hidden;
}

.arrow {
    width: 12px;
    height: 12px;
    border: 2px solid #d4363a;
    border-left: 0;
    border-top: 0;
}

.arrow-up {
    transform: rotate(225deg);
}

.arrow-down {
    transform: rotate(45deg);
}

#delivery.step-container {
    margin-bottom: 35px;
}

.steptitle {
    font-weight: bold;
    font-size: 17px;
    margin-right: 15px;
}

.deliveryicon {
    width: 33px;
}

.step-container {
    background-color: #f6f6f6;
    padding: 20px 20px 15px 20px;
    border-radius: 15px;
}

.deliveryHeder {
    margin-top: 5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    /*margin-bottom: 30px;*/
}

#deliveryPnl {
    margin-top: 30px;
}

    #deliveryPnl .deliveryContent {
        margin: 0px 50px 0px 0px;
    }

.rightTitle {
    display: flex;
    flex-direction: row-reverse;
    justify-content: right;
}

.deliveryMethodList {
    margin: 0px 0px 35px 0px;
}

    .deliveryMethodList ul {
        list-style: none;
    }

.DeliveryOption { /*margin-right:45px;*/
}

#deliveryOption {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 30px;
    float: right;
    margin: 20px 0px 30px 0px;
    padding: 0px 20px;
    width: 100%;
}

    #deliveryOption label {
        line-height: 27px;
        width: 50%;
    }

        #deliveryOption label::after {
            content: "";
        }

    #deliveryOption .btn.bntleft {
        border-radius: 15px 0px 0px 15px;
        border: none;
    }

    #deliveryOption .btn.btnright {
        border-radius: 0px 15px 15px 0px;
        border: none;
    }

.btn-default.btn-on, .btn-default.btn-off {
    background-color: #fff;
    color: #666666;
    font-weight: normal;
}

    .btn-default.btn-on.active, .btn-default.btn-off.active {
        background-color: #1aa294;
        color: #fff;
        font-weight: bold;
    }

.deliveryItemsList {
    margin: 10px 0px 20px 0px;
}

    .deliveryItemsList ul {
        list-style: none;
    }

.SelectDeliveryTitle {
    margin-right: 20px;
}

.content {
    display: contents;
}

.disabled-link {
    pointer-events: none;
}

.row-empty {
    height: 22px;
    display: block
}

.btn-min-width {
    min-width: 175px !important;
}

.div-blank {
    height: 23px;
}

#DeliveryAddressError.error::after, #deliveryItemsListError.error::after {
    content: "" !important;
}

#package-instructions {
    padding: 9px 7px 0 7px;
    background: #f1f1f1;
    height: 40px;
    width: 100%;
    float: right;
    border-radius: 8px;
}

    #package-instructions a, #package-instructions a:hover {
        text-decoration: none;
        color: #cb0006;
        font-weight: bold;
        font-size: 15px;
        width: 100%;
    }

.btn-separator {
    width: 1px;
    height: 20px;
    opacity: 0.11;
    border: solid 1px #828184;
    margin: 0px 0 0 0;
}

#package-instructions a i {
    margin: 4px 10px 0 5px;
}

.customAniMatsir {
    background: #F7F9FA;
    mix-blend-mode: normal;
    opacity: 0.92;
    border-radius: 6px;
    padding: 0px 18px 18px;
    display: flex;
    flex-direction: row-reverse;
    margin: 18px 0px 0px 0px;
}

    .customAniMatsir.error-border {
        border: 1px solid #cb0006;
    }

.redborderBtn { /*based on .CancelBtn*/
    background: white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-color: #cb0006;
    color: #cb0006;
    padding: 4px 27px 4px 27px;
    vertical-align: bottom;
}

#divCustomDeclarationAniMatsir250 .ExtraFieldDiv, #divCustomDeclarationAniMatsir250 .ExtraFieldDiv p, #divCustomDeclarationAniMatsir250 .ExtraFieldDiv span {
    padding-top: 10px;
    font-weight: 600;
    font-size: 14px;
    text-align: right;
    color: #444C68;
}

.customAniMatsir .box-buttons {
    align-self: flex-end;
}

#divCustomDeclarationAniMatsir250 .box-error {
    margin-top: 8px;
}

    #divCustomDeclarationAniMatsir250 .box-error div.vueError {
        font-family: 'Assistant';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: right;
        color: #E63946;
    }

    #divCustomDeclarationAniMatsir250 .box-error::before {
        content: url(/Content/images/icon-error.png);
        position: relative;
        padding-left: 5px;
        margin-right: 17px;
        width: 19px;
        float: right;
    }

.customAniMatsir .buttonvalidated {
    box-sizing: border-box;
    /*position: absolute;*/
    width: 112px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 100px;
    color: #444C68;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .customAniMatsir .buttonvalidated img {
        width: 20px;
        height: 20px;
        margin: auto;
        padding: 0px;
    }

#deleteItem {
    background-color: transparent;
    border: none;
}

#step2 div.infoicon {
    vertical-align: middle;
    display: inline-block;
    background: url(/Content/images/info-red.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 18px 17px;
    border: 0;
    height: 17px;
    line-height: 20px;
    width: 18px;
}

#step2 div.infoicon-padding {
    margin-right: 5px;
}

.passport-info a.questionIcon, .invoice-info a.questionIcon {
    background-image: url(/content/images/redQuestion.svg);
    background-repeat: no-repeat;
    position: relative;
    text-decoration: none;
    background-position: right;
    padding-right: 20px;
}

.OptionBox.OptionBoxFullWidth a.info.infoicon > div.no-text {
    font-size: 0px;
}

#step2 label.vueError-label {
    color: #CB181C;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: normal;
}

    #step2 label.vueError-label::after {
        content: none;
    }

.approval-passport, .approval-invoice {
    padding: 18px 0px;
    margin: 30px 0px 20px 0px;
}

.approval-passport-title, .approval-invoice-title {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 20px 0;
    font-family: Assistant;
    mix-blend-mode: normal;
    color: #68676c;
}
.passport-info, .invoice-info {
    font-weight: 500;
    color: #68676c;
}
.approval-passport-info :last-child, .approval-invoice-info :last-child {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 20px 0;
    background: #F7F9FA;
    mix-blend-mode: normal;
    opacity: 0.92;
    border-radius: 6px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

.approval-passport-info, .approval-invoice-info {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 20px 0;
    font-family: Assistant;
    background: #F7F9FA;
    mix-blend-mode: normal;
    opacity: 0.92;
    border-radius: 6px;
    padding: 10px 14px;
    margin: 18px 0px 0px 0px;
    align-content: center;
    align-items: center;
}
    .approval-passport-info div:first-child, .approval-invoice-info div:first-child {
        margin: 0px;
        padding: 4px;
        font-size: 14px;
        font-weight: bold;
    }
    .approval-passport-info .upload_loader, .approval-invoice-info .upload_loader {
        display: none;
        background: #FFF;
        border-radius: 6px;
        padding: 5px 10px;
    }
        .approval-passport-info .upload_loader i, .approval-invoice-info .upload_loader i {
            margin: 5px;
            position: relative;
            width: 15px;
            height: 17px;
            -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
        }

    .approval-passport i.custom-file-input::before, .approval-invoice i.custom-file-input::before {
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

    .tooltip {
        position: relative;
        display: inline-block;
        opacity: 1;
    }

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

#uploadBtn{ display:none;}
.custom-file-input {
    cursor: pointer;
    font-family: 'Assistant';
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
}
.approval-passport-info .aboutTitle.infoicon, .approval-invoice-info .aboutTitle.infoicon {
    font-family: 'Assistant';
    font-weight: bold;
    padding-top: 7px;
    font-family: 'Assistant';
    font-size: 15px;
}
.approval-passport i.custom-file-input::before, .approval-invoice i.custom-file-input::before {
    font-family: 'FontAwesome';
}
.icon-upload {
    display: none;
    background-image: url(/Content/images/icons/paperclip2x.png);
}

.approval-passport-info.haseFile, .approval-invoice-info.haseFile {
    background: #F7F9FA;
    mix-blend-mode: normal;
    opacity: 0.92;
    border-radius: 6px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: auto;
    justify-content: space-between;
}
.approval-passport-info .aboutTitle {
    display: inline-block;
    width: 100%;
}
.approval-passport-info .removeFile {
    border: none;
    width: 20px;
    padding: 0px;
    margin-top: 0px;
}

#step2 label.vueError-label::after {
    content: none;
}

.bullets li > a.listitem-link {
    color: #4d4d4d;
    text-decoration-line: none;
}

label.hidden-text {
    font-size: 0px !important;
    position: absolute;
}
.deliveryMethodList li:has(input.hideDelivery) {
    display: none;
}

@media (max-width: 600px) {

    #package-instructions {
        margin-bottom: 30px;
    }

    #step7 .buttons button {
        margin: 0 auto 10px auto;
    }

    #step7 .buttons {
        margin-top: 10px;
    }

    #deliveryPnl .deliveryContent {
        margin: 0px;
    }

    .Cart {
        position: fixed;
        top: 70px;
        left: 0;
        background-color: white;
        z-index: 5;
        width: 100%;
    }

    #step5ModalBtn {
        min-width: 100px !important;
    }

	 /*.checkout-area table th:nth-child(3), .checkout-area table td:nth-child(3) {
		 display: none;
	}
    #app .products .product .image {
        width: 100vw;
        height: 100vw;
    }
    #app .cart, .main-wrapper #app .cart .cartTable {
        width: 100% !important;
    }

    #app .products {
        text-align: left;
    }

        #app .products .product {
            display: block;
        }

            #app .products .product .image {
                width: calc(100vw - 2.5em);
                height: calc(100vw - 2.5em);
            }

    #app .modalWrapper .prevProduct, .main-wrapper #app .modalWrapper .nextProduct {
        display: none;
    }

    #app .modalWrapper .modal.checkout {
        width: 100%;
    }

    #app .modalWrapper .modal .imageWrapper {
        width: calc(100vw - 4em);
        height: calc(100vw - 4em);
    }*/
}
@media (max-width: 991px) {

    .cartButton {
        display: block;
        width: 50px;
        position: fixed;
        top: 70px;
        left: 15px;
    }

    .cartIcon {
        display: block;             
        width:80px;
        position:fixed;
        bottom:10px;
        left:10px;
    }
    .Cart {
        position:fixed;
        top:60px;
        left:0;
        background-color:white;
        z-index:5;
        width:100%;    
    }
    .Cart .closecart {
        background-color: #f1f1f1;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 10px;
        top: 10px;
        display: inline-block;
    }
    .Cart .clearcart {
            left: 80px;
        }
    .tabcontainer .contentdata {
        padding-right: 15px;
        padding-left: 15px;
    }
    .tabcontainer .contentdataFirst {padding-left:15px;}
    input.styled-check + label {width:90%; }
    input.styled-check + label:lang(he) {margin-left:0;line-height:16px;}
    input.styled-check:lang(he) {margin-top: 3px;vertical-align: top;    }
    label#oversized {width:160px;}
    .ExtraDiv {height:40px;}
    .ExtraWithFieldDiv2 {       height: 210px;    }
    .WorkItemTitle .text {padding-left:0px;}
    #step5ModalBtn {
        float: right;
        margin-bottom: 10px;
    }
    #getFilesBtn {
        margin-bottom:10px;
    }
}
@media (min-width: 991px) {
    .cartButton {
        display: none;
    }

}



.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

