.padding45{padding-right:45px;}
.padding46{padding-right:46px;}
.padding47{padding-right:46px;}
.padding58{padding-right:58px;}
.product-img {
    margin: 0 auto;
    width: 200px;
    padding: 3px;
    border: 3px solid #d2d6de;
}
.product-variation-name{

	font-size: 16px;
}
.input-group-addon.small{

	padding:6px 5px;
}
.login-page, .register-page {
    background: #d2d6de;
    background: url(/img/banner1_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;    
}
.login-box-body, .register-box-body {
    border-radius: 20px;
}
#toTop{
    position: fixed;
    bottom: 150px;
    right: 30px;
    cursor: pointer;
    display: none;
    z-index: 100000;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 50px;
  line-height: 1.33;
  border-radius: 35px;
  padding-left: 10px;
  padding-top: 5px;
}
.btn-circle.btn-xl .badge{
top: -20px;right: 10px;
}

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
  .no-more-tables table, 
  .no-more-tables thead, 
  .no-more-tables tbody, 
  .no-more-tables th, 
  .no-more-tables td, 
  .no-more-tables tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .no-more-tables tr { border: 1px solid #ccc; }
 
  .no-more-tables td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%!important; 
    white-space: normal;
    text-align:right;
  }
 
  .no-more-tables td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }
 
  /*
  Label the data
  */
  .no-more-tables td:before { content: attr(data-title); }

  .no-more-tables table{padding:0px;margin:0px;}
  .no-more-tables .col-xs-12{padding:0px;}
  .no-more-tables .box-body{padding:0px;}
}

@media screen and (min-device-width: 1001px) and (max-device-width: 1280px) {
  .substract_qty{display:none;}
  .add_qty{display:none;}
}


/* The ribbons */
.ribbonbox {

}
.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #d2d6de;
  background: linear-gradient(#d2d6de 0%, #d2d6de 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #d2d6de;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #d2d6de;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #d2d6de;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #d2d6de;
}


.ribbon span.danger {
  background: #e43;
  background: linear-gradient(#EE4433 0%, #e43 100%);
}
.ribbon span.danger::before {
  border-left: 3px solid #e43;
  border-top: 3px solid #e43;
}
.ribbon span.danger::after {
  border-right: 3px solid #e43;
  border-top: 3px solid #e43;
}

.ribbon span.success {
  background: #00a65a;
  background: linear-gradient(#00a65a 0%, #00a65a 100%);
}
.ribbon span.success::before {
  border-left: 3px solid #00a65a;
  border-top: 3px solid #00a65a;
}
.ribbon span.success::after {
  border-right: 3px solid #00a65a;
  border-top: 3px solid #00a65a;
}
.ribbon span.info {
  background: #00c0ef;
  background: linear-gradient(#00c0ef 0%, #00c0ef 100%);
}
.ribbon span.info::before {
  border-left: 3px solid #00c0ef;
  border-top: 3px solid #00c0ef;
}
.ribbon span.info::after {
  border-right: 3px solid #00c0ef;
  border-top: 3px solid #00c0ef;
}
.ribbon span.warning {
  background: #f39c12;
  background: linear-gradient(#f39c12 0%, #f39c12 100%);
}
.ribbon span.warning::before {
  border-left: 3px solid #f39c12;
  border-top: 3px solid #f39c12;
}
.ribbon span.warning::after {
  border-right: 3px solid #f39c12;
  border-top: 3px solid #f39c12;
}
.text-strong{font-weight:bold;}
.text-normal{font-weight:normal;}

@media print {
    body{font-size:12px !important;}
    address{font-size:12px !important;font-weight:normal!important;line-height: 1.3!important;}
    .page-header{font-size:14px !important;}
    #order_product_details.table > tbody > tr > td{padding:5px !important;}
   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
   }
   .col-sm-12 {
        width: 100%;
   }
   .col-sm-11 {
        width: 91.66666667%;
   }
   .col-sm-10 {
        width: 83.33333333%;
   }
   .col-sm-9 {
        width: 75%;
   }
   .col-sm-8 {
        width: 66.66666667%;
   }
   .col-sm-7 {
        width: 58.33333333%;
   }
   .col-sm-6 {
        width: 50%;
   }
   .col-sm-5 {
        width: 41.66666667%;
   }
   .col-sm-4 {
        width: 33.33333333%;
   }
   .col-sm-3 {
        width: 25%;
   }
   .col-sm-2 {
        width: 16.66666667%;
   }
   .col-sm-1 {
        width: 8.33333333%;
   }
}
#order_product_details_bulk td{padding:2px;}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.table-bordered td, .table-bordered th{
    border-color: black !important;
}
.input-group .form-control.timepicker {margin-bottom:10px;}
.entry .input-group-btn .btn{margin-top:-10px;}
@media (max-width: 767px) {
  .content {
    padding-left:0px !important;
    padding-right:0px !important;
  }
  .container-fluid {
    padding-left:0px !important;
    padding-right:0px !important;
  }
}