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;}
.red {
  color: red
}
.green {
  color: green
}

/* Main Layout */
html {height: 100%;}
body { font-family: "Montserrat", sans-serif; background: #f2f2f2; }
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: 1350px;
    margin: 0 auto;
}
/* Header */
#header {  padding: 1% 0; background: #fff; }
.inline, .tgtop .moduletable, .inline.topinfo .custom {
    display: inline-block;
}
.inline.top, .inline.topinfo {
    margin-top: 1%;
}
.inline.topinfo {
    padding-top: 4px;
    margin: 1% 3% 0 3%;
}
.custom.skil {
    width: 487px;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 700;
}
.custom.skil img {
    margin: -6px 5px 0 5px;
}

#mainhead {
    background: #f5f5f5;
    padding: 6px 0 8px 0;
}
.tgtop ul  {
    margin: 0
}
.tgtop ul li {
    display: inline-block;
    padding: 5px 12px;
}
.tgtop ul li a {
    text-decoration: none;
    font-size: 14px;
}
.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;
      text-decoration: none;
      font-size: 14px;
}

#topimage { }
.top {}
.top .custom {

}

.logo { max-width: 300px }
.homeslider {
    margin: 15px auto;
    width: 99%;
}
.flexslider .slides img {
    border-radius: 15px;
}
.mod-languages {
    margin: 7px 0 3px 0;
}
.moduletable.mova {
    float: right;
    margin-right: 1%
}
div.mod-languages li {
    padding: 0px;
}
.moduletable.mova a {
    font-weight: 700;
    color: #30354f;
}
.moduletable.mova .lang-active a {
    color: #ffa94e
}

/* Navigation */
#nav {
    background: #0E5DA7;
    min-height: 60px;
}

#nav .moduletable {
    display: inline-block;
}
.moduletable.specmn  {
       margin-top: 20px;
}

#nav ul li {
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid #fff;
}
#nav ul li:last-child {
    border: none;
}
#nav ul li a {
    color: #fff;
    line-height: 20px;
    font-size: 15px;
    text-decoration: none;
}
span.namecatalog {
    line-height: 60px;
}
#leftbar-w ul {margin:0; padding:0; }
#leftbar-w ul li {
    display: block;
    padding: 0 5px 0 12px;
    font-weight: bold;
    position: relative;
}
#leftbar-w ul li:hover {
    background: #f5f5f5;
}
#leftbar-w ul li a {
    display: block;
    padding: 0 10px 0 10px;
    margin: 0;
    line-height: 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
}

#leftbar-w li ul {
    position: absolute;
    font-size: 12px;
    top: 0;
    left: 98%;
    z-index: 100;
    background: #ffffff;
    box-shadow: 4px 2px 4px #33333333;
    border-radius: 6px;
    padding: 5px 0;
    display: none;
}
#leftbar-w li:hover ul {
  display: block;
}

#leftbar-w li ul li {
  background: none;
  padding: 0!important;
  top: 0;
  position: relative;

}
#leftbar-w li.active ul li a {
}
#leftbar-w ul li ul li:after {
    content: normal;
}

#leftbar-w 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;
}

#leftbar-w li ul li a:hover {
    background: #FFFFFF;
    transition: all 0.5s;
}

.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: 10px;
}
/* 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
.moduletable.hmdesc {
    margin-top: 5%;
}
/* Content */
#main { margin:0px auto 0 auto;position: relative;}
#main-content {
    clear: both;
    background: #F2F2F2;
    position: relative;
    line-height: 1.7em;
        padding-bottom: 3%;
}
#botcontent {
    background: #F2F2F2;
    padding-bottom: 3%;
    margin-top: -2%;
}
#botcontent .moduletable:first-child {
    margin-bottom: -2%;
}
td.ovvisvt {
    max-height: 198px;
    display: block;
    overflow-y: scroll;
    margin-top: 5%;
    line-height: 1.5em;
    font-size: 14px;
}
.owl-carousel .block_item {
    background: #fff;
    padding: 9%;
    border-radius: 10px;
    margin: 0 5%;
}
.owl-carousel .blprice {
    position: relative;
}
.owl-carousel .item_price {
    font-weight: 700;
    font-size: 23px;
}
.owl-carousel .old_price {
    color: #ff0000;
    font-size: 12px;
    text-decoration: line-through;
}
.owl-carousel .item_name {
    margin: 8% 0;
}
.owl-carousel .item_name a {
    color: #888888;
    text-decoration: none
}
.mod_ext_owl_carousel_jshopping_manufacturers {
    position: relative;
}
.mod_ext_owl_carousel_jshopping_manufacturers .ext-bxslider-manufacturers-img {
    border: none!important;
}
.mod_ext_owl_carousel_jshopping_manufacturers .ext-bxslider-manufacturers-img img {
    border-radius: 15px;
}
.mod_ext_owl_carousel_jshopping_manufacturers:after {
    content: '';
    background: #fff;
    width: 94%;
    height: 67%;
    position: absolute;
    left: 2%;
    z-index: 1;
    top: 21px;
    max-height: 70px;
}
.mod_ext_owl_carousel_jshopping_manufacturers .ext-bxslider-manufacturers-img img {
    max-width: 90%!important;
    margin: 0 5%;
}
.mod_ext_owl_carousel_jshopping_manufacturers .owl-carousel {
     z-index: 2
}

.jshop.last_visited_products .block_item {
    display: inline-block;
    padding: 1%;
    width: 30%;
}
.jshop.last_visited_products .block_item img {
    max-width: 100%
}
#botcontent h3 {
    padding-left: 2%;
    font-size: 21px;
}
#botcontent  .owl-pagination {
    text-align: right;
    padding-right: 2%;
}
#botcontent .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 30px;
    height: 9px;
    margin: 5px 7px;
    opacity: 1;
    border-radius: 20px;
    background: #0e5da7;
}
#botcontent .owl-theme .owl-controls .owl-page.active span {
    background: #FFA94E;
}

#main-content.nhv:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
#navct {
    padding: 5px 0;
}
.modulectfr {
    padding: 11% 0;
    box-shadow: 5px 5px 8px rgba(51, 51, 51, 0.1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
        z-index: 10;
    position: relative;
    background: #fff;
 }

#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;
    padding: 2%;
    border-radius: 15px;
}
.page-header h2 { margin-bottom: 10px;}
.item-page .page-header h2  {
     font-size: 26px
 }
.pull-left.item-image img {
    max-width: 100%;
}
.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%;
    padding-bottom: 1%;
    background: #fff;
    border-radius: 10px;
}
.blog .item:hover {
    box-shadow: 0 0 20px #e8e8e8;
}
.blog .item .pull-left.item-image img {
  max-width: 100%
}

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


.button, a.button {
    padding: 12px 34px;
    border: 2px solid #0e5da7;
    background: #ffffff;
    color: #1a4a77;
    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: #ffa94e;
    color: #fff;
    border-color: #ffa94e;
}
.inputbox, input, textarea, select {
    border: 1px solid #c0c0c0;
    color: #444444;
    padding: 10px;
    font-family: inherit;
    font-size: 18px;
    border-radius: 3px;
}
ul.pagenav { display:block;} ul.pagenav li { list-style:none;}
.pagenav-prev { float:left; padding-top: 10px;}
.pagenav-next { float:right; padding-top: 10px;}
.jshop_list_product .pagination {
    clear: both;
    margin: 3% 0;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    background: none;
}
.tooltip {
  display: none!important
}

span.pagination { background:none;}
.pagination span, .pagination a, ul.pagenav li a {padding: 1px 8px; 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;}
#system-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: #18222B;
    color: #899198;
    padding: 3% 0 4% 0;
    text-align: left;
    height: 100%;
}
.user1 .moduletable, .user1 .moduletable_menu {
    display: inline-block;
    width: 20%;
    margin-left: 4%;
}
.user1 .moduletable_menu ul {
    margin: 0
}

.user1 .moduletable_menu ul li {
    display: block;
    padding: 5px 0;
}
#user-bottom a {
    color: #899198;
    text-decoration: none
}

.user1 p {
  margin-bottom: 5px;
}
.user1 h3 {
    margin-bottom: 15px;
    color: #fff;
}
#user-bottom2 {
    padding: 1% 0;
    background: #ffa94e;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
#user-bottom2 .container {
    max-width: 1300px
}
.moduletable_menu.lstc {
    width: 208px;
    padding-left: 25px;
    padding-top: 65px;
    background: url(../images/logofooter.png) left top no-repeat;
    background-size: 207px;
}
.moduletable.infbt {
    width: 300px;
    font-size: 14px;
    margin-left: 0;
}
.moduletable.infbt h4 {
    color: #fff;
    font-size: 20px
}
.moduletable.infbt h4 {
    color: #fff;
    font-size: 24px;
    padding: 4px 5px 4px 25px;
}
.moduletable.infbt a {
    color: #fff!important;
    text-transform: uppercase;
    font-size: 13px
}

/* 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;
    border-radius: 50%;
    border: 3px solid #FFE3C5;
    padding: 3px;
    width: 50px;
    height: 50px;
    position: relative;
}
.flart:hover {
    border-color: #FFA94E
}
.flart:hover img {
    transform: rotate(360deg);
    transition: all 1s
}

.dotcount {
    position: absolute;
    left: -12px;
    background: #f39d42;
    padding: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    min-width: 12px;
    text-align: center;
    transform: translateY(13px);
}
.flart:hover .dotcount  {
    background: #0E5DA7
}

.flart .img_cart {
    padding: 12px 2px;
    margin: 0;
    width: 40px;
}
.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: 12px;
    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: #ffffff url(../images/search.png) center center no-repeat;
    background-size: 53%;
    height: 34px;
    width: 31px;
    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: #0e5da7;
    font-size: 26px;
    padding: 0 9px;
    border-radius: 50%;
}
.jshop_ajaxsearch {
    position: relative;
}
.moduletable.sajpl {
    width: 33%;
    margin: 8px 2% 2px 2%;
    float: right;
}
.jshop_ajaxsearch input#jshop_search {
    padding: 8px 3%;
    border-radius: 5px;
    margin: 4px 0px;
    width: 96%;
    font-size: 15px;
    outline: 0;
    text-align: center;
}
.jshop_ajaxsearch input.buttons {
    position: absolute;
    top: 7px;
    right: 0px;
    cursor: pointer;
    background: url(../images/search.png) center center no-repeat;
    opacity: 0.5;
    background-size: contain;
    font-size: 0;
    width: 16px;
    height: 10px;
    border: 0;
    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;
}
input#jshop_search::placeholder {
    color: #292929;
    font-size: 13px;
}
#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: 0% 0 1% 0;
}

.jshop.list_product {
    border-radius: 12px;
    margin-top: 3%;
}
.nonetv {
    opacity: 0.4;
}
.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-radius: 10px;
    background: #fff;
    width: 28%;
    text-align: center;
    max-width: 272px;
}
.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: 60px;
    min-height: 220px;
}
.block_product .three_img img {
    transition: all 0.2s linear;
    width: 100%;
    max-width: 250px;
    transform: translateX(-50%);
}


.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;
}

.block_product .product_label {
    z-index: 5;
    top: -12px;
    left: -6px;
}
.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: 22px;
    text-align: center;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
}
.jshop_list_product .product .buttons a, .item_detal a {
    position: absolute;
    bottom: 7px;
    left: auto;
    right: 11%;
    padding: 8px;
    border-radius: 50%;
    background: #e08321 url(../images/cart2.png) center center no-repeat;
    background-size: 23px;
    height: 24px;
    width: 24px;
}

.item_detal a {
    bottom: 0;
    font-size: 0;
}

.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;
}
.productfull .qty_in_stock {
    margin: 10px 0;
}

.jshop_pr_l {
    float: left;
    width: 22%;
    overflow: hidden;
    margin: 0 2%;
    position: relative;
    background: #fff;
    padding: 1% 3%;
    box-shadow: 5px 5px 5px #eaeaea;
    border-radius: 8px;
}
.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;
}
.extra_fields div {
}
span.extra_fields_name {
    display: inline-block;
    width: 50%;
}
.productfull span.extra_fields_value {
    padding-left: 15px;
    font-weight: 700;
    font-size: 14px;
}

.productfull .input_type_radio {
    margin-right: 0px;
    white-space: nowrap;
    display: inline-block;
}
.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 10px;
    border: 0;
    border-radius: 0;
    white-space: nowrap;
    margin: 4px 5px;
    font-size: 15px;
    text-align: center;
}
.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;
}
.productfull input[type="radio"]:checked + label p {
    background: #888888;
    color: #fff
}
.productfull .radio_attr_label img {
    display: inline-block;
    width: 120px;
    height: 81px;
}
.productfull .radio_attr_label span {
	display: none;/* dbfs*/
}
 .productfull #block_attr_sel_1 {
	display: inline-flex;
}
div.jshop_prod_attributes .attributes_title {
    padding: 0px 7px;
    font-weight: 700;
    margin-bottom: 3px;
    color: #333333;
    font-size: 14px;
    float: none;
}
.jshop_prod_attributes {
    margin: 0;
}
.buyprod {
       padding: 5px 0px 5px 0;
    margin: 0 0 15px 10px;
}
.prod_buttons .button {
    padding: 12px 34px;
    display: inline-block;
    vertical-align: top;
    background: #0e5da7;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}
.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;
}
#jshop_prod_description {
    margin: 2% 0;
}

.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 #d0d4d8;
    font-size: 15px;
    color: #181818;
    outline: none;
    background: #f2f2f2;
}
.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;
}

/* 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: 90%;
    margin: 0%;
    padding-bottom: 2%;
    max-width: none;
}
.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;
}
.ba-form .row-fluid .span12 {
    margin-bottom: 8%;
}
/* 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: 28px;
    height: 20px;
    margin-top: 7px;
    margin-right: 5px;
    padding: 13px 0;
    font-weight: 700;
    color: #fff;
    background: url(../images/filter.png) center center no-repeat;
    background-size: contain;
}

#navtoogle {
    text-align: left;
    background: #FFA94E;
    cursor: pointer;
    width: 23%;
    font-weight: 700;
    color: #fff;
}

.cmn-toggle-switch {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 10px 10px;
    padding: 0;
    width: 58px;
    height: 40px;
    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: 0;
  width: 100%;
  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: transparent;
}

.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: #eaa459;
}

.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;

}

body.view-product #leftbar-w {
  display: none;
}
body.view-product #leftbar-w {
    position: absolute;
    float: none;
}
body.view-product #centercontent_md {
  width: 100%;
  margin: 0
}
.scrollToTop {
    width: 25px;
    height: 45px;
    border-radius: 50%;
    padding: 7px 13px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 38px;
    right: 0px;
    display: none;
}
a.scrollToTop i {
    width: 0;
    height: 0;
    top: 0;
    border-style: solid;
    border-width: 0 13px 19px 13px;
    border-color: transparent transparent rgb(14 93 167 / 60%) transparent;
    font-size: 0;
}

@media  screen and (max-width: 1350px) {

#srctoogle {
    display: block;
}
.moduletable.sajpl {
    width: 47px;
    position: relative;
    margin-top: 4px;
}
button.searcmt {
    height: 43px;
    width: 41px;
    border-radius: 5px;
    margin: 4px;
}

.jshop_ajaxsearch {
    display: none;
    position: absolute;
    right: 55px;
    width: 326px;
    top: 0;
}

.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;
}
.inline.topinfo {
    margin: 1% 1% 0 1%;
}
.jshop_list_product .product .name {
    height: 88px;
}

}


@media screen and (max-width: 1200px)  {

  .logo {
    max-width: 425px;
}

#leftbar-w {

}
#navtoogle {
    padding-right: 0%;
    width: 23%;
}
.jshop.list_product .block_product {
}
.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.top {
    margin-top: 1%;
}
.jshop_ajaxsearch input#jshop_search {
    padding: 11px 3%;
}
.jshop_ajaxsearch input.buttons {
    position: absolute;
    top: 12px;
}
.tgtop ul li {
    display: inline-block;
    padding: 5px 6px;
}
.user1 .moduletable, .user1 .moduletable_menu {
    display: inline-block;
    width: 19%;
    margin-left: 1%;
}
.tgtop ul li a {
    font-size: 13px;
}
.moduletable.infbt h4 {
    color: #fff;
    font-size: 14px;
    padding: 4px 5px 4px 12px;
}
.mod_ext_owl_carousel_jshopping_manufacturers:after {
    width: 95%;
    height: 44%;

}
.moduletable.logmodule, .moduletable.mova {
    float: none;
    margin: 0 auto
}

}

@media screen and (max-width: 1000px)  {

  .moduletable.cabinet {
    float: none;
 }
  .logo img {
    max-width: 100%;
}

.inline.top {
}
#leftbar-w {
    width: 28%;
}
#centercontent_md {
    width: 70%;
    margin-left: 2%;
}
.pull-left.item-image img {
  max-width: 100%
}
#nav ul li {
    display: inline-block;
    padding: 0px 8px;
    border-right: 1px solid #fff;
}
.moduletable.logmodule {

}

.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-right: 0%;
    width: 28%;
    font-size: 90%;
}
ul.breadcrumb li.active span {
    display: none;
}

}


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

body.view-product #leftbar-w {
  position: static;
}
.flart {
    visibility: hidden;
    width: 0;
    padding: 0;
    margin: 0;
}
.mod_ext_owl_carousel_jshopping_manufacturers:after {
    width: 79%;
    height: 44%;
    left: 5%;
}
.jshop.catdescription {
    max-height: 500px;
    overflow-y: scroll;
    padding-bottom: 22px;
    margin-bottom: 8%;
}

#header .inline {
    width: 49%;
}
#botcontent .owl-pagination {
    text-align: center;
}
.item_detal a {
    display: none;
}
.owl-carousel .block_item {
    padding: 10% 6%;
    margin: 0 -1%;
}
.moduletable.mova {
    float: none;
    margin: 2%;
}
 #sp-left-toggler, #navtoogle {
     display: block;
 }
#navtoogle {
    width: 67%;
}
#nav {
    height: 50px;
}
#nav .moduletable.specmn  {
    display: none;
}

#nav ul li {
    width: 98%;
    padding: 7px 2%;
}

ul.nav-child.unstyled.small {
     border-top: 1px solid #DDDDDD;
     border-bottom: 1px solid #DDDDDD;
}

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

#leftbar-w li ul li a {
    width: 93%;
    background: transparent;
    border-bottom: none;
    font-size: 14px;
    padding: 8px;
}
#leftbar-w li ul li a:hover {
   background: transparent;
    transition: all 0.5s;
}
#leftbar-w li:hover ul {
    display: none;
}
#leftbar-w ul.nav li.parent {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
}
#leftbar-w ul.nav li.parent.act {
    border: none
}

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

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

.container {
    width: 90%;
    padding: 0;
}
.logo {
    max-width: 100%;
}

#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.product .bname {
    padding: 12px 15px 16px 15px;
    font-size: 26px;
}

.jshop_maincategory {
    text-align: center;
}

#header {
    height: auto;
    text-align: center;
    padding: 7px 0 15px 0;
}

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

.img_cart {
}
.top .custom  {
  display: none;
}
.custom.skil {
    background: #fff;
    margin: 2% 0;
    padding: 5%;
    text-align: center;
    width: auto;
    max-width: 90%;
}
.custom.skil table {
    display: inline-block;
}
#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;
}

.jshop_ajaxsearch {
    max-width: 290px;
}
.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;
}
.jshop.last_visited_products .block_item {
    display: inline-block;
    padding: 1%;
    width: 45%;
}
.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: 15px;
    border: none;
}
.jshop_list_product .product .image {
    text-align: center;
    margin-bottom: 60px;
}
.jshop h1, .page-header h2 {
    margin: 0 -1% 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: 92%;
    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 {
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.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;
    display: table;
}

.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;
        background: transparent;
}
.right_chekout .jshop.cart tr td.cifr {
    display: inline-block;
    width: 30%;
    background: #f5f5f5;
    text-align: center;
}

.right_chekout {
    margin-top: 8%
}

#user-bottom2 {
    padding: 4% 0;
    background: #ffa94e;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    margin: 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;
}
.moduletable_menu.lstc {
    padding-left: 0;
    background-size: contain;
    padding-top: 40px;
    margin-top: 5%;
}
.custom.infbt img {
    margin-bottom: 5px;
}
#user-bottom a {
    font-size: 14px;
}
.ba-forms-modal .ba-modal.popup-form {
    width: 86%!important;
    margin-left: 5%;
}
#sort_count select {
    width: 50%;
}
#leftbar-w ul.lang-inline {
    margin-left: 10px
}

#leftbar-w ul.lang-inline li {
    display: inline-block;
    padding: 20px 0;
}

#leftbar-w ul.lang-inline li a {
    line-height: 1em; padding: 0
}
.moduletable.infbt {
    word-break: break-word;
}

}

@media screen and (max-width: 570px) {

.jshop.list_product .block_product {
    width: 45%;
    max-width: none;
    margin-bottom: 15px;
    padding-bottom: 10%
}
.jshop_list_product .product .image {
    min-height: 32vw;
}
.jshop_list_product .product .name {
    min-height: 80px;
}
.jshop_list_product .product .name a {
    color: #292929;
    font-size: 14px;
    text-decoration: none;
    line-height: 20px;
    display: block;
    word-break: break-all;
}
.jshop .product_label {
    margin-top: -15px;
}
.jshop_list_product .jshop .block_product .old_price {
    font-size: 13px;
    line-height: 17px;
}
.jshop_list_product .product .jshop_price {
    margin: 4%;
}
.jshop_list_product .product .buttons a, .item_detal a {
    position: absolute;
    bottom: -2%;
    zoom: 0.9;
    left: auto;
    right: 39%;
    padding: 8px;
    border-radius: 50%;
    background: #e08321 url(../images/cart2.png) center center no-repeat;
    background-size: 23px;
    height: 24px;
    width: 24px;
}
.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 {
    display: none;
}
.nvg_ext_review .review_answer {
    margin: 10px 2%;
}
}

@media  screen and (max-width: 350px) {
   .jshop_ajaxsearch {
    max-width: 200px;
}
.jshop.list_product .block_product {
    width: 90%;
    max-width: none;
    margin-bottom: 15px;
}
.jshop_list_product .product .image {
    min-height: 215px;
}
.jshop_list_product .product .buttons a, .item_detal a {
    right: 43%;
}
.jshop_list_product .product .name {
    min-height: 65px;
}
}
