@media screen and (min-width: 768px) {
    div#ScaldingName {
        width: 40vw;
    }

    div#PickAPackage {
        width: 35vw;
    }

    #QuntityDiv {
        height: 430px;
    }

    div#MainSelectionArea {
        display: flex;
        justify-content: space-between;
        width: 78%;
        margin: 100px auto;
    }

    div#SelectDiv {
        width: 25%;
    }

    #PrecentageImage {
        width: 41%;
        position: relative;
    }

    #SelectionsArea {
        width: 17%;
    }

    div#PrecentageImage img {
        position: absolute;
        width: 100%;
        top: -139px;
    }

    div#Therapists_buttons {
        display: flex;
        justify-content: flex-end;
        position: relative;
        top: -80px;
        margin-bottom: -80px;
        padding-left: 50px;
    }

    div#Therapists_buttons a:first-of-type {
        margin-left: 25px
    }

    div#Therapists_buttons h2 {
        margin-top: 0;
        line-height: 14px;
        color: #846642;
    }

    div#Therapists_buttons ul {
        margin-right: 20px;
        font-family: "Open Sans Hebrew", serif;
        color: #846642;
    }

    div#Therapists_buttons li {
        list-style: disc;

    }

    #TerapistRegisterForm {
        width: 60vw;
    }

    #TerapistRegisterForm {
        margin: 170px auto;
        background: url('../assets/images/TerapistFormbg.jpg') no-repeat;
        background-size: 50% 100%;
        background-position-x: right;
    }

    #FormWrap {
        width: 73%;
        position: relative;
        right: 27%;
    }

    #FormWrap>p:not(#ConsentParagraph) {
        display: flex;
        justify-content: space-between;
    }

    #FormWrap input:not(input[type=checkbox], input[type=submit], input#Diploma),
    #FormWrap select {
        width: 63%;
        height: 60px;
        border-top: 1px solid #8bcabb;
        border-bottom: 1px solid #8bcabb;
        border-right: 15px solid #8bcabb;
        border-left: 15px solid #8bcabb;
    }

    #FormWrap label:not(#ConsentParagraph label) {
        color: #fff;
        font-size: 2vw;
    }

    #FormWrap input[type=submit] {
        background: url('../assets/images/SendBtn.png');
        background-size: cover;
        width: 6vw;
        height: 6vw;
        color: transparent !important;
        position: absolute;
        bottom: 0.7vw;
        left: 0;
    }

    p#DiplomaParagraph img {
        cursor: pointer;
        position: relative;
        right: 12.5%;
        width: 12vw;
    }

    #ConsentParagraph {
        font-size: 24px;
        display: flex;
        position: relative;
        right: 37%;
    }

    div#Therapists_buttons img {
        width: 6vw;
    }

    #PickAPackage img {
        width: 15vw;
    }
}

/*End of Desktops */
@media screen and (max-width:767px) {
    div#ScaldingName {
        width: 80vw;
        margin-bottom: 50px !important;
    }

    div#PickAPackage {
        width: 80vw;
    }

    #QuntityDiv {
        margin-top: 50px;
        height: 70vw;
    }

    div#SelectDiv,
    #PrecentageImage,
    #SelectionsArea {
        width: 80%;
        margin: auto;
    }

    #TerapistRegisterForm {
        padding: 0 20px;
    }

    div#Therapists_buttons {
        text-align: center;
        margin-bottom: 50px;
    }

    #TerapistRegisterForm {
        margin: 50px auto;
        background: #8acabc;
        background-size: 100% 100%;
        background-position: top;
        padding-bottom: 30px;
    }

    #FormWrap input:not(input[type=checkbox], input[type=submit], input#Diploma),
    #FormWrap select {
        background: rgba(255, 255, 255, 0.5);
        height: 60px;
    }

    #FormWrap label:not(#ConsentParagraph label) {
        color: #fff;
        font-size: 20px;
    }

    #FormWrap input[type=submit] {
        display: table;
        margin: auto;
        background: url('../assets/images/SendBtn.png');
        background-size: cover;
        width: 100px;
        height: 100px;
        color: transparent !important;
    }

    p#DiplomaParagraph img {
        width: 135px;
    }

    #ConsentParagraph {
        font-size: 24px;
        display: flex;
        position: relative;

    }
}

/*End of Mobiles*/
.page-id-43874 .container {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
}

div#ScaldingName {
    position: relative;
    z-index: 9;
    display: flex;
    height: 52px;
    margin: auto;
    border: 2px solid #01b2ac;
    box-shadow: 9px 4px 9px #b7b7b7;
}

#PlantName,
#Percentage,
#TotalSelectedPrice {
    display: flex;
    width: 100%;
    height: 52px;
    border: 2px solid #01b2ac;
    box-shadow: 9px 4px 9px #b7b7b7;
}

div#PlantName {
    margin-top: 40px;
}

#Percentage,
#TotalSelectedPrice {
    margin-top: 60px;
}

div#MainSelectionArea input,
div#MainSelectionArea select {
    border: none;
}

#TheTotal {
    background: #fff;
    font-size: 20px;
    line-height: 48px;
    color: #846642;
    text-align: center;
    padding-right: 10px;
}

div#ScaldingName label,
#PlantName label,
#Percentage label {
    width: 154px;
    height: 100%;
    background: #01b2ac;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}

#TotalSelectedPrice {
    margin-top: 45px !important;
}

#TotalSelectedPrice p:first-of-type {
    width: 100px;
    height: 100%;
    background: #01b2ac;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}

div#ScaldingName input,
div#ScaldingName select {
    height: 100%;
}

div#PickAPackage {
    margin: 50px auto;
    display: flex;
    text-align: center;
    justify-content: space-between;
}

div#PickAPackage div {
    cursor: pointer;
}

div#PickAPackage div.active img {
    border: 2px solid #01b2ac;
    border-radius: 250px;
}

div#PickAPackage p {
    color: #846642;
    font-size: 24px;
}

#QuntityDiv {
    position: relative;
    width: 100%;
    background: url('../assets/images/qunatityBg.jpg') no-repeat;
    background-size: 100% 100%;
}

#QuntityDiv h2 {
    color: #fff;
    margin: 0;
}

div#QuntityWrap {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

div#packegesQuntity,
#packegesQuntity label {
    font-size: 24px;
    font-weight: bold;
}

p#quntityDesc {
    font-size: 20px;
    font-weight: 400;
}

div#packegesQuntity>div>p {
    display: flex;
    justify-content: space-between;
}

div#packegesQuntity>div>p {
    margin: 0;
}

.QuntityParagraph {
    background: #fff;
    width: 185px;
    color: #846642;
    padding: 0 20%;
}

#QuntityWrap input {
    width: 100%;
    border: none;
    font-size: 24px;
    font-weight: 200;
}

#packegesQuntity label {
    color: #fff;
}

.page-id-43874 input[type=number]::-webkit-inner-spin-button,
.page-id-43874 input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#PlusSign,
#MinusSign {
    cursor: pointer;
}

#SelectionsAreaTitle {
    color: #846642;
    font-size: 24px;
    margin: 0;
}

#AddButton {
    display: table;
    margin: 45px auto;
    cursor: pointer;
}

#SelectedPrecentage {
    width: 100%;
    min-height: 200px;
    border: 2px solid #01b2ac;
    box-shadow: 5px 4px 9px #b7b7b7;
    padding: 10px 10px 10px 0;
}

#PercentageErrorMassage,
#PlantNameErrorMassage {
    color: red;
}

div#AddToCartDiv {
    display: block;
    text-align: center;
}

.page-id-43874 h1.entry-title,
.page-id-43918 h1.entry-title {
    filter: drop-shadow(4px 4px 0px #7d6546);
}

div#AddToCartDiv {
    display: block;
    text-align: center;
}

img.RemoveBtn {
    width: 19px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

p.PlantItem {
    width: 100%;
    position: relative;
    padding-left: 25px;
}

#AddToCartDiv button {
    width: 128px;
    height: 128px;
}

#AddToCartDiv button:hover {
    color: transparent !important;
    box-shadow: none !important;
}

div#PopUpDiv {
    display: none;
    width: 500px;
    height: 232px;
    position: fixed;
    z-index: 9999999;
    background: #01b2ac;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -250px;
    box-shadow: 9px 4px 9px #b7b7b7;
    padding: 50px;
}





div#PopUpDiv h2 {
    color: #fff;
}

div#PopUpDiv.show {
    display: block;
}

div#PopUpDiv a {
    color: #fff;
    display: block;
}

div#PopUpDiv a:hover {
    color: #000;
}

span.item-variation-name {
    display: block !important;
}

.item-variation-value .PlantItem img {
    display: none !important;
}





input#Diploma {
    display: none;
}

p#DiplomaParagraph label {
    display: block;
    width: 100%;
}

#FormWrap input[type=submit]:hover {
    box-shadow: none !important;
}

#ConsentParagraph label,
#ConsentParagraph a {
    color: #1f8b7b;
}

#Consentcheckbox {
    accent-color: #1f8b7b;
    border: 2px solid #1f8b7b;
    cursor: pointer;
}

#TherapistsNotice {
    width: 100%;
    background-color: #958561;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 20px;
    margin-bottom: 80px;
    box-shadow: 9px 4px 9px #b7b7b7;
}

#TherapistsNotice p {
    margin: 0;
}

.page-id-43874 .page-title {
    margin-bottom: 0px !important;
}

div#FirstLineWrap {
    position: relative;
}