*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1{
  font-size: 2.5rem;
  font-family: verdana, arial, sans-serif;
  font-weight: normal;
  color: #444;
  text-align: center;
  margin: 2rem 0;
}

.wrapper{
  width: 90%;
  margin: 0 auto;
  max-width: 80rem;
}

.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col{
  width: calc(25% - 2rem);
  margin: 1rem;
  cursor: pointer;
}

.container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.front,
.back{
  background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5rem;
}

.back{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
}

.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.container:hover .front,
.container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span{
  color: rgba(255,255,255,0.7);
  font-family: verdana, arial, sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 64rem){
  .col{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
  .col{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem){
  .col{
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.wrapper.set-wdt {
    width: 84.5%;
    background: #f1fffea3;
    padding: 53px 26px;
    border-radius: 4px;
}

.jumbotron {
    padding: 85px 15px 3px 50px;
}
.heading {
    text-align: center;
    margin-top: 58px;
}
.heading h3 {
    font-size: 43px;
    font-family: verdana, arial, sans-serif;
    font-weight: 600;
}
.top-buttons a {
    background: #297485 ;
    color: white;
    padding: 13px 20px;
    border-radius: 4px;
    font-family: verdana, arial, sans-serif;
    font-weight: 600;
    font-size: 17px;
}
.top-buttons {
    text-align: right;
    margin: 53px 47px;
}
a.fst-btn {
    margin-right: 22px;
}
.top-buttons a:hover {
    background: black;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*Inventory Cart Page Style      */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.product-cards-set .card {
  margin-top: 25px;
  margin-bottom: 0px;
  background: #fff;
}
.product-cards-set button.btn.bg-cart {
  background: #06a7e1 !important;
  border: 0px !important;
  color: white;
  width: 100%;
  font-size: 20px !important;
  font-weight: 600 !important;
  text-transform: capitalize;
  font-family: verdana, arial, sans-serif;
}
.product-cards-set-pag {
  padding: 10px 25px;
  margin-top: 43px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px; 
}
.card-img-actions img {
  max-height: 135px !important;
}
.product-cards-set .card {
  padding: 0px;
}

/* User Types */

input.btn-savetype {
  width: 127px;
  background: #8cc63f !important;
  color: white;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: 0px !important;
  border-radius: 3px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
input.btn-clear {
  width: 99px;
  background: #db9e14 !important;
  color: white;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: 0px !important;
  border-radius: 3px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}


/* Student Import */
.border-se {
  border-right: 2px solid #ebebeb;
  padding-right: 58px !important;
  margin-right: 0px;
}
span.number {
  font-weight: 600;
  font-size: 14px;
}
button.fst-btn {
  background: black !important;
  width: 292px;
  border: 0px !important;
  color: white;
  font-size: 16px !important;
  font-weight: 600 !important;
  height: 48px;
  border-radius: 4px !important;
}
.table-responsive.set-table {
  display: block !important;
}
.icons-header .btn {
  margin: 18px 5px !important;
}