﻿/* ==========================================================================
   English Fonts
   ========================================================================== */
@font-face {
    font-family: 'strauss';
    src: url('font/strauss-en-bold-webfont.eot');
    src: url('fonts/strauss-en-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/strauss-en-bold-webfont.woff') format('woff'),
    url('font/strauss-en-bold-webfont.ttf') format('truetype'),
    url('font/strauss-en-bold-webfont.svg#straussbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'strauss';
    src: url('font/strauss-en-light-webfont.eot');
    src: url('font/strauss-en-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/strauss-en-light-webfont.woff') format('woff'),
    url('font/strauss-en-light-webfont.ttf') format('truetype'),
    url('font/strauss-en-light-webfont.svg#strausslight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'strauss';
    src: url('font/strauss-en-regular-webfont.eot');
    src: url('font/strauss-en-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/strauss-en-regular-webfont.woff') format('woff'),
    url('font/strauss-en-regular-webfont.ttf') format('truetype'),
    url('font/strauss-en-regular-webfont.svg#straussregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Hebrew fonts
========================================================================== */
@font-face {
    font-family: 'strauss';
    src: url('font/strauss-he-light-webfont.eot');
    src: url('font/strauss-he-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/strauss-he-light-webfont.woff') format('woff'),
    url('font/strauss-he-light-webfont.ttf') format('truetype'),
    url('font/strauss-he-light-webfont.svg#strausslight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'strauss';
    src: url('font/strauss-he-regular-webfont.eot');
    src: url('font/strauss-he-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/strauss-he-regular-webfont.woff') format('woff'),
    url('font/strauss-he-regular-webfont.ttf') format('truetype'),
    url('font/strauss-he-regular-webfont.svg#straussregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: strauss, Helvetica !important;
    font-family: 'strauss','straussregular', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
@media (min-width: 1200px) {
    .container {
        max-width: 100%!important;
    }
    .wrapper, .wrapper>.container {
        width: auto !important;
        max-width: 100%;
        padding: 0;
    }
}
/*@media (max-width: 992px){*/
/*.container {*/
/*max-width: 942px;*/
/*}*/
/*}*/
h4 {
    font-size: 30px;
    font-weight: 300;
}
h5 {
    font-size: 26px;
    font-weight: 300;
}
.blue.background{
    background-color: #17b6dd;
}
.white.background{
    background-color: #fff;
}
.white.color{
    color: #fff;
}
.blue.color{
    color: #17b6dd;
}
.orange.background{
    background-color: #ff5700;
}
.orange.color{
    color: #ff5700;
}
.cs_page{
    line-height: 1.2;
}
a:hover {
    text-decoration: none;
}
.center_content{
    text-align: center;
}
.cs_floor_title{
    font-weight: normal;
    margin: 0;
    text-align: center;
    font-size: 60px;
}
.strauss_plus_floor .cs_floor_title{
    font-size: 70px;
    font-weight: 700;
    padding-top: 46px;

}
.strauss_plus_floor .cs_regular_text p {
    padding-top: 5px;
    margin: auto;
    line-height: 1.2;
    max-width: 450px;
    font-size: 35px;
}

h2.cs_floor_title{
    font-size: 60px;
}
h3.cs_floor_title{
    font-size: 36px;
}
.cs_regular_text{
    color: #000;
    font-weight: 300;
    text-align: center;
    font-size: 24px;
    line-height: 1.05em;
}
.floor_title_with_text .cs_regular_text {
    max-width: 840px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 7px;
}
.cs_regular_text p {
    margin: 0;
    line-height: 1.2;
}
.cs_section_title{
    font-size: 30px;
    font-weight: 400;
}
.Info_about_vc_container{
    padding-bottom: 108px;
    padding-top: 66px;
}
.text_vc_wrap {
    display: inline-block;
    width: calc(100% - 105px);
    text-align: right;
    font-size: 20px;
    font-weight: 300;
    padding-right: 20px;
}
.Info_about_vc_wrap {
    font-size: 0;
    text-align: right;
}
.title_about_vc.blue.color {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 89%;
}
.text_vc_wrap p {
    margin: 0;
    text-align: right;
    line-height: 1.1;
    font-size: 20px;

}
.title_about_vc{
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 10px;
}
.Info_about_vc_wrap:before {
    content: "";
    background-color: #16bde6;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 83px;
}
.floor_title_with_text {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 36px;
}
.Text_columns {
    column-count: 2;
    -webkit-column-count: 2;
    -ms-column-count: 2;
    padding: 0 31px;
    text-align: right;
    font-weight: 300;
    margin: 0 -31px;
}
.Text_columns .cs_regular_text {
    padding-bottom: 6px;
}
.Text_columns h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 4px;
}
.Text_columns p {
    padding-left: 47px;
    color: #404042;
    text-align: justify;
    line-height: 1.2;
    font-size: 24px;
}
.mini_title_vc{
    display: block;
    font-size: 30px;
    font-weight: 700;
}
.btn_registration_wrap{
    text-align: center;
}
.btn_registration_wrap .cs_regular_text a{
    color: #000;
}
.s_visitor .btn_registration:after{
    content: "";
    width: 43px;
    height: 43px;
    display: inline-block;
    background-image: url(../../images/arrow_w_circle.svg);
    vertical-align: middle;
    margin: 0 31px 2px 1px;
    transition: all .3s;
}
/*.btn_registration:after {*/
/*content: "";*/
/*width: 43px;*/
/*height: 43px;*/
/*display: inline-block;*/
/*background-repeat: no-repeat;*/
/*background-image: url(../../images/new_arrow.svg);*/
/*background-position: center center;*/
/*vertical-align: middle;*/
/*margin-right: 25px;*/
/*}*/

.btn_registration:before {
    content: "";
    display: block;
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: inherit;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
}
.btn_registration:not([disabled]):hover:before {
    opacity: 0.2;
}
.btn_registration {
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.btn_registration[disabled] {
    opacity: .7;
    cursor: default;
}
.btn_registration {
    padding: 5px 30px 5px 5px;
    border-radius: 30px;
    font-size: 30px;
    display: inline-block;
    border: 0;
    transition: all 0.3s;
    font-family: Strauss;
    line-height: 40px;
}
.btn_registration_wrap.s_visitor .btn_registration:nth-child(3) {
    margin-right: 23px;
}
.btn_registration:hover, .btn_registration:focus{
    text-decoration: none;
}
.btn_registration_wrap h3{
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    display: block;
    margin-top: 70px;
    margin-bottom: 29px;
}
.btn_registration_wrap .cs_regular_text {
    display: block;
    padding-top: 26px;
}
.btn_registration_wrap .cs_regular_text:hover , .btn_registration_wrap .cs_regular_text:focus{
    text-decoration: none;
    color: inherit;
}
/* Lobby CS */
#iphone_desktop, #iphone_mobile {
    background-image: url(../../images/appstore.png);
}
#android_desktop, #android_mobile {
    background-image: url(../../images/google_play.png);
}
#iphone_desktop, #iphone_mobile, #android_desktop, #android_mobile {
    width: 200px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    transition: all .3s;
}
#iphone_desktop.hidden, #iphone_mobile.hidden, #android_desktop.hidden, #android_mobile.hidden {
    display: none;
}
.strauss_plus_app_image {
    width: 700px;
    height: 804px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -150px;
    left: 0;
}
.strauss_plus_floor .btn_registration {
    margin-top: 20px;
}
.strauss_plus_app_download_title {
    font-size: 24px;
    font-weight: 300;
    padding: 35px 0 15px 0;
}
.feedback_level {
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
}
.instagram_feed_floor.container {
    padding-top: 112px;
    padding-bottom: 150px;
}
#quiz_floor .container{
    position: relative;
    z-index: 9;
}
#quiz_floor{
    position: relative;
}
#quiz_floor .quiz_slide h3, .quiz_question {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 10px;
    line-height: 1.1;
}
.news_floor {
    padding-top: 10px;
}
.strauss_plus_floor {
    margin-top: 150px;
    margin-bottom: 100px;
    position: relative;
    padding: 80px 0;
}
.quiz_slide h2 {
    line-height: 1.2;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
}
.quiz_slide {
    height: 583px;
    text-align: center;
    vertical-align: middle;
}
.quiz_ans_wrap {
    display: inline-block;
}
.quiz_ans_wrap label {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    margin: 0 20px;
    box-shadow: 3px 4px 0px 0px #ff5700;
    color: #000000;
    font-size: 21.8px;
    font-weight: 300;
    width: 320px;
    height: 56px;
    border-radius: 30px;
    transition: all .3s;
}
.quiz_ans_wrap.active label {
    background-color: #ff5700;
    color: #ffffff;
}
.page-template-template-lobby-cs .Floor_Contact_Us_Footer {
    margin-top: 0;
}
.quiz_btns_quetions {
    border-radius: 50% 50%;
    width: 15px;
    height: 15px;
    margin: 15px 5px;
    background-color: #fff;
    border: none;
}
.quiz_btns_quetions.active {
    background-color: #ff5700;
}
#news_imgs_wrap_helper {
    /*position: absolute;
    left: 0;
    width: 50%;*/
}
.instagram_feed_floor h2 {
    line-height: 1.2;
}
svg.arrow_w_circle {
    width: 42px;
    height: 42px;
    vertical-align: middle;
    margin-right: 26px;
    transition: all 0.3s;
}
svg.arrow_w_circle path {
    stroke: transparent;
}
.news_floor .new h2 , .instagram_feed_floor .cs_floor_title{
    font-size: 70px;
    font-weight: 400;
    line-height: 36px;
}
.news_floor .new h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}
#pause_play_slider_news_button_wrap {
    display: inline-block;
    float: left;
    margin-left: 15px;
    position: absolute;
    left: 134px;
}
#pause_play_slider_news_button, #pause_play_slider_instagram_feed_button {
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    width: 33px;
    height: 34px;
    transition: all 0.3s;
}
#pause_play_slider_news_button[data-action="Pause"], #pause_play_slider_instagram_feed_button[data-action="Pause"] {
    background-image: url(../../images/pause_icon.svg);
}
#pause_play_slider_news_button[data-action="Play"], #pause_play_slider_instagram_feed_button[data-action="Play"] {
    background-image: url(../../images/play_icon.svg);
}
.instagram_feed_imgs {
    margin: 40px -10px 0px -10px;
}
#pause_play_slider_instagram_feed_button_wrap {
    text-align: center;
    padding-top: 15px;
}
.instagram_feed_img_wrap {
    padding: 0 10px;
}
.instagram_feed_img_wrap .slick-next, .instagram_feed_img_wrap .slick-prev{
    width: 49px;
    height: 49px;
    border-radius: 50%;
    font-size: 0;
    background-color: #17b6dd;
}
.instagram_feed_imgs button.slick-next,  .instagram_feed_imgs button.slick-prev, .products_slider  button.slick-next, .products_slider button.slick-prev, .recipes_slider button.slick-next, .recipes_slider button.slick-prev{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 0;
    background-color: #d4d4d4;
    transition: all 0.3s;
    margin-top: -25px;
}
.instagram_feed_imgs button.slick-next:hover,  .instagram_feed_imgs button.slick-prev:hover, .products_slider button.slick-next:hover,  .products_slider button.slick-prev:hover, .recipes_slider button.slick-next:hover,  .recipes_slider button.slick-prev:hover  {
    background-color: #A6A6A6;
}
[dir='rtl'] .instagram_feed_imgs .slick-next:before, [dir='rtl'] .instagram_feed_imgs .slick-prev:before, [dir='rtl'] .products_slider .slick-next:before, [dir='rtl'] .products_slider .slick-prev:before, [dir='rtl'] .recipes_slider .slick-next:before, [dir='rtl'] .recipes_slider .slick-prev:before {
    content: "";
    background-image: url(../../images/arrow_white.svg);
    width: 45px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    opacity: 1;
}
[dir='rtl'] .instagram_feed_imgs .slick-prev:before, [dir='rtl'] .products_slider .slick-prev:before, [dir='rtl'] .recipes_slider .slick-prev:before{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
[dir='rtl'] .instagram_feed_imgs .slick-next:before, [dir='rtl'] .products_slider .slick-next:before,  [dir='rtl'] .recipes_slider .slick-next:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
[dir='rtl'] .instagram_feed_imgs .slick-next, [dir='rtl'] .products_slider .slick-next, [dir='rtl'] .recipes_slider .slick-next  {
    right: auto;
    left: -60px;
}
[dir='rtl'] .instagram_feed_imgs .slick-prev, [dir='rtl'] .products_slider .slick-prev, [dir='rtl'] .recipes_slider .slick-prev   {
    right: -60px;
    left: auto;
}

.share_wrap .share_on_whatsapp {
    background-color: #5BC952;
}
/* Lobby CS END */
/* Lobby Forms */
.forms_disclaimer{
    text-align: center;
}
.cs_form.icon_text .svg_container {
    display: inline-block;
    border-radius: 50%;
    background-color: #16bde6;
    width: 158px;
    height: 158px;
    border: 5px solid transparent;
    transition: all 0.3s;
}
.cs_form.icon_text .svg_container:hover {
    border-color: #16bde6;
    background-color: #fff;
}
.cs_form.icon_text .svg_container svg g {
    fill: #fff;
}
.cs_form.icon_text .svg_container svg g path {
    stroke: transparent;
}
.cs_form .svg_container:hover svg g, .cs_form .svg_container:hover svg g path {
    fill: #16bde6;
}
.cs_form.icon_text h5 {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    margin-top: 26px;
}
.cs_form .input_infoWindow {
    left: 50%;
}
.archive.post-type-archive-cs_form .infoWindow{
    bottom: 93%;
    left: 56%;
}
/* Lobby Forms END */
/* Single Subject */
.subject .share_wrap span {
    display: block;
    padding-bottom: 10px;
}
.recipes_floor {
    text-align: center;
}
.demo_calculator_floor {
    text-align: center;
}
.demo_calculator_floor h2 {
    line-height: 0.9;
}
.subject .capsule {
    position: relative;
}
.subject .more_info_floor .capsule_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.subject .capsule_img_helper {
    padding-top: 100%;
    transition: all .3s;
}
.subject .capsule.hover .capsule_img {
    opacity: 0;
    transition: all .3s;
}
.subject .capsule.hover .capsule_img_helper {
    padding-top: 0;
    transition: all .3s;
}
.capsule_btn {
    position: relative;
    color: #17b6dd;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    border: none;
    background: no-repeat;
    font-family: straussregular, straussregularen, Helvetica Neue, Helvetica, Arial, sans-serif;
    opacity: 0;
    transition: all .2s;
}
.has_readmore .capsule_btn {
    opacity: 1;
}
.capsule_no_readmore{
    opacity: 0;
    transition: all .2s;
    display: block;
    border-top: 2px solid #17b6dd;
    margin: 0 39%;
    margin-top: 20px;
}
.products_categories_floor_title > * {
    text-align: right;
}
.no_readmore .capsule_no_readmore {
    opacity: 1;
}
.no_readmore .capsule_btn {
    display: none;
}
.capsule_more {
    transition: opacity 0.3s;
}
.capsule_close_more {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}
.capsule.hover .capsule_more {
    opacity: 0;
}
.capsule.hover .capsule_close_more {
    opacity: 1;
}
.capsule_title_wrap {
    height: 80px;
    overflow: hidden;
}
.capsule_readmore_bth{
    opacity: 0;
    transition: all .3s;
}
.products_categories_floor {
    position: relative;
    height: 600px;
}
.products_categories_img img{
    position: absolute;
    bottom: 74px;
    max-width: 35%;
    right: 0;
}
.category_wrap {
    margin-bottom: 20px;
    position: relative;
    display: block;
    cursor: default;
}
.products_categories_wrap {
    padding: 55px 0 50px 0;
}

.category_icon {
    display: inline-block;
}
.category_name {
    margin-right: 10px;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
}

.products_categories {
    padding-top: 80px;
}
.category_wrap.col-md-6:nth-child(2n+1) {
    clear: both;
}
.category_wrap.col-md-4:nth-child(3n+1) {
    clear: both;
}
.category_icon svg path {
    fill: #000;
}
.category_icon svg path {
    fill: #000;
}
.product_image {
    margin: 0 auto;
}
.products_categories_floor_sub_title {
    padding-bottom: 30px;
}
.products_categories_wrap svg {
    max-height: 42px;
    display: inline-block;
    width: 33px;
    vertical-align: middle;
}
.products_slider_title {
    color: #000000;
    font-size: 40px;
    text-align: center;
    margin-bottom: 47px;
}
.products_slider_wrap:first-child {
    margin-top: 64px;
}
.products_slider_wrap {
    border-bottom: 1px solid #d7d7d7;
    margin-top: 71px;
    padding-bottom: 18px;
}
.products_slider_wrap:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.products_slider_wrap .slick-track {
    margin: 0 auto;
}
/*for check*/
.product.slick-slide {
    padding-top: 200px;
    position: relative;
    padding-bottom: 55px;
}
.product_image {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    padding-bottom: 55px;
    max-height: 255px;
}
.subject .products_slider_floor{
    padding-bottom: 75px;
}
.subject .products_slider_floor, .subject .more_info_floor, .subject .FAQ_floor, .subject .recipes_floor, .subject .rich_text_floor, .subject .demo_calculator_floor{
    padding-bottom: 105px;
}
.subject .rich_text_with_background_image_floor {
    margin-bottom: 120px;
}
.subject .floor_title_with_text {
    padding-top: 0;
}
.product.slick-slide span {
    font-size: 22px;
    font-weight: 300;
    display: block;
    position: absolute;
    text-align: center;
    left: 50%;
    width: 100%;
    transform: translatex(-50%);
    padding-top: 19px;
}
/*Search Product Subject*/
#search_product_subject, #find_product, #not_find_product{
    text-align: center;
}
#search_product_subject #barcode_wrap .input_design {
    background-color: #f1f2f2;
    font-size: 22px;
    width: 483px;
    height: 55px;
}
.product_search_subject .info_text{
    margin-right: 21px;
    font-weight: 300;
}
.new_search_product {
    display: block;
    margin: 0 auto;
    background-color: transparent;
    border: 0;
    text-decoration: underline;
    font-size: 20px;
    margin-top: 16px;
}
.product_search_subject .cs_floor_title + .cs_regular_text {
    padding-top: 6px;
}
.product_search_subject .form_wrap {
    margin-top: 30px;
}
#btn_check_prod_subject:disabled {
    cursor: default;
}
/* Single Subject END */
/*slider*/
.vc_slider_images_wrap  .slick-dots li button{
    background-color:  #d1d3d4;
    width: 17px;
    height: 17px;
    border: 1px solid #fff;
}
.vc_slider_images_wrap  .slick-dots li.slick-active button{
    background-color: #16bde6;
}
.vc_slider_images_wrap img {
    margin: 0 auto;
    border-radius: 250px;
    margin-bottom: 16px;
}
.vc_slider_images_wrap.slick-slider {
    margin-bottom: 18px;
}
.vc_slider_images_wrap .slick-dots {
    bottom: 24px;
}
.vc_slider_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    border-radius: 250px;
    margin-bottom: 16px;
}
.vc_slider_img:before {
    content: '';
    padding-top: 44%;
    display: block;
}
.vc_slider_images {
    text-align: center;
    max-width: 1035px;
    margin: 0 auto;
}
#pause_play_slider_button[data-action="Pause"] {
    background-image: url(../../images/pause_icon.svg);
}
#pause_play_slider_button[data-action="Play"] {
    background-image: url(../../images/play_icon.svg);
}
#pause_play_slider_button {
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    width: 33px;
    height: 34px;
    transition: all 0.3s;
    cursor: pointer;
}
#pause_play_slider_button_wrap {
    padding-bottom: 66px;
}
.vc_slider_images{
    text-align: center;
}
/* New visitor center
========================================================================== */
.capsule{
    transition: all 0.4s;
    vertical-align: top;
    margin-top: 54px;
}
.capsule:nth-child(1), .capsule:nth-child(2), .capsule:nth-child(3) {
    margin-top: 0;
}
.page-template-template-archive_subject .capsule_text_wrap {
    padding-top: 17px;
    background-color: #f1f2f2;
    border-radius: 186px;
    padding-top: 17px;
    height: 100%;
    position: relative;
    margin-bottom: 30px;
}
.post-type-archive-visitor .capsule_text_wrap {
    height: 100%;
    margin-bottom: 37px;
}
.capsule_text_wrap {
    padding-bottom: 28px;
    background-color: #f1f2f2;
    border-radius: 186px;
    padding-top: 17px;
    height: 100%;
    position: relative;
}
.capsule_img{
    display: block;
    padding-top: 91%;
    position: relative;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    width: 91%;
    margin: 0 auto;
    margin-bottom: 32px;
    background-size: cover;
}
.capsule_text_wrap.has_icon .capsule_img:before {
    /*content: "";*/
    background-color: #f1f2f2;
    border-radius: 50%;
    width: 102px;
    height: 102px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    background-size: auto 65px;
}
.capsule_icon_inner {
    background-color: #f1f2f2;
    border-radius: 50%;
    width: 102px;
    height: 102px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    background-size: auto 65px;
}
.capsule_icon_inner svg {
    display: inline-block;
    width: 90%;
    height: 60%;
}
.capsule_img svg path {
    fill: #000000;
}
.capsule_title_wrap{
    height: 80px;
    overflow: hidden;
}
.capsule_title {
    padding: 0 72px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    color: #000;
    max-height: 252px;
    overflow: hidden;
}
.Three_capsules_wrap{
    text-align: center;
    padding-top: 20px;
}
.capsule:hover, .capsule:focus{
    text-decoration: none;
}
.capsule_text_wrap .cs_regular_text {
    display: inline-block;
    padding: 0 37px;
    text-align: center;
    margin-top: 11px;
    padding-bottom: 92px;
    font-size: 22px;
    line-height: 1.15;
    max-height: 227px;
    /*overflow: hidden;*/
}

.has_icon .capsule_text_wrap img{
    position: absolute;
    bottom: 33px;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    width: auto;
}
.capsule_hover {
    position: absolute;
    background-color: #90bb3e;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    border-radius: 186px;
    transform: translateX(50%);
    right: 50%;
    opacity: 0;
    transition: all 0.4s;
}
.has_icon .capsule_text_wrap{
    padding-bottom: 33px;
}
.capsule_hover span {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatey(-50%) translatex(-50%);
    width: 47%;
}
.capsule:hover .capsule_hover, .capsule:focus .capsule_hover {
    opacity: 1;
    background-color: rgba(144, 187, 62, 0.9);
}
/* New recall page
========================================================================== */
.floor_prodacts_recall{
    /*max-width: 888px;*/
    margin: 0 auto;
    padding-bottom: 27px;
    padding-top: 21px;
}
.floor_prodacts_recall .row {
    margin: 0 -10px;
}
.floor_prodacts_recall .col-md-3 {
    padding: 0px 10px;
}
.mini_sub_title {
    font-size: 18px;
    padding-bottom: 9px;
    text-align: center;
    margin: 0 auto;
    line-height: 22px;
    font-weight: 300;
    color: #414042;
}
.mini_sub_title p{
    margin: 0;
}
.product_wrap {
    background-color: #f1f2f2;
    text-align: center;
    font-size: 18px;
    border: 1px solid #d7d7d7;
    font-weight: 300;
}
.col-md-3 .product_img {
    padding-top: 74%;
}
.col-md-4 .product_img {
    padding-top: 56%;
}
.col-md-5 .product_img {
    padding-top: 44%;
}
.product_img {
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.product_wrap span{
    display: inline-block;
    line-height: 1em;
    padding: 8px 0;
    font-size: 22px;
}
.product_wrap_top {
    height: 70px;
}
.valign_middle:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.valign_middle > * {
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
}
.floor_prodacts_recall .row .col-md-3, .floor_prodacts_recall .row .col-md-4 {
    margin-bottom: 20px;
}
#recall_form .autocomplete_wrap{
    display: inline-block;
    position: relative;
}
#recall_form .autocomplete_wrap label.error{
    position: absolute;
    bottom: -9px;
    right: 0;
    margin: 0;
}
/* Forms
 ========================================================================== */
.cs_file_input_remove {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: none;
    background: transparent;
    z-index: 9;
}
.files_uploaded .cs_file_input_remove {
    display: block;
}
.single-cs_form #body .input_design{
    width: 100%;
    margin: 0;
    background: #F2F2F2;
    font-weight: 300;
}
.single-cs_form #body textarea.input_design{
    height: 140px;
    resize: none;
}
.single-cs_form .input_wrap{
    margin-bottom: 20px;
    line-height: 0;
}
.fake_input_wrap, .form_dropdown_wrap{
    position: relative;
}
.fake_input_wrap:after{
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    height: 40px;
    width: 40px;
    color: #fff;
    background: url(../../images/file_input_plus.png) center no-repeat;
}
.files_uploaded.fake_input_wrap:after{
    transform: rotate(45deg);
}
.single-cs_form input[type = "file"]{
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    cursor: pointer;
    z-index: 2;
}
.form_radio_wrap {
    text-align: center;
}

.form_radio_wrap legend {
    position: absolute;
    visibility: hidden;
}

.form_radio_each_wrap {
    display: inline-block;
    margin: 0px 19px;
}

.form_radio_each_wrap input {
    visibility: hidden;
    position: absolute;
}

.form_radio_each_wrap label i {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0px 10px;
}
.form_radio_each_wrap input ~ label i:before {
    content: '';
    display: inline-block;
    background-color: transparent;
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    border-radius: 50%;
    transition: background .3s;
    margin-top: 3px;
}
.form_radio_each_wrap input:checked ~ label i:before {
    background-color: #16bde6;
}
.dd_wrap{
    position: relative;
}
.dd_wrap select{
    position: absolute;
    visibility: hidden;
}
.dd_wrap .autocomplete_dd_wrap{
    width: 100%;
    display: none;
}
.form_open_dropdown{
    cursor: pointer;
}
.cs_form_sep{
    border-top: 1px solid #B6B6B6;
    margin-top: 0;
    margin-bottom: 16px;
}
.form_open_dropdown:before{
    content: '';
    display: block;
    background: url(../../images/dropdown_arrow.png);
    width: 19px;
    height: 11px;
    position: absolute;
    left: 23px;
    top: calc(50% - 5px);
}
#form_navigate_up_wrap{
    text-align: center;
    counter-reset: navBtns;
    font-size: 1px;
    padding-bottom: 25px;
}
.form_navigate_button {
    counter-increment: navBtns;
    border: 0;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 105px 30px;
    position: relative;
    outline: none !important;
}
.form_navigate_button:focus .form_navigate_button_circle{
    outline: rgb(77, 144, 254) auto 5px;
}

.form_navigate_button:not(:first-child):before {
    content: '';
    width: 210px;
    display: block;
    position: absolute;
    left: 100%;
    height: 4px;
    transition: all .3s;
    top: 28px;
    background: rgb(242,242,242);
    background: -moz-linear-gradient(left, rgba(242,242,242,1) 34%, rgba(22,189,230,1) 34%, rgba(22,189,230,1) 67%, rgba(22,189,230,1) 67%, rgba(140,187,33,1) 67%);
    background: -webkit-linear-gradient(left, rgba(242,242,242,1) 34%,rgba(22,189,230,1) 34%,rgba(22,189,230,1) 67%,rgba(22,189,230,1) 67%,rgba(140,187,33,1) 67%);
    background: linear-gradient(to right, rgba(242,242,242,1) 34%,rgba(22,189,230,1) 34%,rgba(22,189,230,1) 67%,rgba(22,189,230,1) 67%,rgba(140,187,33,1) 67%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#8cbb21',GradientType=1 );
    background-size: 311%;
    background-position: left;
}
.form_navigate_button.done:before {
    background-position: right;
}
.form_navigate_button.active:before {
    background-position: center;
}

.form_navigate_button .form_navigate_button_circle{
    display: block;
    border-radius: 50%;
    background: #F2F2F2;
    height: 57px;
    width: 57px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 41px;
    transition: all .3s;
    position: relative;
}
.form_navigate_button .form_navigate_button_circle:before {
    content: counter(navBtns);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.form_navigate_button.done .form_navigate_button_circle{
    background: #8cbb21;
}
.form_navigate_button.active .form_navigate_button_circle{
    background: #16bde6;
}
.form_navigate_button.done:not(.active) .form_navigate_button_circle:before, .form_navigate_button .form_navigate_button_circle:after{
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
}
.form_navigate_button .form_navigate_button_circle:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/cs_form_v.png) center no-repeat;
    transition: all .3s;
}
.form_navigate_button.done:not(.active) .form_navigate_button_circle:after{
    -webkit-transform: none;
}
.form_navigate_button *:last-child {
    position: absolute;
    top: 100%;
    display: block;
    line-height: 1;
    white-space: nowrap;
    left: 50%;
    margin-top: 10px;
    transform: translateX(-50%);
    color:  #414042;
    font-size: 20px;
    font-weight: 300;
}
.form_screen{
    display: none;
}
.form_screen.active{
    display: block;
}
.cs_form_title{
    font-size: 50px;
    line-height: 1;
}

.form_screen label.error{
    margin-top: 3px;
    position: absolute;
    color: red;
    top: 100%;
    line-height: 1;
    width: 100%;
    right: 15px;
}

.form_screen .fake_input_wrap label.error {
    right: 0;
}
.form_inside_screen_nav{
    text-align: justify;
    padding-top: 6px;
}
.form_inside_screen_nav:after{
    content: '';
    display: inline-block;
    width: 100%;
}
.form_inside_screen_nav .form_inside_screen_nav_item{
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    padding: 7px;
    border-radius: 40px;
    background: none;
    border: 0;
}
.form_inside_screen_nav .form_inside_screen_nav_item, .form_inside_screen_nav .arrow_without_circle, .form_inside_screen_nav #Layer_2{
    transition: all .3s 0s;
}
.form_inside_screen_nav .form_inside_screen_nav_item:hover, .form_inside_screen_nav .form_inside_screen_nav_item:focus{
    color: #fff;
}
.form_inside_screen_nav .form_inside_screen_nav_item:hover .arrow_without_circle, .form_inside_screen_nav .form_inside_screen_nav_item:focus .arrow_without_circle{
    background: #fff !important;
}
.form_inside_screen_nav #Layer_2{
    fill: #fff;
}
.form_inside_screen_nav .form_inside_screen_nav_item[data-action='prev']{
    padding-left: 25px;
}
.form_inside_screen_nav .form_inside_screen_nav_item[data-action='prev'] .arrow_without_circle{
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    background: #8cbb21;
    margin-right: 0;
    margin-left: 13px;
}
.form_inside_screen_nav .form_inside_screen_nav_item[data-action='prev']:hover #Layer_2, .form_inside_screen_nav .form_inside_screen_nav_item[data-action='prev']:focus #Layer_2{
    fill: #8cbb21;
}
.form_inside_screen_nav .form_inside_screen_nav_item[data-action='next']{
    padding-right: 25px;
    position: relative;
    overflow: hidden;
}
.form_inside_screen_nav .form_inside_screen_nav_item[data-action='next'] .arrow_without_circle{
    background: #16bde6;
    margin-left: 0;
    margin-right: 13px;
}
.form_inside_screen_nav .form_inside_screen_nav_item[data-action='next']:hover #Layer_2, .form_inside_screen_nav .form_inside_screen_nav_item[data-action='next']:focus #Layer_2{
    fill: #16bde6;
}

.form_screen.loading .form_inside_screen_nav_item[data-action='next'] .arrow_without_circle {
    transform: translateY(-150%) rotate(90deg);
}
.loader_circle, .loader_v{
    display: block;
    position: absolute;
    height: 36px;
    width: 36px;
    top: 7px;
    left: 7px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
}
.loader_circle{
    transition: all .3s;
    transform: translateY(150%);
}
.form_screen.loading .loader_circle {
    transform: none;
}
.loader_v{
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    color: #fff;
    transition: all .3s 2.1s;
    z-index: 9;
}
.loader_v svg{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 3px;
}
.form_screen.loading .loader_v{
    transform: none;
    -webkit-transform: none;
}

.inner-shadow
{
    z-index: 4;
    position: absolute;
    width: 28px;
    height: 28px;
    margin: 4px;
    border-radius: 100%;
    background-color: #16bde6;
}
.hold{
    position: absolute;
    width: 100%;
    height: 100%;
    clip: rect(0px, 36px, 36px, 18px);
    border-radius: 100%;
    background-color: #16bde6;
}
.fill{
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    clip: rect(0px, 18px, 36px, 0px);
}
.form_screen.loading .left .fill{
    z-index: 1;
    -webkit-animation: left 1s linear;
    -moz-animation: left 1s linear;
    animation: left 1s linear both;
}

@keyframes left{
    0%{-webkit-transform:rotate(0deg);}
    100%{transform:rotate(180deg);}
}

@-webkit-keyframes left{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(180deg);}
}

/**:not(#port_two_columns) > .right{*/
/*z-index: 3;*/
/*-webkit-transform: rotate(180deg);*/
/*-moz-transform: rotate(180deg);*/
/*transform: rotate(180deg);*/
/*}*/

.form_screen .right{
    z-index: 3;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.form_screen.loading .right .fill{
    z-index: 3;
    -webkit-animation: right 1s linear ;
    -moz-animation: right 1s linear ;
    animation: right 1s linear both ;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

@keyframes right{
    0%{-webkit-transform:rotate(0deg);}
    100%{transform:rotate(180deg);}
}

@-webkit-keyframes right {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}
#cs_forms_required_msg{
    font-size: 14px;
    margin-bottom: 24px;
    font-weight: 300;
}
#body .form_screen select{
    visibility: visible;
}
#body .form_screen .autocomplete_dd_span{
    line-height: 1.1;
    padding: 14px 0;
}
.input_infoWindow {
    position: absolute;
    background: #8cbb21;
    bottom: 100%;
    width: 184px;
    left: 100%;
    color: #fff;
    padding: 13px;
    line-height: 1.2;
    border-radius: 30px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility 0s .3s;
}
.cs_form-template-default .input_infoWindow {

    padding: 25px;

}
.category_tooltip p, .input_infoWindow p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px
}

input:hover ~ .input_infoWindow, input:focus ~ .input_infoWindow,
textarea:hover ~ .input_infoWindow, textarea:focus ~ .input_infoWindow,
.dd_wrap:hover ~ .input_infoWindow, label:hover .input_infoWindow, input:focus ~ label .input_infoWindow,
a:hover .input_infoWindow, a:focus .input_infoWindow, fieldset:hover ~ .input_infoWindow{
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.infoWindowInLeft .input_infoWindow {
    left: auto;
    right: 90%;
}
.input_infoWindow:after{
    content: '';
    display: block;
    background: url(../../images/triangle_no_border.png) top no-repeat;
    position: absolute;
    top: 100%;
    left: 15px;
    width: 50px;
    height: 18px;
    margin-top: -2px;
}
.infoWindowInLeft .input_infoWindow:after{
    left: auto;
    right: 15px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.input_infoWindow img{
    max-width: 100%;
    border-radius: 20px;
}
.hr_before_contact_ways{
    margin-top: 51px;
}
#cs_form_favorite_contact_way {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 26px;
    margin: 0;
}
.cs_form_contact_way_label{
    border: 1px solid #959595;
    line-height: 47px;
    height: 50px;
    display: block;
    border-radius: 50px;
    color: #414042;
    font-size: 22px;
    font-weight: 300;
    transition: all .3s;
    text-align: center;
    box-shadow: 0px 0px 0 0px inset transparent;
    position: relative;
    margin-bottom: 0;
}
.cs_form_contact_way_each{
    margin-bottom: 39px;
}
.cs_form_contact_way_each svg{
    fill: #414042;
    width: 32px;
    margin-left: 8px;
}
.cs_form_contact_way_each:hover .cs_form_contact_way_label, .cs_form_contact_way_each input:checked ~ .cs_form_contact_way_label{
    color: #8cbb21;
    border-color: #8cbb21;
    box-shadow: 0px 0px 0 2px inset #8cbb21;
    cursor: pointer;
}
.cs_form_contact_way_each:hover svg, .cs_form_contact_way_each input:checked ~ label svg{
    fill: #8cbb21;
}
/* Thank you page
 ========================================================================== */
.thankyou_center{
    text-align: center;
}
#thankyou_image{
    margin-bottom: 40px;
}
#thankyou_center a{
    font-size: 26px;
}
#thankyou_center a svg{
    fill: #16bde6;
}
#thankyou_center a:hover svg, #thankyou_center a:focus svg{
    fill: #1297B8;
}
#thanks_newsletter_form{
    margin-top: 40px;
}
.newsletter_sent #footer_newsletter_form, #footer_newsletter_thankyou{
    display: none;
}
.newsletter_sent #footer_newsletter_thankyou {
    font-weight: 100;
    font-size: 20px;
    display: block;
}
.newsletter_foi_each_icon {
    width: 67px;
    background: #fff;
    height: 67px;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    display: block;
    transition: background .3s;
    margin: 0px auto 12px;
}

.newsletter_foi_each_icon svg {
    max-width: 70%;
    max-height: 70%;
    fill: #000;
    transition: fill .3s;
}
.newsletter_foi_each_icon svg * {
    fill: #000;
    transition: fill .3s;
}
.newsletter_foi_each_wrap:hover .newsletter_foi_each_icon, .newsletter_foi_each_wrap input:checked ~ label .newsletter_foi_each_icon{
    background-color: #ff5700;
}
.newsletter_foi_each_wrap input:focus ~ label {
    outline: 2px solid #ff5700;
}
.newsletter_foi_each_wrap:hover svg *, .newsletter_foi_each_wrap input:checked ~ label svg *{
    fill: #fff;
}
.newsletter_foi_each_text{
    font-size: 17px;
    font-weight: 300;
    line-height: 1.1;
    display: block;
}

footer .newsletter_foi_each_text {
    color: #000;
    width: 130px;
}
.newsletter_foi_each_wrap {
    width: 116px;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
}

.newsletter_foi_each_label {
    padding: 0 !important;
}
.thanks_newsletter_disc{
    margin-top: 50px;
    position: relative;
}
#body .disc_label{
    display: inline-block;
    position: relative;
    font-size: 17px;
    font-weight: 300;
}
#body .disc_label:before{
    content: "\f00c";
    font-family: fontAwesome;
    position: absolute;
    border: 1px solid #000;
    right: 0;
    float: none;
    transform: none;
    margin: 0;
    color: transparent;
    line-height: 16px;
}
#body input:checked ~ .disc_label:before{
    color: #000;
}
.container .container {
    width: auto;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
}
#thanks_send_form{
    margin-top: 15px;
    line-height: 1;
}
/* Product recall search
 ========================================================================== */
.product_recall_search{
    text-align: center;
    background-color:  #f1f2f2;
    padding-top: 36px;
    margin-bottom: 76px;
    margin-top: 85px;
}
form.form_wrap .form_control {
    display: inline-block;
}
form.form_wrap .btn_registration{
    display: inline-block;
}
.floor_prodacts_recall .mini_sub_title {
    padding-top: 49px;
}
.info_text {
    color: #414042;
    font-size: 14px;
    text-align: right;
    display: block;
    padding-top: 2px;
    padding-bottom: 7px;
}
.form_wrap{
    padding-bottom: 58px;
}
.input_design {
    padding: 8px 20px 8px 5px;
    border-radius: 30px;
    background-color: #ffffff;
    width: 361px;
    text-align: right;
    height: 50px;
    color: #414042;
    font-size: 20px;
    line-height: 36px;
    margin-left: 11px;
    border: 0;
    font-weight: 300;
}
.input_design::-webkit-input-placeholder {
    color: #414042;
}
.input_design::-moz-placeholder {
    color: #414042;
    font-weight: 300;
}
.input_design:-ms-input-placeholder {
    color: #414042;
    font-weight: 300;
}
.input_design:-moz-placeholder {
    color: #414042;
    font-weight: 300;
}
.sub_title{
    text-align: right;
    font-size: 36px;
    border-bottom: 1px solid #b7b7b7;
    padding: 0 0 11px 0;
    margin-bottom: 20px;
}
.product_recall_search .cs_regular_text {
    padding-bottom: 18px;
}
.form_control, #barcode_wrap {
    display: inline-block;
}
div#barcode_wrap {
    position: relative;
}
#recall_products_wrap {
    position: absolute;
    right: 0;
    text-align: right;
    background-color: #fff;
    width: calc(100% - 11px);
    padding: 11px 20px 15px 20px;
    border-radius: 30px;
    margin-top: 3px;
    display: none;
    z-index: 999;
}
#recall_products_wrap .recall_product {
    border-bottom: 1px solid #d7d7d7;
    padding: 4px 0;
    font-weight: 300;
}
#recall_products_wrap .recall_product:not(.hidden) {
    display: block;
}
#recall_products_wrap .recall_product:last-child {
    border-bottom: 0;
}
a.recall_product {
    cursor: pointer;
}
button.new_search_recall {
    border: none;
    background: none;
    text-decoration: underline;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
}
/* FAQs page
 ========================================================================== */
#faq_page_question{
    font-size: 30px;
    padding-top: 30px;
    font-weight: 700;
    margin-bottom: 11px;
}
.single_faq_links{
    margin-top: 31px;
}
.single_faq_links a, .single_faq_links a:hover, .single_faq_links a:focus{
    font-size: 80%;
    color: #FF5700;
    text-decoration: underline;
    display: inline-block;
    margin: 0px 10px;
}

#faq_content {
    margin-bottom: 60px;
}

#faq_content + .cs_form_sep {
    margin-bottom: 10px;
}
#faq_relevant_buttons button {
    padding: 0;
    border: 3px solid #f1f2f2;
    font-size: 0px;
    border-radius: 50%;
    background-color: #f1f2f2;
    width: 72px;
    height: 72px;
    transition: all .2s;
    outline: none;
    position: relative;
}
#faq_relevant_buttons button:not([disabled]):hover, #faq_relevant_buttons button:focus, #faq_relevant_buttons button.pressed{
    border-color: #8cbb21;
}
#faq_relevant_buttons button.pressed:before{
    content: "";
    display: block;
    height: 23px;
    width: 23px;
    background: #8cbb21;
    position: absolute;
    top: 45px;
    right: 45px;
    border-radius: 50%;
    margin-top: -1px;
    margin-right: -1px;
    color: #fff;
    font-size: 15px;
    background-image: url(../../images/v_faq.png);
    background-repeat: no-repeat;
    background-position: center;
}
#faq_relevant_buttons button i{
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s;
}
#faq_relevant_buttons [data-action="like"] i{
    background-image: url(../../images/faq_like.svg);
}
#faq_relevant_buttons [data-action="dislike"] i{
    background-image: url(../../images/faq_dislike.svg);
}
#faq_relevant_buttons button[disabled]{
    cursor: default;
}
#faq_relevant_buttons button.not_pressed i{
    opacity: .5;
}
/* FAQs list
 ========================================================================== */
.faq_list_item{
    display: block;
    background-color: #f1f2f2;
    border-radius: 50px;
    margin-bottom: 8px;
    text-align: right;
    color: #000000;
    font-size: 24px;
    font-family: 'strausslight','strausslighten','Helvetica Neue',Helvetica,Arial,sans-serif;
    padding: 4px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 41px;
    line-height: 40px;
}
.faq_list_item:before{
    content: "";
    background-image: url(../../images/asterisk.svg);
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #90bb3e;
    margin-left: 20px;
    background-position: center;
    background-size: 19px 19px;
    background-repeat: no-repeat;
    vertical-align: middle;
}
a.faq_list_item:hover {
    text-decoration: none;
    color: inherit;
}
.External_articles{
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    text-align: right;
}
/* FAQ floor
 ========================================================================== */
#FAQ_floor{
    text-align: center;
    padding-bottom: 74px;
}
#FAQ_floor .cs_floor_title {
    line-height: 1;
}
.FAQ_floor_title {
    padding-bottom: 26px;
    padding-top: 7px;
}
#FAQ_floor .FAQ_floor_title  .cs_regular_text p{
    padding-top: 5px;
    padding-bottom: 7px;
}
#FAQ_floor .cs_regular_text p{
    padding-top: 15px;
    padding-bottom: 12px;
}
/* Expert floor
 ========================================================================== */
.Expert_floor.container {
    padding-top: 87px;
    padding-bottom: 107px;
}
.Expert_floor.container  strong {
    font-weight: 600;
}
.Expert_img{
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    margin-top: 49px;
}
.Expert_floor .mini_sub_title{
    color: #808285;
    padding-top: 21px;
    padding-bottom: 14px;
    display: inline-block;
}
.Expert_floor .cs_regular_text{
    color: #414042;
    font-size: 22px;
    text-align: justify;
}
.Expert_floor .cs_regular_text p {
    margin-bottom: 15px;
}
.Expert_floor .About_Expert.cs_regular_text p{
    margin: 0 auto;
}
.bold_weight{
    font-weight: 700;
}
.Expert_floor .cs_regular_text p:last-child {
    margin-bottom: 0;
}
.External_articles{
    height: 74px;
    padding: 10px 0;
    position: relative;
}
.External_articles_text p{
    margin-bottom: 0;
}
.External_articles_text .mini_sub_title{
    padding: 0;
    font-size: 14px;
}
.External_articles_text {
    padding-right: 0;
}
.External_articles:after{
    content: '';
    display: block;
    height: 1px;
    background-color: #b7b7b7;
    width: calc(100% - 30px);
    margin: 8px 15px 0 15px;
    position: absolute;
    bottom: 0;
}
.About_Expert.cs_regular_text {
    margin-top: 5px;
}
.External_articles_img{
    text-align: center;
}
.External_articles:hover {
    text-decoration: none;
    color: #000;
}
/* Floor - Contact Us Footer
========================================================================== */

#popup_overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.popup_open {
    overflow: hidden
}

.popup_open #popup_overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s
}

#popup {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 30px;
    background: #F8F8F8;
    width: 1180px;
    max-width: 95%;
}

.Floor_Contact_Us_Footer{
    background-color:  #17b6dd;
    color: #fff;
    padding: 60px 0 30px 0;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    font-weight: normal;
}
.Contact_Us_Footer_title {
    font-size: 40px;
    text-align: center;
    display: block;
    padding-bottom: 28px;
    line-height: 23px;
}
.cu_footer_text_wrap .mini_sub_title{
    color: #fff;
}
.cu_footer_text p {
    padding-bottom: 13px;
}
.Floor_Contact_Us_Footer .mini_sub_title:after, .sn_wrap:before {
    content: '';
    display: block;
    height: 1px;
    background-color: #ffffff;
    width: 100%;
    margin: 8px 0 24px 0;
}
a.btn_registration.white.background {
    color: #17b6dd;
    background-color: white !important;
}
.cu_footer_text_wrap{
    /*text-align: right;*/
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}
.cu_footer_text_wrap .btn_registration, .open_message .btn_registration{
    font-size: 20px;
}
.cu_footer_text_wrap .btn_registration .arrow_without_circle, .open_message .btn_registration .arrow_without_circle, #find_product_wrap .btn_registration .arrow_without_circle{
    background-color: #17b6dd;
    margin-right: 26px;
}
.cu_footer_text_wrap .btn_registration .arrow_without_circle path, .open_message .btn_registration .arrow_without_circle path {
    fill: #fff;
    transition: all 0.3s;
}
.btn_registration.white.background:hover, .btn_registration.white.background:focus, .open_message .btn_registration.white.background:hover, .open_message .btn_registration.white.background:focus   {
    background-color: #1297b8 !important;
    color: #fff;
}
.cu_footer_text_wrap .btn_registration:hover .arrow_without_circle, .cu_footer_text_wrap .btn_registration:focus .arrow_without_circle, .open_message .btn_registration:hover .arrow_without_circle, .open_message .btn_registration:focus .arrow_without_circle {
    background-color: #fff;
}
.cu_footer_text_wrap .btn_registration:hover{
    fill:  #0e7993;
}
.cu_footer_text_wrap .btn_registration:hover .arrow_without_circle path, .cu_footer_text_wrap .btn_registration:focus .arrow_without_circle path {
    fill:  #0e7993;
}
.cu_footer_text_wrap hr{
    border-color: #fff;
    margin: 6px 0 24px 0;
}
.disclaimer_label:before {
    border: 1px solid #ffffff;
    content: '';
    margin-left: 9px;
    line-height: 14px;
    box-sizing: content-box;
    text-align: center;
    float: right;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    margin-right: -29px;
}
#newsletter_checkbox:checked ~ .disclaimer_label:before {
    content: "";
    background-image: url(images/checkbox_v.png);
    background-repeat: no-repeat;
    background-position: center;
}
.disclaimer_label{
    padding-right: 29px;
}
.disclaimer_label p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1;
}
.cu_footer_text p{
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}
.cu_footer_text {
    padding-bottom: 10px;
}
.cu_footer_text a{
    margin: 0;
    font-weight: 700;
    line-height: 0.9;
    color: #fff;
    font-size: 30px;
    direction: ltr;
    display: block;
}
.cu_footer_text a:hover {
    text-decoration: none;
    color: inherit;
}
/* Social Networks in footer
 ========================================================================== */
.sn_wrap:before {
    margin: 24px 0 30px 0;
}
.sn_wrap a:hover {
    color: #0a98b9;
    text-decoration: none;
}
.sn_wrap .sn_icon {
    font-size: 27px;
    padding: 0 18px;
    color: #fff;
    vertical-align: middle;
    transition: all 0.3s;
}
.sn_wrap a:first-child, .sn_wrap a:first-child:after {
    padding-right: 0;
    margin-right: 0;
    line-height: 1;
}
.sn_img:after {
    content: "";
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin: 0 15px;
}
.strauss_plus_icon {
    height: 29px;
}
.blogger_icon{
    height: 26px;
    width: 26px;
}
.footer_svg_icon path.cls-1 {
    transition: all 0.3s;
    stroke: none;
    fill: #fff;
}
.footer_svg_icon:hover path.cls-1 {
    fill: #0a98b9;
}
.blog_icon {
    width: 26px;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px;
    line-height: 1;
}
.strauss_icon {
    margin: 0 18px;
    font-size: 0;
    vertical-align: middle;
    width: 28px;
    display: inline-block;
}
/* New product locator page
 ========================================================================== */
.product_locator_floor {
    border-radius: 170px;
    max-width: 1099px;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    padding: 15px 15px 35px 15px;
    margin-top: 56px;
}
#page_overlay.map{
    background: rgba(255, 255, 255, .3) !important;
}
.product_locator_floor  .floor_title_with_text{
    padding-bottom: 0;
    padding-top: 34px;
}
.product_locator_floor .info_text{
    font-weight: 300;
    padding-bottom: 4px;
    padding-right: 20px;
    position: absolute;
    top: 0;
}
.product_locator_floor .form_wrap {
    padding-bottom: 40px;
}
.product_locator_floor .input_design{
    background-color: #f1f2f2;
    width: 339px;
    height: 55px;
    font-family: Strauss;
    color: #414042;
    font-size: 20px;
    font-weight: 300;
    padding-right: 22px;
    border-radius: 30px;
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
}
.product_locator_floor .input_design[data-field="product"] {
    width: 454px;
}
.product_locator_floor .input_design[data-field="city"] {
    width: 224px;
}
#products_aside_search #find_product_form .autocomplete_dd_span, #products_aside_search #find_product_form .input_design {
    font-size: 18px;
}
.product_locator_floor .btn_registration:after {
    margin-right: 15px;
}
.product_locator_floor .btn_registration.orange.background {
    margin: 0;
    font-size: 26px;
    padding: 6px 20px 6px 6px;
    font-family: Strauss;
    height: 55px;
    vertical-align: top;
}
#find_product_form .form_control{
    padding-bottom: 0;
    vertical-align: middle;
}
#find_product_form {
    padding-bottom: 4px;
    position: relative;
    padding-top: 26px;
}
#find_product_form .autocomplete_wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#find_product_form .autocomplete_wrap label.error{
    text-align: right;
    margin-right: 22px;
    margin-top: 2px;
    position: absolute;
    right: 0;
    top: 89%;
}
#products_aside #find_product_form .autocomplete_wrap{
    margin-bottom: 10px;
}
#products_aside #find_product_form .autocomplete_wrap label.error{
    margin-top: -4px;
    position: relative;
    color: #fff;
}
.autocomplete_dd_wrap {
    position: absolute;
    right: 0;
    text-align: right;
    background-color: #f1f2f2;
    width: calc(100% - 11px);
    border-radius: 30px;
    margin-top: 4px;
    z-index: 99999;
    padding: 0px 20px 0px 7px;
    max-height: 194px;
}
#products_aside .autocomplete_dd_wrap {
    margin-top: 0px;
}
.autocomplete_dd_span {
    font-weight: 300;
    margin: 0;
    color: #414042;
    font-size: 20px;
    padding: 10px 2px 10px 0;
}
.autocomplete_dd_span:not(.hidden) ~ .autocomplete_dd_span:not(.hidden) {
    border-top: 1px solid #d7d7d7;
}
.autocomplete_dd_wrap  .mCSB_scrollTools .mCSB_draggerRail{
    background-color: #bdbdbd;
    width: 6px;
}
.autocomplete_dd_span:nth-child(1){
    border: 0;
}
.autocomplete_dd_wrap a:first-child {
    padding-top: 18px;
}
.autocomplete_dd_wrap a:nth-last-child(3){
    padding-bottom: 15px;
}
.autocomplete_dd_span:hover, .autocomplete_dd_span:focus{
    color: inherit;
    text-decoration: none;
}
.autocomplete_dd_wrap .mCSB_scrollTools .mCSB_draggerContainer {
    height: 83%;
    transform: translatey(-50%);
    top: 50%;
    position: relative;
}
.autocomplete_dd_wrap  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}
.autocomplete_dd_span {
    display: block;
    width: 100%;
    margin: 0;
}
/*product search*/
.s_results {
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 24px;
}
#product_aside_search_button {
    font-family: Strauss;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    border: 0;
    background-color: #ff5700;
    padding: 0;
    display: block;
    margin: 0 auto;
    width: 137px;
    height: 33px;
    border-radius: 18px;
}
#product_aside_search_button_wrap {
    position: relative;
    display: block;
    padding-top: 10px;
    margin-bottom: 24px;
}
#product_aside_search_button_wrap:before {
    content: "";
    width: 100%;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ff5700;
    z-index: -1;
    border-bottom: 2px solid #e6e7e8;
}
#product_aside_search_button:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 28px/1 FontAwesome;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90seg);
    transform: rotate(90deg);
    vertical-align: sub;
    margin-right: 12px;
    transition: all 0.3s;
}
#product_aside_search_button.active:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#products_aside_go_to_contact {
    font-size: 18px;
    font-weight: 300;
    display: block;
    margin-top: 16px;
    line-height: 1;
}
#products_aside_product_name {
    display: block;
    max-width: 166px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}
.products_aside_product_container {
    margin-bottom: 32px;
}
.products_aside_contact_wrap{
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
}
#products_aside_product_name span {
    display: block;
    font-weight: 400;
    margin-bottom: 1px;
}
.products_aside_img img {
    display: inline-block;
}

.products_aside_img {
    border-radius: 50%;
    background: #e6e7e8 url(../../images/default_product_image.png) center no-repeat;
    width: 160px;
    height: 160px;
    text-align: center;
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 38px;
}
.products_aside_img img[src = ""]{
    display: none;
}
#products_aside_product_name:after {
    content: "";
    height: 1px;
    background-color: #959595;
    display: block;
    width: 59px;
    margin-top: 16px;
}
.products_aside_go_to_contact_a:after {
    content: "\f105";
    height: 17px;
    width: 12px;
    vertical-align: middle;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.products_aside_go_to_contact_a{
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid;
    line-height: 1;
}
.products_aside_go_to_contact_a:hover, .products_aside_go_to_contact_a:focus{
    text-decoration: none;
}
#products_aside_product_wrap {
    margin-bottom: 18px;
    padding-top: 28px;
    padding: 28px 35px 9px 35px;
}
#products_aside_search{
    display: none;
}
.post-type-archive-cs_product .Floor_Contact_Us_Footer{
    margin-top: 0;
}
#find_product_wrap{
    position: relative;
    height: calc(100vh - 200px);
    min-height: 621px;
}
.products_aside_stores_list_container{
    overflow: hidden;
    align-self: end;
}
.products_aside_stores_list_container .mCustomScrollBox{
    margin-left: 33px;
}
#find_product_wrap > *{
    height: 100%;
}
#products_map{
    width: 100%;
    transition: width .5s;
    margin-left: 0;
    margin-right: auto;
}
.map_loaded #products_map{
    width: calc(100% - 430px);
}
#products_map_overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}
.form_clicked #products_map_overlay{
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility 0s .3s;
}
#products_aside{
    width: 430px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all .5s;
    z-index: 1;
    background: #fff;
}
.map_loaded #products_aside{
    transform: none;
    -webkit-transform: none;
    box-shadow: -7px 0 20px rgba(0, 0, 0, 0.18);
    background-image: url(../../images/flower.png);
    background-repeat: no-repeat;
    background-position: top right;
    display: -ms-grid;
    display: grid;
    grid-template-rows: minmax(min-content, max-content) minmax(min-content, max-content) auto auto;
    padding-bottom: 75px;
    overflow: hidden;
    max-height: 100%;
}
#products_aside_stores_list_wrap{
    counter-reset: stores;
    height: auto;
    overflow: hidden;
}
#products_aside  .share_wrap{
    margin-top: 17px;
    /*align-self: end;*/
    position: absolute;
    bottom: 0;
    width: 100%;
}
body .products_aside_store {
    counter-increment: stores;
    display: block;
    padding:14px 97px 14px 0;
    position: relative;
    font-size: 18px;
    line-height: 1.1;
    text-decoration: none;
    color: #000;
    transition: all .25s;
    font-weight: 300;
    width: calc(100% - 33px);
}
.products_aside_store:hover {
    color: #000000;
}
.products_aside_store:after {
    content: "";
    width: calc(100% - 33px);
    display: inline-block;
    height: 1px;
    background-color: #d7d7d7;
    left: 0;
    position: absolute;
    top: 0;
}
body #products_aside .mCustomScrollBox>.mCSB_scrollTools{
    left: 33px;
}
span.products_aside_store_phone{
    line-height: 1;
}
.products_aside_store.active{
    background-color: #f1f2f2;
}
#products_aside .share_text{
    font-size: 16px;
}
body .products_aside_store:hover, body .products_aside_store:focus {
    background: #F2F2F2;
    text-decoration: none;
}

.products_aside_store * {
    display: block;
}
.products_aside_store:before {
    content: counter(stores);
    color: #fff;
    background: #ff5700;
    display: block;
    position: absolute;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    right: 33px;
    font-size: 30px;
    font-weight: 700;
}

.products_aside_store_title {
    font-weight: bold;
}
#products_aside_stores_list_wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 6px;
}
#products_aside_stores_list_wrap .mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #bdbdbd;
}
button.gm-ui-hover-effect {
    /*background-color: #ff5700 !important;*/
    /* width: 26px !important; */
    /* height: 26px !important; */
    opacity: 1;
    right: 0;
    /*right: 19px;*/
    /*top: 30px !important;*/
    border-radius: 50%;
    visibility: visible;
}

body .gm-style-iw.gm-style-iw-c {
    border-radius: 19px;
    padding: 0;
}
.gm-style .gm-style-iw-t::after{
    top: -4px !important;
}
.gm-style .gm-style-iw-d {
    max-width: 100% !important;
    overflow: auto !important;
}
button.gm-ui-hover-effect:after {
    content: "\f00d";
    font-family: fontAwesome;
    color: #ff5700;
    font-size: 18px;
    /*background-repeat: no-repeat;*/
    /*background-position: top right;*/
    display: inline-block;
    width: 13px;
    height: 12px;
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6.5px);
}
button.gm-ui-hover-effect img{
    opacity: 0;
}
#products_aside_search .input_design, #products_aside_search #product_city {
    border: 0;
    box-shadow: none;
    background-color: #fff;
    font-family: Strauss;
    height: 50px;
    border-radius: 33px;
    font-size: 20px;
    padding: 20px;
    font-weight: 300;
}
#products_aside_search  .btn_registration{
    font-family: Strauss;
    margin: 0 auto;
    display: block;
}
.products_aside_store_title {
    display: block;
    font-family: Strauss;
    font-size: 20px;
    font-weight: 400;
}
.products_aside_store_address {
    display: block;
    font-family: Strauss;
    font-size: 16px;
}
#products_map .products_aside_store_phone{
    font-family: Strauss;
    font-size: 16px;
}
#products_aside #products_aside_search{
    background-color: #ff5700;
}
#products_aside_search #find_product_form {
    padding-bottom: 20px;
    text-align: center;
    margin: 0;
}
#products_aside_search .info_text{
    color: #fff;
    margin-right: 32px;
    padding-top: 36px;
}
#products_aside #products_aside_search .info_text{
    padding-top: 0;
}
#find_product_wrap .form_wrap .btn_registration:after{
    content: none;
}
#find_product_wrap .btn_registration .arrow_without_circle{
    background-color: #ffffff;
    width: 42px;
    height: 42px;
}
#find_product_wrap .btn_registration .arrow_without_circle path {
    fill: #ff5700;
}
#products_aside .btn_registration {
    font-size: 26px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 16px;
}
#products_aside #products_aside_search_button {
    background-color: #fff;
    color: #ff5700;
}
#products_aside #products_aside_search_button:hover{
    color: #fff;

}
#products_aside .btn_registration .arrow_without_circle path {
    fill: #fff;
}
#products_aside .btn_registration .arrow_without_circle {
    background-color: #ff5700;
    width: 33px;
    height: 33px;
    margin-right: 7px;
}
#products_aside #products_aside_search .mCustomScrollBox>.mCSB_scrollTools {
    left: 2px;
}
/*google map bubble*/
body #find_product_wrap .gm-style-iw_parent_1 div div ~ div {
    border-radius: 30px !important;
    box-shadow: none !important;
}
body #find_product_wrap .gm-style-iw_parent_1 div div ~ div ~ div {
    border-radius: 30px !important;
}
body #find_product_wrap .gm-style-iw_parent_1 div div ~ div ~ div div {
    box-shadow: none !important;
    background-color: transparent !important;
}
.gm-style-iw_parent_1 .products_aside_store_inner {
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 19px;
    font-size: 16px;
    margin-top: 0;
    border: 2px solid #ff5700!important;
}
.gm-style-iw_parent_2 div div div {
    border-top-color: transparent !important;
}
.gm-style-iw_parent_1 div div ~ div {
    background-color:transparent !important;
}
.gm-style-iw_parent_1 .products_aside_store_inner .products_aside_store_title{
    font-size: 16px;
}
/*no results*/
#products_aside_not_found_small_text{
    font-size: 22px;
    padding-bottom: 10px;
}
#products_aside_not_found_products_wrap {
    font-weight: 300;
    text-align: center;
    max-width: 276px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 20px;
}
#products_aside_not_found_large_text {
    font-size: 24px;
    line-height: 26px;
}
#products_aside_not_found_large_text:after {
    content: "";
    border-bottom: 1px solid;
    display: block;
    width: 73px;
    margin: 0 auto;
    margin-top: 31px;
    margin-bottom: 31px;
}
#products_aside #products_aside_not_found_link.btn_registration {
    background-color: #17b6dd;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}
#products_aside #products_aside_not_found_link.btn_registration .arrow_without_circle{
    background-color: #fff;
    margin-right: 15px;
    width: 30px;
    height: 30px;
}
#products_aside #products_aside_not_found_link.btn_registration .arrow_without_circle path {
    fill: #17b6dd;
}
/*Cs Forms*/
/*.styled_select_wrap {*/
/*position: relative;*/
/*max-width: 100%;*/
/*height: 45px;*/
/*width: 319px;*/
/*margin-bottom: 34px;*/
/*}*/
/*.styled_select_label {*/
/*position: absolute;*/
/*top: 0px;*/
/*right: 0px;*/
/*width: 100%;*/
/*height: 100%;*/
/*border: 1px solid #979797;*/
/*font-size: 15px;*/
/*padding-right: 21px;*/
/*display: block;*/
/*line-height: 44px;*/
/*font-weight: normal;*/
/*background: #fff;*/
/*margin: 0px;*/
/*}*/
/*.styled_select_label:after {*/
/*content: "\f107";*/
/*display: block;*/
/*position: absolute;*/
/*font-family: FontAwesome;*/
/*top: 0;*/
/*left: 0;*/
/*width: 40px;*/
/*text-align: center;*/
/*font-size: 28px;*/
/*}*/
/*.styled_select {*/
/*font-family: SimplerPro;*/
/*font-size: 15px;*/
/*padding-right: 17px;*/
/*opacity: 0;*/
/*position: relative;*/
/*background: none;*/
/*}*/
.styled_select_wrap .input_design{
    background-color:  #f1f2f2;
}
/* Footer
========================================================================== */
.menu-footer_menu-container{
    text-align: center;
}
#menu-footer_menu {
    padding: 0 0 18px 0;
    margin-left: 0;
}
#menu-footer_menu .menu-item {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    vertical-align: top;
}
#menu-footer_menu .menu-item .sub-menu li{
    display: block;
    font-size: 14px;
}
#menu-footer_menu .menu-item .sub-menu li a{
    color:  #ffffff;
    line-height: 22px;
}
#site_footer {
    background-color: #3b3b3b;
    padding-top: 44px;
}
#site_footer .sub-menu {
    border-top: 1px solid #fff;
    padding: 7px 0 0;
    width: 255px;
    margin-left: 0;
}
#menu-footer_menu .menu-item a {
    color: #17b6dd;
}
#menu-footer_menu .menu-item a:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    margin: 0 0 0 8px;
    vertical-align: text-bottom;
}
/*#site_footer .menu-item.menu-item-has-children.star_ic a:before {
    background-image: url(../../images/star_ic.svg);
}
#site_footer .menu-item.menu-item-has-children.about_ic a:before {
    background-image: url(../../images/about_ic.svg);
}
#site_footer .menu-item.menu-item-has-children.website_ic a:before {
    background-image: url(../../images/website_ic.svg);
}
#site_footer .menu-item.menu-item-has-children.add_in_ic a:before {
    background-image: url(../../images/add_in_ic.svg);
}*/
#menu-footer_menu .sub-menu .menu-item a:before {
    display: none;
}
#site_footer .menu-item.menu-item-has-children> a {
    margin-bottom: 10px;
    display: inline-block;
}
#site_footer .menu-item.menu-item-has-children> a:hover {
    text-decoration: none;
}
#site_footer .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children {
    padding-left: 30px;
}
#site_footer .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children:last-child{
   /* padding-left: 0;*/
}
#site_footer_copyrights {
    background-color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding: 18px 0;
    line-height: 1;
}
/* Header
========================================================================== */
/*logo*/
#logo {
    position: absolute;
    right: 0;
}
#logo img{
    margin-right: 32px;
    width: auto;
    height: 71px;
}
/* menu-top_links */
.menu-top_links-container{
    display: inline-block;
}
.menu-top_links-container a, .menu-top_links-container a:hover {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}
.sub-menu {
    padding: 0;
    padding: 0;
    margin: 0;
    text-align: right;
}
#menu-top_links .sub-menu {
    padding-left: 10px;
}
.menu-top_links-container .menu-item a:after {
    content: "/";
    padding-right: 7px;
    padding-left: 7px;
}
[lang != "en"] .menu-top_links-container .menu-item:last-child a:after {
                   padding-left: 1px;
               }
#header_small_links{
    text-align: left;
    padding-left: 63px;
    padding-top: 18px;
    padding-bottom: 10px;
}
#accessibility_form{
    display: inline;
}
.Accessibility_button {
    background-image: url(images/accessibility_ic.svg);
    width: 20px;
    height: 20px;
    font-size: 0;
}
.Accessibility_button, #jump {
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    padding-left: 21px;
}
#jump {
    background-image: url(images/jump_ic.svg);
    width: 13px;
    height: 10px;
    color: transparent;
    padding-right: 16px;
}
.Accessibility_button:after {
    content: "/";
    color: #000;
    font-size: 14px;
    font-weight: 300;
    padding-right: 22px;
    cursor: pointer;
}
/*Search*/
#header_small_links #searchform {
    display: inline-block;
}
#header_small_links #searchform {
    display: inline-block;
    visibility: hidden;
    width: 25px;
}
#search_wrap.open #searchform {
      position: relative;
    visibility: visible;
    width: auto;
    top: -15px;
}
label.hide {
    display: none;
}
#header_small_links #search_wrap {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 0px;
}
#header_small_links #search_wrap.open #search_wrap {
    background-color: #f1f2f2;
    width: 292px;
    border-radius: 23px;
    padding: 4px 3px;
	height: 30px;
}
#header_small_links #search_wrap #s {
    width: 90%;
    padding-left: 18px;
}
#header_small_links #searchsubmit {
    border: 0;
    background: transparent;
    height: 0;
    width: 0;
}
#open_search_button {
    margin-left: 11px;
   
    background-image: url(images/search_ic.svg);
    display: inline-block;
    width: 25px;
    height: 26px;
    background-color: #90bb3e;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    font-size: 0;
    position: absolute;
    left: 3px;
    z-index: 999;
    top: 16%;
    transform: translateY(-50%);
    background-size: 60%;
    cursor: pointer;
}
/*strip_nav_menu*/
#strip_nav_menu .menu-item {
    font-size: 22px;
    font-weight: 300;
    position: relative;
    line-height: 26px;
    display: inline-block;
}
#strip_nav_menu {
    display: block;
    font-size: 0;
    text-align: center;
    z-index: 10;
    position: relative;
    margin-top: -2px;
}
#strip_nav_menu div{
    display: inline-block;
    transition: all 0.3s;
}
#strip_nav_menu .menu-item a {
    color: #fff;
    padding: 12px 18px;
    display: inline-block;
}
#strip_nav_menu .menu-item a:focus {
    text-decoration: none;
}
#strip_nav_menu .menu-item{
    transition: all 0.3s;
}
#strip_nav_menu .sub-menu li {
    display: block;
    display: block;
    font-family: Strauss;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
#strip_nav_menu .menu-item:hover, #strip_nav_menu .menu-item:hover li, #strip_nav_menu .menu-item:focus, #strip_nav_menu .menu-item:focus li, #strip_nav_menu .menu-item.current-menu-item  {
    background-color: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
#strip_nav_menu .menu-item:hover li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 9px;
}
/*menu-sitemap*/
#strip_nav_menu .sub-menu .menu-item a:hover {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.7);
}
#site_header{
    text-align: center;
    position: relative;
}
#top_navbar > div.Info_about_vc_wrap:before {
    padding: 0;
    display: inline-block;
}
#top_navbar > div{
    display: inline-block;
}
#top_navbar > div .menu-item a {
    /*color: #000000;*/
    font-size: 24px;
    font-weight: 300;
    padding: 0 17px 16px 17px;
    display: block;
    transition: opacity 0.3s;
}
#top_navbar > div .menu-item {
    border-bottom: 4px solid transparent;
}
#top_navbar > div .menu-item ul li ul li {
    border: 0;
}
#top_navbar > div .menu-item {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}
#top_navbar > div .top_navbar_submenu .menu-item {
    display: block;
}
#top_navbar > div .menu-item:hover a, #top_navbar > div .menu-item:focus a {
    text-decoration: none;
}
.top_navbar_submenu, #top_navbar .nav > .menu-item > *:not(a) {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 94%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #cccccc;
    transition: all 0s .3s, opacity .3s;
}
@media(min-width: 767px) {
    .top_navbar_submenu, #top_navbar .nav > .menu-item > *:not(a) {
        pointer-events: none;
    }
}
#top_navbar .nav> .menu-item:hover .top_navbar_submenu, #top_navbar .nav> .menu-item .top_navbar_submenu:hover {
    visibility: visible;
    opacity: 1;
    padding-top: 40px;
    padding-bottom: 20px;
    z-index: -1;
    transition-delay: 0s;
    pointer-events: auto;
}
.top_navbar_submenu{
    border-bottom: 3px solid;
}
.top_navbar_submenu .container{
    overflow: hidden;
}
.top_navbar_ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    background: linear-gradient(right, #d7d7d7 1px, #fff 1px, #ffffff 0);
    background-image: -webkit-linear-gradient(right, #d7d7d7 1px, #fff 1px, #ffffff 0);
    background-image: -moz-linear-gradient(right, #d7d7d7 1px, #fff 1px, #ffffff 0);
    background-image: -o-linear-gradient(right, #d7d7d7 1px, #fff 1px, #ffffff 0);
    background-image: -ms-linear-gradient(right, #d7d7d7 1px, #fff 1px, #ffffff 0);
    background-image: linear-gradient(right, #d7d7d7 1px, #fff 1px, #ffffff 0);
    background-size: 16.666667%;
    margin-right: -16px;
}
.top_navbar_ul.submenu_with_borders li.last {
    border: none;
}
.top_navbar_ul.submenu_with_borders li {
    border-left: 1px solid #d7d7d7;
}
.top_navbar_ul.submenu_with_borders {
    background: none;
    background-image: none;
}
.top_navbar_ul > li{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.top_navbar_ul > li:nth-child(6n), .top_navbar_ul > li:last-child {
    border: none;
}
#top_navbar > div .top_navbar_submenu .menu-item .sub-menu .menu-item a {
    font-size: 16px;
    text-align: right;
    display: block;
    padding: 0 18px;
    margin: 0;
    line-height: 1.3;
}
#top_navbar > div .top_navbar_submenu .sub-menu .menu-item a {
    color: #000000;
    font-size: 20px;
    line-height: 2;
    text-align: right;
    display: block;
    padding: 0 18px;
    line-height: 28px;
}
/*bread crumbs*/
#breadcrumbs li {
    color: #000000;
    font-size: 12px;
    text-align: center;
}
#breadcrumbs {
    margin: 0 auto;
    display: inline-block;
    background-color: #ffffff;
    padding: 0 12px;
    border-radius: 30px;
    font-weight: 300;
    margin-top: 15px;
    height: 18px;
    line-height: 20px;
}
#breadcrumbs li a:after {
    content: ">";
    padding: 3px;
}
#breadcrumbs li, #breadcrumbs a{
    color: #000;
}
#breadcrumbs a:hover {
    text-decoration: none;
}
body #breadcrumbs{
    float: none;
}
/* main_banner
========================================================================== */
.main_banner {
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 333px;
    text-align: center;
    margin-bottom: 38px;
    position: relative;
    display: block;
}
.main_banner #banner_wave{
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: unset;
}
.main_banner #banner_wave img{
    width: 100%;
    height: auto;
}
.main_banner:before{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .2);
}
#main_banner_inner{
    position: relative;
    z-index: 9;
}
.main_banner.cs_lobby_page {
    height: 493px;
}
.main_banner #bread_crumbs{
    margin-bottom: 20px;
}
.main_banner.cs_lobby_page  #bread_crumbs {
    margin-bottom: 0px;
}
.title_main_banner {
    color: #ffffff;
    font-size: 70px;
    text-align: center;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 8px;
    line-height: 0.8;
}
.title_main_banner span{
    display: block;
}
.sub_title_main_banner {
    color: #fff;
    font-size: 30px;
}
/* SVG for parallax */
.svgs_for_paralax{
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    height: 100%;
    transform: translateY(-50%);
    text-align: center;
    max-width: unset;
}
.svgs_for_paralax svg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
/**/
#strip_nav_menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s;
    width: 100%;
    background-color: inherit;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
}
#strip_nav_menu .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
#top_navbar {
    position: relative;
    z-index: 11;
    font-size: 0;
    text-align: center;
    line-height: 1;
}
#strip_nav_menu .sub-menu .menu-item a {
    padding: 4px 6px;
}
.sub-menu.top_navbar_ul .sub-menu> li.menu-item {
    padding-bottom: 0;
}
.sub-menu.top_navbar_ul li.menu-item {
    margin-bottom: 0px;
}
#top_navbar > div .top_navbar_submenu .menu-item .sub-menu .menu-item{
    margin-bottom: 0;
}
/* FAQ - archive
========================================================================== */
.filter_section {
    text-align: right;
}
.filter_section span{
    font-size: 24px;
    font-weight: 300;
    transition: all 0.3s;
}
#clear_faq_cat_btn {
    cursor: not-allowed;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    border: 0;
    background-color: #f1f2f2;
    padding: 3px 19px 3px 4px;
    border-radius: 30px;
    margin-top: 24px;
    transition: all 0.3s;
}
#clear_faq_cat_btn.active {
    background-color: #ed3024;
    cursor: pointer;
}
svg.reset #Layer_1-2 path {
    fill: #f1f2f2;
}
#clear_faq_cat_btn.active svg.reset #Layer_1-2 path{
    fill: #ed3024;
}
#clear_faq_cat_btn svg {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    padding: 4px;
    vertical-align: middle;
}
span.clear_faq_cat_str{
    font-size: 18px;
    padding-left: 20px;
}
.faq_count_wrap {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    border-top: 1px solid #b7b7b7;
    padding-top: 26px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.filter_section {
    text-align: center;
    border-top: 1px solid #b7b7b7;
    padding-top: 26px;
    margin-top: 25px;
}
.faq_cat_btn{
    font-size: 18px;
    font-weight: 300;
    border: 0;
    background-color: transparent;
    padding: 0 9px;
}
.faq_categories_wrap {
    padding-top: 16px;
}
.filter_section .filter_title{
    font-size: 26px;
}
.faq_img_wrap {
    border-radius: 50%;
    background-color: #f1f2f2;
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 12px;
}
.faq_img_wrap svg {
    height: 47px;
    width: auto;
}
.filter_section .faq_cat_title {
    display: block;
    font-size: 18px;
}
.faq_cat_btn:hover .faq_img_wrap, button.faq_cat_btn.active .faq_img_wrap {
    background-color: #90bb3e;
}
.faq_cat_btn:hover .faq_img_wrap svg path, button.faq_cat_btn.active .faq_img_wrap svg path{
    fill: #fff;
}
.faq_img_wrap svg path {
    transition: all 0.3s;
}
/*faq search*/
form#load_faq_form{
    text-align: center;
}
#faq_archive_search_wrap {
    position: relative;
    margin-bottom: 35px;
    display: inline-block;
    background-color: #f1f2f2;
    width: 61%;
    border-radius: 31px;
    padding: 10px 22px;
}
#faq_search_input {
    border: none;
    box-shadow: none;
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    width: 100%;
    /*width: calc(100% - 52px);*/
    background-color: transparent;
    margin: 0;
}
#faq_search_submit {
    cursor: pointer;
    background-image: url(../../images/search_ic.svg);
    display: inline-block;
    width: 48px;
    height: 47px;
    background-color: #90bb3e;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    font-size: 0;
    position: absolute;
    left: 5px;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    background-size: 60%;
    transition: all .3s;
}
/* FAQ - single
========================================================================== */
#faq_go_to_form .btn_registration:after, .form_wrap .btn_registration:after {
    content: "";
    width: 43px;
    height: 43px;
    display: inline-block;
    background-image: url(../../images/arrow_w_circle.svg);
    vertical-align: middle;
    margin: 0 31px 2px 1px;
    transition: all .3s;
}
#faq_go_to_form h2 {
    font-size: 40px;
    display: block;
    margin-top: 70px;
    margin-bottom: 29px;
}
#faq_relevant_title {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    margin: 25px 0;
}
#faq_relevant_buttons button:first-child {
    margin-left: 20px;
}
#faq_relevant_buttons button:first-child:before {
    top: 0px;
    right: 0px;
}
.faq_dislike_text {
    display: block;
    padding-top: 65px;
    font-size: 20px;
    font-weight: 300;
}
#faq_dislike_form.short_form p {
    padding-top: 33px;
    font-size: 20px;
    font-weight: 300;
}
#faq_dislike_form p {
    margin: 0;
}
#faq_dislike_form.short_form.hidden {
    display: none;
}
#faq_dislike_form.short_form {
    display: inline-block;
    width: 423px;
}
#faq_dislike_form textarea {
    font-size: 22px;
    font-weight: 300;
    border-radius: 25px;
    background-color: #f1f2f2;
    width: 100%;
    height: 105px;
    resize: none;
    border: 0;
    box-shadow: none;
    padding: 14px 25px;
    margin-top: 17px;
}
#faq_dislike_form .error {
    display: block;
    text-align: right;
    margin-top: 4px;
    transition: all 0.3s;
}
#faq_dislike_form textarea::placeholder, #faq_dislike_form input[type="tel"]::placeholder {
    color: #414042;
}
#faq_dislike_form input[type="tel"] {
    color: #414042;
    font-size: 22px;
    font-weight: 300;
    border-radius: 25px;
    background-color: #f1f2f2;
    width: 100%;
    height: 50px;
    border: 0;
    box-shadow: none;
    padding: 14px 25px;
    margin-bottom: 4px;
    margin-top: 6px;
}
#faq_dislike_form  .btn_registration.btn_r_small {
    margin: 18px 11px 0 2px;
}
/*Faq no results*/
#faq_no_results_wrap {
    padding-top: 52px;
}
#faq_no_results_wrap h3 {
    color: #17b6dd;
    font-size: 40px;
    font-weight: 700;
    padding-top: 24px;
}
.arrow_w_circle.btn_registration:after {
    content: "";
    width: 43px;
    height: 43px;
    display: inline-block;
    background-image: url(../../images/arrow_w_circle.svg);
    vertical-align: middle;
    margin: 0 31px 0 1px;
}
.btn_registration.btn_r_small {
    font-size: 26px;
    padding: 0px 23px 0px 3px;
    vertical-align: middle;
    line-height: 1.6;
}
.btn_r_small.arrow_w_circle.btn_registration:after{
    margin: 0 13px 0 1px;
    width: 34px;
    height: 34px;
}
#faq_no_results_wrap .btn_registration {
    margin-top: 28px;
}
#faq_no_results_wrap:before {
    content: "";
    background-image: url(../../images/no_results_ic.svg);
    display: inline-block;
    width: 100%;
    height: 158px;
    background-repeat: no-repeat;
    background-position: top center;
}
/*faq tags*/
#faq_tags_wrap {
    padding-top: 28px;
    padding-bottom: 31px;
}
#faq_tags_wrap .faq_tag {
    background-color: #f1f2f2;
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    padding: 6px 16px;
    margin: 35px 0 -6px 10px;
}
#faq_relevant_wrap {
    padding-bottom: 56px;
}
.faqs_list .cs_section_title {
    padding-bottom: 16px;
    font-size: 36px;
}
.faq_list_item:focus {
    text-decoration: none;
}
#faq_go_to_form .cs_section_title {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
#faq_go_to_form {
    padding-top: 38px;
}
#faq_go_to_form .cs_section_title {
    padding-bottom: 16px;
}
/*Share btn*/
.share_wrap a {
    font-size: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: relative;
    margin-left:10px;
    display: inline-block;
    transition: all .3s;
}
.share_wrap a:before {
    content: "";
    color: #fff;
    font: normal 13px FontAwesome;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.share_wrap .share_on_email{
    background-color: #848383;
}
.share_wrap .share_on_email:before{
    content: "\f0e0";
}
a.share_on_print:before {
    content: "\f02f";
    font-size: 14px;
}
.share_wrap .share_on_fb{
    background-color: #3c5a96;
}
.share_wrap .share_on_fb:before{
    content: "\f09a";
}
.share_wrap a.share_on_print{
    margin-left: 0;
    background-color: #76898d;
}
.share_wrap .share_on_whatsapp:before {
    content: "\f232";
    font-size: 17px;
}
.share_wrap .share_on_whatsapp {
    background-color: #5BC952;
}
.share_links{
    /*vertical-align: middle;*/
    display: inline-block;
    height: 30px;
}
.share_text{
    color: #414042;
    font-weight: 300;
    margin-left: 17px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}
.share_wrap {
    margin-bottom: 28px;
    line-height: 1;
    text-align: center;
    max-height: 50px;
    font-size: 18px;
}
/* Open Message*/
.open_message {
    position: relative;
    width: 100%;
    background-color: #0490cb;
    text-align: right;
    z-index: 9999;
}
.btn_close {
    background-color: transparent;
    border: 0;
    background-image: url(../../images/close_btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 44px;
    margin: 30px 26px 0px 0;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.o_m_wrap {
    display: inline-block;
    padding: 35px 10% 31px 14%;
    width: calc(100% - 75px);
}
.o_m_text_wrap {
    max-width: 58%;
    display: inline-block;
}
.o_m_title{
    color:  #ffffff;
    font-size: 30px;
    line-height: 1.4;
}
.o_m_sub_text{
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 18px;
    padding-left: 10px;
}
.open_message .btn_registration {
    color: #0490cb;
    font-size: 22px;
    display: inline-block;
    margin-top: 23px;
    vertical-align: top;
    float: left;
}
.o_m_sub_text p {
    margin: 0;
}
.open_message .btn_registration .arrow_without_circle{
    background-color: #0490cb;
}
.open_message  .btn_registration.white.background:hover, .open_message  .btn_registration.white.background:focus  {
    background-color: #006089;
}
.open_message .btn_registration:hover .arrow_without_circle path, .open_message .btn_registration:focus .arrow_without_circle path{
    fill: #006089;
}
.open_message  .btn_registration.white.background{
    color: #0490cb;
}
/*loader*/
#faq_filters_overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.73);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: all 0.3s;
}
body.loading #faq_filters_overlay{
    visibility: visible;
    opacity: 1;
}
.loading{
    overflow: hidden;
}
.strauss_loader{
    text-align: center;
    padding-bottom: 50px;
}
.strauss_loader_wrap span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #3498db;
    margin: 0 5px;
    transition: all 0.3s;
}
.strauss_loader_wrap span:nth-child(1){
    animation: bounce 1s ease-in-out infinite;
}

.strauss_loader_wrap span:nth-child(2){
    animation: bounce 1s ease-in-out 0.33s infinite;
}

.strauss_loader_wrap span:nth-child(3){
    animation: bounce 1s ease-in-out 0.66s infinite;
}
@keyframes bounce{
    0%, 75%, 100%{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    25%{
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
.hidden{
    display: none;
}
/*CS main page
========================================================================== */
/*icons_floor*/
.icons_floor {
    padding-bottom: 103px;
}
.icon_text {
    text-align: center;
}
.icon_text h5 {
    color: #000000;
    font-size: 26px;
    font-weight: 300;
    margin-top: 26px;
}
.icon_text:hover, .icon_text:focus {
    text-decoration: none;
}
.icon_text .svg_container {
    display: inline-block;
    border-radius: 50%;
    background-color: #90bb3e;
    width: 158px;
    height: 158px;
    border: 5px solid transparent;
    transition: all 0.3s;
}
.icon_text .svg_container svg {
    max-height: 104px;
    width: auto;
}
.icon_text .svg_container svg g {
    fill: #fff;
}
.icon_text .svg_container svg g path {
    stroke: transparent;
}
.icon_text .svg_container:hover {
    border-color: #90bb3e;
    background-color: #fff;
}
.svg_container:hover svg g, .svg_container:hover svg g path {
    fill: #90bb3e;
}
#nice_to_meet_persons_imgs_wrap .has_background_image{
    max-width: 435px;
    margin: 0px auto;
}
#nice_to_meet_persons_imgs_wrap .has_background_image:before{
    content: '';
    display: block;
    padding-top: 100%;
    border-radius: 50%;
}
/**/
svg.arrow_without_circle {
    width: 36px;
    height: 36px;
    transform: rotate(90deg);
    background-color: #ffffff;
    border-radius: 50%;
    padding: 0 7px;
    vertical-align: middle;
    margin-right: 17px;
    transition: all 0.3s;
}
.FAQ_floor_title h2, .strauss_plus_floor h2, .Nice_to_meet_floor h2 {
    line-height: 1.1;
}
.FAQ_floor_title .cs_regular_text {
    padding: 10px 0;
}
.FAQ_floor {
    text-align: center;
}
.FAQ_floor a.btn_registration {
    margin: 20px 0;
}
.strauss_plus_floor {
    text-align: center;
}
.cs_floor_title + .cs_regular_text {
    padding-top: 5px;
}
body .cs_floor_title {
    line-height: 0.9;
}
/*cookies_message
========================================================================== */
.cookies_message {
    position: fixed;
    bottom: 0;
    right: 0;
}
.cookies_message .o_m_sub_text a {
    color: #fff;
    text-decoration: underline;
}
.cookies_message .o_m_wrap{
    width: 100%;
    padding: 22px 140px 22px 14%;
    text-align: left;
}
.cookies_message .o_m_text_wrap{
    font-size: 22px;
    vertical-align: middle;
    width: 88%;
    text-align: right;
}
.cookies_message .o_m_sub_text {
    font-size: 22px;
}
.cookies_message .btn_close {
    margin: 0;
    padding: 0;
    background-image: none;
    width: auto;
    height: auto;
    font-size: 22px;
    color: #fff;
    vertical-align: middle;
    font-family: 'strauss','straussregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.cookies_message .btn_close:before {
    content: "";
    display: inline-block;
    background-image: url(../../images/x-close.png);
    width: 15px;
    height: 16px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 4px;
}
.cookies_message .o_m_wrap:before{
    content: "";
    display: inline-block;
    background-image: url(../../images/important_ic.png);
    width: 36px;
    height: 37px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 15px;
}
.cookies_message .o_m_text_wrap {
    max-width: 100%;
}
/* Responsive
========================================================================== */
@media(max-width: 1250px) {
    /*message*/
    .o_m_wrap {
        padding: 35px 5% 31px 5%;
    }
    .cookies_message .o_m_wrap {
        padding: 27px 62px 27px 5%;
    }
}
@media(max-width: 1199px) {

    /*menu*/
    #top_navbar > div .menu-item a {
        font-size: 21px;
    }

    #top_navbar > div .menu-item a {
        padding: 0 8px 20px 8px;
    }

    /*Floor_Contact_Us_Footer*/
    .sn_wrap .sn_icon {
        padding: 0 9px;
    }

    .strauss_icon, .blog_icon {
        margin: 0 13px;
    }

    /*Footer*/
    #site_footer .sub-menu {
        width: 207px;
    }

    #site_footer .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children {
        padding-left: 14px;
    }

    #site_footer .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children {
        padding-left: 14px;
    }

    /*visitor center */
    .capsule_text_wrap .cs_regular_text {
        padding: 0 17px;
        padding-bottom: 70px;
    }

    .capsule:nth-child(1), .capsule:nth-child(2), .capsule:nth-child(3) {
        margin-top: 21px;
    }

    /*Product Search*/
    .product_locator_floor .input_design {
        width: 278px;
    }

    .cu_footer_text_wrap .btn_registration .arrow_without_circle, .open_message .btn_registration .arrow_without_circle, #find_product_wrap .btn_registration .arrow_without_circle {
        margin-right: 7px;
    }

    #find_product_form .input_design {
        font-size: 18px;
    }

    .product_locator_floor .input_design[data-field="product"] {
        width: 320px;
    }

    #find_product_form .autocomplete_dd_span {
        font-size: 18px;
    }

    /*message*/
    .o_m_wrap {
        padding: 35px 3% 31px 3%;
    }

    .cookies_message .o_m_wrap {
        padding: 27px 49px 27px 3%;
    }

    /*subjec*/
    [dir='rtl'] .products_slider .slick-prev , [dir='rtl'] .instagram_feed_imgs .slick-prev,[dir='rtl'] .recipes_slider .slick-prev{
        right: -24px;
    }

    [dir='rtl'] .products_slider .slick-next ,[dir='rtl'] .instagram_feed_imgs .slick-next ,[dir='rtl'] .recipes_slider .slick-next {
        left: -24px;
    }

    .talk_to_us_bubble .slick-slide .has_background_image {
        width: 100%;
        margin: auto;
        height: auto;
    }

    .talk_to_us_sub_title {
        /* display: none; */
    }

    .talk_to_us_title {
        /* display: none; */
    }

    .talk_to_us_bubble .bubble_wrap {
        /* right: 20px; */
    }

    .bubble_wrap .btn_registration {
        color: white;
        font-size: 18px;
        background-color: #90bb3e;
    }

    .bubble_wrap.background.light_green {
        top: 0;
    }

    .bubble_wrap .arrow_w_circle path {
        fill: white;
    }

    .bubble_wrap:after {
        /* left: 12px; */
    }

    .bubble_wrap:after {
        /* clip: rect(16px, 37px, 65px, 0px); */
        /* width: 74px; */
        /* height: 33px; */
        /* top: 75.5%; */
        /* right: 59px; */
    }

    /*recall*/
    button#btn_check_prod {
        margin-top: 22px;
    }

    .External_articles_img img {
        max-width: 100%;

    }
    body .instagram_feed_img_wrap img {
        max-width: 169px;
        margin: auto;
    }
    .product_image{
        max-width: 229px;
    }
    .recipe_img {
        text-align: center;
        margin: auto;
    }
    .rich_text_floor.container h2 {
        line-height: 1;
    }
    .recipe_img img {
        width: 240px;
        height: 240px;
        margin: auto;
    }
}
@media(max-width: 991px) {
    /*visitor center*/
    .Info_about_vc_wrap:before {
        width: 50px;
        height: 50px;
        background-size: 40px;
    }
    .text_vc_wrap {
        width: calc(100% - 50px);
    }
    /*Floor_Contact_Us_Footer*/
    .strauss_plus_icon.footer_svg_icon {
        width: 23px;
    }
    .blogger_icon {
        width: 23px;
    }
    .sn_wrap .sn_icon {
        font-size: 24px;
        padding: 0 8px;
    }
    .strauss_icon {
        margin: 0 8px;
        width: 20px;
    }
    .blog_icon {
        width: 23px;
        margin: 0 8px;
    }
    /*visitor center */
    .capsule{
        margin-top:20px;
    }
    /*open_message*/
    .o_m_text_wrap {
        width: 100%;
        max-width:100%;
    }
    .o_m_wrap {
        padding: 13px 27px 31px 13px;
    }
    .o_m_title {
        line-height: 1;
        font-size: 26px;
        padding-bottom: 5px;
    }
    .btn_close{
        padding-right: 58px;
        padding-top: 58px;
        margin: 0;
    }
    .o_m_sub_text {
        font-size: 16px;
    }
    .open_message .btn_registration {
        font-size: 18px;
    }
    .cookies_message .o_m_text_wrap {
        width: auto;
    }
    .cookies_message .o_m_wrap {
        padding: 27px 49px 27px 22px;
        text-align: right;
        position: relative;
    }
    .cookies_message .btn_close {
        position: absolute;
        left: 49px;
        right: auto;
        top: 50%;
        transform: translatey(-50%);
    }
    /*open_message*/
    .btn_close{
        margin-right: 0;
        margin-left: 0;
    }
    .o_m_wrap {
        padding: 49px 23px 23px;
        width: 100%;
    }
    .open_message{
        text-align: center;
    }
    .btn_close {
        padding: 0;
        background-size: 100%;
        width: 29px;
        height: 29px;
        margin-top: 15px;
        position: absolute;
        right: 15px;
    }
    .open_message .btn_registration{
        float: none;
    }
}
@media(max-width: 767px) {
    .page-template .old_container{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    #recall_form .autocomplete_wrap{
        width: 100%;
    }
    .quiz_ans_wrap {
        max-height: 59px;
        max-width: 214px;
        display: inline-block;
    }
    .post-type-archive-visitor .capsule_text_wrap {
        height: auto;
        padding-bottom: 88px;
    }
    .page-template-template-archive_subject .capsule_text_wrap{
        height: auto;
        padding-bottom: 88px;
    }
    /*single visitor center*/
    .floor_title_with_text .cs_regular_text {
        max-width: 341px;
    }
    .vc_slider_images_wrap.slick-slider {
        margin-bottom: 0px;
    }
    #pause_play_slider_button {
        width: 27px;
        height: 28px;
    }
    .slick-dots li {
        margin: 0 3px;
    }
    .vc_slider_images_wrap .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    .vc_slider_images_wrap .slick-dots {
        bottom: 13px;
    }
    .Floor_Contact_Us_Footer {
        margin-top: 63px;
    }
    .Info_about_vc_container {
        padding-bottom: 49px;
        padding-top: 11px;
    }
    .Info_about_vc_wrap {
        margin-bottom: 28px;
    }
    .Info_about_vc_wrap:before {
        width: 40px;
        height: 40px;
        background-size: 32px;
    }
    #pause_play_slider_button_wrap {
        padding-bottom: 40px;
    }
    .Text_columns {
        column-count: 1;
        -webkit-column-count: 1;
        -ms-column-count: 1;
        padding: 0;
        margin: 0;
    }
    .Text_columns p {
        padding-left: 0;
        text-align: right;
    }
    .btn_registration_wrap.s_visitor a.btn_registration {
        margin-bottom: 14px;
    }
    .btn_registration_wrap.s_visitor .btn_registration:nth-child(3) {
        margin-right: 0;
    }
    /*footer*/
    .cu_footer_text_wrap {
        margin-bottom: 24px;
    }
    .cu_footer_text {
        padding-bottom: 0;
    }
    /*visitor center */
    .capsule{
        margin-top: 20px;
    }
    /*faq*/
    .main_banner{
        margin-top: 14px;
        height: 391px;
        margin-bottom: 14px;
    }
    .floor_title_with_text{
        padding-bottom: 19px;
    }
    .filter_section{
        padding-top: 18px;
        margin-top: 0px;
    }
    .form_inside_screen_nav .form_inside_screen_nav_item {
        font-size: 18px;
    }
    #faq_archive_search_wrap{
        padding: 8px 15px;
        width: 100%;
    }
    faq_search_input{
        font-size: 22px;
    }
    #faq_search_submit{
        width: 44px;
        height: 41px;
    }
    .faq_img_wrap{
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
    }
    .faq_img_wrap svg {
        height: 40px;
    }
    /*faq single*/
    #faq_tags_wrap {
        padding-top: 28px;
        padding-bottom: 31px;
    }
    #faq_relevant_title {
        margin: 2px 0 15px 0;
    }
    .faq_dislike_text {
        padding-top: 28px;
    }
    #faq_dislike_form.short_form {
        width: 100%;
    }
    #faq_dislike_form textarea {
        height: 85px;
    }
    #faq_relevant_buttons button{
        width: 67px;
        height: 67px;
    }
    #faq_relevant_wrap {
        padding-bottom: 30px;
    }
}
.datepicker.datepicker-rtl{
    left: auto;
}
.form_control, #barcode_wrap, #recall_form .autocomplete_wrap {
    display: inline-block;
    padding-bottom: 18px;
}
#water_mark:after {
    content: "";
    background-image: url(../../images/water_mark.svg);
    position: absolute;
    width: 561px;
    height: 649px;
    display: inline-block;
    left: 0;
    margin-top: 162px;
    background-repeat: no-repeat;
    background-position: -200px center;
    opacity: 0.15;
    z-index: -99;
}

/* ==========================================================================
   Header
   ========================================================================== */

#mobile_dropdown {
    display: inline;
}
#mobile_dropdown {
    display: inline;
}
.recipe_img {
    max-width: 100%;
}

#main_newsletter_thankyou{
    display: none;
    font-weight: 100;
    font-size: 20px;
}

#EmailPermission_thanks:checked ~ .disclaimer_label:before {
    content: "";
    background-image: url(../../images/yes.png);
    background-repeat: no-repeat;
    background-position: center;
}
.post-type-archive-cs_product_new .Floor_Contact_Us_Footer{
    margin-top: 0
}
.share_wrap a:hover {
    transform: scale(.9,.9)
}
.btn_registration:hover svg {
    transform: scale(.9,.9)
}
.btn_registration:hover svg {
    transform: scale(.9,.9)
}
.btn_registration:hover:after {
    transform: scale(.9,.9);
}
div#faq_archive_search_wrap:hover #faq_search_submit {
    width: 40px;
    height: 40px;
    margin-left: 4px;
}
/*אנימציות*/
.quiz_ans_wrap label:hover, .quiz_ans_wrap input:focus + label{
    box-shadow: none;
    /*margin-top: 4px;*/
    /*margin-right: 17px;*/
    transform: translateY(4px) translateX(3px);
}
.btn_registration:hover .arrow_without_circle {
    transform: rotate(90deg) scale(.9, .9) !important;
}
button.slick-prev.background.emerald:hover,button.slick-next.background.emerald:hover {
    background-color: #70961A;
}
body.menu_open footer{
    display:none ;
}
body.menu_open #body{
    display: none;
}
body.menu_open .main_banner{
    display: none;
}
body:not(.home) .slick-next:hover,  body:not(.home) .slick-prev:hover {
    transform: scale(.9,.9);
}
button{
    transition: all .3s;
}
.strauss_plus_app_download_button:hover {
    transform: scale(.9,.9);
}
label.valign_middle {
    cursor: pointer;
}
.icons_floor .icon_text:not(:hover) .svg_container g path {
    fill: #fff;
}
.post-type-archive-cs_product_new .emerald .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #FF5700 !important;
}
input[type = "file"]:focus + input{
    outline: 2px solid #17b6dd !important;
}
textarea#input_product_message:focus {
    outline: 2px solid #17b6dd !important;
}
.cs_form_sep + .share_wrap{
    margin-bottom: 10px;
}
.share_wrap + .cs_form_sep{
    margin-bottom: 66px;
}