.sch-style-2 {
 
}

.sch-style-2 #qty_selector {
    width: 70%;
    margin: 0 auto;
    border: solid #0d6efd;
    border-width: 1px 1px;
    border-radius: 10px;
    display: inline-block;
}

.sch-style-2 #qty_display {
    border-width: 0px;
    border-color: white;
    background-color: transparent;
    width: 35%;
    margin: 0px 10px;
    text-align: center;
    padding-left: 5px;
}
#qty_display:focus {
    outline: none;
}
i:hover,
a:hover {
    background-color: transparent;
}
#qty_select {
}

.sch-style-2 #qty_selector:hover {
    border-width: 2px 2px;
    box-shadow: 0 0 10px 2px rgba(13, 110, 253, 0.2);
}
.sch-style-2 .table {
  width: 100%;
  -webkit-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
  display: inline-block;
}
.sch-style-2 .sch-style-2 .table thead th {
    border: none;
    padding: 30px;
    font-size: 13px;
    font-weight: 500;
    color: gray;
}
.sch-style-2 .table thead tr {
  background: #fff;
  width: 100%;
  display: inline-block;
  border: none;
}
.sch-style-2 .table thead th {
  text-align: center;
  border: none;
}
.sch-style-2 .table tbody tr {
  width: 100%;
  display: inline-block;
  position: relative;
}
.sch-style-2 .table tbody tr:last-child {
    border-bottom: 0;
}
.sch-style-2 .table tbody th,
.sch-style-2 .table tbody td {
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    vertical-align: middle;
}
.sch-style-2 .table tbody tr:hover {
  background-color: #eee;
}
.sch-style-2 .table tbody td.sch-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.sch-style-2 .table tbody td.status span {
    position: relative;
    border-radius: 30px;
    padding: 4px 10px 4px 25px;
}
.sch-style-2 .table tbody td.status span:after {
    position: absolute;
    top: 9px;
    left: 10px;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
}
.sch-style-2 .table tbody td.status .active {
    background: #cff6dd;
    cursor: pointer;
    color: #1fa750;
}
.sch-style-2 .table tbody td.status .active:hover {
    border-width: 2px 2px;
    box-shadow: 0 0 10px 2px rgba(13, 110, 253, 0.2);
}
.sch-style-2 .table tbody td.status .active:after {
    background: #23bd5a;
}
.sch-style-2 .table tbody td.status .waiting {
    background: #fdf5dd;
    color: #cfa00c;
    cursor: pointer;
}

.sch-style-2 .table tbody td.status .waiting:after {
    background: #f2be1d;
}
.sch-style-2 .table tbody td .img {
}
.sch-style-2 .table tbody td .email span {
    display: block;
}
.sch-style-2 .table tbody td .email span:last-child {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
}
.sch-style-2 .table tbody td .close span {
    font-size: 12px;
    color: #dc3545;
}
.sch-style-2 .checkbox-wrap {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
    text-align: center;
    margin: 0 auto;
}
/* Hide the browser's default checkbox */
.sch-style-2 .checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.sch-style-2 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
}
/* Create the checkmark/indicator (hidden when not checked) */
.sch-style-2 .itwpt-select-all .sch-checkbox-list input:checked ~ .checkmark {
  background-color: #002B4E;
}
.sch-style-2 .itwpt-select-all .checkmark::after {
    display:none;
}
.sch-style-2 .sch-checkbox-list input {
  cursor: pointer;
}
.sch-style-2 .checkmark::after {
    content: "\f058";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin-top: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: "Font Awesome 5 Free";
    left: 6px;
}
.sch-style-2 #qty_selector i {
    font-size: 14px;
    cursor: pointer;
}
.sch-style-2 .table-wrap {
  width: 100%;
  box-shadow: 3px -3px 30px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width:1139px){
	.sch-style-2 .table-wrap {
  overflow: scroll;
}
}
@media (prefers-reduced-motion: reduce) {
    .sch-style-2 .checkmark:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
/* Show the checkmark when checked */
.sch-style-2 .checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    color: rgba(0, 0, 0, 0.2);
}
/* Style the checkmark/indicator */
.sch-style-2 .checkbox-primary {
    color: #1fa750;
}
.sch-style-2 .checkbox-primary input:checked ~ .checkmark:after {
    color: #1fa750;
}
.sch-style-2 td i {
    color: #1fa750;
    color: #1fa750;
    font-size: 20px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .sch-style-2 td i {
        padding: 0 !important;
    }
    .sch-style-2 #qty_display {
        margin: 0;
        padding-left: 0;
    }
}
.sch-style-2 .sch-buy i,.sch-style-2 .sch-view i,.sch-style-2 .sch-view i,.sch-style-2 .sch-rat i,.sch-style-2 .sch-wish i{cursor:pointer;}
.sch-style-2 .sch-button-load-more{
  margin-top: 26px;
  text-align: center;
}
.sch-style-2 .sch-button-load-more .sch-button-load-more-content {
  background-color: #ffffff;
  color: #c6c6c6;
}
.sch-style-2 .sch-button-load-more-content {
  padding: 0 26px;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  height: 46px;
  border-radius: 8px;
  display: inline-block;
  line-height: 46px;
  z-index: 1;
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
}

.sch-style-2 .sch-button-load-more .sch-button-load-more-content::before, .sch-style-2 .sch-button-load-more .sch-button-load-more-content::after {
  background-color: #167F92;
}
.sch-style-2 .sch-button-load-more-content::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -40px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #ef45ff;
  transform: translate(-50%, -50%) rotate(45deg);
  overflow: hidden;
  z-index: -1;
}
.sch-style-2 .sch-button-load-more-content::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #ef45ff;
  transform: translate(-50%, -50%) rotate(45deg);
  overflow: hidden;
  z-index: -1;
}
.sch-style-2 .sch-top {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.sch-style-2 .itwpt-button {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  border-radius: 999px !important;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  font-family: roboto, sans-serif;
  outline: none !important;
  box-shadow: none !important;
  text-transform: capitalize;
  padding: 13px 20px;
  margin: 2px auto;
    margin-right: auto;
    margin-bottom: 2px;
  margin-right: 10px;
  margin-bottom: 2px;
  cursor: pointer;
  overflow: hidden;
  background-color: #3eb650;
  color: #ffffff;
  transition: all 0.15s ease-in-out;
}
.sch-style-2 .itwpt-button.with-icon i{
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-right: 10px;
}
.sch-style-2 .itwpt-table-base i {
  background: transparent !important;
  color: inherit;
  width: inherit;
  height: inherit !important;
  border-radius: inherit;
}
.sch-style-2 #schfilter {
  display: none;
  margin: 20px 0;
}
.sch-style-2 .schfilter_button {
  position: absolute;
  top: 8px;
  font-size: 0!Important;
  width: 30px;
  height: 30px;
  left: 370px;
  background: none;
  border: none;
}
.sch-style-2 .itwpt-select-all {
  position: relative;
  float: right;
  white-space: nowrap;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #222;
  cursor: pointer;
  margin-bottom: 26px;
  height: 46px;
  line-height: 25px;
  box-shadow: 3px 0px 9px rgba(0, 0, 0, 0.5);
border-radius: 5px;
}
.sch-style-2 .itwpt-select-all span {
  line-height: 14px;
  display: inline-block;
  font-size: 14px;
  margin-right: 6px;
  vertical-align: middle;
}
.sch-style-2 .itwpt-select-all .itwpt-checkbox {
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
}
.sch-style-2 .itwpt-table-base.a757509 .itwpt-checkbox-selector {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #965dc9;
}
.sch-style-2 .itwpt-checkbox-selector {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin: 0 auto;
  box-shadow: 0 0 0 1px #222;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.sch-style-2 .itwpt-checkbox-selector i {
  background-color: #965dc9 !important;
  color: 0 0 0 1px #ffffff !important;
}
.sch-style-2 .itwpt-checkbox-selector i {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  background-color: #222;
  visibility: hidden;
}
.sch-style-2 .itwpt-table-base i {
  background: transparent !important;
    background-color: transparent;
  color: inherit;
  width: inherit;
  height: inherit !important;
  border-radius: inherit;
}
.sch-style-2 .itwpt-table-base .itwpt-search {
  position: relative;
  float: left;
  height: 46px;
  border-radius: 5px;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #222;
  background-color: #fff;
  font-size: 14px;
  margin-bottom: 26px;
  margin-right: 10px;
}
.sch-style-2 .itwpt-search i {
  padding: 0 12px !important;
  line-height: 40px;
  font-size: 16px;
  vertical-align: text-top;
  position: absolute;
}
.itwpt-table-base .itwpt-search input {
  display: inline-block !important;
  border: none !important;
  box-shadow: none;
  height: 46px;
  width: auto !important;
  background-color: transparent !important;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  outline: none !important;
  vertical-align: top;
}
.sch-style-2 .itwpt-search input[type="text"] {
  padding: 10px 40px;
  max-width: 400px;
  width: 100%;
  transition: border-color 300ms;
  border: none;
  box-shadow: 3px 0px 9px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.sch-style-2 .fa-sliders::before {
  content: "\f1de";
}
.sch-style-2 .fa-sort-numeric-desc::before {
  content: "\f163 ";
}
.sch-style-2 .fas.fa-search {
  left: 0;
}
.sch-style-2 .fa.fa-sliders {
  right: 0;
  transform: rotate(90deg);
  cursor: pointer;
  top: -8px;
}
.sch-style-2 .itwpt-search {
  float: left;
  text-align: left;
  position: relative;
  width: 100%;
}
.sch-style-2 .sch-right {
  float: right;
  position: absolute;
  right: 0;
}
.sch-style-2 .sch-item-select {
  position: relative;
}
.sch-style-2 .sch-item-select:nth-child(2)  {
 
}
.sch-style-2 .fa.fa-sort-numeric-desc {
  position: absolute;
  left: 0;
  top: -5px;
}
.sch-style-2 .sch-item-select select {
  padding: 10px 32px;
  width: 100%;
}
.sch-style-2 .sch-item-select select {
  padding: 10px 32px;
  width: 100%;
  background: #fff;
  border: none;
  box-shadow: 3px 0px 9px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.sch-style-2 .sch-bottom {
  width: 100%;
  grid-auto-flow: row;
  grid-template-rows: repeat(2, 1fr);
  display: grid;
  column-gap: 10px;
  grid-template-columns: auto auto auto;
  height: 40px;
}
@media (min-width: 980px) and (max-width: 1024px) {
	.sch-style-2 .itwpt-search input[type="text"] {
  max-width: 350px!important;
}
.sch-style-2 .schfilter_button {
  left: 315px!important;
}
}
@media (min-width: 768px) and (max-width: 979px) {

.sch-style-2 .itwpt-search input[type="text"] {
  max-width: 200px!important;
}
.sch-style-2 .schfilter_button {
  left: 165px!important;
}
}
@media (min-width: 640px) and (max-width: 767px) {
  .sch-style-2 .sch-right {
  float: left !important;
  position: relative !important;
  right: 0;
  margin-top: 30px;
}
}
@media (min-width: 481px) and (max-width: 639px) {
	.sch-style-2 .itwpt-search input[type="text"] {
  max-width: 350px!important;
	}
	.sch-style-2 .schfilter_button {
  left: 310px!important;
}
.sch-style-2 .itwpt-button {
	padding: 13px 10px!important;
	}

  .sch-style-2 .sch-right {
  float: left !important;
  position: relative !important;
  right: 0;
  margin-top: 30px;
}
.sch-style-2 .itwpt-select-all {
  margin-bottom: 0!important;
}

}
@media (min-width: 320px) and (max-width: 480px) {
	.sch-style-2 .itwpt-search input[type="text"] {
  max-width: 100% !important;
	}
	.sch-style-2 .schfilter_button {
  left: auto !important;
  right: 10px;
}
  .sch-style-2 .sch-right {
  float: left !important;
  position: relative !important;
  right: 0;
    margin-top: 30px;
	width: 100%;
}
.sch-style-2 .sch-bottom {
  display: inline!Important;
}
.sch-style-2 .sch-item-select {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.sch-style-2 #schfilter {
  margin-top: 0!Important;
}
.sch-style-2 .itwpt-select-all {
  float: left !important;
  margin-bottom: 0 !important;
  margin-top: 10px;
  width: 100% !important;
  text-align: center;
}
.sch-style-2 .itwpt-button{
	width: 100%;
  text-align: center;
}
}
.sch-style-2 .itwpt-select-all .sch-checkbox-list {
  position: relative;
  padding-left: 26px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.sch-style-2 .itwpt-select-all .sch-checkbox-list input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.sch-style-2 .itwpt-select-all .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px #aaa solid;
}

/* On mouse-over, add a grey background color */
.sch-style-2 .itwpt-select-all .sch-checkbox-list:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.sch-style-2 .itwpt-select-all .sch-checkbox-list input:checked ~ .checkmark {
  background-color: #3eb650;
}

/* Create the checkmark/indicator (hidden when not checked) */
.sch-style-2 .itwpt-select-all .sch-checkbox-list:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.sch-style-2 .itwpt-select-all .sch-checkbox-list input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.sch-style-2 .itwpt-select-all .sch-checkbox-list .checkmark::after {
  left: 6px;
  top: 23px;
  width: 0;
  height: 0px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(9deg);
}
.sch-style-2 .itwpt-select-all .sch-checkbox-list .checkmark::after {
  content: "\f058";
  position: absolute;
  color: #fff;
  font-size: 13px;
  margin-top: -22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "Font Awesome 5 Free";
  left: 2px;
  transform: rotate(0deg);
}
.sch-style-2 #schfilter .sch-bottom .sch-item-select input[type="text"] {
  max-width: 100% !important;
}
.sch-style-2 .fas.fa-search,.sch-style-2 .fa.fa-sliders,.sch-style-2 .itwpt-search i {
  color: #3eb650;
}
.sch-style-2 thead,.sch-style-2 tbody {
  width: 100%;
  display: inline-block;
}
@media (min-width:1024px) and (max-width:1299px){
	.sch-style-2 .table-wrap {
  overflow: hidden!important;
}
.sch-style-2 .table thead .sch-title-sku,.sch-style-2 .table thead .sch-title-rat,.sch-style-2 .table thead .sch-title-stock,.sch-style-2 .table thead .sch-title-buy,
.sch-style-2 .table thead .sch-title-quick,.sch-style-2 .table thead .sch-title-wish{
	display:none;
}
.sch-style-2 .table .sch-stock,.sch-style-2 .table .sch-buy,.sch-style-2 .table .sch-view,.sch-style-2 .table .sch-sku,.sch-style-2 .table .sch-rat,.sch-style-2 .table .sch-wish{
	width:33.333%;
	float:left;
	display:inline-block;
	line-height: 75px!important;
}
.sch-style-2 .sch-buy i,.sch-style-2 .sch-view i,.sch-check-choose,.sch-name,.sch-cat,.sch-pri,.sch-style-2 .sch-close i {
  line-height: 75px !important;
}

.sch-style-2 .checkbox-primary {
  margin-top: 20px;
}
.sch-style-2 #qty_selector {
  margin-top: 27px;
}
.sch-style-2 .table tbody td {
  height: 90px;
  float: left;
  position: relative;
}
.sch-style-2 .sch-check-choose {
  width: 5%;
}
.sch-style-2 .sch-img{
	width: 15%;
	line-height:90px;
}
.sch-style-2 .sch-name{
	width: 15%;
}
.sch-style-2 .sch-cat{
	width: 15%;
}
.sch-style-2 .sch-qt{
	width: 30%;
}
.sch-style-2 .sch-pri{
	width: 15%;
}
.sch-style-2 .sch-title-close{
	width:5%;
}
.sch-style-2 .sch-close {
  position: absolute!important;
  top: 0;
  right: 0;
}
.sch-style-2 .table thead th {
  display: inline-block;
  float: left;
}
.sch-style-2 .table thead .sch-title-check{
  width: 5%;
}
.sch-style-2 .table thead .sch-title-img {
  width: 15%;
}
.sch-style-2 .table thead .sch-title-name {
  width: 15%;
}
.sch-style-2 .table thead .sch-title-cat {
  width: 15%;
}
.sch-style-2 .table thead .sch-title-quantity {
  width: 30%;
}
.sch-style-2 .table thead .sch-title-pri {
  width: 15%;
}
.sch-style-2 .sch-stock::before {
  content: "Stock: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-buy::before {
  content: "Buy: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-view::before {
  content: "Quickview: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-sku::before {
  content: "Sku: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-rat::before {
  content: "Rating: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-wish::before {
  content: "Wishlist & Compare: ";
  font-weight: bold;
  margin-right: 10px;
}
}
@media (min-width:980px) and (max-width:1023px){
.sch-style-2 .table-wrap {
  overflow: hidden!important;
}
.sch-style-2 .table thead .sch-title-sku,.sch-style-2 .table thead .sch-title-rat,.sch-style-2 .table thead .sch-title-stock,.sch-style-2 .table thead .sch-title-buy,
.sch-style-2 .table thead .sch-title-quick,.sch-style-2 .table thead .sch-title-wish{
	display:none;
}
.sch-style-2 .table .sch-stock,.sch-style-2 .table .sch-buy,.sch-style-2 .table .sch-view,.sch-style-2 .table .sch-sku,.sch-style-2 .table .sch-rat,.sch-style-2 .table .sch-wish{
	width:33.333%;
	float:left;
	display:inline-block;
	line-height: 75px!important;
}
.sch-style-2 .sch-buy i,.sch-style-2 .sch-view i,.sch-check-choose,.sch-name,.sch-cat,.sch-pri,.sch-style-2 .sch-close i {
  line-height: 75px !important;
}

.sch-style-2 .checkbox-primary {
  margin-top: 20px;
}
.sch-style-2 #qty_selector {
  margin-top: 27px;
}
.sch-style-2 .table tbody td {
  height: 90px;
  float: left;
  position: relative;
}
.sch-style-2 .sch-check-choose {
  width: 5%;
}
.sch-style-2 .sch-img{
	width: 15%;
	line-height:90px;
}
.sch-style-2 .sch-name{
	width: 15%;
}
.sch-style-2 .sch-cat{
	width: 15%;
}
.sch-style-2 .sch-qt{
	width: 30%;
}
.sch-style-2 .sch-pri{
	width: 15%;
}
.sch-style-2 .sch-title-close{
	width:5%;
}
.sch-style-2 .sch-close {
  position: absolute!important;
  top: 0;
  right: 0;
}
.sch-style-2 .table thead th {
  display: inline-block;
  float: left;
}
.sch-style-2 .table thead .sch-title-check{
  width: 5%;
}
.sch-style-2 .table thead .sch-title-img {
  width: 15%;
}
.sch-style-2 .table thead .sch-title-name {
  width: 15%;
}
.sch-style-2 .table thead .sch-title-cat {
  width: 15%;
}
.sch-style-2 .table thead .sch-title-quantity {
  width: 30%;
}
.sch-style-2 .table thead .sch-title-pri {
  width: 15%;
}
.sch-style-2 .sch-stock::before {
  content: "Stock: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-buy::before {
  content: "Buy: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-view::before {
  content: "Quickview: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-sku::before {
  content: "Sku: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-rat::before {
  content: "Rating: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-wish::before {
  content: "Wishlist & Compare: ";
  font-weight: bold;
  margin-right: 10px;
}
}
@media (min-width:768px) and (max-width:979px){
.sch-style-2 .table-wrap {
  overflow: hidden!important;
}
.sch-style-2 .table thead .sch-title-sku,.sch-style-2 .table thead .sch-title-rat,.sch-style-2 .table thead .sch-title-stock,.sch-style-2 .table thead .sch-title-buy,
.sch-style-2 .table thead .sch-title-quick,.sch-style-2 .table thead .sch-title-wish{
	display:none;
}
.sch-style-2 .table .sch-stock,.sch-style-2 .table .sch-buy,.sch-style-2 .table .sch-view,.sch-style-2 .table .sch-sku,.sch-style-2 .table .sch-rat,.sch-style-2 .table .sch-wish{
	width:50%;
	float:left;
	display:inline-block;
	line-height: 75px!important;
}
.sch-style-2 .sch-buy i,.sch-style-2 .sch-view i,.sch-check-choose,
.sch-style-2 .table .sch-cat,
.sch-style-2 .table .sch-pri,
.sch-style-2 .sch-close i {
  line-height: 75px !important;
}
.sch-style-2 .table .sch-name{
	padding-top:25px;
}

.sch-style-2 .checkbox-primary {
  margin-top: 20px;
}
.sch-style-2 #qty_selector {
  margin-top: 27px;
}
.sch-style-2 .table tbody td {
  height: 90px;
  float: left;
  position: relative;
}
.sch-style-2 .table .sch-check-choose {
  width: 10%;
}
.sch-style-2 .table .sch-img{
	width: 15%;
	line-height:90px;
}
.sch-style-2 .table .sch-name{
	width: 15%;
}
.sch-style-2 .table .sch-cat{
	width: 15%;
}
.sch-style-2 .table .sch-qt{
	width: 25%;
}
.sch-style-2 .table .sch-pri{
	width: 15%;
}
.sch-style-2 .table .sch-title-close{
	width:5%;
}
.sch-style-2 .table .sch-close {
  position: absolute!important;
  top: 0;
  right: 0;
}
.sch-style-2 .table thead th {
  display: inline-block;
  float: left;
}
.sch-style-2 .table thead .sch-title-check{
  width: 10%;
}
.sch-style-2 .table thead .sch-title-img {
  width: 15%;
}
.sch-style-2 .table thead .sch-title-name {
  width: 15%;
}
.sch-style-2 .table thead .sch-title-cat {
  width: 15%;
}
.sch-style-2 .table thead .sch-title-quantity {
  width: 25%;
}
.sch-style-2 .table thead .sch-title-pri {
  width: 15%;
}
.sch-style-2 .sch-stock::before {
  content: "Stock: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-buy::before {
  content: "Buy: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-view::before {
  content: "Quickview: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-sku::before {
  content: "Sku: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-rat::before {
  content: "Rating: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-wish::before {
  content: "Wishlist & Compare: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 #qty_display {
  margin: 0;
  padding-left: 0;
}
}
@media (min-width:640px) and (max-width:767px){
.sch-style-2 .table-wrap {
  overflow: hidden!important;
}
.sch-style-2 .table thead .sch-title-sku,.sch-style-2 .table thead .sch-title-rat,.sch-style-2 .table thead .sch-title-stock,.sch-style-2 .table thead .sch-title-buy,
.sch-style-2 .table thead .sch-title-quick,.sch-style-2 .table thead .sch-title-wish{
	display:none;
}
.sch-style-2 .table .sch-stock,.sch-style-2 .table .sch-buy,.sch-style-2 .table .sch-view,.sch-style-2 .table .sch-sku,.sch-style-2 .table .sch-rat,.sch-style-2 .table .sch-wish{
	width:50%;
	float:left;
	display:inline-block;
	line-height: 75px!important;
}
.sch-style-2 .sch-buy i,.sch-style-2 .sch-view i,.sch-check-choose,
.sch-style-2 .table .sch-cat,
.sch-style-2 .table .sch-pri,
.sch-style-2 .sch-close i {
  line-height: 75px !important;
}
.sch-style-2 .table .sch-name{
	padding-top:25px;
}

.sch-style-2 .checkbox-primary {
  margin-top: 20px;
}
.sch-style-2 #qty_selector {
  margin-top: 27px;
}
.sch-style-2 .table tbody td {
  height: 90px;
  float: left;
  position: relative;
}
.sch-style-2 .table .sch-check-choose {
  width: 10%;
}
.sch-style-2 .table .sch-img{
	width: 15%;
	line-height:90px;
}
.sch-style-2 .table .sch-name{
	width: 15%;
}
.sch-style-2 .table .sch-cat{
	width: 15%;
}
.sch-style-2 .table .sch-qt{
	width: 25%;
}
.sch-style-2 .table .sch-pri{
	width: 10%;
}
.sch-style-2 .table .sch-title-close{
	width:10%;
}
.sch-style-2 .table .sch-close {
  position: absolute!important;
  top: 0;
  right: 0;
}
.sch-style-2 .table thead th {
  display: inline-block;
  float: left;
}
.sch-style-2 .table thead .sch-title-check{
  width: 10%;
}
.sch-style-2 .table thead .sch-title-img {
  width: 15%;
}
.sch-style-2 .table thead .sch-title-name {
  width: 15%;
}
.sch-style-2 .table thead .sch-title-cat {
  width: 15%;
}
.sch-style-2 .table thead .sch-title-quantity {
  width: 25%;
}
.sch-style-2 .table thead .sch-title-pri {
  width: 10%;
}
.sch-style-2 .sch-stock::before {
  content: "Stock: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-buy::before {
  content: "Buy: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-view::before {
  content: "Quickview: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-sku::before {
  content: "Sku: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-rat::before {
  content: "Rating: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-wish::before {
  content: "Wishlist & Compare: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 #qty_display {
  margin: 0;
  padding-left: 0;
}
.sch-style-2 .table tbody td.sch-img img {
  width: 55px;
  height: 55px;
  margin-top: 10px;
}
.sch-style-2 .table thead th {
  font-size: 14px;
}
}
@media (min-width:480px) and (max-width:639px){
.sch-style-2 .table-wrap {
  overflow: hidden!important;
}
.sch-style-2 .table thead .sch-title-sku,.sch-style-2 .table thead .sch-title-rat,.sch-style-2 .table thead .sch-title-stock,.sch-style-2 .table thead .sch-title-buy,
.sch-style-2 .table thead .sch-title-quick,.sch-style-2 .table thead .sch-title-wish,
.sch-style-2 .table thead .sch-title-quantity,
.sch-style-2 .table thead .sch-title-pri{
	display:none;
}
.sch-style-2 .table .sch-stock,.sch-style-2 .table .sch-buy,.sch-style-2 .table .sch-view,
.sch-style-2 .table .sch-sku,.sch-style-2 .table .sch-rat,.sch-style-2 .table .sch-wish,
.sch-style-2 .table .sch-pri{
	width:100%;
	float:left;
	display:inline-block;
	line-height: 75px!important;
}
.sch-style-2 .table .sch-qt{
	width:100%;
	float:left;
	display:inline-block;
	line-height: auto!important;
}
.sch-style-2 .sch-buy i,.sch-style-2 .sch-view i,.sch-check-choose,
.sch-style-2 .table .sch-cat,
.sch-style-2 .table .sch-pri,
.sch-style-2 .sch-close i {
  line-height: 75px !important;
}
.sch-style-2 .table .sch-name{
	padding-top:35px;
}

.sch-style-2 .checkbox-primary {
  margin-top: 20px;
}
.sch-style-2 #qty_selector {
  margin-top: 27px;
  width: 50%;
}
.sch-style-2 .table tbody td {
  height: 90px;
  float: left;
  position: relative;
}
.sch-style-2 .table .sch-check-choose {
  width: 10%;
}
.sch-style-2 .table .sch-img{
	width: 25%;
	line-height:90px;
}
.sch-style-2 .table .sch-name{
	width: 25%;
}
.sch-style-2 .table .sch-cat{
	width: 30%;
}
.sch-style-2 .table .sch-close {
  position: absolute!important;
  top: 0;
  right: 0;
}
.sch-style-2 .table thead th {
  display: inline-block;
  float: left;
}
.sch-style-2 .table thead .sch-title-check{
  width: 10%;
}
.sch-style-2 .table thead .sch-title-img {
  width: 25%;
}
.sch-style-2 .table thead .sch-title-name {
  width: 25%;
}
.sch-style-2 .table thead .sch-title-cat {
  width: 30%;
}
.sch-style-2 .sch-stock::before {
  content: "Stock: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-buy::before {
  content: "Buy: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-view::before {
  content: "Quickview: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-sku::before {
  content: "Sku: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-rat::before {
  content: "Rating: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-wish::before {
  content: "Wishlist & Compare: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-qt::before {
  content: "Quantity: ";
  font-weight: bold;
  margin-right: 10px;
  float: left;
  margin-top: 27px;
}
.sch-style-2 .sch-pri::before {
  content: "Price: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 #qty_display {
  margin: 0;
  padding-left: 0;
}
.sch-style-2 .table tbody td.sch-img img {
  width: 55px;
  height: 55px;
  margin-top: 10px;
}
.sch-style-2 .table thead th {
  font-size: 14px;
}
.sch-style-2 .checkmark {
  left: -5px;
}
}
@media (min-width:375px) and (max-width:479px){
.sch-style-2 .table-wrap {
  overflow: hidden!important;
}
.sch-style-2 .table thead .sch-title-sku,.sch-style-2 .table thead .sch-title-rat,.sch-style-2 .table thead .sch-title-stock,.sch-style-2 .table thead .sch-title-buy,
.sch-style-2 .table thead .sch-title-quick,.sch-style-2 .table thead .sch-title-wish,
.sch-style-2 .table thead .sch-title-quantity,
.sch-style-2 .table thead .sch-title-pri{
	display:none;
}
.sch-style-2 .table .sch-stock,.sch-style-2 .table .sch-buy,.sch-style-2 .table .sch-view,
.sch-style-2 .table .sch-sku,.sch-style-2 .table .sch-rat,.sch-style-2 .table .sch-wish,
.sch-style-2 .table .sch-pri{
	width:100%;
	float:left;
	display:inline-block;
	line-height: 75px!important;
}
.sch-style-2 .table .sch-qt{
	width:100%;
	float:left;
	display:inline-block;
	line-height: auto!important;
}
.sch-style-2 .sch-buy i,.sch-style-2 .sch-view i,.sch-check-choose,
.sch-style-2 .table .sch-cat,
.sch-style-2 .table .sch-pri,
.sch-style-2 .sch-close i {
  line-height: 75px !important;
}
.sch-style-2 .table .sch-name{
	padding-top:35px;
}

.sch-style-2 .checkbox-primary {
  margin-top: 20px;
}
.sch-style-2 #qty_selector {
  margin-top: 27px;
  width: 50%;
}
.sch-style-2 .table tbody td {
  height: 90px;
  float: left;
  position: relative;
}
.sch-style-2 .table .sch-check-choose {
  width: 10%;
}
.sch-style-2 .table .sch-img{
	width: 25%;
	line-height:90px;
}
.sch-style-2 .table .sch-name{
	width: 25%;
}
.sch-style-2 .table .sch-cat{
	width: 30%;
}
.sch-style-2 .table .sch-close {
  position: absolute!important;
  top: 0;
  right:-8px;
}
.sch-style-2 .table thead th {
  display: inline-block;
  float: left;
}
.sch-style-2 .table thead .sch-title-check{
  width: 10%;
}
.sch-style-2 .table thead .sch-title-img {
  width: 25%;
}
.sch-style-2 .table thead .sch-title-name {
  width: 25%;
}
.sch-style-2 .table thead .sch-title-cat {
  width: 30%;
}
.sch-style-2 .sch-stock::before {
  content: "Stock: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-buy::before {
  content: "Buy: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-view::before {
  content: "Quickview: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-sku::before {
  content: "Sku: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-rat::before {
  content: "Rating: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-wish::before {
  content: "Wishlist & Compare: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-qt::before {
  content: "Quantity: ";
  font-weight: bold;
  margin-right: 10px;
  float: left;
  margin-top: 27px;
}
.sch-style-2 .sch-pri::before {
  content: "Price: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 #qty_display {
  margin: 0;
  padding-left: 0;
}
.sch-style-2 .table tbody td.sch-img img {
  width: 55px;
  height: 55px;
  margin-top: 10px;
}
.sch-style-2 .table thead th {
  font-size: 14px;
}
.sch-style-2 .checkmark {
  left: -12px;
}
}
@media (min-width:320px) and (max-width:374px){
.sch-style-2 .table-wrap {
  overflow: hidden!important;
}
.sch-style-2 .table thead .sch-title-sku,.sch-style-2 .table thead .sch-title-rat,.sch-style-2 .table thead .sch-title-stock,.sch-style-2 .table thead .sch-title-buy,
.sch-style-2 .table thead .sch-title-quick,.sch-style-2 .table thead .sch-title-wish,
.sch-style-2 .table thead .sch-title-quantity,
.sch-style-2 .table thead .sch-title-pri,.sch-style-2 .table .sch-title-cat{
	display:none;
}
.sch-style-2 .table .sch-stock,.sch-style-2 .table .sch-buy,.sch-style-2 .table .sch-view,
.sch-style-2 .table .sch-sku,.sch-style-2 .table .sch-rat,.sch-style-2 .table .sch-wish,
.sch-style-2 .table .sch-pri,.sch-style-2 .table .sch-cat{
	width:100%;
	float:left;
	display:inline-block;
	line-height: 75px!important;
	font-size: 13px;
}
.sch-style-2 .table .sch-qt{
	width:100%;
	float:left;
	display:inline-block;
	line-height: auto!important;
	font-size: 13px;
}
.sch-style-2 .sch-buy i,.sch-style-2 .sch-view i,.sch-check-choose,
.sch-style-2 .table .sch-cat,
.sch-style-2 .table .sch-pri,
.sch-style-2 .sch-close i {
  line-height: 75px !important;
}
.sch-style-2 .table .sch-name{
	padding-top:25px;
}

.sch-style-2 .checkbox-primary {
  margin-top: 20px;
}
.sch-style-2 #qty_selector {
  margin-top: 27px;
  width: 50%;
}
.sch-style-2 .table tbody td {
  height: 90px;
  float: left;
  position: relative;
}
.sch-style-2 .table .sch-check-choose {
  width: 10%;
}
.sch-style-2 .table .sch-img{
	width: 40%;
	line-height:90px;
}
.sch-style-2 .table .sch-name{
	width: 40%;
}

.sch-style-2 .table .sch-close {
  position: absolute!important;
  top: 0;
  right:-10px;
}
.sch-style-2 .table thead th {
  display: inline-block;
  float: left;
}
.sch-style-2 .table thead .sch-title-check{
  width: 10%;
}
.sch-style-2 .table thead .sch-title-img {
  width: 40%;
}
.sch-style-2 .table thead .sch-title-name {
  width: 40%;
}
.sch-style-2 .sch-stock::before {
  content: "Stock: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-buy::before {
  content: "Buy: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-view::before {
  content: "Quickview: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-sku::before {
  content: "Sku: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-rat::before {
  content: "Rating: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-wish::before {
  content: "Wishlist & Compare: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-qt::before {
  content: "Quantity: ";
  font-weight: bold;
  margin-right: 10px;
  float: left;
  margin-top: 27px;
}
.sch-style-2 .sch-pri::before {
  content: "Price: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 .sch-cat::before {
  content: "Category: ";
  font-weight: bold;
  margin-right: 10px;
}
.sch-style-2 #qty_display {
  margin: 0;
  padding-left: 0;
}
.sch-style-2 .table tbody td.sch-img img {
  width: 55px;
  height: 55px;
  margin-top: 10px;
}
.sch-style-2 .table thead th {
  font-size: 14px;
}
.sch-style-2 .checkmark {
  left: -15px;
}
}