:root {
    --primaryColor: #c5e6ff;
    --themeFontColor: black;
    --navMenuLinkBorderColor: black;
    --greyBorderColor: #dedede;
    --bgColor: #f2f3f8;
}

body{
    background: #f2f3f8;
    margin-bottom: 50px;
}

*{
    font-family: 'Open Sans', sans-serif;
}

.btn-primary, .btn-dark {
  color: #fff;
  background: linear-gradient(270deg,#fc573f,#e50113);
  border: 0;
}
.btn-primary:hover {
  color: #fff !important;
  background: linear-gradient(270deg,#e50113,#fc573f);
}
/*.bg-light {
    background-color: #fff !important;
}*/
.bg-primary {
     background-color: #fff !important;
}
.navbar-mid{border-bottom:1px solid #ccc;}
  .main-bg {
    background-color: var(--bgColor);
  }

  /* fonts-start */
  .fsr-14 {
    font-size: 14px;
    font-weight: 400;
  }

  .fsr-14-bold {
    font-size: 14px;
    font-weight: 700;
  }

  .fsr-16 {
    font-size: 16px;
    font-weight: 400;
  }

  .fsr-16-bold {
    font-size: 16px;
    font-weight: 700;
  }

  /* fonts-end */
  a {
    text-decoration: none;
    color: black;
  }

  .border-simple {
    border: 1px solid var(--greyBorderColor);
    border-radius: 4px;
    background-color: #fff;
  }

  /* top-navbar */
  .top-navbar-search-dropdown-button {
    border-color: black !important;
    color: black;
    background-color: white;
  }

  .top-navbar-search-input {
    border-color: black !important;
    color: black;
  }

  .top-navbar-link:hover {
    color: black;
    text-shadow: 0px 0px 20px red;
    background-position: left bottom;
  }

  .top-navbar-menu-link {
    padding: 6px 16px;
  }

  .top-navbar-menu-link:hover {
    background-color: white;
    color: black !important;
  }

  .top-navbar-dropdown-menu-link {
    padding: 6px 16px;
  }

  .top-navbar-dropdown-menu-link:hover {
    background-color: white;
    color: black !important;
  }

  /* top-navbar end */
  /* sidebar */
  .widget{
      background-color: #fff;
      border: 1px solid var(--greyBorderColor);
  }
  .widget-title{

      color: black;
      font-weight: 600;
      padding: 10px 14px;
      margin: 0;
      font-size: 22px;
  }
  .widget-wrap{}

  .widget-location{}

  .filter-range {
    border-color: var(--themeFontColor);
    border-width: 2px;
    color: black;
    font-weight: 600;
  }

  .widget-category {
    border: 1px solid var(--greyBorderColor);
  }

  .widget .accordion-button:not(.collapsed) {
      color: #000;
      background-color:#fff;
  }

  .list-group-pc {
    font-weight: 600;
  }

  .list-group-psc {
    font-weight: 600;
  }

  .list-group-pssc {
    font-weight: 600;
  }

  .product-sub-categories {
    border-top: 1px solid var(--greyBorderColor);
    border-left: 1px solid var(--greyBorderColor);
    border-right: 1px solid white;
    border-bottom: 1px solid var(--greyBorderColor);
  }

  .pc-link:hover {
    color: black;
  }

  /* sidebar-end */
  /* Custom-Scroll-Bar-start */
  /* width */
  ::-webkit-scrollbar {
    width: 8px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: black;
  }

  /* Custom-Scroll-Bar-end */
  /* Custom-Pagination-start */
  .pagination > li:first-child > a, .pagination > li:first-child > span,
  .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0 !important;
  }

  .pagination > li > a,
  .pagination > li > span {
    color: black;
    font-weight: 600;
    border-color: var(--greyBorderColor);
  }

  .pagination > li > a:hover,
  .pagination > li > span:hover {
    border-color: var(--greyBorderColor);
    background-color: var(--themeFontColor);
    color: white;
  }

  .pagination > .active > a,
  .pagination > .active > span {
    background-color: var(--themeFontColor) !important;
    color: white !important;
    border: 1px solid var(--greyBorderColor) !important;
  }

  .pagination > .disabled > a,
  .pagination > .disabled > span {
    color: white !important;
    border-color: var(--greyBorderColor) !important;
  }

  /* Custom-Pagination-end */




.dropdown-nav{font-size:14px;margin: 0;padding: 0}
.dropdown-nav li{list-style: none;}
.dropdown-nav li a{
    position: relative;
    padding-left: 20px;
    line-height: 20px;
}
.dropdown-subnav{margin: 0;display: none;padding-left: 14px;}
.dropdown-subnav li{}
.dropdown-subnav li a{
    position: relative;
    padding-left: 20px;
    line-height: 20px;
}
.dropdown-nav .ddnav-link>.ddnav-icon{
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    align-items: center;
    line-height: 20px;
}
.dropdown-nav .ddnav-link>.ddnav-icon:before {
    content: "\f067";
}
.dropdown-nav .ddnav-link.open>.ddnav-icon:before {
    content: "\f068";
}
.dropdown-nav a.active{
    text-decoration: underline dotted;
}

.navbar-toggler{
    border: 0;
    box-shadow: none;
    padding: 0;
    font-size: 18px;
}
.nav-link{color: #212529;}
.navbar-top{font-size: 12px;}
.navbar-top .nav-link{padding-top: 0.3rem;padding-bottom: 0.3rem}

a:hover, .nav-link:hover{
    color: #E50113 !important;
}

.navbar{
    border-top: 0 !important;
    padding: 0;
}

@media only screen and (min-width: 767px) {
    .bg-primary .img-fluid{
        max-width: 245px;
    }
}

.nav-link{
    font-size: 13px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 10px;
}

.btn-primary{
    border: 0;
}

.widget{
    border-radius: 4px;
}

.ddnav-item {
    padding: 2px 0;
}

.card-img-top{
    height: 200px;
    object-fit: cover;
}

.navbar-top{
    background: #fff !important;
}

.menu, .navbar-nav{
    margin-left: -8px;
}

.card-body{
    padding: 10px;
    min-height: 80px;
}

.card-text:last-child {
    position: absolute;
    bottom: 7px;
}

h5, .h5 {
    font-size: 1.04rem;
}

.card-title a{
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.card-body p{
    font-size: 14px !important;
}








.nav__extra>li {
    padding-right: 10px;
    position: relative;
}
.nav__extra>li:after {
    background-color: #000;
    content: "";
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
}
.nav__extra>li:last-child{
    padding-right: 0;
}
.nav__extra>li:last-child::after {display: none}

.dropdownx {
    position: relative;
}
.dropdownx>.nav-link{
        background: none;
        border: 0;
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
}

.dropdownx .dropdownx-menu {
    background-color: #fff;

    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all .4s ease;
    visibility: hidden;
    z-index: 1000;
    min-width: 200px;
    border: 0;
    border-radius: 7px;
    padding: 0;
    margin: 0;
    margin-top: 18px;
    box-shadow: 0 0 8px #00000026;
    right: 0;
    left: auto;
}

.dropdownx .dropdownx-menu>li>.dropdownx-header {
    display: block;
    padding: 15px 20px;
    font-weight: 400;
}

.dropdownx-menu>li {
    display: block;
}

.dropdownx-menu>li>a {
    padding: 6px 20px;
    line-height: 1.5;
    color: #000;
}

.dropdownx-menu>li>span {
    padding: 6px 20px;
    color: #111;
    font-weight: 600;
    line-height: 1.5;
}

.btn-block{display: block}

@media all and (min-width: 992px) {
    .menu .nav-item .dropdownx-menu{ margin-top:0; }
    .menu .nav-item:hover .dropdownx-menu {
        opacity: 1;
        visibility: visible;
    }
}

.ox-auto{
    overflow-x: auto;
}

.filterbar > .nav{
    min-width: 625px;
}
.filterbar .nav-link{
    line-height: 23px;
}
.filterbar .nav-link.active{
    color: #E50113 !important;
}


.table-card td  {
    line-height: 1.3rem;
    font-size: 14px;
}
