@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url('fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLight';
  src: url('fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'HelveticaNeueMedium', sans-serif;
}

.s-s{
        font-family: sans-serif;
}
.p-r{
  position: relative;
}
.p-a{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.mobi_center{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shadow {
  background: black;
  opacity: 0.5;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sidebar.right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 45%;
  background: #fff;
  z-index: 999;
}

.sidebar.bottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 270px;
  background: #03A9F4;
}

.sidebar.top {
  left: 0;
  right: 0;
  top: 0;
  height: 270px;
  background: #03A9F4;
}

.sidebars > .sidebar {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
  position: fixed;
  padding: 10px;
  overflow-y: auto;
}
/* list and grid view */
.top_labels .col-2{
    background: #ededed;
    margin: 0px;
    padding: 16px 0em;
    text-align: center;
    color: #000;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
}
.top_labels .col-4{
  background: #ededed;
  margin: 0px;
  padding: 16px 0em;
  text-align: right;
  color: #000;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
}
.top_labels .active{
    background: #000;
    color: #ededed;
}
.top_labels h3{
    margin: 4px 0px 0px 0px;
    font-size: 20px;
    font-weight: 600;
}
.top_labels .col-2 {
    position: relative; /* Required for pseudo-element positioning */
    padding-right: 5px; 
    /* height: 100%; */
  }
  
.top_labels .col-2::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: #949494;
}
.top_labels .active::after{
    background-color: transparent;
}
.list_v{
    font-size: 22px;
    margin-right: 12px;
}
.p-b-0{
    padding: 0px;
}
  
  /* collapsed view */
  
  .cv-wrapper {
    height: 50px;
    width: 80%;
  }
  
  .cv-video {
    float: left;
    display: none;
  }
  
  .cv-details {
    padding-left: 10px;
    overflow: hidden;
  }
  
  .details p {
    width: 100%;
    text-overflow: ellipsis;
  }
  .o-h{
    overflow: hidden;
  } 
  .o-y-a{
    overflow-y: auto;
    height: 100vh;
    padding: 1em 3em;
    padding-bottom: 20em;
  }
  .b-none{
    border:none;
  }
  .f-bold{
    font-weight: bold;
  }
  #products_list .card-body{
    padding: 0.8rem 0rem;
  }
  #products_list input[type=number]{
    border: 1px solid #b0b0b0;
    border-radius: 6px;
    color: #585858;
    padding: 3px;
  }
  /*
  #products_list .a-t-c{
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    top: 5px;
    color: #000;
    cursor: pointer;
  }*/
  #products_list .t-img{
    width: 70px;
    border: 1px solid #7e7e7e;
  }
  .p-2-2{
    padding: 2em 0em;
  }
  /*
  #products_list table {
    border-collapse:separate;
    border-spacing: 0 1em;
  }
  */
  .tile_view td:nth-of-type(1){
    width: 20%;
  }
  .tile_view td:nth-of-type(2){
    width: 26%;
  }
  .tile_view td:nth-of-type(3){
    width: 5%;
  }
  .tile_view td:nth-of-type(4){
    width: 8%;
  }
  .tile_view td:nth-of-type(5){
    width: 4%;
  }
  .tile_view td:nth-of-type(6){
    width: 5%;
  }
  .tile_view td:nth-of-type(7){
    width: 11%;
  }
  .tile_view td:nth-of-type(8){
    width: 4%;
  }
  .tile_view td:nth-of-type(9){
    width: 4%;
  }
  .tile_view td:nth-of-type(10){
    width: 4%;
  }

  
  .grid_view td:nth-of-type(1){
    width: 8%;
  }
  .grid_view td:nth-of-type(2){
    width: 18%;
  }
  .grid_view td:nth-of-type(3){
    width: 26%;
  }
  .grid_view td:nth-of-type(4){
    width: 5%;
  }
  .grid_view td:nth-of-type(5){
    width: 4%;
  }
  .grid_view td:nth-of-type(6){
    width: 9%;
  }
  .grid_view td:nth-of-type(7){
    width: 7%;
  }
  .grid_view td:nth-of-type(8){
    width: 10%;
  }
  .f-18{
    font-size: 18px;
  }
/* search bar */

#autocomplete{
  width: 300px;
  padding: 7px;
}
.ui-widget-content {
  text-align: left;
}

.autocomplete-suggestions { text-align: left; border: 1px solid #999; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 5px 5px; white-space: nowrap; overflow: hidden; cursor: pointer;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.ui-autocomplete .highlight { 
  color: blue; 
 } 
.text-right{
  text-align:right;
}

/* notification */
.hs-toast-fixed-top{
    position: fixed;
    top: 60px;
    left: 60;
    right: 0;
    z-index: 1000;
  }

  .hs-toast-absolute-top{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .hs-toast-wrapper{
    margin: 0 auto;
    max-width: 44rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .hs-toast{
    margin: 0 auto;
    border-radius: .25rem;
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.2);
    background: #5b7e96;
    padding: .5rem .75rem;
    max-width: 40rem;
    position: relative;
  }

  .hs-toast-inner{
    display: flex;
  }
  .hs-toast-msg{
    color: white;
    line-height: 1.5rem;
    flex: 1 1 0%;
    min-width: 0;
    padding-top: .2rem;
    padding-left: .5rem;
    padding-right: .75rem;
        overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .hs-toast-msg ul{
    margin: 0;
    padding-left: .75rem;
  }
  .hs-toast-icons, .hs-toast-action{
    flex: none;
    color: white;
  }
  .hs-toast-action{
    cursor: pointer;
  }
  
  .hs-close{
    border: none;
    background: none;
    color:white;
    outline:none;
    padding: 0;
    font-family: 'Arial', Segoe UI Symbol;
  }
  .hs-toast + .hs-toast{
    margin-top: .5rem;
  }
  .hs-theme-error{
    background: #fe4a5d;
  }
  .hs-theme-success{
    background: #00c18c;
  }
  .hs-theme-warning{
    background: #F2711C;
  }

#sidebar {
    width: 550px;
    background: #fff;
    position: absolute;
    height: 100vh;
    top: 0;
    right: -550px;
    transition: right 0.5s ease;
    display: none;
}

#sidebar.visible {
    right: 0px;
    transition: right 0.7s ease;
    z-index: 999;
    display: block;
}
#sidebar .carousel-indicators{
    bottom: -3em !important;
}
.btn_check{
    color: #000;
    background: #f0ecec;
    border: 1px solid #ccc;
    padding: 0.15em 0.4em;
    border-radius: 3px;
    display: inline-flex;
    margin-bottom: 4px;
}
.btn_check:last-child {
    margin-bottom: 0;
}
.carousel-indicators button {
    width: 15px; /* Set the width of the circles */
    height: 15px; /* Set the height of the circles */
    border-radius: 50%; /* Make the buttons circular */
    background-color: gray; /* Set the background color of the circles */
    border: none; /* Remove the border */
    margin: 0 5px; /* Add some margin between circles */
}

.carousel-indicators button.active {
    background-color: #161616; /* Set the background color of the active circle */
}
.carousel-indicators [data-bs-target]{
    background-color: #161616;
    width: 6px;
    height: 6px;
}
.f_headings{
    color:#b5b5b5;
}
.time_cross{
  font-size: 24px;
  color: #000000;
  font-family: helvetica, arial;
  line-height: 1;
  float: right;
  text-align: right;
  position: absolute;
  cursor: pointer;
  right: 12px;
  top: 2px;
}
.visible .time_cross{
    right:3px;
}

.sub_total span{
    color: #a3a3a3;
}
.tile_view .con_check input:checked ~ .checkmark{
    background-color: #ff707b !important;
    border: 1px solid #969696;
}
.tile_view .checkmark{
    border-radius: 0px  !important;
    top: -12px;
    left: 12px;
}

  #products_list tr {
    border-bottom: 1px solid #949494;
  }
  #products_list td {
    padding-top: 10px; 
    padding-bottom:10px
  }
  #products_list td .a-t-c{
    top: 0px;
  }
  .list_v{
    color: #bababa;
  }
  .c-black{
    color:#000;
  }
  .f-r{
    float: right;
  }
  #products_list .price{
    color: #619dd8;
  }
  #products_list .card h5{
    font-size: 18px;
  }
  .p-r-0{
    padding-right: 0px;
  }
  .select2-selection__choice {
    background-color: #000;
    border: none !important;
    font-size: 12px;
    font-size: 0.85rem !important;
  }
   .select2-search {
     background-color: #000 !important;
    }
    .select2-results {
        background-color: #343A40 !important;
    }
    .select2-container--bootstrap-5 .select2-selection {
        border-color: #929090 !important;
        color: #ffffff !important;
        background-color: #000 !important;
        border-radius: 0rem !important;
        border-right: none !important;
    }
    #brand .select2-selection {
        border-radius: 0.50rem 0rem 0rem 0.50rem !important;
    }
    .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
        color: #ffffff !important;
    }
    .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted{
        color: #fff !important;
        background-color: #000 !important;
    }
    .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection{
        box-shadow: none !important;
    }
    /* Change the appearence of the search input field */
    .select2-search input {
        color: #ffffff !important;
        background-color: #000 !important;
    }
  .select2-container--bootstrap-5
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice
    .select2-selection__choice__remove {
    width: 0.75rem;
    height: 0.75rem;
    padding: 0.25em;
    margin-right: 0.25rem;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
     background: #000;
    /* border: 0; */
  }
  .c_grey{
    color: #858383;
  }
  .select2-results__option[aria-selected] {
    background: #000;
    cursor: pointer;
     color: grey; 
  }
  .select2-results__option[aria-selected]:hover {
    background: #000 !important; 
    cursor: pointer;
    color: #fff !important;
  }
  .select2-container--bootstrap-5 .select2-selection--single{
    background-position: right 0.75rem center !important;
    padding: 0.375rem 0.75rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  }
#pr_detail img{
    width:100%;
}
.sale_price{
    font-size: 20px;
    font-weight: bold;
    color: #d6272e;
    line-height: 32px;
}
.lbl_price{
    background: rgba(214, 39, 46, 0.2);
    border-radius: 34px;
    padding: 2px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #d6272e;
    line-height: 34px;
}
.qty_picker .btn-default{
    background: #f2f4f5;
}
.qty_picker .input-number{
    width: 30px;
    text-align: center;
    border: none;
    background: #f2f4f5;
}
.con_check {
    /*display: block;*/
    font-size:15px;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
  }
  
  /* Hide the browser's default checkbox */
  .con_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    
  border-radius: 15px;
  }
  
  /* On mouse-over, add a grey background color */
  .con_check:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .con_check input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .con_check input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .con_check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #about_us{
    background-color: #fff;
    padding: 2rem !important;
  } 
  
  .form-control:focus{
    box-shadow:none !important;
  }
.ml-3{
    margin-left: 3px;
}
.mr-18{
 margin-right: 18px;
}
#text h2{
    padding: 0.3em 0em;
    margin-bottom: 0px;
}
#head{
    border-top: 1px solid black;
    margin-top: 8px;
    align-items: center;
    position: relative;
}
#head .logo img{
    mix-blend-mode: multiply;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
   }
#first-head{
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#sec-head{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#sec-head 
/*
#sec-head a {
    margin-bottom: 10px;
}*/
#head .search-bar{
    display: flex;
    align-items: center;
    position: relative;
}
#head .search-bar i{
    position: absolute;
    right: 30px;
    top: 29px;
    font-size: 12px;
}
#head .search-bar input{
    width: 300px;
    height: 33px;
    border-radius: 20px;
    padding: 10px 10px 10px 14px;
    margin: 18px 0px 18px 18px;
    background-color: ghostwhite;
    border: 1px solid #002000;
    outline: none;
	background:white;
}
#head .search-bar a{
    text-decoration: none;
    font-size: 16px;
    color: black;
    font-weight: 400;
}
#head .search-bar a:nth-child(2){
    color: gray;
}
input::placeholder {
    font-size: 14px !important; 
    font-weight: 400;
}

#head  #message{
    position: relative;
}
#head  #message span{
    position: absolute;
    background-color: rgb(241, 241, 241);
    border-radius: 50%;
    padding: 0px 2px;
    /*z-index: 10;*/
    font-size: 10px;
    color: black;
    top: -15px;
    right: -12px;
    border: 1px solid rgb(90, 88, 88);
    width: 29px;
    height: 29px;
	line-height:29px;
}
#head .btn{
    margin-left: 13px;
    width: 150px;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    box-shadow: 3px 7px 10px #00000029;
}
#head .btn:nth-child(3){
    width: 180px;
}
#menu .row{
    padding: 0em 0.72em;
}
/* ===================sidebar search==================== */

#sidebar .search-bar{
    display: flex;
    align-items: center;
    position: relative;
    width: 94%;
}
#sidebar .search{
    width:100%;
}
#sidebar .search-bar i{
    position: absolute;
    right: 9px;
    top: 28px;
    font-size: 12px;
}
#sidebar .search-bar input{
    width: 100%;
    height: 33px;
    border-radius: 20px;
    padding: 6px 10px 10px 14px;
    margin: 18px;
    background-color: ghostwhite;
    border: 1px solid gray;
    outline: none;
}
#sidebar .search-bar a{
    text-decoration: none;
    font-size: 16px;
    color: black;
    font-weight: 400;
}
#sidebar .search-bar a:nth-child(2){
    color: gray;
}
#sidebar #add{
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    top: 5px;
    color: #000;
    cursor: pointer;
}
#sidebar #search_goods{
    overflow-y: auto;
    height: 100vh;
}
.btn_search_bar{
    position: absolute;
    right: 0.1em;
    top: 0em;
    background: #d6d5d585;
    padding: 0.3em 0.29em 0.2em 0.29em;
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
}
#search_bar_goods .search-bar{
  display: flex;
  align-items: center;
  position: relative;
  width: 94%;
}
#search_bar_goods .search{
  width:100%;
}
#search_bar_goods .search-bar i{
  position: absolute;
  right: 9px;
  top: 28px;
  font-size: 12px;
}
#search_bar_goods .search-bar input{
  width: 100%;
  height: 33px;
  border-radius: 20px;
  padding: 6px 10px 10px 14px;
  margin: 18px;
  background-color: ghostwhite;
  border: 1px solid gray;
  outline: none;
}
#search_bar_goods .search-bar a{
  text-decoration: none;
  font-size: 16px;
  color: black;
  font-weight: 400;
}
#search_bar_goods .search-bar a:nth-child(2){
  color: gray;
}
#search_bar_goods #add{
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  top: 5px;
  color: #000;
  cursor: pointer;
}
#search_bar_goods #search_goods{
  overflow-y: auto;
  height: 100vh;
}
.tab_fixed{
  position: fixed;
  top: 0;
  width:100%;
  z-index: 9999;
}
.pos-fixed{
  position: fixed;
}

/* ===================sidebar search==================== */
#text{
    background-color: black;
    color: white;
}
#text-2{
    font-weight: 600;
}
/* ================Menu=============== */
#menu{
    /* border: 1px solid red; */
    /* background-color: black; */
    border-radius: 8px;
}
#menu .col-lg-3 , .cot{
    /*border-right: 1px solid rgb(146, 144, 144);*/
    padding: 0px;
}
.border_right{
    border-right: 1px solid rgb(146, 144, 144);
}
.no-search .select2-search {
    display:none
}
.btn-default{
    background: #e1e1e1;
    color: #000;
    padding: 0.2em 0.5em;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    margin-right: 3px;
}
.btn-default:hover{
    background: #676767; 
    color:#fff;
} 
.child_active{
    /*background: #676767; */
    color:#fff;
}
#btn-1{
    background-color: #131414;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 1px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
}
#btn-2, #btn-3 , #btn-4{
    background-color: #131414;
    display: flex;
    align-items: center;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}
.dropdown i{
    font-size: 14px;
}

/* Button styling */
.dropbtn {
    background-color: #131414;
    color: white;
    padding: 6px 12px;
    width: 100%;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown content */
.dropdown-content {
    margin-top: 2px;
    display: none;
    position: absolute;
    background-color: #242424;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(224, 224, 224, 0.432);
    z-index: 1;
    overflow: auto;
    height: 330px;
}
.dropdown-content::-webkit-scrollbar{
    width: 6px;
    border-radius: 15px;
    background-color: rgb(126, 124, 124);
}
.dropdown-content2{
    min-width: 200px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: rgb(161, 158, 158);
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s ease;
    font-weight: 600;
}

/* Change link color on hover */
.dropdown-content a:hover {
    color: #ffffff;
}

/* Show the dropdown content when button is clicked */
.show {
    display: block;
}

/* ===== */
#danger{
    background: linear-gradient(45deg, #ff0000ba 10%, #ff0000 90%);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
}
#danger .btn{
    width: 100%;
    border: none;
    outline: none;
}
.btn-search{
    color:#fff !important;
}
#danger:hover{
    background-color: #bb2d3b;
}
#reset {
    display: flex;
    align-items: center;
}
#reset button{
    outline: none;
    padding: 4px 19px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 3px 7px 10px #00000029;
    border: 1px solid #707070;
}
#reset button:hover{
    margin-top: -2px;
    transition: all.3s ease;
}
.bx-shadow-1{
  box-shadow: 3px 7px 10px #00000029;
}
#cara .row .carousel-indicators button{
    width: 7px;
    height: 7px;
    background-color: rgb(44, 43, 43);
    border-radius: 50%;
    }
.carousel{
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);
}
.container .carousel-inner .carousel-item img{
    width: 100%;
    height: auto;
} 
.carousel-control-next-icon , .carousel-control-prev-icon{
    /* background-color: rgb(70, 66, 66); */
    border-radius: 50%;
}
/* ----------------------------- */
#thumb .row .price{
    color: rgb(241, 77, 77);
    font-weight: 600;
}
#thumb .row .classic .btn {
    color: rgb(252, 21, 21);
    background-color: rgb(238, 205, 205);
    font-weight: 600;
}
#thumb .heart .fa-heart{
    color: rgb(58, 56, 56);
    font-size: 26px;
    padding: 10px;
}
#thumb .hear .text-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
#thumb .heart small{
    font-size: 14px;
    padding: 10px;
    color: #5d5e5f;
}
#thumb .heart .c_btn{
    width: auto;
    
}
.card-txt{
padding: 25px;


}
.card-txt h4:nth-child(1){
font-weight: 700;
}
.last, .last1{
display: flex;
justify-content: space-around;
}
.last1 p{
color: rgb(100, 100, 100);
font-weight: 600;
}
.last p{
font-weight: 600;
}
#cara .row .carousel-indicators button{
width: 7px;
height: 7px;
background-color: rgb(44, 43, 43);
border-radius: 50%;
}
.bg_grey{
    background-color: #f2f2f2;
}
.bg_white{
    background-color: #fff;
}
.card{
    position: relative;
}
.qt-pick{
    display: inline-block;
    position: relative;
    top: -0.7em;
}
.btn-cart1{
    padding: 0em 0.5em;
    position: relative;
    top: 0px;
    right: 0em;
}
.ma-mi{
    max-width: 62px;
    min-width: 62px;
}
/*
.card i{
    position: absolute;
    top: 50%;
}*/
.card .image{
    background-color: rgb(236, 236, 236);
    border: 1px solid #7e7e7e;
}
.card .card-body{
    line-height: 14px;
}
.card  h5{
    font-weight: bold;
}
.card .txt{
    font-size: 14px;
    position: relative;
    top: 5px;
    font-weight: 400;
    color: #000;
   /* font-family: 'HelveticaNeueLight', sans-serif;*/
}
.card-text{
  margin-bottom: 0.78rem;
}
.btn-success{
    background: linear-gradient(45deg, #6dba7bcc 10%, #6cb97a 90%);
}
.btn-danger{
    background: linear-gradient(45deg, #ff0000ba 10%, #ff0000 90%);
}
.btn-dark{
    background:#272829;
}

.pd-left-0{
    padding-left:0px;
}
/* =====================Break points================== */
@media (min-width: 1600px){
  #products_list .card h5 {
    font-size: 18px;
  }
  .card-text{
    font-size: 18px;
  }
  .card .txt{
    font-size: 16px;
  }
  #products_list .a-t-c{
    font-size: 18px;
  }
  .qty_txt{
    font-size: 18px;
  }
  .grid_view p{
    font-size: 18px;
  }
  #products_list td{
    font-size: 18px;
  }
  .f_headings .col-md-3{
    font-size: 18px;
  }
}
@media (min-width: 900px){
    .top_labels .col-2{
        width: 13.666667%;
    }
    .top_labels .col-4{
        width: 45.333333%;
    }
    #slide-file{
        width: 13.6667%;
    }
    #pr_list_right{
        width: 86.333333%;
    }
        
}
    
@media (max-width: 1250px) and (min-width: 961px) {
    .heading_left{    
        font-size: 18px !important;
    }
    .sidebar-menu > li > a {
        padding: 14px 5px 14px 30px !important;
    }
}
@media (max-width: 960px) and (min-width: 601px) {
    .heading_left{    
        font-size: 14px !important;
    }
    .sidebar-menu > li > a {
        padding: 14px 5px 14px 20px !important;
    }
}
@media (max-width: 492px){
    /* body{
        background-color: red;
    } */
    #first-head{
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    #text h2{
        text-align: center;
        font-size: 40px;
        margin-top: 10px;
    }
    #head .search-bar input{
        width: 200px;
        height: 33px;
        padding: 10px;
        margin: 10px;
    }
    #head .search-bar a{
        font-size: 15px;
    }
    #head .search-bar i{
        position: absolute;
        right: 30px;
        top: 21px;
        font-size: 12px;
    }
    #sec-head{
        flex-wrap: wrap;
    }
    #sec-head .btn{
        margin-bottom: 10px;
        width: 150px;
    }
    #menu .set{
        margin-top: 5px;
        border-radius: 8px;
    }
    .dropdown-content {
        min-width: 260px;
    }
    .dropdown-content a {
        text-align: center;
    }
}

@media (min-width: 491px) and (max-width: 574px){
    /* body{
        background-color:rgb(30, 136, 230);
    } */
  
    #head .search-bar input{
        width: 200px;
        height: 33px;
        padding: 10px;
        margin: 10px;
    }
    #head .search-bar a{
        font-size: 15px;
    }
    #head .search-bar i{
        position: absolute;
        right: 30px;
        top: 21px;
        font-size: 12px;
    }
    #sec-head{
        margin-top: 10px;
    }
    #head .button #message span{
        position: absolute;
        padding: 4px;
        z-index: 10;
        top: -10px;
        right: -8px;
    }
    #head .button .btn{
        margin-left: 13px;
        width: 110px;
        font-weight: 500;
        outline: none;
        box-shadow: 1px 1px 3px rgb(54, 54, 54);
    }
    #head .button .btn:nth-child(3){
        width: auto;
    }
    #text h2{
        text-align: center;
        font-size: 40px;
        margin-top: 10px;
    }
    #menu .set{
        margin-top: 5px;
        border-radius: 8px;
    }
    .dropdown-content {
        min-width: 450px;
    }
    .dropdown-content a {
        text-align: center;
    }
    }

    @media (min-width: 575px) and (max-width: 991px) {
       /* body{
        background-color: blueviolet;
       } */
       #head .btn:nth-child(3){
        width: auto;
    }
    #first-head{
        margin-bottom: 10px;
    }
    #sec-head{
        margin-top: 20px;
    }
    #text h2{
        text-align: center;
        font-size: 40px;
        margin-top: 10px;
    }
    #menu .set{
        margin-top: 5px;
        border-radius: 8px;
    }
    .dropdown-content {
        min-width: 200px;
    }
    .dropdown-content a {
        text-align: center;
    }
       
      }
      #myLastCross{
          display:none;
      }
      
      /*Ahmad Code of Media query*/
      @media (max-width:576px){
          #sec-head{
              display:flex;
              flex-wrap: wrap;
          }
          #first-head{
           padding: 5px;
           display: flex;
           align-items: center;
           justify-content: space-around;
           flex-wrap:wrap;
}
          #slide-file{
              position:absolute;
              left:-500px;
              top:-380px;
              width:300px;
              z-index:100;
              transition:all .3s ease;
          }
          #myLastCross{
           position: absolute;
            z-index: 999;
    right: 15px;
    top: 10px;
    font-size: 24px;
    color: white;
    display:block;
          }
          .sale_price {
              font-size:20px;
          }
          .lbl_price{
        font-size: 13px;
        padding: 3px;
          }
          #myWidthTo{
              width:340px;
              /*right:-100%;*/
          }
          #thumb .row .classic{
             display: flex;
             align-items: center;
             justify-content: space-between;
          }
          .f_headings .allSize{
              font-size:14px;
          }
          .last{
              margin-top:10px;
          }
          .last .ghi{
              margin-top:-9px;
          }
          .grid_view{
              width:1100px;
          }
          .overFlow{
              overflow-x:auto;
          }
          .tile_view{
              width:1100px;
          }
          #danger{
              margin-top:8px;
          }
          #reset{
              margin-top:8px;
          }
          
      }


