@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/RobotoSlab-Thin.eot');
	src: local('Roboto Slab Thin'), local('RobotoSlab-Thin'),
		url('../fonts/RobotoSlab-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoSlab-Thin.woff') format('woff'),
		url('../fonts/RobotoSlab-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/RobotoSlab-Light.eot');
	src: local('Roboto Slab Light'), local('RobotoSlab-Light'),
		url('../fonts/RobotoSlab-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoSlab-Light.woff') format('woff'),
		url('../fonts/RobotoSlab-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/RobotoSlab-Bold.eot');
	src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
		url('../fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoSlab-Bold.woff') format('woff'),
		url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/RobotoSlab-Regular.eot');
	src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
		url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/RobotoSlab-Regular.woff') format('woff'),
		url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
    font-family: 'SF Pro Display Light';
    src: local('SF Pro Display Light'), local('SF-Pro-Display-Light'),
    url('../fonts/SFProDisplay-Light.woff') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display Regular';
    src: local('SF Pro Display Regular'), local('SF-Pro-Display-Regular'),
    url('../fonts/SFProDisplay-Regular.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display Medium';
    src: local('SF Pro Display Medium'), local('SF-Pro-Display-Medium'),
    url('../fonts/SFProDisplay-Medium.woff') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display Semibold';
    src: local('SF Pro Display Semibold'), local('SF-Pro-Display-Semibold'),
    url('../fonts/SFProDisplay-Semibold.woff') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display Bold';
    src: local('SF Pro Display Bold'), local('SF-Pro-Display-Bold'),
    url('../fonts/SFProDisplay-Bold.woff') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*{padding:0; margin:0;}


a {
    color: #000;
}

a.main_cat {
    display: inline-block;
    margin: 15px auto;
    background-color: #0683bb;
    color: #fff !important;
    padding: 10px 35px;
    text-align: center;
    font-size: 25px;
}

.top_adr a {
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-right: 15px;
}

.jshop_prod_attributes .row-fluid {
    display: flex;
    justify-content: center;
}

.main_cat_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1285px;
    margin: auto;
}

.nostyle.catmain h3 {
    font-family: Roboto Slab;
    max-width: 1270px;
    margin: 30px auto;
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nostyle.catmain {
    background-color: #dfdfdf;
    padding: 30px 15px;
    margin-top: 20px;
}

.nostyle.catmain .jshop_menu_level_0 {
    padding: 0;
    border: 0;
    border-radius: 15px;
    overflow: hidden;
    flex: 0 0 19%;
    box-shadow: 2px 2px 4px 2px #0000001f;
    background-color: #ff2044;
      -webkit-transition: .4s ease;
    transition: .4s ease;
}

.nostyle.catmain .jshop_menu_level_0:hover {
    margin-top: -5px;
    /* box-shadow: 2px 2px 8px 2px #000; */
}

.nostyle.catmain .jshop_menu_level_0 a img {
    border-radius: 0;
    border: 0;
}

.nostyle.catmain .jshop_menu_level_0 a p {
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 5px;
    border-radius: 0px 0px 15px 15px;
}

.custom.vidd {
    height: 500px;
    position: relative;
    margin: 0 auto 20px auto;
    /* z-index: 10; */
    overflow: hidden;
    max-width: 1270px;
    }


#video {
	position: absolute;
	transform: scale(1.2);
	top: 0;
	z-index: 1;
}

.video-wrapper:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-position: center;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(../images/texture2.png);
	/*background-size: 3px;*/
	background-color: #00000038;
}

.video-wrapper>div {
	position: absolute;
	text-align: center;
	height: 700px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, rgba(35,31,32,1) 30%, rgba(197,178,125,1) 100%);
	z-index: 0;
	overflow: hidden;
}

.video-wrapper>div>img {
	zoom: 150%;
}

div.title h3 {
	font-family: Roboto Slab;
	font-weight: bold;
	font-size: 70px;
	line-height: 135%;
	align-items: flex-end;
	letter-spacing: 0.2em;
	color: #ff1037;
	z-index: 1;
	margin:100px 90px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

div.title h1 small {
	
	font-weight: 500;
	font-size: 26px;
	line-height: 49px;
	text-transform:lowercase;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	color: #e5e5e5;

}


div.title .footnote {
	display: none;
    color: #C5B27D;
    font-size: 4em;
    font-weight: 100;
    line-height: 3.36rem;
    margin: 0;
    padding: 30px;
    border: 2px solid #C5B27D;
    border-radius: 100%;
    position: absolute;
    left: 90px;
    bottom: -40px;
    width: 0.8em;
    height: 0.8em;
    text-align: center;
	font-family: none;
}

div.title .footnote:before {
	content: '';
    position: absolute;
    width: 27px;
    height: 3px;
    background: #C5B27D;
    transform: rotate(90deg);
    margin-top: 22px;
    margin-left: -13px;
}

div.title .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 100%;
	box-sizing: border-box
}



p.readmore {
    margin-top: 10px;
text-align: right;}
.blog.prod .items-row .item .page-header h2, .blog-featured.prod .items-row .item .page-header h2 {font-size: 16px;margin-bottom: 10px;}
.item-page.prod dd.field-entry:before {
    color: #467fe7;
    font-size: 18px;
    width: 30px;
    display: inline-block;
    text-align: center;
}
.item-page.prod .fields-container {
    background-color: #e0e0e075;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.item-page.prod dd.field-entry.price .field-value:before {
    font-size: 14px;
    font-family: 'Font Awesome 5 Free', Montserrat;
    font-weight: 900;
    margin-right: 5px;
}

.item-page.prod dd.field-entry {
    display: inline-block;
    text-align: left;
    width: 49%;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
}
.item-page.prod dd.field-entry.price:before {
    content: "\f53a";
    margin-right: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.blog.prod>.post {
    background:  none !important;
    box-shadow: none !important;
    text-align: center;
}
.prod .post .img-intro-left {
    width: 100%;
    margin: 0;
   /*  max-height: 200px;*/
    overflow: hidden;
     /* margin-bottom: -40px;*/
}

.prod .post .img-intro-left img {
    width: 100%;
     float: left;
}

.prod .items-row .post .article {
    position: relative;
    height: auto;
    /* background-color: #fff; */
    padding-top: 30px;
    color: #2b2b2b;
    padding: 0px 10px;
    font-size: 16px;
    bottom: 0;
    line-height: 175%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-transition: all 0.3s linear 0s; */
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    min-height: 90px;
    max-height: 110px;
    overflow: hidden;
}

.prod .items-row .post .article p {
    margin: 0;
        font-size: 12px;
    line-height: 150%;
}

.blog.prod .post:hover div.article, .blog-featured.prod .post:hover div.article{
    background-color: #ffffff9e;
   /* padding-top: 10px;*/
    color: #000;

}

.postheadericons.metadata-icons {
    display: none;
}

.blog.prod .post, .blog-featured.prod .post {
    overflow: hidden;
    position: relative;
    margin: 2px;
    padding: 0;
    background-color: #fff;
      -webkit-box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.1);
}

.blog.prod .post:hover h2.postheader a, .blog-featured.prod .post:hover h2.postheader a{
  /*  background-color: #ffffff9e;
    padding-top: 10px;*/
    color: #000;
}

.blog.prod .items-row .item, .blog-featured.prod .items-row .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  /*  max-width: 242px;*/
    display: inline-block;
}


.blog-featured .icons {
    display: none;
}

.prod .items-row {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.prod .icons {
    display: none;
}

.prod .page-header a {
    text-align: center;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    color: #000;
}

.prod .items-row .item {
    background-color: #ffff;
    flex: 1 1 23%;
    margin: 1%;
    box-shadow: 1px 1px 5px #00000014;
    position: relative;
}

.prod .items-row .item img {
    width: 100%;
    margin-bottom: 5px;
}

.prod .items-row .item .item-title a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 7px;
    display: block;
    text-align: center;
}

p.readmore a {
    color: #000;
}

.blog.prod .post h2.postheader a, .blog-featured.prod .post h2.postheader a{
   /* position: absolute;*/
    top: 0;
    margin: 0;
    width: 100%;
    color: #252525;
    /* background-color: #00000075; */
    text-align: center;
   /* min-height: 70px;*/
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 19px !important;
    /* -webkit-transition: all 0.3s linear 0s; */
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    text-decoration: none;
/*      line-height: 35px !important;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Bonzai Regular';
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;*/
    max-height: 70px;
    overflow: hidden;
}

.blog.prod .post h2.postheader, .blog-featured.prod .post h2.postheader {
   /* position: absolute;*/
    top: 0;
    margin: 0;
    width: 100%;
}





.custom.brend a {background-color: #f5f5f5;display: block;margin: 3px 3px -2px 3px;padding: 8px 5px 8px 16px;font-size: 15px;border-bottom: 1px solid #dedede;}

.custom.brend a:hover {color: #fff;background-color: #d1a72b !important;}
span.open {
    display: none;
}

a.closebtn {
    display: none;
}

.nostyle.cat_img {
    /* background-image: url(/images/old_wall.png); */
    padding: 50px 0;
    margin: 40px 0 0px 0;
    background-color: #fff;
}

.item-page {
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
}

.item-page h1 {
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
}

.page-header h2 {
    font-weight: normal;
}

.item-page .icons {
    display: none;
}

.nostyle.pre h3 {
    font-weight: bold;
    text-align: center;
    font-family: Roboto Slab;
    max-width: 1270px;
    margin: 19px auto;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.moduletable.pre h3 {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}

.moduletable.pre {
    background-image: url(/images/ow.png);
    padding: 40px 0;
}

.nostyle.pre {
    padding: 30px;
    margin-top: 0px;
    background-color: #f9f9f9;
    background-image: url('/images/bgp.jpg');
    background-size: cover;
    background-position: top center;
    position: relative;
}

.nostyle.pre:before {
    content: '';
    background-color: #0009;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.custom.pre {
    max-width: 1320px;
    margin: auto;
    /* border: 3px solid #c8c8c8; */
    border-radius: 10px;
    display: flex;
    margin-bottom: 0px;
    /* background-color: #ffffff7a; */
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
}

.custom.pre p {
    flex: 1 1 31%;
    padding: 25px 15px;
    text-align: center;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1%;
    /* background-color: #fff; */
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

.custom.pre p img {
    width: 123px;
    padding-top: 10px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    /* background-color: #fff; */
    padding: 20px;
    /* border-radius: 50%; */
    /* border: 2px solid #ff1037; */
    /* filter: brightness(800%); */
    filter: invert(1);
}

.custom.pre p span {
    display: none;
    line-height: 115%;
    padding-top: 25px;
    font-size: 17px;
    position: relative;
    margin-top: 18px;
    font-weight: normal;
    text-transform: initial;
}

.custom.pre p span:before {
    content: '';
    width: 50px;
    height: 5px;
    background-color: #ff1037;
    position: absolute;
    top: 0;
    border-radius: 33px;
}


.cate_img.spec img {
	position: absolute;
    z-index: 0;
    height: auto;
    width: auto;
    right: 0;
    bottom: 0;
    transition: all 300ms;
    filter: blur(0.1px) brightness(0.6);
}

.cate_img.spec a {
    /* position: relative; */
    /* overflow: hidden; */
}

.cate_img.spec h2 {
    z-index: 2;
    color: #ffcc36;
    font-size: 22px;
    text-shadow: 1px 1px 5px #0000008f;
text-transform: uppercase;}

.cate_img.spec h2 span {
    color: #fff;
display: none;}

.cate_img.spec a:hover img {
    filter: blur(2px) brightness(0.5);
}

.jshop_list_manufacturer .manufacturer .image img {
    width: 100%;
}

nav.nav {
    background-color: #fff;
    z-index: auto !important;
    /* background-image: url(/images/old_wall.png); */
    border-top: 1px solid #d8dcde;
    -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 10%);
}

nav.nav ul li ul {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    z-index: 2;
    max-width: 250px;
    right: 0;
}

li.deeper.parent:hover>ul {
    display: block;
}

li.deeper.parent {
    position: relative;
}

nav.nav ul li ul li a {
    text-align: left;
    padding: 10px 0px 11px 15px;
    font-size: 14px;
}


nav.nav ul {
    display: flex;
    max-width: 1270px;
    margin: auto;
    justify-content: flex-start;
}

nav.nav ul li {
    flex: 0 1 auto;
    text-align: center;
    position: relative;
}

nav.nav ul li:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #eee;
    position: absolute;
    top: 0;
    right: 0;
}

nav.nav ul li:first-child:before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
}

nav.nav ul li a:hover {
    background-color: #ff1037;
    color: #fff;
}

nav.nav ul li a {
    padding: 20px 30px;
    display: block;
    font-size: 17px;
    color: #000;
}

.custom.top_menu p {
    color: #e7e7e7;
    font-size: 13px;
    padding-top: 4px;
}

h1 {
    font-size: 21px;
    margin-bottom: 10px !important;
    margin-top: 10px;
}

.nostyle.pir_show {
    background-color: #f3f3f3;
    margin-top: 15px;
}

.custom.pir_show {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 50px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom.pir_show p {
    font-size: 30px;
    margin-top: 15px;
    text-transform: uppercase;
}

.custom.pir_show p span {
    display: block;
    font-size: 16px;
    margin-top: 25px;
    line-height: 175%;
    text-transform: initial;
    padding-right: 60px;
}

.custom.pir_show img {
    width: 400px;
}

.custom.cat_img {
    display: flex;
    max-width: 1280px;
    margin: auto;
    flex-wrap: wrap;
    /* flex-direction: row; */
    /* justify-content: center; */
}

.cate_img a:hover {
    border: 1px solid #959595;
}

.cate_img {
    flex: 0 0 25%;
    display: flex;
min-height: 280px;}

.cate_img a {
    background: none;
    padding: 9px 15px;
    display: flex;
    margin: 3px;
    transition: 0.5s;
    justify-content: space-between;
    border: 1px solid #e3e3e3;
    align-items: flex-start;
    flex: 1 1 100%;
    overflow: hidden;
    position: relative;
}

.cate_img h2 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    color: #000;
}

.cate_img h2 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #ada7a7;
    margin-top: 120px;
    margin-bottom: 20px;
}

.cate_img img {
    width: 170px;
}

.div_btn {
    display: none;
}
a.close_btn {
    display: none;
}

.nostyle.krosh {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}

.juaf {
    background-color: #F1F1F1;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.layout-cell.sidebar1 {
    max-width: 256px;
    position: relative;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
}

.layout-cell.content {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    padding: 10px 15px 15px 15px;
}

.catitem {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catitem a {
    display: block;
    color: #000;
    text-decoration: none;
    transition: 0.5s;
    background-color: transparent;
}

.catitem img {
    width: 55%;
    padding-top: 3px;
}

.catitem p {
    line-height: 1;
    padding-bottom: 10px;
    font-size: 12px;
}

.catitem a:hover {
    background-color: #e5e5e5;
}

.nostyle.cati {
    background-color: #F1F1F1;
}

.custom.cati {

}

.catic {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
}

.slo_poisk {
    margin-left: auto;
    flex: 1;
}

.slo_tel {
    padding: 0 20px;
    margin-top: 2px;
    flex: 1;
    text-align: center;
}

.slo_adr {
    padding: 0 20px;
    color: #828282;
}

.slo_tit {
    padding: 0 20px;
    color: #484848;
    margin-top: 11px;
    flex: 1;
}

.slo_tel a {
    display: block;
    padding: 3px 0px;
}

.nostyle.top_menu {
    background-color: #747e89;
}

.top_soc a img {
    width: 20px;
    padding-left: 15px;
    filter: brightness(2);
    transition: all 0.3s;
}

.top_soc a:hover>img {
    filter: brightness(2);
}

.custom.top_menu {
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    /* overflow-x: scroll; */
    justify-content: space-between;
}

ul.menu_top li a {
    font-size: 14px;
    line-height: 18px;
    color: #BDBDBD;
    transition: 0.3s;
    padding: 5px 18px;
    display: inline-block;
    word-break: keep-all;
}

ul.menu_top li:first-child a {
    padding-left: 4px;
}


div#comjshop_list_product .chara.id_1 {
    /* display: none; */
}
div#comjshop_list_product .chara.id_2 {
    /* display: none; */
}
div#comjshop_list_product .chara.id_3 {
    display: none;
}
.extra_fields_el.chara.id_4 .extra_fields_name {
    display: none;
}
.chara.id_4 .label-name {
    display: none;
}
.extra_fields_el.chara.id_4 {
    /* width: 65%; */
}

.slo_tit p {
    color: #acb3bb;
}

.slo_tit h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 !important;
    text-transform: uppercase;
    color: #000;
}
.chara.id_4 {
    color: #f00;
    font-size: 16px;
    font-weight: 400;
    font-family: arial;
    margin: 5px auto;
    /* background-color: #f44336; */
    padding: 5px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* width: 95%; */
}

.jshop_list_product .block_product > div {
    position: relative;
}

.jshop_list_product .block_product .description {
    font-size: 12px;
    text-align: center;
    line-height: 112%;
    background-color: #f7f7f7;
    padding: 5px;
    margin-bottom: 5px;
}
a#swha {
    display: block;
    color: #fff !important;
    text-decoration: none;
    background-color: #3ebe36;
    padding: 5px 10px;
    /* width: 65%; */
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px auto 20px auto;
    cursor: pointer;
    max-width: 180px;
}
a#sswh {
    color: #fff !important;
    background-color: #3ebe36;
    border: 0;
    padding: 5px 3px;
    display: block;
    font-size: 13px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 5px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 95%;
    cursor: pointer;
    flex: 1 1 100%;
}
ul.menu_top {
    display: flex;
    flex-wrap: nowrap;
    width: 500px;
}
.nostyle ul li {
    font-size: 13px;
    display: inline-block;
}
.jshop_categ.category .sblock2 a.product_link {
    display: block;
    padding: 10px;
}
.category_name {
    float: left;
    width: 100%;
}
.custom.tng.ftr {
    max-width: 1270px;
    margin: 10px auto 10px auto;
    z-index: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 140%;
    background-color: #ffffff;
}
.custom.tng strong {
    color: #737373;
}
.custom.tng {
    font-size: 14px;
    line-height: 150%;
    text-align: justify;
    padding-top: 30px;
    padding-bottom: 30px;
}
.custom.tng h2 {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
}
.custom.tng p {
    margin-bottom: 5px;
    line-height: 130%;
}
span.text_pay_without_reg {
    font-size: 18px;
    font-style: italic;
    display: block;
    line-height: 140%;
}
span.text_pay_without_reg a {
    background-color: #4aa7fc;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 4px;
}
.login_block .form-horizontal {
    max-width: 450px;
}
.login_block .control-group {
    margin-bottom: 15px;
}
.login_block .control-group input {
    padding: 5px 10px;
}
input.btn.btn-primary.button {
    font-size: 15px;
    display: inline;
    line-height: 100%;
    padding: 6px 18px;
    height: auto;
    margin-top: 0 !important;
}
.nostyle.head.clearfix {
    background-color: #fff;
}
.basket_content {
    display: none;
}
div#comjshop a {
    color: #000;
}
a.logos {
    font-size: 55px !important;
    display: block;
    margin-bottom: 0px;
}
.logo span {
    font-size: 13px;
    display: block;
    line-height: 115%;
    color: #000000;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 1px;
}
.logo h1 {
    font-size: 13px;
    display: block;
    line-height: 115%;
    color: #000000;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 1px;
}
h4.alert-heading {
    display: none;
}
.alert.alert-notice {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000000a3;
    z-index: 99;
}
.alert.alert-notice > div {
    width: 80%;
    display: block;
    margin: auto;
    max-width: 300px;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -165px;
}
.alert.alert-notice .close {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: right;
    font-size: 45px;
    color: #fff;
}
.nostyle.srch {
    margin: 10px auto 10px auto;
    border: 1px solid #cacaca;
    border-radius: 15px;
    width: 80%;
    max-width: 820px;
}
input.button.srch[type="submit" i]:active {
    background-color: #fff;
}
input.button.srch[type="submit" i] {
    background-color: #fff;
}
input.button.srch:focus {
    outline: -webkit-focus-ring-color auto 0;
}
input#jshop_search:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.moduletable.srch {
    margin: 0 auto;
    border: 1px solid #cacaca;
    border-radius: 15px;
    width: 80%;
    max-width: 320px;
    background-color: #fff;
    position: relative;
    min-width: 200px;
    height: 30px;
}
input.button.srch {
    background: url(/images/zoom.svg) no-repeat;
    background-size: 19px;
    background-position-x: center;
    background-position-y: center;
    width: 15% !important;
    padding: 3px;
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    display: inline-block;
    filter: grayscale(1);
    position: absolute;
    height: 100%;
    right: 0;
}
input#jshop_search {
    width: 85% !important;
    display: inline-block;
    float: left !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 5px 6px 15px;
    font-size: 14px;
    border: 0 solid #e1e1e1;
    background-color: #fdfdfd;
    border-radius: 15px;
    position: absolute;
    height: 100%;
    left: 0;
}
.logo a span {
    font-size: 25px;
    color: #000;
    text-decoration: none;
}
a {
    outline: 0;
    text-decoration: none;
}
.jshop_list_product .product .name a {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer.footer:after {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a.tel_hd {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}
.top_gara .soc i {
    color: #fff;
    font-size: 20px;
    margin: 15px 7px;
}
.top_gara h1 {
    color: #bdbdbd;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.top_gara img {
    max-width: 350px;
    width: 95%;
}
.top_gara {
    text-align: center;
}
.nostyle.topgara {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}
.custom.topgara {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}
div.jshop_prod_description {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 155%;
}

.jshop_prod_description table tr td {
    border: 1px solid #ccc;
    padding: 5px;
}

.jshop_prod_description table {
    border-collapse: collapse;
}

div#basket_store {
    background-repeat: no-repeat !important;
    background-color: transparent;
    background-image: url('/images/cart.png');
    position: relative;
    background-size: cover;
}
.camera_commands,
.camera_next,
.camera_nextThumbs,
.camera_prev,
.camera_prevThumbs,
.camera_thumbs_cont {
    background: 0 0;
}
.camera_amber_skin .camera_prev > span {
    background-position: 0 -80px;
}
.camera_amber_skin .camera_commands > .camera_stop {
    background-position: -120px -80px;
}
.camera_amber_skin .camera_next > span {
    background-position: -40px -80px;
}
.camera_amber_skin .camera_commands > .camera_play {
    background-position: -80px -80px;
}
#basket_2 {
    background-size: 50px !important;
    background-position: 2px center !important;
    float: right;
}
.top_left {
    float: left;
}
.top_right {
    float: right;
}
.custom.top i {
    color: #b3b3b3;
    margin: 3px;
    font-size: 17px;
}
.top_right a {
    display: inline-block;
    color: #e0e0e0 !important;
    margin-bottom: 5px;
    text-decoration: none;
    margin: 0 9px;
}
.ft.lg img {
    width: 95%;
    max-width: 180px;
}
.ft a {
    display: block;
    color: #e3e3e3 !important;
    margin-bottom: 5px;
    line-height: 111%;
}
.nostyle.clearfix.ftt {
    max-width: 1300px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.custom.clearfix.ftt {display: flex;flex-wrap: nowrap;}
.ft p {
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    margin-bottom: 5px;
}
.ft {
    display: inline-block;
    text-align: left;
    /* width: 25%; */
    float: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
flex: 1 1 25%;}
.nostyle.manu.clearfix {
    background-color: #eee;
    padding-bottom: 30px;
    padding-top: 30px;
}
.jshop_menu_level_0 span {
    display: none;
}
.jshop_menu_level_0,
.jshop_menu_level_0_a {
    width: 19%;
    float: left;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 0.5%;
}
.jshop_menu_level_0 img,
.jshop_menu_level_0_a img {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.manufactuter_list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jshop_list_product .block_product .extra_fields {
    text-align: center; /* display:none */
}
.custom.main_t span {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 26px;
    color: #000;
    padding-left: 15px;
    display: block;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.custom.main_t h1 {
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}
.custom.main_t p {
    font-size: 15px;
    line-height: 150%;
    text-align: justify;
}
.postheadericons.metadata-icons {
    display: none;
}
.cont i {
    color: #c211a7;
    font-size: 15px;
    margin-right: 5px;
}
#comjshop > div.jshop_list_category {
    margin-top: 15px;
}
div#label_1 {
    background-color: #e9231e;
}
div#label_2 {
    background-color: #000;
}
div#label_2 .label_name {
    color: #fb80bb;
}
.nostyle.clearfix.label_block h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 26px;
    color: #7f1182;
    padding-left: 10px;
}
.nostyle.clearfix.label_block {
    padding: 5px 10px;
}
a.in_cart_list.btn {
    border: 0;
    background-color: #fff;
    box-shadow: none;
    height: 20px;
    width: 13px;
    background-image: url(/images/addcart.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-top: 0;
}
a.in_cart_pro.btn {
    border: 0;
    background: none;
    box-shadow: none;
    height: 17px;
    width: 15px;
    background-image: url(/images/addcart.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.productfull .image_middle a>img {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}
.text_zoom img {
    width: auto !important;
}
.productfull .image_middle {
    position: relative;
    /* padding: 15px; */
}
.jshop_categ.category .sblock2 {
    display: block;
    width: 100%;
}
.jshop_categ.category .jshop_img {
    width: 100%;
    /* border: 1px solid #eee; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   /* display: none;*/
}
a.button_buy {
    color: #fff !important;
    background-color: #ff1238;
    border: 0;
    padding: 5px 10px;
    display: block;
    font-size: 13px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 95%;
    flex: 1;
}
.jshop_categ.category {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /* padding:10px; */
    text-align: center;
    background-color: #fff;
border: 1px solid #eee;}
.manufacturer_name {
    font-size: 14px;
}
.jshop_categ.manufacturer {
    border: 1px solid #eee;
    margin: 0.2%;
    text-align: center;
    border-radius: 10px;
    flex: 0 1 24.6%;
    padding: 10px;
}
.row-fluid.jshop {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding-right: 15px;
}
.bl_right {
    display: inline-block;
    vertical-align: top;
    width: 52%;
    padding: 3% 2%;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img#main_image_1 {
    border: 1px solid #f3c0bb;
}
div#comjshop_list_product {
    margin-top: 10px;
}
.jshop .block_item a {
    color: #7f1182;
    font-size: 15px;
}
.jshop .block_item {
    width: 25%;
    display: inline-block;
    padding: 1%;
    margin: 0;
    vertical-align: top;
    text-align: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.label_products.jshop .image {
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.jshop .block_item:hover {
    background-color: #fdfdfd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.jshop .block_item .image_block:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.jshop .block_item .image_block {
    padding: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #eee;
    border-radius: 0;
    overflow: visible;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.acc_menu_jshopping > ul.menu li.item1:hover {
    /* background-color: #e9e9e9 !important; */
}

.acc_menu_jshopping > ul.menu li.item2:hover>a {
    color: #fff !important;
}

.acc_menu_jshopping > ul.menu li.item2:hover {
    background-color: #ff1238 !important;
    color: #fff !important;
}
.custom_mb:hover {
    background-color: #a0a9b2;
}
.custom_mb p:hover {
    color: #fff;
}
.custom_mb {
    background-color: #ff1238;
    font-size: 16px;
    border-radius: 0;
    overflow: hidden;
    min-width: 235px;
    margin-bottom: 10px;
    }
.custom_mb span {
    position: relative;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: 0.5s;
    border-radius: 2.5rem;
    float: right;
    top: 8px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.custom_mb span:before {
    display: block;
    content: "";
    height: 2px;
    width: 30px;
    background: #fff;
    position: absolute;
    transition: 0.5s 0.25s;
    border-radius: 1rem;
    top: 7px;
}
.custom_mb span:after {
    display: block;
    content: "";
    height: 2px;
    width: 30px;
    background: #fff;
    position: absolute;
    transition: 0.5s 0.25s;
    border-radius: 1rem;
    top: -7px;
}
.custom_mb p {
    padding: 8px 7px;
    margin: 0 !important;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-family: Scada, sans-serif !important;
    text-align: center;
    font-size: 15px;
}
div#ar_menu_id {
    display: block;
    -webkit-transition: 0.4s eas;
    transition: 0.4s ease;
    position: relative;
    overflow: visible;
    border: 2px dashed #ff1238;
    border-radius: 0;
    overflow: hidden;
    margin-top: 0;
    background-color: #fff;
}
#cmo {
    display: block;
}
#cmc {
    display: none;
}
.btn.jmodedit {
    display: none !important;
}
.label_products.jshop img.jshop_img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: 90%;
}
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: #eaeaea;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-success {
    color: #fff !important;
    background-color: #175995;
    border: 0;
    padding: 5px 10px;
    display: block;
    font-size: 16px;
}
.jshop_list_product .block_product {
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px;
    border: 1px solid #eee;
    background-color: #fff;
}
.jshop_list_product .block_product:hover {
    /* border: 1px solid #7e7e7e; */
}
.jshop_list_product .buttons .button_detail {
    background-color: #fff;
    box-shadow: none;
    font-size: 35px;
    line-height: 10px;
    width: 100%;
    text-decoration: none;
    text-align: right;
}
.jshop_list_product .image_block:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.jshop_list_product .image_block img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    vertical-align: top;
    float: left;
}
.jshop_list_product .image_block {
    padding: 0;
    display: inline-block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    overflow: visible;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 93%;
}
.jshop_list_product .product .image {
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}
span#mxcpr {
    display: none;
}
.cont span {
    color: #ababab;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: block;
}
.cont a {
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    display: block;
}
.slo_tel span {
    color: #000000;
    font-weight: 400;
    font-size: 25px;
    display: inline-flex;
    font-family: Roboto Slab;
    font-weight: bold;
}
span.sp_del {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
}
.bnn span {
    position: absolute;
    bottom: 8%;
    left: 8%;
    font-family: century gothic;
    color: #013882;
    font-size: 2.2em;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #fff;
}
.banner-top1 {
    background-color: #eee;
    background-image: url(/images/bntop1.jpg);
}
.banner-top2 {
    background-color: #eee;
    background-image: url(/images/bntop2.jpg);
    margin-top: 10px;
}
.bnn {
    height: 215px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.nostyle.slider_main {
    width: 33.33%;
    display: inline-block;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nostyle.slide_sidebar {
    width: 30%;
    float: right;
    vertical-align: top;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}
.sl_sec {
    margin: 0 auto;
    /* padding:5px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    /* background-color: #f3f5f6; */
    text-align: center;
    /* display:flex */
    /* z-index: 0; */
}
.logo img {
    width: 90%;
    max-width: 180px;
    display: block;
    padding-top: 0px;
}
.nostyle.top {
    padding: 2px;
}
.custom.top {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.custom.head {
    max-width: 1280px;
    margin: 0 auto;
    padding: 3px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* flex-direction: row; */
}
.logo {
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
}

.cont {
    float: left;
    width: 30%;
    text-align: center;
    margin-top: 10px;
}
.carty {
    text-align: right;
    padding-right: 10px;
    margin-top: 5px;
    flex: 0;
}
#main {
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    overflow: hidden;
}
table,
ul.hmenu {
    font-size: 13px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    font-weight: 400;
    font-style: normal;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}
.button {
    border: 0;
    border-collapse: separate;
    -webkit-background-origin: border !important;
    -moz-background-origin: border !important;
    background-origin: border-box !important;
    background: #ff1238;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-width: 0;
    padding: 4px 21px;
    margin: 0 auto;
    height: 24px;
}
.blockcontent,
.postcontent,
.postfootericons,
.postheadericons,
ul.vmenu a {
    text-align: left;
}
.postcontent,
.postcontent a,
.postcontent a.hovered,
.postcontent a.visited,
.postcontent a:hover,
.postcontent a:link,
.postcontent a:visited,
.postcontent li,
.postcontent table {
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    line-height: 135%;
}
.postcontent p {
    margin: 13px 0;
    line-height: 130%;
}
.blockheader .t,
.blockheader .t a,
.blockheader .t a:hover,
.blockheader .t a:link,
.blockheader .t a:visited,
.headline,
.headline a,
.headline a:hover,
.headline a:link,
.headline a:visited,
.postcontent h1,
.postcontent h1 a,
.postcontent h1 a:hover,
.postcontent h1 a:link,
.postcontent h1 a:visited,
.postcontent h2,
.postcontent h2 a,
.postcontent h2 a:hover,
.postcontent h2 a:link,
.postcontent h2 a:visited,
.postcontent h3,
.postcontent h3 a,
.postcontent h3 a:hover,
.postcontent h3 a:link,
.postcontent h3 a:visited,
.postcontent h4,
.postcontent h4 a,
.postcontent h4 a:hover,
.postcontent h4 a:link,
.postcontent h4 a:visited,
.postcontent h5,
.postcontent h5 a,
.postcontent h5 a:hover,
.postcontent h5 a:link,
.postcontent h5 a:visited,
.postcontent h6,
.postcontent h6 a,
.postcontent h6 a:hover,
.postcontent h6 a:link,
.postcontent h6 a:visited,
.postheader,
.postheader a,
.postheader a:hover,
.postheader a:link,
.postheader a:visited,
.slogan,
.slogan a,
.slogan a:hover,
.slogan a:link,
.slogan a:visited,
.vmenublockheader .t,
.vmenublockheader .t a,
.vmenublockheader .t a:hover,
.vmenublockheader .t a:link,
.vmenublockheader .t a:visited {
    font-size: 22px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
}
.postcontent a,
.postcontent a:link {
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    text-decoration: none;
    color: #00417c;
}
.postcontent a.visited,
.postcontent a:visited {
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    text-decoration: none;
    color: #ea20c9;
}
.postcontent a.hover,
.postcontent a:hover {
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    text-decoration: underline;
    color: #00b0f0;
}
.postcontent h1 {
    color: #000;
    margin: 0px 0;
    font-size: 28px;
    font-family: Roboto Slab, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    font-weight: bold;
}
.blockcontent h1 {
    margin: 10px 0 0;
    font-size: 26px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
.blockcontent h1 a,
.blockcontent h1 a:hover,
.blockcontent h1 a:link,
.blockcontent h1 a:visited,
.postcontent h1 a,
.postcontent h1 a:hover,
.postcontent h1 a:link,
.postcontent h1 a:visited {
    font-size: 26px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
.postcontent h2 {
    color: #000;
    margin: 0px 0;
    font-size: 28px;
    font-family: Roboto Slab, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    font-weight: bold;
}
.blockcontent h2 {
    margin: 10px 0 0;
    font-size: 22px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
.blockcontent h2 a,
.blockcontent h2 a:hover,
.blockcontent h2 a:link,
.blockcontent h2 a:visited,
.postcontent h2 a,
.postcontent h2 a:hover,
.postcontent h2 a:link,
.postcontent h2 a:visited {
    font-size: 22px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
.postcontent h3 {
    color: #9c9c9c;
    margin: 10px 0 0;
    font-size: 20px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
.blockcontent h3 {
    margin: 10px 0 0;
    font-size: 20px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
.blockcontent h3 a,
.blockcontent h3 a:hover,
.blockcontent h3 a:link,
.blockcontent h3 a:visited,
.postcontent h3 a,
.postcontent h3 a:hover,
.postcontent h3 a:link,
.postcontent h3 a:visited {
    font-size: 20px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
.postcontent h4 {
    color: #696969;
    margin: 10px 0 0;
    font-size: 18px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
.blockcontent h4 {
    margin: 10px 0 0;
    font-size: 18px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
.blockcontent h4 a,
.blockcontent h4 a:hover,
.blockcontent h4 a:link,
.blockcontent h4 a:visited,
.postcontent h4 a,
.postcontent h4 a:hover,
.postcontent h4 a:link,
.postcontent h4 a:visited {
    font-size: 18px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
.postcontent h5 {
    color: #696969;
    margin: 10px 0 0;
    font-size: 15px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
.blockcontent h5 {
    margin: 10px 0 0;
    font-size: 15px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
.blockcontent h5 a,
.blockcontent h5 a:hover,
.blockcontent h5 a:link,
.blockcontent h5 a:visited,
.postcontent h5 a,
.postcontent h5 a:hover,
.postcontent h5 a:link,
.postcontent h5 a:visited {
    font-size: 15px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
.postcontent h6 {
    color: #b8b8b8;
    margin: 10px 0 0;
    font-size: 13px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
.blockcontent h6 {
    margin: 10px 0 0;
    font-size: 13px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
.blockcontent h6 a,
.blockcontent h6 a:hover,
.blockcontent h6 a:link,
.blockcontent h6 a:visited,
.postcontent h6 a,
.postcontent h6 a:hover,
.postcontent h6 a:link,
.postcontent h6 a:visited {
    font-size: 13px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}
#hmenu-bg,
.checkbox:before,
.hmenu a,
.radiobutton:before,
.sheet,
.slidenavigator > a,
.vmenu a,
article,
footer,
header,
nav {
    -webkit-background-origin: border !important;
    -moz-background-origin: border !important;
    background-origin: border-box !important;
}
#hmenu-bg,
.checkbox:before,
.radiobutton:before,
.sheet,
.slidenavigator > a,
article,
footer,
header,
nav {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul {
    list-style-type: none;
}
ol {
    list-style-position: inside;
}
body,
html {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    min-width: 240px;
    color: #404040;
}
#header-bg:before,
#hmenu-bg:before,
.footer:before,
.header:before,
.layout-cell:before,
.layout-wrapper:before,
.nav:before,
.sheet:before {
    width: 100%;
    content: " ";
    display: table;
}
#header-bg:after,
#hmenu-bg:after,
.cleared,
.clearfix:after,
.footer:after,
.header:after,
.layout-cell:after,
.layout-wrapper:after,
.nav:after,
.sheet:after {
    clear: both;
    font: 0/0 serif;
    display: block;
    content: " ";
}
form {
    padding: 0 !important;
    margin: 0 !important;
}
table.position {
    position: relative;
    width: 100%;
    table-layout: fixed;
}
.blockcontent li h1,
.postcontent li h1,
li h1 {
    margin: 1px;
}
.blockcontent li h2,
.postcontent li h2,
li h2 {
    margin: 1px;
}
.blockcontent li h3,
.postcontent li h3,
li h3 {
    margin: 1px;
}
.blockcontent li h4,
.postcontent li h4,
li h4 {
    margin: 1px;
}
.blockcontent li h5,
.postcontent li h5,
li h5 {
    margin: 1px;
}
.blockcontent li h6,
.postcontent li h6,
li h6 {
    margin: 1px;
}
.blockcontent li p,
.postcontent li p,
li p {
    margin: 1px;
}
.shapes {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}
.slider-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.slidenavigator > a {
    display: inline-block;
    vertical-align: middle;
    outline-style: none;
    font-size: 1px;
}
.slidenavigator > a:last-child {
    margin-right: 0 !important;
}
.headline {
    display: inline-block;
    position: absolute;
    min-width: 50px;
    top: 29px;
    left: 1.23%;
    line-height: 100%;
    margin-left: -2px !important;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    z-index: 102;
}
.headline,
.headline a,
.headline a:hover,
.headline a:link,
.headline a:visited {
    font-size: 36px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    padding: 0;
    margin: 0;
    color: #878787 !important;
    white-space: nowrap;
}
.object227400126 a,
.object227400126 h1,
.object227400126 h2,
.object227400126 h3,
.object227400126 h4,
.object227400126 h5,
.object227400126 h6,
.object227400126 li,
.object227400126 ol,
.object227400126 p,
.object227400126 ul {
    line-height: 26px;
}
.object227400126 {
    position: absolute;
    top: 39px;
    left: 97.5%;
    margin-left: -195px !important;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background-image: url(../images/object227400126.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 101;
    width: 200px;
    height: 26px;
}
.sheet {
    margin: 0 auto;
    position: relative;
    cursor: auto;
    width: 100%;
    min-width: 240px;
    max-width: 100%;
    z-index: auto !important;
    background-color: #f3f5f6;
}
.header {
    margin: 0 auto;
    position: relative;
    z-index: auto !important;
    /* background-color: #e3e2e2; */
    /* background-image:url(/images/bg2.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
}
.header > div.block,
.header > div.nostyle,
.header > div.post {
    z-index: 101;
}


.layout-wrapper {
    position: relative;
    margin: 0px auto 0 auto;
    z-index: auto !important;
    max-width: 1300px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-layout {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.content-layout-row {
    display: flex;
}
.layout-cell {
    display: inline-block;
    vertical-align: top;
}
.postcontent .content-layout {
    border-collapse: collapse;
}



.pager {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px;
    margin: 2px;
}
.pager > :last-child {
    margin-right: 0 !important;
}
.pager > span {
    cursor: default;
}
.pager > * {
    background: #d9dee3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    margin: 0 4px 0 auto;
    line-height: normal;
    position: relative;
    display: inline-block;
    margin-left: 0;
}
.pager .active,
.pager a:link,
.pager a:visited {
    line-height: normal;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    text-decoration: none;
    color: #1c2126;
}
.pager .active {
    background: #b6bfc9;
    padding: 10px;
    margin: 0 4px 0 auto;
    color: #fff;
}
.pager .more {
    background: #d9dee3;
    margin: 0 4px 0 auto;
}
.pager a.more:link,
.pager a.more:visited {
    color: #212121;
}
.pager a:hover {
    background: #b9c2cb;
    padding: 10px;
    margin: 0 4px 0 auto;
}
.pager a.more:hover,
.pager a:hover {
    text-decoration: none;
    color: #21262c;
}
.pager > :after {
    margin: 0 0 0 auto;
    display: inline-block;
    position: absolute;
    content: " ";
    top: 0;
    width: 0;
    height: 100%;
    right: 0;
    text-decoration: none;
}
.pager > :last-child:after {
    display: none;
}


.Sorter img {
    border: 0;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    position: static;
    z-index: 1;
    width: 12px;
    height: 6px;
}
.Sorter a {
    position: relative;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    color: #647587;
}
.Sorter a:link {
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    color: #647587;
}
.Sorter a.visited,
.Sorter a:visited {
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    color: #647587;
}
.Sorter a.hover,
.Sorter a:hover {
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    color: #4c5967;
}
.Sorter {
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    color: #364049;
}

.footer {
    background-color: #747e89;
    padding: 25px;
    margin: 0px auto 0;
    position: relative;
    color: #f8f8f8;
    font-size: 13px;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    line-height: 175%;
    text-align: center;
    background-position: left bottom;
    background-repeat: repeat;
    background-size: inherit;
    /* background-image: url(/images/brickwall.png); */
    }

.footer p {
    padding: 0;
}
.footer a,
.footer a:link {
    color: #000;
    font-family: SF Pro Display Regular, Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
    text-decoration: none;
}


.page-footer,
.page-footer a,
.page-footer a:hover,
.page-footer a:link,
.page-footer a:visited {
    font-family: Arial;
    font-size: 10px;
    letter-spacing: normal;
    word-spacing: normal;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
    color: #647587;
}
.page-footer {
    position: relative;
    z-index: auto !important;
    padding: 1em;
    text-align: center !important;
    text-decoration: none;
    color: #595959;
}


@media all and (max-width: 1024px) {

    .cate_img {
    flex: 0 0 33%;
    display: flex;
}

	div.title h3{
		font-size: 51px;
		margin: 80px 15px;
		letter-spacing: 6px;
	}
  
}

@media all and (max-width: 768px) {

    .prod .page-header a {
    font-size: 17px;
    line-height: 115%;
}
div.title h3 {
    font-size: 35px;
    margin: 80px 5px;
    letter-spacing: 2px;
    display: block;
    width: 100%;
}  

	.nostyle.catmain .jshop_menu_level_0 {
    padding: 0;
    border: 0;
    border-radius: 15px;
    overflow: hidden;
    flex: 0 0 48%;
    margin: 1%;
 }

	.custom.pre {
		padding: 0;
	}

	.custom.pre p {
    flex: 1 1 48%;
    padding: 20px 5px;
 }
  
  .blog.prod .items-row .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /* float: left; */
    flex: 1 0 45%;
padding: 5px;}
    .blog.prod .post h2.postheader a, .blog-featured.prod .post h2.postheader a {
    /* position: absolute; */
    top: 0;
    margin: 0;
    width: 100%;
    color: #000000;
    /* background-color: #00000075; */
    text-align: center;
    height: auto;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 18px !important;
    /* -webkit-transition: all 0.3s linear 0s; */
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    text-decoration: none;
}
    .prod .items-row {

padding: 15px 0px;-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
  
.blog-featured.prod .items-row .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    flex: 1 0 45%;
}

.cate_img {
    flex: 0 0 50%;
    display: flex;
}

.cate_img.spec h2 {
    font-size: 20px;
    line-height: 100%;
}
    
span.open {
    display: block;
    position: fixed;
    right: 0;
    top: 30px;
    font-size: 25px;
    z-index: 5;
    background-color: #ffffff5c;
    color: #fff;
    padding: 10px 10px 5px 8px;
}  

nav.nav ul li ul {
    display: none;
    position: relative;
    background-color: #000000;
    width: 100%;
    z-index: 2;
}

li.deeper.parent:hover>ul {
    display: block;
}

li.deeper.parent {
    position: relative;
}

nav.nav ul li ul li a {
    text-align: left;
    padding: 11px 0px 11px 45px;
    font-size: 14px;
}


nav.nav ul {
    display: block;
    max-width: 1200px;
    margin: auto;
    justify-content: center;
}

nav.nav ul li {
    flex: 1 1 auto;
    text-align: center;
}

nav.nav ul li a:hover {
    background-color: #ff1037;
    color: #fff;
}

nav.nav ul li a {
    padding: 15px 5px 15px 30px;
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: left;
}

li.deeper.parent a {
    pointer-events: none;
}

li.deeper.parent ul>li>a {
    pointer-events: all;
}

  
  nav.nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 7 !important;
  top: 0;
  right: 0;
  background-color: #101010;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  background-image: none;
  opacity: 0;
}

.nav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.nav a:hover {
  color: #f1f1f1;
}

.nav .closebtn {
  position: absolute;
  top: 25px;
  right: 5px;
  font-size: 36px;
  margin-left: 50px;
}

    span.open span {
    background-color: #000;
    height: 3px;
    display: block;
    width: 30px;
    margin-bottom: 5px;
}

.nav .closebtn span {
    background-color: #fff;
    height: 3px;
    display: block;
    width: 30px;
    margin-bottom: 5px;
    transform: rotate(45deg);
    margin-top: -8px;
}

    .nav .closebtn span:first-child {
    transform: rotate(-45deg);
    margin-top: 15px;
}
  
.bl_right {
    width: 100%;
}

.row-fluid.jshop {
    width: 100%;
    text-align: center;
}

.productfull .image_middle a>img {
    width: 80%;
    max-width: 400px;
}

.productfull .text_zoom img {
    float: none;
}
.logo {
    flex: 1 1 100%;
}

.custom.head {
    flex-wrap: wrap;
    background-image: url(/images/bgh.png);
    background-size: 135px;
    background-repeat: no-repeat;
    background-position: -21px -34px;
}

.slo_tit {
    flex: 1 1 100%;
    text-align: center;
}

.slo_adr {
    flex: 1 1 100%;
    text-align: center;
}

.slo_tel {
    flex: 1 1 75%;
    text-align: center;
    padding: 0;
}
	

	#video {
    position: absolute;
    transform: scale(1.2);
    top: 0;
    z-index: 1;
    width: 100%;
}


	.custom.vidd {
    height: 250px;

}

.logo img {
    margin: auto;
}

    .juaf {
    padding: 0px;
}

    .content-layout-row {
    display: flex;
    flex-wrap: wrap;
}

    .layout-cell.sidebar1 {
    padding-right: 0px;
    max-width: 100%;
    flex: 0 0 100%;
    }

    .layout-cell.content {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
}

    .catic {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    transition: 4ms;
}

.catic {
    flex-wrap: wrap;
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 2;
    padding: 15px;
    transition: 4ms;
    overflow-y: scroll;
}

a.mob_btn {
    padding: 10px 5px 0px 10px;
}

.catitem {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 3px;
    flex: 1 1 39%;
    width: 40%;
}

    .custom.top_menu {
    overflow-x: scroll;
}

    .div_btn {
    display: flex;
}

    .div_btn p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 36px;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.close_btn span:first-child {
    transform: rotate(45deg);
    margin-top: 12px;
}

a.close_btn span:last-child {
    transform: rotate(-45deg);
    margin-top: -2px;
}

a.mob_btn span:last-child {
    width: 60%;
}

a.mob_btn span:first-child {
    width: 100%;
}

a.close_btn {
    display: inline-block;
    z-index: 1;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 2px;
    top: 2px;
    background-color: #d7b246;
    padding: 5px;
    border-radius: 50%;
}

a.close_btn span{
    background-color: #000;
    height: 2px;
    display: block;
    width: 100%;
}

a.mob_btn {
    display: flex;
    z-index: 1;
    width: 35px;
    height: 25px;
    flex-wrap: wrap;
}

a.mob_btn span{
    background-color: #000;
    height: 2px;
    display: inline-block;
    width: 80%;
}
  
  div#ar_menu_id {
    display: none;
  }

    .custom.brend a {
    background-color: #000000;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 8px 5px 8px 17px;
    font-size: 15px;
    border-bottom: 1px solid #383838;
color: #d1d1d1;}

    .acc_menu_jshopping {
    /* background-color: #000; */
}

.acc_menu_jshopping > ul.menu > li.item1 {
    padding: 0 !important;
    margin: 0px !important;
    /* background: #000000!important; */
    /* border-bottom: 1px solid #383838; */
}

.acc_menu_jshopping > ul.menu li.item1 > a, .acc_menu_jshopping > ul.menu li.item1 li.item2 > a, .acc_menu_jshopping > ul.menu li.item1 li.item2 li.item3 > a {
    /* color: #d1d1d1; */
}

.acc_menu_jshopping > ul.menu li.item1 a:hover {
    background-color: #ff1238 !important;
}

.acc_menu_jshopping ul li ul li {
    /* background-color: #000000; */
    /* border-bottom: 1px solid #6e6e6e; */
}

.acc_menu_jshopping ul li ul {
    /* background-color: #000; */
}
  
  .slide-desc-text-default .slide-title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 3px;
    text-align: center;
}

.slide-desc-text-default {
    position: relative;
    color: #fff;
    padding: 10px 5px 5px;
    text-align: left;
}

    .slide-desc-text-default .readmore {
        display: none;
    }

.slide-desc-text-default .slide-text {
    font-size: 13px;
    display: none;
}

.custom.clearfix.ftt {display: flex;flex-wrap: wrap;}
.ft {flex: 0 0 100%;}
  
}

@media all and (max-width: 640px) {
a#sswh {
    padding: 5px 5px;
    font-size: 12px;
  }
.jshop_list_product .jshop_price span {
    font-size: 16px;
    font-weight:bold;
}

#comjshop_list_product .sblock4 {padding: 2px;} 
  
.jshop_categ.manufacturer {
    flex: 0 1 49.6%;
    padding: 5px;
} 
  
  .custom.tng.ftr {
    margin: 40px auto 10px auto;
  }
  
}

@media all and (max-width: 480px) {

a.main_cat {
    display: block;
}
	
  .cate_img.spec h2 {
    font-size: 16px;
    line-height: 100%;
}
  .blog-featured.prod .items-row .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    float: left;
    flex: 1 1 100%;
margin-bottom: 20px;}
.article img {
    width: 100%;
    float: none;
}

	div.title h3 {
    font-size: 30px;
    margin: 70px 5px 80px 5px;
    letter-spacing: 2px;
}

	.custom.pre p img {width: 90px;}

.custom.pre p  {
    font-size: 13px;
    letter-spacing: 1px;
}

	.nostyle.pre {
    padding: 10px;
	}
	

	.jshop_menu_level_0 {
    padding: 0;
    border: 0;
    border-radius: 15px;
    overflow: hidden;
    flex: 0 0 32.33%;
}
  
}

@media all and (max-width: 400px) {
    .cate_img {
    flex: 0 0 100%;
    display: flex;
}

    .cate_img.spec h2 {
    font-size: 20px;
    }
  
}