.no-border{
    border:none;
}

.desk-nav{
    display:block;
}
.mobile-nav, .hide-block{
    display:none;
}

.show-filters{
    display:none;
}

#cart-ic{
    width: 49%
}
#cart-ot{
    width: 49%
}

a.btn-remove::after{
    font: 400 11px system-ui;
    content: 'X';
    position: relative;
    left: 100px;
    top: 30px;

    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.skeleton{
    background-color: #6c757d!important;
    margin: 2px;
}

.irs--modern .irs-handle>i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px !important;
    left: 0px !important;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #a3adc1;
    background: white;
    transform: rotate(45deg);
}

img {
    max-width:100%;
    float: left;
}

.text-too-long{
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    width: 100%; 
}

.device_show{
    display:none;
}

.ot-btn-anchor {
    text-decoration: none;
}
.ot-exercise-button-light {
    background: #eee;
    border: 1px solid #aaa;
}

.ot-exercise-button-light {
    margin-left: 44px;
}

.ot-exercise-button {
    margin-top: 10px;
    padding: 6px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.ot-exercise-button img {
    margin-right: 0px;
    vertical-align: middle;
}

.ot-exercise-button .ot-text-container {
    vertical-align: middle;
    display: inline-block;
    margin-top: -4px;
    color: #6cc04a;
    font-size:13px;
}

.ot-exercise-button .ot-subtext {
    float: right;
    margin-top: 0px;
    font-size:11px;
}

.ot-exercise-button .ot-powered-by-text {
    font-size: 7px;
    font-family: 'Open Sans';
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    line-height: 16px;
}

.ot-exercise-button.ot-exercise-button-light .ot-powered-by-text {
    color: #3c474c;
}

.ot-form-wrapper {
    max-width: 750px;
    height: 1500px;
    border: 1px solid #c0c2c7;
    margin: auto;
}
.ot-form-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media screen and (max-width: 768px) {
    #cart-ic{
        width: 100%
        
    }
    #cart-ot{
        width: 100%;
        margin-bottom:6px
    }
    .col-1{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-2{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-3{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-5{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-6{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-7{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-8{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-9{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-10{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-11{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-12{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .device_show{
        display:contents;
    }
    .ot-permission-name{
        padding-top:5px;
    }
    .mobile-filter{
        display:none;
    }
    .show-filters{
        display:block;
    }
    .list-group-item {
        padding:0px;
    }
    .desk-nav{
        display:none;
    }
    .mobile-nav{
        display:flow-root;
    }
    .nav-logo-ov{
        position: absolute;
        z-index: 1;
        left: 45%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-45%);
    }
    #miniCartList{
        width:auto !important;
    }
    .cart-total-col{
        max-width: 50% !important;
    }

    .ot-form-wrapper {
        height: 2150px;
    }
  }
  .carousel-inner{
    overflow:scroll;
  }
  .price-inv-ot{
    padding:4px
  }
  .price-inv-ot-comb{
    padding:4px
  }
  .view-order_template_data { 
      cursor: pointer;
  }
  .view-psheet-data {
      cursor: pointer;
  }
  .price-sheet-item {
      max-width: 200px;
      position: relative;
  }
  .price-sheet-item .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.5rem;
      flex-shrink: 0;
  }
  .price-sheet-item .form-check-label {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline;
      max-width: 160px;
  }
  .price-sheet-item.form-check {
      display: flex;
      align-items: center;
      padding-left: 1.25rem;
  }
  .price-sheet-container {
      padding-left: 2rem;
  }
  input:read-only{
      color:#000;
  }
  #order_template_cart_data{
    min-height: 320px;
  }
  .dropdown-menu{
    z-index: 1001;
  }

.page-link{
    display: initial;
}

.text-primary2{
    color: #0b48ab;
}

.text-primary3{
    color: #fff;
}
