/* Calibri Font Family */
@font-face {
    font-family:Calibri;
    src: url('font/Regular/calibri0.eot');
    src: url('font/Regular/calibri0.eot?#iefix') format('embedded-opentype'),
         url('font/Regular/calibri0.woff') format('woff'),
         url('font/Regular/calibri0.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family:Calibri;
    src: url('font/Bold/calibrib0.eot');
    src: url('font/Bold/calibrib0.eot?#iefix') format('embedded-opentype'),
         url('font/Bold/calibrib0.woff') format('woff'),
         url('font/Bold/calibrib0.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family:Calibri;
    src: url('font/Light/calibril0.eot');
    src: url('font/Light/calibril0.eot?#iefix') format('embedded-opentype'),
         url('font/Light/calibril0.woff') format('woff'),
         url('font/Light/calibril0.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;

}
/* Calibri Font Family End */
html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}
body {
	font-size: 15px;
	line-height: 20px;
	font-family:Calibri;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
input, button, textarea, select {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 0px solid #c0c0c0;
	margin: 0px;
	padding: 0em;
}
legend {
	border: 0;
	padding: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html.overyhid {
	overflow-x: hidden;
}
a {
	text-decoration: underline;
	border: none;
	outline: none;
	color: #29c270;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:active, a:hover, a:focus {
	outline: none;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
ul li{
	list-style:none;
}
ol li{
	list-style:none;
}
.logo img {
    float: left;
    /* border-right: 1px solid #eef0f1; */
    /* padding-right: 16px; */
    margin-right: 19px;
}

.logo a > div {line-height: 89px;height: 100%;}

.logo a > div:after {
    content: '';
    display: block;
    clear: both;
}


.logo a {
    color: #9fa5a9;
    font-family: Calibri;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
}

.logo {
    width: 305px;
    display: inline-block;
    vertical-align: top;
    margin-top: 17px;
}
.logo a > div span {vertical-align: middle;line-height: 20px;display: inline-block;width: 100px;border-left: 1px solid #eef0f1;padding-left: 19px;padding-top: 6px;padding-bottom: 6px;}
.center {
    width: 1006px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 16px;
}

.head {
    height: 124px;
}
.moduletable.contactbl {
    display: inline-block;
    vertical-align: top;
    margin-left: 96px;
    margin-top: 38px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.phonebl {
    font-weight: 400;
    line-height: 24px;
    color: #9fa5a9;
    font-size: 18px;
}

.phonebl span {
    color: #383e51;
    font-size: 24px;
}

.emailbl {
    font-weight: 400;
    line-height: 24px;
    color: #9fa5a9;
    font-size: 18px;
}
.emailbl a:hover {
    color: #126cb3;
}
.emailbl a {
    color: #29c270;
    font-size: 18px;
    text-decoration: none;
}
.moduletable.searchbl {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 45px;
    margin-left: 19px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input#mod-search-searchword {
    width: 242px;
    height: 33px;
    background-color: white;
    border: 1px solid #dbe1e2;
    box-sizing: border-box;
    padding: 0px 35px 0px 10px;
    color: #9fa5a9;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}

.search.searchbl button,.btnsearch {background: url(img/search.png) center center no-repeat;text-indent: -9999px;display: inline-block;border: 0px;width: 30px;height: 32px;position: absolute;right: 0px;top: 0px;}

.search.searchbl button:hover,.btnsearch:hover {background: url(img/searchh.png) center center no-repeat;}

nav.mainmenu > ul > li > ul {
    text-align: left;
    position: absolute;
    background: url(img/menubg.png) no-repeat bottom right #4e8aba;
    padding: 0px 0px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 55;
}

nav.mainmenu > ul > li {
    display: inline-block;
    vertical-align: top;
}

nav.mainmenu {
    background-color: #126cb3;
    height: 53px;
}

nav.mainmenu > ul {
    width: 1006px;
    margin: 0 auto;
    text-align: center;
}

nav.mainmenu > ul > li > a,nav.mainmenu > ul > li >  .separator {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 53px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 19px;
    display: block;
}

	.mobmenu {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    display: none;
    height: 52px;
    background: #126cb3;
}
	.mobmenu span{background: url(img/mobmenu.png) 17px 21px no-repeat;padding-left: 47px;border-right: 1px solid #4982b0;padding-right: 18px;line-height: 52px;display: inline-block;cursor: pointer;position: relative;z-index: 99;}
.actmenu .mobmenu span {
    background: url(img/close.png) 19px 18px no-repeat #4e8aba;
}
nav.mainmenu > ul > li {
    border-left: 1px solid #4982b0;
    /* position: relative; */
}
#comjshop_list_product {
    width: 991px;
    margin-left: -7px;
}
nav.mainmenu > ul > li:first-child {
    border: 0px !important;
}
nav.mainmenu > ul > li:hover > a,nav.mainmenu > ul > li.active > a,nav.mainmenu > ul > li.active > .separator,nav.mainmenu > ul > li:hover > .separator {
    background: #4e8aba;
}
nav.mainmenu > ul > li.parent > a:after{content: '';background: url(img/strd.png) no-repeat;display: inline-block;vertical-align: middle;width: 10px;height: 5px;margin-left: 13px;margin-right: -7px;}

.separator:after{content: '';background: url(img/strd.png) no-repeat;display: inline-block;vertical-align: middle;width: 10px;height: 5px;margin-left: 13px;margin-right: -7px;}
nav.mainmenu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

nav.mainmenu > ul > li > ul a {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 33px;
    padding-right: 25px;
    text-decoration: none;
    display: block;
    background: url(img/str.png) 16px 13px no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
}

nav.mainmenu > ul > li > ul > li {
    border-top: 1px solid #5493c6;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.mainmenu > ul > li > ul > li:first-child {
    border: 0px !important;
}

nav.mainmenu > ul > li > ul > li:hover, nav.mainmenu > ul > li > ul > li.active {
    background: #126cb3;
}
nav.mainmenu > ul > li > ul > li ul {
    position: absolute;
    left: 100%;
    top:0;
    width: 271px;
    visibility:hidden;
    opacity:0;
    background: #126cb3;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.mainmenu > ul > li > ul > li:hover ul {
    left: 100%;
    visibility:visible;
    opacity:1;
}

nav.mainmenu > ul > li > ul > li ul li:hover, nav.mainmenu > ul > li > ul > li ul li.active {
    background: #29c270;
}
nav.mainmenu > ul > li:hover > a {
    background: #4e8aba;
}
nav.mainmenu > ul > li > ul > li li {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.copyring {
    height: 57px;
    background-color: #126cb3;
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 57px;
}

.developer {
    float: right;
}

.copyring > div > div {
    display: inline-block;
    vertical-align: top;
}

.copyring a {
    color: #fff;
}
.moduletable.manuflist {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
}

.moduletable.manuflist h3 {
    color: #464e60;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 34px;
}

ul.list_mypartners li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 7px;
    line-height: 47px;
    height: 47px;
}

ul.list_mypartners {
    width: 1006px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 16px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
















{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
ul.list_mypartners li a {
    display: inline-block;
    vertical-align: middle;
}

.list_mypartners button.slick-prev.slick-arrow {
    position: absolute;
    left: 17px;
    top: 0px;
    width: 39px;
    height: 39px;
    text-indent: -9999px;
    background: url(img/sl.png) no-repeat;
    display: inline-block;
    border: 0px;
    margin-top: 6px;
}

.list_mypartners button.slick-next.slick-arrow {
    position: absolute;
    right: 17px;
    top: 0px;
    width: 39px;
    height: 39px;
    text-indent: -9999px;
    display: inline-block;
    background: url(img/sr.png) no-repeat;
    border: 0px;
    margin-top: 6px;
}
ul.list_mypartners > div {
    margin: 0px 65px;
}
.moduletable.abautbl {
    padding-bottom: 10px;
    text-align: center;
	background: url(img/bg.jpg) no-repeat center top;
	background-size: cover;
	
}
.moduletable.catbl h3 {
    color: #464e60;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}

.moduletable.catbl {
    padding-top: 35px;
    padding-bottom: 40px;
}
.moduletable.abautbl h2 {
    color: #464e60;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 35px;
}

.custom.abautbl {
    font-size: 18px;
    line-height: 24px;
    color: #616669;
    font-weight: 400;
    width: 1006px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 16px;
}

.custom.abautbl b {
    color: #383e51;
    font-weight: 700;
}

.custom.abautbl strong {
    color: #383e51;
    font-weight: 700;
}

.custom.abautbl a {
    color: #29c270;
    font-weight: 400;
    text-decoration: underline;
}

.custom.abautbl p {
    margin: 24px 0px;
}
.moduletable.catbl ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    width: 197px;
}

.moduletable.catbl > ul {
    width: 1006px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 8px;
    text-align: center;
}

.moduletable.catbl ul li img {
    border: 3px solid #fff;
    border-radius: 50%;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 189px;
}

.moduletable.catbl ul li a {
    color: #383e51;
    font-family: Calibri;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;


}

.moduletable.catbl ul li a:hover {
    color: #29c270;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.catname {
    width: 170px;
    margin: 0 auto;
    margin-top: 20px;
}

.moduletable.catbl ul li a:hover img {
    border: 3px solid #29c270;
    border-radius: 50%;
}
.detailbtn {
    text-align: center;
    margin-top: 20px;
}

.detailbtn a {
    color: white;
    font-family: Calibri;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    width: 300px;
    height: 40px;
    background-color: #29c270;
    display: inline-block;
    line-height: 42px;
    text-align: left;
    padding: 0px 9px 0px 18px;
    box-sizing: border-box;
}

.detailbtn a:after {
	content: '';
	background: url(img/detail.png) no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 13px;
	margin-top: -2px;
}
.detailbtn a:hover {
    background: #126cb3;
}

ul.mysliders li.slick-slide {
    height: 408px;
    background-position: center top !important;
    background-repeat: no-repeat !IMPORTANT;
}

.detblsl {
    width: 1006px;
    margin: 0 auto;
    box-sizing: border-box;
}
.slidename {
    color: #383e51;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 5px;
}

.slidedescttxt {
    color: #6e7078;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}

.btnslide > div {
    display: inline-block;
    vertical-align: top;
}

.btnslide a {
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    height: 43px;
    background-color: #29c270;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0px 33px;
    min-width: 176px;
    text-align: center;
    margin-right: 8px;
}

.btnslide {
    margin-top: 15px;
}
.lsltxt {
    width: 415px;
    float: right;
    margin-right: 45px;
    margin-top: 94px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.grbtn {
    background: #19a55a;
}

.btnslide a:hover {
    background: #126cb3 !important;
}
ul.mysliders {
    position: relative;
    height: 408px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.mysliders button.slick-prev.slick-arrow {
    position: absolute;
    left: 40px;
    top: 50%;
    z-index: 10;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border: 0px;background: url(img/sll.png) no-repeat;
    text-indent: -9999px;
}

.moduletable.sliderbl {
    height: 408px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
td.quantitychk {
    text-align: center;
    width: 105px;
}
td.summprice {
    width: 120px;
}
td.priceprd {
    width: 100px;
}
tr.jshop_prod_cart .basket_name {
    width: auto;
    display: block;
}
td.jshop_img_description_center a.basket_img {width: 90px !important;}
ul.mysliders button.slick-next.slick-arrow {
    position: absolute;
    right: 40px;
    top: 50%;
    z-index: 10;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border: 0px;
    text-indent: -9999px;
	background: url(img/slr.png) no-repeat;
}

ul.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

ul.slick-dots {
    width: 1006px;
    box-sizing: border-box;
    text-align: right;
    position: absolute;
    bottom: 12px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}

ul.slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #4e8aba;
    border-radius: 50%;
    text-indent: -9999px;
    display: inline-block;







    border: 0px;
}

ul.slick-dots li button:hover {
    background-color: #29c270;
}

ul.slick-dots li.slick-active button {
   background-color: #29c270;
}

ul.breadcrumb {
    width: 1006px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 16px;
    margin-top: 25px;
    margin-bottom: 25px;
}

ul.breadcrumb li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #9fa5a9;
}

ul.breadcrumb li a {
    color: #9fa5a9;
    text-decoration: none;
}

span.divider {
    margin: 0px 3px;
    color: #9fa5a9;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #29c270;
}
.manuf-row {text-align: center;display: inline-block;vertical-align: top;width: 280px;margin: 20px 20px;}

.manuf-row .item a {
    color: #383e51;
    font-family: Calibri;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}

.manuf-row .item:hover a {
    color: #29c270;
}

.manfimg a {
    height: 74px;
    line-height: 74px !important;
    display: block;
}

.manfimg img {
    vertical-align: middle;
}

.blogmanuf {
    padding-bottom: 80px;
}
.page-header h1 {
    color: #383e51;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}

.item-page {
    /* width: 1006px; */
    /* margin: 0 auto; */
    /* box-sizing: border-box; */
    margin-bottom: 50px;
}
.articletxt p {
    margin: 15px 0px;
}

.articletxt {
    color: #616669;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.withrightbl .item-page {
    width: 545px;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    padding: 0px !important;
}

.withrightbl {
    width: 1006px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 16px;
}

.moduletable.contactform {
    display: inline-block;
    vertical-align: top;
    width: 395px;
}

.rsform.contactform h2 {
    color: #383e51;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}

.formBody {
    float: none !important;
}

.formBody .rsform-input-box {
    width: 100%;
    height: 33px;
    background-color: white;
    border: 1px solid #dbe1e2;
    box-sizing: border-box;
    padding: 0px 10px 0px 10px;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    height: 45px;
    background-color: white;
    border: 2px solid #dbe1e2;
    font-size: 14px;
}

.formBody textarea {
    width: 100%;
    resize: none;
    height: 110px;
    background-color: white;
    border: 1px solid #dbe1e2;
    box-sizing: border-box;
    padding: 8px 35px 8px 10px;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    background-color: white;
    border: 2px solid #dbe1e2;
    font-size: 14px;
}

.formControls {
    margin-bottom: 12px;
}

input#send,input#sendprod {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 43px;
    text-transform: uppercase;
    height: 41px;
    background: url(img/send.png) 125px 14px no-repeat #29c270;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0px 42px 0px 19px;
    text-align: left;
    border: 0px;
    cursor: pointer;
}

.rsform-block.rsform-block-send {}
span.formValidation {
    display: none !important;
}

.rsform-error {
    border: 2px solid #126cb3 !important;
}
input#send:hover,input#sendprod:hover {
    background: url(img/send.png) 125px 14px no-repeat  #126cb3;
}
.items-row:after {
    content: '';
    display: block;
    clear: both;
}

.blog {
}

.items-row {
    padding-bottom: 20px;
    border-top: 1px solid #4e8aba;
    padding-top: 20px;
}

.items-row:first-child {
    border: 0px !important;
    padding-top: 0px !important;
}

.items-row {
    color: #616669;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.items-row  .page-header h2 {
    color: #383e51;
    font-family: Calibri;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 15px;
    text-decoration: none;
}
time {
    color: #9fa5a9;
    text-decoration: none;
    font-size: 14px;
    margin-top: -15px;
    display: block;
    margin-bottom: 13px;
}

div.jshop_prod_description span {
    font-family: Calibri !important;
    font-size: 16px !important;
}

p.readmore {
    text-align: right;
    margin-top: 15px;
}

p.readmore a {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    height: 34px;
    background-color: #29c270;
    display: inline-block;

    text-decoration: none;
    box-sizing: border-box;
    padding: 0px 33px;
    text-align: center;
}
p.readmore a:hover {
    background: #126cb3;
}
p.counter.pull-right {
    display: none;
}

ul.pagination-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    margin-left: -1px;
}
ul.pagination-list li span {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    height: 34px;
    background-color: #ffffff;
    display: inline-block;
    text-decoration: none;
    color: #888;
    box-sizing: border-box;
    padding: 0px 10px;
    text-align: center;
    height: 32px;
    min-width: 32px;
    border: 1px solid #cecdcc;
}
ul.pagination-list li.pages span {
    background: #126cb3;
    color: #fff;
}
ul.pagination-list li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    height: 34px;
    background-color: #ffffff;
    display: inline-block;
    text-decoration: none;
    color: #888;
    box-sizing: border-box;
    padding: 0px 10px;
    text-align: center;
    height: 32px;
    min-width: 32px;
    border: 1px solid #cecdcc;
}

ul.pagination-list {
    padding-bottom: 40px;
    padding-top: 10px;
    border-bottom: 1px solid #e3e3e3;
}

ul.pagination-list li.active a,ul.pagination-list li a:hover {
    color: #126cb3;
}
.item-page time {
    margin-top: -30px;
}
.articletxt ul li {
    position: relative;
    padding-left: 18px;
}

.articletxt ul li:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 5px;
    height: 5px;
    background: #126cb3;
    position: absolute;
    left: 0px;
    top: 10px;
}

.articletxt ul {
    margin-left: 15px;
}
.articletxt .pdf {
    margin-bottom: 15px;
}

.articletxt ul.pdf li:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 15px;
    background: url(img/pdf-icon-png-17.png) no-repeat;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 4px;
}
.articletxt ul.pdf li {
    padding-left: 24px;
}
div#main > .search {
}

input#search-searchword {
    height: 33px;
    background-color: white;
    border: 1px solid #dbe1e2;
    box-sizing: border-box;
    padding: 0px 35px 0px 10px;



    color: #9fa5a9;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
}
form#searchForm {
    position: relative;
}
.searchintro {
    margin: 14px 0px;
}
dd.result-text {
    margin-bottom: 20px;
    border-bottom: 1px solid #dbe1e2;
    padding-bottom: 20px;
}
.logoerror a{background: url(img/logo.png) center top no-repeat;text-decoration: none;padding-top: 65px;display: inline-block;width: 167px;text-align: right;margin: 0px auto;position: absolute;left: 0px;right: 0px;top: 50%;margin-top: -100px;}

div#popup {
    display: none;
}
div#popup2 {
    display: none;
}
span.button.b-close {
	position: absolute;
	right: 8px;
	top: 3px;
	color: #000;
	cursor: pointer;
	font-size: 20px;
}
#popup,#popup2 {
    display: none;
    background: #fff;
    padding: 25px 20px 25px 20px;
    box-shadow: 0px 0px 10px -5px #000;
    text-align: center;
    width: 325px;
    background: #fff;
    border-radius: 2px;
}
div#popup button#send {
    width: 250px;
}
div#popup2 button#send {
    width: 250px;
}
div#popup textarea ,div#popup2 textarea {

}

div#popup h3,div#popup2 h3  {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

div#popup .rsform-block ,div#popup2 .rsform-block {
    margin-top: 10px;
}

.rsform.prodform h2 {
    color: #383e51;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.rsform-block.rsform-block-sendprod .formControls {
    margin-bottom: 0px !important;
}
.rsform-block.rsform-block-captcha .formBody > div {
    text-align: center;
    display: inline-block;
    /* width: 100%; */
}
p.formRed {
    display: none !important;
}
.rsform-block.rsform-block-captcha {
    text-align: center;
    display: inline-block;
    position: relative;
}
div#main {
    width: 1006px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 15px;
}
.shophead h1 {
    color: #383e51;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.jshop_list_manufacturer .jshop > .row-fluid {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    margin: 15px 20px;
}

.jshop_list_manufacturer {
    margin-top: -20px;
}

.jshop_list_manufacturer .jshop > .row-fluid .jshop_categ.manufacturer > div {
    display: block !important;
    width: 100%;
    text-align: center;
}

.manufacturer_name a {
    color: #383e51;
    font-family: Calibri;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}

.manufacturer_name a:hover {
    color: #29c270;
}

.sblock1.jshop_categ.manufacturer {}

.sblock1.jshop_categ.manufacturer .sblock2.image a {
    height: 74px;
    line-height: 74px;
    display: block;
}

.sblock1.jshop_categ.manufacturer .sblock2.image img {
    vertical-align: middle;
}
.sblock1.jshop_categ.manufacturer .sblock2.image {
    margin: 0px;
    padding: 0px !important;
}
.jshop_list_category > div {
    display: inline-block;
    vertical-align: top;
    width: 191px;
    text-align: center;
}

.sblock1.jshop_categ.category > div {
    display: block;
    width: 100%;
}

.category_description {
    color: #616669;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 24px;
}

div#comjshop h1 {
    color: #383e51;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
}

div#comjshop {}

div#comjshop .jshop_list_category {
    margin-top: 35px;
}

.jshop_list_category a {
    width: 189px;
    height: 189px;
    background-color: #29c270;
    display: block;
    border-radius: 50%;
    color: white;
    font-family: Calibri;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 189px;
    box-sizing: border-box;
    padding: 0px 25px;
}

.jshop_list_category a:hover {
    background: #126cb3;
}
.jshop_list_category a span {
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.sblock1.jshop_categ.category {
    margin-bottom: 15px !important;
}

.jshop_list_product .image_block {
    padding: 0px !important;
    display: inline-block;
    width: 230px;
    height: 230px;
    overflow: hidden;
    background-color: white;
    border: 1px solid #c5c5c5;
    position: relative;
    line-height: 230px;
}
.product_label {
    margin: 0px !important;
    right: -7px;
    top: -8px;
    z-index: 10;
}
.oiproduct .name a {
    color: #383e51;
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    text-decoration: none;
}
.not_available {
    text-align: center;
    color: #126cb3;

    font-size: 16px;
    font-weight: 400;
}

.not_available span {background: url(img/off.png) left center no-repeat;padding-left: 20px;}

.available {
    text-align: center;
    color: #f50e24;
    font-size: 16px;
    font-weight: 400;
}

.available span { background: url(img/on.png)  left center no-repeat;padding-left: 20px;}
.jshop_list_product .product .buttons a {
    height: 33px;
    background-color: #19a55a;
    color: #fcfcfc;
    font-family: Calibri;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding: 0px 15px;
    text-align: center;
    min-width: 79px;
}

.jshop_list_product .product .buttons a.btn.button_detail {
    background-color: #29c270;
    margin-right: 3px;
}

div#comjshop_list_product .sblock4 {
    width: 232px !important;
    margin: 0px 8px;
    padding: 0px !important;
}

div#comjshop_list_product .sblock4:first-child {
    margin-left: 0px !important;
}

div#comjshop_list_product .sblock4:last-child {
    margin-right: 0px !important;
}
.jshop_list_product .product .buttons a:hover {
    background: #126CB2 !important;
}
.oiproduct div.prices {
    color: #126cb3;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}

.oiproduct div.prices span {
    font-size: 18px;
    font-weight: 700;
}
.oiproduct span.pricetxt {
    color: #616669;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    position: absolute;
    left: 13px;
    top: 5px;
    z-index: 10;
}

.oiproduct .dopprice.prices {
    display: none;
}

.jshop_list_product .product .jshop_price .prices {margin-top: -1px;position: relative;z-index: 2;width: 230px;height: 33px;box-sizing: border-box;line-height: 33px;background-color: white;border: 1px solid #c5c5c5;margin-left: 0px;}

.oiproduct .glprice.prices{}

.glprice.prices:hover:after {
    background: url(img/dwh.png) no-repeat;
}
.moduletable.cartbl {
    display: inline-block;
    vertical-align: top;
    margin-top: 34px;
    float: right;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.cartimg{background: url(img/cart.png) no-repeat;width: 55px;height: 55px;display: block;}

span.mycart_mini_txt a {
    width: 21px;
    height: 21px;
    background-color: #29c270;
    color: white;
    font-family: Calibri;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    display: block;
    text-align: center;
    text-decoration: none;
    position: absolute;
    border-radius: 50%;
    top: 6px;
    right: -1px;
}
div#jshop_module_cart_mini {
    position: relative;
}
a.in_cart_list.btn {
    display: none !important;
}

.basket_list ::-webkit-scrollbar-thumb {
 background-color: #19a55a;
 z-index: 1000;
}
.basket_list ::-webkit-scrollbar {
 width: 6px;
 height: 5px;
 background-color: #F5F5F5;
 z-index: 1000;
}
.basket_list ::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: #F6F6F6;
 z-index: 1000;
}
.catnametxt > img {
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.catnametxt h1 {
    text-align: left !important;
}

.category_description p {
    margin: 20px 0px;
}
.catnametxt:after {
    content: '';
    display: block;
    clear: both;
}

.rsform.formcont .lcontform {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 17px;
}

.rsform.formcont .rcontform {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 50%;
    box-sizing: border-box;
    text-align: left;
}

.rsform.formcont h2 {
    color: #383e51;
    font-family: Calibri;
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 45px;
    margin-bottom: 45px;
}

.moduletable.formcont {
    padding-bottom: 50px;
    background: url(img/bg.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 50px;
}

.rsform.formcont {
    width: 1006px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 16px;
}
.capcasend > div {
    display: inline-block;
    vertical-align: top;
}
a.rsform-captcha-refresh-button{background: url(img/reload.png) center center no-repeat;width: 23px;height: 23px;text-indent: -9999px;display: inline-block;text-align: left;position: absolute;top: 10px;left: 132px;}
.rsform.formcont .lcontform .formControls {
    margin-bottom: 20px;
}
.rsform-block.rsform-block-captcha input {
    box-sizing: border-box;
    padding: 0px 10px 0px 10px;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    height: 45px;
    background-color: white;
    border: 2px solid #dbe1e2;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    width: 147px;
}
.capcasend {
    margin-top: 20px;
}

.capcasend .rsform-block.rsform-block-sendprod {
    margin-left: 15px;
}

.capcasend .rsform-block.rsform-block-sendprod input#sendprod {
    height: 45px;
    line-height: 45px;
}
li.pagination-next a,li.pagination-next span {
    background: url(img/next.png)  no-repeat center center;
    text-indent: -9999px;
    width: 40px;
}

li.pagination-next a:hover { background: url(img/nexth.png)  no-repeat center center;}

li.pagination-previous a {
    background: url(img/prev.png)  no-repeat center center;
    text-indent: -9999px;
    width: 40px;
}
li.pagination-previous a:hover { background: url(img/prevh.png)  no-repeat center center;}


li.pagination-previous span {
    background: url(img/prev.png)  no-repeat center center;
    text-indent: -9999px;
    width: 40px;
}
span#list_product_image_thumb button.slick-prev.slick-arrow {
    left: 0px;
    z-index: 10;
    top: 43px;background: url(img/tsll.png) no-repeat;
}

span#list_product_image_thumb button.slick-next.slick-arrow {
    right: 0px;
background: url(img/tslr.png) no-repeat;
    top: 43px;
    z-index: 10;
}

span#list_product_image_thumb .slick-arrow {
    position: absolute;
    border: 0px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}

span#list_product_image_middle img {
    max-width: 378px;
    max-height: 339px;
    vertical-align: middle;
}
.jshop.productfull form > div {
    display: inline-block;
    vertical-align: top;
}

.jshop.productfull form > .row-fluid.jshop {
    width: 381px;
    display: inline-block;
    vertical-align: top;
}

.jshop.productfull form > .detailprodbl {
    display: inline-block;
    vertical-align: top;
    width: 580px;
    margin-left: 10px;
}

.detailprodbl h1 {
    text-align: left !important;
    margin-top: -5px;
    margin-bottom: 16px !important;
}

.jshop_prod_description p {
    margin: 5px 0px;
}

.jshop_prod_description b {
    color: #383e51;
    font-weight: 700;
}

.jshop_prod_description strong {
    color: #383e51;
    font-weight: 700;
}
ul.breadcrumb li.active span {
    color: #29c270;
}
.jshop.productfull form > .detailprodbl .not_available {
    text-align: left;
}
.jshop.productfull form > .detailprodbl .available {
    text-align: left;
}
.priceblock {
    margin-top: 9px;
    margin-bottom: 10px;
}

.priceblock .jshop_price > div {
    display: inline-block !important;
    vertical-align: top;
    width: 192px;
    height: 49px;
    background-color: white;
    border: 1px solid #dbd8d8;
    float: left;
    text-align: center;
    line-height: 49px;
    color: #126cb3;
    font-family: Calibri;
    font-size: 14px;

    margin-left: -1px;
    font-weight: 400;
    position: relative;
}

.priceblock:after {
    content: '';
    display: block;
    clear: both;
}

.priceblock .jshop_price > div span {
    font-size: 30px;

    font-weight: 700;
}

.priceblock {}

.priceblock span.pricetxt {
    color: #383e51;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 22px;
    display: block;
}

.detailprodbl .btn {
    width: 183px;
    height: 47px;
    background-color: #19a55a;
    border: 0px;
    color: #fcfcfc;
    font-size: 24px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}
iframe{max-width:100%;}
.detailprodbl .btn:hover {
    background: #126cb3;
}
.jshop.productfull {
    margin-bottom: 50px;
}
.productfull .image_middle .product_label {
    right: -5px !important;
    top: -6px !important;
}
.moduletable.lastvisitprod:after {
    content: '';
    display: block;
    clear: both;
}
.moduletable.lastvisitprod {
    position: relative;
}
.moduletable.lastvisitprod h3 {
    color: #383e51;
    font-family: Calibri;
    font-size: 30px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.priceblock .jshop_price > .glprice.prices:after {
    top: 24px;
    right: 17px; display: none;
}
.item-page img {
    max-width: 100%;
}
.items-row img {
    max-width: 100%;
}
.catnametxt img {
    max-width: 100%;
}

.uk-panel.uk-panel-box.uk-panel-header.uk-hidden {
    display: none !important;
}



tr.jshop_prod_cart td:first-child
 a {
    /* width: 20px; */
    /* height: 20px; */
    /* display: block; */
    /* background: #000; */
    /* color: #f00; */
    /* text-decoration: none; */
    /* vertical-align: middle; */
    /* line-height: 25px; */
    /* border-radius: 50%; */
    /* width: 23px; */
    /* height: 23px; */
    /* text-align: center; */
    /* font-size: 12px; */
}


span#list_product_image_middle a {
    border: 1px solid #dbd8d8;
    width: 378px;
    height: 337px;
    display: block;
    text-align: center;
    line-height: 337px;
}

.span4.image_middle {
    margin-bottom: 11px;
}

.basket_icon {
    position: absolute;
    top: 0px;
    right: 0px;
    text-decoration: none;
    background: #29c270;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    line-height: 16px;
}

.jshop_list_product .image_block img {
    max-height: 230px;
}
.span8.jshop_img_description > span  span {
    border: 1px solid #dbd8d8;
    width: 118px;
    height: 105px;
    display: inline-block;
    vertical-align: top;
    line-height: 105px;
    text-align: center;
    margin: 0px 4px;    outline: none;
}

img.jshop_img_thumb {
    display: inline-block;
    vertical-align: middle;
}
.modegermany {
        background: url(img/modegermany.png) no-repeat;
        width: 100px;
        height: 100px;
        position: absolute;
        left: 1px;
        background-size: contain;
        top: 1px;
        z-index: 5;
}

div#comjshop_list_product .modegermany {
    width: 69px !important;
    height: 45px !important;
}
tr.jshop_prod_cart td:first-child a:after {
}



.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height: 43px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border: 1px solid #dbdbdb;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding: 6px 13px;user-select:none;-webkit-user-select:none;font-size: 14px;border-bottom: 1px solid #dbdbdb;}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{outline: none !important;width: 100% !important;line-height: 60px;padding: 0px 35px 0px 10px;box-sizing: border-box;height: 36px;background-color: white;border: 1px solid #dbdbdb;font-size: 14px;box-sizing: border-box;padding: 0px 10px 0px 10px;color: #1f1f1f;font-size: 13px;font-weight: 400;line-height: 30px;height: 45px;background-color: white;border: 2px solid #dbe1e2;font-size: 14px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height: 43px;color: #060606;font-weight: 400;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height: 34px;position:absolute;top: 0px;right: 0px;width: 34px;margin: 0px !IMPORTANT;}.select2-container--default .select2-selection--single .select2-selection__arrow b{
    width: 21px;
    content: '';
    height: 26px;
    display: block;
    position: absolute;
    right: 8px;
    top: 10px;
    box-sizing: border-box;
    line-height: 31px;
    text-align: center;
    background: url(img/strb2.png) no-repeat center center;
}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border: 1px solid #dbdbdb;height: 30px;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color: #ff8200;color: #fff;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background: #19a55a;color: #fff;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
span.select2 {
    display: block !important;
    width: 100% !important;
    margin-top: 6px;
}

.select2-container--default .select2-selection--single:hover .select2-selection__arrow b {
}

.select2-container--default .select2-selection--single:hover {
}

li.select2-results__option.select2-results__message {
    display: none !important;
}
.select2-results__options::-webkit-scrollbar {
    width: 5px;
}
 
.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgb(57, 57, 57);
}
 
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #393939;
  outline: 1px solid #393939;
}



.radio input {
	position: absolute !IMPORTANT;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px !important;
}
.radio input + .sf_text {
	position: relative;
	padding: 0 0 0 30px;
	cursor: pointer;
	margin-right: 15px;
}
.radio input + .sf_text:before {
	content: '';
	position: absolute;
	background: #FFF;
	top: 6px;
	left: 6px;
	z-index: 2;
	width: 9px;
	height: 9px;
	border-radius: 50%;
}
.radio input + .sf_text:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 21px;
	height: 21px;
	background-color: white;
	border: 2px solid #126cb3;
	box-sizing: border-box;
	border-radius: 50%;
	transition: .2s;
}
.radio input:checked + .sf_text:after {
	left: 0px;
}
.radio input:checked + .sf_text:before {
    background-color: #19a55a;
}

label.radio {
    margin-top: 6px !IMPORTANT;
    font-size: 16px;
    margin-bottom: 8px !IMPORTANT;
}


.novapowta {
    margin-top: 8px;
}

.novapowta > div {
    margin-bottom: 12px;
}
hr.uk-grid-divider {
    display: none !IMPORTANT;
}