/*
Theme Name: Anova
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);*/
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url(assets/fonts/opensanshebrew-lightitalic-webfont.eot);
    src: url(assets/fonts/opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/opensanshebrew-lightitalic-webfont.woff) format('woff'),
    url(assets/fonts/opensanshebrew-lightitalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/opensanshebrew-light-webfont.eot);
    src: url(assets/fonts/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/opensanshebrew-light-webfont.woff) format('woff'),
    url(assets/fonts/opensanshebrew-light-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url(assets/fonts/opensanshebrew-italic-webfont.eot);
    src: url(assets/fonts/opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/opensanshebrew-italic-webfont.woff) format('woff'),
    url(assets/fonts/opensanshebrew-italic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/opensanshebrew-regular-webfont.eot);
    src: url(assets/fonts/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/opensanshebrew-regular-webfont.woff) format('woff'),
    url(assets/fonts/opensanshebrew-regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 700;
    src: url(assets/fonts/opensanshebrew-bolditalic-webfont.eot);
    src: url(assets/fonts/opensanshebrew-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/opensanshebrew-bolditalic-webfont.woff) format('woff'),
    url(assets/fonts/opensanshebrew-bolditalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/opensanshebrew-bold-webfont.eot);
    src: url(assets/fonts/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/opensanshebrew-bold-webfont.woff) format('woff'),
    url(assets/fonts/opensanshebrew-bold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 800;
    src: url(assets/fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(assets/fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(assets/fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(assets/fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(assets/fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(assets/fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
body{
    margin: 0;
    direction: rtl;
    font-family: 'Open Sans Hebrew', sans-serif;
    letter-spacing: 0.3px!important;
    color: #11355f;
    padding-top: 118px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
}
body > header{
    background: #11355f;
    position: fixed;
    width: 100%;
    top: 0;
    /*overflow: hidden;*/
    height: 118px;
    z-index: 9999999;
}
body > header.fixed {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top:0;
}
header ul {
    list-style: none;
    padding-right: 0;
    margin: 0;
}
header ul li {
    float: right;
    position: relative;
}
header ul li a {
    color: #fff;
    font-size: 21.54px;
    padding: 10px 30px 13px 30px;
}
header ul.anova-nav > li > a:hover{
    background: url(assets/images/menu-hover.png) 0 0 no-repeat;
}
.more_icons {
    position: absolute;
    left: 0;
    direction: ltr;
}

header .container {
    position: relative;
    overflow: visible;
}

.more_icons a {
    margin-right: 0px;
    display: inline-block;
    vertical-align: text-bottom;
    vertical-align: baseline;
}
body >footer{
    background: #11355f;
    font-size: 30px;
    line-height: 50px;
    color: white;
    text-align: center;
    margin-top: 0;
    padding-bottom: 15px;
}
footer ul li a {
    color: white;
    font-size: 16px;
}
footer ul {
    list-style: none;
    padding-right: 0;
}

footer ul li {line-height: 19px;text-align: right;}

.footer_div {
    width: 25%;
    float: right;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
}
.footer_div .title {
    font-size: 23px;
}
#content{
    min-height: 150px;
}
.slidre_before_js {
    position: absolute;
    z-index: 99999;
}
.slideds{
    opacity: 0;
}
a.delete_product {
    color: #11355f;
    text-decoration: underline;
}
header .logo{
    background: white;
    display: inline-block;
    width: 16%;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    z-index: 99;
    height: 118px;
}
header::after {
    position: absolute;
    background: white;
    width: 6%;
    height: 118px;
    right: 0;
    top: 0;
    content: "";
    z-index: 9;
}
a.logo::after {
    width: 0;
    height: 0;
    border-bottom: 49px solid #11355f;
    border-bottom: 118px solid #11355f;
    border-right: 72px solid transparent;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
a.close_catalog_text {
    display: inline-block;
    float: left;
    color: #243470;
    font-weight: bold;
    position: absolute;
    left: 17px;
    bottom: 9px;
    display: none;
}
section.error-404.not-found .page-title {font-size: 80px;font-weight: bold;text-align: center;line-height: 69px;margin-bottom: 0;}

section.error-404.not-found {
    width: 500px;
    margin: auto;
    max-width: 96%;
}

section.error-404.not-found .page-content {
    font-size: 21px;
    text-align: center;
}

a.to_home {
    background: #11355f;
    color: white;
    padding: 7px 15px;
    display: inline-block;
    margin-bottom: 20px;
}
.logged-in header {
    top: 32px;
}
header nav.collapse.navbar-collapse {
    width: 78%;
    display: inline-block;
    padding-bottom: 13px;
}
img {
    max-width: 100%;
}
.credit a {
    font-size: 11px;
    color: #fff;
}
.credit a span {
    color: #0d8ebf;
}
.catalog_page .brand_Wrapp,button,.brand_Wrapp,input[type="submit"] {
    cursor: pointer;
}
*::selection {
    background-color: #243470;
    color: #ffffff;
}
/*********************************/
a,button{
    outline: 0;
}
a,a:hover{
    text-decoration: none;
}
.container{
    width: 1700px;
    padding: 0 15px;
    margin: auto;
    overflow: hidden;
    max-width: 96%;
}
/**/
.categories {
    overflow: auto;
}
.width-1 {
    width: 33.3333%;
}
.width-2 {
    width: 66.666666666%;
}
.width-3 {
    width: 100%;
}
.hp_cat {
    float: left;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    margin-bottom: 29px;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
}
.hp_cat img {
    max-height: 100%;
    /* max-width: 200%; */
}
.hp_cat.height-1 {
    /*height: 429px;*/
    /*height: 380px;*/
}
.categories .container {
    /*width: 1400px;*/
    /*width: 1250px;*/
}
.brands_slider .slick-track {
    margin: auto;
}
.row {
    clear: both;
}
.sidebar{
    width: 16.66666667%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    float: right;
}
.main_content{
    width: 83.33333333%;
    padding-right: 24px;
    padding-left: 15px;
    box-sizing: border-box;
    float: right;
    color: #11355f;
}
.clear{
    clear: both;
}
.hp_cat > .box-title {
    position: absolute;
    bottom: 15px;
    text-align: center;
    left: 50%;
    transform: translate(-50%,0);
    color: #11355f;
    border: 1px solid #11355f;
    width: 237px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.5);
    opacity: 1;
    transition: all 0.5s;
}
.hover .box-title {
    text-align: center;
    color: #11355f;
    border: 1px solid #11355f;
    width: 237px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.5);
    margin: auto;
    margin-top: 10px;
    font-size: 17px;
}
.hp_cat:hover > .box-title {
    opacity: 0;
}
.hp_cat .hover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    background: rgba(255,255,255,0.8);
    padding: 10px 24px;
    box-sizing: border-box;
}
.hp_cat:hover .hover {
    opacity: 1;
}
.sub-cats .sub-cat a {
    color: #11355f;
    border-bottom: 2px solid #ebebeb;
    display: inline-block;
    width: 100%;
    padding: 7px 3px;
    font-size: 16px;
    transition: all 0.5s;
    background: transparent;
    /*padding-right: 0;*/
    /*float: right;*/
    /*padding-right: 1%;*/
}
ul.sub-cats li {
    padding: 0 2%;
    float: right;
    width: 46%;
}
.sub-cats .sub-cat a:hover {
    color: white;
    background: #11355f;
}
.sub-cats {
    list-style: none;
    padding-right: 0;
}
.category_box{
    position: relative;
    width: 33.3333%;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
    float: right;
    text-align: center;
    margin-bottom: 30px;
}
.category_box img {
    max-height: 275px;
    height: 275px;
}
.category_box > div {
    border: 1px solid #ecebeb;
    padding-bottom: 90px;
}
.category_box .sub-title {
    position: absolute;
    bottom: 15px;
    text-align: center;
    left: 50%;
    transform: translate(-50%,0);
    color: #11355f;
    border: 1px solid #11355f;
    width: 237px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    background: rgba(255,255,255,0.5);
}
.main_content .right .title{
    color: #11355f;
    font-weight: bold;
    margin-top: 35px;
    font-size: 45px;
}
.category_page .brand_title {
    color: #c9141b;
    padding: 5px 10px;
    clear: both;
    margin-bottom: 10px!important;
    /*border-bottom: 1px solid;*/
    text-align: right;
    margin-top: 28px!important;
}
h2.brand_title .english {
    margin-left: 9px;
}
.products .product {
    float: right;
    width: 24%;
    margin-left: 1%;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    position: relative;
}
.products .product .image {
    max-height: 273px;
}
.products .product:nth-child(4n) {
    margin-left: 0;
}
.products {
    clear: both;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.products .product .content {
    background: rgba(235,235,235,0.5);
    padding: 5px 10px;
    text-align: center;
    color: #11355f;
    height: 61px;
}
/*.product_fly {*/
/*width: 10px;*/
/*height: 10px;*/
/*background: red;*/
/* opacity: 0; */

/*z-index: 99999999;*/
/*}*/
h3.prod_title {
    margin: 3px 0;
}
.main_content .right,
.main_content .left {
    float: right;
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}
.main_content .right {
    padding: 0;
}
.main_content .left {
    padding: 0 30px 0 0;
}
.main_product{
    color: #11355f;
}
.main_product .title * {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 0 0;
    margin-bottom: 14px;
    line-height: 30px;
}
.main_product p.sku {
    margin: 0;
}
.main_product .left p.price {
    margin: 15px 0 12px 0;
    font-weight: bold;
    font-size: 21px;
    line-height: 16px;
}
.main_content .left p {
    margin: 0;
}
.main_content .left p,
.main_content .left p span {
    /*font-size: 16px !important;*/
    /*color: #113f6a !important;*/
    line-height: 30px;
}
.main_product .cat_title{
    font-weight: bold;
    /*margin-top: 35px;*/
    margin: 0;
    font-size: 45px;
    line-height: 36px;
    margin-bottom: 11px;
}
.main_product #breadcrumbs {
    margin-top:0 ;
}
.main_product #breadcrumbs span,
.main_product #breadcrumbs a {
    color:#11355f;
    font-size: 18px;
}
.main_content .right {
    /*display: flex;*/
    /*border: 1px solid #ebebeb;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*height: 500px;*/
}
.main_content .right .image-product,
.main_content .right .all-images-product .image {
    border: 1px solid #ebebeb;
}
.main_content .right .all-images-product .slick-list {
    margin: 16px -9px 0 -9px;
}
.main_content .right .all-images-product .image {
    margin: 0 9px;
}
.main_content .right .image-product img {
    /*width: 100%;*/
    text-align: center;
    margin: auto;
    padding: 50px 50px;
    box-sizing: border-box;
}
.main_content .right .image-product {}
/*.main_content .right img{*/
/*width: 80%;*/
/*}*/
footer{
    margin-top: 20px;
}
.title_h2 {
    text-align: center;
    font-weight: bold;
    font-size: 39px;
    margin-top: 50px;
    margin-bottom: 66px;
    color: #11355f;
}

.title_h2::after {
    content: ' ';
    border-bottom: 5px solid #11355f;
    display: block;
    width: 120px;
    padding-top: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about_us, .about_us .title_h2,.about_us .title_h2::after {
    color: white;
    border-color: white;
}
.about_us .container{
    width: 1200px;
    max-width: 96%;
    padding: 0
}
.about_page strong {
    font-weight: 400;
    font-size: 23px;
}
p.about_text {
    font-size: 20px;
    text-align: center;
    padding-bottom: 62px;
    line-height: 33px;
    margin-top: 60px;
}
.brands {
    background: #f1f1f1;
    padding-bottom: 78px;
}
.hp_new .new_title {
    font-size: 21px;
    text-align: center;
    color: #11355f;
    margin: 10px 0;
}

.hp_new .new_text {
    color: #11355f;
    text-align: center;
    max-width: 87%;
    margin: auto;
    height: 95px;
}

.hp_new .image {
    max-width: 550px;
    margin: 0 auto;
}
.brand_logo {
    margin-bottom: 6px;
    background: white;
    margin-right: 10px;
    width: 233px;
    height: 133px;
    padding: 19px;
    box-sizing: border-box;
    display: flex;
    border: 1px solid #eee;
}
.brand_logo img {
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*filter: gray*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";*/
    /*filter: alpha(opacity=60);*/
    /*-moz-opacity: 0.6;*/
    /*-khtml-opacity: 0.6;*/
    /*max-height: 92px;*/
    /*max-width: 192px;*/
    max-height: 100%;
    margin: auto;
    /*opacity: 0.6;*/
}
.news {
    padding-bottom: 50px;
}
.add_to_cart {
    margin-top: 60px;
    text-align: center;
    border: 1px solid #11355f;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
}
.add_to_cart .button {
    background: url(assets/images/cart-icon.png)100% 50% no-repeat;
    padding-right: 43px;
    color: #11355f;
}
.main_product .tabs {
    margin-top: 35px;
}
.tabs_header {
    list-style: none;
    padding-right: 0;
    display: flex;
    margin: 0;
}

.tabs_content {
    list-style: none;
    padding-right: 0;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    margin-top: 0;
}

.tabs_content_li {
    /*opacity: 0;*/
    /*position: absolute;*/
    display: none;
    padding: 30px 45px;
}

.tabs_content_li.active {
    /*position: relative;*/
    /*opacity: 1;*/
    background: #ffffff;
    display: block;
}
li.tabs_header_li {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-bottom: 0;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: -2px -2px 4px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    -2px -2px 4px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         -2px -2px 4px 0px rgba(50, 50, 50, 0.2);
}
li.tabs_header_li:nth-child(2n),
.tabs_content_li:nth-child(2n) {
    background: #ebebeb;
}
li.tabs_header_li:nth-child(3n),
.tabs_content_li:nth-child(3n) {
    background: #e1e1e1;
}
li.tabs_header_li:nth-child(4n),
.tabs_content_li:nth-child(4n) {
    background: #d7d7d7;
}li.tabs_header_li:nth-child(5n),
 .tabs_content_li:nth-child(5n) {
     background: #b7b7b7;
 }

li.tabs_header_li.active {
    margin-bottom: -1px;
    z-index: 9;
}
li.tabs_header_li a {
    padding: 15px;
    color: #113f6a;
    font-size: 22px;
    font-weight: 600;
    min-width: 245px;
    display: block;
}
.more-desc {
    display: none;
}
.readmore {
    font-style: italic;
    margin: 10px 0;
}
.readmore:hover,
.readmore:focus {
    text-decoration: underline;
}
.product_icons {
    text-align: center;
    margin-top: 25px;
}
.wrap-icon {
    display: inline-block;
    text-align: center;
    padding: 5px 20px;
}
.wrap-icon .product_icon {
    height: 40px;
    width: 40px;
    margin-bottom: 20px;
    margin: auto;
}
.wrap-icon .product_icon.book {
    background: url('assets/images/book.png') center no-repeat;
}
.wrap-icon .product_icon.diploma {
    background: url('assets/images/diploma.png') center no-repeat;
}
.wrap-icon .product_icon.home {
    background: url('assets/images/home.png') center no-repeat;
}
.wrap-icon .product_icon.video {
    background: url('assets/images/video.png') center no-repeat;
}
.tabs_content_li.english {
    text-align: left;
    direction: ltr;
}
.main_banner {
    /*border-bottom: 1px solid #eee;*/
    margin-bottom: 47px;
    position: relative;
    display: block;
}
.main_content .sku {
    font-size: 17px;
    margin: 0;
}
div#scroll_bottom img {
    margin: auto;
}
.main_content .brand_title {
    font-size: 23px;
    font-weight: normal;
    margin: 9px 0;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
}
.main_content .description {
    overflow: hidden;
    transition: all 0.5s;
}
.main_content .like_right {
    width: 50%;
    float: right;
}
.main_product .title .english_title {
    /* margin-bottom: 14px; */
    /*font-weight: normal;*/
    font-size: 18px;
    text-transform: capitalize;
}
.main_content.category_page .title {
    color: #11355f;
    float: right;
    font-size: 45px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 0;
}
.product_icon_text {
    color: #11355f;
}
.english table {
    direction: ltr;
}
div#scroll_bottom {
    position: absolute;
    bottom: 41px;
    right: auto;
    left: auto;
    margin: auto;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.cat_desc{
    color: #11355f;
    clear: both;
    font-size: 19px;
    margin-bottom: 20px;
}
.slider {
    position: relative;
}
div#scroll_bottom span {
    display: block;
    color: #11355f;
}
.brands .container,.about_page .brands .container {
    width: 1320px;
    max-width: 96%;
}
.slide img.play {
    position: absolute;
}
.iframe_slide {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    opacity: 0;
}
.iframe_slide iframe {
    width: 100%;
    height: 816px;
}
.slide{
    position: relative;
}
button.slick-prev,button.slick-next {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 0;
    border: 0;
    width: 37px;
    height: 56px;
    background-color: transparent;
    background-image: url(assets/images/arrow-left.png);
    background-repeat: no-repeat;
    z-index: 9;
}
button.slick-next {
    right: 6px;
    left: auto;
    background-image: url(assets/images/arrow-right.png);
}
.attributes select, .attributes .qty ,.quick_view .qty{
    height: 38px;
    width: 25%;
    font-size: 16px;
    color: #11355f;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}
.single .attributes select{
    border: 1px solid;
    width: 32.7%;
}
.single .attributes select.long {
    width: 100%;
    margin-top: 12px;
}
.attributes .qty,.quick_view .qty {
    display: inline-block;
    position: relative;
}
.attributes .qty button,.quick_view .qty button{
    position: absolute;
    right: 0;
    height: 100%;
    background: white;
    border: 0;
    color: #11355f;
    top: 0;
}
.single .attributes .qty button{
    height: 96%;
    top: 1px;
    right: 1px;
}
.single .attributes input {
    border: 0;
    width: 100%;
    height: 36px;
    padding: 0;
    text-align: center;
    border: 1px solid;
}
.attributes input,.quick_view .qty input {
    border: 0;
    width: 99%;
    height: 36px;
    padding: 0;
    text-align: center;
}
.attributes button.qty_button_minus,.quick_view .qty button.qty_button_minus {
    left: 0;
    right: auto!important;
}
.after_add_popup,.popup_new,.quick_view,.popup {
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}
.quick_view.popup  .inner {
    top: 50%;
    max-width: 800px;
    transform: translate(0,-50%);
    padding: 50px;
}
p.photo_illustration {
    font-size: 18px;
}
.popup.in{
    z-index: 9999999;
    opacity: 1;
    -webkit-animation: fadeIn ease-in-out 1;
    -moz-animation: fadeIn ease-in-out 1;
    animation: fadeIn ease-in-out 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.hidden_fields{
    display: none;
}
.popup .inner {
    background: white;
    width: 100%;
    margin: auto;
    margin-top: 5%;
    max-width: 550px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 25%;
    padding: 80px 10px;
    text-align: center;
    font-size: 26px;
}
.sidebar ul {
    list-style: none;
    padding-right: 0;
    margin-top: 0;
}
.side_banner img {
    width: 100%;
}

.side_banner {
    margin-bottom: 20px;
    display: block;
}

.sidebar > ul {
    margin-bottom: 20px;
}
.sidebar ul li a {
    color: #11355f;
    font-size: 16px;
}
.about_page .container {
    width: 1200px;
    max-width: 96%;
}
.number_part .num {
    color: #103c69;
    font-size: 59px;
    font-weight: 900;
    line-height: 49px;
}
.number_part {
    display: inline-block;
    width: 33%;
    text-align: center;
}
.numbers_upp {
    padding: 103px 0;
}
.number_part .num_text {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
}
.bullets {
    color: white;
    width: 80%;
    margin: auto;
}
.chazon {
    padding: 50px 0 200px 0;
    background-position: center center;
}
.chazon h3 {
    color: white;
    font-size: 45px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 50px;
    text-align: center;
}

.bullet .image {
    display: inline-block;
    margin-left: 10px;
    float: right;
    /* width: 18%; */
}

.bullet .text {
    /* display: inline-block; */
    float: right;
    /*width: 80%;*/
    margin-bottom: 22px;
}

.about_page .bullet {
    clear: both;
}

.bullet .text * {
    margin: 0;
    font-size: 21px;
}

.about_page .bullet .text .title {
    font-size: 24px;
    font-weight: bold;
}
.about_page h1.title,.about_page .content h3 strong {
    color: #11355f;
    font-size: 45px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 9px;
}
.about_page .content {
    padding-bottom: 50px;
}
.about_page .content .container, .about_page .chazon .container{
    width: 1130px;
    max-width: 96%;
}
.about_page .content strong {
    color: #11355f;
    font-weight: 400;
    font-size: 23px;
}
.about_page .content p {
    margin: 0;
}
.about_page .content p {
    margin: 0;
    margin: 10px 0;
}
.cart_page .cart_item .image {
    width: 11.5%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    margin-left: 16px;
}
.cart_page .cart_item  > * {
    float: right;
    text-align: center;
}
.cart_page .cart_item {
    clear: both;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    overflow: auto;
}
.cart_page .cart_item_details h3 {
    margin-top: 0;
    font-weight: bold;
}

.cart_page .cart_item_details {
    width: 36%;
    text-align: right;
}

.cart_page .cart_qty {
    /* width: 20%; */
    display: inline-block;
    position: relative;
}
.cart_page .cart_price {
    width: 20%;
}
.cart_page .cart {
    width: 60%;
    float: right;
    min-height: 10px;
}
.cart_page .form {
    width: 40%;
    float: right;
}
.cart_page .cart_qty input {
    width: 102px;
    text-align: center;
}
.cart_page button.qty_button_plus {
    right: 0;
}
.cart_page button.qty_button_minus,button.qty_button_plus {
    border: 0;
    background: transparent;
    position: absolute;
    top: 3px;
}
.cart_page button.qty_button_minus {
    left: 0;
}
.brands_title.margin {
    margin-top: 25px;
}
button.nagish-icon {
    /*display: none!important;*/
}
.cart_page .title {
    color: #11355f;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 18px;
    margin-top: 0;
}
form#cart_form {
    background: #f3f2f2;
    padding: 25px;
    box-sizing: content-box;
    margin-right: 10%;
    margin-bottom: 25px;
}
form#cart_form p {
    font-size: 20px;
    font-weight: bold;
}

form#cart_form .fields input,form#cart_form .fields textarea,form#cart_form .fields select {
    width: 100%;
    height: 45px;
    padding-right: 14px;
    box-sizing: border-box;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 17px;
}
#cart_form .fields .field {
    margin-bottom: 13px;
    position: relative;
}
form#cart_form .fields textarea {
    height: 150px;
}
#cart_form .fields input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: 13px;
}
.cart_total * {
    display: inline-block;
}
.cart_total .total_price {
    float: left;
}
#cart_form .buttons a {
    width: 48%;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    font-size: 20px;
}

#cart_form .buttons {
    text-align: left;
}

#cart_form .buttons .send {
    background: #243470;
    color: white;
    border: 1px solid #243470;
    display: inline-block;
    width: 48%;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    font-size: 20px;
    font-family: 'Open Sans Hebrew', sans-serif;
    height: 42px;
    vertical-align: top;
}

#cart_form .buttons .continue_home {
    background: white;
    color: black;
    border: 1px solid;
    display: none;
}
.cart_page {
    padding-top: 91px;
}

.cart_page .sidebar {
    margin-top: 0;
}
.cart_page #breadcrumbs {
    margin-top: 5px;
    margin-bottom: 35px;
}
.product .add_to_cart {
    position: absolute;
    font-size: 20px;
    margin-top: 0;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.5);
    padding: 5px;
    transition: all 0.5s;
}
.product .add_to_cart .button {
    padding-right: 31px;
    background-size: contain;
    transition: all 0.5s;
}
.popup .inner {
    padding: 50px 10px;
}
.add_to_cart.after .button {
    color: #c9141b;
    background: url(assets/images/after_add_red.png)100% 50% no-repeat;
}
.product .add_to_cart.after {
    border-color: #c9141b;
}
.after_add_popup .continue,.popup .continue,.after_add_popup .to_cart,.after_add .continue,.after_add .to_cart {
    color: #8dc63f;
    border: 1px solid;
    padding: 5px 22px;
    font-weight: 300;
    font-size: 28px;
    line-height: 20px;
}
.popup.after_send_mail  .continue{
    color: #11355f;
    font-size: 21px;
    padding: 3px 11px;
}
.after_send_mail p{
    margin: 0;
    margin-bottom: 18px;
}
.after_add_popup .to_cart,.after_add .to_cart {
    color: #11355f;
}
.after_add_popup p,.after_add p {
    color: #11355f;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 0;
    line-height: 30px;
}
ul.side_categories .active > a {
    font-weight: bold;
}
ul.side_categories ul {
    padding-right: 20px;
}
ul.side_categories li {
    padding: 1px 0;
}
.sidebar > ul.side_categories > li {
    padding: 7px 0;
    border-top: 1px solid #ebebeb;
}
.mini_cart_container{
    position: relative;
    overflow: visible;
}
.mini_cart {
    display: none;
    position: absolute;
    left: 47px;
    top: 118px;
    z-index: 9999;
    background: white;
    border: 1px solid;
    padding: 10px 30px;
}
.mini_cart .cart_item .image {
    float: left;
    text-align: left;
    max-width: 140px;
    margin-right: 10px;
}
.mini_cart .cart_item {
    clear: both;
    overflow: auto;
    border-bottom: 1px solid #eee;
    padding-bottom: 11px;
    margin-bottom: 11px;
}
.mini_cart .cart_item_details {
    float: right;
}
.mini_cart .min_cart_title {
    color: #11355f;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 25px;
    line-height: 23px;
}

.mini_cart .item_title {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.mini_cart .item_type .label {
    font-weight: bold;
    margin-left: 7px;
}
span.mini_num {
    color: #ffffff;
    border: 1px solid;
    border-radius: 50%;
    background: #c9141b;
    font-size: 12px;
    padding: 2px;
    position: absolute;
    top: 0;
    left: 36px;
    width: 17px;
    text-align: center;
}
.mini_cart .to_cart {
    background: #11355f;
    font-weight: bold;
    border: 1px solid;
    padding: 7px;
    position: relative;
    display: inline-block;
    float: left;
    color: white;
}
a.open_mini_cart {
    position: relative;
    display: inline-block;
    height: 45px;
    padding-right: 25px;
    margin-right: 0;
    padding-left: 20px;
}
.warraper_form input.search-field.form-control {
    width: 350px;
    height: 53px;
    font-size: 18px;
    font-family: 'Open Sans Hebrew', sans-serif;
    border: 1px solid #ebebeb;
    background: #f7f7f7;
    padding-right: 30px;
    max-width: 100%;
}

.warraper_form span.input-group-btn {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 53px;
}

.warraper_form .input-group {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.warraper_form button.search-submit.btn.btn-default {
    border: 0;
    padding: 0;
    height: 53px;
    width: 67px;
    background: transparent;
}
.warraper_form {
    float: left;
    margin-bottom: 0px;
    max-width: 50%;
}
.container.margin_top {
    margin-top: 50px;
}

.inner-sidebar > ul.side_categories {
    margin-top: 0;
}
ul.side_categories li {
    font-size: 20px;
    font-weight: 400;
}

.sidebar > ul.side_categories > li:last-child {
    border-bottom: 1px solid #ebebeb;
}
.category_page .row {
    margin-right: -15px;
    margin-left: -15px;
}
.product_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.product:hover  .product_hover {
    opacity: 1;
}
.search-page .products .product{
    width: 19%;
}
.search-page .products .product:nth-child(4n){
    margin-left: 1%;
}
.search-page .products .product:nth-child(5n){
    margin-left: 0;
}
.search-page .products .product {
    max-height: 340px;
}
.popup_new .inner {
    top: 50px;
    padding: 50px 30px;
}
.popup_new {
    position: fixed;
    text-align: center;
}
.popup_new p.title {
    margin-top: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
}
.popup_new .inner {
    max-width: 769px;
    width:650px;
    max-width: 90%;
    right: auto;
    left: auto;
    margin: auto;
    position: relative;
    color: #0c2c4a;
    overflow: scroll;
    height: 80%;
}
.popup_new ::-webkit-input-placeholder {
    color: #0c2c4a;
}

.popup_new :-moz-placeholder { /* Firefox 18- */
    color: #0c2c4a;
}
.popup_new ::-moz-placeholder {  /* Firefox 19+ */
    color: #0c2c4a;
}

.popup_new :-ms-input-placeholder {
    color: #0c2c4a;
}
body.popup_new_in{
    overflow: hidden;
}
.popup_new form#popup_new_form input,form#popup_new_form textarea,.popup_new form#popup_new_form select {
    width: 100%;
    height: 47px;
    padding-right: 3%;
    font-size: 20px;
    font-family: 'Open Sans Hebrew', sans-serif;
    box-sizing: border-box;
    border: 1px solid #0c2c4a;
}
.popup_new .checkboxes_wrapper p.title{
    margin-top: 33px;
    margin-bottom: 16px;
}
.popup_new form#popup_new_form input.submit{
    background: #12355f;
    color: white;
}
.popup_new form#popup_new_form .field {
    margin-bottom: 9px;
    position: relative;
    clear: both;
}
.popup_new form#popup_new_form textarea {
    height: 148px;
    resize: none;
}
.popup_new .subject {
    border: 1px solid;
    margin-bottom: 14px;
}
.popup_new .content {
    display: none;
}
.popup_new h3.title {
    font-size: 22px;
    text-align: right;
    margin: 0;
    line-height: 24px;
    font-weight: 600;
    padding: 13px 15px;
    cursor: pointer;
    position: relative;
}
.popup_new h3.title::after{
    content: ">";
    position: absolute;
    left: 12px;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    transition: all 0.5s;
    transform: rotate(0deg);
}
.popup_new h3.title.in::after{
    transform: rotate(-90deg);
}
.subject .content {
    margin-top: 11px;
    text-align: right;
    padding: 0 15px 13px;
}
.popup_new .checkbox_wrapper {
    display: inline-block;
    width: 49%;
    text-align: right;
    font-size: 20px;
    line-height: 18px;
    vertical-align: top;
}
.checkbox_wrapper input {
    float: right;
    width: 6%;
}
.checkbox_wrapper label {
    float: right;
    width: 90%;
}
.popup_new form#popup_new_form .checkbox_wrapper input {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
}
input[type="submit"] {
    background: transparent;
    border: 0;
    border: 1px solid;
    color: #0c2c4a;
}
.social_links {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 99;
}
.social_links .social_link {
    display: block;
    height: 53px;
    text-align: left;
}
.total {
    background: #ebebeb;
    overflow: auto;
    padding: 0 14px;
    font-weight: bold;
}
.total p {
    float: right;
}
.total p:last-child {
    float: left;
}
.final .title {
    font-weight: bold;
    margin-bottom: 7px;
}
p.item_type {
    margin: 8px 0;
}
.cart_buttons a {
    color: black;
    text-decoration: underline;
    line-height: 19px;
}
.slide_text {
    position: absolute;
    top: 12%;
    right: 5%;
    color: white;
    max-width: 550px;
    direction: rtl;
}
.brands_slider.slick-slider {
    padding: 0 50px;
    direction: rtl;
}
.slide_text .title {
    font-size: 65px;
    font-weight: bold;
    line-height: 66px;
}
.slide_text .text {
    font-weight: 600;
    font-size: 20px;
    margin-top: 14px;
}
.chazon .text {
    color: white;
}
.link_video{
    border: 1px solid;
    display: inline-block;
    font-weight: bold;
    padding: 12px 10px;
    font-size: 18px;
    margin-top: 15px;
}
.all_text {
    position: absolute;
    background: rgba(255,255,255,0.9);
    height: 100%;
    /*border: 1px solid #eee;*/
    padding: 30px;
    box-sizing: content-box;
    color: #11355f;
    font-size: 18px;
    top: 0;
    transition: all 0.5s;
    max-width: 550px;
    right: 0;
    left: 0;
    line-height: 27px;
    top:100%;
}
.all_text.in {
    top: 0;
}
.hp_new {
    position: relative;
    margin: 0 5px;
}
.all_text .new_title {
    font-size: 25px;
    font-weight: bold;
    /* margin: 22px 0 17px; */
    margin-bottom: 16px;
}
.all_text span.read_more_button.close {
    position: absolute;
    bottom: -26px;
    left: 0;
    text-decoration: underline;
}

.all_text .content {
    position: relative;
}
.read_more_button {
    float: left;
    margin-left: 10px;
    text-decoration: underline;
    color: #11355f;
}
.open_mini_cart img{
    width: 28px;
    transition: all 0.5s;
    transform: rotate(0deg);
}
.open_mini_cart img.in{
    animation: glow 2s ease-in-out infinite;
    transform: rotate(360deg);
}
.blog_title {
    color: #11355f;
    font-size: 45px;
    font-weight: 600;
    line-height: 43px;
    margin-top: 0;
}

p.sideba_p {
    font-size: 24px;
    margin: 0;
    margin-bottom: 11px;
}
.single-post p.date {
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
}
.single-post #content > .container {
    margin-top: 35px;
    width: 1200px;
    max-width: 96%;
    margin-bottom: 15px;
}
.single-post .content img {
    margin: auto;
    display: block;
}
@-webkit-keyframes glow
{
    50% { width: 30px }
}

@keyframes glow
{
    50% { width:30px;}
}
.brand_row {
    display: flex;
    margin-bottom: 12px;
}
.brand img {
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    max-height: 100%;
    margin: auto;
    /*opacity: 0.6;*/
    transition: all 0.5s;
}
.brand:hover img {
    /*-webkit-filter: grayscale(0%);*/
    /*filter: grayscale(0%);*/
    /*opacity: 1;*/
}
.brand {
    width: 100%;
    margin-bottom: 6px;
    background: white;
    /*margin-right: 10px;*/
    /*width: 233px;*/
    height: 133px;
    padding: 19px;
    box-sizing: border-box;
    display: flex;
    /*border: 1px solid #eee;*/
}
.catalog_page .brand {
    height: 247px;
}
.brands_page {
    max-width: 1200px;
    margin: auto;
}
.brands_page .brands {
    background: transparent;
    margin-top: 35px;
}
.brands_title{
    color: #11355f;
    font-size: 45px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 18px;
    margin-top: 0;
}
.des {
    margin-right: 0;
    text-align: right;
    font-size: 19px;
}
.brand_name {
    text-align: center;
    color: white;
    color: #11355f;
    padding: 10px 7px;
    font-size: 16px;
    background: #f1f1f1;
    background: rgba(241,241,241,0.5);
    transition: all 0.5s;
    height: 45px;
}
.brands_text {
    background: #f1f1f1;
    padding: 23px;
}
.brand_text {
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s;
    z-index: -1;
}
.brand_text.active {
    opacity: 1;
    position: relative;
}
.brand_Wrapp {
    width: 19%;
    border: 1px solid #eee;
    margin-left: 1%;
    transition: all 0.5s;
}
.catalog_page .brand_Wrapp{
    width: 32.6%;
    border: none;
    margin-left: 0;
    margin-right: 1%;
}
.catalog_page .brand_Wrapp:hover,.catalog_page .brand_Wrapp.active {
    opacity: 1;

}
.catalog_page .brand_Wrapp:nth-child(3n) {
    margin-right: 0%;
}
.catalogim {
    overflow: auto;
    top: 20px;
    position: relative;
    margin-bottom: 50px;
}
.brand_Wrapp:hover {
    border-color: #11355f;
}
.brand_Wrapp:hover .brand_name {
    background: #11355f;
    color: white;
}
div#map-canvas {
    height: 450px;
}
.contact_page {
    width: 1200px;
    margin: auto;
    margin-top: 30px;
    max-width: 98%;
}
.contact_page .title {
    color: #11355f;
    font-size: 45px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 0;
}
.container.form {
    margin-top: 25px;
    padding: 0;
    margin: 0;
}
.contactus {
    float: right;
    font-size: 20px;
    width: 45%;
}
form#form {
    width: 50%;
    float: left;
}
#form input,#form textarea,#form select {
    width: 98%;
    height: 46px;
    margin-bottom: 15px;
    padding-right: 2%;
    font-size: 19px;
    font-family: 'Open Sans Hebrew', sans-serif;
    box-sizing: border-box;
}
#form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: bottom;
    margin-left: 8px;
}
#form input#submit {
    background: #0c2c4a;
    color: white;
    margin-top: 15px;
}
#form textarea {
    height: 130px;
    resize: none;
}
.status {
    background: #f6f6f6;
    text-align: center;
    padding: 30px 0 100px 0;
    border: 1px solid #e0dddd;
    margin-top: 40px;
}
.status input[type="button"] {
    background: #0c2c4a;
    color: white;
    border: 0;
    font-size: 18px;
    font-family: 'Open Sans Hebrew', sans-serif;
    padding: 10px 32px;
}
.status input[type="text"] {
    height: 38px;
    vertical-align: top;
    width: 400px;
    font-size: 20px;
    padding-right: 13px;
    max-width: 98%;
    font-family: 'Open Sans Hebrew', sans-serif;
    margin-left: 2%;
}
.quick_view.popup  .inner .right_div ,.quick_view.popup  .inner .content{
    float: right;
    width: 46%;
}
.quick_view.popup  .inner .image {
    border: 1px solid #eee;
    padding: 1%;
}
.quick_view.popup  .inner > div.content {
    margin-right: 8%;
}

.quick_view.popup  .inner .title {
    margin: 0 0 16px;
    line-height: 35px;
    font-size: 29px;
    text-align: right;
}
.quick_view.popup .qty {
    position: relative;
    border: 1px solid;
    width: 100%;
    height: 40px;
    float: right;
}
.quick_view .attributes select {
    width: 100%;
    margin-bottom: 10px;
}
.close_popup {
    position: absolute;
    right: 11px;
    top: 13px;
    line-height: 20px;
    border: 1px solid;
    border-radius: 50%;
    width: 19px;
    padding: 4px;
    font-size: 21px;
    font-weight: bold;
}
.quick_view .add_to_cart {
    padding: 6px 10px;
}
.after_add {
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
    box-sizing: border-box;
    padding-top: 15%;
}
.description.english p, .description.english {
    direction: ltr!important;
}
.slide.video_slide iframe {
    width: 100%!important;
    /*height: 706px;*/
}
.video_slide .content{
    position: absolute;
    top:0;
}
.catalog_text_wrapper {
    padding: 17px;
    background: rgba(241,241,241,0.3);
    /*border-top: 5px solid;*/
    margin: 0 15px;
    margin-bottom: 50px;
    overflow: auto;
    border: 1px solid;
    padding: 17px 9%;
    margin-top: 30px;
}
.catalog_text a {
    color: #11355f;
    display: block;
    float: right;
    width: 33%;
    font-weight: bold;
    font-size: 16px;
}
.catalog_page .brand_Wrapp.active::after {
    content: "<";
    position: absolute;
    position: absolute;
    bottom: -35px;
    transform: rotate(90deg);
    font-size: 32px;
    font-weight: bolder;
}
.catalog_text_wrapper{
    display: none;
}
.catalog_text {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.catalog_text.active {
    position: relative;
    opacity: 1;
    z-index: 9;
}
.warraper_form_header{
    display: inline-block;
    width: 0;
    overflow: hidden;
    transition: all 0.5s;
    height: 31px;
}
.warraper_form_header.in{
    width: 222px;
}
.warraper_form_header span.input-group-btn {
    display: none;
}
.warraper_form_header input.search-field.form-control {
    font-family: 'Open Sans Hebrew', sans-serif;
    border: 1px solid #ebebeb;
    background: #f7f7f7;
    text-align: right;
    width: 215px;
    height: 30px;
}
header ul.sub-menu {
    display: none;
    position: absolute;
    background: #f7f7f7;
    z-index: 999;
    margin-top: 17px;
    padding: 10px 17px;
    width: 100%;
    margin-right: 22px;
    border: 1px solid;
}
.comment-author {
    display: none;
}
.comment-body {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}
.reply a {
    color: #11355f;
    font-weight: bold;
    text-decoration: underline;
}
.comment-body {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.reply a {
    color: #11355f;
    font-weight: bold;
    text-decoration: underline;
}

.comment-respond {
    max-width: 500px;
    display: block;
}

form#commentform input,form#commentform textarea {
    width: 97%;
    resize: none;
    height: 35px;
    padding-right: 2%;
    font-family: 'Open Sans Hebrew', sans-serif;
}

form#commentform textarea {
    height: 150px;
}

form#commentform .form-submit input {
    padding-right: 0;
    width: 100%;
    font-size: 19px;
    height: 40px;
    background: #0c2c4a;
    color: white;
    width: 200px;
    float: left;
}


ol.comment-list {
    list-style: none;
}
button.hamburger.hamburger--arrow {
    display: none;
}
header ul.sub-menu li a {
    font-size: 17px;
    padding: 0;
    color: #11355f;
    transition: all 0.5s;
    line-height: 28px;
}
.more_icons a.tel{
    margin-right: 17px;
}
.more_icons a.tel.mobile{
    display: none;
}
header ul.sub-menu li a:hover {
    color: #c9141b;
}
header ul.sub-menu li {
    text-align: right;
}
.anova-nav li.open .sub-menu{
    display: block;
}
header ul.sub-menu li {
    display: block;
    float: none;
}
h2.brand_title::after {
    content: "";
    height: 2px;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(202,25,32,0.2) 50%, rgba(201,20,27,0.22) 51%, rgba(201,20,27,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(202,25,32,0.2) 50%,rgba(201,20,27,0.22) 51%,rgba(201,20,27,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(202,25,32,0.2) 50%,rgba(201,20,27,0.22) 51%,rgba(201,20,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c9141b',GradientType=1 );
}
a.update_item_qty {
    display: block;
    background: #11355f;
    color: white;
    font-size: 14px;
    margin-top: 4px;
    padding-bottom: 1px;
}
a.search_item .image {
    width: 152px;
    float: right;
    margin-left: 12px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
a.search_item {
    min-height: 120px;
    overflow: auto;
    display: block;
    color: #11355f;
    border-bottom: 1px solid #d4d2d2;
    margin-bottom: 10px;
    width: 100%;
}
a.search_item .content .item_title {
    margin: 0;
}
a.search_item .content {
    float: right;
}
.search-page .page-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 50px;
}
label.error {
    position: absolute;
    left: 19px;
    color: #c9141b;
    bottom: 17px;
    font-size: 14px;
    font-weight: bold;
}
.field label.error {
    bottom: 3px;
    left: 6px;
}
.contact_page .fieldest > div {
    position: relative;
}
h3.text_title {
    font-weight: bold;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
}
.product_icons.right_icon {
    text-align: right;
}
.about_page.english_page {
    text-align: left;
    direction: ltr;
}
.english_page .bullet .text {
    float: left;
}
.fa-file-pdf-o {
    margin-left: 9px;
}
.main_product .tabs {
    display: none;
}
.main_product .tabs.show_tabs {
    display: block;
}
.added .product_hover {
    opacity: 1;
}
span.qty_text {
    position: relative;
    display: block;
    margin-bottom: 2px;
    font-weight: bold;
}
.add_to_cart.single {
    border: none;
    background: #11355f;
}
.add_to_cart.single .button {
    background: url(assets/images/cart.png)100% 50% no-repeat;
    background-size: contain;
    color: #ffffff;
}
.slider_news {
    padding: 0 50px;
}
.anova-nav.mobile {
    display: none;
}
.brands_text.in .brand_text.active {
    z-index: 1;
}
p.about_text br {
    display: none;
}
p.item_type .label {
    text-decoration: underline;
}
.attributes {
    position: relative;
    display: none;
}
span.select_option {
    color: #c9141b;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    left: 19px;
    top: auto;
    margin-top: 18px;
}
.quick_view span.select_option{
    margin-top: 21px;
}
.news_post {
    background: #f8f8f8;
    margin-bottom: 15px;
    padding: 1%;
    display: inline-block;
    color: #11355f;
    /*max-width: 94%;*/
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.news_post .image {
    max-width: 200px;
    display: inline-block;
    font-size: 0;
    width: 24%;
}
.news_post .content {
    display: inline-block;
    width: 74%;
    vertical-align: top;
    margin-right: 1%;
}
.news_post .content .blog_title {
    font-size: 23px;
    line-height: 20px;
    margin-bottom: 11px;
}
.news_post .content p {
    margin: 0;
}
.news_post .content p.date {
    font-size: 16px;
    margin-bottom: 9px;
    font-weight: bold;
}
.category .brands_title.margin {
    /*max-width: 96%;*/
    margin-right: auto;
    margin-left: auto;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}
.right .hp_cat {
    float: right;
}
p#breadcrumbs {
    clear: both;
    margin-top: 0;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 23px;
}
p#breadcrumbs a {
    color: #11355f;
}
.wpcf7-form .wpcf7-checkbox {
    width: 100%;
    display: block;
    text-align: right;
    direction: rtl;
}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    width: 100%;
    text-align: right;
    height: 46px;
    margin-bottom: 15px;
    padding-right: 2%;
    font-size: 19px;
    font-family: 'Open Sans Hebrew', sans-serif;
    box-sizing: border-box;
    direction: rtl;
}
.wpcf7-radio .wpcf7-list-item {
    display: block;
    width: 97%;
    text-align: right;
    padding-right: 3%;
}
.wpcf7-form textarea {
    height: 130px;
    resize: none;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #0c2c4a;
    color: white;
    margin-top: 15px;
    text-align: center;
}

form.wpcf7-form {
    width: 50%;
    float: right;
}

.wpcf7-form input[type="checkbox"],.wpcf7-form input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: bottom;
    margin-left: 8px;
    float: right;
}
.wpcf7-form input[type="radio"]{
    width: 17px;
}
.wpcf7-form input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: bottom;
    margin-left: 8px;
    float: right;
}
span.wpcf7-form-control-wrap.checkbox {
    float: right;
    margin-bottom: 8px;
}
.simple_page h1 {
    color: #11355f;
    font-size: 45px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 26px;
}
.container.simple_page {
    width: 1130px;
    max-width: 96%;
}
#products_textarea,#textarea_subjects {
    opacity: 0;
    z-index: -1;
    position: absolute;
}
.popup_form form {
    width: 100%!important;
    float: none;
    text-align: right;
}
.cart_form form {
    width: 100%!important;
    overflow: auto;
    text-align: right;
    direction: rtl;
}
.cart_form >p {
    display: none;
}
.cart_form form > p {
    margin: 0;
}
.cart_form input.wpcf7-form-control.wpcf7-submit,.popup_form input.wpcf7-form-control.wpcf7-submit{
    /*margin-top: 0;*/
    margin-bottom: 0;
}
.cart_form .products + br,.popup_form .subjects + br{
    display: none;
}
.popup_form form .checkboxes_wrapper .title {
    margin-top: 0!important;
    direction: rtl;
}
.popup_form form span.wpcf7-not-valid-tip,.cart_form form span.wpcf7-not-valid-tip,.contact_form_cf7 form span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    display: block;
    direction: rtl;
    margin-top: -14px;
    margin-bottom: 3px;
}
.cart_form form br,.popup_form form br,.contact_form_cf7 br {
    display: none;
}
div.wpcf7-validation-errors {
    border: 1px solid red;
}
.cart_form .wpcf7-form .wpcf7-checkbox + .wpcf7-not-valid-tip,.popup_form .wpcf7-form .wpcf7-checkbox + .wpcf7-not-valid-tip ,.contact_form_cf7 .wpcf7-form .wpcf7-checkbox + .wpcf7-not-valid-tip{
    margin-top: 0;
}
.wpcf7-validation-error{
    display: none;
}
.popup_new form .subject{
    border: 0;
}
.popup_new form .checkboxes_wrapper .subject{
    border: 1px solid;
}
.response-wrap{
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    left: 0;
}
.sent .response-wrap {
    z-index: 9999999;
    opacity: 1;
    -webkit-animation: fadeIn ease-in-out 1;
    -moz-animation: fadeIn ease-in-out 1;
    animation: fadeIn ease-in-out 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.response-wrap .wpcf7-mail-sent-ok {
    border: 0;
    /*height: 132px!important;*/
    background: white;
    width: 90%;
    margin: auto!important;
    max-width: 550px;
    right: 0;
    left: 0;
    margin: auto;
    top: 35%;
    padding: 80px 10px;
    text-align: center;
    font-size: 26px;
    position: absolute;
    direction: rtl;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok{
    display: block!important;
}
.contact_form_cf7 {
    width: 50%;
    float: left;
}
.contact_form_cf7 form {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit:disabled {
    background: #9c9c9c;
    cursor: no-drop;
}
.checkbox_form p {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 19px;
}
.checkbox_form {
    clear: both;
    display: block;
    overflow: hidden;
}
.close_popup.contact_form7{
    top: 35%;
    width: 90%;
    max-width: 550px;
    margin: auto;
    right: 0;
    left: 0;
    text-align: right;
    border: 0;
    cursor: pointer;
}
.popup_form .wpcf7-form-control-wrap label {
    font-size: 19px;
    vertical-align: top;
    line-height: 19px;
    top: -11px;
    position: relative;
}

#breadcrumbs {
    clear: both;
    margin-top: 0;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 23px;
}

#breadcrumbs a {
    color: #11355f;
}
#breadcrumbs li:last-of-type .separator:last-of-type{display: none}
#breadcrumbs li ,
#breadcrumbs li a{
    color: #11355f !important;
    margin: 0;
    padding: 0 3px;
    font-size: 15px;
}

@media (max-width: 1775px) {
    .hp_cat .hover ul.sub-cats {
        margin: 0;
    }
    .sub-cats .sub-cat a {
        font-size: 18px;
    }
    .hp_new .new_text {
        height: auto;
    }
}
@media (max-width: 1635px) {
    .hp_cat .hover {
        padding: 8px 25px;
    }
    h3.prod_title {
        font-size: 17px;
        line-height: 20px;
    }
}
@media (max-width: 1565px) {
    .sub-cats .sub-cat a {
        font-size: 16px;
    }
}
@media (max-width: 1505px) {
    .sub-cats .sub-cat a {
        padding: 8px 0;
    }
}
@media (max-width: 1405px) {
    .sub-cats .sub-cat a {
        padding: 6px 0;
    }
    header ul li a {
    padding: 10px 25px 13px;
}
}
@media (max-width: 1305px) {
    .sub-cats .sub-cat a {
        padding: 6px 0;
    }
}
@media(max-width: 1200px){
    .cart_page .cart {
        width: 100%;
        float: none;
    }
    .main_content.category_page .title {
        font-size: 36px;
        line-height: 56px;
    }
    .cart_page .form {
        float: none;
        width: 100%;
        position: relative;
        text-align: right;
        float: right;
    }

    form#cart_form {
        margin-right: 0;
    }
    .sub-cats .sub-cat a {
        font-size: 14px;
    }
    .sub-cats .sub-cat a {
        padding: 5px 0;
    }
    header ul li a {
        padding: 10px 15px 13px 15px;
    }
    .sidebar {
        width: 25%;
    }

    .main_content {
        width: 75%;
    }

    .category_box {
        width: 50%;
    }
    .warraper_form {
        float: none;
    }
    .products .product {
        width: 32%;
    }
    .products .product:nth-child(4n) {
        margin-left: 1%;
    }
    .number_part {
        width: 32.8%;
    }
}
@media(max-width: 991px){
    .categories .row {
        display: inline;
    }
    .hp_cat {
        float: none;
        width: 49%;
        margin: auto;
        margin-bottom: 25px;
        max-width: 49%;
        display: inline-block;
    }
    .right .hp_cat {
        float: none;
    }
    .brands_text_popup ul {
        text-align: right;
    }
    .brands_text_popup * {
        font-size: 17px!important;
    }
    .brands_text_popup .inner{
        max-height: 87%;
        overflow: scroll;
    }
    .product_hover {
        opacity: 1;
    }
    .product .add_to_cart .button {
        font-size: 0;
        height: 30px;
        width: 0;
        padding-right: 26px;
    }
    .product .add_to_cart {
        top: 10px;
        right: 10px;
    }
    .popup .inner{
        max-width: 90%;
        padding: 3%;
    }
    .cart_page .sidebar {
        width: 25%;
        float: right;
    }
    .cart_page .cart {
        width: 100%;
        float: none;
    }
    .cart_page .form {
        float: none;
        width: 100%;
        position: relative;
        text-align: right;
        float: right;
    }
    form#cart_form {
        margin-right: 0;
    }

    .cart_page .main_content {
        width: 75%;
    }
    .brands_text {
        display: none!important;
    }
    .brands_text_popup .text {
        font-size: 19px;
    }

    .brands_text_popup .inner {
        padding: 20px;
        top: 50%;
        transform: translate(0,-50%);
    }
    .brand_row {
        display: inline;
    }
    .brand_Wrapp {
        width: 23%;
        float: right;
        margin-bottom: 10px;
    }
    header ul li a {
        font-size: 19.54px;
    }
    .more_icons {
        left: 12px;
        top: 10px;
    }
    .quick_view.popup .inner {
        max-width: 90%;
        padding: 3%;
    }
    .sidebar {
        width: 25%;
    }
    .main_content {
        width: 75%;
    }
    .category_box {
        width: 50%;
    }
    .sidebar {
        width: 100%;
        float: left;
    }
    .main_content {
        width: 100%;
        padding: 0;
    }
    .container.margin_top {
        display: flex;
        flex-direction: column-reverse;
    }
    a.side_banner img {
        width: 250px;
    }
    /*.hp_cat {*/
        /*float: none;*/
        /*width: 100%;*/
        /*max-width: 545px;*/
        /*margin: auto;*/
        /*margin-bottom: 25px;*/
        /*max-width: 300px;*/
    /*}*/

    .sub-cats .sub-cat a {
        /*font-size: 18px;*/
        /*padding: 10px 0;*/
        font-size: 14px;
        padding: 10px 0;
        line-height: 19px;
    }

    .slide_text .title {
        font-size: 38px;
        font-weight: bold;
        line-height: 66px;
    }
}
@media(max-width: 767px){
    html #wpadminbar {
        display: none;
    }
    html {
        margin-top: 0 !important;
    }
    .contact_form_cf7 {
        width: 100%;
        max-width: 500px;
        float: none;
        margin: auto;
    }
    .slide_text {
        display: none;
    }
    .news_post .image {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }
    .news_post .content {
        width: 100%;
    }
    .news_post {
        padding: 2%;
        max-width: 92%;
    }
    .main_content .right .image-product {
        max-width: 350px;
        margin: auto;
    }
    .single .attributes select {
        width: 100%;
        margin-bottom: 11px;
    }
    a.search_item .content {
        float: none;
        padding-right: 12px;
    }
    a.search_item .image {
        float: none;
    }
    .nagish {
        display: none;
    }
    li.tabs_header_li a {
        padding: 10px;
        font-size: 16px;
        min-width: 0;
    }
    .footer_div {
        text-align: center;
    }
    .search_from_icon {
        max-width: 96%;
        margin: auto;
    }
    ul.side_categories {
        display: none;
    }
    .popup_new p.title {
        font-size: 20px!important;
        line-height: 22px!important;
        margin-top: 25px;
    }
    .popup_new form#popup_new_form input, form#popup_new_form textarea, .popup_new form#popup_new_form select {
        height: 39px;
        font-size: 15px;
    }
    .popup_new form#popup_new_form .field {
        margin-bottom: 5px;
    }
    .popup_new .checkboxes_wrapper p.title {
        margin-top: 20px;
    }
    .popup_new .checkboxes_wrapper p.title {
        font-size: 18px!important;
    }
    .popup_new h3.title {
        font-size: 19px!important;
        padding: 6px;
    }
    .popup_new .checkbox_wrapper {
        width: 100%;
        font-size: 17px;
    }
    .subject .content {
        margin-top: 0;
    }
    footer .container {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_div .title {
        font-size: 17px!important;
        line-height: 13px!important;
        font-weight: bold;
    }
    footer ul li a {
        font-size: 15px;
        line-height: 14px;
    }
    .credit {
        line-height: 20px;
    }
    ul.side_categories {
        display: none;
    }
    ul.side_categories.single_page {
        display: block;
    }
    .single-post #content > .container {
        display: flex;
        flex-direction: column;
    }
    .single-post .sidebar {
        order: 1;
    }
    header ul.sub-menu {
        border: 1px solid;
        width: 100%;
        right: 0;
        margin-right: 0;
        background: white;
        box-sizing: border-box;
    }
    span.rectangle {
        width: 19%;
        height: 39px;
        position: absolute;
        left: 0px;
        top: 16px;
        display: none;
    }
    .menu-item-has-children > span.rectangle{
        display: inline-block;
    }
    .sub-menu span.rectangle{
        left: -20px;
    }
    header ul span.rectangle::after {
        content: "";
        position: absolute;
        left: 17px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-right: 12px solid rgba(255,255,255,1);
        border-bottom: 6px solid transparent;
        top: 13px;
        transition: all 0.5s;
    }
    header ul.sub-menu span.rectangle::after {
        border-right: 12px solid #11355f;
        top: 8px;
    }
    span.rectangle {
        height: 29px;
        top: 0;
    }

    header ul span.rectangle.click::after {
        transform: rotate(-90deg);
    }
    .anova-nav.mobile{
        display:block;
    }
    .anova-nav.desktop{
        display:none;
    }
    a.side_banner img {
        width: 100%;
        border: 1px solid #11355f;
    }
    .more_icons a.tel.mobile{
        display: inline-block;
    }
    .more_icons a.tel.regular{
        display: none;
    }
    .brands_slider.slick-slider {
        padding: 0 10px;
    }
    footer ul {
        margin: 0;
        margin-top: 6px;
        margin-bottom: 11px;
    }
    .about_page .content strong {
        font-size: 20px;
    }
    .numbers_upp {
        padding: 30px 0;
    }
    .number_part .num {
        font-size: 39px;
        line-height: 40px;
    }
    .footer_div .title {
        margin-bottom: 0;
        font-size: 27px;
        margin-top: 8px;
    }
    .products .product .content {
        height: 50px;
    }
    .title_h2::after {
        padding-top: 5px;
    }
    p.about_text {
        margin-top: 19px;
        font-size: 20px;
        line-height: 30px;
    }
    .hp_new .new_text{
        font-size: 18px;
    }
    .news {
        padding-bottom: 10px;
    }
    .brand_logo {
        padding: 7px;
        width: 94%;
        height: 62px;
    }
    .title_h2 {
        font-size: 30px;
        margin-top: 9px;
        margin-bottom: 30px;
    }
    .brands {
        padding-bottom: 10px;
    }
    .products .product:nth-child(even) {
        margin-left: 0;
    }
    .products .product {
        width: 47%;
        float: right;
        margin-left: 3%;
    }
    .products .product .content {
        height: 50px;
    }
    h3.prod_title {
        font-size: 16px;
        line-height: 20px;
    }
    .sub-cats .sub-cat a {
        display: block;
        width: 100%;
        text-align: right;
        float: right;
        margin-left: 2%;
    }
    ul.sub-cats li {
        width: 100%;
    }
    .catalog_page .brand_Wrapp {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .box-title {
        bottom: 0px;
        height: 42px;
        font-size: 21px;
    }
    .brands_text_popup .inner {
        padding: 4%;
    }
    .quick_view.popup  .inner .title {
        font-size: 23px!important;
        line-height: 21px!important;
        text-align: center;
    }
    .main_product .title h1 {
        line-height: 32px;
        font-size: 30px!important;
    }
    .main_product .title h1 {
        line-height: 32px;
        font-size: 30px!important;
    }
    .add_to_cart.single {
        margin-top: 20px;
    }
    .quick_view .add_to_cart.single {
        margin-top: 48px;
    }
    .attributes .qty {
        width: 100%;
    }
    .single .attributes .qty button {
        right: 2px;
        height: 94%;
    }
    .after_add_popup .continue, .popup .continue, .after_add_popup .to_cart, .after_add .continue, .after_add .to_cart {
        padding: 3px 7px;
        font-size: 22px;
    }
    .after_add_popup p, .after_add p {
        font-size: 25px;
        margin-bottom: 22px;
        margin-top: 26px;
    }
    .close_popup {
        right: 5px;
        top: 5px;
    }
    .attributes button.qty_button_minus {
        left: 2px;
    }
    .quick_view.popup  .inner .image {
        max-width: 200px;
        margin: auto;
    }
    .quick_view.popup .inner {
        top: 20px;
        transform: translate(0,0);
        max-height: 95%;
        overflow: scroll;
    }
    .quick_view.popup  .inner .right_div {
        margin-bottom: 9px;
    }

    .quick_view .attributes select {
        margin-bottom: 5px;
    }
    .chazon {
        padding-bottom: 0;
        padding-top: 0;
    }
    .catalog_page .brand_Wrapp.active::after{
        display: none;
    }
    .catalog_text_wrapper{
        display: none!important;
    }
    .catalog_page .brand_Wrapp:nth-child(3n) {
        margin-right: auto;
    }
    .catalog_text a {
        float: none;
        width: 90%;
        text-align: right;
        margin: auto;
        max-width: 300px;
        line-height: 29px;
    }
    body{
        /*padding-top: 115px;*/
        padding-top: 101px;
    }
    header ul.sub-menu {
        position: relative;
        margin-top: 0;
    }
    .footer_text {
        margin-top: 12px;
    }

    footer h3.title {
        font-size: 26px!important;
    }
    .main_content .like_right {
        width: 100%;
    }

    .main_content .right, .main_content .left {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .main_product .cat_title {
        font-size: 33px;
    }
    .main_banner{
        display: none;
    }
    .main_content .left {
        padding-right: 0;
    }
    .slide_text .title {
        line-height: 40px;
    }

    .slide_text {
        top: 10px;
    }
    .slide_text .title {
        font-size: 20px!important;
        line-height: 20px!important;
        margin-bottom: 2px;
    }
    .link_video {
        display: none;
        padding: 6px 8px;
        font-size: 14px;
        margin-top: 10px;
    }
    .slide_text .text {
        font-size: 15px;
        margin-top: 4px;
        line-height: 16px;
        /*display: none;*/
    }

    div#scroll_bottom {bottom:4px;}

    div#scroll_bottom img {
        width: 30px;
    }
    .des {
        font-size: 16px;
    }
    .container.form {
        margin: auto;
        display: flex;
        flex-direction: column-reverse;
    }
    .warraper_form {
        max-width: 100%;
    }
    .cart_page .title {
        font-size: 35px;
    }
    h1, .title {
        font-size: 28px!important;
        line-height: 38px!important;
        margin-bottom: 10px;
    }
    .warraper_form input.search-field.form-control {
        width: 100%;
    }
    .container.margin_top {
        margin-top: 10px;
    }
    .warraper_form .input-group {
        width: 100%;
    }
    body > header {
        padding-bottom: 49px;
        height: 66px;
        z-index: 999;
    }
    .popup.in {
        z-index: 9999;
    }
    div#map-canvas {
        height: 300px;
    }
    div#map-canvas {
        height: 300px;
    }
    .cart_page .container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .cart_page .sidebar {
        width: 100%;
        float: left;
    }
    .cart_page .main_content {
        width: 100%;
    }
    .footer_div {
        width: 100%;
    }
    .brand_Wrapp {
        width: 30%;
    }
    header nav.collapse.navbar-collapse {
        position: fixed;
        right: 0;
        width: 80%;
        height: 1000px;
        z-index: 9999;
        background: #11355f;
        padding-top: 64px;
        right: -100%;
        transition: all 0.5s;
        max-height: 89%;
        overflow: scroll;
    }
    button.hamburger.hamburger--arrow {
        display: block;
        position: absolute;
        z-index: 999;
        border: 0;
        left: 6px;
        top: 7px;
    }
    .social_links .social_link {
        height: 40px;
        width: 40px;
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        background-color: #ffffff;
    }
    header ul.anova-nav > li > a:hover {
        background: none;
    }
    header ul li a {
        line-height: 39px;
        display: block;
        width: 100%;
        padding: 4%;
        line-height: 19px;
        box-sizing: border-box;
    }
    header ul.sub-menu li a {
        color: #11355f;
        padding-left: 15px;
    }
    a.logo::after {
        width: 0;
        height: 0;
        border-bottom: 49px solid #11355f;
        border-bottom: 65px solid #11355f;
        border-right: 12px solid transparent;
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
    }

    header .logo {
        /* background: transparent; */
        width: 151px;
        position: absolute;
        right: 0;
        padding: 12px 7px 0 2px;
        box-sizing: border-box;
    }
    header nav.collapse.navbar-collapse.open{
        right: 0px;
    }
    header ul li {
        display: block;
        float: none;
    }
    .container {
        padding: 0 2%;
    }
    /*.products .product {*/
    /*width: 48%;*/
    /*}*/
    form#form {
        float: none;
        width: 100%;
        max-width: 500px;
        margin: auto;
    }
    .contactus {
        float: none;
        width: 100%;
        max-width: 500px;
        margin: auto;
    }
    .status input[type="text"] {
        display: block;
        margin: auto;
        margin-bottom: 10px;
        max-width: 90%;
        box-sizing: border-box;
    }
    .status input[type="button"] {
        width: 400px;
        max-width: 90%;
    }
    .more_icons {
        margin-top: 21px;
    }
    .hp_cat{
        display: block;
    }
    .hp_cat .hover {
        opacity: 1;
        position: relative;
        width: 100%;
        overflow: auto;
        border: 1px solid;
        background: white;
        display: none;
        transition: none;
    }
    .sub-cats .sub-cat a {
        font-size: 15px;
        padding: 7px 0;
        color: #11355f;
    }
    .category_box img {
        height: auto;
        max-height: 150px;
    }
    .all_sub_categories .category_box:nth-child(odd) {
        padding-left: 5px;
    }

    .all_sub_categories .category_box:nth-child(even) {
        padding-right: 5px;
    }
    .category_box .sub-title {
        bottom: 2px;
        font-size: 16px;
        max-width: 74%;
        height: 45px;
    }
    .more_icons {
        top: 66px;
        background: white;
        width: 100%;
        left: 0;
        margin-top: 0;
        border-bottom: 1px solid #11355f;
        border-top: 1px solid #11355f;
        text-align: center;
        padding: 4px 0;
    }

    .more_icons a {
        vertical-align: text-bottom;
        height: 39px;
    }
    header::after{
        display: none;
    }
    header .logo{
        height: 61px;
        top: 0px;
        right: 0;
        width: 83px;
        padding-top: 4px;
        box-sizing: content-box;
        padding-left: 10px;
        border-bottom: 1px solid;
        border-top: 1px solid;
    }
    footer ul li {
        display: inline-block;
        padding: 0 7px;
        margin-bottom: 2px;
    }
    .hp_cat {
        width: 95%;
        max-width: 95%;
    }
    .right .hp_cat {
        text-align: center;
    }
}
@media(max-width: 600px){
    .cart_page .cart_item .image {
        width: 21.5%;
    }
    .cart_page .cart_price {
        width: 15%;
    }
    .brand_Wrapp {
        width: 48%;
    }
    .category_box {
        width: 50%;
        margin: auto;
        margin-bottom: 15px;
    }
    /*.products .product {*/
    /*max-width: 300px;*/
    /*float: none;*/
    /*display: block;*/
    /*margin: auto;*/
    /*margin-bottom: 25px;*/
    /*}*/
    .quick_view.popup  .inner .right_div, .quick_view.popup  .inner .content {
        float: none;
        width: 100%;
        /*margin-bottom: 25px;*/
        margin-right: 0;
        margin-bottom: 0;
    }

    .quick_view.popup  .inner > div.content {
        margin-right: 0;
    }
    .after_add_popup .continue, .popup .continue, .after_add_popup .to_cart, .after_add .continue, .after_add .to_carta.continue {
        display: block;
        max-width: 200px;
        margin: auto;
        line-height: 31px;
        position: relative;
        margin-bottom: 12px;
    }

    .after_add_popup .to_cart, .after_add .to_cart {
        display: block;
        max-width: 200px;
        margin: auto;
        line-height: 31px;
    }
}
@media(max-width: 480px){

    section#primary {
        margin-top: 20px;
    }

    .cart_page .cart_item_details h3 {
        font-size: 20px;
        line-height: 21px;
    }
    li.tabs_header_li a {
        padding: 6px 3px;
        font-size: 14px;
    }
    .category_box img {
        max-height: 100px;
    }
    .cart_page .cart_qty input {
        width: 95%;
    }
    .cart_qty {
        width: 24%;
    }
    .cart_page .cart_item .image {
        margin-left: 2%;
    }
    /*.products .product {*/
    /*width: 100%;*/
    /*max-width: 330px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    /*float: none;*/
    /*display: block;*/
    /*}*/
    .number_part {
        width: 31.8%;
        vertical-align: top;
    }
    .footer_div {
        /*width: 80%;*/
        /*float: none;*/
        /*display: block;*/
        /*margin: auto;*/
        /*text-align: center;*/
    }
    .footer_div .title {
        text-align: center;
        margin-bottom: 0;
        font-size: 27px;
    }
    .footer_div > div {
        display: inline-block;
    }
    footer ul li {
        line-height: 24px;
        text-align: center;
    }
    .products .product {
        width: 100%;
    }
}
@media(max-width: 350px) {
    .brand_Wrapp {
        width: 98%;
    }
}
.userway-s1 .userway-s1-selected.focused:active, .userway-s1 .userway-s1-selected.focused:focus {
    outline: dashed 2px #c00 !important;
}
