#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
  box-sizing: content-box;
}

img.jshop_img_thumb {
  display: inline;
  width: 60px;
  margin: 20px 10px 0;
  padding: 5px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  border-radius: 4px;
}

img.jshop_img_thumb:hover,
img.jshop_img_thumb:active {
  border: 2px solid #ff5722;
}

/*----------------------------------------- From SJ-mega menu --------------------------------------------------------*/

.sambar {
  position: relative;
}

.sambar a:focus {
  outline: none;
}

.sambar ul li {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.sambar .sambar-inner {
  background-color: #4f4f4f;
  background-image: linear-gradient(bottom, rgb(43, 43, 43) 4%, rgb(59, 59, 59) 36%, rgb(79, 79, 79) 75%);
  background-image: -o-linear-gradient(bottom, rgb(43, 43, 43) 4%, rgb(59, 59, 59) 36%, rgb(79, 79, 79) 75%);
  background-image: -moz-linear-gradient(bottom, rgb(43, 43, 43) 4%, rgb(59, 59, 59) 36%, rgb(79, 79, 79) 75%);
  background-image: -webkit-linear-gradient(bottom, rgb(43, 43, 43) 4%, rgb(59, 59, 59) 36%, rgb(79, 79, 79) 75%);
  background-image: -ms-linear-gradient(bottom, rgb(43, 43, 43) 4%, rgb(59, 59, 59) 36%, rgb(79, 79, 79) 75%);
  background-repeat: repeat-x;
}

.sambar .sambar-inner:before,
.sambar .sambar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

.sambar .sambar-inner:after {
  clear: both;
}

.sj-megamenu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.sj-megamenu:before,
.sj-megamenu:after,
.sambar:before,
.sambar:after {
  content: "";
  display: table;
}

.sj-megamenu:after,
.sambar:after {
  clear: both;
}

/** FLUID **/

.sj-megamenu-fluid > .level-1.open {
  position: static;
}

.sj-megamenu-fluid > .level-1 > .sj-megamenu-child {
  left: 0;
  right: 0;
  width: 100% !important;
  padding: 5px 0;
}

.sj-megamenu-fluid > .level-1 > .sj-megamenu-child > .submenu {
  margin: 0 5px;
}

/** /FLUID **/

/************************* item level 01 ***************************/

.sj-megamenu .level-1 {
  float: left;
  border-left: 1px solid #696969;
  border-right: 1px solid #3c3c3c;
  position: relative;
}

.sj-megamenu .level-1:after {
  background: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
}

.sj-megamenu .level-1:first-child {
  border-left: none;
}

.sj-megamenu .level-1:last-child,
.sj-megamenu .level-1.first-right {
  border-right: none;
}

.sj-megamenu .level-1 > a,
.sj-megamenu .level-1 > span {
  padding: 10px 15px;
  /*display: block;*/
}

.menu_horizontal .sj-megamenu:hover > a,
.menu_horizontal .sj-megamenu .level-1:hover > a,
.menu_horizontal .sj-megamenu .level-1 > a:hover,
.menu_horizontal .sj-megamenu .level-1 > a:focus,
.menu_horizontal .sj-megamenu:hover > span,
.menu_horizontal .sj-megamenu .level-1:hover > span,
.menu_horizontal .sj-megamenu .level-1 > span:hover,
.menu_horizontal .sj-megamenu .level-1 > span:focus {
  background-color: #3a3a3a;
  background-image: linear-gradient(bottom, rgb(17, 17, 17) 1%, rgb(31, 31, 31) 57%, rgb(48, 48, 48) 85%);
  background-image: -o-linear-gradient(bottom, rgb(17, 17, 17) 1%, rgb(31, 31, 31) 57%, rgb(48, 48, 48) 85%);
  background-image: -moz-linear-gradient(bottom, rgb(17, 17, 17) 1%, rgb(31, 31, 31) 57%, rgb(48, 48, 48) 85%);
  background-image: -webkit-linear-gradient(bottom, rgb(17, 17, 17) 1%, rgb(31, 31, 31) 57%, rgb(48, 48, 48) 85%);
  background-image: -ms-linear-gradient(bottom, rgb(17, 17, 17) 1%, rgb(31, 31, 31) 57%, rgb(48, 48, 48) 85%);
  background-repeat: repeat-x;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
}

.sj-megamenu .level-1.first-right:hover > a,
.sj-megamenu .level-1.first-right > a:hover,
.sj-megamenu .level-1.first-right > a:focus,
.sj-megamenu .level-1.first-right:hover > span,
.sj-megamenu .level-1.first-right > span:hover,
.sj-megamenu .level-1.first-right > span:focus,
.sj-megamenu .level-1.first-right.active > a {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.sj-megamenu .level-1.active:hover > a,
.sj-megamenu .level-1.active > a:hover,
.sj-megamenu .level-1.active > a:focus {
  background-color: #1d1d1d;
  text-decoration: none;
  color: #fff;
}

.sj-megamenu > .active > a,
.sj-megamenu > .active > a:hover {
  background-color: #1d1d1d;
  background-image: linear-gradient(bottom, rgb(17, 17, 17) 1%, rgb(31, 31, 31) 57%, rgb(48, 48, 48) 85%);
  background-image: -o-linear-gradient(bottom, rgb(17, 17, 17) 1%, rgb(31, 31, 31) 57%, rgb(48, 48, 48) 85%);
  background-image: -moz-linear-gradient(bottom, rgb(17, 17, 17) 1%, rgb(31, 31, 31) 57%, rgb(48, 48, 48) 85%);
  background-image: -webkit-linear-gradient(bottom, rgb(17, 17, 17) 1%, rgb(31, 31, 31) 57%, rgb(48, 48, 48) 85%);
  background-image: -ms-linear-gradient(bottom, rgb(17, 17, 17) 1%, rgb(31, 31, 31) 57%, rgb(48, 48, 48) 85%);
}

.sj-megamenu .level-1.mega-right {
  float: right;
}

/** /item level 01 ****/

/***************************** sj-megamenu-child *********************************/

.sj-megamenu .level-1 > .sj-megamenu-child {
  margin-top: 5px;
}

.sj-megamenu .level-1.actived > .sj-megamenu-child,
.sj-megamenu .level-1.open > .sj-megamenu-child {
  display: block;
}

.sj-megamenu .sj-megamenu-child {
  position: absolute;
  top: 100%;
  display: none;
  min-width: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 1px #c7c7c7;
  -moz-box-shadow: 0 0 2px 1px #c7c7c7;
  box-shadow: 0 0 2px 1px #c7c7c7;
  z-index: 99999;
  padding: 10px;
  /* 	border: 1px solid #e3e3e3; */
}

.sj-megamenu .mega-right > .sj-megamenu-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sj-megamenu .sj-megamenu-child {
  /* 	border: 1px solid #c7c7c7/9; */
}

.sj-megamenu .sj-megamenu-child > .submenu {
  list-style: none;
  margin: 0;
  display: block;
}

.sj-megamenu .sj-megamenu-child > .submenu.sj-magamenu-jmod {
  padding: 0;
}

.sj-megamenu li:focus > .sj-megamenu-child,
.sj-megamenu li > a:focus + .sj-megamenu-child,
.sj-megamenu li.open > .sj-megamenu-child {
  top: 0;
}

.sj-megamenu li.level-1:focus > .sj-megamenu-child,
.sj-megamenu li.level-1 > a:focus + .sj-megamenu-child,
.sj-megamenu li.level-1.open > .sj-megamenu-child {
  top: 100%;
}

.sj-megamenu .sj-megamenu-child > .submenu > li > a {
  color: #686868;
  display: block;
  padding: 7px 0;
  margin-left: 5px;
}

/** parent style */

.sj-megamenu .submenu > .parent.mega-pinned > a:after {
  content: none;
}

.sj-megamenu .submenu > .mega-pinned > a {
  background-image: none !important;
}

.sj-megamenu .sj-megamenu-child > .submenu > li > a:hover > span > span,
.sj-megamenu .sj-megamenu-child > .submenu > li > a:focus > span > span,
.sj-megamenu .sj-megamenu-child > .submenu:hover > aspan > span,
.sj-megamenu .sj-megamenu-child > .submenu > li:hover > aspan > span,
.sj-megamenu .sj-megamenu-child > .submenu > li.open > a > span > span {
  text-decoration: none;
  background-repeat: repeat-x;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  color: #ffa812;
}

.sj-megamenu .sj-megamenu-child > .submenu > li > a:hover {
  text-decoration: none;
}

.sj-megamenu .sj-megamenu-child > .submenu > li.active > a > span > span {
  color: #ffa812;
}

.sj-megamenu .sj-megamenu-child > .submenu > li.active > a {
}

.sj-megamenu .submenu > .parent > a {
  background-image: url(../img/arrow.png);
  background-position: right center;
  background-repeat: no-repeat !important;
}

.sj-megamenu .submenu > .parent.fly-left > a {
  background-image: url(../img/arrowleft.png);
  background-repeat: no-repeat !important;
}

.sj-megamenu .sj-megamenu-child > .submenu > li.open {
  position: relative;
}

.sj-megamenu .level-2 .sj-megamenu-child {
  left: 100%;
  display: none;
  top: 0;
}

.sj-megamenu .fly-left > .sj-megamenu-child {
  left: auto;
  right: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.sj-megamenu .fly-left > .sj-megamenu-child > .submenu {
  background-color: #fff;
  padding: 5px 10px;
}

.sj-megamenu .fly-left > .sj-megamenu-child > .submenu {
  /* 	border\*: 1px solid #c7c7c7\9; */
}

.sj-megamenu .mega-right > .sj-megamenu-child {
  /*left: 100%;*/
  right: 0;
  border: 0;
  margin-left: -1px;
  background: transparent;
  padding: 0;
}

.sj-megamenu .mega-right > .sj-megamenu-child > .submenu {
  /*margin-left: -100%;*/
  background-color: #fff;
  /*border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);*/
  -webkit-box-shadow: 0 0 2px 1px #c7c7c7;
  -moz-box-shadow: 0 0 2px 1px #c7c7c7;
  box-shadow: 0 0 2px 1px #c7c7c7;
  width: 100%;
  padding: 10px 0;
}

.sj-megamenu .sj-megamenu-child > .submenu > li.open > .sj-megamenu-child {
  top: 0;
  display: block;
}

/** for pinned display type *****/

.sj-megamenu .mega-pinned > a {
  background-image: none;
}

.sj-megamenu .mega-pinned > a > span > span {
  text-transform: uppercase;
  font-weight: bold;
  color: #444444;
}

.sj-megamenu .mega-pinned > a > span > em {
  text-transform: none;
  font-weight: normal;
}

.sj-megamenu .mega-pinned > .sj-megamenu-child {
  position: static;
  display: block;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.sj-megamenu .mega-pinned > .sj-megamenu-child > .submenu > li {
  float: none;
  display: block;
}

.sj-megamenu .mega-pinned.float-pinned > .sj-megamenu-child > .submenu > li {
  float: left;
  display: block;
}

/** /sj-megamenu-child *****/

/* divider */

.sj-megamenu .sj-megamenu-child .divider {
  height: 1px;
  margin: 5px 0;
  float: left;
  width: 100% !important;
  display: block;
  clear: both;
  border-top: 1px dashed #cccccc;
}

.sj-megamenu .sj-megamenu-child .divider.col12 {
  /*margin: 5px 10px;*/
}

/** cols **/

.sj-megamenu li[class*="col"] {
  float: left;
  position: relative;
}

.sj-megamenu ul[class*="cols"]:before,
.sj-megamenu ul[class*="cols"]:after {
  content: "";
  display: table;
}

.sj-megamenu ul[class*="cols"]:after {
  clear: both;
}

/***********sj-megamenu-jmod*************/

.sj-megamenu .sj-megamenu-child > .submenu.sj-magamenu-jmod .jmod-output {
  /* 	padding: 10px 10px 0 10px; */
}

/* style for link content */

/* title [span]
/* icon <img>
/* description <em> */

.sj-megamenu a,
.sj-megamenu a > span,
.sj-megamenu a > em {
  line-height: 100%;
  padding: 5px 0;
}

.sj-megamenu a,
.sj-megamenu .level-1 > a > span,
.sj-megamenu .level-1 > a > em {
  line-height: 18px;
}

.sj-megamenu a > span {
  display: block;
  font-size: 14px;
}

.sj-megamenu a > span em {
  font-size: 11px;
}

.sj-megamenu .level-1 > a,
.sj-megamenu .level-1 > a > span,
.sj-megamenu .level-1 > a > span > em {
  white-space: nowrap;
  color: #fff;
}

.sj-megamenu .level-1 > a > span > span {
  text-transform: uppercase;
  font-size: 12px;
}

.sj-megamenu a[data-image="on"] {
}

.sj-megamenu a[data-image="on"]:before,
.sj-megamenu a[data-image="on"]:after {
  display: table;
  content: "";
}

.sj-megamenu a[data-image="on"]:after {
  clear: both;
}

.sj-megamenu .level-1 > a[data-image="on"] > img {
  float: left;
  margin-right: 0;
}

.sj-megamenu a[data-image="on"] > img {
  float: left;
  margin-right: 15px;
}

.sj-megamenu .level-1.ico-24 > a[data-image="on"] > span {
  margin-left: 35px;
  /* icon size + margin-right */
}

.sj-megamenu .level-1.ico-32 > a[data-image="on"] > span {
  margin-left: 45px;
  /* icon size + margin-right */
}

.sj-megamenu .level-1.ico-32 > a[data-title="off"] > span {
  margin-left: 45px;
  /* icon size + margin-right */
}

.sj-megamenu .level-1.ico-48 > a[data-image="on"] > span {
  margin-left: 58px;
  /* icon size + margin-right */
}

.sj-megamenu [data-description="on"] > span > em:before {
  content: "";
  display: block;
}

.sj-megamenu .level-1 > [data-description="on"] > span {
  padding-top: 12px;
}

.sj-megamenu .level-1 > [data-title="off"] > span > em {
  line-height: 36px;
}

.sj-megamenu .level-1 > [data-description="off"] > span > span {
  line-height: 63px;
}

.sj-megamenu .level-1.ico-24 > [data-image="on"] > img {
  margin-top: 18px;
}

.sj-megamenu .level-1.ico-32 > [data-image="on"] > img {
  margin-top: 14px;
}

.sj-megamenu .level-1.ico-48 > [data-image="on"] > img {
  margin-top: 6px;
}

/*cols and col for item*/

.sj-megamenu .cols5 > .col1 {
  width: 18%;
  margin: 0 1%;
}

.sj-megamenu .cols5 > .col2 {
  width: 38%;
  margin: 0 1%;
}

.sj-megamenu .cols5 > .col3 {
  width: 58%;
  margin: 0 1%;
}

.sj-megamenu .cols5 > .col4 {
  width: 78%;
  margin: 0 1%;
}

.sj-megamenu .cols5 > .col5 {
  width: 100%;
}

.sj-megamenu .cols9 > .col1 {
  width: 9.1111%;
  margin: 0 1%;
}

.sj-megamenu .cols9 > .col2 {
  width: 20.2222%;
  margin: 0 1%;
}

.sj-megamenu .cols9 > .col3 {
  width: 31.3333%;
  margin: 0 1%;
}

.sj-megamenu .cols9 > .col4 {
  width: 42.4444%;
  margin: 0 1%;
}

.sj-megamenu .cols9 > .col5 {
  width: 53.5556%;
  margin: 0 1%;
}

.sj-megamenu .cols9 > .col6 {
  width: 64.6667%;
  margin: 0 1%;
}

.sj-megamenu .cols9 > .col7 {
  width: 75.7778%;
  margin: 0 1%;
}

.sj-megamenu .cols9 > .col8 {
  width: 86.8889%;
  margin: 0 1%;
}

.sj-megamenu .cols9 > .col9 {
  width: 100%;
}

.sj-megamenu .cols12 > .col1 {
  width: 6.3333%;
  margin: 0 1%;
}

.sj-megamenu .cols12 > .col2 {
  width: 14.6667%;
  margin: 0 1%;
}

.sj-megamenu .cols12 > .col3 {
  width: 23%;
  margin: 0 1%;
}

.sj-megamenu .cols12 > .col4 {
  width: 31.3333%;
  margin: 0 1%;
}

.sj-megamenu .cols12 > .col5 {
  width: 39.6667%;
  margin: 0 1%;
}

.sj-megamenu .cols12 > .col6 {
  width: 48%;
  margin: 0 1%;
}

.sj-megamenu .cols12 > .col7 {
  width: 56.3333%;
  margin-right: 2%;
}

.sj-megamenu .cols12 > .col8 {
  width: 64.6667%;
  margin: 0 1%;
}

.sj-megamenu .cols12 > .col9 {
  width: 73%;
  margin: 0 1%;
}

.sj-megamenu .cols12 > .col10 {
  width: 81.3333%;
  margin: 0 1%;
}

.sj-megamenu .cols12 > .col11 {
  width: 89.6667%;
  margin: 0 1%;
}

.sj-megamenu .cols12 > .col12 {
  width: 100%;
}

/*css for button*/

.sambar .sambar-inner .btn-sambar {
  background: #1d1d1d;
  background-image: linear-gradient(bottom, rgb(17, 17, 17) 1%, rgb(31, 31, 31) 57%, rgb(48, 48, 48) 85%);
  background-image: -o-linear-gradient(bottom, rgb(17, 17, 17) 1%, rgb(31, 31, 31) 57%, rgb(48, 48, 48) 85%);
  background-image: -moz-linear-gradient(bottom, rgb(17, 17, 17) 1%, rgb(31, 31, 31) 57%, rgb(48, 48, 48) 85%);
  background-image: -webkit-linear-gradient(bottom, rgb(17, 17, 17) 1%, rgb(31, 31, 31) 57%, rgb(48, 48, 48) 85%);
  background-image: -ms-linear-gradient(bottom, rgb(17, 17, 17) 1%, rgb(31, 31, 31) 57%, rgb(48, 48, 48) 85%);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  padding: 7px 10px;
  display: none;
}

.sambar .sambar-inner .btn-inner {
  background: #08c;
  width: 100%;
  padding: 7px 0;
  float: left;
}

.sambar .btn-sambar .icon-bar {
  background-color: #f5f5f5;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  margin: 2px 0;
  width: 18px;
}

.sambar .btn-sambar:hover {
  background: #040404;
}

/*Style for span tag*/

.sj-megamenu:hover > span,
.sj-megamenu .level-1:hover > span,
.sj-megamenu .level-1 > span:hover,
.sj-megamenu .level-1 > span:focus {
  background-color: #eee;
  text-decoration: none;
  color: #0088cc;
}

.sj-megamenu .level-1.active:hover > span,
.sj-megamenu .level-1.active > span:hover,
.sj-megamenu .level-1.active > span:focus {
  background-color: #0088cc;
  text-decoration: none;
  color: #fff;
}

.sj-megamenu > .active > span,
.sj-megamenu > .active > span:hover {
  background-color: #08c;
  color: #fff;
}

.sj-megamenu .sj-megamenu-child > .submenu > li > span {
  color: #333333;
  display: block;
  padding: 5px 15px;
}

/** parent style */

.sj-megamenu .submenu > .parent > span {
  background-image: url(../img/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.sj-megamenu .submenu > .parent.mega-pinned > span:after {
  content: none;
}

.sj-megamenu .sj-megamenu-child > .submenu > li > span:hover,
.sj-megamenu .sj-megamenu-child > .submenu > li > span:focus,
.sj-megamenu .sj-megamenu-child > .submenu:hover > span,
.sj-megamenu .sj-megamenu-child > .submenu > li:hover > span,
.sj-megamenu .sj-megamenu-child > .submenu > li.active > span {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
}

.sj-megamenu span {
  line-height: 100%l;
}

/** for pinned display type *****/

.sj-megamenu .mega-pinned > span > span {
  text-transform: uppercase;
  font-weight: bold;
}

.sj-megamenu .mega-pinned > span > span > em {
  text-transform: none;
  font-weight: normal;
}

.sj-megamenu span,
.sj-megamenu span > span,
.sj-megamenu span > em {
  font-style: normal;
}

.sj-megamenu span > span {
  display: block;
}

.sj-megamenu .level-1 > span,
.sj-megamenu .level-1 > span > span,
.sj-megamenu .level-1 > span > span > em {
  white-space: nowrap;
}

.sj-megamenu span[data-image="on"]:before,
.sj-megamenu span[data-image="on"]:after {
  display: table;
  content: "";
}

.sj-megamenu span[data-image="on"]:after {
  clear: both;
}

.sj-megamenu span[data-image="on"] > img {
  float: left;
  margin-right: 10px;
}

.sj-megamenu .level-1.ico-24 span[data-image="on"] > span {
  margin-left: 34px;
  /* icon size + margin-right */
}

.sj-megamenu .level-1.ico-32 span[data-image="on"] > span {
  margin-left: 42px;
  /* icon size + margin-right */
}

.sj-megamenu .level-1.ico-48 span[data-image="on"] > span {
  margin-left: 58px;
  /* icon size + margin-right */
}

.sj-megamenu span[data-description="on"] > span > em:before {
  content: "";
  display: block;
}

@media all and (max-width: 980px) {
  .sambar .sambar-inner {
    background-color: #4f4f4f;
    background-image: linear-gradient(bottom, rgb(43, 43, 43) 4%, rgb(59, 59, 59) 36%, rgb(79, 79, 79) 75%);
    background-image: -o-linear-gradient(bottom, rgb(43, 43, 43) 4%, rgb(59, 59, 59) 36%, rgb(79, 79, 79) 75%);
    background-image: -moz-linear-gradient(bottom, rgb(43, 43, 43) 4%, rgb(59, 59, 59) 36%, rgb(79, 79, 79) 75%);
    background-image: -webkit-linear-gradient(bottom, rgb(43, 43, 43) 4%, rgb(59, 59, 59) 36%, rgb(79, 79, 79) 75%);
    background-image: -ms-linear-gradient(bottom, rgb(43, 43, 43) 4%, rgb(59, 59, 59) 36%, rgb(79, 79, 79) 75%);
    background-repeat: repeat-x;
  }
  .sj-megamenu {
    background-color: #4f4f4f;
    background-image: linear-gradient(bottom, rgb(43, 43, 43) 4%, rgb(59, 59, 59) 36%, rgb(79, 79, 79) 75%);
    background-image: -o-linear-gradient(bottom, rgb(43, 43, 43) 4%, rgb(59, 59, 59) 36%, rgb(79, 79, 79) 75%);
    background-image: -moz-linear-gradient(bottom, rgb(43, 43, 43) 4%, rgb(59, 59, 59) 36%, rgb(79, 79, 79) 75%);
    background-image: -webkit-linear-gradient(bottom, rgb(43, 43, 43) 4%, rgb(59, 59, 59) 36%, rgb(79, 79, 79) 75%);
    background-image: -ms-linear-gradient(bottom, rgb(43, 43, 43) 4%, rgb(59, 59, 59) 36%, rgb(79, 79, 79) 75%);
    float: none;
  }
  .sambar ul li {
    margin: 0 !important;
  }
  .sj-megamenu .level-1,
  .sj-megamenu .level-1.mega-right {
    float: none;
    position: static;
    width: 100%;
    clear: both;
  }
  .sj-megamenu > .level-1 {
    border: none;
    border-top: 1px solid #ccc;
  }
  .sj-megamenu .level-1:first-child:hover > a,
  .sj-megamenu .level-1:first-child > a:hover,
  .sj-megamenu .level-1:first-child > a:focus,
  .sj-megamenu .level-1:first-child:hover > span,
  .sj-megamenu .level-1:first-child > span:hover,
  .sj-megamenu .level-1:first-child > span:focus,
  .sj-megamenu .level-1:first-child.active > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .sj-megamenu .level-1:last-child:hover > a,
  .sj-megamenu .level-1:last-child > a:hover,
  .sj-megamenu .level-1:last-child > a:focus,
  .sj-megamenu .level-1:last-child:hover > span,
  .sj-megamenu .level-1:last-child > span:hover,
  .sj-megamenu .level-1:last-child > span:focus,
  .sj-megamenu .level-1:last-child.active > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
  .sj-megamenu .level-1 > a,
  .sj-megamenu .level-1 > span {
    height: 45px;
  }
  .sj-megamenu > .level-1 .submenu > li {
    width: 100% !important;
  }
  .sj-megamenu > .level-1 li.jmod-output {
    width: auto !important;
  }
  .sj-megamenu .sj-megamenu-child {
    position: static;
    width: 100% !important;
    border: none;
    height: auto;
    display: table;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sj-megamenu > .level-1 > .sj-megamenu-child {
    padding: 0;
    margin-top: 0;
  }
  .sj-megamenu > .level-1.open > .sj-megamenu-child {
    padding: 10px 0 15px 0;
  }
  .sj-megamenu > .level-1 > .sj-megamenu-child > .submenu {
    margin: 0 10px;
  }
  .sj-megamenu .level-1 > [data-description="on"] > span {
    padding-top: 5px;
  }
  .sj-megamenu .level-1 > [data-title="off"] > span > em {
    line-height: 36px;
  }
  .sj-megamenu .level-1 > [data-description="off"] > span > span {
    line-height: 46px;
  }
  .sj-megamenu .level-1.ico-24 > [data-image="on"] > img {
    margin-top: 10px;
  }
  .sj-megamenu .level-1.ico-32 > [data-image="on"] > img {
    margin-top: 7px;
  }
  .sj-megamenu .level-1.ico-48 > [data-image="on"] > img {
    margin-top: 6px;
  }
  .sj-megamenu .fly-left > .sj-megamenu-child > .submenu {
    margin-left: 0;
    background-color: #fff;
    border: none;
  }
  .sj-megamenu .sj-megamenu-child > .submenu {
    display: none;
  }
  .sj-megamenu .mega-pinned > .sj-megamenu-child {
    padding: 0;
  }
  .sj-megamenu li.open > .sj-megamenu-child > .submenu {
    display: block;
  }
  .sj-megamenu .mega-right > .sj-megamenu-child > .submenu {
    margin-left: 0;
    background-color: #fff;
    border: none;
    width: 100%;
  }
  .sj-megamenu .mega-pinned > .sj-megamenu-child {
    position: static;
    display: table;
    border: 0;
  }
  .sj-megamenu .mega-pinned > .sj-megamenu-child > .submenu {
    display: block;
  }
  .sambar .sambar-inner .btn-sambar {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    clear: both;
    margin: 7px;
  }
  .sambar .sambar-inner .btn-sambar + .sj-megamenu {
    display: none;
    width: 100%;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .sambar .sambar-inner .btn-sambar.open + .sj-megamenu {
    /*display: block;*/
  }
  .sj-megamenu .sj-megamenu-child > .submenu.sj-magamenu-jmod .jmod-output {
    padding-bottom: 5px;
  }
  .sj-megamenu .mega-right > .sj-megamenu-child {
    margin-left: 0;
  }
}

/**************************css for event is hover on PC*****************************/

@media all and (min-width: 980px) {
  .sj-megamenu-hover li > a:hover + .sj-megamenu-child,
  .sj-megamenu-hover li > a:focus + .sj-megamenu-child,
  .sj-megamenu-hover li:hover > a + .sj-megamenu-child {
    display: block;
  }
  .sj-megamenu-hover .sj-megamenu-child > .submenu > li > .sj-megamenu-child {
    top: 0;
  }
  .sj-megamenu-hover .sj-megamenu-child > .submenu > li:hover > .sj-megamenu-child {
    top: 0;
    display: block;
  }
  .sj-megamenu-hover .sj-megamenu-child > .submenu > li.open > .sj-megamenu-child,
  .sj-megamenu-hover li.open > .sj-megamenu-child {
    display: none;
  }
}

.lt-ie9 .sj-megamenu-hover li > a:hover + .sj-megamenu-child,
.lt-ie9 .sj-megamenu-hover li > a:focus + .sj-megamenu-child,
.lt-ie9 .sj-megamenu-hover li:hover > a + .sj-megamenu-child {
  display: block;
}

/*Sj style update*/

.menu_vertical .sj-megamenu .level-1 {
  border: 0px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu_vertical .sj-megamenu .level-1 .sj-menu-left,
.menu_vertical .sj-megamenu .level-1 .sj-menu-right {
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.menu_vertical .sj-megamenu-parent > li.sj-has-child > a {
  position: relative;
}

.sambar.layout1 .menu_vertical .sj-megamenu-parent > li.sj-has-child > a:after {
  position: absolute;
  content: "\f105";
  right: 20px;
}

.sambar.layout2 .menu_vertical .sj-megamenu-parent > li.sj-has-child > a:after {
  content: "\f104";
  position: absolute;
  left: 20px;
}

.sj-megamenu-row * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sj-megamenu .level-1.sj-megamenu-full-option {
  position: static;
}

.sj-megamenu-row:before,
.sj-megamenu-row:after {
  content: " ";
  display: table;
}

.sj-megamenu-row:after {
  clear: both;
}

.sj-megamenu-row {
  margin-left: -10px;
  margin-right: -10px;
}

ul,
ol {
  margin: 0;
  list-style-type: none;
}

.sj-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}

.sj-megamenu-parent .sj-dropdown li.sj-menu-item > a:hover {
  color: blue;
}

.sj-megamenu-parent > li.menu-justify {
  position: static;
}

.sj-megamenu-parent > li > a,
.sj-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
}

.sj-megamenu-parent > li.sj-has-child > a:after {
  font-family: "FontAwesome";
  content: " \f107";
  margin-left: 10px;
}

.sj-megamenu-parent .sj-module {
  padding: 10px;
}

.sj-megamenu-parent .sj-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}

.sj-megamenu-parent ul.sj-mega-group li.sj-menu-item {
  width: 100%;
}

.sj-megamenu-parent .sj-mega-group .sj-mega-group-child .sj-dropdown-sub {
  background: #fff;
}

.sj-megamenu-parent .sj-mega-group .sj-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sj-megamenu-parent .sj-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.sj-megamenu-parent > .level-1 > .sj-dropdown > .sj-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.sj-megamenu-parent .sj-dropdown .sj-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sj-megamenu-parent .sj-dropdown .sj-dropdown-items .sj-has-child > a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
  position: absolute;
  right: 10px;
}

.sj-megamenu-parent .sj-dropdown.sj-menu-center {
  margin-left: 45px;
}

.sj-megamenu-parent .sj-dropdown.sj-dropdown-main {
  top: 100%;
}

.sj-megamenu-parent .sj-dropdown.sj-dropdown-main.sj-menu-right {
  left: 0;
}

.sj-megamenu-parent .sj-dropdown.sj-dropdown-main.sj-menu-full {
  left: 0;
  right: auto;
}

.sj-megamenu-parent .sj-dropdown.sj-dropdown-main.sj-menu-left {
  right: 0;
}

.sj-megamenu-parent .sj-dropdown.sj-dropdown-sub {
  top: 0;
  left: 100%;
}

.sj-megamenu-parent .sj-dropdown.sj-dropdown-sub .sj-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.sj-megamenu-parent .sj-dropdown li.sj-menu-item {
  display: block;
  padding: 0;
  position: relative;
}

.sj-megamenu-parent .sj-dropdown li.sj-menu-item > a,
.sj-megamenu-parent .sj-dropdown li.sj-menu-item > span {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  padding: 10px;
  color: #141414;
  cursor: pointer;
  text-align: left;
  align-items: center;
}

.sj-megamenu-parent .sj-dropdown li.sj-menu-item > a.sj-group-title {
  text-transform: uppercase;
  font-weight: bold;
}

.sj-megamenu-parent .sj-dropdown li.level-2.sj-menu-item.mega-right > a,
.sj-megamenu-parent .sj-dropdown li.level-3.sj-menu-item.mega-right > a {
  text-align: right;
}

.sj-megamenu-parent .sj-dropdown li.sj-menu-item > a:hover {
  /*color: #fff;*/
  text-decoration: none;
}

.sj-megamenu-parent .sj-dropdown li.sj-menu-item.active > a:hover {
  /*color: #fff;*/
  text-decoration: none;
}

.sj-megamenu-parent .sj-dropdown-mega > .row {
  margin-top: 30px;
}

.sj-megamenu-parent .sj-dropdown-mega > .row:first-child {
  margin-top: 0;
}

.sj-megamenu-hover .sj-megamenu-parent .sj-has-child:hover > .sj-dropdown {
  display: block;
}

.sj-megamenu-parent.menu-fade .sj-has-child:hover > .sj-dropdown {
  /*-webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;*/
}

@media (max-width: 1199px) {
  .sj-megamenu-parent.menu-fade .sj-has-child:hover > .sj-dropdown {
    display: block;
  }
}

.sj-megamenu-parent.menu-zoom .sj-has-child:hover > .sj-dropdown {
  /*-webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;*/
}

.sj-megamenu-parent.sj-megamenu-horizontal .sj-dropdown.sj-dropdown-main.sj-menu-full {
  left: 0 !important;
  width: 100% !important;
}

.sj-megamenu-col-xs-1,
.sj-megamenu-col-sm-1,
.sj-megamenu-col-md-1,
.sj-megamenu-col-lg-1,
.sj-megamenu-col-xs-2,
.sj-megamenu-col-sm-2,
.sj-megamenu-col-md-2,
.sj-megamenu-col-lg-2,
.sj-megamenu-col-xs-3,
.sj-megamenu-col-sm-3,
.sj-megamenu-col-md-3,
.sj-megamenu-col-lg-3,
.sj-megamenu-col-xs-4,
.sj-megamenu-col-sm-4,
.sj-megamenu-col-md-4,
.sj-megamenu-col-lg-4,
.sj-megamenu-col-xs-5,
.sj-megamenu-col-sm-5,
.sj-megamenu-col-md-5,
.sj-megamenu-col-lg-5,
.sj-megamenu-col-xs-6,
.sj-megamenu-col-sm-6,
.sj-megamenu-col-md-6,
.sj-megamenu-col-lg-6,
.sj-megamenu-col-xs-7,
.sj-megamenu-col-sm-7,
.sj-megamenu-col-md-7,
.sj-megamenu-col-lg-7,
.sj-megamenu-col-xs-8,
.sj-megamenu-col-sm-8,
.sj-megamenu-col-md-8,
.sj-megamenu-col-lg-8,
.sj-megamenu-col-xs-9,
.sj-megamenu-col-sm-9,
.sj-megamenu-col-md-9,
.sj-megamenu-col-lg-9,
.sj-megamenu-col-xs-10,
.sj-megamenu-col-sm-10,
.sj-megamenu-col-md-10,
.sj-megamenu-col-lg-10,
.sj-megamenu-col-xs-11,
.sj-megamenu-col-sm-11,
.sj-megamenu-col-md-11,
.sj-megamenu-col-lg-11,
.sj-megamenu-col-xs-12,
.sj-megamenu-col-sm-12,
.sj-megamenu-col-md-12,
.sj-megamenu-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.sj-megamenu-col-xs-1,
.sj-megamenu-col-xs-2,
.sj-megamenu-col-xs-3,
.sj-megamenu-col-xs-4,
.sj-megamenu-col-xs-5,
.sj-megamenu-col-xs-6,
.sj-megamenu-col-xs-7,
.sj-megamenu-col-xs-8,
.sj-megamenu-col-xs-9,
.sj-megamenu-col-xs-10,
.sj-megamenu-col-xs-11,
.sj-megamenu-col-xs-12 {
  float: left;
}

.sj-megamenu-col-xs-12 {
  width: 100%;
}

.sj-megamenu-col-xs-11 {
  width: 91.66666667%;
}

.sj-megamenu-col-xs-10 {
  width: 83.33333333%;
}

.sj-megamenu-col-xs-9 {
  width: 75%;
}

.sj-megamenu-col-xs-8 {
  width: 66.66666667%;
}

.sj-megamenu-col-xs-7 {
  width: 58.33333333%;
}

.sj-megamenu-col-xs-6 {
  width: 50%;
}

.sj-megamenu-col-xs-5 {
  width: 41.66666667%;
}

.sj-megamenu-col-xs-4 {
  width: 33.33333333%;
}

.sj-megamenu-col-xs-3 {
  width: 25%;
}

.sj-megamenu-col-xs-2 {
  width: 16.66666667%;
}

.sj-megamenu-col-xs-1 {
  width: 8.33333333%;
}

.sj-megamenu-col-xs-pull-12 {
  right: 100%;
}

.sj-megamenu-col-xs-pull-11 {
  right: 91.66666667%;
}

.sj-megamenu-col-xs-pull-10 {
  right: 83.33333333%;
}

.sj-megamenu-col-xs-pull-9 {
  right: 75%;
}

.sj-megamenu-col-xs-pull-8 {
  right: 66.66666667%;
}

.sj-megamenu-col-xs-pull-7 {
  right: 58.33333333%;
}

.sj-megamenu-col-xs-pull-6 {
  right: 50%;
}

.sj-megamenu-col-xs-pull-5 {
  right: 41.66666667%;
}

.sj-megamenu-col-xs-pull-4 {
  right: 33.33333333%;
}

.sj-megamenu-col-xs-pull-3 {
  right: 25%;
}

.sj-megamenu-col-xs-pull-2 {
  right: 16.66666667%;
}

.sj-megamenu-col-xs-pull-1 {
  right: 8.33333333%;
}

.sj-megamenu-col-xs-pull-0 {
  right: auto;
}

.sj-megamenu-col-xs-push-12 {
  left: 100%;
}

.sj-megamenu-col-xs-push-11 {
  left: 91.66666667%;
}

.sj-megamenu-col-xs-push-10 {
  left: 83.33333333%;
}

.sj-megamenu-col-xs-push-9 {
  left: 75%;
}

.sj-megamenu-col-xs-push-8 {
  left: 66.66666667%;
}

.sj-megamenu-col-xs-push-7 {
  left: 58.33333333%;
}

.sj-megamenu-col-xs-push-6 {
  left: 50%;
}

.sj-megamenu-col-xs-push-5 {
  left: 41.66666667%;
}

.sj-megamenu-col-xs-push-4 {
  left: 33.33333333%;
}

.sj-megamenu-col-xs-push-3 {
  left: 25%;
}

.sj-megamenu-col-xs-push-2 {
  left: 16.66666667%;
}

.sj-megamenu-col-xs-push-1 {
  left: 8.33333333%;
}

.sj-megamenu-col-xs-push-0 {
  left: auto;
}

.sj-megamenu-col-xs-offset-12 {
  margin-left: 100%;
}

.sj-megamenu-col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.sj-megamenu-col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.sj-megamenu-col-xs-offset-9 {
  margin-left: 75%;
}

.sj-megamenu-col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.sj-megamenu-col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.sj-megamenu-col-xs-offset-6 {
  margin-left: 50%;
}

.sj-megamenu-col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.sj-megamenu-col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.sj-megamenu-col-xs-offset-3 {
  margin-left: 25%;
}

.sj-megamenu-col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.sj-megamenu-col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.sj-megamenu-col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .sj-megamenu-col-sm-1,
  .sj-megamenu-col-sm-2,
  .sj-megamenu-col-sm-3,
  .sj-megamenu-col-sm-4,
  .sj-megamenu-col-sm-5,
  .sj-megamenu-col-sm-6,
  .sj-megamenu-col-sm-7,
  .sj-megamenu-col-sm-8,
  .sj-megamenu-col-sm-9,
  .sj-megamenu-col-sm-10,
  .sj-megamenu-col-sm-11,
  .sj-megamenu-col-sm-12 {
    float: left;
  }
  .sj-megamenu-col-sm-12 {
    width: 100%;
  }
  .sj-megamenu-col-sm-11 {
    width: 91.66666667%;
  }
  .sj-megamenu-col-sm-10 {
    width: 83.33333333%;
  }
  .sj-megamenu-col-sm-9 {
    width: 75%;
  }
  .sj-megamenu-col-sm-8 {
    width: 66.66666667%;
  }
  .sj-megamenu-col-sm-7 {
    width: 58.33333333%;
  }
  .sj-megamenu-col-sm-6 {
    width: 50%;
  }
  .sj-megamenu-col-sm-5 {
    width: 41.66666667%;
  }
  .sj-megamenu-col-sm-4 {
    width: 33.33333333%;
  }
  .sj-megamenu-col-sm-3 {
    width: 25%;
  }
  .sj-megamenu-col-sm-2 {
    width: 16.66666667%;
  }
  .sj-megamenu-col-sm-1 {
    width: 8.33333333%;
  }
  .sj-megamenu-col-sm-pull-12 {
    right: 100%;
  }
  .sj-megamenu-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .sj-megamenu-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .sj-megamenu-col-sm-pull-9 {
    right: 75%;
  }
  .sj-megamenu-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .sj-megamenu-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .sj-megamenu-col-sm-pull-6 {
    right: 50%;
  }
  .sj-megamenu-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .sj-megamenu-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .sj-megamenu-col-sm-pull-3 {
    right: 25%;
  }
  .sj-megamenu-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .sj-megamenu-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .sj-megamenu-col-sm-pull-0 {
    right: auto;
  }
  .sj-megamenu-col-sm-push-12 {
    left: 100%;
  }
  .sj-megamenu-col-sm-push-11 {
    left: 91.66666667%;
  }
  .sj-megamenu-col-sm-push-10 {
    left: 83.33333333%;
  }
  .sj-megamenu-col-sm-push-9 {
    left: 75%;
  }
  .sj-megamenu-col-sm-push-8 {
    left: 66.66666667%;
  }
  .sj-megamenu-col-sm-push-7 {
    left: 58.33333333%;
  }
  .sj-megamenu-col-sm-push-6 {
    left: 50%;
  }
  .sj-megamenu-col-sm-push-5 {
    left: 41.66666667%;
  }
  .sj-megamenu-col-sm-push-4 {
    left: 33.33333333%;
  }
  .sj-megamenu-col-sm-push-3 {
    left: 25%;
  }
  .sj-megamenu-col-sm-push-2 {
    left: 16.66666667%;
  }
  .sj-megamenu-col-sm-push-1 {
    left: 8.33333333%;
  }
  .sj-megamenu-col-sm-push-0 {
    left: auto;
  }
  .sj-megamenu-col-sm-offset-12 {
    margin-left: 100%;
  }
  .sj-megamenu-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .sj-megamenu-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .sj-megamenu-col-sm-offset-9 {
    margin-left: 75%;
  }
  .sj-megamenu-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .sj-megamenu-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .sj-megamenu-col-sm-offset-6 {
    margin-left: 50%;
  }
  .sj-megamenu-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .sj-megamenu-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .sj-megamenu-col-sm-offset-3 {
    margin-left: 25%;
  }
  .sj-megamenu-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .sj-megamenu-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .sj-megamenu-col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .sj-megamenu-col-md-1,
  .sj-megamenu-col-md-2,
  .sj-megamenu-col-md-3,
  .sj-megamenu-col-md-4,
  .sj-megamenu-col-md-5,
  .sj-megamenu-col-md-6,
  .sj-megamenu-col-md-7,
  .sj-megamenu-col-md-8,
  .sj-megamenu-col-md-9,
  .sj-megamenu-col-md-10,
  .sj-megamenu-col-md-11,
  .sj-megamenu-col-md-12 {
    float: left;
  }
  .sj-megamenu-col-md-12 {
    width: 100%;
  }
  .sj-megamenu-col-md-11 {
    width: 91.66666667%;
  }
  .sj-megamenu-col-md-10 {
    width: 83.33333333%;
  }
  .sj-megamenu-col-md-9 {
    width: 75%;
  }
  .sj-megamenu-col-md-8 {
    width: 66.66666667%;
  }
  .sj-megamenu-col-md-7 {
    width: 58.33333333%;
  }
  .sj-megamenu-col-md-6 {
    width: 50%;
  }
  .sj-megamenu-col-md-5 {
    width: 41.66666667%;
  }
  .sj-megamenu-col-md-4 {
    width: 33.33333333%;
  }
  .sj-megamenu-col-md-3 {
    width: 25%;
  }
  .sj-megamenu-col-md-2 {
    width: 16.66666667%;
  }
  .sj-megamenu-col-md-1 {
    width: 8.33333333%;
  }
  .sj-megamenu-col-md-pull-12 {
    right: 100%;
  }
  .sj-megamenu-col-md-pull-11 {
    right: 91.66666667%;
  }
  .sj-megamenu-col-md-pull-10 {
    right: 83.33333333%;
  }
  .sj-megamenu-col-md-pull-9 {
    right: 75%;
  }
  .sj-megamenu-col-md-pull-8 {
    right: 66.66666667%;
  }
  .sj-megamenu-col-md-pull-7 {
    right: 58.33333333%;
  }
  .sj-megamenu-col-md-pull-6 {
    right: 50%;
  }
  .sj-megamenu-col-md-pull-5 {
    right: 41.66666667%;
  }
  .sj-megamenu-col-md-pull-4 {
    right: 33.33333333%;
  }
  .sj-megamenu-col-md-pull-3 {
    right: 25%;
  }
  .sj-megamenu-col-md-pull-2 {
    right: 16.66666667%;
  }
  .sj-megamenu-col-md-pull-1 {
    right: 8.33333333%;
  }
  .sj-megamenu-col-md-pull-0 {
    right: auto;
  }
  .sj-megamenu-col-md-push-12 {
    left: 100%;
  }
  .sj-megamenu-col-md-push-11 {
    left: 91.66666667%;
  }
  .sj-megamenu-col-md-push-10 {
    left: 83.33333333%;
  }
  .sj-megamenu-col-md-push-9 {
    left: 75%;
  }
  .sj-megamenu-col-md-push-8 {
    left: 66.66666667%;
  }
  .sj-megamenu-col-md-push-7 {
    left: 58.33333333%;
  }
  .sj-megamenu-col-md-push-6 {
    left: 50%;
  }
  .sj-megamenu-col-md-push-5 {
    left: 41.66666667%;
  }
  .sj-megamenu-col-md-push-4 {
    left: 33.33333333%;
  }
  .sj-megamenu-col-md-push-3 {
    left: 25%;
  }
  .sj-megamenu-col-md-push-2 {
    left: 16.66666667%;
  }
  .sj-megamenu-col-md-push-1 {
    left: 8.33333333%;
  }
  .sj-megamenu-col-md-push-0 {
    left: auto;
  }
  .sj-megamenu-col-md-offset-12 {
    margin-left: 100%;
  }
  .sj-megamenu-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .sj-megamenu-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .sj-megamenu-col-md-offset-9 {
    margin-left: 75%;
  }
  .sj-megamenu-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .sj-megamenu-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .sj-megamenu-col-md-offset-6 {
    margin-left: 50%;
  }
  .sj-megamenu-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .sj-megamenu-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .sj-megamenu-col-md-offset-3 {
    margin-left: 25%;
  }
  .sj-megamenu-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .sj-megamenu-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .sj-megamenu-col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .sj-megamenu-col-lg-1,
  .sj-megamenu-col-lg-2,
  .sj-megamenu-col-lg-3,
  .sj-megamenu-col-lg-4,
  .sj-megamenu-col-lg-5,
  .sj-megamenu-col-lg-6,
  .sj-megamenu-col-lg-7,
  .sj-megamenu-col-lg-8,
  .sj-megamenu-col-lg-9,
  .sj-megamenu-col-lg-10,
  .sj-megamenu-col-lg-11,
  .sj-megamenu-col-lg-12 {
    float: left;
  }
  .sj-megamenu-col-lg-12 {
    width: 100%;
  }
  .sj-megamenu-col-lg-11 {
    width: 91.66666667%;
  }
  .sj-megamenu-col-lg-10 {
    width: 83.33333333%;
  }
  .sj-megamenu-col-lg-9 {
    width: 75%;
  }
  .sj-megamenu-col-lg-8 {
    width: 66.66666667%;
  }
  .sj-megamenu-col-lg-7 {
    width: 58.33333333%;
  }
  .sj-megamenu-col-lg-6 {
    width: 50%;
  }
  .sj-megamenu-col-lg-5 {
    width: 41.66666667%;
  }
  .sj-megamenu-col-lg-4 {
    width: 33.33333333%;
  }
  .sj-megamenu-col-lg-3 {
    width: 25%;
  }
  .sj-megamenu-col-lg-2 {
    width: 16.66666667%;
  }
  .sj-megamenu-col-lg-1 {
    width: 8.33333333%;
  }
  .sj-megamenu-col-lg-pull-12 {
    right: 100%;
  }
  .sj-megamenu-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .sj-megamenu-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .sj-megamenu-col-lg-pull-9 {
    right: 75%;
  }
  .sj-megamenu-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .sj-megamenu-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .sj-megamenu-col-lg-pull-6 {
    right: 50%;
  }
  .sj-megamenu-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .sj-megamenu-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .sj-megamenu-col-lg-pull-3 {
    right: 25%;
  }
  .sj-megamenu-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .sj-megamenu-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .sj-megamenu-col-lg-pull-0 {
    right: auto;
  }
  .sj-megamenu-col-lg-push-12 {
    left: 100%;
  }
  .sj-megamenu-col-lg-push-11 {
    left: 91.66666667%;
  }
  .sj-megamenu-col-lg-push-10 {
    left: 83.33333333%;
  }
  .sj-megamenu-col-lg-push-9 {
    left: 75%;
  }
  .sj-megamenu-col-lg-push-8 {
    left: 66.66666667%;
  }
  .sj-megamenu-col-lg-push-7 {
    left: 58.33333333%;
  }
  .sj-megamenu-col-lg-push-6 {
    left: 50%;
  }
  .sj-megamenu-col-lg-push-5 {
    left: 41.66666667%;
  }
  .sj-megamenu-col-lg-push-4 {
    left: 33.33333333%;
  }
  .sj-megamenu-col-lg-push-3 {
    left: 25%;
  }
  .sj-megamenu-col-lg-push-2 {
    left: 16.66666667%;
  }
  .sj-megamenu-col-lg-push-1 {
    left: 8.33333333%;
  }
  .sj-megamenu-col-lg-push-0 {
    left: auto;
  }
  .sj-megamenu-col-lg-offset-12 {
    margin-left: 100%;
  }
  .sj-megamenu-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .sj-megamenu-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .sj-megamenu-col-lg-offset-9 {
    margin-left: 75%;
  }
  .sj-megamenu-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .sj-megamenu-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .sj-megamenu-col-lg-offset-6 {
    margin-left: 50%;
  }
  .sj-megamenu-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .sj-megamenu-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .sj-megamenu-col-lg-offset-3 {
    margin-left: 25%;
  }
  .sj-megamenu-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .sj-megamenu-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .sj-megamenu-col-lg-offset-0 {
    margin-left: 0%;
  }
}

/*Bootstrap 3 class without prefix*/

.row * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

/*style update*/

@keyframes effect_icon {
  0% {
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(-5deg);
    -moz-transform: rotateZ(-5deg);
    -webkit-transform: rotateZ(-5deg);
  }
  50% {
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(5deg);
    -moz-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  100% {
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}

@-webkit-keyframes effect_icon {
  0% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(-5deg);
    -webkit-transform: rotateZ(-5deg);
  }
  50% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
    -moz-transform: translate(0, 10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
}

.menu-fade-in-up .sj-dropdown {
  animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
  -moz-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    -moz-transform: translate(-10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    -moz-transform: translate(-10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
}

.menu-fade-in-right .sj-dropdown {
  animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
  -moz-animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0);
    -moz-transform: translate(10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0);
    -moz-transform: translate(10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
  }
}

.menu-fade-in-left .sj-dropdown {
  animation: 500ms ease-in-out 0s normal none 1 running fadeInLeft;
  -moz-animation: 500ms ease-in-out 0s normal none 1 running fadeInLeft;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInLeft;
}

@-webkit-keyframes sjMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes sjMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.menu-fade .sj-dropdown {
  animation: 500ms ease-in-out 0s normal none 1 running sjMenuFadeIn;
  -moz-animation: 500ms ease-in-out 0s normal none 1 running sjMenuFadeIn;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running sjMenuFadeIn;
}

@-webkit-keyframes sjMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes sjMenuZoom {
  0% {
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.menu-zoom .sj-dropdown {
  animation: 500ms ease-in-out 0s normal none 1 running sjMenuZoom;
  -moz-animation: 500ms ease-in-out 0s normal none 1 running sjMenuZoom;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running sjMenuZoom;
}

@-webkit-keyframes sjelastic {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes sjelastic {
  0% {
    opacity: 0;
    transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -webkit-transform: rotateX(-70deg);
    transform-origin: center top 0;
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
}

.menu-elastic .sj-dropdown {
  animation: 500ms ease-in-out 0s normal none 1 running sjelastic;
  -moz-animation: 500ms ease-in-out 0s normal none 1 running sjelastic;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running sjelastic;
}

@-webkit-keyframes sjSliderDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-keyframes sjSliderDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

.menu-slide-down .sj-dropdown {
  animation: 500ms ease-in-out 0s sjSliderDown;
  -moz-animation: 500ms ease-in-out 0s sjSliderDown;
  -webkit-animation: 500ms ease-in-out 0s sjSliderDown;
}

/*menu_horizontal*/

.menu_horizontal .sj-megamenu .level-1 > span img,
.menu_horizontal .sj-megamenu .level-1 > a img {
  margin-right: 10px;
}

.menu_horizontal ul.sj-megamenu-horizontal {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: center;
}

.menu_horizontal .sj-megamenu .level-1 > span,
.menu_horizontal .sj-megamenu .level-1 > a {
  min-height: 46px;
}

.sj-megamenu .level-1 > span,
.sj-megamenu .level-1 > a {
  align-items: center;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  position: relative;
}

.sj-megamenu .level-1 > span .subtitle small,
.sj-megamenu .level-1 > a .subtitle small {
  font-size: 11px;
  color: #ddd;
  text-transform: none;
  margin-top: -2px;
}

.sj-megamenu .level-1 > span .item-desc,
.sj-megamenu .level-1 > a .item-desc {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  padding: 2px 0;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
}

.menu_vertical .title-mod {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #131313;
  margin: 0;
  padding: 20px 15px;
}

.sambar.layout2 .menu_vertical .title-mod {
  direction: rtl;
}

.menu_vertical .title-mod i {
  font-size: 14px;
  margin: 0 15px;
}

.menu_vertical .sj-megamenu .level-1:last-child {
  border: none;
}

.menu_vertical .sj-megamenu .level-1 > a,
.menu_vertical .sj-megamenu .level-1 > span {
  padding: 20px;
}

.menu_vertical .sj-megamenu .level-1 > a:before,
.menu_vertical .sj-megamenu .level-1 > span:before {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -1px;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.sambar.layout1 .menu_vertical .sj-megamenu .level-1 > a:before,
.sambar.layout1 .menu_vertical .sj-megamenu .level-1 > span:before {
  left: 0;
}

.sambar.layout2 .menu_vertical .sj-megamenu .level-1 > a:before,
.sambar.layout2 .menu_vertical .sj-megamenu .level-1 > span:before {
  right: 10px;
  left: auto;
}

.sambar.layout2 .menu_vertical .sj-megamenu .level-1 > a:after,
.sambar.layout2 .menu_vertical .sj-megamenu .level-1 > span:after {
  right: auto;
  left: 0;
}

.sambar.layout2 .menu_vertical .sj-megamenu .level-1:hover > a:after,
.sambar.layout2 .menu_vertical .sj-megamenu .level-1:hover > span:after {
  animation: move2 0.5s ease-in;
  -moz-animation: move2 0.5s ease-in;
  -webkit-animation: move2 0.5s ease-in;
}

.menu_vertical .sj-megamenu .level-1:focus > a:before,
.menu_vertical .sj-megamenu .level-1:focus > span:before,
.menu_vertical .sj-megamenu .level-1.active > a:before,
.menu_vertical .sj-megamenu .level-1.active > span:before,
.menu_vertical .sj-megamenu .level-1:hover > a:before,
.menu_vertical .sj-megamenu .level-1:hover > span:before {
  width: 100%;
  opacity: 0.6;
  transition: all 0.5s ease-in-out;
}

.sambar.layout1 .menu_vertical .sj-megamenu .level-1:focus > a:after,
.sambar.layout1 .menu_vertical .sj-megamenu .level-1:focus > span:after,
.sambar.layout1 .menu_vertical .sj-megamenu .level-1.active > a:after,
.sambar.layout1 .menu_vertical .sj-megamenu .level-1.active > span:after,
.sambar.layout1 .menu_vertical .sj-megamenu .level-1:hover > a:after,
.sambar.layout1 .menu_vertical .sj-megamenu .level-1:hover > span:after {
  /*animation: move1 0.5s ease-in ;*/
  /*-moz-animation: move1 0.5s ease-in ;*/
  /*-webkit-animation: move1 0.5s ease-in ;*/
}

.sambar.layout2 .sj-megamenu-parent > li > a,
.sambar.layout2 .sj-megamenu-parent > li > span {
  text-align: right;
}

.menu_vertical .sj-megamenu .level-1:focus > a,
.menu_vertical .sj-megamenu .level-1:focus > span,
.menu_vertical .sj-megamenu .level-1.active > a,
.menu_vertical .sj-megamenu .level-1.active > span,
.menu_vertical .sj-megamenu .level-1:hover > a,
.menu_vertical .sj-megamenu .level-1:hover > span {
  background: none;
}

.menu_vertical .sj-megamenu .level-1:focus > a > img,
.menu_vertical .sj-megamenu .level-1:focus > span > img,
.menu_vertical .sj-megamenu .level-1.active > a > img,
.menu_vertical .sj-megamenu .level-1.active > span > img,
.menu_vertical .sj-megamenu .level-1:hover > a > img,
.menu_vertical .sj-megamenu .level-1:hover > span > img {
  animation: effect_icon 0.3s ease-in infinite;
  -moz-animation: effect_icon 0.3s ease-in infinite;
  -webkit-animation: effect_icon 0.3s ease-in infinite;
}

.sambar.layout1 .menu_vertical .sj-megamenu .level-1 > a > img,
.sambar.layout1 .sj-megamenu .level-1 > span > img {
  margin-right: 15px;
}

.sambar.layout2 .menu_vertical .sj-megamenu .level-1 > a,
.sambar.layout2 .menu_vertical .sj-megamenu .level-1 > span {
  direction: rtl;
}

.sambar.layout2 .menu_vertical .sj-megamenu .level-1 > a > img,
.sambar.layout2 .menu_vertical .sj-megamenu .level-1 > span > img {
  margin-left: 15px;
}

.sj-megamenu-parent .sj-dropdown li.sj-menu-item > a i,
.sj-megamenu-parent .sj-dropdown li.sj-menu-item > span i {
  min-width: 20px;
}

/*------------------------------ breadcrumb ---------------------------------*/

ol.breadcrumb {
  padding: 8px 0;
  background: none;
  margin: 0;
  text-align: center;
}

ol.breadcrumb a {
  color: #fff;
}

ol.breadcrumb > li {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0 10px;
}

#sp-breadcrumb-block {
  padding: 15px 0;
  margin: 0 0 30px;
}

/*------------- Custom ----------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

/*img.icon.custom {*/

/*margin-top: 15px;*/

/*}*/

#column-id-1494857548816 {
  /*z-index: -1;*/
}

div.sp-page-builder.page-10 {
  margin-top: 10px;
}

div.mod-languages {
  float: right;
}

ul.list-serviser {
  font-weight: 600;
  font-family: "Century Gothic";
  margin-left: 100px;
}

.list-serviser .icon img {
  margin-top: 15px;
}

div#column-id-1497881723728 {
  background: #fff;
  border-radius: 3px;
  padding: 0 20px;
}

#sp-page-builder .page-content .sppb-section,
#sp-page-builder .sppb-section {
  z-index: auto;
}

/*------------------------------ Soial icons ---------------------------------*/

ul.list-social {
  padding: 17px 0;
}

ul.list-social .item {
  padding: 0;
}

.fa-facebook {
  padding: 10px 14px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*background-color: #322f30;*/
}

/*.fa-facebook:hover {*/

.fa-facebook {
  color: #fff;
  background-color: #3d5b99;
}

.fa-twitter {
  padding: 10px 12px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*background-color: #322f30;*/
}

/*.fa-twitter:hover {*/

.fa-twitter {
  color: #fff;
  background-color: #00aced;
}

.fa-instagram {
  padding: 10px 14px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*background-color: #322f30;*/
}

/*.fa-instagram:hover {*/

.fa-instagram {
  color: #fff;
  background-color: #da3071;
}

.fa-youtube {
  padding: 10px 14px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*background-color: #322f30;*/
}

.fa-youtube {
  /*.fa-youtube:hover {*/
  background-color: #e64a41;
  color: #fff;
}

.fa-linkedin {
  padding: 10px 14px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*background-color: #322f30;*/
}

.fa-linkedin:hover {
  background-color: #0073a4;
}

.fa-google-plus {
  padding: 10px 9px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*background-color: #322f30;*/
}

/*.fa-google-plus:hover {*/

.fa-google-plus {
  color: #fff;
  background-color: #e25714;
}

.sambar ul li {
  margin: 0 12px;
}

@media (max-width: 1200px) {
  .sambar ul li {
    margin: 0;
  }
}

.sppb-column-addons,
.sppb-column {
  z-index: auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .sambar.layout1 .menu_vertical .sj-megamenu .level-1 > a > img,
  .sambar.layout1 .sj-megamenu .level-1 > span > img {
    margin-right: 15px;
    display: none;
  }
  .sambar.layout1 .sambar-inner.menu_vertical .sj-megamenu .level-1 > a > span {
    line-height: 6px;
  }
  .sambar.layout1 .sambar-inner.menu_vertical .level-1 > a {
    font-size: 12px;
  }
  sambar.layout1 .sambar-inner.menu_vertical .level-1.sj-has-child > a::after {
    right: -7px;
  }
}

.jshop_categ .category .image img {
  margin: 0 auto;
}

#sp-block-acymailling {
  background-color: #ffffff;
}

ul.list-menu-footer .item-column .list-menu .item-menu {
  padding: 2px 0;
}

ul.list-menu-footer .item-column h3.parent-title {
  min-height: 35px;
  padding-bottom: 0;
}

.padding-5px .sppb-row [class^="sppb-col"] {
  padding: 0 5px;
  font-family: Century Gothic;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #sp-logo h1.logo {
    margin: 0;
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  ul.list-menu-footer .item-column {
    min-height: 242px;
  }
}

.owl-theme .owl-controls .owl-buttons div {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: #ccc;
  line-height: 30px;
  font-size: 21px;
  top: 40%;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  background: #ff5722;
}

.mod_ext_owl_carousel_jshopping_manufacturers .ext-bxslider-manufacturers-img {
  border: none;
}

.mod_ext_owl_carousel_jshopping_manufacturers .owl-item img {
  opacity: 0.5;
}

.mod_ext_owl_carousel_jshopping_manufacturers .owl-item img:hover {
  opacity: 1;
}

/*
.owl-carousel .owl-item img:hover {
    opacity: 1;
}
*/

.sj-megamenu-parent > li > a {
  letter-spacing: 0;
}

#sp-footer {
  background-color: #060d11;
}

#sp-main-body {
  padding: 0 0 50px 0;
}

.cart th {
  text-align: center;
  background-color: #ff5722;
  padding: 1px;
  color: #000;
  border: 1px solid #ccc;
}

.sp-module.my-cart div#jshop_module_cart > div {
  margin-left: 57px;
}

.item ul {
  list-style-type: disc;
}

.item ol {
  list-style-type: decimal;
}

article.item {
  background: #fff;
  padding: 15px;
}

.banner-mod a {
  background: #fff;
}

.sj-megamenu .banner-mod img {
  border: 1px solid #ccc;
}

textarea#order_add_info {
  width: 450px;
  height: 100px;
}

#sp-component div.jshop .button {
  margin: 10px 0;
  background: #ff5722;
  box-shadow: none;
  color: #fff;
  border: none;
  padding: 5px 10px;
}

.btn-primary:active:focus,
.btn-primary:active:hover {
  border-color: #d53300;
  background-color: #ee3900;
}

ul.list-menu-footer .item-column div.parent-title:before {
  content: "";
  height: 1px;
  width: 40px;
  background: #ff5722;
  position: absolute;
  left: 0;
  bottom: -1px;
}

ul.list-menu-footer .item-column div.parent-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  border-bottom: 1px solid #c2c6c6;
  margin: 0 0 10px;
  position: relative;
}

ul.list-menu-footer .item-column div.parent-title {
  min-height: 35px;
  padding-bottom: 0;
  font-weight: 600;
}

.sppb-carousel-inner > .sppb-item {
  padding: 0;
}

#sppb-addon-1496930674534 p {
  margin: 0 0 0 10px;
}

@media (max-width: 768px) {
  div#jshop_module_cart div {
    border-top: none !important;
  }
}

.productfull .manufacturer_name {
  padding-bottom: 0px !important;
}

.brdcrumbs h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 32px;
}

.myorders_block_info a {
  color: #fff !important;
}

.my-account a {
  color: #ff5722;
  font-weight: 600;
}

.hr_review_color {
  height: 2px;
  border: none;
  margin-top: 3px;
  background-color: #ff5722;
  color: #ff5722;
}

span.review {
  font-weight: bold;
  /* margin-top: 20px; */
  /* margin-bottom: 10px;*/
  display: block;
  font-size: 16px;
}

.filter_overflow_block {
  overflow: auto;
  min-height: 10px;
  max-height: 300px;
  z-index: 0;
}

.productfull .block-tab .tab-content {
  background: #fff;
  padding: 20px;
}

/*------------------------------------------------- Метки ------------------------------------------------------------*/

.productfull .product-image .image_middle .product_label,
.si-extraslider-dev .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image .sale,
.si-extraslider-dev .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image .product_label,
.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .sale,
.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .product_label,
.jshop_list_product .list_product .item-wrap .item-image .product_label,
.productfull .jshop_list_product_related .item-wrap .item-image .product_label,
.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .sale,
.dop_products .modopprod_item_image .sale {
  background: #ff5722;
  border-radius: 4px;
  display: inline-block;
  /* float: right; */
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding: 5px;
  /* position: relative; */
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  width: auto;
  top: 24px;
  right: 10px;
  color: #fff;
}

.productfull .jshop_list_product_related .item-wrap .item-image .product_label {
  right: 0;
}

.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .sale,
.si-extraslider-dev .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image .sale,
.productfull .product-image .image_middle .label_6,
.jshop_list_product .list_product .item-wrap .item-image .label_6,
.productfull .jshop_list_product_related .item-wrap .item-image span.product_label.label_6,
.dop_products .modopprod_item_image .label_6 {
  background: #63c54c;
  /* распродажа */
}

.productfull .product-image .image_middle .label_7,
.jshop_list_product .list_product .item-wrap .item-image .label_7,
.productfull .jshop_list_product_related .item-wrap .item-image span.product_label.label_7,
.dop_products .modopprod_item_image .label_7 {
  background: #6b6a69;
  /* снят с производства */
}

.productfull .product-image .image_middle .label_8,
.jshop_list_product .list_product .item-wrap .item-image .label_8,
.productfull .jshop_list_product_related .item-wrap .item-image span.product_label.label_8,
.si-extraslider-dev .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image .label_8,
.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .label_8,
.dop_products .modopprod_item_image .label_8 {
  background: #41bfbf;
  /* заказной */
}

.productfull .product-image .image_middle .label_4,
.jshop_list_product .list_product .item-wrap .item-image .label_4,
.si-extraslider-dev .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image .label_4,
.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .label_4,
.dop_products .modopprod_item_image .label_4 {
  background: #bf0007;
  /* хит продаж  */
}

.productfull .product-image .image_middle .label_5,
.jshop_list_product .list_product .item-wrap .item-image .label_5,
.productfull .jshop_list_product_related .item-wrap .item-image span.product_label.label_5,
.si-extraslider-dev .sj-extraslider .extraslider-inner .item .line .item-wrap .item-image .label_5,
.listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .label_5,
.dop_products .modopprod_item_image .label_5 {
  background: #620dbf;
  /* спец цена  */
}

.product-image div.price-sale {
  background: #ff5722;
  border-radius: 4px;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  /*top: 9px;*/
  right: 10px;
  color: #fff;
}

/*------------------------------------------------- END Метки --------------------------------------------------------*/

@media (max-width: 480px) {
  .productfull .prod_qty_input {
    float: left;
  }
  .productfull .product-info .prod_buttons .buttons .button {
    margin-top: 10px;
  }
}

.jshop-listing-product .jshop_list_product .list_product .item-wrap .item-info {
  min-height: 220px;
}

@media (max-width: 991px) {
  #comjshop div.item-wrap {
    margin-bottom: 15px;
  }
  input,
  textarea,
  .uneditable-input {
    width: 130px;
  }
}

.jshop_list_product #sort_count {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .jshop_list_product .list_product .item-wrap .item-info {
    min-height: 170px;
  }

  .itemid-971 .jshop_list_product .list_product .item-wrap .item-info,
  .itemid-972 .jshop_list_product .list_product .item-wrap .item-info {
    height: 190px;
    overflow: hidden;
  }

  .jshop_list_product .list_product .item-wrap .item-info h3.item-title {
    /* min-height: 72px; */
    /*  min-height: 90px;*/
    height: 55px;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .itemid-971 .jshop_list_product .list_product .item-wrap .item-info,
  .itemid-972 .jshop_list_product .list_product .item-wrap .item-info {
    height: 205px;
    overflow: hidden;
  }
}

.jshop .not_available {
  margin-top: 0;
}

.jshop_list_manufacturer .jshop .jshop_categ .manufacturer .image img.jshop_img {
  margin: 0 auto;
}

.jshop_list_manufacturer .jshop .jshop_categ .manufacturer {
  background: #fff;
}

[data-rl_value="random"] {
  display: none;
}

div.overflow_manufacturers,
div.overflow_labels,
div.overflow_categorys {
  overflow: auto;
  min-height: 10px;
  max-height: 250px;
  z-index: 0;
  /*padding: 8px 20px;*/
}

.overflow_manufacturers label,
.overflow_categorys label,
.overflow_labels label {
  margin-bottom: 0px;
}

.sj-dropdown-main div.custom {
  margin: 0;
}

.productfull .jshop_list_product_related .list_related .item-wrap .item-info .main-price .price-sale {
  padding: 1px 3px;
}

@media (max-width: 980px) {
  .sambar .menu_vertical {
    background-color: #0ca0a6;
    background-image: none;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .jshop_list_product .list_product .item-wrap .item-info .main-price .price-sale {
    background: #d92029;
    border-radius: 4px;
    display: inline-block;
    /* float: right; */
    font-size: 12px;
    font-weight: bold;
    line-height: 10px;
    padding: 9px 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-left: 7px;
  }
  .jshop_list_product .list_product .item-wrap .item-info .main-price .item-price .price {
    font-size: 14px;
  }
  .jshop_list_product .list_product .item-wrap .item-info .main-price .item-price .old-price {
    font-size: 11px;
  }
  .jshop_list_product .list_product .item-wrap .item-info .main-price .price-sale span.text {
    display: none;
  }
  .product_comparison_block label:before {
    width: 32px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .sp-module.j-categories h3.sp-module-title {
    border-radius: 4px;
    border-bottom: 2px solid #d92029;
    cursor: pointer;
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .custom-telephones li.tablet {
    display: none;
  }
}

@media (min-width: 501px) {
  .custom-telephones li.mobile {
    display: none;
  }
}
