/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.cursor-pointer{cursor: pointer}

.coupon-c0:after {
    font-family: 'Glyphicons Halflings';
    content: "\2191";
    float: right;
    transition: all 0.5s;
}


.coupon-c0.collapsed:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.coupon-c0:after {
    font-family: 'Glyphicons Halflings';
    content: "\2191";
    float: right;
    transition: all 0.5s;
}
.text-pri-custom{
    color:#7e0d48 !important;
}

.panel-dropdown-content-customs {
    /* width: 300px !important; */
    position: absolute;
    top: 141px;
    left: 378px;
    width: 30px !important;
}
.drop-s-i{
    width: 131px;
}
.car-note{
    position: absolute;
    left: 20px;
    bottom: 6px;
    font-size: 14px;
    color: red;
}
.borderless td, .borderless th {
    border: none;
}
.borderless td {

    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-left-color: grey;
}
.box_checkout{

    background: unset;
}
.btn-close-c:after{
    display: inline-block;
    content: "\00d7"; /* This will render the 'X' */
  }


    .badge{
        float: inherit;
    display: inline;
    width: 49%;    float: inherit;
    display: inline !important;
    width: 49%;
    }


    .symbol.symbol-circle, .symbol.symbol-circle .symbol-label, .symbol.symbol-circle > img {
    border-radius: 50%;
}
.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.475rem;
}
.symbol.symbol-50px .symbol-label {
    width: 50px;
    height: 50px;
}

.symbol.symbol-circle, .symbol.symbol-circle .symbol-label, .symbol.symbol-circle > img {
    border-radius: 50%;
}
.symbol .symbol-label {
    width: 60px;
    height: 60px;
}
.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--kt-symbol-label-color);
    background-color: var(--kt-symbol-label-bg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.475rem;
}
.w-100 {
    width: 100% !important;
}
.w-mc{
    width: max-content;
}



#preloaderWeb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #f1f1f1;
    z-index: 99999999999 !important;
}