/* scrollbar */
#style-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #f1f1f1;
}

#style-bar::-webkit-scrollbar {
    width: 5px;
    background-color: #f1f1f1;
}

#style-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    background-color: #003b4d;
}

.scrollbar {
    float: right;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}

.cartmini__remove {
    position: absolute;
    right: 8px;
}

.tab_normal{
    color: rgb(122, 122, 122);
}

.tab_normal.active{
    color: #003b4d !important; 
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.left-padding {
    padding: 0px !important;
 }

 .middle-padding {
    padding: 0px 10px !important;
 }

 @media (max-width: 425px) {
    .middle-padding {
       padding: 0px 0px !important;
    }
 }

 .selectbutton {
    background-color: rgb(0, 0, 0);
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    padding: 2px 10px;
    text-decoration: none;
    border: none;
    border-radius: 3px;
    position: relative;
    font-weight: 600;
    font-family: 'å¾®è»Ÿæ­£é»‘é«”', sans-serif;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
    text-align: center;
    box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 20%);
    cursor: pointer;
 }

 
 .red_color{
    color: red;
   }

   .blue_color{
    color: blue;
   }

   .gray_color{
    color: gray;
   }