

/*
Theme Name: SILICOM
Description:  A simple, three column, widget-ready WordPress theme.
Author:  AVIV KETTER
Author URI:  http: //createam.co
version:  5.0
Tags:  fixed-width, three-columns, threaded-comments, brown
*/

/* basics */

@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'AvantGardeLT-Book';
    src: url('fonts/AvantGardeLT-Book.eot');
    src: url('fonts/AvantGardeLT-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/AvantGardeLT-Book.woff') format('woff'),
    url('fonts/AvantGardeLT-Book.ttf') format('truetype'),
    url('fonts/AvantGardeLT-Book.svg#AvantGardeLT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeLT-ExtraLight';
    src: url('fonts/AvantGardeLT-ExtraLight.eot');
    src: url('fonts/AvantGardeLT-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/AvantGardeLT-ExtraLight.woff') format('woff'),
    url('fonts/AvantGardeLT-ExtraLight.ttf') format('truetype'),
    url('fonts/AvantGardeLT-ExtraLight.svg#AvantGardeLT-ExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.dataTables_wrapper {
    overflow: auto;
    padding-bottom: 55px;
}

/*==// Reset */
* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*::not(table), *::not(td) {
    border: 0;
}

/* .tabs_content table td{
	border: 1px;
	border-collapse: collapse;
    border-spacing: 0;
} */

/* table{ border:initial; } */
*:focus {
    outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}

ol, ul, li {
    display: block;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td, caption {
    font-weight: normal;
    vertical-align: central;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

sub, sup, small {
    font-size: 75%;
}

sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: 10px;
}

sup {
    top: 10px;
}

svg {
    overflow: hidden;
}

pre, code {
    font-family: monospace;
}

hr {
    border: 0;
    border: 1px solid #eee;
    clear: both;
}

blockquote {
    border-left: 1px solid #A5ABAB;
    margin: 15px;
    padding: 0 12px 0 12px;
}

code {
    margin: 10px;
}

strong, .bold, b {
    font-weight: 700;
}

img {
    max-width: 100%;
    display: block;
}

img.alignright {
    float: right;
}

img.alignleft {
    float: left;
}

img.aligncenter, .aligncenter {
    margin: 0px auto;
}

a {
    color: #7e7e7f;
    text-decoration: none;
}

/**/
.clr {
    clear: both;
    display: block;
}

.clearfix:after, .clearfix:before {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

/**/
input, select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 10px;
    color: #7e7e7f;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 30px;
    border: 1px solid #dcdcdd;
}

textarea {
    resize: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 10px;
    color: #7e7e7f;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 100px;
    border: 1px solid #dcdcdd;
}

input[type=button], input[type=submit], .button {
    cursor: pointer;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    transition: ease 0.2s;
    font-family: Arial, Helvetica, sans-serif;
}

select {
    transition: 0.3;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:focus {
    outline: none;
}

label {
    color: #7e7e7f;
    font-size: 17px;
}

/**/
input[type=checkbox], input[type=radio] {
    width: auto;
    display: none;
    border: none;
    border-radius: none;
    width: auto;
    height: auto;
}

input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 18px;
    background: url(images/cheack.png) no-repeat;
    vertical-align: middle;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

/*input[type="checkbox"]:checked + label span { background:url(images/cheack_fill.png) no-repeat;}*/
input[type="radio"] + label span {
    background: url(images/radio_circle.png) no-repeat center center;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 6px;
    position: relative;
    top: -1px;
    background: #fff;
    border: 1px solid #a0a0a0;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

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

/*input[type="checkbox"]:checked + label { color: #000; font-size:14px; }*/


/**/
::-webkit-input-placeholder {
    color: #b0b2b3;
}

:-moz-placeholder {
    color: #b0b2b3;
    opacity: 1;
}

::-moz-placeholder {
    color: #b0b2b3;
    opacity: 1;
}

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

/**/
::-moz-selection {
    background: #622280;
    color: #b0b2b3;
}

::selection {
    background: #622280;
    color: #b0b2b3;
}

::-webkit-selection {
    background: #622280;
    color: #b0b2b3;
}

/*==// SITE CSS */
body {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #7e7e7f;
}

b, strong {
    font-weight: bold;
}

p {
    line-height: 100%;
}

.italic {
    font-style: italic;
}

.txtup {
    text-transform: uppercase;
}

#maincontainer {
    max-width: 100%;
    padding: 0px;
    margin: 0 auto;
}

.wrap {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0px;
}

/* ------- Header --------- */
.header {
    padding: 13px 0 12px 0;
}

.logo {
    float: left;
    padding: 0 0 0 16px;
    width: 232px;
    box-sizing: border-box;
}

.hright {
    float: right;
    padding: 23px 0 0 0;
    width: 412px;
}


/* Lang Nav */
.lang_nav {
    padding: 0;
    float: right;
}

#lang_sel_list ul {
    border: none !important;
}

#lang_sel_list a:hover, #lang_sel_list a.lang_sel_sel:hover {
    background-color: #fff !important;
}

.lang_nav ul li { /*border:1px solid #d2d2d3; width:30px; height:19px; */
    box-sizing: border-box;
}

.lang_nav ul li:last-child {
    margin-left: 0px;
}

#lang_sel_list {
    height: auto !important;
}

#lang_sel_list li {
    margin: 0 0px 0 7px !important;
    float: right !important;
    display: inline-block;
    vertical-align: top;
}

#lang_sel_list li:last-child {
    margin: 0px !important;
}

#lang_sel_list a {
    padding: 0px !important;
}

#lang_sel_list img.iclflag {
    position: static !important;
    width: 100% !important;
    height: auto !important;
}

#lang_sel_list ul a.lang_sel_other:hover {
    background-color: inherit !important;
}

/* Header Search */
.hsearch {
    float: right;
    width: 210px;
    margin: 0 19px 0 0;
    box-sizing: border-box;
    border: 1px solid #dcdcdd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    position: relative;
}

.hinput {
    display: block;
    padding: 0 35px 0 10px;
    font-size: 15px;
    color: #bbbbbc;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border: none;
}

.hsub {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 29px;
    background: url(images/hsearchicon.png) no-repeat;
    border: none;
}

/* ----- Header Menu ------ */
.hmenu_section { /*background:url(images/hmenubg.png) repeat-x;*/
    background: url(images/leftmenuflibg.jpg) repeat-x #788084;
    background-size: auto 100%;
    min-height: 70px;
    z-index: 999;
    position: relative;
}

.tglmenu {
    display: none;
}


.hmenu ul li {
    float: left;
    margin: 0 2.2% 0 0;
    line-height: 17px;
    position: relative;
}

.hmenu ul li ul {
    position: absolute;
    display: none;
    min-width: 200px;
    width: 250px;
    left: -14px;
    z-index: 999;
    background: url(images/leftmenuflibg.jpg) repeat-x #7d8588;
    background-position: 0px -43px;
    background-size: auto 70px; /*background:#2c2d30; url(images/submenubg.png)*/;
    top: 68px;
    padding: 0px 10px;
    box-sizing: border-box;
}

.hmenu ul li ul li {
    float: none;
    display: block;
    margin: 0;
    position: relative;
}

.hmenu ul li ul li a {
    font-size: 14px;
    line-height: 36px;
    text-transform: inherit;
    color: #fff;
}

.hmenu ul li a {
    font-size: 17px;
    line-height: 17px;
    color: #fffefe;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.hmenu ul li a:hover, .hmenu ul li a.active, .hmenu ul li.current-menu-item a {
    color: #ed1c24;
}

.hmenu ul li.current-menu-item ul li a {
    color: #fff;
}

.hmenu ul li ul li a:hover, .hmenu ul li ul li a.active, .hmenu ul li ul li.current-menu-item a {
    color: #ed1c24;
}

.hmenu ul li:last-child {
    margin-right: 0px;
}

.hmenu ul li ul li ul {
    right: -260px;
    top: 0px;
    left: inherit;
}

.hmenu {
    padding: 0px 0 0 19px;
}

.hmenu div > ul > li > a {
    padding: 25px 0px;
}

/* ------- Home Page -------- */
/* first visit popup */
#popup {
    position: fixed;
    top: 45%;
    max-width: 40vw;
    right: 20px;
    border: 6px solid #43bef9;
    border-radius: 12px;
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 8px;
    align-items: center;
    z-index: 1000;
    height: 220px;
    justify-content: space-around;
}

#popup .dismiss {
    justify-self: flex-start;
    align-self: flex-end;
    background-color: lightgrey;
    border-radius: 50%;
    border: none;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

#popup span {
    font-weight: bold;
    text-align: center;
}

#popup a {
    width: 75%;
    background-color: #43bef9;
    color: white;
    text-align: center;
    padding: 4px;
}

/* Home Slider */
.main_slider {
    margin: 0px 0 0 0;
    max-height: 472px;
    overflow: hidden;
}

.main_slider .sliderdiv {
    max-height: 472px;
}

.swrap1 {
    padding: 30px 84px 0 192px;
    max-width: 1670px;
    box-sizing: border-box;
    margin: 0 auto;
}

.swrap1 .slider_text {
    /*padding:30px 0 0 0px;*/
    float: left;
    direction: ltr !important;
}

.swrap1 .slider_text h1 {
    font-size: 104px;
    line-height: 78px;
    color: #020202;
    font-family: 'AvantGardeLT-Book';
}

.swrap1 .slider_text h2 {
    font-size: 104px;
    line-height: 78px;
    color: #020202;
    padding: 0 0 0 234px;
    margin: 20px 0 25px 0;
    font-family: 'AvantGardeLT-ExtraLight';
}

.swrap1 .sliderbut {
    display: inline-block;
    width: auto;
    padding: 7px 12px;
    background: #fd0113;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    font-size: 20px;
    line-height: 22px;
    color: #fefeff;
    margin: 0 0 0 53px;
}

.swrap1 .simg {
    float: right; /*padding:37px 0 0 0;*/
    margin: 0 0 0 -54px;
    width: 55%;
}

.swrap1 .simg img {
    max-height: 250px;
    width: auto !important;
    margin-top: -5%;
}

.swrap2 {
    padding: 30px 0 /*234px 0 40px*/;
    max-width: 1670px;
    box-sizing: border-box;
    margin: 0 auto;
}

.swrap2 .simg {
    float: left; /*padding:78px 0 0 0;*/
    width: 64%;
}

.swrap2 .slider_text {
    float: right;
    text-align: right;
    margin: 0 0 0 -260px; /*padding:113px 0 0 0;*/
    width: 50%;
}

.swrap2 .slider_text h1 {
    font-size: 104px;
    line-height: 78px;
    color: #fff;
    font-family: 'AvantGardeLT-Book';
    padding: 0 122px 0 0;
}

.swrap2 .slider_text h2 {
    font-size: 104px;
    line-height: 78px;
    color: #fff;
    font-family: 'AvantGardeLT-ExtraLight';
    margin: 20px 0 40px 0;
}

.swrap2 .sliderbut {
    display: inline-block;
    width: auto;
    padding: 7px 12px;
    background: #fd0113;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    font-size: 20px;
    line-height: 22px;
    color: #fefeff;
    margin: 0 50px 0 0;
}

/* Mid Buttons */
.mid_buttons {
    padding: 62px 0 0 0;
    background: url(images/midbutbg.png) repeat-x #f4f4f4;
    min-height: 357px;
    box-sizing: border-box;
}

.mid_buttons ul li {
    float: left;
    width: 31.4%;
    margin: 0 2.8% 0 0;
    position: relative;
}

.mid_buttons ul li a {
    display: block;
}

.mid_buttons ul li.nomar {
    margin-right: 0px;
}

.but_text {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fefeff;
    line-height: 24px;
    width: 100%;
    padding: 19px 15px;
    box-sizing: border-box;
}

.but_text h3 {
    font-size: 24px;
    line-height: 30px;
}

.but_text1 {
    padding: 19px 15px 19px 37%;
}

.boxbot {
    padding: 20px 0;
}

/* Mid Solution */
.mid_solution {
    padding: 27px 0 55px 0;
}

.redheading {
    color: #5b5b5e;
    font-size: 36px;
    line-height: 59px;
    border-bottom: 1px solid #5b5b5e;
    padding-bottom: 12px;
    position: relative;
    min-width: 570px;
    display: inline-block;
}

.redheading:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 220px;
    height: 3px;
    background: #fd0113;
    content: '';
}

.redheading span {
    font-weight: normal;
}

.redheading img {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
}

.solution_text {
    padding: 36px 0 0 0;
}

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

.solution_text p:last-child {
    margin-bottom: 0px;
}

/* Mid News */
.mid_news {
    position: relative;
    min-height: 605px; /*background:url(images/newsbg.jpg) no-repeat; background-size:cover;*/
}

.mid_news:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(images/newsbg.jpg);
    background-repeat: no-repeat;
    /*background-position: 50% 0;*/
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}


.page.table {
    display: flex;
    flex-wrap: wrap;
}

.page.table .cell {
    margin: 8px
}

.page.table .cell div {
    margin: 12px auto;
    text-align: center;
}

.news_div {
    padding: 32px 0 0px 0;
}

.news_div h4 span {
    font-weight: bold;
    color: #fd0113;
}

.news_inner {
    padding: 35px 0 0 0;
    width: 44%;
}

.news_left {
    float: left;
}

.news_right {
    float: right;
}

.news_inner h5 {
    font-size: 24px;
    line-height: 24px;
    color: #fd0113;
    font-weight: normal;
    margin-bottom: 25px;
}

.news_inner ul li {
    margin-bottom: 26px;
    color: #5b5b5e;
}

.news_inner ul li strong {
    font-size: 24px;
    line-height: 24px;
}

.news_inner ul li p {
    line-height: 24px;
}

.news_inner ul li a {
    color: #5b5b5e;
}

/* Mid Recommendation */
.mid_rec {
    padding: 59px 0 52px 0;
}

.rec_text {
    padding: 27px 0 0 0;
    color: #5b5b5e;
    font-size: 14px;
    line-height: 24px;
}

.rec_inner a {
    color: #5b5b5e;
}

.text1 {
    float: left;
    display: block;
    width: 185px;
}

.text2 {
    float: left;
    display: block;
    width: 85%;
    padding: 0 0 0 18px;
    box-sizing: border-box;
}

/* ------- Footer -------- */
.footer {
    background: #2c2d30;
    padding: 23px 0 16px 0;
}

.footer_social {
    float: left;
    width: 30%;
}

.footer_social ul li {
    float: left;
    margin: 0 8px 0 0;
    width: 45px;
    height: 45px;
    overflow: hidden;
}

.footer_social ul li:last-child {
    margin-right: 0px;
}

.footer_inter {
    float: right;
    padding: 25px 0 0 0;
    direction: rtl;
    display: none !important;
}

.footer_inter a {
    color: #fff;
}

.footer_inter img {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.footer_links {
    float: left;
    width: 40%;
    padding: 10px 0 0;
}

.footer_links ul {
    text-align: center;
}

.footer_links ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    padding-right: 9px;
    border-right: #fff 1px solid;
}

.footer_links ul li a {
    color: #fff;
}

.footer_links ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.default_content h6 {
    font-size: 20px;
    color: #1c96d1;
}

.default_content p.pd {
    padding-bottom: 15px;
}

/* ------- Product Page -------- */
#a2a_share_save_widget-2, #a2a_follow_widget-3 {
    display: inline
}

.a2a_button_google_plus {
    display: none !important
}

.inner_banner {
    margin: -12px 0 0 0;
    overflow: hidden;
}

.banner_wrap {
    max-width: 1670px;
    margin: 0 auto;
    padding: 0px 200px 0 60px;
    box-sizing: border-box;
}

.banner_img {
    float: left;
    margin: -108px 0 0 0;
    width: 59%;
}

.banner_text {
    float: right;
    margin: 0 0 0 -5px;
    padding: 48px 0 0 0;
    width: 41%;
}

.banner_text h1 {
    font-size: 82px;
    line-height: 62px;
    color: #fff;
    font-family: 'AvantGardeLT-Book';
}

.banner_text h2 {
    font-size: 82px;
    line-height: 62px;
    color: #fff;
    padding: 0 0 0 234px;
    margin: 20px 0 25px 0;
    font-family: 'AvantGardeLT-ExtraLight';
}

.breadcrumbs {
    padding: 15px 18px;
    font-size: 12px !important;
    line-height: 12px !important;
    color: #626367 !important;
}

.breadcrumbs a {
    color: #626367 !important;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    display: inline-block !important;
    vertical-align: top;
}

.inner_main {
    position: relative;
}

.inner_content {
    padding: 23px 0 70px 0;
    color: #626263;
}

.inner_content h1 {
    font-size: 24px;
    color: #1c96d1;
    margin-bottom: 10px;
}

/* Left Menu */
.left_content {
    width: 21.8%;
    float: left;
}

.left_menu ul li {
    margin-bottom: 10px;
    position: relative;
}

.left_menu ul li a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #626367 !important;
    min-height: 54px;
    padding: 20px 15px 0 20px !important;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: url(images/leftmenulibg.jpg) repeat-x #b5b8b9;
    cursor: pointer;
}

.left_menu ul li a:hover, .left_menu ul li.lact a, .left_menu ul li.parent > a {
    background: #1c96d1;
    color: #feffff !important;
}

.left_menu ul li ul li.parent > a, .left_menu ul li ul li ul li.parent > a {
    color: #1c96d1 !important;
    background: none;
}

.left_menu ul li ul li {
    margin-bottom: 0px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 4px !important;
}

.left_menu ul li ul li a {
    background: none;
    font-size: 14px;
    line-height: 16px;
    color: #626367;
    min-height: auto;
    padding: 11px 18px !important;
}

.left_menu ul li ul li:last-child {
    border-bottom: 0px;
}

.left_menu ul li.lact ul li a {
    background: none;
    color: #626367;
}

ul.submenu {
    display: none;
}

.left_menu ul li ul li ul li {
    padding: 0 7px !important;
}

.left_menu ul li ul li ul li a {
    padding: 5px 20px !important;
}

.left_menu ul li ul li ul li a:hover {
    background: none;
}

.left_menu h3 {
    background: url(images/leftmenuflibg.jpg) repeat-x #788084;
    font-size: 16px;
    line-height: 16px;
    color: #fafbfd; /* padding:18px 15px 0 15px; min-height:54px;*/
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Right Content */
.right_content {
    width: 78.2%;
    padding: 0 0 0 14px;
    box-sizing: border-box;
    float: right;
}

.right_content h1.page-title.prod, #content h3.page-title {
    min-height: 54px;
    font-size: 18px;
    line-height: 18px;
    color: #0d90cf;
    padding: 18px 30px 0 30px;
    box-sizing: border-box;
    background: #eeeeef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    font-weight: normal;
}

.right_inner {
    padding: 23px 0px 0 30px;
    color: #626263;
    font-size: 14px;
}

.right_inner p {
    line-height: 24px;
}

.right_content h1.page-title.prod, .right_content h3.page-title {
    min-height: 54px;
    font-size: 18px;
    line-height: 18px;
    color: #0d90cf;
    padding: 18px 30px 0 30px;
    box-sizing: border-box;
    background: #eeeeef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    font-weight: normal;
}

.right_content h1.page-title.prod a, .right_content h3.page-title a {
    color: #0d90cf;
    cursor: pointer;
}

.product_list {
    padding: 23px 0 0 0;
}

.product_list ul li {
    border: 1px solid #69696a;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    width: 23.7%;
    box-sizing: border-box;
    float: left;
    min-height: 200px;
    margin: 0 1.7% 21px 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 23.7% !important;
    min-height: inherit /*200px*/ !important;
    margin: 0 1.7% 21px 0 !important;
}

.woocommerce ul.products li.product.Large, .woocommerce-page ul.products li.product.Large {
    width: 29% !important;
    margin: 0 4.5% 45px 0 !important;
}

.woocommerce ul.products li.product.Large.last, .woocommerce-page ul.products li.product.Large.last {
    margin-right: 3% !important;
}

.woocommerce ul.products li.product.Large .pro_img, .woocommerce-page ul.products li.product.Large .pro_img {
    height: 157px;
}

.woocommerce ul.products li.product.Large a img, .woocommerce-page ul.products li.product.Large a img {
    max-height: 265px;
}

.woocommerce ul.products, .woocommerce-page ul.products {
    text-align: center;
}

.woocommerce ul.products li.product.Small, .woocommerce-page ul.products li.product.Small {
    float: none;
    display: inline-table;
    width: 22.05% !important;
    margin-right: 5% !important;
}

.pro_img {
    padding: 19px 8px 14px 8px;
    position: relative;
    height: 119px;
    overflow: hidden;
    box-sizing: border-box;
}

.pro_img img {
    margin: 0 auto;
    margin: 0px;
}

.woocommerce ul.products li.product a img {
    margin: 0 auto !important;
    width: auto !important;
    max-height: 201px;
}

.product_list ul li.nomar {
    margin-right: 0px;
}

.square {
    position: absolute;
    left: 12px;
    bottom: 7px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    background: #27b6fb;
    border: 1px solid #69696a;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.product_list ul li.bsq .square {
    background: none;
}

.pro_text {
    padding: 14px 15px 11px 15px;
    background: #eeeeef;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pro_text span {
    color: #1395d2;
    line-height: 18px;
}

.pro_text span a {
    color: #1395d2;
}

.pro_text p {
    font-size: 12px;
    line-height: 18px;
    color: #626367;
}

.check_box {
    position: absolute;
    left: 4%;
    bottom: 7px;
    width: 19px;
    height: 18px;
}

.products .product .check_box {
    bottom: auto !important;
    top: 0px;
    left: 1px;
}


/* ------- Advance Search ----- */
.adv_search {
    position: absolute;
    top: 85px;
    right: 0px;
    width: 132px;
    z-index: 9999;
}

.adv_sbox {
    padding: 0 0 22px 26px;
}

.adv_sbox a {
    font-size: 14px;
    line-height: 18px;
    color: #fefefe;
    font-weight: bold;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    background: #1c96d1;
    width: 90px;
    height: 90px;
    text-align: center;
    box-sizing: border-box;
}

.adv_sbox a span {
    display: block;
    padding: 23px 0 2px 0;
}

.adv_sbox a img {
    display: inline-block;
    vertical-align: top;
}

.comparebox {
    background: #e6e6e8;
    text-align: center;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.com_selection {
    padding: 23px 0 14px 0;
    font-size: 14px;
    color: #626367;
}

.com_selection a {
    color: #626367;
}

.com_selection ul li {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    background: #ffffff;
    border: 1px solid #777778;
    overflow: hidden;
    margin: -55px auto 0 auto;
    text-align: center;
    position: relative;
    z-index: 999;
}

.com_selection ul {
    padding-bottom: 10px;
}

.com_selection ul li:first-child {
    margin: 0 auto;
    z-index: 99;
}

.com_selection ul li:last-child {
    z-index: 99999;
}

.com_selection ul li img {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 0;
}

.comparebut {
    background: #1c96d1;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #ffffff;
    padding: 14px 0;
}

.comparebut a {
    color: #ffffff;
    display: block;
}

.comparebut input.basket.compare-products-button {
    width: auto !important;
    height: inherit !important;
    font-size: 18px;
    color: #FFF;
    padding: 0px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    border: none;
    background: none;
    margin: 0px 5px 0px 0px !important;
    font-weight: bold;
}

/* ------- Product Detail Page -------- */
.right_prdocutinner {
    padding: 27px 0 0 30px;
}

.pro_top h4 {
    float: none;
    font-size: 20px;
    line-height: 24px;
    color: #1c96d1;
    font-weight: normal;
    padding: 19px 0 0 0; /*width:320px;*/
}

.pro_top h4 a {
    color: #1c96d1;
    cursor: pointer;
}

.top_icons {
    float: right;
    padding: 0 24px 0 0;
}

.top_icons a {
    display: block;
    float: left;
    font-size: 16px;
    box-sizing: border-box;
}

.pdf {
    background: url(images/pdficon.png) no-repeat right center;
    padding: 0px 40px 0 0;
    line-height: 60px;
    margin: 0 29px 0 0;
    color: #626263;
}

.drivers {
    background: url(images/driversicon.png) no-repeat right center;
    line-height: 60px;
    padding: 0px 43px 0 0;
    margin: 0 36px 0 0;
    color: #626263;
}

.quote {
    background: url(images/quotebg.jpg) repeat-x #c40212;
    min-height: 54px;
    line-height: 54px;
    color: #fcfcfe;
    font-weight: bold;
    padding: 0 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.quote span {
    display: block;
    background: url(images/printicon.png) no-repeat right center;
    padding: 0 47px 0 0;
}

/* Product Tabs */
.pro_info {
    padding: 16px 0 0 0;
}

.tabs_title ul li {
    float: left;
    margin: 0 10px 0 0;
    width: 23.8%;
    box-sizing: border-box;
}

.tabs_title ul li:last-child {
    margin-right: 0px;
}

.tabs_title ul li a {
    background: url(images/tabslibg.png) repeat-x #bcc0c2;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    min-height: 45px;
    text-align: center;
    color: #626263;
    line-height: 44px;
}

.tabs_content {
    border: 1px solid #a0a6af;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 50px 15px 20px 28px;
    box-sizing: border-box;
}

.tabs_title ul li a.selected {
    background: none;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #a0a6af;
    border-right: 1px solid #a0a6af;
    border-left: 1px solid #a0a6af;
    color: #2a2a2f;
    font-weight: bold;
    position: relative;
}

.tabs_title ul li a.selected:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    bottom: -1px;
    left: 0px;
    height: 1px;
}

/* Product tabs Content */
.tabs_content p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}

.pro_description h1 {
    font-size: 23px;
    line-height: 26px;
    color: #0f93d1;
    margin-bottom: 0px;
}

.pro_description h2 {
    font-size: 20px;
    line-height: 26px;
    color: #626263;
    margin-bottom: 25px;
}

.des_text {
    float: left;
    width: 47%;
}

.des_img {
    float: right;
    width: 53%;
}

/*
.pro_description ul li.evenli .des_text { float:right;}
.pro_description ul li.evenli .des_img { float:left;}
*/

.pro_description div.evenli .des_text {
    float: right;
}

.pro_description div.evenli .des_img {
    float: left;
}


/* Related Products */
.related.products {
    background: #eeeeef;
    padding: 20px 0 42px 0;
    border-bottom: 3x solid #fff;
}

.related_products {
    background: #eeeeef;
    padding: 20px 0 42px 0;
    border-bottom: 3x solid #fff;
}

.related_products, .related.products h4 {
    font-size: 18px;
    line-height: 18px;
    color: #1c96d1;
    font-weight: normal;
    margin-bottom: 25px;
    padding: 0 0 0 20px;
}

.related_products ul li {
    border: 1px solid #69696a;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    width: 17.7%;
    box-sizing: border-box;
    float: left;
    min-height: 200px;
    margin: 0 2.8% 20px 0;
}

.relpro_img {
    padding: 19px 8px 14px 8px;
    position: relative;
    height: 119px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.related.products ul.products li {
    border: 1px solid #69696a !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    width: 17.7% !important;
    box-sizing: border-box;
    float: left;
    min-height: 200px !important;
    margin: 0 2.8% 20px 0 !important;
}

.related.products ul.products li.last {
    margin-right: 0px !important;
}

.related.products ul.products li .pro_img {
    padding: 19px 8px 14px 8px;
    position: relative;
    height: 119px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.relpro_img img {
    margin: 0 auto;
}

.related_products ul li.nomar {
    margin-right: 0px;
}

.square {
    position: absolute;
    left: 12px;
    bottom: 7px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    background: #27b6fb;
    border: 1px solid #69696a;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.related_products ul li.bsq .square {
    background: none;
}

.relpro_text {
    padding: 14px 15px 11px 15px;
    background: #eeeeef;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.relpro_text span {
    color: #1395d2;
    line-height: 18px;
    font-size: 14px;
}

.relpro_text span a {
    color: #1395d2;
}

.relpro_text p {
    font-size: 12px;
    line-height: 18px;
    color: #626367;
}

.tglmenu2 {
    display: none;
}

.repost {
    padding-bottom: 30px;
}

.repost h3 {
    margin-bottom: 6px;
}

.repost p {
    line-height: 24px;
}

.spost {
    min-height: 550px;
}

.errorpage {
    min-height: 650px;
}

.spost input {
    display: block;
    padding: 0 10px;
    font-size: 15px;
    color: #bbbbbc;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border: 1px solid #dcdcdd;
}

.search_content h1 {
    margin-bottom: 10px;
}

.spost h1 {
    margin-bottom: 10px;
}

.navigation {
    padding: 15px 0 10px 0;
}

.readmore {
    color: #1395d2;
}

/* ------- Blog Page --------- */
.blog_left {
    float: left;
    width: 30%;
}

.blog_right {
    float: right;
    width: 70%;
    padding: 0 0 0 2%;
    box-sizing: border-box;
}

.blog_left img {
    width: 100%;
}

span.sym {
    float: none !important;
    display: none;
    width: 100% !important;
    position: absolute;
    font-size: 0px !important;
}

#content .woocommerce-breadcrumb {
    display: none !important;
}

.woocommerce-result-count {
    display: none !important;
}

.woocommerce-ordering {
    display: none !important;
}

#widget-collapscat-2-top li.collapsing.categories.self a {
    font-weight: normal !important;
}

.woocommerce ul.products li.product h3 {
    color: #1395d2;
    font-size: 14px !important;
    font-weight: normal !important;
    margin: 0px !important;
    padding: 0px !important;
}

.woocommerce ul.products li.product-category.product h3 {
    min-height: 36px !important;
}

.woocommerce ul.products li.product-category.product .pro_text {
    min-height: 67px;
    padding: 8px 5% 8px;
}

.woocommerce ul.products li.product .pro_text {
    min-height: 105px;
    padding: 8px 5% 8px;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0px !important;
}

/* ------- Contact Page --------- */
.contact_content p {
    margin-bottom: 10px;
    line-height: 24px;
}

.con_left {
    float: left;
    width: 48%;
}

.con_map iframe {
    width: 100%;
    border: 0px;
}

.con_details {
    padding: 30px 0 0 0;
}

.con_details h3 {
    font-size: 24px;
    border-bottom: 1px solid #dedede;
}

.con_details h3 span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 17px 5px 0;
}

.con_details h3 span:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    height: 3px;
    width: 100%;
    background: #961f1b;
}

.cdetaildiv {
    padding: 10px 0 0 0;
}

.con_right {
    width: 48%;
    float: right;
}

.con_right h4 {
    margin-bottom: 20px;
    font-size: 30px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.cfield {
    margin-bottom: 10px;
    width: 48%;
}

.con_form label {
    display: block;
    padding: 0 0 4px 3px;
}

.cfield input, .cfield textarea, .cfield select {
    display: block;
}

.cfield select {
    background: url(images/sbg.png) no-repeat 96% center;
    cursor: pointer;
}

#join_newsletter {
    display: inline-block;
    margin: 6px 0 12px 0;
}

#join_newsletter + label, #join_newsletter[type = "checkbox"]:checked + label {
    display: inline-block;
    color: black;
    font-size: 17px;
    font-weight: bold;
}

.signup-feedback {
    margin-bottom: 150px;
}

.csub {
    direction: rtl;
    padding: 15px 0 20px 0;
}

.csub input {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0 38px;
    color: #fff;
    background: #ed3341;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: bold;
    height: 33px;
}

.ast {
    color: #e20005;
}

div.wpcf7 img.ajax-loader {
    display: none !important;
}

div.wpcf7-response-output {
    margin: 10px 0 !important;
    text-align: center;
}

.wpcf7-not-valid {
    border: 1px solid #F00;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-form-control-wrap.wpc_random_total span.wpcf7-not-valid-tip, .wpcf7-form-control-wrap.country_autocomplete span.wpcf7-not-valid-tip {
    display: block !important;
}

#country1.error + #country1-error + .autocomplete-dropdown {
    margin-top: -54px;
    border: 1px solid #F00;
}

#country1 + .autocomplete-dropdown, #country1.valid + #country1-error + .autocomplete-dropdown {
    margin-top: -30px;
}


/* -------  Product Page Popup --------- */
.imgpopup {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.imgpopcont {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    transition: 0.5s;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
}

.closebtn {
    width: 19px;
    height: 21px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 99;
    direction: ltr;
    color: #fff;
    font-size: 16px;
    font-family: 'open_sans_hebrewbold';
    background: url(images/closebut.png) no-repeat;
}

.product_popup {
    color: #000;
    width: 100%;
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
}

.product_popup h4 {
    color: #0f93d1;
}

.pro_form {
    padding: 20px 0 0 0;
}

.pfield {
    margin-bottom: 20px;
}

.psub {
    text-align: center;
}

.psub input {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    color: #fff;
    background: #0f93d1;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: bold;
    height: 33px;
}

/* ----- About Page ------ */
.about_right {
    float: right;
    width: 30%;
}

.about_left {
    float: left;
    width: 70%;
    padding: 0 2% 0 0;
    box-sizing: border-box;
}

.about_left p {
    margin-bottom: 10px;
    line-height: 24px;
}

.about_left h1 {
    font-size: 24px;
    color: #1c96d1;
    margin-bottom: 10px;
}

/* ----- Quality Page ------ */
.quality_top {
    padding-bottom: 30px;
}

.quality_top h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.qtop_left {
    float: left;
    width: 270px;
    margin: 0 10% 0 0;
    box-sizing: border-box;
}

.qtop_right {
    float: left;
    width: 270px;
}

.iso_text {
    float: left;
    width: 81%;
    font-size: 17px;
    line-height: 20px;
}

.iso_img {
    width: 39px;
    float: right;
}

.qualiy_mid h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1c96d1;
}

.qualiy_mid p {
    line-height: 24px;
    margin-bottom: 20px;
}

.qualiy_mid ul li {
    position: relative;
    padding: 0 0 0 15px;
}

.qualiy_mid ul li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #1c96d1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

/* ----- Minerals Page ------ */
.mineral_content p {
    line-height: 24px;
    margin-bottom: 10px;
}

.mineral_content h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1c96d1;
}

.mineral_content ul li {
    position: relative;
    padding: 0 0 0 15px;
}

.mineral_content ul li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #1c96d1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.default_content p {
    line-height: 24px;
    margin-bottom: 10px;
}

.default_content ul li {
    position: relative;
    padding: 0 0 0 15px;
}

.default_content ul li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #1c96d1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.default_content h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1c96d1;
}


.driver_main .blog_left img {
    width: auto;
}

.s_flag {
    float: right; /*padding-top: 6px;*/
    margin-left: 5px;
}

.s_flag ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0;
}

.count {
    display: none;
}

.post_social {
    float: right;
    padding-top: 15px;
}

.thankyou_content {
    text-align: center;
    min-height: 670px;
}

.ava_img {
    padding-bottom: 20px;
}

.ava_img img {
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 80px;
    height: 80px;
}

.ava_img span { /*float:right;*/
    line-height: 40px;
}

.slider_inner {
    height: 472px;
}

.blog_right.new_artical_right {
    width: 100%;
    padding-left: 65px;
    box-sizing: border-box;
    background: url('images/article-icon.png') left 8px no-repeat;
    background-size: 40px auto;
}

.width_new.rightcontent {
    width: 55%;
}


/* ------- Responsive --------- */
@media only screen and (max-width: 1919px) {
    .swrap1, .swrap2, .banner_wrap {
        padding: 30px 10px 0;
    }

    .swrap1 .simg img {
        max-height: 450px;
        margin-top: 0px;
    }

    .swrap1 .slider_text, .swrap2 .slider_text, .swrap1 .simg, .swrap2 .simg {
        width: 50%;
        margin: 0px;
    }

    .swrap1 .slider_text h1, .swrap2 .slider_text h1, .swrap2 .slider_text h2, .swrap1 .slider_text h2 {
        font-size: 80px;
    }

    .swrap1 .slider_text h2 {
        padding: 0 0 0 10%;
    }

    .swrap2 .slider_text h1 {
        padding: 0 18% 0 0;
    }

    .banner_img, .banner_text {
        width: 50%;
    }

    .banner_img {
        margin: -50px 0 0 0;
    }

    .banner_text h2 {
        padding: 0 0 0 40%;
    }
}

@media only screen and (max-width: 1535px) {
    .right_content {
        width: 68.25%;
        float: left;
    }

    .tabs_title ul li a {
        font-size: 15px;
    }

    .woocommerce ul.products li.product .pro_text {
        min-height: 120px;
    }

    /*.pro_top h4 {width:235px;}*/
}

@media only screen and (max-width: 1400px) {
    .tabs_title ul li a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1275px) {
    .wrap {
        padding: 0 10px;
    }

    .hmenu ul li {
        margin: 0 1.8% 0 0;
    }

    .text2 {
        width: 84%;
    }

    .right_content {
        width: 66.25%;
    }

    .tabs_title ul li a {
        font-size: 12px;
    }

    .top_icons {
        padding: 0px;
    }

    .quote {
        padding: 0 5px;
    }

    .quote span {
        padding: 0 39px 0 0;
    }

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

    .pdf {
        padding: 0 32px 0 0;
        margin: 0 10px 0 0;
    }

    .drivers {
        margin: 0 10px 0 0;
        padding: 0 39px 0 0;
    }

    .pro_top h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1249px) {
    .hmenu ul li {
        margin: 0 1.2% 0 0;
    }

    .hmenu ul li a {
        font-size: 15px;
    }

    .swrap1 .slider_text h1, .swrap2 .slider_text h1, .swrap2 .slider_text h2, .swrap1 .slider_text h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .swrap2 .slider_text h2, .swrap1 .slider_text h2 {
        margin-top: 10px;
    }

    .text2 {
        width: 82%;
    }

    .banner_img {
        margin: -20px 0 0 0;
    }

    .banner_text {
        margin: 0px;
    }

    .banner_text h1, .banner_text h2 {
        font-size: 70px;
        line-height: 60px;
    }

    .banner_text h2 {
        margin: 10px 0 0 0;
    }

    .tabs_title ul li a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1099px) {
    .hmenu ul li a {
        font-size: 14px;
    }

    .text2 {
        width: 81%;
    }

    .right_prdocutinner {
        padding: 27px 0 0 0;
    }

    /*.pro_top h4 {width:205px;}*/

}

@media only screen and (max-width: 1090px) {
    .woocommerce ul.products li.product .pro_text {
        min-height: 138px;
    }

    .inner_content table {
        width: 100% !important;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1040px) {
    .woocommerce ul.products li.product.Small, .woocommerce-page ul.products li.product.Small {
        width: 23.05% !important;
    }
}

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

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product.Small {
        float: none !important;
        width: 25.5% !important;
    }

    .woocommerce ul.products li.product.Large .pro_img, .woocommerce-page ul.products li.product.Large .pro_img {
        height: 119px;
    }

    .woocommerce ul.products li.product.Large a img, .woocommerce-page ul.products li.product.Large a img {
        max-height: 200px;
    }

    .text2 {
        width: 80%;
    }

    .right_inner {
        padding: 23px 0 0 0;
    }

    .right_content {
        width: 64.25%;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 31.6% !important;
        float: left !important;
        clear: none !important;
    }

    .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
        margin-right: 1.7% !important;
    }

    .product_list ul li {
        width: 31.6%;
    }

    .product_list ul li.nomar {
        margin-right: 1.7%;
    }

    .banner_text h1, .banner_text h2 {
        font-size: 55px;
        line-height: 50px;
    }

    .pro_top h4 {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .top_icons {
        float: none;
    }

    .tabs_title ul li {
        width: 48%;
    }
}

@media only screen and (max-width: 980px) {
    .page.table .cell {
        margin: 8px auto;
    }


    .slider_inner {
        height: 390px;
    }
}

@media only screen and (max-width: 979px) {
    .text2 {
        width: 76%;
    }

    .hmenu {
        padding: 0;
    }

    .logo {
        padding: 0px;
        width: 216px;
    }

    .hmenu ul li a {
        font-size: 11px;
    }

    .swrap1 .sliderbut, .swrap2 .sliderbut {
        margin: 0px;
        font-size: 18px;
    }

    .swrap1 .slider_text h1, .swrap2 .slider_text h1, .swrap2 .slider_text h2, .swrap1 .slider_text h2 {
        font-size: 48px;
        line-height: 48px;
    }

    .slider_inner {
        min-height: 389px;
    }

    .but_text1 {
        padding: 19px 15px;
    }

    .but_text h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .mid_buttons {
        min-height: 270px;
    }

    .right_content {
        width: 63%;
    }

    .tabs_title ul li {
        width: 47%;
    }

    .footer_social {
        width: 34%;
    }

    .footer_links {
        width: 38%;
    }
}

@media only screen and (max-width: 958px) {
    .woocommerce ul.products li.product.Small, .woocommerce-page ul.products li.product.Small {
        width: 27% !important;
    }
}

@media only screen and (max-width: 910px) {
    .woocommerce ul.products li.product.Small, .woocommerce-page ul.products li.product.Small {
        width: 29% !important;
    }
}

@media only screen and (max-width: 852px) {
    .woocommerce ul.products li.product.Small, .woocommerce-page ul.products li.product.Small {
        width: 25% !important;
    }
}

@media only screen and (max-width: 840px) {
    .woocommerce ul.products li.product.Small, .woocommerce-page ul.products li.product.Small {
        width: 26% !important;
    }
}

@media only screen and (max-width: 810px) {
    .woocommerce ul.products li.product.Small, .woocommerce-page ul.products li.product.Small {
        width: 27% !important;
    }
}

@media only screen and (max-width: 798px) {
    .woocommerce ul.products li.product.Small, .woocommerce-page ul.products li.product.Small {
        width: 28% !important;
    }
}

@media only screen and (max-width: 799px) {
    #menu-item-460, .adv_search .adv_sbox {
        display: none;
    }

    .mid_news:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }

    .tglmenu {
        display: block;
        background: url(images/menuicon.png) no-repeat left center;
        width: 100%;
        height: 24px;
        cursor: pointer;
    }

    .tglmenu:hover {
        background: url(images/menuiconhover.png) no-repeat left center;
    }

    .hmenu {
        padding: 20px 0 0 0;
    }

    .hmenu div > ul > li > a {
        padding: 0px;
    }

    .hmenu ul {
        display: none;
        background: url(images/leftmenuflibg.jpg) repeat-x #788084;
        background-size: auto 100%; /*background:#2c2d30;*/
        top: 68px;
        position: absolute;
        left: 0px;
        width: 100%;
        z-index: 9999;
        padding: 20px 10px 30px 10px;
        box-sizing: border-box;
    }

    .hmenu ul li {
        float: none;
        display: block;
        margin: 0 0 10px 0;
    }

    .hmenu ul li a {
        font-size: 16px;
        line-height: 16px;
    }

    .swrap1 .sliderbut, .swrap2 .sliderbut {
        font-size: 17px;
    }

    .text2 {
        width: 75%;
    }

    .banner_img {
        margin: 0px;
    }

    .banner_text h1, .banner_text h2 {
        font-size: 45px;
        line-height: 40px;
    }

    .left_menu ul li a {
        padding: 17px 5px 0 5px;
    }

    .left_menu ul li:first-child a {
        padding: 18px 5px 0 5px;
    }

    .left_menu ul li a {
        font-size: 12px;
    }

    .right_content {
        width: 62%;
    }

    .hmenu ul li ul {
        opacity: 0;
        visibility: hidden;
        padding: 10px;
    }

    .hmenu ul li:hover ul {
        opacity: 1;
        visibility: visible;
        position: relative;
        width: 100%;
        background: none;
        top: 0px;
        left: 0px;
    }

    .hmenu ul li ul li ul {
        opacity: 0;
        visibility: hidden;
        padding: 10px;
    }

    .hmenu ul li ul li:last-child {
        margin-bottom: 0px;
    }

    .hmenu ul li ul li:hover ul {
        opacity: 1;
        visibility: visible;
        position: relative;
        width: 100%;
        background: none;
        top: 0px;
        right: inherit;
        left: 0px;
    }

    .hmenu ul li ul li ul li:last-child {
        margin-bottom: 0px;
    }


    .footer_social {
        float: none;
        width: 100%;
    }

    .footer_social ul {
        text-align: center;
    }

    .footer_social ul li {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0 5px 0 0;
    }

    .footer_links {
        float: none;
        width: 100%;
    }

    .footer_inter {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        width: 185px;
    }

    .main_slider {
        max-height: inherit;
        overflow: inherit;
    }

    .main_slider .sliderdiv {
        max-height: inherit;
    }

    .swrap1 .slider_text, .swrap2 .slider_text, .swrap1 .simg, .swrap2 .simg {
        float: none;
        width: 100%;
        text-align: center;
    }

    .swrap1 .slider_text h2, .swrap2 .slider_text h1 {
        padding: 0px;
    }

    .swrap1 .slider_text {
        padding: 30px 0 0 0;
    }

    .swrap1 .simg {
        padding: 10px 0;
    }

    .swrap2 .simg {
        padding: 30px 0 0 0;
    }

    .swrap2 .slider_text {
        padding: 35px 0 10px 0;
    }

    .swrap2 .slider_text h2, .swrap1 .slider_text h2 {
        margin-bottom: 10px;
    }

    .swrap2 .slider_text h1, .swrap2 .slider_text h2 {
        color: #020202;
    }

    .but_text {
        padding: 5px;
    }

    .but_text h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .but_text {
        font-size: 16px;
        line-height: 20px;
    }

    .text2 {
        width: 70%;
    }

    .news_inner {
        width: 49%;
    }

    .mid_buttons {
        min-height: 230px;
    }

    .banner_img, .banner_text {
        float: none;
        width: 100%;
    }

    .banner_text {
        padding: 10px 0;
        text-align: center;
    }

    .banner_text h2 {
        padding: 0px;
    }

    .left_content {
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }

    .right_content {
        float: none;
        width: 100%;
        padding: 0px;
    }

    .right_content h3 {
        padding: 18px 10px 0 10px;
    }

    .right_inner {
        padding: 23px 0 0 10px;
    }

    .tglmenu2 {
        display: block;
        background: url(images/menuiconleft.png) no-repeat left center;
        height: 24px;
        width: 100%;
        cursor: pointer;
    }

    .tglmenu2:hover {
        background: url(images/menuiconhover.png) no-repeat left center;
    }

    .breadcrumbs {
        padding: 15px 0;
    }

    .left_menu ul {
        display: none;
        padding: 10px 0 0 0;
    }

    .adv_search {
        position: fixed;
    }

    .related_products ul li {
        margin: 0 2% 20px 2%;
        width: 29.3%;
    }

    .related.products ul.products li {
        margin: 0 2% 20px 2% !important;
        width: 29.3% !important;
        clear: none !important;
    }

    .related.products ul.products li.last {
        margin-right: 2% !important;
    }

    .related_products ul li.nomar {
        margin-right: 2%;
    }

    .imgpopcont {
        width: 80%;
    }

    .s_flag img { /*width:40px;*/
    }

    .lang_nav {
        padding: 2px 0 0 0;
    }

    .s_flag {
        padding-top: 2px;
    }

    .lang_nav ul li {
        width: 30px !important;
    }

    .slider_inner {
        height: 630px;
    }

    .left_menu h3 {
        font-size: 12px;
        text-align: center;
    }

    .left_menu h3 a {
        padding: 18px 5px 0 5px;
        text-align: center;
    }
}

@media only screen and (max-width: 639px) {
    .logo {
        float: none;
        margin: 0 auto;
    }

    .hright {
        width: 100%;
        float: none;
    }

    .hsearch {
        float: left;
        margin: 0px;
        width: 49%;
    }

    .mid_buttons ul li {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .mid_buttons ul li img {
        width: 100%;
    }

    .but_text {
        padding: 19px 5px 5px 5px;
    }

    .redheading {
        font-size: 24px;
    }

    .text2 {
        width: 58%;
    }

    .redheading {
        min-width: inherit;
        width: 100%;
    }

    .redheading::after {
        width: 48%;
    }

    .news_inner h5 {
        font-size: 18px;
        line-height: 18px;
    }

    .news_inner ul li strong {
        font-size: 18px;
        line-height: 18px;
    }

    .product_list ul li {
        width: 48.3%;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 48.3% !important;
    }

    .tabs_content {
        padding: 50px 10px 20px 10px;
    }

    .des_text {
        float: none;
        width: 100%;
        padding: 10px 0;
    }

    .des_img {
        float: none;
        width: 100%;
    }

    .pro_description ul li.evenli .des_img {
        float: none;
    }

    .pro_description ul li.evenli .des_text {
        float: none;
    }

    .pro_description ul li {
        margin-bottom: 20px;
    }

    .related_products ul li {
        width: 46%;
    }

    .related.products ul.products li {
        width: 46% !important;
    }

    .product_popup {
        padding: 20px;
    }

    .qtop_left {
        float: none;
        margin: 0px 0 20px 0;
    }

    .qtop_right {
        float: none;
    }

    .con_left {
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }

    .con_right {
        float: none;
        width: 100%;
    }

    .footer_social {
        float: none;
        text-align: center;
    }

    .footer_inter {
        float: none;
        text-align: center;
        padding-bottom: 10px;
    }

    .footer_social ul li {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .slider_inner {
        height: 540px;
    }

    .woocommerce ul.products li.product .pro_text {
        min-height: 105px;
    }

    #popup {
        max-width: 90vw;
        top: 10vh;
    }
}

@media only screen and (max-width: 555px) {
    .woocommerce ul.products li.product.Small, .woocommerce-page ul.products li.product.Small, .woocommerce ul.products li.product.Large, .woocommerce-page ul.products li.product.Large {
        width: 48% !important;
        float: left !important;
        clear: both;
        margin: 0 0 2.992em !important;
    }

    .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
        float: right !important;
    }
}

@media only screen and (max-width: 479px) {
    .lang_nav ul li {
        width: 25px;
        height: 16px;
    }

    .hsearch {
        width: 55%;
    }

    .swrap1 .slider_text h1, .swrap2 .slider_text h1, .swrap2 .slider_text h2, .swrap1 .slider_text h2 {
        font-size: 30px;
        line-height: 25px;
    }

    .swrap1 .sliderbut, .swrap2 .sliderbut {
        font-size: 13px;
    }

    .redheading {
        font-size: 18px;
        line-height: 31px;
    }

    .news_left, .news_right {
        float: none;
    }

    .news_inner {
        width: 100%;
    }

    .mid_news {
        min-height: inherit;
        padding-bottom: 20px;
    }

    .redheading img {
        margin: 0 10px 0 0;
        width: 40px;
    }

    .text1 {
        float: none;
        width: 100%;
    }

    .text2 {
        float: none;
        width: 100%;
        padding: 0px 0 10px 0;
    }

    .adv_search {
        width: 100px;
    }

    .adv_sbox {
        padding: 0 0 22px 0;
    }

    .adv_sbox a {
        width: 75px;
        height: 75px;
        margin: 0 auto;
        font-size: 12px;
        line-height: 15px;
    }

    .adv_sbox a span {
        padding: 18px 0 2px 0;
    }

    .comparebut {
        font-size: 14px;
        line-height: 14px;
    }

    .product_list ul li {
        width: 100%;
        margin: 0 0 21px 0;
        float: none;
        display: block;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
        margin: 0 0 21px 0 !important; /*float:none !important;*/
        display: block !important;
    }

    .product_list ul li.nomar {
        margin-right: 0px;
    }

    .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
        margin-right: 0px !important;
    }

    .tabs_title ul li {
        width: 46%;
    }

    .tabs_title ul li a {
        font-size: 11px;
    }

    .related_products ul li {
        margin: 0 0 20px 0;
        float: none;
        width: 100%;
        display: block;
    }

    .related.products ul.products li {
        margin: 0 0 20px 0 !important;
        float: right !important;
        width: 100% !important;
        display: block !important;
    }

    .related.products ul.products li.last {
        margin-right: 0px !important;
    }

    .related_products ul li.nomar {
        margin-right: 0px;
    }

    .cfield label {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }

    .cfield input, .cfield select, .cfield textarea {
        float: none;
        width: 100%;
    }

    .address_div {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .imgpopcont {
        width: 90%;
    }

    .product_popup {
        padding: 10px;
    }

    .blog_left {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .blog_left img {
        width: auto;
        display: inline-block;
    }

    .blog_right {
        float: none;
        width: 100%;
        padding: 0px;
    }

    .cfield {
        width: 100%;
    }

    .fleft {
        float: none;
    }

    .fright {
        float: none;
    }

    .lang_nav {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .s_flag {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .hsearch {
        float: none;
        width: 90%;
        margin: 20px auto 0 auto;
    }

    .hright {
        text-align: center;
    }

    .slider_inner {
        height: 430px;
    }

    .woocommerce ul.products li.product .pro_text {
        min-height: 10px;
    }
}


