.hide { 
  display: none !important;
}
html {
  min-width: 0;
}
body {
  min-width: 400px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1230px;
  }
}
.card {
  display: inline-block !important;
  position: relative;
  width: auto !important;
  min-width: 160px;
  height: 37px !important;
  padding-right: 42px !important;
  background: none !important;
  text-align: right;
}
.card .moduletable {
  font: 400 13px/15px 'Open Sans', sans-serif;
  width: auto !important;
  position: static !important;
  color: #252525;
  padding-top: 3px;
}
.card .moduletable h3 {
  text-transform: uppercase;
  color: #252525;
  margin: 0 1px 1px !important;
  padding: 0px;
  font: 400 13px/15px 'Tinos', serif;
  font-weight: 400;
}
.card .moduletable h3 a {
  color: #252525;
  text-decoration: none;
}
.card .moduletable #jshop_module_cart {
  position: static !important;
}
.card .moduletable #jshop_module_cart > a {
  position: absolute;
  width: 37px !important;
  height: 37px !important;
  background: url(../images/bg_card.png) no-repeat right 0;
  background-size: 36px;
  right: 0;
  top: 0;
  font-size: 0;
  text-indent: 0;
  margin: 0 !important;
}
.card .moduletable #jshop_module_cart > span {
  position: static !important;
  display: block;
  width: auto !important;
  font-size: 13px;
}
/*!card*/
.logo {
  display: inline-block;
  width: auto !important;
}
.logo a {
  display: block;
}
.logo a img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/*!logo*/
#upnav {
  margin: 30px auto 0;
  position: relative;
  width: 70%;
  z-index: 100;
}
#upnav ul.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#upnav ul.nav > li {
  position: relative;
  overflow: visible;
}
#upnav ul.nav > li > .nav-child {
  position: absolute;
}
#upnav ul.nav > li > .nav-child > li {
  float: none;
  display: block;
}
#upnav ul.nav > li > .nav-child > li > a {
  width: auto;
}
@media (max-width: 1199px) {
  #upnav {
    width: auto;
  }
  #upnav ul.nav {
    justify-content: space-between;
  }
}
/*!upnav*/
body {
  background: none;
  /*!wrapper*/
}
body .wrapper {
  width: auto;
  padding: 0;
  height: auto;
  min-height: 0;
  margin: 0;
  flex: 1 0 auto;
  /*!component-wrapper*/
}
body .wrapper .component-wrapper {
  width: auto;
}
body .wrapper .component-wrapper header {
  background: #EEF0EF;
}
body .wrapper .component-wrapper header #header {
  width: auto !important;
  height: auto !important;
}
body .wrapper .component-wrapper header #header .row.row-header > .col {
  padding-top: 15px;
  padding-bottom: 15px;
}
body .wrapper .component-wrapper header #header .row.row-header > .col.col-left .col-inn-wrapper .lang {
  display: table;
  position: relative;
  width: auto;
  margin: 0 auto;
}
body .wrapper .component-wrapper header #header .row.row-header > .col.col-left .col-inn-wrapper #search {
  display: table;
  position: relative;
  width: 100%;
  margin: 10px 0 0;
}
body .wrapper .component-wrapper header #header .row.row-header > .col.col-left .col-inn-wrapper #search input {
  height: 35px;
}
body .wrapper .component-wrapper header #header .row.row-header > .col.col-left .col-inn-wrapper #search input.inputbox {
  width: 80%;
  width: calc(100% - 35px);
}
body .wrapper .component-wrapper header #header .row.row-header > .col.col-left .col-inn-wrapper #search input.button {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}
@media (max-width: 991px) {
  #search input.button {
  width: 35px !important;
  }
 }
body .wrapper .component-wrapper header #header .row.row-header > .col.col-center {
  text-align: center;
}
body .wrapper .component-wrapper header #header .row.row-header > .col > div {
  position: relative;
  margin: 0;
}
@media (min-width: 600px) and (max-width: 991px) {
  body .wrapper .component-wrapper header #header .row.row-header > .col.col-center {
    display: none;
  }
}
@media (min-width: 992px) {
  body .wrapper .component-wrapper header #header .row.row-header {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  body .wrapper .component-wrapper header #header .row.row-header > .col {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding-top: 25px;
    padding-bottom: 0;
  }
  body .wrapper .component-wrapper header #header .row.row-header > .col.col-left {
    padding-left: 0;
    text-align: left;
  }
  body .wrapper .component-wrapper header #header .row.row-header > .col.col-left .col-inn-wrapper {
    width: 200px;
  }
  body .wrapper .component-wrapper header #header .row.row-header > .col.col-left .col-inn-wrapper .lang {
    margin-left: 0;
    margin-right: 0;
  }
  body .wrapper .component-wrapper header #header .row.row-header > .col.col-left .col-inn-wrapper #search {
    margin: 7px 0 0;
  }
  body .wrapper .component-wrapper header #header .row.row-header > .col.col-left .col-inn-wrapper #search input {
    height: 24px;
  }
  body .wrapper .component-wrapper header #header .row.row-header > .col.col-left .col-inn-wrapper #search input.inputbox {
    width: 85%;
    width: calc(100% - 30px);
  }
  body .wrapper .component-wrapper header #header .row.row-header > .col.col-left .col-inn-wrapper #search input.button {
    height: auto;
  }
  body .wrapper .component-wrapper header #header .row.row-header > .col.col-right {
    text-align: right;
  }
}
body .wrapper .component-wrapper #main {
  width: auto;
  font: 400 15px/24px 'Open Sans', sans-serif;
  margin: 10px 0 0 0;
  color: #666;
}
footer {
  flex: none;
}
footer .footerfull {
  height: auto;
  margin: 0;
  padding: 35px 0 15px;
}
footer .footerfull .footer {
  padding: 0;
  width: auto;
  height: auto;
}
footer .footerfull .footer .row.row-footer > .col > div {
  position: relative;
  margin: 0;
  width: auto;
}
footer .footerfull .footer .row.row-footer > .col .moduletable h3 {
  font: 700 13px/15px 'Merriweather', serif;
  color: #252525;
  text-transform: uppercase;
  margin: 0 0 15px;
}
footer .footerfull .footer .row.row-footer > .col.col-nav .moduletable h3 {
  cursor: pointer;
}
footer .footerfull .footer .row.row-footer > .col.col-nav .moduletable ul.nav {
  display: none;
}
footer .footerfull .footer .row.row-footer > .col.col-nav .moduletable ul.nav > li a:hover,
footer .footerfull .footer .row.row-footer > .col.col-nav .moduletable ul.nav > li a:focus {
  background: none;
}
@media (max-width: 991px) {
  footer .footerfull {
    padding: 25px 0 15px;
  }
  footer .footerfull .footer .container {
    padding-left: 12%;
    padding-right: 12%;
  }
  footer .footerfull .footer .row.row-footer {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footerfull .footer .row.row-footer > .col {
    float: none;
    margin: 12px 0;
  }
  footer .footerfull .footer .row.row-footer > .col.col-nav .moduletable h3:hover,
  footer .footerfull .footer .row.row-footer > .col.col-nav .moduletable h3:active {
    color: #222;
  }
  footer .footerfull .footer .row.row-footer > .col.col-2 {
    order: 1;
  }
  footer .footerfull .footer .row.row-footer > .col.col-3 {
    order: 2;
  }
  footer .footerfull .footer .row.row-footer > .col.col-1 {
    order: 3;
  }
  footer .footerfull .footer .row.row-footer > .col.col-4 {
    order: 4;
  }
}
@media (max-width: 575px) {
  footer .footerfull {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  footer .footerfull .footer .row.row-footer > .col {
    width: 100%;
    margin: 0;
  }
  footer .footerfull .footer .row.row-footer > .col.col-nav ul.nav {
    padding-bottom: 15px;
  }
  footer .footerfull .footer .row.row-footer > .col.col-4 {
    order: 3;
    padding-top: 10px;
  }
  footer .footerfull .footer .row.row-footer > .col.col-4 .moduletable h3::after {
    content: ":";
  }
  footer .footerfull .footer .row.row-footer > .col.col-4 .moduletable .custom a {
    margin: 0 10px;
  }
  footer .footerfull .footer .row.row-footer > .col.col-4 .moduletable .custom a img {
    margin: 0;
  }
  footer .footerfull .footer .row.row-footer > .col.col-1 {
    order: 4;
    padding-top: 35px;
  }
  footer .footerfull .footer .row.row-footer > .col.col-1 .copy {
    background-position: 50% 0;
  }
}
@media (min-width: 992px) {
  footer .footerfull .footer .row.row-footer > .col.col-nav .moduletable h3 {
    cursor: default;
  }
  footer .footerfull .footer .row.row-footer > .col.col-nav .moduletable ul.nav {
    display: block !important;
    height: auto !important;
  }
}
/*!item-page*/
.item-page .row-promo-min > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .item-page .row-promo-min > div:first-child {
    padding-right: 30px;
  }
  .item-page .row-promo-min > div:last-child {
    padding-left: 30px;
  }
}
.item-page .promo {
  width: auto;
  text-align: center;
}
.item-page .promo .block-more a {
  display: inline-block;
  margin: 0;
  text-align: center;
  padding: 0 30px;
  font: 400 16px/40px 'Merriweather', serif !important;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  background: #222;
  transition: background .3s ease;
}
.item-page .promo .block-more a:hover,
.item-page .promo .block-more a:active {
  background: #464646;
}
.item-page .promo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.item-page .promo.promo-big {
  margin-top: 20px;
  text-align: center !important;
}
.item-page .promo.promo-big a {
  display: inline-block;
}
.item-page .promo.promo-middle,
.item-page .promo.promo-min {
  padding: 20px 20px 30px;
  background: #e4e4e4;
  color: #252525;
}
.item-page .promo.promo-middle .block-img,
.item-page .promo.promo-min .block-img {
  width: auto;
  height: auto;
}
.item-page .promo.promo-middle .block-info,
.item-page .promo.promo-min .block-info {
  width: auto;
  height: auto;
  margin-top: 35px;
}
.item-page .promo.promo-middle .block-info h2,
.item-page .promo.promo-min .block-info h2 {
  font: 400 30px/35px 'Tinos', serif !important;
  color: #252525 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.item-page .promo.promo-middle .block-info .h2title,
.item-page .promo.promo-min .block-info .h2title {
  display: block;
  font: 300 20px/25px 'Open Sans', sans-serif;
  margin: 0 0 10px;
}
.item-page .promo.promo-middle .block-info p,
.item-page .promo.promo-min .block-info p {
  text-align: center !important;
}
@media (max-width: 575px) {
  .item-page .promo.promo-middle,
  .item-page .promo.promo-min {
    padding: 15px 15px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-page .promo.promo-middle,
  .item-page .promo.promo-min {
    padding: 15px 15px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-page .promo.promo-min .block-info {
    margin-left: -20px;
    margin-right: -20px;
  }
  .item-page .promo.promo-min .block-info h2 {
    font-size: 28px !important;
  }
}
.item-page .promo.promo-middle {
  margin: 45px 0 30px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-page .promo.promo-middle .block-info h2 {
    font-size: 28px !important;
  }
  .item-page .promo.promo-middle .block-info .block-more a {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .item-page .promo.promo-middle .row {
    margin: 0;
    display: table;
    width: 100%;
  }
  .item-page .promo.promo-middle .row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .item-page .promo.promo-middle .row > div:first-child {
    padding-left: 0;
  }
  .item-page .promo.promo-middle .row > div:last-child {
    padding-right: 0;
  }
  .item-page .promo.promo-middle .row > div .block-info {
    margin-top: 0;
  }
}
.breadcrumb {
  background: none;
  margin-left: 0 !important;
  margin-bottom: 30px !important;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb li {
  float: none;
}
.breadcrumb li.active .divider.icon-location:empty {
  display: none;
}
.breadcrumb li::before {
  display: none;
}
@media (max-width: 991px) {
  body {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  body.body-nav-open,
  html.body-nav-open {
    overflow: hidden;
  }
}
.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.nav-mobile .nav-mobile-panel {
  height: 70px;
  background: #fff;
  border-bottom: 1px #e6e6e6 solid;
}
.nav-mobile .nav-mobile-panel .cells {
  height: inherit;
  display: table;
  width: 100%;
}
.nav-mobile .nav-mobile-panel .cells > .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.nav-mobile .nav-mobile-panel .cells > .cell.cell-logo {
  display: none;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.nav-mobile .nav-mobile-panel .cells > .cell.cell-btn {
  width: 70px;
}
.nav-mobile .nav-mobile-panel .cells > .cell.cell-btn .btn-expand {
  width: 45px;
  height: 45px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s linear;
}
//.nav-mobile .nav-mobile-panel .cells > .cell.cell-btn .btn-expand:hover,
//.nav-mobile .nav-mobile-panel .cells > .cell.cell-btn .btn-expand:active {
//  transform: scale(1.1);
//}
.nav-mobile .nav-mobile-panel .cells > .cell.cell-btn .btn-expand::before,
.nav-mobile .nav-mobile-panel .cells > .cell.cell-btn .btn-expand::after {
  content: '';
  height: 3px;
  background: #252525;
  position: absolute;
  top: 50%;
  width: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: transform 0.3s linear;
}


.nav-mobile .nav-mobile-panel .cells > .cell.cell-btn .btn-expand span {
  content: '';
  height: 3px;
  background: #252525;
  position: absolute;
  top: 50%;
  width: 25px;
  left: 0;
  right: 0;
  margin: 10px auto;
  transition: transform 0.3s linear;
}
.nav-mobile.open .nav-mobile-panel .cells > .cell.cell-btn .btn-expand span {
  background: #fff;
}



.nav-mobile .nav-mobile-panel .cells > .cell.cell-btn .btn-expand::before {
  transform: translateY(-6px);
}
.nav-mobile .nav-mobile-panel .cells > .cell.cell-btn .btn-expand::after {
  transform: translateY(2px);
}
.nav-mobile .nav-mobile-panel .cells > .cell.cell-card {
  text-align: right;
}
.nav-mobile .nav-mobile-expand {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner {
  position: relative;
  left: -100%;
  background: #fff;
  transition: left 0.3s linear;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner li a:link,
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner li a:visited {
  color: #252525;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner li a:hover,
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner li a:active {
  color: #7d7d7d;
  background: none;
  text-decoration: none;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner li a:focus {
  background: none;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner li.current > a {
  text-decoration: underline;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner ul.nav > li:first-child ~ li {
  border-top: 1px #e6e6e6 solid;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner ul.nav > li.parent > a::after {
  display: inline-block;
  content: "";
  border: 4px transparent solid;
  border-top-color: #000;
  border-bottom-width: 0;
  vertical-align: middle;
  transition: transform 0.3s linear;
  position: relative;
  margin-left: 8px;
  opacity: .3;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner ul.nav > li.parent > a:hover::after,
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner ul.nav > li.parent > a:active::after {
  opacity: .6;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner ul.nav > li.parent.li_active > a {
  color: #7d7d7d;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner ul.nav > li.parent.li_active > a::after {
  transform: rotate(-180deg);
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner ul.nav > li > a {
  display: block;
  line-height: 1.1em;
  padding: 17px 20px;
  font-size: 16px;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner ul.nav > li > ul {
  display: none;
  margin: 0;
  padding: 0 0 10px 30px;
  list-style: none;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner ul.nav > li > ul > li {
  padding: 5px 0;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner ul.nav > li > ul > li > a {
  display: block;
  padding: 5px;
  font-size: 15px;
}
@media (min-width: 576px) {
  .nav-mobile .nav-mobile-expand .nav-mobile-expand-inner {
    width: 70%;
  }
}
.nav-mobile.open .nav-mobile-panel .cells > .cell.cell-btn .btn-expand::before {
  transform: translateY(-50%) rotate(-45deg);
}
.nav-mobile.open .nav-mobile-panel .cells > .cell.cell-btn .btn-expand::after {
  transform: translateY(-50%) rotate(45deg);
}
.nav-mobile.open .nav-mobile-expand {
  height: calc(100vh - 70px);
  overflow: auto;
  opacity: 1;
}
.nav-mobile.open .nav-mobile-expand .nav-mobile-expand-inner {
  left: 0;
}



/*!третий уровень меню*/
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner ul.nav > li > ul > li.parent > a::after {
  display: inline-block;
  content: "";
  border: 4px transparent solid;
  border-top-color: #000;
  border-bottom-width: 0;
  vertical-align: middle;
  transition: transform 0.3s linear;
  position: relative;
  margin-left: 8px;
  opacity: .3;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner ul.nav > li > ul > li.parent.li_active > a::after {
  transform: rotate(-180deg);
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner ul.nav > li > ul > li > ul {
  display: none;
  margin: 0;
  padding: 0 0 10px 15px;
  list-style: none;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner ul.nav > li > ul > li > ul > li {
  padding: 0;
}
.nav-mobile .nav-mobile-expand .nav-mobile-expand-inner ul.nav > li > ul > li > ul > li > a {
  display: block;
  padding: 5px;
  font-size: 15px;
}






@media (min-width: 400px) {
  .nav-mobile .nav-mobile-panel .cells > .cell.cell-logo {
    display: table-cell;
  }
  .nav-mobile .nav-mobile-panel .cells > .cell.cell-btn,
  .nav-mobile .nav-mobile-panel .cells > .cell.cell-card {
    /*width: 180px;*/
  }
}
/*!nav-mobile*/
#comjshop .jshop_list_product .list_product,
#comjshop .jshop_list_category .list_product,
#comjshop .jshop_list_product .list_category,
#comjshop .jshop_list_category .list_category,
#comjshop .jshop_list_product .list_related,
#comjshop .jshop_list_category .list_related {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#comjshop .jshop_list_product .list_product .block,
#comjshop .jshop_list_category .list_product .block,
#comjshop .jshop_list_product .list_category .block,
#comjshop .jshop_list_category .list_category .block,
#comjshop .jshop_list_product .list_related .block,
#comjshop .jshop_list_category .list_related .block {
  width: 48%;
  margin: 2% 0;
  box-shadow: 0 0 3px 0 #d8dedb;
  padding-bottom: 10px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
#comjshop .jshop_list_product .list_product .block.category,
#comjshop .jshop_list_category .list_product .block.category,
#comjshop .jshop_list_product .list_category .block.category,
#comjshop .jshop_list_category .list_category .block.category,
#comjshop .jshop_list_product .list_related .block.category,
#comjshop .jshop_list_category .list_related .block.category {
  flex-direction: column;
  justify-content: space-between;
}
#comjshop .jshop_list_product .list_product .block.category > div,
#comjshop .jshop_list_category .list_product .block.category > div,
#comjshop .jshop_list_product .list_category .block.category > div,
#comjshop .jshop_list_category .list_category .block.category > div,
#comjshop .jshop_list_product .list_related .block.category > div,
#comjshop .jshop_list_category .list_related .block.category > div {
  width: 100%;
}
#comjshop .jshop_list_product .list_product .block .jshop_img,
#comjshop .jshop_list_category .list_product .block .jshop_img,
#comjshop .jshop_list_product .list_category .block .jshop_img,
#comjshop .jshop_list_category .list_category .block .jshop_img,
#comjshop .jshop_list_product .list_related .block .jshop_img,
#comjshop .jshop_list_category .list_related .block .jshop_img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
#comjshop .jshop_list_product .list_product .block .block_product,
#comjshop .jshop_list_category .list_product .block .block_product,
#comjshop .jshop_list_product .list_category .block .block_product,
#comjshop .jshop_list_category .list_category .block .block_product,
#comjshop .jshop_list_product .list_related .block .block_product,
#comjshop .jshop_list_category .list_related .block .block_product {
  width: 100%;
  display: flex;
  border: none !important;
  padding: 0 !important;
}
#comjshop .jshop_list_product .list_product .block .block_product .product,
#comjshop .jshop_list_category .list_product .block .block_product .product,
#comjshop .jshop_list_product .list_category .block .block_product .product,
#comjshop .jshop_list_category .list_category .block .block_product .product,
#comjshop .jshop_list_product .list_related .block .block_product .product,
#comjshop .jshop_list_category .list_related .block .block_product .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
#comjshop .jshop_list_product .list_product .block .block_product .product > div,
#comjshop .jshop_list_category .list_product .block .block_product .product > div,
#comjshop .jshop_list_product .list_category .block .block_product .product > div,
#comjshop .jshop_list_category .list_category .block .block_product .product > div,
#comjshop .jshop_list_product .list_related .block .block_product .product > div,
#comjshop .jshop_list_category .list_related .block .block_product .product > div {
  width: 100%;
}
#comjshop .jshop_list_product .list_product .block .block_product .product .colorbg,
#comjshop .jshop_list_category .list_product .block .block_product .product .colorbg,
#comjshop .jshop_list_product .list_category .block .block_product .product .colorbg,
#comjshop .jshop_list_category .list_category .block .block_product .product .colorbg,
#comjshop .jshop_list_product .list_related .block .block_product .product .colorbg,
#comjshop .jshop_list_category .list_related .block .block_product .product .colorbg {
  padding: 7px;
}
#comjshop .jshop_list_product .list_product .block .block_product .product .image .image_block,
#comjshop .jshop_list_category .list_product .block .block_product .product .image .image_block,
#comjshop .jshop_list_product .list_category .block .block_product .product .image .image_block,
#comjshop .jshop_list_category .list_category .block .block_product .product .image .image_block,
#comjshop .jshop_list_product .list_related .block .block_product .product .image .image_block,
#comjshop .jshop_list_category .list_related .block .block_product .product .image .image_block {
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#comjshop .jshop_list_product .list_product .block .block_product .product .image .image_block > a:first-child,
#comjshop .jshop_list_category .list_product .block .block_product .product .image .image_block > a:first-child,
#comjshop .jshop_list_product .list_category .block .block_product .product .image .image_block > a:first-child,
#comjshop .jshop_list_category .list_category .block .block_product .product .image .image_block > a:first-child,
#comjshop .jshop_list_product .list_related .block .block_product .product .image .image_block > a:first-child,
#comjshop .jshop_list_category .list_related .block .block_product .product .image .image_block > a:first-child {
  position: relative;
  width: auto;
  height: auto;
}
#comjshop .jshop_list_product .list_product .block .block_product .product .image .image_block > a:first-child + a,
#comjshop .jshop_list_category .list_product .block .block_product .product .image .image_block > a:first-child + a,
#comjshop .jshop_list_product .list_category .block .block_product .product .image .image_block > a:first-child + a,
#comjshop .jshop_list_category .list_category .block .block_product .product .image .image_block > a:first-child + a,
#comjshop .jshop_list_product .list_related .block .block_product .product .image .image_block > a:first-child + a,
#comjshop .jshop_list_category .list_related .block .block_product .product .image .image_block > a:first-child + a {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  width: auto;
  height: auto;
}
#comjshop .jshop_list_product .list_product .block .block_product .product .image .image_block > .product_label,
#comjshop .jshop_list_category .list_product .block .block_product .product .image .image_block > .product_label,
#comjshop .jshop_list_product .list_category .block .block_product .product .image .image_block > .product_label,
#comjshop .jshop_list_category .list_category .block .block_product .product .image .image_block > .product_label,
#comjshop .jshop_list_product .list_related .block .block_product .product .image .image_block > .product_label,
#comjshop .jshop_list_category .list_related .block .block_product .product .image .image_block > .product_label {
  z-index: 5;
  top: 5%;
}
#comjshop .jshop_list_product .list_product .block .block_product .product .image .image_block > .product_label + a,
#comjshop .jshop_list_category .list_product .block .block_product .product .image .image_block > .product_label + a,
#comjshop .jshop_list_product .list_category .block .block_product .product .image .image_block > .product_label + a,
#comjshop .jshop_list_category .list_category .block .block_product .product .image .image_block > .product_label + a,
#comjshop .jshop_list_product .list_related .block .block_product .product .image .image_block > .product_label + a,
#comjshop .jshop_list_category .list_related .block .block_product .product .image .image_block > .product_label + a {
  position: relative;
  width: auto;
  height: auto;
}
#comjshop .jshop_list_product .list_product .block .block_product .product .image .image_block > .product_label + a + a,
#comjshop .jshop_list_category .list_product .block .block_product .product .image .image_block > .product_label + a + a,
#comjshop .jshop_list_product .list_category .block .block_product .product .image .image_block > .product_label + a + a,
#comjshop .jshop_list_category .list_category .block .block_product .product .image .image_block > .product_label + a + a,
#comjshop .jshop_list_product .list_related .block .block_product .product .image .image_block > .product_label + a + a,
#comjshop .jshop_list_category .list_related .block .block_product .product .image .image_block > .product_label + a + a {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  width: auto;
  height: auto;
}


@media (min-width: 768px) {
  #comjshop .jshop_list_product .list_product::after,
  #comjshop .jshop_list_category .list_product::after,
  #comjshop .jshop_list_product .list_category::after,
  #comjshop .jshop_list_category .list_category::after,
  #comjshop .jshop_list_product .list_related::after,
  #comjshop .jshop_list_category .list_related::after {
    content: "";
    display: block;
    width: 31%;
  }
  #comjshop .jshop_list_product .list_product .block,
  #comjshop .jshop_list_category .list_product .block,
  #comjshop .jshop_list_product .list_category .block,
  #comjshop .jshop_list_category .list_category .block,
  #comjshop .jshop_list_product .list_related .block,
  #comjshop .jshop_list_category .list_related .block {
    width: 31%;
  }
}
.jshop.productfull .row-fluid.jshop {
  width: auto;
  float: none;
  display: table;
  margin: 0 auto;
  text-align: center;
}
.jshop.productfull .row-fluid.jshop > .jshop_img_description,
.jshop.productfull .row-fluid.jshop > .image_middle {
  width: auto;
  float: none;
}
.jshop.productfull .row-fluid.jshop > .jshop_img_description {
  margin-bottom: 5px;
}
.jshop.productfull .row-fluid.jshop > .jshop_img_description #list_product_image_thumb img {
  display: inline-block;
  margin: 0 2px 5px 2px;
}
@media (max-width: 575px) {
  .jshop.productfull .row-fluid.jshop > .jshop_img_description #list_product_image_thumb img:nth-last-child(5),
  .jshop.productfull .row-fluid.jshop > .jshop_img_description #list_product_image_thumb img:nth-last-child(5) ~ img {
    width: 65px;
  }
  .jshop.productfull .row-fluid.jshop > .jshop_img_description #list_product_image_thumb img:nth-last-child(6),
  .jshop.productfull .row-fluid.jshop > .jshop_img_description #list_product_image_thumb img:nth-last-child(6) ~ img {
    width: 14%;
    max-width: 80px;
  }
}
.jshop.productfull .row-fluid.jshop > .image_middle .product_label {
  z-index: 10;
}
.jshop.productfull .row-fluid.jshop > .image_middle img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.jshop.productfull .tovarinfo {
  float: none;
  width: auto;
  padding-top: 50px;
  margin: 0 15px;
}
@media (min-width: 576px) {
  .jshop.productfull {
    text-align: center;
  }
  .jshop.productfull .row-fluid.jshop {
    text-align: left;
    width: auto;
    table-layout: auto;
    display: inline-flex;
    justify-content: flex-start;
  }
  .jshop.productfull .row-fluid.jshop > div.jshop_img_description {
    padding-right: 18px;
  }
  .jshop.productfull .row-fluid.jshop > div.jshop_img_description #list_product_image_thumb img {
    display: block;
    margin: 12px 0;
  }
  .jshop.productfull .row-fluid.jshop > div.jshop_img_description #list_product_image_thumb img:first-child {
    margin-top: 0;
  }
  .jshop.productfull .row-fluid.jshop > div.image_middle #list_product_image_middle {
    display: inline-block;
  }
  .jshop.productfull .tovarinfo {
    text-align: left;
  }
}
@media (min-width: 850px) {
  .jshop.productfull form {
    display: flex;
  }
  .jshop.productfull .row-fluid.jshop {
    display: flex;
    width: 60%;
    padding-right: 15px;
  }
  .jshop.productfull .row-fluid.jshop > div.jshop_img_description #list_product_image_thumb img {
    width: 65px;
  }
  .jshop.productfull .tovarinfo {
    width: 40%;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .jshop.productfull .row-fluid.jshop {
    width: 50%;
    padding-right: 30px;
  }
  .jshop.productfull .row-fluid.jshop > div.jshop_img_description #list_product_image_thumb img {
    width: 80px;
  }
  .jshop.productfull .tovarinfo {
    width: 50%;
  }
}
/*!productfull*/
.alert .close {
  line-height: normal;
  right: auto;
  top: auto;
}
/*!alert*/
table.jshop td.product_name a {
  line-height: 1.1em;
}
@media (max-width: 767px) {
  table.jshop td .mobile-cart {
    width: 40%;
  }
  table.jshop td .data {
    width: 60%;
  }
  table.jshop td.product_name {
    text-align: left !important;
    padding-bottom: 8px;
  }
  table.jshop td.product_name a {
    position: relative;
    top: 3px;
  }
  table.jshop td.product_color {
    display: block;
  }
  table.jshop td.product_color .list_extra_field .jshop_cart_extra_field {
    padding-left: 0;
  }
  table.jshop td.product_color .list_extra_field .jshop_cart_extra_field::before {
    content: "Цвет";
    font-weight: bold;
    display: inline-block;
    width: 40%;
  }
  table.jshop td.product_color .list_extra_field .jshop_cart_extra_field .value {
    display: inline-block;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .jshop.cart_buttons #checkout {
    text-align: center;
  }
  .jshop.cart_buttons #checkout > div {
    float: none !important;
    display: inline-block;
  }
  .jshop.cart_buttons #checkout > div a {
    margin-bottom: 15px;
  }
}
@media (min-width: 400px) and (max-width: 999px) {
  	#search {display:none !important;}
	.lang {display:none !important;}
  	body .wrapper .component-wrapper header #header .row.row-header > .col {
    padding-top: 0px !important;
    padding-bottom: 15px;
      display: none;
}
 }

@media (max-width: 768px) {
body .wrapper .component-wrapper #main h1 {text-align: center !important;}
.tovarinfo {padding-top: 30px !important;}
.tovarinfo .description {text-align: center !important;}
.tovarinfo .priceinfo {text-align: center !important;}
.tovarinfo .jshop_prod_attributes {text-align: center !important;}
.tovarinfo .jshop .input_type_radio {margin-right: 5px; margin-left: 5px;}
.productfull .prod_buttons {text-align: center;}
}