@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

/*-----------------------------------general-----------------------------------*/

body
{

}
.stop_movement
{
	height:100%;
	overflow:hidden;
}
::-webkit-input-placeholder {
    color: #000000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
}

:-ms-input-placeholder {
    color: #000000;
}

.align-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
}

body {
    font-family: 'Open Sans Hebrew';
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

.bold {
    font-weight: bold;
}

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

.error {
    color: #cc0000;
    font-size: 14px;
}
.errors{
display: none;
        }






#loginForm .error:not(input),
#registerUserForm .error:not(input) {
    position: relative;
    top: -14px;
    float: right;
}

.pointer {
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
}

#tempMessage {
    height: 40px;
    width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    opacity: 0.8;
    z-index: 200;
    line-height: 40px;
    color: white;
    font-size: 16px;
    text-align: center;
    margin-top: -40px;
}

*:focus,
*:visited {
    /* Dont remove this it very important */
    outline: none;
    color: #000;
}




input[type="radio"]+label {
    color: #f2f2f2;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

input[type="radio"]+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url("../images/check_radio_sheet.png") -38px top no-repeat;
    cursor: pointer;
}

input[type="radio"]:checked+label span {
    background: url("../images/check_radio_sheet.png") -56px top no-repeat;
}

input[type="checkbox"]+label {
    color: #f2f2f2;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

input[type="checkbox"]+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url("../images/check_radio_sheet.png") 2px top no-repeat;
    cursor: pointer;
}

input[type="checkbox"]:checked+label span {
    background: url("../images/check_radio_sheet.png") -17px top no-repeat;
}

img,
input,
textarea {
    outline: 0;
    border: 0;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
}

.blueGradient {
    background: linear-gradient(to right, #003a6d 0%, #0b5aa0 100%);
    color: #fff;
}

.blueGradient a {
    color: #fff;
}

.blueGradient a:hover,
.blueGradient a:focus {
    text-decoration: none;
    opacity: 0.6;
}

.bg-gray {
    background-color: #f6f6f6;
}

.bg-white {
    background-color: #ffffff;
}

.blue_btn {
    background-color: #0ab2df;
    color: #ffffff;
    margin: auto;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    float: none;
    cursor: pointer;
    font-size: 19px;
}

.main_page_cat
{
	cursor:pointer;
}

.blue_btn a {
    color: #fff;
}

.blueDark_btn {
    background-color: #044681;
    color: #ffffff;
    margin: auto;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    float: none;
    cursor: pointer;
    font-size: 19px;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.inner_border .for_more
{
	position:absolute;
	display:block;
	width:180px;
	padding:4px;
	font-size:18px;
	bottom:11%;
	left:0;
	right:0;
	margin:auto;
	background:transparent;
	border:2px solid #fff;
	color:#fff;
}

.inner_border .an_even_inner_border_still
{
	position: absolute;
	left: 0;
	right: 0;
	top: 3%;
	margin: auto;
}

.inner_border .an_even_inner_border_still ul
{
	 line-height: 27px;
}
.inner_border .an_even_inner_border_still ul.single
{
	width:100%;
	margin-top:14%;
}

.inner_border .an_even_inner_border_still ul.single li
{    
	display:block;
	background:#0b5aa0;
	margin:3px auto;
	width:48%;
	padding:1%;
	
}

.inner_border .an_even_inner_border_still ul.col li:hover
{
	opacity:.8;
}
.inner_border .an_even_inner_border_still ul.col li
{    
	display:inline-block;
	background:#0b5aa0;
	margin:3px;
	width:48%;
	padding:1%;
}


.inner_border .an_even_inner_border_still ul li a
{
	color:#fff;
	font-size:16px;
}
.inner_border .an_even_inner_border_still ul
{
	list-style-type:none;
	padding:0;
	margin:0;

}

.inner_border
{
	position:absolute;
	display:none;
	top:0;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:23423423;
	width:100%;
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.background-PopUp {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .75);
	line-height: 24px;
    z-index: 9;
    display: none;
}

.up {
    display: none;
    position: fixed;
    bottom: 0;
    width: 50px;
    font-size: 25px;
    padding: 11px 12px;
    border-radius: 100%;
    z-index: 999;
    height: 50px;
    margin: 0px 14px 14px 0px;
    color: white;
    background: #003a6d;
    cursor: pointer;
}

.detailsRes {
    text-align: center;
}

.info a {
    color: black;
}


/*-----------------------------------------------------------------------------*/


/*
-----------------------------------------------------------------------------
|                                  header                                   |
-----------------------------------------------------------------------------
*/

nav {
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 2px;
    overflow: hidden;
    z-index: 8;
}

nav a {
    font-size: 2rem;
}

nav .logo {
    padding: 0;
    background: #fff;
    height: 100%;
    text-align: center;
}

nav .logo a:hover,
nav .logo a:focus {
    opacity: 1;
}

nav .logo img {
    margin: auto;
    width: 55%;
    height: 100%;
}

nav .menu-btn {
    text-align: center;
    padding: 0;
    font-size: 17px;
    height: 100%;
}

nav .menu-btn a {
    height: 100%;
}

nav .socials img {
    padding: 10px;
}

nav .hamburger {
    padding: 0;
}

.logout {
    position: absolute;
    z-index: 999999;
    top: 28px;
    color: #ffffff;
    font-size: 14px;
    height: 0;
}

.logout a {
    font-size: 14px;
}


/*
-----------------------------------------------------------------------------
|                                  BODY                                   |
-----------------------------------------------------------------------------
*/

.removeItem {
    margin-top: 10px;
    text-align: center;
}

.main {
    background-color: #ffffff;
}

.breadcrumbs a {
    color: #000000;
}

.breadcrumbs a:hover {
    color: rgb(13, 142, 177);
}

.index-intro {
    height: 637px;
    background: url(../images/index_intro_bg.png) center;
    text-align: center;
    font-size: 2.25rem;
    overflow: hidden;
    margin-bottom: 15px;
}

.index-intro img.logo {
    height: 100px;
}

.index-intro h1 {
    font-size: 6.3rem;
}

.index-intro-center-outer {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 18%;
}

.index-intro-center-inner {
    position: relative;
    left: -50%;
    width: 100%;
    margin: 0 auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.index-categories {
    margin-bottom: 15px;
}

.index-category {
    padding: 0;
    margin: 0;
}

.index-category>a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.index-category img {
    width: 100%;
}

.index-category-inner-text {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -50px;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 39px;
}

.index-category-inner-text img {
    width: 85px;
    margin-bottom: 10px;
}

.index-category-inner-text:before {
    content: "";
    width: 100%;
    display: block;
    opacity: 0.6;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 10%;
    position: absolute;
    height: 80%;
}

.index-category-fix-space:after {
    content: " ";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0;
    background: #fff;
}

.index-solutions-text {
    text-align: center;
    background: url(../images/index_solutions_bg.png) no-repeat;
    height: 290px;
    margin-bottom: 15px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding: 0;
}

.index-solutions-text h1 {
    font-size: 5.5rem;
}

.index-solutions-text-center-outer {
    position: absolute;
    left: 50%;
    top: 24%;
}

.index-solutions-text-center-inner {
    position: relative;
    left: -50%;
}

.index-solution {
    height: 640px;
    color: #fff;
    padding: 0;
    padding-bottom: 15px;
}

.index-solution>div {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.index-solution.padding-right {
    padding-right: 12px
}

.index-solution .solution1 {
    background-image: url(../images/solution1.png);
}

.index-solution .solution2 {
    background-image: url(../images/solution2.png);
}

.index-solution .solution3 {
    background-image: url(../images/solution3.png);
}

.index-solution-text {
    position: absolute;
    bottom: 0;
    background: rgba(20, 20, 20, 0.9);
    text-align: center;
    width: 100%;
    padding-bottom: 5%;
    padding-top: 5%;
}

.index-solution-text h1 {
    font-size: 5rem;
    margin-top: 0px;
}

.index-solution-text p {
    font-size: 2rem;
    margin: 0 auto;
    width: 60%;
}

.index-solution-black-square {
    width: 170px;
    height: 170px;
    background: rgba(20, 20, 20, 0.9);
    line-height: 170px;
    left: 50%;
    margin-left: -85px;
    top: 20%;
    position: absolute;
    display: flex;
    justify-content: center;
}

.index-solution-black-square:after {
    content: "";
    display: block;
    height: 160px;
    width: 160px;
    position: absolute;
    border: 1px solid #fff;
    top: 3%;
    left: 3%;
    opacity: 0.4;
}

.index-solution-pdadding {
    padding-right: 15px;
}

.index-customers {
    padding: 30px 0;
    margin-bottom: 15px;
}

.index-customers div {
    padding: 20px;
    position: relative;
}

.site-menu {
    background: #000;
    padding: 0;
}

.customer-service {
    text-align: left;
    padding-left: 44px;
    float: left;
    width: 60%;
}

.customer-cart {
    padding-right: 60px;
}

.imgBox {
    padding: 30px!important;
    filter: grayscale(100%);
    transition: filter .3s;
    cursor: pointer;
}

.imgBox:hover {
    filter: grayscale(0%);
}

.imgBox img {
    display: block;
    margin: 0 auto;
}


/* articale */

.article-main {
    padding-bottom: 120px;
    padding-top: 17px;
}

.section-left {
    padding-left: 8px;
    padding-right: 0;
}

.article_cat .bigImage {
    width: 50%;
    transition: background-color .4s ease;
    background-size: 100% 100%;
    height: 533px;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
    float: left;
}

.article_cat .text {
    font-size: 40px;
    color: #fff;
    background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 27%, rgba(0, 0, 0, 0.76) 34%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 27%, rgba(0, 0, 0, 0.76) 34%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 27%, rgba(0, 0, 0, 0.76) 34%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 232px;
    z-index: 172;
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
}

.article_cat .text span {
    position: absolute;
    top: 90px;
    line-height: 37px;
}

.article_cat .topImages {
    width: 100%;
    background-repeat: no-repeat!important;
    transition: background-color .4s ease;
    background-size: 100% 100%;
    height: 289px;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.article_cat .bottomImages {
    width: 49.5%;
    background-position-y: 5px!important;
    background-repeat: no-repeat!important;
    transition: background-color .4s ease;
    background-size: 100% 100%;
    height: 243px;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
}

.article_cat .bottomImages.two {
    float: left;
}

.article-main .moreArticles {
    margin-top: 40px;
    margin-bootom: 20px;
}

.article-main .moreArticles .title {
    font-size: 23px;
}

.article-main .moreArticles .item {
    width: 292px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    vertical-align: top;
    float: right;
}

.article-main .moreArticles .item .title {
    font-size: 16px;
    width: 276px;
    margin-top: 5px;
    font-weight: bold;
    text-align: right;
    height: 50px;
}

.article-main .moreArticles .items {
    text-align: center;
}

.main-article {
    min-width: 1123px;
    display: block;
    margin: auto;
    float: none;
}

/* Nevo Add */
.certificateGalonPop {
  background-color: #ffffff;
  position: fixed;
  z-index: 10;
  margin-left: -20%;
  left: 50%;
  top: 50%;
  margin-top: -282px;
  padding: 0;
}

.certificateGalonPop .close_btn {
  padding: 20px;
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: -50px;
}



        /* model dialog banner contact*/

        .btn-contact-index{
            background-color: #0ab2df;
            color: #ffffff;
            margin: auto;
            text-align: center;
            height: 68px;
            line-height: 48px;
            font-weight: bold;
            float: none;
            cursor: pointer;
            font-size: 23px;
            font-weight: 600;
            width: 315px;
            margin-top: 33px;
            position: relative;
            z-index: 233242342;
        }
        btn-contact-index:visited{
            color: white !important;
        }

        .modal-main-title {
            font-size: 43px;
            margin-top: 0px;
            font-weight: bold;
            /* line-height: 43px; */
        }
        .close-btn{
            font-size: 30px;
            margin: 0;
            padding:0;
            padding-right: 15px;
        }

        .modal-sub-title {
            font-size: 23px ;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }
        fieldset {
            min-width: 0;
            padding: 0;
            margin: 0;
            border: 0;
        }
        .modal-body input.form-control {
            width: 100%;
            border-radius: 0;
            margin-bottom: 9px;
            height: 50px;
            background-color: rgb(255, 255, 255);
            /* box-shadow: inset 0px 0px 30px 8px rgba(1,1,1,.3); */
            font-family: 'Heebo', sans-serif;

        }
        .modal-body input.form-control::placeholder , .text-popup::placeholder{
            font-family:'Open Sans Hebrew';

        font-size: 18px;
        }

        .text-popup{
            height: 170px !important;
        }
        .modal-header {
            padding: 0px;
            border-bottom: #00000000;
        }
        #modal-body-pop-up {
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 0px;
        }
        .modal-content{
            width: 500px;
            height: max-content;
            margin: 0 auto;
        }
        .btn-send-blue{
            height: 77px !important;
            align-items: center;
            align-content: center;
            display: flex;
            text-align: center;
            justify-content: center;
            font-size: 25px;
        }
        .modal-dialog{
            top:12%;
        }



        /* model dialog banner contact*/




@media screen and (max-width: 1403px) {
    .article_cat .bottomImages .text {
        font-size: 32px;
    }
    .article_cat .bottomImages .text span {
        top: 90px;
    }
}

@media screen and (max-width: 1174px) {
    .main-article {
        min-width: 100%;
    }
}

@media screen and (max-width: 1030px) {
    .article_cat .bottomImages .text {
        font-size: 32px;
    }
}

@media screen and (max-width: 1023px) {
    .bigImage {
        *width: 100%!important;
        *height: 293px!important;
    }
    .topImages {
        background-position-y: 5px!important;
    }
    .section-left {
        margin-top: 10px;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .article_cat .text {
        font-size: 30px;
    }
    .article_cat .text span {
        top: 120px;
    }
}
        .onlymobile{
          display: none;
        }
@media screen and (max-width: 548px) {
    .onlymobile{
        display: inline;
        float: right;
    }

    /* model dialog banner contact*/

    .btn-contact-index{
        background-color: #0ab2df;
        color: #ffffff;
        margin: auto;
        text-align: center;
        height: 68px;
        line-height: 48px;
        font-weight: bold;
        float: none;
        cursor: pointer;
        font-size: 23px;
        font-weight: 600;
        width: 287px;
        margin-top: 10px;
    }
    btn-contact-index:visited{
        color: white !important;
    }

    .modal-main-title {
        font-size: 43px;
        margin-top: 0px;
        font-weight: bold;
        /* line-height: 43px; */
    }
    .close-btn{
        font-size: 30px;
        margin: 0;
        padding:0;
        padding-right: 15px;
    }

    .modal-sub-title {
        font-size: 23px ;
        font-weight: 300;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    fieldset {
        min-width: 0;
        padding: 0;
        margin: 0;
        border: 0;
    }
    .modal-body input.form-control {
        width: 100%;
        border-radius: 0;
        margin-bottom: 9px;
        height: 50px;
        background-color: rgb(255, 255, 255);
        /* box-shadow: inset 0px 0px 30px 8px rgba(1,1,1,.3); */
        font-family: 'Heebo', sans-serif;

    }
    .modal-body input.form-control::placeholder , .text-popup::placeholder{
        font-family:'Open Sans Hebrew';

        font-size: 18px;
    }

    .text-popup{
        height: auto !important;
    }
    .modal-header {
        padding: 0px;
        border-bottom: #00000000;
    }
    #modal-body-pop-up {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0px;
    }
    .modal-content{
        width: auto;
        height: max-content;
        margin: 0 auto;
    }
    .btn-send-blue{
        height: 77px !important;
        align-items: center;
        align-content: center;
        display: flex;
        text-align: center;
        justify-content: center;
        font-size: 25px;
    }
    .modal-dialog{
        top:0;
    }
    .index-intro{
        height: 471px !important;
}



    /* model dialog banner contact*/



    .bottomImages {
        width: 100%!important;
    }
    .article_cat .bottomImages .text span {
        top: 120px;
    }
}

@media screen and (max-width: 403px) {
    .article_cat .text span {
        top: 97px;
    }
    .article_cat .text {
        font-size: 25px;
    }
    .article_cat .text span {
        top: 120px;
    }
    .article_cat .bottomImages .text span {
        font-size: 25px;
    }
}


/*
-----------------------------------------------------------------------------
|                                  FOOTER                                   |
-----------------------------------------------------------------------------
*/

footer {
    padding-top: 50px;
    padding-bottom: 50px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .socials {
    margin-bottom: 10px;
    margin-right: 0;
}

footer .socials a {
    width: 36px;
    height: 38px;
    margin-left: 2px;
    padding: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
}

.menu-popup {
    width: 44%;
    position: fixed;
    z-index: 10;
    margin-left: -32%;
    left: 61%;
    top: 50%;
    margin-top: -330px;
    height: 660px;
    background: url('../images/clowds.jpg') left bottom #f3f5f7;
    overflow: hidden;
    background-size: cover;
    display: none;
}

.menu-popup .header {
    /*  background-color: #2b66a2; */
    overflow: hidden;
}

.menu-popup .header .close_btn {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.menu-popup .header .close_btn .glyphicon {
    top: 4px;
}

.menu-popup .header video {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.menu-popup .header .lisnt {
    margin: 23px;
    color: #ffffff;
    position: absolute;
    left: 0;
    z-index: 1;
    letter-spacing: 1px;
}

.menu-popup .header .lisnt a {
    color: #ffffff;
    text-decoration: underline;
}

.menu-popup .header .lisnt a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.menu {
    /*font-size: 40px;
    width: 1025px;
    margin: auto;
    margin-top: -33px;
    display: flex;
    justify-content: center;*/
    font-size: 30px;
    width: 95%;
    margin: 0 auto;
    *margin-top: -33px;
}

.menu-popup .menu ul {
    list-style: none;
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
	border-right:1px solid #e0dee0;
    margin-top: 28px;
    height: 430px;
}

.menu-popup .menu ul:first-child {
    /*margin-right: 0;*/
	border-right:none !important;
}

.popup_menu_pic
{
	display:block;
	width:150px;
}

.menu-popup .menu li {
    font-size: 0.450em;
    cursor: pointer;
	padding:0 30px;
}

.menu-popup .menu li a,
.menu-popup .menu li a:hover,
.menu-popup .menu li a:visited {
    color: #000000;
    text-decoration: none;
}

.menu-popup .menu li:first-child {
    font-size: 1.000em;
    margin-bottom: 14px;
    color: #ffffff;
	    font-weight: 400;
}

.menu-popup .menu li:first-child>a {
    color: #0b5aa0;
	font-size: 21px;
}

.menu-popup .menu li:nth-child(n+2) {
    border: 1px solid transparent;
    color: #000000;
	margin:10px 0;
}

/*
.menu-popup .menu li:nth-child(n+2):hover {
    border: 1px solid #000000;
    padding: 13px;
}
.menu-popup .menu li:nth-child(n+2):before {
    content: "__";
    margin-left: 10px;
    position: relative;
    top: -6px;
}
*/
.fader {
    display: inline-block;
}

.fader img:last-child {
    position: absolute;
    top: 20px;
    left: 20px;
    display: none;
}

.darker {
    -webkit-filter: brightness(83%);
    -moz-filter: brightness(83%);
    -o-filter: brightness(83%);
    filter: brightness(83%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.darker_main {

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.darkerOut {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.login {
    background-color: #ffffff;
    position: fixed;
    width: 40%;
    height: 564px;
    z-index: 10;
    margin-left: -20%;
    left: 50%;
    top: 50%;
    margin-top: -282px;
    overflow: hidden;
    padding: 113px;
    display: none;
}

.login .close_btn {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

.login .text {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
}

.login .form input[type=text],
.login .form input[type=password],
.login .form input[type=email] {
    width: 100%;
    border: 2px solid #000000;
    margin-bottom: 15px;
    height: 64px;
    font-size: 16px;
    text-indent: 36px;
}

.login .form input[type=button] {
    width: 100%;
    border: 2px solid #000000;
    margin-bottom: 15px;
    height: 64px;
    font-size: 25px;
    color: #ffffff;
    background-color: #013d72;
}

.login .navigation {
    font-size: 16px;
}

.login .registerSite {
    cursor: pointer;
}

.login .forgetPasswordSite {
    cursor: pointer;
}

.register {
    background-color: #ffffff;
    position: fixed;
    width: 40%;
    height: 614px;
    z-index: 10;
    margin-left: -20%;
    left: 50%;
    top: 50%;
    margin-top: -282px;
    overflow: hidden;
    padding: 113px;
    display: none;
}

.register .close_btn {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

.register .text {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
}

.register .form input[type=text],
.register .form input[type=password],
.register .form input[type=email] {
    width: 98%;
    border: 2px solid #000000;
    margin-bottom: 15px;
    height: 64px;
    font-size: 16px;
    text-indent: 36px;
}

.register .form input.email {
    width: 100%;
}

.register .form input[type=button] {
    width: 100%;
    border: 2px solid #000000;
    margin-bottom: 15px;
    height: 64px;
    font-size: 25px;
    color: #ffffff;
    background-color: #013d72;
}

.register .navigation {
    font-size: 16px;
}

.register .loginSite {
    cursor: pointer;
}

.forgetPassword {
    background-color: #ffffff;
    position: fixed;
    width: 40%;
    height: 564px;
    z-index: 10;
    margin-left: -20%;
    left: 50%;
    top: 50%;
    margin-top: -282px;
    overflow: hidden;
    padding: 113px;
    display: none;
}

.forgetPassword .close_btn {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

.forgetPassword .text {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
}

.forgetPassword .form input[type=text],
.forgetPassword .form input[type=password],
.forgetPassword .form input[type=email] {
    width: 100%;
    border: 2px solid #000000;
    margin-bottom: 15px;
    height: 64px;
    font-size: 16px;
    text-indent: 36px;
}

.forgetPassword .form input[type=button] {
    width: 100%;
    border: 2px solid #000000;
    margin-bottom: 15px;
    height: 64px;
    font-size: 25px;
    color: #ffffff;
    background-color: #013d72;
}

.forgetPassword .navigation {
    font-size: 16px;
}

.sideBar {
    background-color: #F6F6F6;
    padding-top: 50px;
}

.sideBar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 88%;
    float: left;
    margin-top: 25px;
}

.sideBar li {
    font-size: 16px;
    border-right: 9px solid #F6F6F6;
	
}

.sideBar li.parent
{
    padding-bottom: 10px;
}
.sideBar li:nth-child(n+2) {
    padding: 15px;
    padding-right: 30px;
    transition: all 0.2s ease;
	background:#fff;
	margin:2px 0;

}

.sideBar li:first-child a
{
	color:#fff;
	font-size: 17px;
}

.sideBar li a {
    color: #000000;
	color:#000;
}

.sideBar li a:hover {
    text-decoration: none;
}

.sideBar li:nth-child(n+2):hover {
    box-sizing: border-box;
    background-color: #ffffff;
    border-right: 9px solid #2b66a2;
	color:#000 !important;
	
}

.sideBar li.active {
    box-sizing: border-box;
    background-color: #ffffff;
    border-right: 9px solid #2b66a2;
    text-decoration: none;
}

.sideBar li a:focus {
    text-decoration: none;
    color: #2b66a2;
}

.sideBar li:last-child a {
    color: #337ab7;
    text-decoration: underline;
    font-size: 14px;
	color:#000;
	
}

.sideBar li:first-child {
    font-size: 30px;
    padding-right: 30px;
	background:#0b5aa0;
	
}

.product {
    padding-right: 65px;
    padding-left: 57px;
    background-color: #ffffff;
    padding-bottom: 80px;
}

.product .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.productBg {
    box-sizing: border-box;
    background-image: url('../images/backProduct.png');
    background-size: 67% 100%;
    background-repeat: no-repeat;
    color: #ffffff;
    white-space: normal;
    word-break: normal;
    display: flex;
    justify-content: center;
    background-position: right;
}

.productBg *:not(h1) {
    color: #ffffff!important;
    font-family: 'Open Sans Hebrew'!important;
    font-size: 18px!important;
    letter-spacing: 0.5px!important;
    line-height: 25px!important;
}

.productBg .text {
    padding-left: 57px;
    padding-right: 65px;
    align-self: center;
    letter-spacing: 0.5px;
}

.productBg .text h1 {
    font-size: 40px
}

.productBg .text p {
    font-size: 18px;
}

.productBg .imgWrapper {
    width: 476;
    height: 313px;
    overflow: hidden;
}

.productBg .img {
    position: relative;
    left: 50%;
    right: 50%;
    top: 50%;
    margin-right: -239px;
    margin-top: -156.5px;
}

.productBox {
    direction: rtl;
    padding: 15px;
    overflow: hidden;
}

.border {
    box-shadow: 0px 0px 4.45px 0.55px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.productBox img {
    padding: 15px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.productBox .bigImage:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.productBox .icon {
    height: 59px;
    display: inline-block;
}

.productBox .text {
    padding: 15px;
    font-size: 26px;
    word-wrap: break-word;
    height: 90px;
}

.productBox a {
    color: #000000;
    text-decoration: none;
}

.productBox .price {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}

.productBox .price .num {
    color: #0ab2df;
    font-size: 30px;
}

.productBox .price .num:before {
    content: "₪";
    font-size: 23px;
    margin-right: 5px;
}

.productBox .price .numD {
    color: #0ab2df;
    font-size: 30px;
}

.productBox .price .numD:after {
    content: "$";
    font-size: 23px;
    margin-right: 5px;
}

.productBox .info {
    background-color: #f6f6f6;
    line-height: 66px;
    padding-right: 15px;
    font-size: 17px;
    line-height: 30px
}

.productBox .addCart {
    background-color: #0b5aa0;
    color: #ffffff;
    line-height: 66px;
    padding-right: 15px;
    font-size: 17px;
    line-height: 30px;
    cursor: pointer;
}

.showbag {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.showbag .btn_white_warp {
    padding: 0;
}

.btn_white {
    border: 1px solid #114776;
    color: #114776;
    padding: 15px;
    background-color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}

.btn_white svg {
    margin-right: 10px;
    height: 12px;
}

.btn_white path {
    fill: #003a6d;
    fill-rule: evenodd;
}

.btn_white:hover {
    background-color: #114776;
    color: #ffffff;
    transition: 0.3s ease;
}

.btn_white:hover path {
    fill: #ffffff;
    transition: 0.3s ease;
}

.bobmarley {
    border-bottom: 1px solid #C2CFD7;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
    display: flex;
}

.bobmarley:first-child {
    border-top: 1px solid #C2CFD7;
}

.bobmarley.border-top-none {
    border-top: none;
}

.bobmarley>div {
    align-self: center;
    font-size: 20px;
    color: black;
    text-align: center;
}

.old-price .num::before {
    content: "₪";
    font-size: 16px;
    margin-right: 5px;
}

.old-price .num {
    font-size: 16px;
    margin-right: 5px;
}

.old-price .numD::before {
    content: "$";
    font-size: 16px;
    margin-right: 5px;
}

.old-price .numD {
    font-size: 16px;
    margin-right: 5px;
}

.bobmarley .price {
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}

.bobmarley .price .num {
    color: #0ab2df;
    font-size: 30px;
}

.bobmarley .price .num:before {
    content: "₪";
    font-size: 23px;
    margin-right: 5px;
}

.bobmarley .price .numD {
    color: #0ab2df;
    font-size: 30px;
}

.bobmarley .price .numD:after {
    content: "$";
    font-size: 23px;
    margin-right: 5px;
}

.bobmarley .delete {
    color: #777777;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
}

.bobmarley .delete img {
    margin-left: 5px;
}

.infoBox {
    padding: 30px;
    font-size: 18px;
}

.infoBox .title {
    font-weight: bold;
}

.infoBox p {
    margin-bottom: 20px;
    line-height: 30px;
}

.infoBox .pay {
    text-align: center;
    font-size: 26px;
    margin-top: 23px;
    margin-bottom: 33px;
}

.infoBox .pay .num {
    color: #0ab2df;
    font-size: 40px;
}

.infoBox .pay .num:before {
    content: "₪";
    font-size: 23px;
    margin-right: 5px;
}

.infoBox .pay .numD {
    color: #0ab2df;
    font-size: 40px;
}

.infoBox .pay .numD:after {
    content: "$";
    font-size: 23px;
    margin-right: 5px;
}

.infoBox .delivery_option {
    margin-top: 10px;
    margin-bottom: 10px;
}

.shopBag {
    padding-left: 51px;
    padding-right: 0;
}

.shopBag .title_text {
    font-weight: bold;
    font-size: 17px;
    margin-left: 5px;
}

.shoppingCartTitle {
    padding-left: 51px;
}

.title {
    margin-bottom: 15px;
}

.slider {
    margin-right: 46px;
}

.sliderArrow img {
    width: 35px;
    position: relative;
    top: 250px;
    float: left;
    left: 0;
    z-index: 99999;
}

.sliderArrow.right img {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    top: 260px;
    float: right;
    right: 2px;
    z-index: 999999999;
}

.produce-main {
    padding-bottom: 120px;
}

.produce,
.contact {
    min-height: 880px;
    min-height: 880px;
    padding-right: 95px;
    padding-top: 15px;
}

.produce .text {
    margin-top: 15px!important;
    font-size: 18px!important;
    line-height: 30px!important;
}

.produce .text * {
    font-family: 'Open Sans Hebrew'!important;
    font-size: 18px!important;
}

.produce .text table {
    width: 100%!important;
    padding-bottom: 40px!important;
    padding-top: 40px!important;
}

.produce .text th {
    text-align: center!important;
    background-color: #E9F1F9!important;
}

.produce .text td {
    text-align: center!important;
}

.produceImage {
    padding-top: 77px;
    padding-left: 50px;
    min-height: 880px;
    min-height: 880px;
}

.produceImage .border {
    position: relative;
    margin-bottom: 15px;
}

.produceImage .border img {
    /* display: none; */
}

.navigation {
    padding-right: 95px;
    padding-left: 50px;
    padding-top: 30px;
}

.produce .control {
    border-top: 1px solid #c2cfd6;
    border-bottom: 1px solid #c2cfd6;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.produce h1 {
    margin-top: 0;
    margin-bottom: 25px;
}

.produce .control>div {
    align-self: center;
}

.produce .price {
    font-size: 18px;
    padding-right: 0
}

.produce .price .num {
    color: #0ab2df;
    font-size: 30px;
}

.produce .price .num:before {
    content: "₪";
    font-size: 23px;
    margin-right: 5px;
}

.produce .price .numD {
    color: #0ab2df;
    font-size: 30px;
}

.produce .price .numD:after {
    content: "$";
    font-size: 23px;
    margin-right: 5px;
}

.produce .warp_btn {
    padding-left: 0;
}

.produce .control .warp_btn>div {
    margin: 0;
    float: left;
    display: flex;
    justify-content: center;
    line-height: 18px;
}

.produce .control .warp_btn .center {
    align-self: center;
}

.produce .control .warp_btn .blue_btn {
    float: right;
}

.produce .social {
    margin-top: 15px;
    margin-bottom: 15px;
}

.produce .social>div {
    margin-left: 10px;
}

.produce .social>div>img {
    margin-left: 10px;
}

.contact {
    padding-left: 50px;
}

.contact {
    margin-top: 0;
}

.contact h1 {
    margin-top: 0;
}

.contact hr {
    border-color: #c2cfd6;
    margin-bottom: 30px;
}

.contact .trim {
    font-size: 19px;
    line-height: 30px;
}

.contact .form {
    margin-top: 25px;
}

.contact .form input[type=text] {
    border: 2px solid #000000;
    width: 100%;
    height: 70px;
    text-indent: 15px;
    font-size: 16px;
}

.contact textarea {
    border: 2px solid #000000;
    width: 100%;
    min-height: 160px;
    max-width: 100%;
    padding: 15px;
    font-size: 16px;
}

.contact .form .form_section:first-child {
    margin-top: 0;
}

.contact .form .form_section:last-child {
    margin-bottom: 0;
}

.contact .form .form_section {
    margin: 10px 0 10px 0;
}

.contact .form .form_section div:nth-child(1) {
    padding-left: 8px;
}

.contact .form .form_section div:nth-child(2) {
    padding-right: 8px;
}

.contact .form .recaptcha {
    margin: 20px 0 20px 0;
}

.contact .map {
    margin: 20px 0 20px 0;
}

.contact .info {
    margin: 20px 0 20px 0;
    font-size: 19px;
}

.personal {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 95px;
    min-height: 880px;
}

.personal hr {
    border-color: #c2cfd6;
    margin-bottom: 30px;
}

.personal .title {
    font-size: 19px;
}

.personal .form input[type=text],
.personal .form input[type=email] {
    border: 2px solid #000000;
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-align: right;
    padding-right: 15px;
}

.personal .form select {
    border: 2px solid #000000;
    width: 100%;
    height: 40px;
    text-indent: 15px;
    font-size: 16px;
}

.personal .form .form_section:first-child {
    margin-top: 0;
}

.personal .form .form_section:last-child {
    margin-bottom: 0;
}

.personal .form .form_section {
    margin: 10px 0 10px 0;
}

.personal .form .form_section div:nth-child(1) {
    padding-left: 8px;
}

.personal .form .form_section div:nth-child(2) {
    padding-right: 8px;
}

.personal .form .form_section .rePassword {
    color: #0ab2df;
    font-size: 15px;
    text-decoration: underline;
}

.personal .form .sapreting {
    margin: 20px 0 20px 0;
}

.personal .price {
    padding-left: 15px;
    padding-right: 15px;
}

.personal .price .num {
    color: #0ab2df;
    font-size: 16px;
}

.personal .price .num:before {
    content: "₪";
    font-size: 14px;
    margin-right: 5px;
}

.personal .price .numD {
    color: #0ab2df;
    font-size: 16px;
}

.personal .price .numD:after {
    content: "$";
    font-size: 14px;
    margin-right: 5px;
}

.personal .list {
    border-top: none;
    border-bottom: 1px solid #c2cfd6;
    padding: 20px 0 20px 0;
}

.personal .list:first-child {
    border-top: 1px solid #c2cfd6;
}

.personal .list .detail {
    text-decoration: underline;
    cursor: pointer;
}

.personal .list .sublist {
    border-top: 1px solid #c2cfd6;
    padding-top: 20px;
    margin-top: 20px;
    display: none;
    padding-right: 0;
    padding-left: 0;
}

.personal .list .sublist:first-child {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    margin-top: 0;
    display: inherit;
}

.personal .list .sublist:last-child {
    padding-bottom: 0;
}

.personal .list .sublist div:last-child {
    text-align: left;
}

.personal .list .sublist div:nth-child(2) {
    text-align: center;
}

.personal .list .totalPrice {
    position: absolute;
    left: 0;
    bottom: 20px;
    font-size: 25px;
    display: none;
}

.personal .list .totalPrice .num {
    color: #0ab2df;
    font-size: 25px;
    margin-right: 30px;
}

.personal .list .totalPrice .num:before {
    content: "₪";
    font-size: 20px;
    margin-right: 5px;
}

.personal .list .totalPrice .numD {
    color: #0ab2df;
    font-size: 25px;
    margin-right: 30px;
}

.personal .list .totalPrice .numD:after {
    content: "$";
    font-size: 20px;
    margin-right: 5px;
}

.chackout {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 880px;
}

.chackout hr {
    border-color: #c2cfd6;
    margin-bottom: 30px;
}

.chackout .title {
    font-size: 19px;
}

.chackout .form input[type=text] {
    border: 2px solid #000000;
    width: 100%;
    height: 40px;
    text-indent: 15px;
    font-size: 16px;
}

.chackout .form select {
    border: 2px solid #000000;
    width: 100%;
    height: 40px;
    text-indent: 15px;
    font-size: 16px;
}

.chackout .form textarea {
    padding: 10px;
    border: 2px solid #000000;
    width: 100%;
    max-width: 100%;
    min-height: 111px;
    text-indent: 15px;
    font-size: 16px;
}

.chackout .form .form_section:first-child {
    margin-top: 0;
}

.chackout .form .form_section:last-child {
    margin-bottom: 0;
}

.chackout .form .form_section {
    margin: 10px 0 10px 0;
}

.chackout .form .form_section div:nth-child(1) {
    padding-left: 8px;
}

.chackout .form .form_section div:nth-child(2) {
    padding-right: 8px;
}

.chackout .form .form_section .rePassword {
    color: #0ab2df;
    font-size: 15px;
    text-decoration: underline;
}

.chackout .form .sapreting {
    margin: 20px 0 20px 0;
}

.chackout .infoBox {
    margin-top: 77px;
}

.chackout .price {
    padding-left: 15px;
    padding-right: 15px;
}

.chackout .price .num {
    color: #0ab2df;
    font-size: 16px;
}

.chackout .price .num:before {
    content: "₪";
    font-size: 14px;
    margin-right: 5px;
}

.chackout .price .numD {
    color: #0ab2df;
    font-size: 16px;
}

nav.mobile_menu .inner
{
	overflow:auto;
}

nav.mobile_menu img.close_this_thing
{
	width:25px;
	margin-bottom:10px;
}

nav.mobile_menu
{
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background:rgba(255,255,255,.9);
	width:100%;
	padding:5%;
	z-index:9999999999 !important;
	height: initial !important;
    line-height: initial!important;
    color: initial !important;
    font-size: initial !important;
    letter-spacing: initial !important;
}


@media screen and (min-width: 1000px)
{
	nav.mobile_menu a.item
	{
		display:block;
		background:#0b5aa0;
		margin:6px auto;
		padding: 11px 8px;
		line-height:20px;
		color:#fff;
		width:400px;
		font-size: 17px;
	}
}

@media screen and (max-width: 1000px)
{
	nav.mobile_menu a.item
	{
		display:block;
		background:#0b5aa0;
		margin:6px 0;
	    padding: 11px 8px;
		line-height:20px;
		color:#fff;
		font-size: 17px;
	}
}

.chackout .price .numD:after {
    content: "$";
    font-size: 14px;
    margin-right: 5px;
}

.chackout .list {
    font-size: 16px;
    padding: 20px 0 20px 0;
    border-top: 1px solid #c2cfd6;
}

.chackout .delivery {
    border-bottom: 1px solid #c2cfd6;
    margin-bottom: 20px;
}

.chackout .pay_option,
.chackout .delivery_option {
    font-size: 16px;
}

.selusion .coverImage {
    height: 623px;
    max-width: 100%;
    justify-content: center;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    background-attachment: fixed;
    margin-bottom: 20px;
}

.selusion .solution-black-square {
    background: rgba(20, 20, 20, 0.9);
    color: #ffffff;
    font-size: 71px;
    align-self: center;
    text-align: center;
    padding: 10px;
    line-height: 80px;
    width: 510px;
}

.selusion .solution-black-square .border {
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.selusion .solution-black-square .title {
    font-size: 53px;
    font-weight: bolder;
    line-height: 57px;
}

.selusion .solution-black-square .text {
    /*    width: 90%;*/
    padding: 37px 0 26px 0;
    margin: auto;
    font-weight: 300;
}

.selusion .solution-black-square hr {
    border: 3px solid #ffffff;
    width: 128px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.selusion .imageBorder,
.selusion .video {
    height: 600px;
}

.selusion .imageBorder:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    border: 1px solid #fff;
    top: 3%;
    left: 3%;
    opacity: 0.4;
    height: 539px;
    width: 93.5%;
    margin-top: 13px;
}

.selusion .textCenter h2 {
    font-size: 56px;
}

.selusion .textCenter {
    display: flex;
    justify-content: center;
    text-align: right;
    height: 600px;
}

.selusion .textCenter .text {
    align-self: center;
    width: 92%;
    font-size: 18px;
    padding-right: 58px
}

.selusion .textCenter .text p {
    line-height: 33px;
}

.selusion div:nth-child(odd)>.swap {
    float: left;
}

.selusion .popular_product {
    background-image: url('../images/s_bg.png');
    color: #ffffff;
    text-align: center;
    height: 212px;
}

.selusion .popular_product {
    display: flex;
    justify-content: center;
}

.selusion .popular_product h1 {
    font-size: 50px;
    align-self: center;
}

.selusion .border {
    overflow: inherit;
}

.company_form {
    display: none;
}
.general_form{
    padding: 5px;
}

@media screen and (max-width: 1000px)
{
	.addItem_popup
	{
		position: fixed;
		background-color: #ffffff;
		width: 100% !important;
		height: 309px !important;
		z-index: 999;
		margin: auto !important;
		left: 0 !important;
		top: 0 !important;
		right:0 !important;
		bottom:0 !important;
		overflow: hidden;
		padding: 20px;
		display: none;
	}
}



.addItem_popup {
    background-color: #ffffff;
    position: fixed;
    width: 500px;
    height: 309px;
    z-index: 999;
    margin-left: -14%;
    left: 54%;
    top: 35%;
    margin-top: -282px;
    overflow: hidden;
    padding: 20px;
    display: none;
}

.addItem_popup .title {
    width: 100%;
    /*border-bottom: 1px solid #E3E3E3; */
    font-size: 20px;
}

.addItem_popup .item {
    width: 100%;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    padding-top: 20px;
}

.addItem_popup .price {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
}

.addItem_popup .price .num {
    color: #000000;
    font-size: 20px;
}

.addItem_popup .price .num:before {
    content: "₪";
    font-size: 16px;
    margin-right: 5px;
}

.addItem_popup .price .numD {
    color: #000000;
    font-size: 20px;
}

.addItem_popup .price .numD:after {
    content: "$";
    font-size: 16px;
    margin-right: 5px;
}

.addItem_popup .amount-text {
    padding-bottom: 15px;
    font-size: 18px;
}

.addItem_popup .text {
    font-size: 16px;
}

.cartNum {
    position: relative;
    left: 2px;
}

.solution-multiple-items {
    display: flex!important;
    margin: auto;
    float: none;
}

.selusion .imageBorderMobile {
    display: none;
}

.multiple-items .sliderArrow.right.slick-arrow {
    display: block;
    position: absolute;
    right: -23px;
    top: -10px;
}


/* item article */

.article_item_main {
    margin-bottom: 40px;
}

.article_item_main h1 {
    font-size: 32px;
}

.article_item_main h2 {
    font-size: 18px;
}

.article_item_main .share {
    border-top: 1px solid #c2cfd6;
    border-bottom: 1px solid #c2cfd6;
    padding-top: 18px;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.article_item_main .title {
    font-size: 23px;
    margin-top: 20px;
}

.article_item_main .item
{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.article_item_main .item .title
{
    font-size: 16px;
    color: #000000;
}

.article_item_main .text
{
    font-family: 'Open Sans Hebrew'!important;
    font-size: 18px!important;
    padding-left: 48px;
	line-height:25px;
}

.article_item_main .text *
{
    font-family: 'Open Sans Hebrew'!important;
    font-size: 18px!important;
}

@media screen and (max-width: 1356px)
{
    .article_item_main .item {
        width: 100%;
    }
}


/*-----------------------------------------------------------------------------*/


/*
-----------------------------------------------------------------------------
|                                  MEDIA QUERIES                            |
-----------------------------------------------------------------------------
*/

@media screen and (max-width: 1832px) {
    .productBox img.icon {
        display: none;
    }
    .productBox .info,
    .productBox .addCart {
        text-align: center;
        padding: 13px;
    }
}

@media (max-width:768px) and (min-width:768px) {
    .index-category img {
        width: 97%;
    }
    .index-category-inner-text {
        width: 97%;
    }
}

@media (max-width:1221px) and (min-width:991px) {
    .productBox .text {
        font-size: 20px;
    }

}
@media screen and (max-width:991px) {
.shoppingCartTitle {
        padding-left: 0px;
    }
}

@media screen and (max-width: 1300px) {
    .produce .text table {
        min-width: 1000px!important;
     }

    .index-intro-center-outer {
        top: 18%;
    }
    .index-solutions-text-center-outer {
        top: 15%;
    }
}

@media screen and (max-width: 1250px) and (min-width: 768px) {
    .index-category-inner-text {
        font-size: 21px;
    }
    .index-category-inner-text img {
        width: 65px;
    }
}

@media screen and (min-width: 1201px) {
    nav .hamburger {
        display:none;
        padding-left: 10px;
        padding-right: 10px;
    }

    .top_itm {
        display:inline-block;
        font-size:16px;
        margin-left:3% !important;
        padding-left:0 !important;
        padding-right:0 !important;
        padding-top:0 !important;
        padding-bottom:0 !important;
        min-height:0 !important;
        
    }

    .customer-service {
        width:initial !important;
        font-size:16px;
    }
    .top_itm:hover .products_menu_dropdownz {
        display:inline-block;
        letter-spacing: normal !important;
		 box-shadow: 0.052px 0.999px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .top_itm:hover .triangle {
        display:block;
    }

    .top_itm .triangle {
        display:none;
        position:absolute;
        left:0;
        right:0;
        bottom:-5px;
        margin:auto;
        width:15px;
        height:15px;
        z-index:2424234;
    }
    .top_itm .products_menu_dropdownz {
        position:absolute;
        display:none;
        white-space:nowrap;
        background:#fff;
        z-index: 23423432;
        top:84px;
        right:0;
        line-height:initial !important;
        padding: 30px;
    }
    .top_itm .products_menu_dropdownz ul{
        display: inline-block !important;
        vertical-align: top;
 
    }
    .top_itm .products_menu_dropdownz li{
        display: block;
        color:#575757;
        font-size:14px;
        list-style-type:none;
        margin:5px;
        line-height: 19px;
        
    }


    .top_itm .products_menu_dropdownz li:hover {
        color:#0ab2df;
    } 
    
    nav.blueGradient {
        overflow:initial !important;
        height: 84px;
        line-height: 80px;
    }
    .blueGradient a:hover,
    .blueGradient a:focus {
        text-decoration: none;
        opacity: 1;
    }

}


@media screen and (max-width: 1200px) {
    .products.top_itm { 
        display:none !important;
    }

    .top_itm {
        margin-left:6% !important;
    }

    nav a {
        font-size: 2rem;
    }
    .index-solution-pdadding {
        padding-right: 0;
    }
    nav .hamburger {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 961px) {
    .index-solutions-text-center-outer {
        top: 10%;
    }
    .index-solutions-text-center-inner h1 {
        font-size: 4rem;
    }
}

@media screen and (max-width: 768px) {
    nav .logo img {
        margin: auto;
    }
    nav {
        height: 65px;
        line-height: 65px;
        position: fixed;
        font-size: 1.5rem;
        width: 100%;
    }
    nav .logo img {
        height: 65px;
    }
    footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .index-solution {
        padding-bottom: 0;
        padding-bottom: 6px;
    }
    .index-category {
        margin-bottom: 10px;
    }
    .index-category-fix-space:after {
        display: none;
    }
    .index-intro {
        margin-top: 65px;
        height: 400px;
        background-size: cover;
    }
    .index-intro h1,
    .index-solutions-text-center-inner h1 {
        font-size: 3.2rem;
    }
    .index-solutions-text-center-outer {
        top: 20%;
        width: 85%;
    }
    nav .logo img {
        width: 80%;
    }
    .index-intro-center-inner {
        width: 90%;
    }
    .productBox .info,
    .productBox .addCart {
        font-size: 16px;
        line-height: 20px;
    }
    .productBox .price {
        font-size: 15px;
    }
    .productBox .price .num {
        font-size: 20px;
    }
    .productBox .price .numD {
        font-size: 20px;
    }
    .productBox .text {
        font-size: 14px;
    }
    .main {
        padding-top: 60px;
    }
    .personal,
    .chackout,
    .navigation {
        padding-top: 92px;
    }
    .pay_option,
    .delivery_option {
        font-size: 16px;
    }
    .socials {
        margin-top: 10px;
        text-align: center!important;
    }

    .login {
      background-color: #ffffff;
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 10;
      margin-left: 0;
      left: 0;
      top: 0;
      margin-top: 0;
      overflow: hidden;
      padding: 100px 50px;
    }

    .register {
      background-color: #ffffff;
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 10;
      margin-left: 0;
      left: 0;
      top: 0;
      margin-top: 0;
      overflow: hidden;
      padding: 100px 50px;
    }

    .certificateGalonPop {
      background-color: #ffffff;
      position: fixed;
      z-index: 10;
      margin-left: 0;
      left: 0;
      top: 0;
      margin-top: 60%;
      transform: translateY(-50%);
      padding: 0;
    }

    .certificateGalonPop .img {
      width: 100%;
    }

    .certificateGalonPop .close_btn {
      top: -50px;
      right: 0;
    }
}

@media screen and (max-width: 334px) {
    .productBox .price {
        font-size: 14px;
    }
    .productBox .price .num {
        font-size: 17px;
    }
    .productBox .price .numD {
        font-size: 17px;
    }
}

@media screen and (max-width: 573px) {
    .selusion .solution-black-square {}
}

@media screen and (max-width: 1832px) {
    .menu-popup {
        width: 50%;
        margin-left: -38.5%;
    }
}

@media screen and (max-width: 1070px) {
    .facebook,
    .youtube,
    .twitter {
        display: none;
    }
}

@media screen and (max-width: 1066px) {
    .customer-service {
        width: 52%;
    }
}

@media screen and (max-width: 1585px) {
    .menu-popup {
        width: 87%;
        margin-left: -54%;
    }
}

@media screen and (max-width: 1488px) {
    .productBox .text {
        font-size: 20px;
    }
}

@media screen and (max-width: 1209px) and (min-width: 990px) {
    .productBox .text {
        font-size: 16px;
    }
}

@media screen and (max-width: 1182px) {
    .menu {
        font-size: 38px;
    }
}

@media screen and (max-width: 583px) {
    .produce .control {
        display: block;
    }
    .warp_btn {
        width: 100%;
        margin-top: 15px;
    }
    .produce .amounts {
        width: 50%;
        margin-top: 7px;
    }
    .produce .price {
        width: 50%;
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .menu {
        font-size: 29px;
    }
    .menu-popup {
        display: none!important;
    }
    .productBg {
        background-size: 100% 100%;
    }
    .productBox .text {
        font-size: 20px;
    }
    .showbag {
        padding: 0;
        padding-top: 18px;
    }
    .shopBag {
        padding: 0;
        margin-bottom: 20px;
    }
    .shopBag .mobileAmount {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .shopBag .bobmarley .price,
    .shopBag .title_text {
        padding: 0;
    }
    h1 {
        font-size: 26px;
    }
    .bobmarley>div {
        font-size: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .bobmarley>div img {
        padding-left: 15px;
    }
    .bobmarley {
        padding-left: 0;
        padding-right: 0;
    }
    .infoBox {
        margin-top: 15px;
    }
    .showbag .btn_white_warp {
        padding: 15px;
    }
    .produce {
        padding-right: 15px;
    }
    .navigation {
        padding-right: 15px;
        padding-left: 15px;
    }
    .produceImage {
        text-align: center;
        padding-left: 15px;
    }
    .produceImage .border {
        display: inline-block;
    }
    .slider {
        margin: 0;
    }
    .contact {
        padding: 15px;
    }
    .contact .form>div,
    .contact .form .form_section>div {
        padding: 0;
    }
    .contact .form .form_section div:nth-child(1),
    .personal .form .form_section div:nth-child(1) {
        padding-left: 0;
        margin-bottom: 10px;
    }
    .contact .form .form_section div:nth-child(2),
    .personal .form .form_section div:nth-child(2) {
        padding-right: 0;
        margin-top: 10px;
    }
    .contact .form .form_section:last-child,
    .personal .form .form_section:last-child {
        margin-bottom: 20px;
    }
    .contact .form .recaptcha {
        float: none;
        margin: 20px auto 20px auto;
    }
    .personal {
        padding-right: 15px;
        padding-left: 15px;
    }
    .personal .form>div {
        padding: 0;
    }
    .personal .list .sublist div {
        text-align: right!important;
        padding: 0;
    }
    .personal .list .totalPrice:first-child {
        display: none!important;
    }
    .personal .list .totalPrice:last-child {
        position: inherit;
        bottom: 0;
        margin-top: 20px;
    }
    .chackout {
        padding-right: 0;
        padding-left: 0;
    }
    .chackout .form {
        padding-left: 0;
    }
    .chackout .form div {
        padding: 0;
        margin-top: 10px;
    }
    .chackout .form .form_section div:nth-child(2),
    .chackout .form .form_section div:nth-child(1) {
        padding: 0;
    }
    .selusion .textCenter {
        margin-bottom: 37px;
        margin-top: 20px;
    }
    .selusion .coverImage {
        background-attachment: inherit;
        background-position-y: 50%;
    }
    .index-solution-text {
        padding-bottom: 3%;
        padding-top: 3%;
    }
    .index-solution-text h1 {
        font-size: 5rem;
        margin-top: 30px;
    }
    .selusion .textCenter {
        display: block;
        height: auto;
    }
    .slick-slider {
        float: none;
        margin: auto;
        display: flex!important;
    }
    .sliderArrow.slick-arrow {
        display: none!important;
    }
    .article_item_main .text {
        padding-left: 0!important;
    }
}

@media (max-width:768px) and (min-width:479px) {
    .index-solution-text {
        padding-bottom: 2%;
        padding-top: 2%;
    }
    .index-solution-text h1 {
        margin-top: 0;
    }
}

@media screen and (max-width: 993px) {
    nav,
    nav a {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 910px) {
    nav,
    nav a {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 820px) {
    nav,
    nav a {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    .showbag {
        padding: 0;
        padding-top: 88px;
    }
    .btn_white {
        font-size: 12px;
    }
    .selusion .imageBorder {
        display: none;
    }
    .selusion .imageBorder:after {
        display: none;
    }
    .selusion .imageBorderMobile {
        display: block;
        margin-bottom: 20px;
    }
    .selusion .solution-black-square {
        font-size: 31px;
        line-height: 40px;
        width: 380px;
        margin-top: 60px;
    }
    .selusion .solution-black-square .title {
        font-size: 43px;
    }
    .selusion .solution-black-square hr {
        border: 3px solid #ffffff;
        width: 128px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .selusion .coverImage {
        height: 473px;
    }
}

@media screen and (max-width: 760px) {
    .productBg .text,
    .product {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main {
        padding-top: 60px;
    }
    .productBg .text h1 {
        font-size: 25px;
    }
    .productBg .text p {
        font-size: 16px;
    }
    .productBox .text {
        font-size: 16px;
    }
    .productBox {
        padding: 8px;
    }
    .productBg {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 564px) {
    .selusion .textCenter .text {
        padding-right: 0;
    }
    .selusion .solution-black-square .title {
        font-size: 33px;
    }
    .selusion .solution-black-square {
        width: 310px;
    }
}

@media screen and (max-width: 560px) {
    .customer-service {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .index-solution {
        height: 270px;
    }
    @media screen and (max-width: 480px) {
        .index-categories {
            margin-bottom: 3px;
        }
        .index-solutions-text {
            margin-bottom: 13px;
        }
        @media screen and (max-width: 471px) {
            .customer-service .text {
                display: none;
            }
        }
        @media screen and (max-width: 377px) {
            .productBox .text {
                height: 120px;
            }
            .selusion .popular_product h1 {
                font-size: 40px;
            }
        }
        @media screen and (max-width: 350px) {
            .index-solution-black-square {
                width: 100px;
                height: 100px;
                margin-left: -45px;
                line-height: 100px;
            }
            .index-solution-text h1 {
                font-size: 2rem;
                margin: 3px;
            }
            .index-solution-text p {
                font-size: 1.2rem;
                width: 80%;
            }
            .index-solution-black-square img {
                width: 50%;
            }
            .index-solution-black-square:after {
                height: 90px;
                width: 90px;
                top: 5%;
                left: 5%;
            }
            .index-category-inner-text {
                font-size: 28px;
            }
            .index-category-inner-text img {
                width: 55px;
            }
            nav {
                font-size: 1.1rem;
            }
            .customer-service {
                padding-left: 0px;
                width: initial;
            }
            .index-solutions-text {
                height: 150px;
            }
            .index-intro,
            .index-solutions-text {
                font-size: 1.5rem;
            }
            .index-intro {
                height: 300px;
            }
            .index-intro img {
                width: 40%;
            }
            .index-intro h1,
            .index-solutions-text-center-inner h1 {
                font-size: 3.2rem;
                margin: 0;
            }
        }
        @media (max-width:480px) and (min-width:351px) {
            .index-solution {
                height: 403px;
            }
            .index-solution-text {
                padding-bottom: 2%;
                padding-top: 2%;
            }
            .index-solution-text h1 {
                font-size: 3rem;
                margin-top: 0;
            }
            .index-solution-text p {
                font-size: 1.5rem;
            }
            .index-solution-black-square {
                width: 140px;
                height: 140px;
                margin-left: -70px;
            }
            .index-solution-black-square:after {
                height: 132px;
                width: 132px;
            }
            .index-category-inner-text span {
                top: -6px!important;
                font-size: 39px;
            }
        }
        @media screen and (max-width: 386px) {
            .selusion .solution-black-square {
                font-size: 47px;
                line-height: 50px!important;
            }
            .selusion .solution-black-square .title {
                font-size: 38px!important;
            }
        }
        @media screen and (max-width: 479px) {
            .selusion .textCenter h2 {
                font-size: 48px;
            }
        }
        .share_to_any {
            position: relative;
        }
        .share_panel {
            position: absolute;
        }


}
}
.three_things {
    position:relative;
}
 .ghostly {
    position: absolute;
    z-index: 2342324;
    bottom: -99px;
    left: 0;
    right: 0;
    width: auto;
    margin: auto;
    text-align: center;
}
.three_things .blue_unit {
    position: relative;
    background-image:url(../images/Pattern.png);
    color:#fff;
    padding:10px;
    
    z-index: 1;
}

.three_things .blue_unit .text_area{
    float:left;
    width:60%;
    padding: 15px 0 15px 15px;
}
.three_things .blue_unit .text{
    font-size:17px;

}

.three_things .blue_unit .title{
    font-size:24px;
}
.three_things .blue_unit .button{
    display: inline-block;
    position: absolute;
    padding: 13px;
    font-weight: 600;
    background: #0ab2df;
    margin-top: 20px;
    bottom: 22px;
    color:#fff;
    width: 200px;
    text-align: center;
    font-size: 17px;   
    z-index: 233242342;

}
.three_things .blue_unit img.image_bl{
    position: relative;
    width: 5%;
    top: 25px;
    right: -21px;
}

.expander {
    height:80px;
}

@media screen and (min-width: 1701px) {
    .three_things .blue_unit img.image_bl{
        position: absolute;
        width: 37%;
        top: 0;
        right: 0;
        margin: auto;
        bottom: 40px;
    }
}
@media screen and (max-width: 1700px) {

    .three_things .blue_unit img.image_bl{
        position: absolute;
        width: 37%;
        top: 0;
        bottom: 0;
        margin:auto;
        right: -21px;
    }
}


@media screen and (max-width: 1000px)  {
    .ghostly {
        display:none;
    }
}
@media screen and (max-width: 1200px)  {

    .three_things .blue_unit .text{
        font-size:14px;
    
    }
    .three_things .blue_unit .title{
        font-size:20px;
    }

    .three_things .blue_unit .button{
        width: 50%;
        font-size: 13px;
        padding: 7px;
    }

    .expander {
        height:40px;
    }

    .three_things .blue_unit img.image_bl{
        position: absolute;
        width: 43%;
        top: 0;
        bottom: 0;
        margin:auto;
    }

@media screen and (max-width: 770px)  {

    .three_things .blue_unit img.image_bl{
        position: absolute;
        width: 30%;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 2%;
    }
}

.modal {
	z-index:23452342342323 !important;
}