.instruction {
  text-align:right;
  margin-bottom: 10px;
  display: none;
  margin-right: 10px;
}
em {
  color: lightgrey;
  font-size: 12px;
  font-weight: ital;
}

.bleezur-table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    margin-left: 10px;
    max-height: 200px;
    overflow-y: scroll;
}

.color-1{
    color: #8D5266 !important;
}

.color-2{
    color: #A49FFF !important;
}

.color-3{
    color: #EA9267 !important;
}

.color-4{
    color: #AE6DAB !important;
}

.color-5{
    color: #41A6AC !important;
}

h5 {
font-size: 18px;
}

tr:nth-child(even) {
  background: #F3F3F3;
}

.bg-th1{
    background-image: linear-gradient(to bottom, #8d5266 5px, transparent 5px);
    background-repeat: no-repeat;
    border-radius: 3px;
}

.bg-th2{
    background-image: linear-gradient(to bottom, #A49FFF 5px, transparent 5px);
    background-repeat: no-repeat;
    border-radius: 3px;
}

.bg-th3{
    background-image: linear-gradient(to bottom, #EA9267 5px, transparent 5px);
    background-repeat: no-repeat;
    border-radius: 3px;
}
.bg-th4{
    background-image: linear-gradient(to bottom, #AE6DAB 5px, transparent 5px);
    background-repeat: no-repeat;
    border-radius: 3px;
}
.bg-th5{
    background-image: linear-gradient(to bottom, #41A6AC 5px, transparent 5px);
    background-repeat: no-repeat;
    border-radius: 3px;
}

.bleezur-table thead th {
    padding: 15px 20px;
    text-align: left;
    vertical-align: top;
    min-width: 180px;
    background-color: #ffffff;
    margin-left: 100px;
}
.bleezur-table tbody td {
    color: #333;
    font-size: 13px;
    padding: 15px 20px;
    white-space: normal;
    text-align: center;
    vertical-align: top;
}
.bleezur-wrapper {
  max-width: 1200px;
  position: relative;
}
/*.bleezur-scroller {
    overflow-x: scroll;
    overflow-y: scroll;
    padding-bottom: 5px;
    max-height: 600px;
    width: 100%;
}*/

.bleezur-scroller {
    overflow-x: scroll;
    overflow-y: scroll;
    padding-bottom: 5px;
    max-height: 600px;
    width: 100%;
}

.bleezur-scroller::-webkit-scrollbar {
    width: 5px;
}

.bleezur-scroller::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.bleezur-table .bleezur-sticky-col {
    left: 0;
    position: sticky;
    top: auto;
    font-weight: 500;
    min-width: 200px;
    background-color: #FFFFFF;
    color: #F05B5D;
    box-shadow: inset -15px 0 10px -7px rgba(0,0,0,0.15);
}

.bleezur-sticky-col.bleezur-stripe-row {
    background-color: #F3F3F3;
}

.product-link {
  color: white;
  text-decoration: none;
}

th:not(:first-child),
td:not(:first-child) {
    border-left: 1px solid lightgrey;
}

/* general reset/setup styling for icons - needed on all */
.svg-inline--fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block; 
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    font-size: 23px;
    padding-right: 5px;
}

.fa-check-circle{
    color: #028845;
}
.fa-plus-circle {
    color: #2275D3;
}
.fa-times-circle {
    color: gray;
}

.scroll-button { 
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fdb813;
}

#prev-button,
#next-button {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: absolute;
    top: 50%;
}

#prev-button {
    left: 230px;
    display: none;
}

#next-button {
    right: -25px;
}

.fa-chevron-left,
.fa-chevron-right {
    font-size: 22px;
    padding-right: 0;
}

/* Phone */
@media screen and (max-width: 768px) and (min-width: 320px)  {

    .bleezur-table{
        margin-left: 10px;
    }
  .bleezur-table .bleezur-sticky-col {
/*        min-width: 125px;*/
        min-width: 50px;
        max-width: 140px;
    }
    
    .bleezur-table thead th {
        min-width: 190px;
    }
    
    .bleezur-table tbody td {
        font-size: 15px;
    }
    
    .product-img {
        width: 100px;
        height: auto;
    }

.table-col .border-bottom-col{
    border-bottom: 1px solid grey;
}

@media screen and (max-width: 1280px) and (min-width: 768px)  {
  .bleezur-table .bleezur-sticky-col {
        min-width: 175px;
    }
      .bleezur-table thead th {
        min-width: 180px;
    }
}

@media screen and (max-width: 1280px) {
    .instruction {
    display: block;
  }  
}

 .bleezur-table .divider-row{
    background-color: #EFD2CC; 
    color: #563C51 !important;
}