html, body {
    margin:  0px;
    text-align:  right;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

img {
    border: 0px;
}

::-webkit-input-placeholder {
    color: #999999;
}

a {
    text-decoration: none;
}

.float {
    float: right;
    width: 100%;
}

.relative {
    position: relative;
}

blockquote {
    border-radius: 3px;
    float: right;
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.05);
    margin: 20px 0px;
    text-align: center;
    padding: 5px 15px;
    width: 100%;
}

blockquote:before {
    content: open-quote;
    background-color: #e53935;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    padding: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: -35px;
    right: calc(50% - 20px);
    border: 5px solid white;
    font-family: David;
    position: absolute;
    font-size: 30px;
}

.hidden {
    display: none;
}

.profile {
    border:1px solid #dbdbdb;
    padding: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

iframe {
    width: 100%;
    min-height: 420px;
    margin-bottom: 20px;
}

.admin-shortcuts {
    position: fixed;
    right: 15px;
    bottom: 15px;
}

.admin-shortcuts a {
    float: right;
    color: white;
    transition: 0.2s;
    margin-left: 15px;
    background-color: #00BCD4;
    padding: 8px;
    border-radius: 3px;
}

.admin-shortcuts a:hover {
    background-color: #2C393F;
}

.success {
    background-color: #6eca57;
    color: white;
    padding: 10px;
    margin-top: 15px;
    text-align: center;
}

label {
    float: right;
    width: 100%;
}

.half-field {
    width: 50%;
}

.half-field select {
    width: 100%;
}

.third-field {
    width: 33.33%;
    padding-right: 40px;
}

.third-field:nth-child(3n+1) {
    padding-right: 0px;
}

.half-field:nth-child(2n) {
    padding-right: 20px;
}

.card-profile {
    width: 180px;
    height: 180px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.gray {
    color: gray;
    font-size: 13px;
}

.centered {
    text-align: center;
}

.slick-arrow {
    position: absolute;
    top: 47%;
    background-color: transparent;
    height: 32px;
    border: 0px;
    z-index: 99;
    cursor: pointer;
    width: 32px;
}

.slick-prev {
    right: -70px;
    background-image: url('/img/default/right-arrow.png');
}

.slick-next {
    left: -70px;
    background-image: url('/img/default/left-arrow.png');
}

/* end of cards plugin */

.popup {
    position: fixed;
    background-color: white;
    text-align: center;
    z-index: 9999;
    width: 400px;
    top: 30%;
    right: calc(50% - 200px);
}

.popup-close {
    position: absolute;
    right: 0px;
    top: -40px;
    color: white;
    border:1px solid white;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 3px;
}

.popup .msg {
    position: absolute;
    border-radius: 5px;
    box-shadow: 0px 0px 15px black;
    border: 10px solid white;
    min-height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.dark {
    position: fixed;
    z-index: 50;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(40, 52, 147, 0.7);
}

/* Gallery */

#grid {
    list-style-type: none;
    padding: 0px;
    width: calc(100% + 30px);
    margin: 15px -15px;
}

.grid-item { 
    width: calc(33.33% - 30px);
    margin: 15px;
    float: right;
}

.grid-item a {
    width: 100%;
}

.grid-item span {
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: center;
    transition: 0.2s;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    padding: 4px 4px;
    box-shadow: 0px 0px 5px #a7a7a7;
    color: black;
}

.grid-item span:empty {
display: none;
}

.grid-item a img {
    width: 100%;
    display: block;
    height: auto;
}

/* live chat */

.openlivechatbox {
    position: fixed;
    left: 30px;
    color: white;
    z-index: 99;
    cursor: pointer;
    bottom: 30px;
    background-color: #FF860E;
    padding: 10px;
    text-align:center;
    }
    
    .openlivechatbox img {
    display: inline-block;
    }
    
    .closechatboxlive {
    background-color: #0097a7;
    color: white;
    height: 25px;
    cursor: pointer;
    width: 25px;
    text-align: center;
    position: absolute;
    top: -25px;
    left: 0px;
    }
    
    .livechatbox {
    position: fixed;
    display: none;
    z-index: 99;
    left: 30px;
    width: 300px;
    bottom: 30px;
    background-color: #e4e4e4;
    padding: 10px;
    }
    
    .livechatbox-1 {
    background-color: white;
    padding: 10px;
    }
    
    .livechatbox-1 > div {
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 0px;
    display: none;
    }
    
    .livechatbox-1 > div:nth-last-child(1) {
    border-bottom: 0px;
    }
    
    .livechatbox-2 input {
    width: calc(100% - 110px);
    float: right;
    }
    
    .livechatbox-2 button {
    width: 100px;
    float: right;
    cursor: pointer;
    margin: 10px 10px 0px 0px;
    background-color: #0097a7;
    border: 0px;
    color: white;
    font-size: 20px;
    padding: 7px;
    font-family: 'assistant';
    }

    /* exit popup */

    .popup-exit {
        position: fixed;
        background-color: white;
        padding: 20px;
        width: 30%;
        z-index: 1001;
        color: white;
        display: none;
        text-align: center;
        background-color: #00ADF2;
        box-shadow: 0px 0px 15px black;
    }

    .dark {
        position: fixed;
        top: 0px;
        left: 0px;
        display: none;
        right: 0px;
        bottom: 0px;
        background-color: rgba(0,0,0,0.75);
    }

    .exitpopup-big {
        font-size: 26px;
        font-weight: bold;
    }

    .exitpopup-small {
        margin: 5px 0px;
    }

    .popup-exit input {
        width: 35%;
        float: right;
        height: 40px;
        margin: 15px 0px;
        margin-left: 15px;
        border-radius: 25px;
    }

    .popup-exit button {
        width: calc(30% - 30px);
        height: 40px;
        margin: 15px 0px;
        color: #0b5877;
        border: 0px;
        cursor: pointer;
        background-color: #CDF560;
        font-weight: bold;
        padding: 8px;
        font-size: 18px;
        border-radius: 25px;
    }

    
/* mobile */

.mobile {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 999;
    height: 55px;
    display: none;
    max-height: 100%;
    background-color: #369eac;
}

#menu-open-mobile {
    background-color: #369eac;
    color: white;
    display: none;
    text-align: right;
    overflow: auto;
}

#menu-open-mobile li {
    float: right;
    width: 100%;
}

#menu-open-mobile a {
    float: right;
    padding: 20px 30px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
}

#menu-open-mobile ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.mobile-logo {
    float: right;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 15px;
} 

.mobile-logo img {
    max-width: 250px;
    max-height: 100%;
}

.mobile > .mobile-buttons > a {
    float: right;
    height: 55px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px;
    width: 25%;
    text-align: center;
}

.mobile > .mobile-buttons > a > img {
    height: 45px;
    display: inline-block;
}

.mobile-open {
    top: 55px;
    z-index: 9999;
    max-height: calc(100% - 55px);
    overflow: auto;
    background-color: white;
    position: fixed;
    display: none;
    box-shadow: 0px 10px 15px #d2d2d2;
}

.mobile-open-contact {
    display: none;
}

.mobile-open form {
    padding: 15px;
    float: right;
    width: 100%;
}

.mobile-open-menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.mobile-menu li {
    float: right;
    width: 100%;
}

.mobile-menu ul {
    display: none;
}

.mobile-menu li a {
    padding: 10px;
    float: right;
    width: 100%;
    color: #1A7591;
    border-bottom: 1px solid #e3e3e3;
}

.mobile-menu .has-children {
    position: relative;
}

.mobile-menu .has-children:after {
    content: "▾";
    color:#11ABCF;
    text-align: center;
    font-size: 30px;
    border-right: 1px solid #e3e3e3;
    left: 0px;
    bottom: 1px;
    position: absolute;
    height: calc(100% - 1px);
    width: 40px;
    background-color: #e2eef1;
}

.mobile-menu .has-children li a {
    background-color: #f5f5f5 !important;
}

.mobile-open-contact {
    background-color: #1A7591;
    color: white;
}

.mobile-open-contact input {
    background-color: white;
}

input, textarea, select {
    float: right;
    width: 100%;
    margin: 10px 0px;
    font-family: 'assistant';
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid rgb(199, 205, 218);
    outline: 0px;
    padding: 7px 5px;
    background-color: white;
}

button, .button {
    border: 0px;
    cursor: pointer;
}

.adminmsg {
    padding: 8px;
    margin-bottom: 20px;
    border:1px solid;
    color: #31708f;
    font-size: 13px;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.error {
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid;
    color: #F44336;
    font-size: 13px;
    background-color: #ffe7e7;
    border-color: #ff9f98;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

.flex {
    display: inline-block;
}

.flex6 {
    width: calc(66.66% - 5px);
    padding: 20px;
}

.flex5 {
    width: calc(20% - 25px);
}

.flex4 {
    width: calc(25% - 25px);
}

.flex3 {
    width: calc(33.33% - 25px);
}

.flex1 {
    width: 100%;
}

.flex2 {
    width: calc(50% - 25px);
}

.flex75 {
    width: calc(75% - 25px);
}

.flex66 {
    width: calc(66.66% - 25px);
}

.flex44 {
    width: calc(44% - 25px);
}

.flex56 {
    width: calc(56% - 25px);
}

.popuptime {
    width: 400px;
    position: fixed;
    display: none;
    right: calc(50% - 200px);
    box-shadow: 0px 0px 5px black;
    border: 5px solid white;
    background-color: white;
    text-align: center;
    top: 25%;
    justify-content: center;
    flex-direction: column;
    font-size: 30px;
    font-weight: bold;
    z-index: 1001;
}

.popuptime-open {
    display: flex;
}

.popuptime img {
    width: 100%;
    display: block;
    height: auto;
}

.poptimeclose {
    position: absolute;
    pointer-events: none;
    background-color: white;
    color: red;
    font-size: 13px;
    left: -5px;
    cursor: pointer;
    top: 100%;
    padding: 10px;
}

.poptimetext {
    padding: 20px;
    float: right;
    width: 100%;
}

.utmshareopen {
    border-radius: 3px;
}

.utmshareopen {
    position: fixed;
    bottom: 70px;
    top: auto;
    right: 15px;
    width: 333px;
    background-color: #0097a7;
    padding: 20px;
    color: white;
    display: none;
    z-index: 9991;
}

.utmsharename {
    margin: 15px 0px;
    border: 0px;
    border-radius: 3px;
}

.utmsharebutton {
    background-color: #0b5877;
    padding: 5px;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    width: 31%;
    float: right;
}

.utmsharebutton:nth-child(2) {
    width:30%;
    margin: 0px 4%;
    background-color: #4267B2;
}

.utmsharebutton:nth-child(3) {
    background-color: #0DC143;
}

.contactinside-form {
    border: 1px solid rgba(2, 60, 130, 0.16) !important;
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0px;
}
    
.contactinside-form label {
    width: 25%;
    float: right;
    padding-left: 15px;
}

.contactinside-form label:nth-child(5) {
    padding-left: 0px;
}

.contactinside-form button {
    border-radius: 5px;
    width: 120px;
    float: left;
}

.contactinside-form input, .contactinside-form select  {
    background-color: #eee;
    margin-top: 5px;
    border: 1px solid rgba(2, 60, 130, 0.16);
    border-radius: 5px;
}

.contactinside-form select {
    padding: 6px;
}

.contactinside-form h3 {
    font-size: 20px;
    margin-top: 0px;
}

.notvalid, .notvalidmail, .notvalidspam {
    position: relative;
}

.notvalid input, .notvalidmail input, .notvalidspam input {
    border: 1px solid red;
    border-radius: 3px 3px 3px 0px;
}

.notvalid:after {
    content: "שדה זה חובה";
    position: absolute;
    left: 0px;
    background-color: red;
    color: white;
    font-size: 12px;
    bottom: -8px;
}

.notvalidmail:after {
    content: "מייל לא חוקי";
    position: absolute;
    left: 0px;
    background-color: red;
    color: white;
    font-size: 12px;
    bottom: -8px;
}

.notvalidspam:after {
    content: "טעות בתשובה";
    position: absolute;
    left: 0px;
    color: red;
    font-size: 12px;
    bottom: -8px;
}


.whatsapp-icon-fixed {
    position: fixed;
    left: 35px;
    bottom: 35px;
}
    
.whatsapp-icon-fixed img {
    width: 70px;
    height: auto;
}

#skipto {
    position: fixed;
    right: 13px;
    top: 13px;
    color: white;
    border-radius: 5px;
    font-size: 15px;
    z-index: 999;
    overflow: hidden;
    height: 1px;
    width: 1px;
}

#skipto:focus, #skipto:active {
    overflow:visible;
    height: auto;
    width: auto;
    padding: 2px 5px;
    background-color: rgb(46, 46, 129);
}

.blue {
    color: #4267B2;
}


.rc-lists {
    font-style: italic;
    margin-bottom: 70px !important;
}

.rc-title {
    color: #1A6CC2;
    margin: 15px 0px;
}

.rc-image {
    display: inline-block;
}

.rc-next-blue {
    position: absolute;
    right: -30px;
    background-image: url('/img/default/right-arrow.png');
    width: 32px !important;
    height: 32px !important;
    padding: 0px !important;
}

.rc-prev-blue {
    position: absolute;
    left: -30px;
    background-image: url('/img/default/left-arrow.png');
    width: 32px !important;
    height: 32px !important;
    padding: 0px !important;
}

.breadcrumbs  {
    font-size: 16px;
    margin-bottom: 10px;
}

.breadcrumbs a {
    color: #00ADF2;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs span {
    opacity: 0.7;
    padding: 0px 10px;
}

.inside-button {
    min-width: 100px;
    width: auto !important;
}

.inside-button a {
    color: white !important;
}

.back-to-top {
    position: fixed;
    right: 50px;
    display: none;
    bottom: 50px;
}

#enable-toolbar-trigger, .enable-toolbar-links-section button {
    width: auto !important;
    display: inline-block !important;
}

.ribbon {
    position: absolute;
    left: -1px; top: -1px;
    z-index: 1;
    overflow: hidden;
    width: 100px; height: 100px;
    text-align: right;
}

.ribbon span {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 110px;
    display: block;
    position: absolute;
    top: 19px;
    left: -25px;
}

.total-items-in-cart {
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: #FF0000;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    color: white;
    width: 20px;
    height: 20px;
}

.qna-title {
    background-color: #EEEEEE;
    color:#01295E;
    margin-bottom: 25px;
    font-weight: bold;
    cursor: pointer;
    padding: 11px 15px;
    border-radius: 20px;
    transition: 0.2s;
}

.qna-content {
    margin-bottom: 25px;
    padding: 0px 15px;
    border-radius: 20px;
    display: none;
}

.qna-active {
    background-color: #01295E;
    color: white;
}

.schedule-table td:nth-child(1) {
    background-color: rgba(1, 41, 94, 0.1);
}

.schedule-table .table-title td {
    background-color: #01295E;
    color: white;
    padding: 10px;
}

.gold {
    background: #EFC126;
    background: -webkit-linear-gradient(right, #EFC126, #B17823);
    background: -moz-linear-gradient(right, #EFC126, #B17823);
    background: linear-gradient(to left, #EFC126, #B17823);
    color: white;
    font-weight: bold;
    padding: 8px 30px;
    border-radius: 20px;
    font-family: 'Heebo';
    margin-top: 20px;
    font-size: 18px;
}


.ss {
    background-color: black;
    height: 280px;
    text-align: center;
    overflow: hidden;
}

.ss-content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-align: center;
    z-index: 5;
    font-size: 20px;
}

.ss-content p {
    width: 100%;
    flex: 0 0 100%;
    color: white;
    font-weight: bold;
}

.ss-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 1s;
    height: 100%;
    width: auto;
    min-width: 100%;
    z-index: 2;
    opacity: 0.7;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.ss:hover .ss-image {
    transform: translate(-50%,-50%) scale(1.1);
}

.ss-content a {
    transition: 1s;
}

.ss-content a:hover {
    background-color: white;
    color: black;
}

.ss-link {
    border: 2px solid white;
    color: white;
    display: inline-block;
    width: 150px;
    padding: 4px;
    margin-right: calc(50% - 75px);
}

.cart-2 .more, .cart-2 .less {
    width: 17px;
    height: 17px;
    padding: 0px;
    border-radius: 50%;
    background-color: white;
    color: #1d9ee9;
    margin: 20px 2px;
    border: 1px solid #1d9ee9;
    line-height: 1;
    cursor: pointer;
}

.cmt-wrap {

}

.cmt-single {
    margin-bottom: 15px;
}

.cmt-single .cmt-left:nth-child(2n) {
    background-color: #f5f5f5;
}

.cmt-single .cmt-single {
    margin-top: 15px;
    padding-right: 25px;
}

.cmt-right {
    width: 50px;
    margin-left: 10px;
    float: right;
}

.cmt-right img {
    border-radius: 5px;
}

.cmt-admin .cmt-right img {
    box-shadow: 0px 0px 5px green;
}

.cmt-admin .cmt-name {
    color: green;
    font-weight: bold;
}

.cmt-left {
    float: right;
    border-radius: 5px !important;
    padding: 10px;
    width: calc(100% - 60px);
    background-color: white;
}

.cmt-name {
    float: right;
    color: #01295E;
    font-size: 15px;
}

.cmt-date {
    float: left;
    color: gray;
    font-size: 15px;
}

.cmt-content {
    float: right;
    width: 100%;
}

.cmt-write {
    padding: 20px 10px 10px 10px;
}

.cmt-option a {
    float: left;
    color: #0097a7;
    font-size: 15px;
}

.jump {
    float: left;
    width: 250px;
    background-color: white;
    margin: 10px 25px 25px 0px;
    box-shadow: 0px 0px 5px #a7a7a7;
    padding: 10px;
}

.jump:empty {
    display: none;
}

.jump-title {
    float: right;
    padding: 5px 0px;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.jump-links {
    float: right;
    padding: 5px 0px;
    border-bottom: 1px solid #eee;
    width: 100%;
    color: #937B6F;
}

.jump-links:nth-last-child(1) {
    border-bottom: 0px;
}

h2:focus {
    color: red;
}

.the-content table {
    border-spacing: 0px;
    width: 100% !important;    
}

@media screen and (max-width: 700px) {
    
iframe {
    height: 150px;
}

.third-field {
    width: 100%;
    padding: 0px;
}

.mobile {
    display: block;
}
   
}