header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 1020;
}

.price-page {
    background-color: #ebeef3;
    /* padding-top: 100px; */
}

.back-slider {
    
    text-align: center;
    border-radius: 3px;
    position: relative;
    
    
    color:#32445C;
}
@media only screen and (min-width: 1360px) {
    .back-slider {
        background-image: linear-gradient(to bottom right, #fff, #fff, #fff, #fff);
        text-align: center;
        border-radius: 3px;
        position: relative;
        
    }
}
.back-slider .top-title {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.back-slider .middle-title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.back-slider .phone {
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
}

.back-slider img {
    position: absolute;
    max-width: 100%;
    text-align:center;
    margin: auto 0 ;
}

.back-slider hr {
    height: 2px;
    border-top: 1px solid #000;
}

.top-table .img-product {
    border-right: 7px solid #E54E39;
    margin-right: -5px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px #8080802e;
    height: 100%;
    background-position: center;
    object-fit: fill;
    max-height: 150px;
}

.top-table h1 {
    z-index: 10;
    top: 28%;
    bottom: 0;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
    font-size: 33px;
    font-weight: bold;
    border-radius: 5px;
}

.top-table .box-text {
    background-color: #fff;
    border-right: 7px solid #E54E39;
    border-radius: 5px;
    padding: 15px;
    overflow-y: auto;
    max-height: 150px;
    box-shadow: 0px 4px 8px 0px #8080802e;
}

.top-table .box-text h2 {
    font-size: 20px;
    font-weight: bold;
}

.top-table .box-text h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 10px;
}

.top-table .box-text h4 {
    font-size: 16px;
    font-weight: bold;
}

.box-table {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 30px;
    box-shadow: 0px 4px 8px 0px #8080802e;
    margin-bottom: 20px;
    margin-left: -15px;
}

.sticky-top-price {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 60px;
    z-index: 10;
}
.sticky-top-price-btn {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 170px;
    z-index: 9;
    
}
.top-title {

    background: rgba(255, 255, 255, 0.31);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.6px);
    -webkit-backdrop-filter: blur(5.6px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    height:120px;
    
    
}
.top-title-btn {

    background: rgba(50, 68, 92, 0.71);
    backdrop-filter: blur(5.6px);
    -webkit-backdrop-filter: blur(5.6px);
    color:#fff;
    height:50px;
    
    
}
.box-table .top-table {
    font-weight: bold;
    font-size: 17px;
}

.box-table .date {
    color: rgb(129, 129, 129);
    font-size: 14px;
}


/* table  */

.table thead th {
    border-top: 0;
    font-weight: bold;
    font-size: 14px;
}

.table td {
    font-size: 15px;
}

.table ibefore {
    font-size: 15px;
}

.table i.bi-chevron-down:before,
.table i.bi-chevron-up:before,
.table i.bi-dash:before {
    font-size: 10px;
    margin-right: 15px;
}

.table i.bi-circle-fill:before {
    font-size: 7px;
}

.table .bi-chevron-down,
.table .bi-graph-down-arrow {
    color: #fa0202;
    -webkit-text-stroke: 1px;
}

.table .bi-chevron-up,
.table .bi-graph-up-arrow {
    color: #00b022;
    -webkit-text-stroke: 1px;
}

.table i.bi-dash,
.table .bi-graph-up {
    -webkit-text-stroke: 1px;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: #fff9df;
}

.table .bi-circle-fill {
    color: #feb127;
    margin-left: 5px;
    font-size: 7px;
}

.table button {
    padding: 5px 5px 3px;
    border: 0;
    background-color: #fde068;
    border-radius: 5px;
    font-size: 13px;
}

