.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
	.sercu {width: auto;box-sizing: border-box;}
.fade.in {
  opacity: 1;
}
.box-gallery > div {
  padding: 0px!important;
}
.pdum
{
	padding-right: 0px;
	padding-left: 0px;
}
.pdum2
{
	padding-right: 0px;
	padding-left: 0px;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.upback {padding-top: 70px;}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}


.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

@media only screen and (max-width: 1580px) {
	
	.centralbox{
position: absolute;
width: 90%;
margin-top: 35px;
}
}
@media only screen and (max-width: 1450px) {
	
	.centralbox{
position: absolute;
width: 90%;
margin-top: 20px;
}
.mdyim50{padding-right:50px;padding-left:50px;}
.mdyim60{padding-right:50px;padding-left:50px;}
.mdyim70{padding-right:50px;padding-left:50px;}
.mdyim80{padding-right:50px;padding-left:50px;}
.mdyim90{padding-right:50px;padding-left:50px;}
.mdyim100{padding-right:50px;padding-left:50px;}
.mdyim110{padding-right:50px;padding-left:50px;}
.mdyim120{padding-right:50px;padding-left:50px;}
.mdyim130{padding-right:50px;padding-left:50px;}
.mdyim140{padding-right:50px;padding-left:50px;}
.mdyim150{padding-right:50px;padding-left:50px;}
.mdyim200{padding-right:50px;padding-left:50px;}
.mdyim250{padding-right:50px;padding-left:50px;}
}	
@media only screen and (max-width: 1350px) {
	
	.centralbox{
position: absolute;
width: 90%;
margin-top: 15px;
}

.mdyim50{padding-right:50px;padding-left:50px;}
.mdyim60{padding-right:50px;padding-left:50px;}
.mdyim70{padding-right:50px;padding-left:50px;}
.mdyim80{padding-right:50px;padding-left:50px;}
.mdyim90{padding-right:50px;padding-left:50px;}
.mdyim100{padding-right:50px;padding-left:50px;}
.mdyim110{padding-right:50px;padding-left:50px;}
.mdyim120{padding-right:50px;padding-left:50px;}
.mdyim130{padding-right:50px;padding-left:50px;}
.mdyim140{padding-right:50px;padding-left:50px;}
.mdyim150{padding-right:50px;padding-left:50px;}
.mdyim200{padding-right:50px;padding-left:50px;}
.mdyim250{padding-right:50px;padding-left:50px;}
}
@media only screen and (max-width: 1227px) {
	.pdum2
{
	padding-right: 5px;
	padding-left: 5px;
}
	.count-1{ width:100%;}
.count-2{ width:49%;}
.count-3{ width:32%;}
.count-4{ width:23.5%;}
.count-5{ width:18.4%;}
.count-6{ width:15%;}
		 #column-left + #content .product-grid > div,
     #column-right + #content .product-grid > div {width: 31.9%;}
	#content .product-grid > div {width: 23.9%;}
.ma-nav-mobile-container.containermenu{ width:100%!important;}	
#header #search2 {

    position: absolute;
    right: 274px;
    top: 28px;

}
	.centralbox{
position: absolute;
width: 90%;
margin-top: 15px;
}	
.container{ width:960px;}
.containermod{ width:960px;}
.containermoda4{ width:960px;
        }
.containermod2{ width:500px;}
	.nivoSlider, .slideshow  { min-height:60px;margin-top: 0px;}
	#all_header, .main, .ma-nav-mobile-container.containermenu,
	.fixwidth{ width:100%;}
	#all_header, .main2, .ma-nav-mobile-container.containermenu,
	.fixwidth{ width:100%;}
	#all_header, .mainsb, .ma-nav-mobile-container.containermenu,
	.fixwidth{ width:100%;}
	#all_header, .mainp2, .ma-nav-mobile-container.containermenu,
	.fixwidth{ width:100%;}
		.full_container .slideshow {margin-top: 0px; }
		.slideshow .slidek { margin-bottom: 0px;}
		.slideshow  { width: 100%!important;margin-left: 0px!important;}
	#footer, #powered,  #all_header, .container > #center_custom_box, #center_custom_box, #container > .verticaltab .box-product-category{ min-width:100%;}
	#footer, #powered{ padding-left:0; padding-right:0; width:auto;}
	.itemcolumns img, .block2 .image img { max-width:100%; height:auto !important;}
	.product-grid .image img { max-width:100%; height:auto !important;}
	 .box-content > .box-product > div{width: 23.9%;}
	 #column-left + #column-right + #content .box .box-content > .box-product > div {width: 47.9%;}
	 #column-left + #content .box .box-content > .box-product > div, 
	 #column-right + #content .box .box-content > .box-product > div { width: 31.9%;}
	 #column-left + #column-right + #content .verticaltab .about_category{ margin-right:0px; margin-bottom:20px;}
	 #column-left + #column-right + #content .product-grid > div {width: 47.9%;}
	 table.form textarea{ width:90%;}
	 select{ width:150px;}
	input.large-field, select.large-field{ width:345px;}
	.return-quantity input{ width:120px;}
	.full_container .slideshow {margin-top: 0px; }
	.content-news img{ max-width:100%; height:auto !important;} 
	.tpclop_box.tpsa_text .one img{ width:100%; height:auto !important;}
	#footer .customblock_footer > div img,  .header_contact img,
	.product_custom img, .tab-content img{ max-width:100%; height:auto !important;}
	.tpclop_box.stylebanner:last-child{ margin-right:0px;}
}
@media only screen and (max-width: 1199px) {
	
		 #column-left + #content .product-grid > div,
     #column-right + #content .product-grid > div {width: 31.9%;}
	#content .product-grid > div {width: 23.9%;}
	.izp{
	padding-right: 0px;
	width: 100%;
	z-index: 1;
	margin-bottom: 0px;
}
	.izp2{
	padding-right: 0px;
	width: 100%;
	z-index: 1;
	margin-bottom: 0px;
}
	.bupo {
z-index: 1;
margin-bottom: 0px;
}
	.ula {
padding-top: 20px;
margin-top: -21px;
}
.ula2 {
margin-top: -20px;
}
.ula3 {
padding-top: 20px;
margin-top: -21px;
margin-bottom: -21px;
}
.ulafoot {
padding-top: 20px;
}
.centralbox{
position: absolute;
width: 90%;
margin-top: 15px;
}
.resnew2 {
	width:297px;
}
.tpclop_box.tpsa_text .one img {
    width: 100%;
    height: auto !important;
}
	.full-bo {
	margin-bottom: 0px;
z-index: 1;
margin-top: -30px;
}
.full-bo2 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo222 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo5 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -1px;
}
.full-bo5 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -1px;
}
.full-bo22 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo2k {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo2kk {
	margin-bottom: 0px;
z-index: 1;
margin-top: -26px;
}
	.kp0{
	padding-top: 20px!important;
	}
.kp1{margin-top: 70px!important;}
.kp12{margin-top: 54px!important;}
.kp13{margin-top: 20px!important;}
.kp2{margin-top: 0px!important;}
.hp1{
margin-top: 19px !important;
}
.hp2{
margin-top: 19px !important;
}
.hp3{
margin-top: 19px !important;
}
.fc1k {
margin-bottom: 5px;
}
.fc2k {
margin-bottom: -15px;
}
.fc1 {
margin-bottom: -15px;
}
.sf1 {
margin-top: 19px;
}
.hl1{
margin-top:-20px!important;	
}
.hl1kk {
margin-top: -20px !important;
}
.hl2{
margin-top:0px!important;	
}
.hl2k{
margin-top:0px!important;	
}
.hl3 {
margin-top: 0px !important;
}
.pat {
width: 231px !important;
}	
.hidden-phonek{
display:none!important;
}
	.containermod2{ width:500px;}
	.containermod{
		padding-top: 20px;
		margin-top: 0px
		}
.capifull {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 1180px!important;
height: 344px!important;
overflow: hidden;	
}
.capiizde {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 1165px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb2 {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 700px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 940px!important;
height: 344px!important;
overflow: hidden;		
}
.capicicd {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 232px!important;
height: 331px!important;
overflow: hidden;	
}

}
@media only screen and (max-width: 1170px) {
.d-flex {
    display: block!important;
}
.bupo {
z-index: 1;
margin-bottom: 20px;
}
	.centralbox{
position: absolute;
width: 90%;
margin-top: 50px;
}
	.resnew{ width:397px!important;}
	.ula {
padding-top: 20px;
margin-top: -21px;
}
.ula2 {
margin-top: -20px;
}
.ula3 {
padding-top: 20px;
margin-top: -21px;
margin-bottom: -21px;
}
.ulafoot {
padding-top: 20px;
}
	.full-bo {
	margin-bottom: 0px;
z-index: 1;
margin-top: -25px;
}
.full-bo2 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo222 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo5 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -1px;
}
.full-bo22 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo2k {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo2kk {
	margin-bottom: 0px;
z-index: 1;
margin-top: -26px;
}
		.kp0{
	padding-top: 20px!important;
	}
	.kp1{margin-top: 0px!important;margin-bottom: 19px;}
	.kp12{margin-top: 0px!important;margin-bottom: 19px;}
.kp13{margin-top: 0px!important;margin-bottom: 19px;}
.kp2{margin-top: 0px!important;}
.fc2k {
margin-bottom: -30px;
}
.hl1{
margin-top:-20px!important;	
}
.hl1kk {
margin-top: -20px !important;
}
.hl1k {
margin-top: 20px;
}
.hl2 {
margin-top: 15px !important;
}
.hl2k{
margin-top:0px!important;	
}
.hl3 {
margin-top: 0px !important;
}
.cs1k{
margin-bottom: 0px;	
}
.hidden-phonek{
display:none!important;
}
.capifull {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 1165px!important;
height: 344px!important;
overflow: hidden;	
}
.capiizde {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 1165px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb2 {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 700px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 940px!important;
height: 344px!important;
overflow: hidden;		
}
.capicicd {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 232px!important;
height: 331px!important;
overflow: hidden;	
}
.patul {
width: 225px !important;
}
.pat {
width: 247px !important;
}	
.patul3 {
width: 225px !important;
}
.ekun{
margin-top: -31px !important;
}
.resnew{ width:397px!important;}
	.nivoSlider, .slideshow  { min-height:60px;margin-top: 0px;}
	#all_header, .main, .ma-nav-mobile-container.containermenu,
	.fixwidth{ width:100%;}
	#all_header, .main2, .ma-nav-mobile-container.containermenu,
	.fixwidth{ width:100%;}
	#all_header, .mainsb, .ma-nav-mobile-container.containermenu,
	.fixwidth{ width:100%;}
	#all_header, .mainp2, .ma-nav-mobile-container.containermenu,
	.fixwidth{ width:100%;}
		.full_container .slideshow {margin-top: 0px; }
		.slideshow .slidek { margin-bottom: 0px;}
		.slideshow  { width: 100%!important;margin-left: 0px!important;}
	#footer, #powered,  #all_header, .container > #center_custom_box, #center_custom_box, #container > .verticaltab .box-product-category{ min-width:100%;}
	#footer, #powered{ padding-left:0; padding-right:0; width:auto;}
	.itemcolumns img, .block2 .image img { max-width:100%; height:auto !important;}
	.product-grid .image img { max-width:100%; height:auto !important;}
	 .box-content > .box-product > div{width: 23.9%;}
	 #column-left + #column-right + #content .box .box-content > .box-product > div {width: 47.9%;}
	 #column-left + #content .box .box-content > .box-product > div, 
	 #column-right + #content .box .box-content > .box-product > div { width: 31.9%;}
	 #column-left + #column-right + #content .verticaltab .about_category{ margin-right:0px; margin-bottom:20px;}
	 #column-left + #column-right + #content .product-grid > div {width: 47.9%;}
	 table.form textarea{ width:90%;}
	 select{ width:150px;}
	input.large-field, select.large-field{ width:345px;}
	.return-quantity input{ width:120px;}
	.full_container .slideshow {margin-top: 0px; }
	.content-news img{ max-width:100%; height:auto !important;} 
	.tpclop_box.tpsa_text .one img{ width:100%; height:auto !important;}
	#footer .customblock_footer > div img,  .header_contact img,
	.product_custom img, .tab-content img{ max-width:100%; height:auto !important;}
	.tpclop_box.stylebanner:last-child{ margin-right:0px;}
}
@media only screen and (min-width: 990px) and (max-width: 1169px) {
.d-flex{display:block!important;}
.count-1{ width:100%;}
.count-2{ width:49%;}
.count-3{ width:32%;}
.count-4{ width:23.5%;}
.count-5{ width:32%;}
.count-6{ width:32%;}
			.bupo {
z-index: 1;
margin-bottom: 20px;
}
	.centralbox{
position: absolute;
width: 90%;
margin-top: 0px;
}
.botk2 {
    margin-bottom: -21px;
}
.botk {
    margin-bottom: -16px;
}
	.slider-wrapper {
    margin-bottom: 20px;
}	
	.tie1
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
    padding-left: 32px;
    margin-right: -53px;
    padding-right: 10px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;}
.tie2
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
padding-right: 32px;
margin-left: -53px;
padding-left: 10px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;}
.tie11
{background-color: rgba(6, 6, 6, 0.5);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 32px;
    margin-right: -53px;
    padding-right: 10px;
    border-top-right-radius: 0px;
border-bottom-right-radius: 0px;}
.tie22
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
padding-right: 32px;
margin-left: -53px;
padding-left: 10px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;}		 
	
	.ula {
padding-top: 20px;
margin-top: -21px;
}
.ula2 {
margin-top: -20px;
}
.ula3 {
padding-top: 20px;
margin-top: -21px;
margin-bottom: -21px;
}
.ulafoot {
padding-top: 20px;
}
	.full-bo {
	margin-bottom: 0px;
z-index: 1;
margin-top: -25px;
}
.full-bo2 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -16px;
}
.full-bo22 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo222 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo5 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -1px;
}
.full-bo2k {
	margin-bottom: 0px;
z-index: 1;
margin-top: -16px;
}
.full-bo2kk {
	margin-bottom: 0px;
z-index: 1;
margin-top: -16px;
}
		.kp0{
	padding-top: 15px!important;
	}
	.kp1{margin-top: 0px!important;}
.kp12{margin-top: 0px!important;}
.kp13{margin-top: 0px!important;}
.kp2{margin-top: 0px!important;}
	.hl1 {
margin-top: -20px !important;
}
.hl1kk {
margin-top: 0px !important;
}
.hl3 {
margin-top: 0px !important;
}
.hl1k {
margin-top: 20px;
}
.hl2k{
margin-top:0px!important;	
}
.hl2 {
margin-top: 15px !important;
}
.fc1{
margin-bottom: 0px;
}
.cs1{
margin-bottom: 0px!important;	
}
.canap2 {
    width: 100%!important;
    margin-left: 0px!important;
    height: auto;
}
.canap {
    width: 100%!important;
    margin-left: 0px!important;
    height: auto;
}
.tpclop_box.slider_banner.double23 {
    width: 50% !important;
    height: auto !important;
    margin-left: 50%;
}
.tpclop_box.slider_banner.double23.doubleleft2 {
    float: left;
    margin-left: 0px !important;
}
.double2 { 
	text-overflow: ellipsis; 
	text-align: left; 
	overflow: hidden;
	white-space: nowrap;
	}
.hidden-phonek{
display:none!important;
}
.capifull {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 970px!important;
height: 344px!important;
overflow: hidden;	
}
.capiizde {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 970px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb2 {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 490px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 730px!important;
height: 344px!important;
overflow: hidden;		
}
.capicicd {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 232px!important;
height: 331px!important;
overflow: hidden;	
}
.patul {
    width: 242px !important;
}
.patul3 {
    width: 242px !important;
}
.ekun{
margin-top: -31px !important;
}
.emau{
margin-top: 0px;	
}
.paner{
width: 242px!important;	
}
	.col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 0px!important;
}

	.container{ width:960px;}
	.containermod{ width:960px;padding-top: 20px;
       }
	.menu > ul > li >  a{padding-left:8px; padding-right:8px;}
	#header #search2 input { width: 250px;}
	 #column-left + #content .product-grid > div,
     #column-right + #content .product-grid > div {width: 31.9%;}
	#content .product-grid > div {width: 23.9%;}
	.full_container .slideshow {margin-top: 0px; }
	.slideshow .slidek { margin-bottom: 0px;}
	.category_container, .box { max-width:960px;}
	.slideshow { min-height:300px;margin-top: 0px;}
	#header .header_contact{ width:35%;}
	#column-left + #column-right + #content .product-list .centr { margin-right: 0px;}
	#column-left + #column-right + #content .product-list .right { margin-left: 250px; position:relative; right:auto; top:auto;}
	#footer .column { width:226px; } 
	#footer .column.three { width:144px; }  
    #footer .column.width50{ width: 392px;}
	#footer .column.width100{ width: 554px;}
	#footer .column.width150{ width: 695px;}
	#footer .column.width20x{ width: 440px;}
	#footer .column.width50x{ width: 615px;}
	#footer .column.width100x{ width: 770px;}
	#footer .column.width150x{ width: 910px;}
	.content_carou .itemcolumns{ width:240px;}
	.resnew{ width:488px!important;}
		.tie1
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
    padding-left: 32px;
    margin-right: -53px;
    padding-right: 10px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;}
.tie2
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
padding-right: 32px;
margin-left: -53px;
padding-left: 10px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;}
.tie11
{background-color: rgba(6, 6, 6, 0.5);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 32px;
    margin-right: -53px;
    padding-right: 10px;
    border-top-right-radius: 0px;
border-bottom-right-radius: 0px;}
.tie22
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
padding-right: 32px;
margin-left: -53px;
padding-left: 10px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;}		 
	.containermod2{width: 450px;}
.mu0{padding-top:0px;}
.mu10{padding-top:10px;}
.mu20{padding-top:20px;}
.mu30{padding-top:30px;}
.mu40{padding-top:40px;}
.mu50{padding-top:50px;}
.mu60{padding-top:60px;}
.mu70{padding-top:70px;}
.mu80{padding-top:80px;}
.mu90{padding-top:90px;}
.mu100{padding-top:100px;}
.mu110{padding-top:110px;}
.mu120{padding-top:120px;}
.mu130{padding-top:130px;}
.mu140{padding-top:140px;}
.mu150{padding-top:150px;}

.md0{padding-bottom:0px;}
.md10{padding-bottom:10px;}
.md20{padding-bottom:20px;}
.md30{padding-bottom:30px;}
.md40{padding-bottom:40px;}
.md50{padding-bottom:50px;}
.md60{padding-bottom:60px;}
.md70{padding-bottom:70px;}
.md80{padding-bottom:80px;}
.md90{padding-bottom:90px;}
.md100{padding-bottom:100px;}
.md110{padding-bottom:110px;}
.md120{padding-bottom:120px;}
.md130{padding-bottom:130px;}
.md140{padding-bottom:140px;}
.md150{padding-bottom:150px;}

.mdyi30{padding-right:15px;padding-left:15px;}
.mdyi40{padding-right:15px;padding-left:15px;}
.mdyi50{padding-right:15px;padding-left:15px;}
.mdyi60{padding-right:15px;padding-left:15px;}
.mdyi70{padding-right:15px;padding-left:15px;}
.mdyi80{padding-right:15px;padding-left:15px;}
.mdyi90{padding-right:15px;padding-left:15px;}
.mdyi100{padding-right:15px;padding-left:15px;}
.mdyi110{padding-right:15px;padding-left:15px;}
.mdyi120{padding-right:15px;padding-left:15px;}
.mdyi130{padding-right:15px;padding-left:15px;}
.mdyi140{padding-right:15px;padding-left:15px;}
.mdyi150{padding-right:15px;padding-left:15px;}
.mdyi200{padding-right:15px;padding-left:15px;}
.mdyi250{padding-right:15px;padding-left:15px;}
.mdyim30{padding-right:15px;padding-left:15px;}
.mdyim40{padding-right:15px;padding-left:15px;}
.mdyim50{padding-right:15px;padding-left:15px;}
.mdyim60{padding-right:15px;padding-left:15px;}
.mdyim70{padding-right:15px;padding-left:15px;}
.mdyim80{padding-right:15px;padding-left:15px;}
.mdyim90{padding-right:15px;padding-left:15px;}
.mdyim100{padding-right:15px;padding-left:15px;}
.mdyim110{padding-right:15px;padding-left:15px;}
.mdyim120{padding-right:15px;padding-left:15px;}
.mdyim130{padding-right:15px;padding-left:15px;}
.mdyim140{padding-right:15px;padding-left:15px;}
.mdyim150{padding-right:15px;padding-left:15px;}
.mdyim200{padding-right:15px;padding-left:15px;}
.mdyim250{padding-right:15px;padding-left:15px;}
}
@media only screen  and (max-width: 990px) {
		.count-1{ width:100%;}
.count-2{ width:49%;}
.count-3{ width:32%;}
.count-4{ width:23.5%;}
.count-5{ width:32%;}
.count-6{ width:32%;}
		#header .header_contact22{
	display:none;
	}
	.containermod2{width: 100%;}
	.margen-cont1 {
	margin-left:0px;
}
.margen-cont {
	margin-left:0px;
}
			.bupo {
z-index: 1;
margin-bottom: 20px;
}
	.botk2 {
    margin-bottom: -16px;
}
	.centralbox{
position: relative;
width: 100%;
margin-top: 0px;
background-color: transparent;
}
	.slider-wrapper {
    margin-bottom: 20px;
}	
		.tie1
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
    padding-left: 32px;
    margin-right: -53px;
    padding-right: 10px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;}
.tie2
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
padding-right: 32px;
margin-left: -53px;
padding-left: 10px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;}
.tie11
{background-color: rgba(6, 6, 6, 0.5);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 32px;
    margin-right: -53px;
    padding-right: 10px;
    border-top-right-radius: 0px;
border-bottom-right-radius: 0px;}
.tie22
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
padding-right: 32px;
margin-left: -53px;
padding-left: 10px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;}		 
	
	.ula {
padding-top: 20px;
margin-top: -21px;
}
.ula2 {
margin-top: -20px;
}
.ula3 {
padding-top: 20px;
margin-top: -21px;
margin-bottom: -21px;
}
.ulafoot {
padding-top: 20px;
}
	.full-bo {
	margin-bottom: 0px;
z-index: 1;
margin-top: -25px;
}
.full-bo2 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -16px;
}
.full-bo222 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo5 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -1px;
}
.full-bo2k {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo2kk {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
		.kp0{
	padding-top: 15px!important;
	}
.tpclop_box.slider_banner .two{		
		position: relative!important;
		width: auto!important;
		font-size:12px!important;
	bottom:0%!important;
	    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	}

.tpclop_box.slider_banner .two2{
		position: relative!important;
		width: auto!important;
		font-size:12px!important;
	bottom:0%!important;
	    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	}
	.tpclop_box.slider_banner .two3{
		position: relative!important;
		width: auto!important;
		font-size:12px!important;
	bottom:0%!important;
	    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	}
	.iek{
display: block;	
}
.t22ie{
padding-top: 30px;
padding-bottom: 30px;
padding-left: 2%;
padding-right: 20%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-left-radius: 0px;border-bottom-left-radius: 0px;
	
}
.t11ie{
   padding-top: 30px;
padding-bottom: 30px;
padding-left: 20%;
padding-right: 2%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-right-radius: 0px;border-bottom-right-radius: 0px;
}
.t2ie{
padding-top: 30px;
padding-bottom: 30px;
padding-left: 5%;
padding-right: 20%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-left-radius: 0px;border-bottom-left-radius: 0px;
	
}
.t1ie{
   padding-top: 30px;
padding-bottom: 30px;
padding-left: 20%;
padding-right: 5%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-right-radius: 0px;border-bottom-right-radius: 0px;
}
.kp1{margin-top: 0px!important;}
.kp12{margin-top: 0px!important;}
.kp13{margin-top: 0px!important;}
.kp2{margin-top: 0px!important;}
.hl1 {
margin-top: 0px !important;
}
.hl1kk {
margin-top: 0px !important;
}
.hl3 {
    margin-top: 15px !important;
}
.hl1k {
margin-top: 0px!important;
}
.fc1k {
margin-bottom: -15px;
}
.fc3k {
margin-bottom: -30px;
}
.fc2k {
margin-bottom: -30px;
}
.hl3k{
margin-top:0px!important;	
}
.hl2k{
margin-top:0px!important;	
}
.fc1{
margin-bottom: 0px;
}
.cs1{
margin-bottom: 0px!important;	
}
	.seak {top: 38px!important;}
	.opk5 {top: 32px!important;}
	.opk4 {top: 72px!important;}
	.seak2 {right: 160px!important;top: 80px!important;}
.canap2 {
    width: 100%!important;
    margin-left: 0px!important;
    height: auto;
}
.canap {
    width: 100%!important;
    margin-left: 0px!important;
    height: auto;
}
.tpclop_box.slider_banner.double23 {
    width: 50% !important;
    height: auto !important;
    margin-left: 50%;
}
.tpclop_box.slider_banner.double23.doubleleft2 {
    float: left;
    margin-left: 0px !important;
}
	.product-info .price {
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
    font-size: 24px;
    padding-top: 10px;
    font-weight: bold;
    padding-left: 4px;
}
		.double2 { 
	text-overflow: ellipsis; 
	text-align: left; 
	overflow: hidden;
	white-space: nowrap;
	}
	.product-info .image {
	float: left;
	padding:10px!important;
	margin-right:20px;
	text-align: center;
	overflow:hidden;
	border: 1px solid rgba(0, 0, 0, 0.08);
}
	.hidden-phonek{display:none!important;}
.capifull {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 970px!important;
height: 344px!important;
overflow: hidden;	
}
.capiizde {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 970px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb2 {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 490px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 730px!important;
height: 344px!important;
overflow: hidden;		
}
.capicicd {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 232px!important;
height: 331px!important;
overflow: hidden;	
}
	.patul {
    width: 242px !important;
}
	.patul3 {
    width: 228px !important;
}
.ekun{
margin-top: -15px!important;
}
.arian {
	text-align: left;padding-left: 0px;margin-left: 0px!important;	
}
.emau{
margin-top: 0px;	
}
.paner{
width: 257px!important;	
}
	.col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 0px!important;
}
	.sb-search.grand{height: 30px !important;}
	input.sb-search-input.grand {top: 0px !important;height: 34px !important;}
	.sb-icon-search.grand, .sb-search-submit.grand {height: 34px !important;}
	.sb-search.peque{height: 30px !important;margin-top: 7px !important;}
	input.sb-search-input.peque {top: 0px !important;height: 34px !important;}
	.sb-icon-search.peque, .sb-search-submit.peque {height: 34px !important;}
     #header #logo { float: left;margin: 0px 30px 10px 0;}	 
	 .navbar #search{ position:absolute; right:0;}
	 .navbar #search2{ position:absolute; right:0!important;}
	#header #search2{ position:absolute; top:0; right:0!important; text-align:right; margin-bottom:10px;}
	#header #search2 input { width: 300px;}
	#header #search3 {
    position: absolute;
    right: 164px;
}
#header #search input {
    width: 245px;
}
	 #header .header_contact{ width:40%; display: inline-block;}
	 #column-right{ display:none;}
	 #column-right + #content { margin-right:0px; }
	 .product-filter .sort { clear:both;}
	 #footer  span.ctr{ clear:both; display:block;}
	 .movepanel{ }
	 .full_container .slideshow {margin-top: 0px; }
		.slideshow .slidek { margin-bottom: 0px;}
	 
	.product-info > .left + .right  {margin-left: 0px; }
	.product-info > .left{ float:none; margin-bottom:20px;}
    .product-info > .left .image{ float:none; margin-right:0;}
	 
	.product-info .image-additional{ float:none; width:100%;}
	.product-list .centr { margin-right: 0px;margin-left: 220px;}
	.product-list .right { margin-left: 220px; position:relative; right:auto; top:auto; text-align:left;}
	.product-list .left{ max-width:200px;}
	.product-list .left .image img{ width:100%; height:auto !important;}
	
	.box-content > .box-product > div{width: 31.9%;}
	#column-left + #content .box .box-content > .box-product > div, #column-right + #content .box .box-content > .box-product > div {width: 47.9%;}
	
	.box-news.countnews-3,
    .box-news.countnews-4,
    .box-news.countnews-5{ width:100%; margin-right:0; padding-bottom:20px; border-bottom:1px solid #ddd; }
	.box-news  .newsimage img{ max-width:100%; height:auto !important;}

	.tpclop_box.beforetext .one img{ max-width:100%; height:auto !important;} 
	
	

   
   .product-grid  .hover_but > div,
   .box-product .hover_but > div, .block2 .hover_but > div {
	 -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
	-ms-transform: scale(1);
	}
	
   .full_container{ overflow:hidden;margin-top: -20px!important;}
   .full_container .tpclop_box.tpsa_text{ margin:0;}
   .prod_review_box .center_desc3{margin-right:0px;}
   .prod_review_box .center_desc3 .center_desc3_right{ margin-right:0;}
   	.prod_review_box .featured_review{
		position:relative;
		top:auto;
		right:auto;}
.mu0{padding-top:0px;}
.mu10{padding-top:10px;}
.mu20{padding-top:20px;}
.mu30{padding-top:30px;}
.mu40{padding-top:40px;}
.mu50{padding-top:50px;}
.mu60{padding-top:60px;}
.mu70{padding-top:70px;}
.mu80{padding-top:80px;}
.mu90{padding-top:90px;}
.mu100{padding-top:100px;}
.mu110{padding-top:110px;}
.mu120{padding-top:120px;}
.mu130{padding-top:130px;}
.mu140{padding-top:140px;}
.mu150{padding-top:150px;}

.md0{padding-bottom:0px;}
.md10{padding-bottom:10px;}
.md20{padding-bottom:20px;}
.md30{padding-bottom:30px;}
.md40{padding-bottom:40px;}
.md50{padding-bottom:50px;}
.md60{padding-bottom:60px;}
.md70{padding-bottom:70px;}
.md80{padding-bottom:80px;}
.md90{padding-bottom:90px;}
.md100{padding-bottom:100px;}
.md110{padding-bottom:110px;}
.md120{padding-bottom:120px;}
.md130{padding-bottom:130px;}
.md140{padding-bottom:140px;}
.md150{padding-bottom:150px;}

.mdyi30{padding-right:15px;padding-left:15px;}
.mdyi40{padding-right:15px;padding-left:15px;}
.mdyi50{padding-right:15px;padding-left:15px;}
.mdyi60{padding-right:15px;padding-left:15px;}
.mdyi70{padding-right:15px;padding-left:15px;}
.mdyi80{padding-right:15px;padding-left:15px;}
.mdyi90{padding-right:15px;padding-left:15px;}
.mdyi100{padding-right:15px;padding-left:15px;}
.mdyi110{padding-right:15px;padding-left:15px;}
.mdyi120{padding-right:15px;padding-left:15px;}
.mdyi130{padding-right:15px;padding-left:15px;}
.mdyi140{padding-right:15px;padding-left:15px;}
.mdyi150{padding-right:15px;padding-left:15px;}
.mdyi200{padding-right:15px;padding-left:15px;}
.mdyi250{padding-right:15px;padding-left:15px;}
.mdyim30{padding-right:15px;padding-left:15px;}
.mdyim40{padding-right:15px;padding-left:15px;}
.mdyim50{padding-right:15px;padding-left:15px;}
.mdyim60{padding-right:15px;padding-left:15px;}
.mdyim70{padding-right:15px;padding-left:15px;}
.mdyim80{padding-right:15px;padding-left:15px;}
.mdyim90{padding-right:15px;padding-left:15px;}
.mdyim100{padding-right:15px;padding-left:15px;}
.mdyim110{padding-right:15px;padding-left:15px;}
.mdyim120{padding-right:15px;padding-left:15px;}
.mdyim130{padding-right:15px;padding-left:15px;}
.mdyim140{padding-right:15px;padding-left:15px;}
.mdyim150{padding-right:15px;padding-left:15px;}
.mdyim200{padding-right:15px;padding-left:15px;}
.mdyim250{padding-right:15px;padding-left:15px;}
}
@media only screen and (min-width: 790px) and (max-width: 989px) {
	.count-1{ width:100%;}
.count-2{ width:49%;}
.count-3{ width:32%;}
.count-4{ width:23.5%;}
.count-5{ width:32%;}
.count-6{ width:32%;}
		#header .header_contact22{
	display:none;
	}
			.bupo {
z-index: 1;
margin-bottom: 20px;
}
		.botk2 {
    margin-bottom: -16px;
}
	.botk {
    margin-bottom: -11px;
}
	#header #search2{ position:absolute; top:10px; right:0!important; text-align:right; margin-bottom:10px;}

	.tpclop_box .stylebanner {
 position: relative;
 float:left;
 vertical-align:top;
 overflow:hidden; 
 margin-bottom:20px;
}
.slider-wrapper {
    margin-bottom: 20px;
}	
	.tie1
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
    padding-left: 32px;
    margin-right: -53px;
    padding-right: 10px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;}
.tie2
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
padding-right: 32px;
margin-left: -53px;
padding-left: 10px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;}
.tie11
{background-color: rgba(6, 6, 6, 0.5);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 32px;
    margin-right: -53px;
    padding-right: 10px;
    border-top-right-radius: 0px;
border-bottom-right-radius: 0px;}
.tie22
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
padding-right: 32px;
margin-left: -53px;
padding-left: 10px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;}		 
	 
	.ula {
padding-top: 20px;
margin-top: -21px;
}
.ula2 {
margin-top: -20px;
}
.ula3 {
padding-top: 20px;
margin-top: -21px;
margin-bottom: -21px;
}
.ulafoot {
padding-top: 20px;
}
	.full-bo {
	margin-bottom: 0px;
z-index: 1;
margin-top: -25px;
}
.full-bo2 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -16px;
}
.full-bo2k {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo2kk {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.tpclop_box.slider_banner .two{		
		position: relative!important;
		width: auto!important;
		font-size:12px!important;
	bottom:0%!important;	
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;	
	}
.tpclop_box.slider_banner .two2{
		position: relative!important;
		width: auto!important;
		font-size:12px!important;
		font-size:12px!important;
	bottom:0%!important;
	    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	}
	.tpclop_box.slider_banner .two3{
		position: relative!important;
		width: auto!important;
		font-size:12px!important;
		font-size:12px!important;
	bottom:0%!important;
	    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	}
	.iek{
	display: block;
}
.t22ie{
padding-top: 30px;
padding-bottom: 30px;
padding-left: 2%;
padding-right: 20%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-left-radius: 0px;border-bottom-left-radius: 0px;
	
}
.t11ie{
   padding-top: 30px;
padding-bottom: 30px;
padding-left: 20%;
padding-right: 2%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-right-radius: 0px;border-bottom-right-radius: 0px;
}
.t2ie{
  padding-top: 30px;
padding-bottom: 30px;
padding-left: 5%;
padding-right: 20%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-left-radius: 0px;border-bottom-left-radius: 0px;
	
}
.t1ie{
padding-top: 30px;
padding-bottom: 30px;
padding-left: 20%;
padding-right: 5%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-right-radius: 0px;border-bottom-right-radius: 0px;
}
	.kp1{margin-top: 0px!important;}
	.kp12{margin-top: 0px!important;}
.kp13{margin-top: 0px!important;}
.kp2{margin-top: 0px!important;}
.hl2k{
margin-top:0px!important;	
}
.fc1{
margin-bottom: -15px;
}
.cs1{
margin-bottom: 0px!important;	
}
		#header #search3 {
    position: absolute;
    right: 155px;
}
	.tpclop_box.slider_banner.double23 {
    width: 50% !important;
    height: auto !important;
    margin-left: 50%;
}
.tpclop_box.slider_banner.double23.doubleleft2 {
    float: left;
    margin-left: 0px !important;
}
			.canap2 {
    width: 100%!important;
    margin-left: 0px!important;
    height: auto;
}
.canap {
    width: 100%!important;
    margin-left: 0px!important;
    height: auto;
}
		#header .header_contact{
	display: inline-block;
	}
	.double2 { 
	text-overflow: ellipsis; 
	text-align: left; 
	overflow: hidden;
	white-space: nowrap;
	}
	.hidden-phonek{display:none!important;}
	.capifull {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 776px!important;
height: 344px!important;
overflow: hidden;	
}
.capiizde {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 776px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb2 {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 536px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 776px!important;
height: 344px!important;
overflow: hidden;		
}
.capicicd {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 232px!important;
height: 331px!important;
overflow: hidden;	
}
.patul {
    width: 257px !important;
}
.patul3 {
    width: 265px !important;
}
.emau{
margin-top: 0px;	
}
.product-info .image {
	float: left;
	padding:10px!important;
	margin-right:20px;
	text-align: center;
	overflow:hidden;
	border: 1px solid rgba(0, 0, 0, 0.08);
}
.paner{
width: 257px!important;	
}
	.col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 0px!important;
}
	.container{ width:766px;}
	.containermod{ width:766px;padding-top: 20px;
        }
		.containermoda4{ width:766px;padding-top: 20px;
        }
	.containermod2{ width:766px;}
	.category_container, .box { max-width:766px;}
	
	#column-left + #content .product-grid > div,
     #column-right + #content .product-grid > div {width: 47.9%;}
	#content .product-grid > div {width: 31.9%;}
	
	.category-list ul { width:33%;}
	
	#footer .column.three { width: 756px;margin:0 0 20px 0; min-height:auto;}
	 #footer .column.width50, #footer .column{ width: 756px;margin:0 0 20px 0; min-height:auto;}
	 #footer .column.width100, #footer .column{ width: 756px;margin:0 0 20px 0; min-height:auto;}
	 #footer .column.width150, #footer .column{ width: 756px;margin:0 0 20px 0; min-height:auto;}
	 #footer .column.width200, #footer .column{ width: 756px;margin:0 0 20px 0; min-height:auto;}
	 #footer .column.width50x, #footer .column{ width: 756px;margin:0 0 20px 0; min-height:auto;}
	 #footer .column.width100x, #footer .column{ width: 756px;margin:0 0 20px 0; min-height:auto;}
	 #footer .column.width150x, #footer .column{ width: 756px;margin:0 0 20px 0; min-height:auto;}
	 #footer .column.width20x, #footer .column{ width: 756px;margin:0 0 20px 0; min-height:auto;}
	  .content_carou .itemcolumns{ width:263px;}
	  .resnew{ width:392px!important;}
	  #column-left + .content_carou .itemcolumns, #column-right + .content_carou .itemcolumns{ width:255px;} 
.mu0{padding-top:0px;}
.mu10{padding-top:10px;}
.mu20{padding-top:20px;}
.mu30{padding-top:30px;}
.mu40{padding-top:40px;}
.mu50{padding-top:50px;}
.mu60{padding-top:60px;}
.mu70{padding-top:70px;}
.mu80{padding-top:80px;}
.mu90{padding-top:90px;}
.mu100{padding-top:100px;}
.mu110{padding-top:110px;}
.mu120{padding-top:120px;}
.mu130{padding-top:130px;}
.mu140{padding-top:140px;}
.mu150{padding-top:150px;}

.md0{padding-bottom:0px;}
.md10{padding-bottom:10px;}
.md20{padding-bottom:20px;}
.md30{padding-bottom:30px;}
.md40{padding-bottom:40px;}
.md50{padding-bottom:50px;}
.md60{padding-bottom:60px;}
.md70{padding-bottom:70px;}
.md80{padding-bottom:80px;}
.md90{padding-bottom:90px;}
.md100{padding-bottom:100px;}
.md110{padding-bottom:110px;}
.md120{padding-bottom:120px;}
.md130{padding-bottom:130px;}
.md140{padding-bottom:140px;}
.md150{padding-bottom:150px;}

.mdyi30{padding-right:15px;padding-left:15px;}
.mdyi40{padding-right:15px;padding-left:15px;}
.mdyi50{padding-right:15px;padding-left:15px;}
.mdyi60{padding-right:15px;padding-left:15px;}
.mdyi70{padding-right:15px;padding-left:15px;}
.mdyi80{padding-right:15px;padding-left:15px;}
.mdyi90{padding-right:15px;padding-left:15px;}
.mdyi100{padding-right:15px;padding-left:15px;}
.mdyi110{padding-right:15px;padding-left:15px;}
.mdyi120{padding-right:15px;padding-left:15px;}
.mdyi130{padding-right:15px;padding-left:15px;}
.mdyi140{padding-right:15px;padding-left:15px;}
.mdyi150{padding-right:15px;padding-left:15px;}
.mdyi200{padding-right:15px;padding-left:15px;}
.mdyi250{padding-right:15px;padding-left:15px;}
.mdyim30{padding-right:15px;padding-left:15px;}
.mdyim40{padding-right:15px;padding-left:15px;}
.mdyim50{padding-right:15px;padding-left:15px;}
.mdyim60{padding-right:15px;padding-left:15px;}
.mdyim70{padding-right:15px;padding-left:15px;}
.mdyim80{padding-right:15px;padding-left:15px;}
.mdyim90{padding-right:15px;padding-left:15px;}
.mdyim100{padding-right:15px;padding-left:15px;}
.mdyim110{padding-right:15px;padding-left:15px;}
.mdyim120{padding-right:15px;padding-left:15px;}
.mdyim130{padding-right:15px;padding-left:15px;}
.mdyim140{padding-right:15px;padding-left:15px;}
.mdyim150{padding-right:15px;padding-left:15px;}
.mdyim200{padding-right:15px;padding-left:15px;}
.mdyim250{padding-right:15px;padding-left:15px;}
}
@media only screen  and (max-width: 789px) {
input.large-field, select.large-field {
  width: 187px;

}
	.elimo2 {
	padding:30px;
}
			.bupo {
z-index: 1;
margin-bottom: 20px;
}
		.botk2 {
    margin-bottom: -16px;
}
		.botk {
    margin-bottom: -11px;
}
	.full_container {
    margin-top: 0px!important;
}
		.tie1
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
    padding-left: 32px;
    margin-right: -53px;
    padding-right: 10px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;}
.tie2
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
padding-right: 32px;
margin-left: -53px;
padding-left: 10px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;}
.tie11
{background-color: rgba(6, 6, 6, 0.5);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 32px;
    margin-right: -53px;
    padding-right: 10px;
    border-top-right-radius: 0px;
border-bottom-right-radius: 0px;}
.tie22
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
padding-right: 32px;
margin-left: -53px;
padding-left: 10px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;}		 
	 
	.ula {
padding-top: 20px;
margin-top: -21px;
}
.ula2 {
margin-top: -20px;
}
.ula3 {
padding-top: 20px;
margin-top: -21px;
margin-bottom: -21px;
}
.ulafoot {
padding-top: 20px;
}
	.full-bo {
	margin-bottom: 0px;
z-index: 1;
margin-top: -25px;
}
.full-bo2 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -16px;
}
.full-bo2k {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo2kk {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.tpclop_box.slider_banner .two{		
		position: relative!important;
		width: auto!important;
		font-size:12px!important;
	bottom:0%!important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;	
	}
.tpclop_box.slider_banner .two2{
		position: relative!important;
		width: auto!important;
		font-size:12px!important;
		font-size:12px!important;
	bottom:0%!important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;	
	}
	.tpclop_box.slider_banner .two3{
		position: relative!important;
		width: auto!important;
		font-size:12px!important;
		font-size:12px!important;
	bottom:0%!important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;	
	}
	.iek{
	display: block;
}
.t22ie{
padding-top: 30px;
padding-bottom: 30px;
padding-left: 2%;
padding-right: 20%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-left-radius: 0px;border-bottom-left-radius: 0px;
	
}
.t11ie{
   padding-top: 30px;
padding-bottom: 30px;
padding-left: 20%;
padding-right: 2%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-right-radius: 0px;border-bottom-right-radius: 0px;
}
.t2ie{
padding-top: 30px;
padding-bottom: 30px;
padding-left: 5%;
padding-right: 20%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-left-radius: 0px;border-bottom-left-radius: 0px;
	
}
.t1ie{
padding-top: 30px;
padding-bottom: 30px;
padding-left: 20%;
padding-right: 5%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-right-radius: 0px;border-bottom-right-radius: 0px;
}
.hl2k{
margin-top:0px!important;	
}
.fc1{
margin-bottom: -15px;
}
.cs1{
margin-bottom: 0px!important;	
}
	#header #logo { float:none;margin: 0px !important;text-align: center;}	
			.canap2 {
    width: 100%!important;
    margin-left: 0px!important;
    height: auto;
}
.marp {
	margin-top: 12px;
}
.canap {
    width: 100%!important;
    margin-left: 0px!important;
    height: auto;
}
		#header .header_contact{
	display:none;
	}
		.double2 { 
	text-overflow: ellipsis; 
	text-align: left; 
	overflow: hidden;
	white-space: nowrap;
	}
	.hidden-phonek{display:none!important;}
.capifull {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 776px!important;
height: 344px!important;
overflow: hidden;	
}
.capiizde {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 776px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb2 {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 536px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 536px!important;
height: 344px!important;
overflow: hidden;		
}
.capicicd {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 232px!important;
height: 331px!important;
overflow: hidden;	
}
.patul {
    width: 222px !important;
}
.emau{
margin-top: 0px;	
}
.paner{
width: 225px!important;	
}
		.patul3 {
    width: 222px !important;
}
	.col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 0px!important;
}
	#column-left, #column-right{ float: none;width:100%!important;}
	#column-left .list_carousel, #column-right .list_carousel {

    width:100%!important;
    margin-right: 10px;

}
.slider-wrapper {
    margin-bottom: 20px;
}	
	#column-left + #column-right + #content, #column-left + #content,  #column-right + #content , #content { margin-left:0px; margin-right:0px; }
	.return-model, .return-name, .return-reason, .return-opened{ float:none; width:90%;}
	#content .content .right, #content .content .left{ float:none; width:90%;}

	.htabs a {font-size:12px;}
	 .verticaltab .box-product-category .about_category > .image img{width:100%; height:auto !important;}
	 .verticaltab .box-product-category .about_category > .image{ float:none; }
#header .header_contact {
    width: 100%;
    display: block;
    margin-top: -40px;
	margin: 20px 30px 20px 0;
}
	#header #cart, #header .position_cart #cart{ position:relative; top: -47px !important;max-width: 147px;left: 220px;}	
	#header #search{ position:relative; top:0; text-align:right; margin-bottom:10px;margin-top: 15px;}
	#header #search2{ position:relative; top:0; right:0!important; text-align:right; margin-bottom:10px;margin-top: 15px!important;}
	#header #search3{ position:relative;left: 74px;}
	.ip2{margin-top: 0px!important;}
    .pagination{ border:none; text-align:center;}
	.pagination .links{border-top:1px solid #ddd; border-bottom:1px solid #ddd; float:none;}
	.pagination .results{ float:none;}
	#footer .extras{ margin-bottom:10px;} 
	.product-info .image {
	float: left;
	padding:10px!important;
	margin-right:20px;
	text-align: center;
	overflow:hidden;
	border: 1px solid rgba(0, 0, 0, 0.08);
}
	.news_page .image{ float:none; margin-bottom:20px;}
	.news_page .image img{ max-width:100%;}
	.box-news.countnews-2{ width:100%; margin-right:0;}
      .count-2,.count-3{ width:100%;}
    .count-5,.count-7,.count-9,
    .count-4,.count-6,.count-8,.count-10{ width:47%;margin-right: 13px;}
	 .block2{ text-align:center;}
	 .prod_review_box .block2 .image{ float:none;}
	 .block2 .center_desc3{ text-align:center;}
	.block2 .description{ display:none;}
	.block2 .image{ float:none; margin-right:0;}
	.product-grid > div:hover .savemoney,.box-product > div:hover .savemoney,
    .box-product div.itemcolumns:hover  .savemoney, .block2:hover .savemoney{ display:none;}
     .tpclop_box.slider_banner.double .threeheading{ font-size:2em;}
	 .tpclop_box.slider_banner.double, .tpclop_box.slider_banner.double.doubleleft{ width:100%; margin-left:0; float:none;}
	 
	 #column-left .box-product .promotags, #column-right .box-product .promotags  {
	background-size: 40px 40px!important;
	}
.mu0{padding-top:0px;}
.mu10{padding-top:10px;}
.mu20{padding-top:20px;}	
.mu30{padding-top:20px;}
.mu40{padding-top:20px;}
.mu50{padding-top:20px;}
.mu60{padding-top:20px;}
.mu70{padding-top:20px;}
.mu80{padding-top:20px;}
.mu90{padding-top:20px;}
.mu100{padding-top:20px;}
.mu110{padding-top:20px;}
.mu120{padding-top:20px;}
.mu130{padding-top:20px;}
.mu140{padding-top:20px;}
.mu150{padding-top:20px;}

.md0{padding-bottom:0px;}
.md10{padding-bottom:10px;}
.md20{padding-bottom:20px;}
.md30{padding-bottom:20px;}
.md40{padding-bottom:20px;}
.md50{padding-bottom:20px;}
.md60{padding-bottom:20px;}
.md70{padding-bottom:20px;}
.md80{padding-bottom:20px;}
.md90{padding-bottom:20px;}
.md100{padding-bottom:20px;}
.md110{padding-bottom:20px;}
.md120{padding-bottom:20px;}
.md130{padding-bottom:20px;}
.md140{padding-bottom:20px;}
.md150{padding-bottom:20px;}

.mdyi30{padding-right:15px;padding-left:15px;}
.mdyi40{padding-right:15px;padding-left:15px;}
.mdyi50{padding-right:15px;padding-left:15px;}
.mdyi60{padding-right:15px;padding-left:15px;}
.mdyi70{padding-right:15px;padding-left:15px;}
.mdyi80{padding-right:15px;padding-left:15px;}
.mdyi90{padding-right:15px;padding-left:15px;}
.mdyi100{padding-right:15px;padding-left:15px;}
.mdyi110{padding-right:15px;padding-left:15px;}
.mdyi120{padding-right:15px;padding-left:15px;}
.mdyi130{padding-right:15px;padding-left:15px;}
.mdyi140{padding-right:15px;padding-left:15px;}
.mdyi150{padding-right:15px;padding-left:15px;}
.mdyi200{padding-right:15px;padding-left:15px;}
.mdyi250{padding-right:15px;padding-left:15px;}
.mdyim30{padding-right:15px;padding-left:15px;}
.mdyim40{padding-right:15px;padding-left:15px;}
.mdyim50{padding-right:15px;padding-left:15px;}
.mdyim60{padding-right:15px;padding-left:15px;}
.mdyim70{padding-right:15px;padding-left:15px;}
.mdyim80{padding-right:15px;padding-left:15px;}
.mdyim90{padding-right:15px;padding-left:15px;}
.mdyim100{padding-right:15px;padding-left:15px;}
.mdyim110{padding-right:15px;padding-left:15px;}
.mdyim120{padding-right:15px;padding-left:15px;}
.mdyim130{padding-right:15px;padding-left:15px;}
.mdyim140{padding-right:15px;padding-left:15px;}
.mdyim150{padding-right:15px;padding-left:15px;}
.mdyim200{padding-right:15px;padding-left:15px;}
.mdyim250{padding-right:15px;padding-left:15px;}
}
@media only screen and (min-width: 460px) and (max-width: 789px) {
.mdyi30{padding-right:0px;padding-left:0px;}
.mdyi40{padding-right:0px;padding-left:0px;}
.mdyi50{padding-right:0px;padding-left:0px;}
.mdyi60{padding-right:0px;padding-left:0px;}
.mdyi70{padding-right:0px;padding-left:0px;}
.mdyi80{padding-right:0px;padding-left:0px;}
.mdyi90{padding-right:0px;padding-left:0px;}
.mdyi100{padding-right:0px;padding-left:0px;}
.mdyi110{padding-right:0px;padding-left:0px;}
.mdyi120{padding-right:0px;padding-left:0px;}
.mdyi130{padding-right:0px;padding-left:0px;}
.mdyi140{padding-right:0px;padding-left:0px;}
.mdyi150{padding-right:0px;padding-left:0px;}
.mdyi200{padding-right:0px;padding-left:0px;}
.mdyi250{padding-right:0px;padding-left:0px;}
.mdyim30{padding-right:0px;padding-left:0px;}
.mdyim40{padding-right:0px;padding-left:0px;}
.mdyim50{padding-right:0px;padding-left:0px;}
.mdyim60{padding-right:0px;padding-left:0px;}
.mdyim70{padding-right:0px;padding-left:0px;}
.mdyim80{padding-right:0px;padding-left:0px;}
.mdyim90{padding-right:0px;padding-left:0px;}
.mdyim100{padding-right:0px;padding-left:0px;}
.mdyim110{padding-right:0px;padding-left:0px;}
.mdyim120{padding-right:0px;padding-left:0px;}
.mdyim130{padding-right:0px;padding-left:0px;}
.mdyim140{padding-right:0px;padding-left:0px;}
.mdyim150{padding-right:0px;padding-left:0px;}
.mdyim200{padding-right:0px;padding-left:0px;}
.mdyim250{padding-right:0px;padding-left:0px;}
	#column-left .pro-tab-list, #column-right .pro-tab-list {
    width: 100%!important;
}
#column-left .pro-tab-list .image img, #column-right .pro-tab-list .image img {
    height: 58px!important;
}
.elimo2 {
	padding:30px;
}
.pro-tab-list .description {
text-align: left;
}
 #column-left .pro-tab-list .description, #column-right .pro-tab-list .description {
    text-align: left;
}
			.bupo {
z-index: 1;
margin-bottom: 20px;
}
		.botk2 {
    margin-bottom: -16px;
}
		.botk {
    margin-bottom: -11px;
}
	.bot-llam {
    display: block !important;
}
	 .product-info .price {
    padding-bottom: 0px;
}
	.tpclop_box .box_tpsa .stylebanner + .stylebanner{ margin-left:0px;}
	.tie1
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
    padding-left: 32px;
    margin-right: -50px;
    padding-right: 15px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;}
.tie2
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
padding-right: 32px;
margin-left: -50px;
padding-left: 15px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;}
.tie11
{background-color: rgba(6, 6, 6, 0.5);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 32px;
    margin-right: -50px;
    padding-right: 15px;
    border-top-right-radius: 0px;
border-bottom-right-radius: 0px;}
.tie22
{background-color: rgba(6, 6, 6, 0.5);
padding-top: 20px;
padding-bottom: 20px;
padding-right: 32px;
margin-left: -50px;
padding-left: 15px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;}		 
	 	 
	 	 
	 
	.ula {
padding-top: 20px;
margin-top: -21px;
}
.ula2 {
margin-top: -20px;
}
.ula3 {
padding-top: 20px;
margin-top: -21px;
margin-bottom: -21px;
}
.ulafoot {
padding-top: 20px;
}
	.full-bo {
	margin-bottom: 0px;
z-index: 1;
margin-top: -25px;
}
.full-bo2 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -16px;
}
.full-bo2k {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo2kk {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.hl2k{
margin-top:0px!important;	
}
.fc1{
margin-bottom: -15px;
}
.cs1{
margin-bottom: 0px!important;	
}
.tpclop_box .stylebanner {
    position: relative;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 20px;
}
.canap2 {
    width: 100%!important;
    margin-left: 0px!important;
    height: auto;
}
.canap {
    width: 100%!important;
    margin-left: 0px!important;
    height: auto;
}
.tpclop_box.slider_banner .two{		
		position: relative!important;
		width: auto!important;
		font-size:12px!important;
	bottom:0%!important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;	
	}
.tpclop_box.slider_banner .two2{
		position: relative!important;
		width: auto!important;
		font-size:12px!important;
		font-size:12px!important;
	bottom:0%!important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;	
	}
	.tpclop_box.slider_banner .two3{
		position: relative!important;
		width: auto!important;
		font-size:12px!important;
		font-size:12px!important;
	bottom:0%!important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;	
	}

		#header .header_contact{
	display:none;
	}
	.iek{
	display: block;
}
.t22ie{
padding-top: 30px;
padding-bottom: 30px;
padding-left: 2%;
padding-right: 20%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-left-radius: 0px;border-bottom-left-radius: 0px;
	
}
.t11ie{
   padding-top: 30px;
padding-bottom: 30px;
padding-left: 20%;
padding-right: 2%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-right-radius: 0px;border-bottom-right-radius: 0px;
}
.t2ie{
padding-top: 30px;
padding-bottom: 30px;
padding-left: 5%;
padding-right: 20%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-left-radius: 0px;border-bottom-left-radius: 0px;
	
}
.t1ie{
padding-top: 30px;
padding-bottom: 30px;
padding-left: 20%;
padding-right: 5%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-right-radius: 0px;border-bottom-right-radius: 0px;
}
.hidden-phonek{display:none!important;}
.capifull {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 458px!important;
height: 344px!important;
overflow: hidden;	
}
.capiizde {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 458px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb2 {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 458px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 458px!important;
height: 344px!important;
overflow: hidden;		
}
.capicicd {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 232px!important;
height: 331px!important;
overflow: hidden;	
}
.double { 
	text-overflow: ellipsis; 
	text-align: center; 
	overflow: hidden;
	white-space: nowrap;
	}
.emau{
margin-top: 0px;	
}
	.pat{
width: 210px!important;	
}
.pat {
    width: 217px !important;
}	
	.patul {
    width: 226px !important;
}
	.patul3 {
    width: 226px !important;
}
.paner{
width: 226px!important;	
}
.col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 0px!important;
}
.upback {
  padding-top: 0px;
}
	.main {padding: 0px 0 !important;}
	.containermod{ width:448px;padding-top: 20px;
        }
		.containermoda4{ width:448px;padding-top: 20px;
        }
	.containermod2{ width:448px;}
	
	.sercu {width: 70px;box-sizing: border-box;margin: 0 auto;}
	#column-left .promotags, #column-right .promotags  {
	background-size: 40px 40px!important;
	}
	#header #cart, #header .position_cart #cart{ position:relative; top: 4px !important;max-width: 147px;left: 220px;}	
	#column-left + #content .product-grid > div,
    #column-right + #content .product-grid > div,
	#content .product-grid > div {width: 47.9%;}
	#header #search3{ position:relative;left: 114px;max-width: 228px;}
	#header #search input{ width:448px;}
	#header #search2 input{ width:448px;}
    #header #cart .content{ width:264px;} 
	.seak {top: -32px!important;height:10px;}
	.seak2 {top: -32px!important;height:10px;}
	.seak0 {top: -32px!important;height:10px;}
	.ip2{margin-top: 0px!important;}
	.category-list ul { width:49%;}
	 #footer .column, #footer .column.three { float: none; width: 100%; min-height: auto; margin:0 0 20px 0;}
    #footer .column.width50{ width: 448px;}
	#footer .column.width100{ width: 448px;}	
	 #footer .column.width150{ width: 448px;}
	 #footer .column.width200{ width: 448px;}
	 #footer .column.width50x{ width: 448px;}
	 #footer .column.width100x{ width: 448px;}	
	 #footer .column.width150x{ width: 448px;}
	 #footer .column.width20x{ width: 448px;}
	 #column-left + #content .box .box-content > .box-product > div,
	 #column-right + #content .box .box-content > .box-product > div,
	 .box .box-content > .box-product > div {width: 47.9%;}
	 .content_carou .itemcolumns{ width:224px;}
	 .resnew{ width:462px!important;}
	 	 .pro-tab-list .center2 {
	float: left;
	text-align: left;
	width: 37%;
}
	#header .header_contact2{
	display:none;
	}
	#header .header_contact22{
	display:none;
	}
	#header .header_contact2k {
    margin: 15px 0px 0px 0;
    text-align: center;
	display:block;
    width: 100%;
    float: none;
    position: relative;
    top: 0px;
}
.mu0{padding-top:0px;}
.mu10{padding-top:10px;}
.mu20{padding-top:20px;}
.mu30{padding-top:20px;}
.mu40{padding-top:20px;}
.mu50{padding-top:20px;}
.mu60{padding-top:20px;}
.mu70{padding-top:20px;}
.mu80{padding-top:20px;}
.mu90{padding-top:20px;}
.mu100{padding-top:20px;}
.mu110{padding-top:20px;}
.mu120{padding-top:20px;}
.mu130{padding-top:20px;}
.mu140{padding-top:20px;}
.mu150{padding-top:20px;}

.md0{padding-bottom:0px;}
.md10{padding-bottom:10px;}
.md20{padding-bottom:20px;}
.md30{padding-bottom:20px;}
.md40{padding-bottom:20px;}
.md50{padding-bottom:20px;}
.md60{padding-bottom:20px;}
.md70{padding-bottom:20px;}
.md80{padding-bottom:20px;}
.md90{padding-bottom:20px;}
.md100{padding-bottom:20px;}
.md110{padding-bottom:20px;}
.md120{padding-bottom:20px;}
.md130{padding-bottom:20px;}
.md140{padding-bottom:20px;}
.md150{padding-bottom:20px;}
.floating-wpp {
bottom: 57px;	
}
.floating-wpp:hover {
bottom: 59px;		
}
}
@media only screen and (max-width: 459px) {
.vcardu{
margin-bottom: 0px;	
}
input.large-field, select.large-field {
  width: 257px;
}
	.sercu {width: 70px;box-sizing: border-box;margin: 0 auto;}
.mdyi30{padding-right:0px;padding-left:0px;}
.mdyi40{padding-right:0px;padding-left:0px;}
.mdyi50{padding-right:0px;padding-left:0px;}
.mdyi60{padding-right:0px;padding-left:0px;}
.mdyi70{padding-right:0px;padding-left:0px;}
.mdyi80{padding-right:0px;padding-left:0px;}
.mdyi90{padding-right:0px;padding-left:0px;}
.mdyi100{padding-right:0px;padding-left:0px;}
.mdyi110{padding-right:0px;padding-left:0px;}
.mdyi120{padding-right:0px;padding-left:0px;}
.mdyi130{padding-right:0px;padding-left:0px;}
.mdyi140{padding-right:0px;padding-left:0px;}
.mdyi150{padding-right:0px;padding-left:0px;}
.mdyi200{padding-right:0px;padding-left:0px;}
.mdyi250{padding-right:0px;padding-left:0px;}
.mdyim30{padding-right:0px;padding-left:0px;}
.mdyim40{padding-right:0px;padding-left:0px;}
.mdyim50{padding-right:0px;padding-left:0px;}
.mdyim60{padding-right:0px;padding-left:0px;}
.mdyim70{padding-right:0px;padding-left:0px;}
.mdyim80{padding-right:0px;padding-left:0px;}
.mdyim90{padding-right:0px;padding-left:0px;}
.mdyim100{padding-right:0px;padding-left:0px;}
.mdyim110{padding-right:0px;padding-left:0px;}
.mdyim120{padding-right:0px;padding-left:0px;}
.mdyim130{padding-right:0px;padding-left:0px;}
.mdyim140{padding-right:0px;padding-left:0px;}
.mdyim150{padding-right:0px;padding-left:0px;}
.mdyim200{padding-right:0px;padding-left:0px;}
.mdyim250{padding-right:0px;padding-left:0px;}

.adi400 {
	width:33px!important;
	height:33px!important;
}
.product-info .price {
    padding-left: 0px;
}

	.qcente2{
	text-align:center;
}
.centerpro{
display: block!important;	
}
.elimo {
	padding:0px;
}
.titquienessom003{ 
font-size:15px; 
line-height:22px; 
letter-spacing:0;
} 

.titquienessom004{ 
font-size:14px; 
line-height:22px; 
letter-spacing:0;
}
.paddingcuadroinf1{
 padding: 30px 25px;
}
.mlist {
	margin-bottom: 0px;margin-top: 5px;margin-left: 5px;
margin-right: 5px;
}
		.botk2 {
    margin-bottom: -16px;
}
		.botk {
    margin-bottom: -11px;
}
.displaynone2{
	display:none!important;
}
	#column-left .itemcolumns, #column-right .itemcolumns {
	width: 280px !important;

 }
 #column-left .pro-tab-list .image img, #column-right .pro-tab-list .image img {
    height: 58px!important;
}
 #column-left .pro-tab-list .description, #column-right .pro-tab-list .description {
    text-align: left;
}
.pro-tab-list .description {
text-align: center;
}
.pro-tab-list .name a {
    text-align: center;
}
.pro-tab-list .description {
text-align: center;
}
 .product-info .price {
    padding-bottom: 0px;
}
 .contactmdwrap .form-group input, .contactmdwrap .form-group textarea {
    width: 94%;
}
		.tpclop_box .box_tpsa .stylebanner + .stylebanner{ margin-left:0px;}
	.ula {
padding-top: 20px;
margin-top: -21px;
}
.ula2 {
margin-top: -20px;
}
.ula3 {
padding-top: 20px;
margin-top: -21px;
margin-bottom: -21px;
}
.ulafoot {
padding-top: 20px;
}
	.full-bo {
	margin-bottom: 0px;
z-index: 1;
margin-top: -25px;
}
.full-bo2 {
	margin-bottom: 0px;
z-index: 1;
margin-top: -16px;
}
.full-bo2k {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
.full-bo2kk {
	margin-bottom: 0px;
z-index: 1;
margin-top: -21px;
}
	.hl2k{
margin-top:0px!important;	
}
.fc1{
margin-bottom: -15px;
}
.cs1{
margin-bottom: 0px!important;	
}
.tpclop_box .stylebanner {
    position: relative;
    float: none!important;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 20px;
}
.canap2 {
    width: 100%!important;
    margin-left: 0px!important;
    height: auto;
}
.canap {
    width: 100%!important;
    margin-left: 0px!important;
    height: auto;
}
.tpclop_box.slider_banner .two{		
		position: relative!important;
		width: auto!important;
		font-size:12px!important;
	bottom:0%!important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;	
	right: 0;
	}
	.tpclop_box.slider_banner .two2{
		position: relative!important;
		width: auto!important;
		font-size:12px!important;
		font-size:12px!important;
	bottom:0%!important;
	    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	left: 0;
	}
		.tpclop_box.slider_banner .two3{
		position: relative!important;
		width: auto!important;
		font-size:12px!important;
		font-size:12px!important;
	bottom:0%!important;
	    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	}

.iek{
display: block;	
}
.t22ie{
padding-top: 30px;
padding-bottom: 30px;
padding-left: 2%;
padding-right: 20%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-left-radius: 0px;border-bottom-left-radius: 0px;
	
}
.t11ie{
   padding-top: 30px;
padding-bottom: 30px;
padding-left: 20%;
padding-right: 2%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-right-radius: 0px;border-bottom-right-radius: 0px;
}
.t2ie{
padding-top: 30px;
padding-bottom: 30px;
padding-left: 5%;
padding-right: 20%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-left-radius: 0px;border-bottom-left-radius: 0px;
	
}
.t1ie{
padding-top: 30px;
padding-bottom: 30px;
padding-left: 20%;
padding-right: 5%;
text-align: center;
	background-color: rgba(6, 6, 6, 0.5);
	border-top-right-radius: 0px;border-bottom-right-radius: 0px;
}

#header .header_contact{
	display:none;
	}
#header .header_contact2{
	display:none;
	}
	#header .header_contact22{
	display:none;
	}
	#header .header_contact2k {
    margin: 15px 0px 0px 0;
    text-align: center;
	display:block;
    width: 100%;
    float: none;
    position: relative;
    top: 0px;
}
.imate{padding: 10px 11px;}
.hidden-phonek{display:none!important;}
				.capifull {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 290px!important;
height: 344px!important;
overflow: hidden;	
}
.capiizde {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 290px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb2 {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 290px!important;
height: 344px!important;
overflow: hidden;	
}
.capitb {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 290px!important;
height: 344px!important;
overflow: hidden;		
}
.capicicd {
display: block;
text-align: left;
float: none;
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
z-index: auto;
width: 230px!important;
height: 331px!important;
overflow: hidden;	
}
	.conteimg{
width: 191px;
display: block;
text-align: center;
margin: 0px 44px 0!important;
}
.hea{
		height: 425px!important;
		width: 288px !important;
	}
.centerk{
	text-align:center;
}
.patul {
    width: 290px !important;
}
.pat {
    width: 277px !important;
}	
.patul3 {
    width: 290px !important;
}
.paner{
width: 290px!important;	
}
.emau{
margin-top: 0px;	
}
.arian2 {
	text-align: left!important;padding-left: 0px;margin-left: 14px !important;	
}
.arian {
	text-align: left!important;padding-left: 0px;
}
	.opk5 {top: 13px !important;}
	.col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 0px!important;
}   #header #cart, #header .position_cart #cart{ position:relative; top: 6px !important;max-width: 228px;left: 220px;}	
#header .position_cart2 #cart {
    top: 27px;
}
#header .header_contact {
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 5px;
}
.upback {
  padding-top: 0px;
}
	.main {padding: 0px 0 !important;}
	#header #logo { float:none;}
	.logok  {width: 285px;}
	.containermod{ width:280px;padding-top: 20px;
     }
		.containermoda4{ width:280px;padding-top: 20px;
        }
	.containermod2{ width:280px;}
	.main, #footer, #powered, #all_header, .ma-nav-mobile-container.containermenu,.fixwidth, #center_custom_box{min-width:300px;}
	.content_carou .itemcolumns { width:280px!important; padding:0; margin:0;}
	.resnew{margin-bottom: 10px!important;}
    .jcarousel-skin-opencart a img { width:40px; }
	
#header #cart, #header .position_cart #cart{ position:relative; top:0px;max-width: 163px;left: 120px;}	
	#header #search input{ width:280px;}
	#header #search{ position:relative; top:0px!important; text-align:right; margin-bottom:10px;margin-top: 20px;}
	#header #search2 input{ width:280px;}
	#header #search2{ position:relative; top:0px!important;left: 1px;}
	#header #search3{ position:relative;left: 30px;max-width: 110px;}
	.seak {top: -19px!important;}
	.seak2 {top: -19px!important;}
	.seak0 {top: -19px!important;height: 20px;}
	.seakm {top: 0px!important;}
	.seak2m {top: -23px!important;}
	.seak0m {top: 16px!important;}
	.ip2{margin-top: 0px!important;}
	.izseak{top: -42px!important;}
	#header #cart .content{ width:264px;} 
	.category-list ul { width:99%;}
	.htabs{ height:68px;}
	.product-info > .left > .image  a img#main-image{ width:258px; height:auto !important;}
	.zoomContainer{ display:none;}
	.login-content .left, .login-content .right { float:none; width:100%;}
	.sitemap-info .left, .sitemap-info .right{ float:none; width:100%;}
	 .product-compare{ display:none;}
	 #column-left + #column-right + #content .box .box-content > .box-product > div {width: 100%;}
	 #column-left + #column-right + #content .product-grid > div,
	 #column-left + #content .product-grid > div,
     #column-right + #content .product-grid > div,
	 #content .product-grid > div, .product-grid{width: 100%; margin-right:0;}	
	 .product-list .owl-carousel{ float:none;}
	 .product-list > div { padding:10px 20px;}
	 .product-list .left{ float:none; margin-bottom:10px; width:230px;}
	 .product-list .right, .product-list .centr{ margin-left:0px;}
	 .product-info .option > label {width: auto; float:none;}
     .product-info .option > .option_field{ margin-left:0px;}
	 .product-info .left .image a.colorbox img{ width:100%; height:auto !important;}
	 .checkout-content .left, .checkout-content .right{ float:none; width:99%;}
	 .pro-tab-list .center2 {
	float: left;
	text-align: left;
	width: 9%;
}
.contactmdwrap .form-group input, .contactmdwrap .form-group textarea {
    width: 92.5%!important;
}
.content_carou .itemcolumns > div {
    margin-left: 0px;
    overflow: hidden;
}
.pro-tab-list .center2 .description{
	display:none;
}
.description{
	
}
.box-pro-tab .gpt {
	margin-bottom: 15px;
}
.text-left .ooop {
	padding:6px!important;	
}
.box-content > .box-product {
    
}
.product-info .cart input.button {
	margin-right: 0px;
}
input.button {
    min-width: 88px;
}
.movebox .content-move2 {
max-width: 320px;	
}
.product-info .image {
	float: left;
	padding:10px!important;
	margin-right:20px;
	text-align: center;
	overflow:hidden;
	border: 1px solid rgba(0, 0, 0, 0.08);
} 
	 #footer .column { float: none; width: 100%; min-height: auto; margin:0 0 20px 0;}
	 #footer .column.three { width:280px; }  
     #footer .column.width50{ width: 280px;}
	 #footer .column.width100{ width: 280px;}
	 #footer .column.width150{ width: 280px;}
	 #footer .column.width200{ width: 280px;}
	 #footer .column.width50x{ width: 280px;}
	 #footer .column.width100x{ width: 280px;}
	 #footer .column.width150x{ width: 280px;}
	 #footer .column.width20x{ width: 280px;}
    #column-left + #content .box .box-content > .box-product > div,
	 #column-right + #content .box .box-content > .box-product > div,
	 .box .box-content > .box-product > div {width:280px;}
	     .count-3,.count-5,.count-7,.count-9,
    .count-2,.count-4,.count-6,.count-8,.count-10{ width:100%;margin-right: 0px;}
	.list_carousel{ padding:0;}
     div > .quickviewbutton, .itemcolumns:hover > div > .quickviewbutton, div:hover > .quickviewbutton {display:none;}
.bot-llam {
    display: block !important;
}
#header #cart {
    margin-bottom: 0px;
}
.mu0{padding-top:0px;}
.mu10{padding-top:10px;}
.mu20{padding-top:20px;}
.mu30{padding-top:20px;}
.mu40{padding-top:20px;}
.mu50{padding-top:20px;}
.mu60{padding-top:20px;}
.mu70{padding-top:20px;}
.mu80{padding-top:20px;}
.mu90{padding-top:20px;}
.mu100{padding-top:20px;}
.mu110{padding-top:20px;}
.mu120{padding-top:20px;}
.mu130{padding-top:20px;}
.mu140{padding-top:20px;}
.mu150{padding-top:20px;}

.md0{padding-bottom:0px;}
.md10{padding-bottom:10px;}
.md20{padding-bottom:20px;}
.md30{padding-bottom:20px;}
.md40{padding-bottom:20px;}
.md50{padding-bottom:20px;}
.md60{padding-bottom:20px;}
.md70{padding-bottom:20px;}
.md80{padding-bottom:20px;}
.md90{padding-bottom:20px;}
.md100{padding-bottom:20px;}
.md110{padding-bottom:20px;}
.md120{padding-bottom:20px;}
.md130{padding-bottom:20px;}
.md140{padding-bottom:20px;}
.md150{padding-bottom:20px;}


.addthis_button_facebook {padding:0px!important}
.addthis_button_twitter{padding:0px!important}
.addthis_button_whatsapp{padding:0px!important}
.addthis_button_email{padding:0px!important}
.addthis_button_print{padding:0px!important}
.addthis_button_compact{padding:0px!important}
.addthis_default_style {margin-left: -3px;margin-right: -3px;}

.decasc{
margin-top: 2px;width: 100%!important;background-position: center;}
.wi30{width: 30%!important;}
.wi50{width: 50%!important;}
.capitis{padding: 30px;text-align: center;}
.capitis2{padding: 30px;text-align: center;}
.capitis3{padding: 30px;text-align: center;}
.mt3px{margin-top: 3px;}
.wi30i{width: 30%!important;padding: 0px 3px 0px 3px!important;}
.wi100{width: 100%!important;}
.decasci{width: 100%!important;text-align: center;padding: 3px 0px 3px 0px!important;margin-top: 3px!important;;box-sizing: border-box;height: 33px;border-radius: 0px !important;}
.comparew50{float: right;width: 50%;margin-left: 0px!important;}
.botton100{height: 60px!important;width: 100%;}
.to29 .product-info .image-additional img {
    width: 30px !important;
    height: 30px !important;
}
.res-item {
width: 115px
}
.res-item2 {
    width: 95px;
}
	.sercu {width: 70px;box-sizing: border-box;margin: 0 auto;}
.floating-wpp {
bottom: 57px;	
}
.floating-wpp:hover {
bottom: 59px;		
}
.pdum2
{
	padding-right: 0px;
	padding-left: 0px;
}
.cateima{float:none;margin-right:0px;}
.celucont{text-align:center;}
}
@media only screen and (max-width: 410px) {

.page-preloader {
	right: 0px!important;
}	
}