h1, h2, h3, h4, h5, h6 {
    line-height: 1.35;
    font-family: Prata, serif;
}
body{
  font-family: Rubik, HelveticaNeue, Helvetica Neue, sans-serif;
}
p {
        margin-bottom: 1em; /* Adjust this value as needed */
    }
.login-dropdown a {
    color: #333333;
    font-weight: bold;
}

/* login page */
.form-group .form-control, .form-group .select-custom {
    font-size: 1.6rem;
}
.error {
    color: rgb(220 38 38);
    font-weight: 400;
}
input.error,select.error {
    border-color: red;
}
.modal-title {
  font-family: 'Poppins';
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well h2{
  font-size:27px;
  line-height: 1.35;
}
.well p{
    margin:0 0 10px;
    font-family: Rubik,HelveticaNeue,Helvetica Neue,sans-serif
}
  .well strong{font-weight: bold;}

/* register  page */
.breadcrumbs h1 {
    font-size: 33px;
}
.breadcrumbs {
  text-align: center;
  line-height: 25px;
  overflow: hidden;
  padding: 10px 0;
  margin: 60px 0;
}
.breadcrumb {
    display: block;
    margin: 0;
    background: none;
    text-transform: capitalize;
    padding: 0;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb li a {
    color: #777;
    font-size: 14px;
}
.breadcrumb>li+li:before {
    content: "/";
    color: #777;
    padding: 0;
}
.breadcrumb li:before {
    margin: 0 4px 0 2px;
}
.breadcrumb li a:hover, .breadcrumb li:last-child a {
    color: #0047AB;
}
#content {
    min-height: 300px;
    margin-bottom: 2rem;
}
legend {
    padding: 0;
    color: #333;
    border: 0;
    border-bottom: 1px solid #7CFC00;
    margin-bottom: 2rem;
    font-size: 1.7rem;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
}
div.required .control-label:before {
    content: "* ";
    color: red;
    font-weight: 700;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

/*Home- shop page*/
.header-search button.btn.btn-primary {
    color: #000;
    background-color: #696969;
}
.sell_price_row {
    background-color: #7CFC00;
    color: #000;
    font-weight: bold;
    padding: 5px 5px;
    margin-bottom: 0px;
}

a.btn-header-cus {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    margin: 10px;
    font-size: 25px;
    border-radius: 32px;
}
a.btn-header-cus:hover {
  background-color: #000;
  color: #fff;
}

#blinking-button{
    padding: 8px 35px;
    border-radius: 48px 0px;
border: 0px solid #6C8003;
}
@keyframes blink {
  0%, 100% {background-color:#3F06FF;}
  50% {background-color: #8EDDBE;}
}
#blinking-button {
  background-color: #8EDDBE;
  color: white;
  animation: blink 1s linear infinite;
}

/* ------------------ */
.product-details .row {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
}
.product-details .row .col {
    padding: 0 4px;
    flex: 0 0 auto;
    width: auto;
}
.pagination svg {
    width: 25px;
    height: 25px;
    line-height: normal;
}
.pagination {
    justify-content: center;
}
.pagination > [role="navigation"] > .flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

.pagination > [role="navigation"] div> span {
    display: flex;
    box-shadow: none !important;
    gap: 9px;
    margin-top: 5px;
    justify-content: center;
}

span[aria-current="page"] span, .pagination > [role="navigation"] div> span a {
    padding: 5px 0 !important;
    line-height: 25px;
    display: inline-block;
    width: 38px;
    text-align: center;
}
[aria-label*="Previous"] span, [aria-label*="Next"] span {
    padding: 5px !important;
    height: 100%;
    display: flex;
}
.login-dropdown a i.icon-user {
    font-size: 20px;
}
.logo {
    max-width: 200px;
}
.header-center .header-search {
    margin-left: auto;
    margin-right: auto;
}
.header-middle .header-center {
    margin-left: auto;
    margin-right: auto;
}
.product-details-bidAmount{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-details-download {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 3rem; }
  .product-details-download .btn-download {
    padding: 1rem 1.5rem;
    max-width: 198px;
    color: #fff;
    border: 0.1rem solid #000;
    background-color: #000; }
    .product-details-download .btn-download span {
      font-size: 1.4rem;
      color: #fff;
      font-weight:600;
      text-transform: uppercase;
      box-shadow: none;
      transition: box-shadow .35s ease, color 0s ease; }
    .product-details-download .btn-download:before {
      margin-right: .4rem; }

    .home-product-details .details-filter-row label {
       width: 70px;
     }
     .product-details {
        line-height: normal;
        margin-bottom: 0px;
    }

    .product-body {
        padding: 1px 15px 15px 15px;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #ccc;
    }
    .product-title{
        font-weight: 600;
        font-family: 'Poppins';
    }

    span.rs_money {
    font-weight: bold;
    margin-right: 2px;
}
.product-label.label-timer {
    color: #fff;
    background-color: #256ad9;
    width: 100%;
    left: 0rem;
    top: 0rem;
    font-weight: bold;
}
.is_bid_expired,.is_soldout{display:none;}

.home_product_selling_price a.login_btn {
    color: #000;
    font-weight: 500;
}
.modal-body p {
    font-size: 15px;
}

@media (min-width: 992px) {
    .md-show {
        display: block !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px)  {
.toolbox-left .toolbox-layout {
    display: none;
}
.header-search-visible .search-toggle {
    display: none;
}
.header-middle .container {
    flex-wrap: wrap;
}
.header-middle .header-center {
    display: block;
    order: 3;
}
.header-middle .header-center .header-search {
    display: block;
}
.header-search-visible .header-search-wrapper {
    position: static;
    display: flex;
}
.header-search-visible .header-search-wrapper:before {
    content: none;
}
.home-product-details .details-filter-row label {
   width: 40px;
 }
}

@media only screen and (max-width: 600px) {
  a.btn-header-cus {
  font-size: 20px;
 }
}

.order_booking_product{
  background-color:#000;
}

.order_booking_product .product-title{
  color:#fff;
}

.order_booking_product .product-title a:hover{
  color:#fff;
}

.order_booking_product .sell_price_row{
  background-color:#fff;
}

.pre_booking_order{
  margin: 7% 0px;
  text-align: center;
}

.nav-dashboard .nav-link:hover, .nav-dashboard .nav-link:focus, .nav-dashboard .nav-link.active {
    color: #007bff;
    font-weight: bold;
}

.prod_video{
  width: 100%;
  height: auto;
  border:1px solid #000;
}
