html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Main Layout */
html {
  height: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
}
body.contentpane {
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  color: #222222;
}
.componentheading {
  font-style: italic;
  font-size: 25px;
  margin: 0;
  padding: 0 0 10px 0;
  color: #1a528c;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
a:link,
a:visited {
  color: #181818;
}
a:hover {
  color: #333333;
}
ul {
  margin: 0 0 0 15px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 5px 0 5px;
}
blockquote {
  background: #eee;
  border: 3px solid #ccc;
  margin: 5px;
  padding: 5px;
  font-size: 18px;
}
element.style {
  height: auto;
}
.tip-wrap {
  z-index: 10;
}
hr {
  width: 100%;
  clear: both;
  border: none;
  height: 2px;
  background: #eee;
  margin: 0;
  padding: 0;
}
.clr {
  clear: both;
}
.container {
  max-width: 1250px;
  margin: 0 auto;
}
.tooltip {
  display: none !important;
}
/* Header */
#header {
  padding: 2% 0;
}
#header p {
  margin-bottom: 3px;
  color: #4a4a4a;
}
.inline,
.tgtop .moduletable {
  display: inline-block;
}

.inline.top {
  float: right;
  margin-top: 3px;
}

.inline.topdrs {
  margin: 0;
  font-size: 15px;
}
.inline.topdrs a {
  color: #fe0000;
}
.inline.topinfo {
  margin: 0 6%;
  width: 27%;
}
.moduletable.specmn {
  float: right;
}
.moduletable.specmn a {
  text-transform: uppercase;
  font-weight: 700;
  color: #4c4c4c;
  font-size: 15px;
}
#mainhead {
  background: #e6e6e6;
  padding: 6px 0 9px 0;
  border-top: 5px solid #fe0000;
}
.tgtop ul {
  margin: 0;
}
.tgtop ul li {
  display: inline-block;
  padding: 5px 27px 5px 10px;
}
.tgtop ul li a {
  text-decoration: none;
}
.tgtop div.mod-languages ul.lang-inline li {
  padding: 5px;
  display: inline-block;
}

.moduletable.logmodule {
  float: right;
  padding: 5px;
  background: url(../images/iconus.png) 7px -89px no-repeat;
  background-size: 26px;
  padding-left: 38px;
}
.moduletable.logmodule a {
  padding: 0 5px;
}
#botcontent {
  background: #ececec;
  overflow: hidden;
  padding-bottom: 2%;
}
#botcontent .owl-carousel .block_item {
  background: #fff;
  padding: 10% 4% 0 4%;
  border-radius: 10px;
  margin: 2%;
}
.owl-carousel .block_item .blprice {
  margin: 2% -4% 0 -4%;
  background: #0d8215;
  color: #fff;
  padding: 10px 10%;
  border-radius: 30px;
  position: relative;
}
.owl-carousel .block_item.salbl .blprice {
  background: #ca1b1b;
}

.owl-carousel .block_item .item_price,
.owl-carousel .block_item .item_detal {
  display: inline-block;
}

.owl-carousel .block_item .item_price {
  font-weight: 700;
  font-size: 19px;
}
.owl-carousel .block_item .item_name a {
  text-decoration: none;
  font-size: 15px;
}
.owl-carousel .block_item .item_name {
  padding: 2%;
  margin: 4% 2% 9% 2%;
}
#botcontent h3 {
  font-size: 25px;
  padding: 2% 10px;
}
#botcontent
  .mod_ext_owl_carousel_jshopping_manufacturers
  .ext-bxslider-manufacturers-img {
  border: 0;
}
#botcontent .owl-controls.clickable {
  float: right;
  width: 50%;
  position: absolute;
  right: 0;
  top: -50px;
}
#botcontent .owl-pagination {
  text-align: right;
  padding-right: 2%;
}
#botcontent .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 35px;
  height: 12px;
  margin: 5px 7px;
  opacity: 1;
  border-radius: 20px;
  background: #c6c6c6;
}
.owl-carousel .block_item .item_detal a {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #ffffff url(../images/cart_prod.png) center center no-repeat;
  background-blend-mode: exclusion;
  opacity: 1;
  background-size: 33%;
  font-size: 0;
  width: 60px;
  height: 35px;
  border: 0;
  border-radius: 45px;
  margin: 4px 5px;
  outline: 0;
}
#botcontent .owl-theme .owl-controls .owl-page.active span {
  background: #fd0100;
}
.moduletable.pridcr {
  position: relative;
  z-index: 1;
  margin: 3% 0 0% 0;
}
#botcontent .moduletable {
  padding: 1% 0;
}

.moduletable.pridcr:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  content: "";
  width: 102vw;
  background: #ffffff;
  height: 100%;
  z-index: -1;
}
.moduletable.pridcr.ctg:after {
  background: url(../images/01.jpg) center top;
  border-top: 8px solid red;
  border-bottom: 8px solid red;
}
.moduletable.pridcr.ctg {
  margin: 4% 0px;
}
.moduletable.pridcr.ctg td {
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 10px 0;
}
.moduletable.pridcr.ctg a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
#botcontent .moduletable.pridcr.ctg {
  padding: 4% 0 0% 0;
}
#botcontent .custom {
  line-height: 1.7em;
}
#botcontent h3 {
  font-size: 25px;
}

#botcontent h3:first-letter {
  color: #fc0208;
}
#topimage {
  background: #434b4d;
  border-top: 5px solid red;
  padding: 1% 0;
  color: #fff;
  line-height: 3em;
  font-size: 20px;
  font-weight: 700;
  margin: 2% 0 0 0;
}

#topimage img {
  margin-right: 6%;
}

.logo {
}
.tguser {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
}

/* Navigation */
#nav {
  background: #fe0000;
}
#nav ul {
  margin: 0;
  padding: 0;
  margin-left: -17px;
}
#nav ul li {
  display: inline-block;
  padding: 3px 10px;
  font-weight: bold;
  position: relative;
  border-right: 1px solid #ff7070;
}
#nav ul li:last-child {
  border: 0;
}

#nav ul li a {
  display: block;
  padding: 0px 18px 0 18px;
  margin: 0;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
#nav ul li.active {
}
#nav ul li.active a {
}
#nav ul > li:hover,
#nav ul > li.active {
  background: #fff;
}
#nav ul > li:hover a,
#nav ul > li.active a {
  color: #111111;
}

#nav li ul {
  position: absolute;
  font-size: 12px;
  top: 56px;
  z-index: 100;
  margin-left: -10px;
  background: #ffffff;
  box-shadow: 0px 0px 4px #a7a7a7;
  border-radius: 3px;
  display: none;
}
#nav li:hover ul {
  display: block;
}

#nav li ul li {
  background: none;
  padding: 0 !important;
  top: 0;
  position: relative;
}
#nav li.active ul li a {
}
#nav ul li ul li:after {
  content: normal;
}

#nav li ul li a {
  display: block;
  width: 200px;
  border-bottom: 1px solid #ddd;
  font-size: 17px;
  line-height: 25px;
  color: #404040 !important;
  text-transform: none;
  font-weight: 400;
  padding: 12px 8px 9px 23px;
}

#nav li ul li a:hover {
  background: #ffffff;
  transition: all 0.5s;
}
#nav ul li ul li:first-child,
.layout-featured #nav ul li ul li:first-child a {
  padding-left: 23px;
}
#nav .moduletable {
  display: inline-block;
}
.moduletablewish,
.moduletablecmpr,
.moduletablelstvis {
  margin: 10px;
  padding-left: 40px;
  border-top: 1px solid #ddd;
  font-size: 13px;
  background: url(../images/iconus.png) 7px 7px no-repeat;
  background-size: 20px;
}
.moduletablecmpr {
  background-position: 7px -16px;
}
.moduletablelstvis {
  background-position: 7px -41px;
}
span.countmas {
  background: #eee;
  padding: 3px 7px;
  border-radius: 50%;
  font-size: 10px;
}
#breadcrumb {
  padding: 1% 0;
  border-bottom: 1px solid #f3f3f3;
}
ul.breadcrumb {
  margin-left: 0;
}
ul.breadcrumb li {
  display: inline-block;
  color: #777777;
}
ul.breadcrumb li.active span {
  padding-left: 3px;
  font-size: 15px;
}
.mod_ext_owl_carousel_jshopping_products .owl-item {
  position: relative;
}
.mod_ext_owl_carousel_jshopping_products .owl-item img {
  max-width: 100%;
}
.mod_ext_owl_carousel_jshopping_products .product_label {
  position: absolute;
  left: 0;
}
/* Sidebar */
#leftbar-w {
  padding: 0px;
  width: 23%;
  float: left;
}
#rightbar-w {
  padding: 0px;
  width: 23%;
  float: right;
}
#sidebar .module {
  padding: 0;
  margin: 0;
}
#sidebar .module .custom {
}
#sidebar  ul li

/* Content */
#main {
  margin: 0px auto 0 auto;
  position: relative;
}
#main-content {
  clear: both;
  background: #fff;
  position: relative;
  line-height: 1.7em;
}

#navct {
  padding: 5px 0;
}

#centercontent {
  width: 48%;
  float: left;
  margin: 5px;
  padding: 0px;
}
#centercontent_md {
  width: 74%;
  float: left;
  margin-left: 2%;
}
#centercontent_bg {
}

div.clearpad {
  float: left;
  padding: 0 0px 15px 10px;
}

/* Content styles */

.blog-featured {
  background: #fff;
  color: #555;
}
.items-leading {
  position: relative;
  clear: both;
  padding: 3px 0px 3px 4px;
  margin-top: 2px;
}

.item-page {
  position: relative;
  background: #fff;
  color: #555;
}
.page-header h2 {
  margin-bottom: 10px;
}
.item-page .page-header h2 {
  font-size: 26px;
}

.blog h2 a {
  font-size: 20px;
  font-weight: normal;
}

.items-row {
  position: relative;
  clear: both;
  text-align: center;
}
.items-row .span3,
.items-row .span4,
.items-row .span6 {
  display: inline;
}

.cols-1 {
  width: 100%;
  clear: both;
}
.cols-2 .column-1 {
  width: 45%;
}
.cols-2 .column-2 {
  width: 45%;
}
.cols-3 .column-1 {
  width: 33%;
}
.cols-3 .column-2 {
  width: 33%;
}
.cols-3 .column-3 {
  width: 33%;
}
.cols-4 .column-1 {
  width: 24%;
}
.cols-4 .column-2 {
  width: 24%;
}
.cols-4 .column-3 {
  width: 24%;
}
.cols-4 .column-4 {
  width: 24%;
}
.column-1,
.column-2,
.column-3,
.column-4 {
  position: relative;
  display: inline-block;
}

.blog .item {
  text-align: center;
  font-size: 15px;
  margin: 1% 0;
  padding-bottom: 1%;
}
.blog .item:hover {
  box-shadow: 0 0 20px #e8e8e8;
}
.blog .item .pull-left.item-image img {
  max-width: 100%;
}
.ba-form .span12 {
  margin-bottom: 4%;
}

.readmore {
  margin: 0;
  line-height: 20px;
}

.button,
a.button {
  padding: 12px 34px;
  border: 2px solid #313131;
  background: #ffffff;
  color: #4a4a4a;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
}
.button:hover,
.validate:hover,
.pagination a:hover,
ul.pagenav li a:hover {
  background: #01bd0a;
  color: #fff;
  border-color: #ddd;
}
.inputbox,
input,
textarea,
select {
  border: 1px solid #c0c0c0;
  color: #444444;
  padding: 10px;
  font-family: inherit;
  font-size: 18px;
}
.pagination ul {
  display: flex;
  justify-content: center;
  margin: 3% 0;
  flex-wrap: wrap;
}
.pagination ul li {
  list-style: none;
}

span.pagination {
  background: none;
}
.pagination span,
.pagination a,
ul.pagenav li a {
  padding: 1px 8px;
  background: #fff;
  color: #555;
  font-weight: bold;
  font-size: 90%;
}
.pagination a,
ul.pagenav li a {
  font-weight: bold;
  text-decoration: underline;
}

.breadcrumbs {
  padding: 0 0 0 10px;
  color: #555;
}
.searchbox {
  background: url(../images/search.png) no-repeat;
  margin-top: 7px;
  width: 165px;
  height: 18px;
  color: #13618d;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Footer */

#footer {
  clear: both;
  margin: 10px 0 0 0;
  padding: 0;
}
#message {
  margin-top: 2%;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  float: right;
  cursor: pointer;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.tip {
  padding: 4px 18px;
  font-size: 14px;
  background: #000000db;
  color: #fff;
  border-radius: 4px;
}

#user-bottom {
  margin: 3% auto 0 auto;
  background: #272727;
  padding: 3% 0 4% 0;
  color: #fff;
}
.user1 .moduletable,
.user1 .moduletable_menu {
  display: inline-block;
  width: 21%;
  margin-left: 4%;
}
.user1 .moduletable_menu ul li {
  display: block;
  padding: 5px 0;
}
.user1 p {
  margin-bottom: 5px;
}
.user1 h3 {
  margin-bottom: 15px;
}
.user1 .moduletable.ftcntim {
  margin-left: 1%;
  background: url(../images/logo_f.png) left top no-repeat;
  padding-top: 74px;
  background-size: 213px;
  margin-top: 9px;
}

#user-bottom2 {
  padding: 2% 0;
  background: #fe0000;
  color: #fff;
}
#user-bottom h3,
#user-bottom a,
#user-bottom2 a {
  color: #fff;
  text-decoration: none;
}
#user-bottom ul {
  margin: 0;
}

#user-bottom2 .container {
  max-width: 1200px;
}

/* Shop */
/* Cart Header */
.cartcnt {
  margin-bottom: 12px;
}

.mycart_wrapp .frcartltwo span {
  padding: 2px 11px 3px 11px;
  line-height: 31px;
  font-size: 14px;
  border: 1px solid #335a85;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.frcart {
  display: inline-block;
}
.flart {
  display: inline-block;
  margin-right: 15px;
}
.flart .img_cart {
  margin: 0;
  width: 60px;
}
.frcartltwo img {
  float: left;
  margin-left: 15px;
}
.frcartltwo {
  padding: 3px;
}
.ramcar {
  text-align: center;
  min-width: 75px;
  border-radius: 3px;
  float: left;
  color: #656565;
  font-size: 15px;
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 4px;
  position: relative;
  line-height: 15px;
  margin-top: 3px;
}
.ramcar.cartfull {
  background: #335a85;
  border-color: #335a85;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ramcar.cartfull a {
  color: #fff;
  text-decoration: none;
}

.ramcar::before {
  content: "";
  position: absolute;
  left: -13px;
  bottom: 6px;
  border: 6px solid transparent;
  border-right: 6px solid #dcdcdc;
}
.ramcar::after {
  content: "";
  position: absolute;
  left: -12px;
  bottom: 6px;
  border: 6px solid transparent;
  border-right: 7px solid #fff;
}
.ramcar.cartfull::after {
  border-right: 7px solid #335a85;
}

.frcartltwo a.button {
  color: #fff;
  padding: 2px 6px;
  font-size: 14px;
}

.frcartlone {
  padding-top: 3px;
}

.frcartlone span.mycart_headertxt {
  color: #444 !important;
  background: none !important;
  font-size: 16px;
  font-weight: 700;
}

/* jshop_categ */

.jshop_list_category {
  padding: 3%;
}
.jshop_categ {
  display: inline-block;
  text-align: center;
  width: 29%;
  border-radius: 5px;
  margin: 10px 15px 15px 0;
  box-shadow: 5px 5px 17px #ddd;
}
.jshop_categ:hover {
  box-shadow: 8px 8px 17px #cccccc;
}

.jshop_list_manufacturer .manufacturer .image {
  margin-bottom: 25px;
}

.jshop_categ .imcon {
  width: 185px;
  height: 185px;
}

.jshop_categ img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.jshop_categ a {
  font-size: 19px;
}

/* jshop_ajaxsearch */
#srctoogle {
  display: none;
}
button.searcmt {
  background: #fe0000 url(../images/search.png) center center no-repeat;
  background-size: 53%;
  height: 41px;
  width: 41px;
  border: 0;
  display: inline-block;
  margin-right: 8px;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  margin: 4px;
}
.active button.searcmt:after {
  background: #ffffff;
  content: "x";
  color: #6b6b6b;
  font-size: 23px;
  padding: 10px 16px;
  border-radius: 5px;
  margin: 0 0 0 -7px;
  font-weight: 700;
  border: 3px solid #ff0102;
}
.jshop_ajaxsearch {
  position: relative;
}
.moduletable.sajpl {
  margin: 5px 2%;
  float: right;
}
.jshop_ajaxsearch input#jshop_search {
  padding: 8px 1%;
  margin: 5px 0px;
  width: 95%;
  font-size: 15px;
  outline: 0;
  text-align: center;
  border-color: #bbbbbb;
  border-radius: 4px;
}
.jshop_ajaxsearch input#jshop_search::placeholder {
  color: #b0b0b0;
}
.jshop_ajaxsearch input.buttons {
  position: absolute;
  top: 1px;
  right: -5px;
  cursor: pointer;
  background: #00bf0d url(../images/search.png) center center no-repeat;
  opacity: 1;
  background-size: 33%;
  font-size: 0;
  width: 60px;
  height: 37px;
  border: 0;
  border-radius: 6px;
  margin: 4px 5px;
  outline: 0;
}
#search-result {
  width: 300px;
  box-shadow: 0px 10px 40px #95a99f;
  border-radius: 10px;
}
#search-result table.ajaxsearch {
  width: 100%;
  border: 0;
}
#search-result .itemsearch img {
  border: 0px;
  height: 42px;
  width: 47px;
}
td.aj_img {
  width: 50px;
}
#search-result table.ajaxsearch tr {
  border-bottom: 1px solid #ebebeb;
}
#search-result span.titlesearch {
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
}
#search-result table.ajaxsearch a {
  text-decoration: none;
}

#search-result .itemsearch:hover,
#search-result .itemsearch:hover span {
  background-color: #f3f3f3;
  color: #444444;
}

/* list_product */
.jshop h1 {
  font-size: 36px;
  margin: 2% 0px;
}

.jshop.list_product {
  text-align: center;
  border-radius: 12px;
  margin-top: 3%;
}
.block_product {
  display: inline-block;
  margin: 10px;
  position: relative;
  text-align: center;
  padding-top: 5px;
}
.jshop.list_product .block_product {
  margin: 1%;
  padding: 1%;
  border: 1px solid #d0d0d0;
  width: 28%;
  text-align: center;
  max-width: 260px;
}
.jshop.list_product .block_product:hover {
  border-color: #f2f2f2;
  box-shadow: 5px 5px 30px #c3c3c3;
  border-radius: 4px;
}
.latest_products.jshop.list_product .block_product {
  margin: 1%;
  padding: 1%;
  width: 20%;
}
.latest_products.jshop.list_product {
  margin-top: 2px;
}

.jshop_list_product .image_block {
  display: block;
  margin: 0 auto 7% auto;
  max-width: 100%;
  position: relative;
}

.jshop_list_product .product .image {
  text-align: center;
  margin-bottom: 25px;
  min-height: 290px;
}
.block_product .three_img img {
  transition: all 0.2s linear;
  width: 100%;
  max-width: 250px;
  transform: translateX(-50%);
  background-color: #fff;
}

.three_img a img {
  position: absolute;
  left: 50%;
  text-align: center;
}

.three_img a.chimg-3 {
  opacity: 0;
}

.three_img:hover a.chimg-3 {
  opacity: 1;
}

.jshop_list_product .jshop .block_product .old_price {
  font-size: 13px;
}
.jshop_list_product .jshop .block_product .old_price span {
  text-decoration: line-through;
}

.manufacturer_name {
  font-size: 14px;
  font-weight: 700;
}

.jshop .product_label {
  z-index: 5;
}
.block_product .image_block {
  margin-top: 7px;
  text-align: center;
}
.jshop_list_product .product .name {
  text-align: center;
  /*height: 55px;  */
  margin: 12px;
  padding: 0 10px;
  border-bottom: 1px solid#d0d0d0;
  overflow: hidden;
}
.jshop_list_product .product .name a {
  color: #292929;
  font-size: 16px;
  text-decoration: none;
  line-height: 23px;
  display: block;
}
.jshop_list_product .product .jshop_price {
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  color: #000000;
  font-weight: 700;
}
.jshop_list_product .product .buttons a {
  text-decoration: none;
  position: absolute;
  bottom: 9px;
  left: auto;
  right: 9px;
  font-size: 0;
  background: url(../images/cart.png) center center no-repeat;
  background-size: contain;
  height: 28px;
  width: 32px;
}
.jshop.catdescription {
  margin-top: 5%;
  max-height: 350px;
  overflow-y: scroll;
}

/* Product */

span.currencycode {
  font-size: 14px;
}

.jshop_pr_r {
  float: left;
  width: 470px;
  overflow: hidden;
}
.productfull .prod_price {
  float: left;
}
.productfull .prod_buttons {
  margin-top: 5px;
  padding-top: 2px;
}
.jshop_pr_l {
  float: left;
  width: 23%;
  overflow: hidden;
  margin: 0 2%;
  position: relative;
}
.productfull .jshop_code_prod {
  font-size: 15px;
  color: #555;
  margin-bottom: 13px;
  display: block;
}
.productfull .extra_fields {
  margin: 5px 5px 5px 1%;
  padding-left: 1%;
  border-left: 1px solid #ddd;
  width: 30%;
  float: right;
}
.jshop .extra_fields div {
  overflow: hidden;
}
.extra_fields .moduletable .custom {
}
.extra_fields div span:nth-child(1) {
}
.extra_fields div span:nth-child(2) {
}
span.extra_fields_name {
  display: inline-block;
  width: 50%;
}
.productfull span.extra_fields_value {
  padding-left: 2%;
  font-weight: 700;
  font-size: 14px;
  width: 45%;
  float: right;
}
.jshop .input_type_radio {
  margin-right: 1%;
  display: inline-block;
  width: 32%;
}
.productfull .input_type_radio label {
  display: block;
  padding: 2px 0px;
  border: 0;
  border-radius: 0;
  word-break: break-word;
  white-space: normal;
  line-height: 1.5em;
  margin: 1px;
  font-size: 10px;
  text-align: center;
  border: 2px solid #ddd;
}
.productfull .input_type_radio label {
  display: block;
  padding: 5px 20px;
  border: 2px solid #333;
  border-radius: 18px;
  white-space: nowrap;
}
.productfull .input_type_radio label {
  display: block;
  padding: 2px 0px;
  border: 0;
  border-radius: 0;
  white-space: normal;
  word-break: break-word;
  line-height: 1.5em;
  margin: 1px;
  font-size: 10px;
  text-align: center;
  border: 2px solid #ddd;
}
.productfull .input_type_radio label p {
  margin-bottom: 0;
}

.productfull .input_type_radio label:hover {
  color: #444444;
  cursor: pointer;
}
.productfull input[type="radio"],
.productfull input[type="checkbox"] {
  margin: 0px;
  display: none;
  padding: 5px 20px;
}
.productfull input[type="radio"]:checked + label {
  border: 2px solid #777777;
}

.clear_attr {
  display: none;
}
.productfull input[type="radio"]:checked + label .clear_attr {
  display: block;
  position: absolute;
  top: -8px;
  right: 0px;
  font-size: 15px;
  color: red;
  font-weight: 700;
  z-index: 5;
  cursor: pointer;
  padding: 5px;
}

.productfull input[type="radio"]:checked + label p {
  background: #888888;
  color: #fff;
}
.productfull .radio_attr_label img {
  display: inline-block;
  width: 75px;
  height: auto;
  max-width: 100%;
}
.productfull .radio_attr_label span {
  display: none; /* dbfs*/
}
.productfull #block_attr_sel_1 {
}
div.jshop_prod_attributes .attributes_title {
  padding: 0px 7px;
  background: #d6d6d6;
  font-weight: 700;
  margin-bottom: 3px;
  color: #333333;
  font-size: 14px;
  float: none;
}
.jshop_prod_attributes {
  background: #f2f2f2;
  margin: 10px 0;
}
.buyprod {
  padding: 5px 0px 5px 0;
  margin: 6% 0;
}
.prod_buttons .button {
  padding: 12px 34px;
  display: inline-block;
  vertical-align: top;
  background: #23ab2b;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px;
  width: 100%;
  border-radius: 7px;
}
.prod_buttons .button.wl {
  background: #fff url(../../../images/system/heart.svg) center center no-repeat;
  background-size: 25px;
  border: 0;
}
.jshop_pr_l .button.cmpr {
  margin: 5px 10px 10px 10px;
  padding: 6px 15px 7px 34px;
  font-size: 13px;
  background: url(../images/iconus.png) 7px -16px no-repeat;
  background-size: 20px;
}
.jshop_pr_l .button.cmpr:hover {
  border-color: #cecece;
  background: #fff url(../images/iconus.png) 7px -16px no-repeat;
  background-size: 20px;
  color: #222;
}

.productfull #block_price {
  font-size: 28px;
  color: #3c2112;
  line-height: 50px;
}
.jcatdes {
  font-size: 14px;
  margin: 10px 10px 30px 10px;
}
.jshop_pr_l .extra_fields {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}
.jshop_pr_l span.extra_fields_value {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px dashed;
}
span#old_price {
  line-height: 50px;
  padding: 10px;
}
.related_my {
  padding-top: 15px;
  clear: both;
  border-top: 1px dashed #333;
}
.productfull #block_price span.currencycode {
  font-size: 16px;
}

.text_zoom {
  display: none;
}
.jshop_img_description {
  padding-top: 20px;
}
.productfull .image_middle {
  width: 100%;
  text-align: center;
  min-height: 350px;
}
.productfull .image_middle img {
  width: 100%;
}

img.jshop_img_thumb {
  padding: 2px;
  border: 1px solid #ccc !important;
  width: 84px;
}
#nvgrevform {
  display: none;
}
.productfull #nvgrevform input[type="checkbox"] {
  display: inline-block;
}
.review_header {
  margin: 2% 0 1% 0;
  padding-bottom: 1%;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
}
.answerbtn.fbut {
  text-align: center;
}
.nvg_ext_review .internallink a {
  text-decoration: none;
  border-bottom: 1px dotted;
  font-weight: 700;
}

/* Sort */

form#sort_count {
  margin-bottom: 10px;
}
#sort_count select {
  border: 0;
  border-bottom: 1px solid #f2f7fd;
  font-size: 15px;
  color: #181818;
  outline: none;
}
.jshop_list_product .box_products_sorting img {
  cursor: pointer;
  margin-top: 14px;
  margin-left: 10px;
}

/* Cart */
#checkout .td_2,
#checkout .td_1 {
  width: 49%;
}
#checkout .td_2 {
  float: right;
  margin: 15px 0;
}
.total .td_2 {
  text-align: right;
  font-size: 20px;
}

.td_2 {
  font-weight: 400;
  text-align: right;
}
.td_2 a.btn {
  text-decoration: underline;
}

#checkout .td_1 {
  float: left;
}
.cart_block_discount {
  margin-top: -76px;
  float: left;
  width: 480px;
}
p.jshop_cart_attribute {
  padding-left: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-top: 1px;
  margin-bottom: 4px;
  color: #888;
}
.cart a.button-img {
  font-size: 20px;
  font-weight: 400;
  color: #777;
  padding: 9px;
  text-decoration: none;
}
.cart_block_discount .name {
  float: left;
  min-width: 100px;
  padding: 5px 5px 0 0;
  font-weight: 400;
}
.jshop .cart .product_name {
  text-align: left;
  font-size: 22px;
}
.jshop .right_chekout .cart .product_name {
  font-size: 14px;
  line-height: 1.5em;
}
table.jshop td {
  vertical-align: middle;
}
td.single_price .data,
td.total_price .data {
  line-height: 2em;
}
.mobile-car {
  font-size: 15px;
}
.quantity .data {
  width: 99px;
  padding: 0 15px;
  margin: 0 auto;
}
.cart .quantity .inputbox {
  width: 22px;
  margin-bottom: 0px;
  text-align: center;
  padding: 7px;
  margin-left: 9px;
}
.cart td {
  border: 1px solid #ebebeb;
  padding: 7px;
}
.cart table.jshop.jshop_subtotal td {
  border-color: transparent;
}
.cart_block_discount .btn {
  border: 1px solid #ddd;
  margin: 10px auto;
}
.productfull .input_type_radio i.oldnet {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #ea0000;
  top: 0;
  right: 0;
  color: #fff;
  font-weight: 700;
  border-bottom-left-radius: 11px;
}
/* Dopproduct carousel */

.jshop.list_product.products_category {
  text-align: center;
  margin-top: 3%;
  position: relative;
  padding: 3% 0;
}
.jshop.list_product.products_category h3 {
  font-size: 19px;
  text-transform: uppercase;
  color: #5f5f5f;
  margin-bottom: 15px;
  font-weight: normal;
}
.jshop.list_product.products_category h3:after {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-51vw);
  content: "";
  width: 99vw;
  background: #e8e8e8;
  height: 1px;
}
.jshop.list_product.products_category .block_product {
  width: 80%;
  margin: 0%;
  padding-bottom: 2%;
  max-width: none;
  border: 0;
  padding: 5%;
}
.jshop.list_product.products_category .block_product:hover {
  box-shadow: none;
}

.jshop.list_product.products_category .jshop_price {
  color: #101010;
  font-weight: 700;
}
.jshop.list_product.products_category a.name {
  min-height: 40px;
  display: inline-block;
}
.jshop.list_product.products_category img.jshop_img {
  max-width: 100%;
}
.jshop.list_product.products_category .owl-pagination {
  margin: 2% 0;
}
.jshop.list_product.products_category .price span {
  display: block;
  line-height: 1.7em;
  padding: 2px 0 !important;
}

/* checkout */

.jshop.register {
  padding: 0 0 0 150px;
}
.jshop_register td {
  padding: 6px;
}
.jshop_register td.name {
  width: 120px;
}
.left_chekout {
  float: left;
  width: 340px;
  margin: 0 15px;
}
.right_chekout {
  width: 590px;
  margin-right: 10px;
  float: right;
}
.right_chekout table.jshop.cart {
  font-size: 14px;
}
.right_chekout .jshop_img_description_center img {
  width: 150px;
}
a.editcart {
  float: right;
  padding: 5px;
  font-size: 13px;
}

/* plusminus */
.productfull .prod_price_inp {
  max-width: 116px;
  display: inline-block;
  padding: 4%;
}
.prod_price_inp input {
  width: 30px;
  padding: 8px;
  text-align: center;
  border-radius: 3px;
  font-family: inherit;
  font-size: 20px;
}
input.product_minus,
input.product_plus {
  float: left;
  background: #fff url(../images/minus.gif) center center no-repeat;
  border: 0;
  cursor: pointer;
  outline: none;
}
input.product_plus {
  float: right;
  background: #fff url(../images/plus.gif) center center no-repeat;
}

/* screenorder */
#sk-rocnt {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  background: #ffffffd4;
  width: 100%;
  height: 100%;
  display: none;
}
.sk-rotating-plane {
  width: 4em;
  height: 4em;
  margin: auto;
  background-color: #b1ece9;
  -webkit-animation: sk-rotating-plane 1.2s infinite ease-in-out;
  animation: sk-rotating-plane 1.2s infinite ease-in-out;
  transform: translate(50%, 50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

@-webkit-keyframes sk-rotating-plane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotating-plane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

#sp-left-toggler {
  display: none;
  cursor: pointer;
  float: right;
  text-align: center;
  font-size: 0;
  width: 25px;
  height: 20px;
  margin-right: 12px;
  padding: 15px 0;
  font-weight: 700;
  color: #fff;
  background: url(../images/filter.png) center center no-repeat;
  background-size: contain;
}

#navtoogle {
  display: none;
  text-align: right;
  background: #00bf0d;
  padding-right: 5%;
}

.cmn-toggle-switch {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 6px;
  padding: 0;
  width: 58px;
  height: 38px;
  border: 0;
  font-size: 0;
  transition: background 0.3s;
}

.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  height: 3px;
  background: white;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: -15%;
  width: 140%;
  height: 3px;
  background-color: #fff;
  content: "";
}

.cmn-toggle-switch span::before {
  top: -8px;
}

.cmn-toggle-switch span::after {
  bottom: -8px;
}
.cmn-toggle-switch__htx {
  background-color: #00bf0d;
}

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

.cmn-toggle-switch__htx.active {
  background-color: #666666;
}

.cmn-toggle-switch__htx.active span {
  background: none;
}

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
span.menutoog div {
  background: #000;
  width: 100%;
  height: 0.125rem;
  margin: 0.25rem auto;
  border-radius: 10px;
  -webkit-transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  -webkit-transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
  -webkit-transform: 0;
  transform: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@media only screen and (max-width: 1400px) {
  .inline.topinfo {
    margin: 0 4%;
    width: 32%;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1300px) {
  .moduletable.sajpl {
    width: 28px;
    position: relative;
    margin: 7px 2%;
  }

  .container,
  #user-bottom2 .container {
    max-width: 96%;
  }
  .jshop_pr_l,
  .productfull .extra_fields {
    float: left;
    width: 50%;
  }
  #breadcrumb {
    padding: 3% 0;
    border-bottom: 1px solid #f3f3f3;
  }

  .tgtop ul li {
    display: inline-block;
    padding: 0 10px;
  }
  #nav ul li a {
    padding: 0px 12px 0 12px;
    font-size: 16px;
  }
  .moduletable.pridcr.ctg td {
    width: 185px;
  }
}

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

  #leftbar-w {
  }
  #navtoogle {
    padding-right: 0%;
  }
  .jshop.list_product .block_product {
    width: 30%;
  }
  .productfull .image_middle,
  .jshop_pr_r {
    width: 330px;
  }

  .productfull .input_type_radio label {
    padding: 5px 5px;
  }
  .right_chekout {
    width: 54%;
    margin-right: 10px;
    float: right;
  }
  .left_chekout {
    float: left;
    width: 36%;
    margin: 0 1%;
  }
  .latest_products.jshop.list_product .block_product {
    width: 27%;
  }
  .inline.topinfo {
    width: 36%;
  }
  .inline.topdrs {
    display: none;
  }
  #nav ul li a {
    padding: 0px 2px 0 2px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1050px) {
  .moduletable.cabinet {
    float: none;
  }
  .logo img {
    max-width: 100%;
  }

  #srctoogle {
    display: block;
  }

  .jshop_ajaxsearch {
    display: none;
  }
  .inline.topinfo {
    width: auto;
    margin: 10px;
  }
  .inline.top {
  }
  #leftbar-w {
    width: 28%;
  }
  #centercontent_md {
    width: 70%;
    margin-left: 2%;
  }
  .pull-left.item-image img {
    max-width: 100%;
  }

  .user1 .moduletable,
  .user1 .moduletable_menu {
    display: inline-block;
    width: 46%;
    margin: 1%;
  }

  .productfull .jshop_code_prod {
    position: static;
  }
  .buyprod {
    padding: 0;
    margin: 0;
  }
  .productfull .image_middle,
  .jshop_pr_r {
    width: 50%;
    min-height: auto;
  }
  .productfull .extra_fields {
    margin: 5px 5px 5px 1%;
    padding-left: 1%;
    border-left: 1px solid #ddd;
    width: 95%;
    float: right;
  }
  .productfull #list_product_image_middle img {
    max-width: 370px;
  }
  .uf_wrapper.uf_wrapper_prices {
    display: none;
  }
  .jshop.list_product .block_product {
    width: 41%;
  }
  .jshop_list_product .product .name {
    text-align: center;
    min-height: 45px;
    height: auto;
    margin: 12px;
    padding: 0 10px;
    border-bottom: 1px solid#d0d0d0;
  }
  .right_chekout,
  .left_chekout {
    width: 92%;
    float: none;
    margin: 2%;
  }
  #navtoogle {
    padding: 0;
    font-size: 90%;
  }
  button.searcmt {
    height: 30px;
    width: 35px;
    margin: 9px;
  }
  .active button.searcmt:after {
    padding: 0px 10px 3px 10px;
  }
  td.mnpds {
    display: none;
  }
  #user-bottom2 td {
    width: 48% !important;
  }
  #mainhead,
  #nav {
    text-align: center;
  }
  .moduletable.specmn {
    float: none;
    margin: 1% 0;
  }
  .inline.topinfo .custom {
    display: none;
  }
  #topimage td {
    display: inline-block;
    width: 48%;
    font-size: 17px;
  }
  #topimage img {
    height: 43px;
  }
  #jshop_module_cart a.button {
    display: block;
  }
  #user-bottom2 {
    text-align: center;
  }

  #user-bottom2 td {
    width: 94% !important;
    display: inline-block;
    text-align: center !important;
  }
}

@media only screen and (max-width: 768px) {
  #sp-left-toggler,
  #navtoogle {
    display: block;
  }
  #nav ul li {
    width: 98%;
    padding: 3px 2%;
  }
  #nav li ul {
    position: static;
    display: list-item;
  }
  ul.nav-child.unstyled.small {
    border-top: 1px solid #585858;
    border-bottom: 1px solid #585858;
  }
  #srctoogle {
    display: block;
    float: left;
    margin: 0 10px;
  }
  .ramcar.cartfull::after {
    border-right: 7px solid #fb0205;
  }
  .ramcar.cartfull {
    background: #fb0205;
    border-color: #fb0205;
  }
  .mycart_wrapp .frcartltwo span {
    border: 1px solid #fb0205;
  }
  #nav .moduletable {
    display: block;
  }
  .homepage .jshop_ajaxsearch {
    margin-bottom: 25px;
  }
  .jshop_ajaxsearch input#jshop_search {
    padding: 12px 0 12px 25px;
    margin: 5px 0px;
    width: 96%;
    font-size: 17px;
    border-radius: 5px;
    outline: 0;
    border: 2px solid #eee;
  }
  .jshop_ajaxsearch input.buttons {
    top: 6px;
  }
  .jshop_ajaxsearch {
    display: none;
    left: 3%;
    width: 90%;
    top: 12px;
    right: auto;
    position: relative;
  }

  #nav li ul {
    position: static;
    display: none;
    background: none;
    box-shadow: none;
    width: 94%;
    padding-left: 5%;
    font-size: 80%;
  }
  #nav li ul li {
    list-style-type: disc;
    display: list-item;
    color: #ddd;
  }

  #nav li ul li a {
    width: 93%;
    color: #c3c3c3 !important;
    background: transparent;
    border-bottom: none;
    font-size: 14px;
    padding: 8px;
  }
  #nav li ul li a:hover {
    background: rgba(82, 82, 82, 0.7);
    transition: all 0.5s;
  }
  #nav li:hover ul {
    display: none;
  }
  #nav ul.nav li.parent {
    border-bottom: 1px solid #585858;
  }
  #nav ul.nav li.parent.act {
    border: none;
  }

  #nav ul.nav li.parent:before {
    content: "";
    border: solid #636363;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 22px;
    right: 10%;
    transform: rotate(-45deg);
  }
  #nav ul.nav li.parent.act:before {
    transform: rotate(45deg);
    transition: all 0.5s;
  }

  #jshop_unijax_filter,
  #jshop_unijax_filter .uf_trackbar,
  #mainhead,
  #nav {
    display: none;
  }

  .container {
    width: 90%;
    padding: 0;
  }
  .logo {
    max-width: 37vw;
  }
  .inline.top {
    float: none;
    margin-top: -3px;
  }
  #nav ul {
    margin: 0;
  }
  #nav ul li {
    border: 0;
  }

  #sidebar .custom {
    display: none;
  }
  #breadcrumb {
    padding: 4% 0;
    border-bottom: 1px solid #f3f3f3;
  }
  #mainhed {
    position: absolute;
    top: 4%;
    right: 5%;
  }

  #leftbar-w {
    width: 100%;
  }

  body {
    background: none;
  }

  body.product .bname {
    padding: 12px 15px 16px 15px;
    font-size: 26px;
  }

  .jshop_maincategory {
    text-align: center;
  }

  #header {
    height: auto;
    padding: 3% 0;
    border-top: 6px solid #fb0102;
  }

  .module_cart_detail td,
  .jshop.cart tr td,
  .jshop.cart tr {
    border: 0;
  }

  .img_cart {
  }
  .top .custom {
    display: none;
  }

  #centercontent_md {
    width: 100%;
    margin: 0;
  }

  .jshop_maincategory .jshop_categ img {
    max-width: 100%;
    height: auto;
  }
  .jshop .registermod {
    width: 100%;
    margin-top: 4%;
  }
  table td {
    display: block;
    width: 100%;
  }
  img {
    max-width: 100%;
  }

  iframe {
    border: none;
    width: auto !important;
    max-width: 100% !important;
  }
  table.jshop_product_compare td {
    display: table-cell;
  }
  .comparecnt {
    overflow-x: scroll;
  }

  #search-result table.ajaxsearch tr {
    border-bottom: 1px solid #ebebeb;
    padding: 4%;
    display: inline-block;
    width: 90%;
    text-align: left;
  }
  .itemsearch .itemlink {
    padding: 1px;
    display: block;
  }
  .itemsearch img {
    border: 0px;
    float: left;
    margin: 8px;
  }
  #search-result .itemsearch:hover,
  #search-result .itemsearch:hover span {
    background-color: #f3f3f3;
    color: #444444;
  }

  tr.mod_sef_tr input,
  tr.mod_sef_tr textarea {
    margin-bottom: 15px;
    width: 135px;
  }

  .itemsearch .itemlink {
    padding: 1px;
    display: block;
  }
  .itemsearch img {
    border: 0px;
    float: left;
    margin: 0 8px;
  }

  table.imct td {
    width: 48%;
    display: inline-block;
  }
  .jshop_maincategory .jshop_categ {
    width: 98%;
    margin-bottom: 2%;
    max-width: 375px;
  }

  .blog .item {
    width: 100%;
  }
  .item-page section.moduletable {
    background: #f6f6f6 url(../images/nbg.jpg) center bottom no-repeat;
    padding: 5%;
    margin: 0;
  }

  .user1 {
    margin-top: 30px;
  }
  .user1 td,
  .user2 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .jshop_list_category {
    margin-bottom: 5%;
  }
  .jshop.list_product .block_product {
    width: 43%;
    border-radius: 0;
  }
  .jshop_list_product .product .image {
    text-align: center;
    margin-bottom: 60px;
  }
  .jshop h1,
  .page-header h2 {
    margin: 6% 0;
    line-height: 1.2em;
    font-size: 26px;
  }
  .productfull .image_middle,
  .jshop_pr_r,
  .jshop_pr_l,
  .productfull .extra_fields,
  #jshop_prod_description img {
    width: 96%;
    margin: 15px 2%;
    float: none;
  }
  .productfull .image_middle {
    text-align: left;
  }

  .productfull span.jshop_code_prod {
    padding: 0;
    padding-left: 5%;
    margin: 0;
    line-height: 1em;
  }
  .prod_buttons .button {
    margin: 15px auto;
  }

  .productfull .prod_price {
    display: inline-block;
    float: none;
  }
  .productfull .btn-default {
    text-align: center;
  }
  .buyprod {
    text-align: center;
    background: #f7f7f7;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .owl-theme .owl-controls .owl-buttons div {
    margin: 14px;
  }
  #jshop_prod_description {
    padding: 3%;
  }
  img.jshop_img_thumb {
    width: 18%;
  }
  .productfull .extra_fields {
    border: 0;
  }

  .jshop_img_description {
    padding-top: 5px;
  }

  .jshop.cart tr td {
    width: 93%;
  }

  table.module_cart_detail td.mycart_el {
    width: 25% !important;
    text-align: center;
  }

  .cart .total .td_2,
  #checkout .td_2 {
    text-align: center;
    width: 100%;
  }
  .mobile-car {
    line-height: 32px;
    padding-right: 4px;
  }
  a.button.promo {
    float: none;
    width: max-content;
    margin: 5px 0;
  }

  .right_chekout .jshop.cart tr td,
  .right_chekout .jshop_subtotal .name,
  .jshop_subtotal .value {
    display: inline-block;
    text-align: left;
    width: 88%;
    padding: 0;
  }
  .right_chekout .jshop.cart tr td.cifr {
    display: inline-block;
    width: 30%;
    background: #f5f5f5;
    text-align: center;
  }

  .right_chekout {
    margin-top: 8%;
  }

  #user-bottom2 {
    margin: 0;
    font-size: 14px;
    padding: 5% 0;
  }
  #user-bottom2 td {
    text-align: center !important;
  }
  .button,
  a.button {
    display: block;
    margin: 3% 0;
  }
  .cart_block_discount {
    margin: 2%;
    float: none;
    width: 96%;
    text-align: center;
  }
  .cart_block_discount .name,
  .cart_block_discount .inputbox {
    display: inline-block;
    float: none;
  }
  a.editcart {
    display: none;
  }
  .jshop_subtotal .name {
    text-align: left;
  }
  .pull-right.td_2 {
    text-align: center;
    margin-top: 8%;
  }
  td.goto_cart {
    text-align: center;
  }
  .item-page table td {
    width: 100% !important;
  }
  .tgtop .moduletable {
    padding: 0 5%;
    background: #d23d3d;
  }
  .tgtop .moduletable.logmodule {
    float: none;
    background: #fff;
    padding: 4% 0;
  }
  .mod-languages {
    background: #333;
  }
  #nav ul li {
    width: 95%;
  }

  #nav div.mod-languages ul li {
    display: inline-block;
    width: auto;
  }
  #sort_count select {
    width: 55%;
  }
  .flart .img_cart {
    margin: 0;
    width: 48px;
  }
  #topimage img {
    height: 43px;
    display: block;
  }
  #botcontent h3 {
    font-size: 25px;
    padding: 7% 10px;
  }
  #topimage td {
    width: 50%;
  }
  .user1 .moduletable.ftcntim {
    background-size: 100%;
  }
  .moduletable.pridcr.ctg td {
    width: 50%;
  }
  .homeslider .moduletable,
  #topimage {
    display: none;
  }
  #botcontent .custom {
    line-height: 1.7em;
    padding: 4%;
  }
  #botcontent .owl-pagination {
    text-align: left;
  }
}

@media only screen and (max-width: 570px) {
  .jshop.list_product .block_product {
    width: 90%;
    border-radius: 0;
    max-width: 260px;
    margin-bottom: 15px;
  }
  .jshop_list_product .product .image {
    min-height: 260px;
  }
  .mycart_wrapp div.modal-dialog {
    max-height: 90vh;
  }

  .jshop_categ {
    width: 47%;
    margin: 1%;
  }
  #topimage .custom {
    background-size: 100%;
  }

  .valuta div {
    display: none;
  }
  .inline.topinfo {
    margin: 5px;
  }
  .nvg_ext_review .review_answer {
    margin: 10px 2%;
  }

  .owl-carousel .block_item .item_detal a {
    zoom: 0.9;
  }
  .owl-carousel .block_item .item_price {
    font-weight: 700;
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .inline.lctr {
    width: 40vw;
    overflow: hidden;
  }
  .logo {
    max-width: 53vw;
  }
}
