/*------------------------------------------------------------------

Modul:  ProductMG
Autor:  AndreasK.

-------------------------------------------------------------------*/

#loginFORM {
  position: fixed;
  z-index: 1999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}
#loginFORM > .row {
  width: 600px;
  height: auto;
  margin: 1em auto;
  padding: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
input#lCheck {
	margin: 15px 0 0 10px;
}

#usr_login_form .form-row { padding: 0.5em 0;}
#usr_login_form .form-row label { display: inline-block; width: 30%; }
#usr_login_form .form-row input[type=text], #usr_login_form .form-row input[type=password]{ display: inline-block; width: 68%; }

.shop-content-header span,
.shop-content-header .shop-item-grid,
.shop-content-header .shop-item-detail {
  float: left;
}
.shop-content-header span {
  color: #8b8d90;
}
.shop-item-grid {
  background: url('../../img/shop/shop-ico.png') no-repeat;
  background-position: 8px 8px;
  width: 34px;
  height: 34px;
  margin-left: 50px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  cursor: pointer;
}
.shop-item-grid:hover {
  background-position: 8px -42px;
  background-color: #f9f9f9;
}
.shop-item-grid-hover {
  background-position: 8px -42px;
  background-color: #f9f9f9;
}
.shop-item-detail {
  background: url('../../img/shop/shop-ico.png') no-repeat;
  background-position: -46px 8px;
  width: 34px;
  height: 34px;
  margin-left: 13px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  cursor: pointer;
}
.shop-item-detail-hover {
  background-position: -46px -42px;
  background-color: #f9f9f9;
}
.shop-item-detail:hover {
  background-position: -46px -42px;
  background-color: #f9f9f9;
}
.shop-item-detail-hover {
  background-position: -46px -42px;
  background-color: #f9f9f9;
}
.shop-item-grid .bottom-border,
.shop-item-detail .bottom-border {
  position: relative;
  margin-left: -1px;
  bottom: -33px;
  width: 34px;
}
.shop-content-header .sort-buy {
  float: right;
}
.shop-content-header {
  border-bottom: 1px solid #d1d1d1;
  display: block;
  padding: 0 0 55px 0;
}
.shop-content-header a {
  margin-right: 5px;
  color: #43474d;
}
.shop-content-header a:hover {
  color: #b2d231;
}
.shop-content-header span {
  line-height: 21px;
}
.shop-content {
  padding-top: 30px;
}
.shop-content-item-container {
  position: relative;
  height: 457px;
  max-width: 600px;
}
.shop-content-item-container .shop-content-item {
  padding-right: 1px;
}
.shop-content-item-container:hover .shop-slider-container {
  border-top: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  -webkit-transition: all 0 ease .2s;
  -moz-transition: all 0 ease .2s;
  transition: all 0 ease .2s;
}
.shop-content-item:hover .shop-slider-container .bx-viewport > ul > li > img {
  margin: 0px 0px 0 0px;
}
.bx-viewport > ul > li {
  display: block;
}
.bx-viewport > ul > li > img {
  max-width: 100%;
  display: block;
  height: auto;
}
#owl-slider-pager-slider .testimonials-item a,
#owl-slider-pager-slider-2 .testimonials-item a {
  padding: 0;
}
#owl-slider-pager-slider .testimonials-item,
#owl-slider-pager-slider-2 .testimonials-item {
  text-align: left;
}
#owl-slider-pager-slider .owl-controls,
#owl-slider-pager-slider .owl-pagination,
#owl-slider-pager-slider-2 .owl-controls,
#owl-slider-pager-slider-2 .owl-pagination {
  position: absolute;
  width: 100%;
  top: 13px;
}
#owl-slider-pager-slider .owl-controls .owl-buttons .owl-prev,
#owl-slider-pager-slider-2 .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: -18px;
  background-image: url('../../img/shop/slider-small.png');
  width: 15px;
  height: 20px;
  background-position: 0px 0;
  background-repeat: no-repeat;
}
#owl-slider-pager-slider .owl-controls .owl-buttons .owl-prev:hover,
#owl-slider-pager-slider-2 .owl-controls .owl-buttons .owl-prev:hover {
  background-position: 0px -34px;
}
#owl-slider-pager-slider .owl-controls .owl-buttons .owl-next,
#owl-slider-pager-slider-2 .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 0;
  right: -15px;
  background-image: url('../../img/shop/slider-small.png');
  width: 15px;
  height: 20px;
  background-position: -35px 0;
  background-repeat: no-repeat;
}
#owl-slider-pager-slider .owl-controls .owl-buttons .owl-next:hover,
#owl-slider-pager-slider-2 .owl-controls .owl-buttons .owl-next:hover {
  background-position: -35px -34px;
}
#shop-slider-pager1 {
  opacity: 0;
  padding: 18px 25px 0 25px !important;
}
.off-pager > .bx-wrapper > .bx-controls {
  display: none !important;
}
.shop-content-item:hover #shop-slider-pager1 {
  opacity: 1;
}
.shop-slider-pager {
  padding: 18px 0 0 14px;
}
.shop-slider-pager > a {
  padding: 0 10px 0 0 !important;
}
.shop-slider-pager a > img {
  max-width: 47px;
}
.shop-slider-pager > a.active {
  z-index: 0;
}
.owl-pagination {
  display: none;
}
.none .owl-pagination {
  display: none !important;
}
#owl-slider-pager-slider .owl-wrapper-outer,
#owl-slider-pager-slider-2 .owl-wrapper-outer {
  height: 50px !important;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.owl-wrapper-outer {
  padding: 1px;
}
.shop-slider-pager {
  margin-top: -108px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.shop-content-item:hover .shop-slider-pager {
  margin-top: 0px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.shop-content-item > .shop-item-container > .rating {
  margin-top: -40px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.shop-content-item > .shop-item-container {
  height: 95px;
  max-height: 110px;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  border-color: #DCDCDC;
  margin-bottom: 0;
}
.shop-content-item > .shop-content-item-description {
  margin-top: -5px;
  padding-top: 5px;
}
.shop-content-item > .shop-content-item-description > p {
  display: none;
}

.c-tpl-01 .shop-content-item > .shop-item-container {
  min-height: 260px;
}
.c-tpl-01 .shop-content-item > .shop-content-item-description > p {
  display: block;
}

.shop-content-item:hover > .shop-item-container > .rating {
  margin-top: 0px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.shop-item-container > .rating {
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
}
.bx-controls {
  position: absolute;
  top: 120px;
  width: 100%;
  display: none;
}
.shop-content-item:hover .bx-controls {
  display: block;
}
.bx-controls a {
  font-size: 0;
}
.bx-controls .bx-next {
  position: absolute;
  right: 0;
  width: 30px;
  height: 41px;
  background-image: url('../../img/shop/po-slider.png');
  background-position: -35px 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}
.bx-controls .bx-next:hover {
  background-position: -35px -46px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}
.bx-controls .bx-prev {
  position: absolute;
  left: 0;
  width: 30px;
  height: 41px;
  background-image: url('../../img/shop/po-slider.png');
  background-position: 5px 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}
.bx-controls .bx-prev:hover {
  background-position: 5px -46px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
}
.shop-slider-pager a:hover img,
.shop-slider-pager a.active img {
  border: 1px solid #9CD9E0 !important;
}
.shop-slider-pager a > img {
  border: 1px solid #dadada;
}
.shop-content-item-description {
  background-color: #fff;
}
.shop-content-item:hover .shop-content-item-description {
  background-color: #fff;
  margin-top: 0px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.shop-content-item {
  margin-top: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.shop-item-container > img {
  max-width: 100%;
  position: relative;
}
.shop-content-item-description {
  border-bottom: 1px solid #DCDCDC;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  margin-top: 0px;
  padding-bottom: 25px;
  position: relative;
  z-index: 999;
}
.shop-content-item .rating {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
  margin: 0;
}
.shop-content-item .rating i.active {
  color: #ee7b00;
}
.shop-content-item .rating i {
  margin: 3px 5px 0 0;
  float: left;
  color: #dcdcdc;
}
.shop-content-item .rating i.last {
  margin-right: 15px;
}
.shop-content-item .rating p {
  padding: 0;
  font-style: normal;
}
.shop-content-item .htag3,
.shop-content-item .rating,
.shop-content-item p,
.shop-content-item a,
.shop-content-item span {
  padding: 0 15px 15px 15px;
}
.shop-content-item p {
  display: block;
}
.shop-content-item-description .htag4 {
  height: 35px;
}
.shop-content-item-description > .htag4 > a {
  padding: 0px;
  color: #43474D !important;
}
.shop-content-item-description > .htag4 > a:hover {
  color: #b2d231 !important;
}
.shop-content-item-description > .price {
  padding-bottom: 13px;
}
.shop-content-item-description > .price .notavaible {
  font-weight: 400;
  font-size:16px;
  color: rgba(255,0,0,0.5);
}
.shop-content-item > .shop-content-item-description > a.option {
  display: block;
  font-family: 'Open Sans';
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 0;
  color: #43474d !important;
}
.shop-content-item > .shop-content-item-description > a.option:hover {
  color: #b2d231 !important;
}
.shop-content-item-description .btn-group.left { width: 100%; float: none; min-height: 20px; }
.shop-content-item-description .btn-group.right { width: 100%; float: none; min-height: 20px; }

.c-tpl-01 .shop-content-item-description .btn-group.left { float:left;  width: 55%; }
.c-tpl-01 .shop-content-item-description .btn-group.right { float:left; margin-left: 4px; width: 40%; }
.shop-content-item-description .btn-group > a { 
  display: block; 
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  padding: 3px 0;
  margin: 2px 10px
}
.c-tpl-01 .shop-content-item-description .btn-group.left > a { margin: 0 0 5px 15px; }
.c-tpl-01 .shop-content-item-description .btn-group.right > a { margin: 0 15px 5px 0; }


.shop-content-item-description > a.button-green,
.shop-content-item-description > a.button-gray {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 15px;
  padding: 3px 0;
}
.shop-content-item-description > a.button-gray {
  margin: 0 15px 3px 15px;
}
.shop-content-item a:hover {
  color: #b2d231;
  cursor: pointer;
}
.shop-content-item > .shop-content-item-description > a > i {
  margin-left: 5px;
}
.shop-content-item p,
.shop-content-item .htag3 {
  margin-bottom: 0;
}
.shop-content-item .htag3 {
  padding-top: 15px;
}
.shop-content-item:hover h3 {
  padding-top: 15px;
}
.shop-content-item .last-price {
  padding-right: 0;
}
.shop-content-item p {
  color: #8b8d90;
  font-style: italic;
  padding-bottom: 5px;
}
.price .last-price {
  font-size: 18px;
  color: #43474d;
  padding-left: 15px;
}
.price span {
  font-family: 'Open Sans';
  font-weight:bold;
  font-size: 21px;
  color: #444;
  padding-left: 5px;
}
.shop-content-item-description .rating {
  display: none;
}
.shop-content-item:hover .shop-content-item-description .rating {
  display: block;
}
.last-price {
  text-decoration: line-through;
}
.sort-buy {
  width: 250px;
}
.sort-buy p {
  padding-top: 10px;
  margin-right: 10px;
  float: left;
}
.sort-buy-button > .bottom-border {
  bottom: -39px;
  display: block;
  position: relative;
}
.sort-buy-button {
  width: 180px;
  height: 100%;
  display: block;
  float: right;
  cursor: pointer;
}
.sort-buy-button > a {
  width: 100%;
  display: block;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-right: 0;
  float: right;
}
.sort-buy-button a span {
  padding: 8px 8px 8px 15px;
  color: #43474D;
  display: block;
}
.sort-buy-button > a > i {
  float: right;
  padding: 12px 15px 0 0;
}
.sort-buy-content {
  display: none;
  background-color: #FFFFFF;
  list-style: none outside none;
  padding: 0px;
  position: absolute;
  top: 19px;
  z-index: 9999;
  top: 38px;
  right: 15px;
  width: 180px;
  border: 1px solid #dcdcdc;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sort-buy-content li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 10px 10px 15px;
  background-color: #fff;
}
.sort-buy-content li a:hover {
  background-color: #f9f9f9;
}

.prdStock i.stock-green {
	color: green;
}
.prdStock i.stock-yellow {
	color: yellow;
}
.prdStock i.stock-red {
	color: red;
}

.quantity-block {
  padding-top: 7px;
  display: inline-block;
}
.quantity-block .button-small {
  border: none;
  float: left;
}
.quantity-block .button-minus {
  background-color: #fff;
  background-image: url("../../img/shop/slider-small.png");
  background-position: 0 10px;
  background-repeat: no-repeat;
  height: 40px;
  position: relative;
  width: 15px;
}
.quantity-block .button-minus:hover {
  background-position: 0 -24px;
}
.quantity-block .button-plus {
  background-color: #fff;
  background-image: url("../../img/shop/slider-small.png");
  background-position: -35px 10px;
  background-repeat: no-repeat;
  height: 40px;
  position: relative;
  width: 15px;
}
.quantity-block .button-plus:hover {
  background-position: -35px -24px;
}
.sp-input {
  width: 40px;
  height: 35px;
  float: left;
}
.sp-input .quntity-input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
}
.sp-input input {
  width: 40px;
  height: 35px;
  text-align: center;
}
#ralaited-products-1 {
  padding: 0;
}
#ralaited-products-1 h2,
#ralaited-products-2 h2 {
  margin: 60px 0 10px 0 !important;
}
#ralaited-products-1 h2 span {
  font-size: 18px;
}
#ralaited-products-2 h2 span {
  font-size: 18px;
}
#ralaited-products-2 {
  padding: 0 0 25px 0;
}
#ralaited-products-1 .shop-content-item-container,
#ralaited-products-2 .shop-content-item-container {
  height: 100% !important;
}
.ralaited-products {
  padding: 0 0 40px 0;
}
.ralaited-products .shop-content-item-container {
  padding: 0 12px;
  height: 510px;
}
.ralaited-products .owl-page {
  display: inline-block;
}
.ralaited-products .owl-controls {
  text-align: center;
}
.ralaited-products .owl-page span {
  border: 1px solid #dcdcdc;
  border-radius: 19px;
  display: block;
  height: 19px;
  margin: 5px 7px;
  width: 19px;
}
.ralaited-products .active span {
  border: 1px solid #b2d231;
}
.description {
  margin-top: 30px;
  width: 100%;
}
.description tr.gray {
  background-color: #f9f9f9;
}
.description th {
  padding: 10px 20px;
  border-right: 1px solid #dcdcdc;
  width: 150px;
}
.description td {
  padding: 10px 20px 10px 70px;
}
.shop {
  padding-top: 45px;
  padding-bottom: 45px;
}
.shop .clear-selection {
  font-family: 'Open Sans';
  font-size: 16px;
  padding: 15px 0;
  display: inline-block;
  color: #b2d231;
}
.shop .button-green,
.shop .button-gray {
  display: inline-block;
  margin-top: 0;
}
.shop .button-gray {
  padding: 5px 15px;
}
.shop .detail-btn {
  padding: 20px 0 20px 0;
}
.shop .detail-btn > a {
  margin-right: 20px;
}
.shop .required {
  float: right;
  font-size: 12px;
}
.shop .shop-sidebar img {
  max-width: 100%;
  padding: 15px;
}
.shop .shop-content-item:hover .shop-slider-container {
  border: none;
}
.shop .shop-content-item:hover .bx-wrapper img {
  border: none;
  margin: 0;
}
.shop .shop-content-item:hover img {
  margin: 0;
}
.shop .shop-content-item {
  margin-top: 0;
}
.shop-single .shop-content-item {
  max-width: 620px;
}
.shop-single h2 span {
  font-size: 14px;
}
.shop-single .bottom-border {
  display: block;
}
.shop-single .gray-border {
  width: 150px;
}
.shop .shop-content-item .bx-wrapper {
  padding: 8px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.shop .bx-controls {
  top: 150px;
  display: block;
}
.shop .bx-controls .bx-next {
  right: 17px;
}
.shop .shop-content-item .shop-slider-pager {
  margin-top: 0;
  padding-left: 0;
  border: none;
}
.shop .shop-content-item .shop-slider-pager a {
  display: inline-block;
  height: 72px;
  padding-right: 15px !important;
  margin-bottom: 15px;
}
.shop .shop-content-item .shop-slider-pager a > img {
  max-width: 72px;
  border-radius: 5px;
}
.shop .title {
  font-family: 'Open sans';
  font-weight: bold;
  display: block;
  margin: 15px 0 15px 0;
}
.shop .quantity span {
  margin-right: 15px;
  float: left;
}
.shop .price {
  margin-bottom: 15px;
}
.shop .price .last-price {
  padding-left: 0;
  font-size: 21px;
}
.shop .price span {
  font-size: 28px;
  padding-left: 15px;
}
.shop .gray-italic {
  display: block;
  margin-bottom: 15px;
}
.shop .rating {
  margin-bottom: 15px;
}
.shop .rating i {
  color: #dcdcdc;
}
.shop .rating i.active {
  color: #ee7b00;
}
.shop .rating span {
  color: #8b8d90;
  margin-left: 15px;
}
.select-box select {
  width: 100%;
  padding: 5px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.share {
  display: block;
  padding: 0;
  margin-bottom: 30px;
}
li img.zoomImg {
  cursor: crosshair;
}
.zoom-item {
  background-image: url(../../img/shop/zoom.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  padding: 0 !important;
  bottom: 15px;
  height: 17px;
  width: 17px;
  z-index: 100;
}
.zoom-item:hover {
  background-image: url(../../img/shop/zoom-h.png);
}
.item-circle {
  position: absolute;
  height: 49px;
  width: 49px;
  top: 10px;
  right: 10px;
  text-align: center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-size: 18px;
  padding-top: 11px;
  font-weight: 400;
}
.item-hot {
  background-image: url('../../img/shop/r-1.png');
  color: #4e97d2;
}
.item-new {
  background-image: url('../../img/shop/r-2.png');
  color: #b2d231;
}
.item-sale {
  background-image: url('../../img/shop/r-3.png');
  color: #ee7b00;
}
.revievs {
  font-family: 'Open Sans';
  color: #b2d231;
}
.our-servise-content > .nav-tabs > li:hover .revievs,
.our-servise-content > .nav-tabs > li.active .revievs {
  color: #fff;
}
.shop-classic {
  padding-top: 45px;
  padding-bottom: 45px;
}
.shop-content-list .shop-content-item {
  margin-top: 0;
}
.shop-content-list .shop-content-item #shop-slider-pager1 {
  margin-top: -68px;
}
.shop-content-list .shop-content-item:hover #shop-slider-pager1 {
  margin-top: 0px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.prdCrossSale .panel {
	border: 0;
  box-shadow: none;
}
.prdCrossSale .panel a {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #D7D7D7;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.prdCrossSale .panel a img {
  display: block;
  max-height: 110px!important;
}
.prdCrossSale .panel small {
  display: block;
  padding: 5px 0;
  text-align: center;
}
/*------------------------------------------------------------------
Bestelluebersicht
-------------------------------------------------------------------*/
#ordertable table, #prdBasketOverview table {
	margin: 30px 0;
}
table tr {}
table tr th,
table tr td { padding: 2px; }
table tr:nth-child(2n) td { background-color: #f6f6f6; }

table tr.hover td { background-color: #f0f0f0!important; }

/* ownGrid */
.ownGrid {
  overflow: hidden;
  display: block;
  border-radius: 4px!important;
  padding:0;
  border: 1px solid #DCDCDC;
}
.ownGrid table {
	border-collapse:collapse!important;
}
.ownGrid table tr {
	border: none!important;
}
.ownGrid table .headline th,
.ownGrid table .headline td {
  background-color: #5b5db0!important;
}
.ownGrid table .headline th a {
  color: #444!important;  
}
.ownGrid table tr td .ui-icon.ui-icon-carat-2-n-s {
  background-image: url('../../img/custom/arrowUpDown.gif')!important;
  background-position: center!important;
  background-color: #5b5db0!important;
  border: 0!important;
}
.ownGrid table .headline th a:hover {
  color: #888!important;  
}
.ownGrid table.footer {
	height: auto;
  overflow: hidden!important;
}
.ownGrid table.footer td.page{
	padding: 5px 0!important;
  margin: 0;
}
.ownGrid table.footer td.page .footResultdisplay {
  margin-right: 10px!important;
}

.ownGrid table.pageNav td input{
	height: 20px;
  margin: 0;
}
.ownGrid .table-responsive table.table  {
  font-size: 0.85em;
}
.ownGrid .table-responsive table.table th {
  background-color: #5b5db0!important;
}
.ownGrid .table-responsive table.table th:nth-child(1) { width: 5%!important; }
.ownGrid .table-responsive table.table th:nth-child(2) { width: 35%!important; }
.ownGrid .table-responsive table.table th:nth-child(3) { width: 10%!important; text-align: right; }
.ownGrid .table-responsive table.table th:nth-child(4) { width: 10%!important; text-align: right; }
.ownGrid .table-responsive table.table th:nth-child(5) { width: 20%!important; text-align: right; }
.ownGrid .table-responsive table.table td:nth-child(3) { text-align: right; }
.ownGrid .table-responsive table.table td:nth-child(4) { text-align: right; }
.ownGrid .table-responsive table.table td:nth-child(5) { text-align: right; }
.ownGrid .table-responsive table.table-total td:nth-child(1) { width: 50%!important; }
.ownGrid .table-responsive table.table-total td:nth-child(2) { width: 30%!important; text-align: right; }

/*------------------------------------------------------------------

16. Responsive settings

-------------------------------------------------------------------*/
/* @media (max-width: 420px) */
@media (max-width: 420px) {
}
/* and @media (max-width: 420px) */
/* @media (max-width: 480px) */
@media (max-width: 480px) {
  .col-xs-small {
    width: 100% !important;
    padding: 0 25px !important;
  }
  .col-xs-small .p-item-img {
    margin-top: 25px !important;
  }
  .shop-single .shop-content-item-container {
    height: 610px !important;
  }
  .shop-classic-sidebar .container .shop-content .row .shop-content-item-container {
    height: 597px !important;
  }
}
/* and  @media (max-width: 480px) */
/* @media (max-width: 650px) */
@media (max-width: 650px) {
  span.header-smaller {
    display: none;
  }
}
/* and  @media (max-width: 650px) */
/* @media (max-width: 768px) */
@media (max-width: 768px) {
  p.price-range > label {
    float: none !important;
  }
  .shop-classic-sidebar .shop-content .shop-content-item-container {
    height: 537px !important;
  }
  .shop-classic.shop-content .shop-content-item-container {
    height: 850px !important;
  }
  .hor-move { 
    width: 100%; 
    overflow-x: auto;
    padding: 15px 0;
  }
  .hor-move form table {
    min-width: 800px;
  }
}
/* and @media (max-width: 768px) */
/* @media (max-width: 992px)*/
@media (max-width: 992px) {
}
/* and @media (max-width: 992px) */
/* @media (min-width: 990px) and (max-width: 1170px) */
@media (min-width: 990px) and (max-width: 1170px) {
}
/* and @media (min-width: 990px) and (max-width: 1170px) */
/* @media (max-width: 1200px) */
@media (max-width: 1200px) {
}
/* and @media (max-width: 1200px) */
/*------------------------------------------------------------------

End Responsive settings

-------------------------------------------------------------------*/




