/* common css start  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a,
a:focus,
a:hover {
  text-decoration: none; }

ol,
ul {
  list-style: none; }

img {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin-top: 0;
  margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", serif; }

body {
  font-size: 16px;
  color: #505050;
  line-height: 20px;
  font-family: "Poppins", serif;
  font-weight: 400;
  background: #F6FCFF; }

.common_card_header {
  background: transparent;
  position: relative; }
  .common_card_header h2 {
    font-size: 20px;
    color: #232323;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Montserrat", serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: white;
    display: inline-block;
    padding: 0px 15px;
    z-index: 999; }
  .common_card_header a {
    color: #910000;
    font-size: 16px;
    white-space: nowrap; }
  .common_card_header::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0000001c;
    left: 0px;
    top: 50%;
    transform: translateY(-50%); }

.cbtn {
  font-size: 14px;
  background: #d35400;
  color: white;
  border: 1px solid #d35400;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  transition: all linear 0.4s 0s;
  border-radius: 5px !important; }
  .cbtn:hover {
    color: white;
    background: #d35400b0;
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s; }

.cbtnf {
  background-color: #910000;
  color: white;
  display: flex;
  align-items: center; }

.btn-primary {
  background: #910000;
  border-color: #910000;
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  transition: all linear 0.4s 0s; }
  .btn-primary:hover {
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s;
    background: transparent;
    color: #910000;
    border-color: #910000; }

.product_card {
  padding: 15px;
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  transition: all linear 0.4s 0s; }
  .product_card::after {
    content: ''; }
  .product_card a {
    width: 100%;
    display: inline-block; }
  @media (max-width: 767px) {
    .product_card .product_find {
      border-top-left-radius: 4px !important;
      border-bottom-left-radius: 4px !important;
      margin-left: 0px !important; } }
  .product_card .img__card img {
    width: 100%;
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s;
    height: 100%;
    object-fit: cover; }
  .product_card .product_tittle {
    padding: 10px 15px; }
    .product_card .product_tittle p {
      font-size: 16px;
      text-align: left;
      color: #232323;
      overflow: hidden;
      padding-bottom: 5px; }
      .product_card .product_tittle p:hover {
        color: #910000; }
    .product_card .product_tittle .price {
      color: #910000;
      padding-top: 5px;
      font-weight: 700; }
      .product_card .product_tittle .price del {
        color: #969696;
        font-size: 14px; }
  @media (max-width: 767px) {
    .product_card .btn-group {
      flex-direction: column;
      row-gap: 5px; } }
  .product_card .btn-group a {
    white-space: nowrap; }
    @media (max-width: 767px) {
      .product_card .btn-group a {
        font-size: 14px;
        line-height: 18px;
        border-radius: 5px !important;
        margin: 0px !important; } }
    @media (max-width: 991px) {
      .product_card .btn-group a {
        margin-left: 0px !important;
        padding-left: 5px;
        padding-right: 0px;
        font-size: 14px;
        border-radius: 10px;
        background: #d35400;
        border: 1px solid #d35400; } }
  .product_card .img__card {
    position: relative;
    overflow: hidden; }
    .product_card .img__card .product_add_to_cart {
      position: absolute;
      bottom: 45px;
      left: 10px;
      background: white;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
      transform: scale(0);
      -webkit-transition: all linear 0.3s 0s;
      -moz-transition: all linear 0.3s 0s;
      -o-transition: all linear 0.3s 0s;
      transition: all linear 0.3s 0s;
      cursor: pointer; }
      .product_card .img__card .product_add_to_cart i {
        color: black;
        font-size: 18px; }
    .product_card .img__card .card_buttons {
      -webkit-transition: all linear 0.3s 0s;
      -moz-transition: all linear 0.3s 0s;
      -o-transition: all linear 0.3s 0s;
      transition: all linear 0.3s 0s;
      position: absolute;
      width: 100%;
      bottom: -100px;
      opacity: 0;
      visibility: hidden; }
  .product_card:hover {
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px); }
    .product_card:hover img {
      transform: scale(1.05); }
  .product_card:hover .img__card .card_buttons {
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s;
    visibility: visible;
    opacity: 1;
    bottom: 5px; }
  .product_card:hover .img__card .product_add_to_cart {
    -webkit-transition: all linear 0.2s 0.3s;
    -moz-transition: all linear 0.2s 0.3s;
    -o-transition: all linear 0.2s 0.3s;
    transition: all linear 0.2s 0.3s;
    transform: scale(1); }

/* common css end */
/* header css start */
header {
  background: #910000;
  color: white;
  padding: 10px 0px; }
  header a {
    color: white; }

.breadcrumb {
  font-size: 18px;
  color: #505050;
  margin: 0px;
  padding: 15px 0px; }
  .breadcrumb a {
    color: #910000; }

#shop_page .pagination .page-item.active .page-link {
  color: white;
  background: #910000; }

.mobile-menubar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  display: none; }
  @media (max-width: 767px) {
    .mobile-menubar {
      display: block; } }

.navigation {
  width: 100%;
  height: 70px;
  background: white;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 0 20px;
  box-shadow: #00000038 0px 0px 20px; }
  .navigation .listWrap {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px; }
    .navigation .listWrap li {
      width: 70px;
      height: 70px;
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center; }
      .navigation .listWrap li a {
        text-decoration: none;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        font-weight: 500;
        width: 100%;
        display: flex;
        color: #888;
        font-size: 22px; }
        .navigation .listWrap li a span {
          font-size: 13px;
          padding-top: 3px; }
        .navigation .listWrap li a:hover {
          text-decoration: none; }
        .navigation .listWrap li a .icon {
          position: relative;
          text-align: center; }
      .navigation .listWrap li:active a, .navigation .listWrap li.active a {
        color: #910000; }

#google_map {
  height: 100% !important;
  width: 100% !important; }
  #google_map iframe {
    height: 100% !important;
    width: 100% !important; }

.new-footer {
  background-color: #ECECEC;
  color: #ffffff;
  padding-top: 50px;
  font-family: 'Poppins', sans-serif;
  color: white; }
  @media (max-width: 767px) {
    .new-footer {
      text-align: center; } }
  @media (max-width: 767px) {
    .new-footer .footer-description {
      margin: auto; } }
  .new-footer h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    color: black; }
  .new-footer p, .new-footer a {
    font-size: 14px;
    color: black;
    line-height: 1.8;
    transition: color 0.2s; }
  .new-footer a:hover {
    color: #910000;
    text-decoration: none; }
  .new-footer .footer-logo {
    max-width: 150px;
    margin-bottom: 25px; }
  .new-footer .social-icons {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    display: flex; }
    @media (max-width: 767px) {
      .new-footer .social-icons {
        justify-content: center; } }
    .new-footer .social-icons li {
      margin-right: 15px; }
      .new-footer .social-icons li a {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        color: black; }
        .new-footer .social-icons li a:hover {
          background-color: #910000;
          border-color: #910000;
          color: #ffffff; }
  .new-footer .use_link {
    list-style: none;
    padding: 0; }
    .new-footer .use_link li a {
      color: black; }
  .new-footer .signup-text {
    margin-bottom: 15px; }
  .new-footer .btn-signup {
    background-color: #910000;
    border-color: #910000;
    color: white;
    font-weight: 600;
    padding: 7px 15px;
    border-radius: 0 4px 4px 0 !important; }
  .new-footer .input-group .form-control {
    height: 40px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #333;
    background-color: #333;
    color: white; }
  .new-footer .bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 40px; }
    .new-footer .bottom-bar a {
      color: rgba(255, 255, 255, 0.5); }
      .new-footer .bottom-bar a:hover {
        color: white; }

.modal .modal-title {
  font-size: 22px;
  color: #232323;
  font-weight: 700; }

.modal .modal_price {
  font-size: 18px;
  color: #232323;
  font-weight: 700;
  padding-top: 30px; }

#search_bar {
  padding: 10px 0px;
  background: #14005D; }
  #search_bar .main_bar {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #search_bar img {
    height: 60px; }
    @media (max-width: 575px) {
      #search_bar img {
        margin-left: 0px; } }
  #search_bar .navbar-nav {
    display: flex;
    flex-direction: row;
    padding-right: 20px; }
    #search_bar .navbar-nav li a {
      color: white;
      padding: 0px 15px; }
  #search_bar form {
    margin: 0px 15px 0px 30px;
    width: 265px;
    position: relative; }
    @media (max-width: 767px) {
      #search_bar form {
        display: none; } }
    #search_bar form input {
      width: 100%;
      color: #505050;
      border-radius: 5px;
      line-height: 40px;
      padding: 0px 15px;
      border: 0px; }
      @media (max-width: 575px) {
        #search_bar form input {
          display: none; } }
    #search_bar form button {
      position: absolute;
      top: 50%;
      right: 0px;
      font-size: 15px;
      color: #67768e;
      transform: translateY(-50%);
      height: 40px;
      padding: 0px 15px;
      border: 1px solid #67768e;
      text-align: center; }
      #search_bar form button i {
        color: #67768e; }
  @media (max-width: 575px) {
    #search_bar .user_panel {
      display: none; } }
  #search_bar .cart_count {
    position: relative;
    font-size: 18px;
    color: white; }
    #search_bar .cart_count span {
      font-size: 12px;
      color: white;
      position: absolute;
      top: 0px;
      right: -15px;
      font-weight: 400;
      background: #910000;
      line-height: 20px;
      width: 20px;
      border-radius: 50%;
      text-align: center; }
  #search_bar ul li {
    padding-left: 15px; }
    @media (max-width: 575px) {
      #search_bar ul li {
        padding-left: 1px;
        padding-right: 15px; } }
    #search_bar ul li a {
      color: #232323; }
  @media (max-width: 767px) {
    #search_bar ul .auth_li {
      display: none; } }
  @media (min-width: 768px) {
    #search_bar ul li.search {
      display: none; } }
  #search_bar ul li.search .btn {
    padding: 0 !important; }

#search_modal form input {
  width: 100%;
  color: #505050;
  border-radius: 5px;
  line-height: 25px;
  border: 1px solid #910000;
  padding: 10px; }

.navbar {
  padding: 15px 0px;
  background: #14005D; }
  .navbar .navbar-brand img {
    height: 50px; }
  .navbar .dropdown .btn {
    background: white;
    color: #910000;
    width: 100%;
    text-align: left; }
    .navbar .dropdown .btn:hover {
      color: rgba(255, 255, 255, 0.8); }
    .navbar .dropdown .btn i {
      font-size: 18px;
      padding-right: 10px; }
  .navbar .navbar-nav {
    padding-left: 20px; }
    .navbar .navbar-nav .nav-item {
      padding: 0px 15px; }
      .navbar .navbar-nav .nav-item .nav-link {
        color: #232323;
        font-size: 18px;
        white-space: nowrap; }
      .navbar .navbar-nav .nav-item .active {
        color: #910000; }
    .navbar .navbar-nav .mobile_user_link {
      display: none; }
      @media (max-width: 575px) {
        .navbar .navbar-nav .mobile_user_link {
          display: block; } }

.common-banner img {
  object-fit: cover;
  width: 100%;
  max-height: 400px; }

#category {
  padding: 20px 0px; }
  #category .category_slick {
    margin: 0px -10px; }
    #category .category_slick .cargory_card {
      margin: 0px 10px;
      text-align: center;
      border: 0px !important;
      overflow: hidden; }
      #category .category_slick .cargory_card img {
        border-radius: 30px;
        border: 3px solid #910000;
        width: 100%;
        height: 210px;
        object-fit: cover; }
        @media (max-width: 1199px) {
          #category .category_slick .cargory_card img {
            height: 180px; } }
        @media (max-width: 991px) {
          #category .category_slick .cargory_card img {
            height: 160px; } }
        @media (max-width: 767px) {
          #category .category_slick .cargory_card img {
            height: 100px; } }
      #category .category_slick .cargory_card a {
        font-size: 18px;
        padding: 10px;
        display: inline-block;
        color: #232323; }
        #category .category_slick .cargory_card a:hover {
          color: #910000; }

#timer {
  font-family: sans-serif;
  color: #910000;
  display: inline-block;
  text-align: center;
  font-weight: 100; }
  @media (max-width: 767px) {
    #timer {
      margin-top: 15px; } }
  #timer div {
    padding: 7px;
    border-radius: 3px;
    color: #910000;
    display: inline-block; }
    @media (max-width: 991px) {
      #timer div {
        padding: 5px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    #timer div {
      padding: 2px; } }
    #timer div span {
      padding: 5px;
      border-radius: 3px;
      font-size: 30px;
      font-weight: 700;
      background: white;
      display: inline-block; }
      @media (max-width: 991px) {
        #timer div span {
          padding: 5px;
          font-size: 12px; } }
      @media (max-width: 767px) {
        #timer div span {
          padding: 5px;
          border-radius: 3px;
          font-size: 12px; } }
    #timer div .smalltext {
      padding-top: 3px;
      font-size: 20px;
      color: #910000; }
      @media (max-width: 767px) {
        #timer div .smalltext {
          padding: 5px;
          font-size: 11px; } }

#popular_product {
  padding: 20px 0px; }
  #popular_product h2 {
    color: black;
    font-size: 24px;
    font-weight: 700; }
  #popular_product .pro_banner {
    flex-basis: 20%;
    height: 100%; }
    #popular_product .pro_banner img {
      width: 100%;
      height: 100%; }
  @media (max-width: 767px) {
    #popular_product .card-body {
      padding: 0px; } }
  #popular_product .popular_slick {
    margin: 0px -10px;
    width: 100%; }
    @media (max-width: 575px) {
      #popular_product .popular_slick {
        margin: 0px; } }
    #popular_product .popular_slick .slick-slide {
      margin: 0px 10px !important; }
      @media (max-width: 767px) {
        #popular_product .popular_slick .slick-slide {
          margin: 0px 5px !important; } }

.category_product {
  margin-bottom: 30px; }
  .category_product .pro_banner {
    height: 100%; }
    @media (min-width: 1401px) {
      .category_product .pro_banner {
        max-height: 850px; } }
    @media (max-width: 991px) {
      .category_product .pro_banner {
        display: none; } }
    .category_product .pro_banner img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  @media (max-width: 767px) {
    .category_product .card-body {
      padding: 0px;
      padding-right: 0px; } }

footer {
  background: white;
  padding-top: 20px; }
  footer .footer_links ul {
    padding-left: 0px; }
  @media (max-width: 575px) {
    footer .footer_links {
      padding-top: 35px;
      padding-bottom: 20px; } }
  footer h3 {
    font-size: 20px;
    color: #232323;
    font-family: "Montserrat", serif;
    font-weight: 600;
    text-transform: capitalize; }
  footer p {
    color: #505050;
    line-height: 26px;
    padding: 5px 0px; }
  footer .social-icons {
    display: flex;
    justify-content: left;
    padding: 0px;
    margin-top: 15px; }
    footer .social-icons li {
      padding-right: 15px; }
      footer .social-icons li a {
        font-size: 18px;
        color: #910000;
        display: inline-block;
        width: 35px;
        line-height: 35px;
        border: 1px solid #910000;
        border-radius: 50%;
        text-align: center;
        -webkit-transition: all linear 0.3s 0s;
        -moz-transition: all linear 0.3s 0s;
        -o-transition: all linear 0.3s 0s;
        transition: all linear 0.3s 0s; }
        footer .social-icons li a:hover {
          -webkit-transition: all linear 0.3s 0s;
          -moz-transition: all linear 0.3s 0s;
          -o-transition: all linear 0.3s 0s;
          transition: all linear 0.3s 0s;
          color: white;
          background: #910000; }
  footer .use_link li {
    padding: 2px 0px; }
    footer .use_link li a {
      font-size: 16px;
      color: #505050;
      line-height: 28px;
      -webkit-transition: all linear 0.3s 0s;
      -moz-transition: all linear 0.3s 0s;
      -o-transition: all linear 0.3s 0s;
      transition: all linear 0.3s 0s; }
      footer .use_link li a:hover {
        -webkit-transition: all linear 0.3s 0s;
        -moz-transition: all linear 0.3s 0s;
        -o-transition: all linear 0.3s 0s;
        transition: all linear 0.3s 0s;
        color: #910000; }
  footer .payment-methods img {
    width: 100%; }
  footer .copyright {
    text-align: center;
    background: #ECECEC;
    margin-top: 20px;
    padding: 12px 0px;
    border-top: 1px solid #00000045; }
    footer .copyright p {
      color: black;
      font-size: 14px;
      font-weight: 500; }
    footer .copyright a {
      color: #910000; }

@media (max-width: 767px) {
  #shop_page .catelog_category {
    margin-bottom: 10px; } }

#shop_page .catelog_category .card {
  box-shadow: none;
  border: 0px; }
  #shop_page .catelog_category .card .card-header {
    padding: 0px;
    background: transparent; }
    #shop_page .catelog_category .card .card-header button {
      width: 100%;
      text-align: left;
      text-decoration: none;
      font-size: 16px;
      color: #505050;
      font-weight: 700;
      padding-right: 0px; }
  #shop_page .catelog_category .card .card-body {
    background: #910000;
    padding: 0;
    padding-left: 10px;
    margin-left: 10px; }
    #shop_page .catelog_category .card .card-body ul {
      padding-left: 0px; }
      #shop_page .catelog_category .card .card-body ul li a {
        font-size: 16px;
        color: #505050;
        font-weight: 400;
        line-height: 37px;
        display: block;
        color: white; }

#shop_page .catelog_category .list-group-item {
  padding: 10px 10px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #ececec;
  -webkit-transition: all linear 0.9s 0s;
  -moz-transition: all linear 0.9s 0s;
  -o-transition: all linear 0.9s 0s;
  transition: all linear 0.9s 0s; }
  #shop_page .catelog_category .list-group-item a {
    font-size: 16px;
    color: #505050;
    font-weight: 400; }
    #shop_page .catelog_category .list-group-item a i {
      font-size: 14px;
      color: gray;
      padding-right: 5px; }
  #shop_page .catelog_category .list-group-item .badge {
    color: gray;
    font-size: 12px;
    font-weight: 400; }
  #shop_page .catelog_category .list-group-item:hover .catelog_sub_category {
    opacity: 1;
    visibility: visible;
    height: 100%;
    -webkit-transition: all linear 0.6s 0s;
    -moz-transition: all linear 0.6s 0s;
    -o-transition: all linear 0.6s 0s;
    transition: all linear 0.6s 0s; }
  #shop_page .catelog_category .list-group-item:hover .cat-logo i.fas {
    transform: rotate(90deg);
    transition: transform 0.7s ease;
    -webkit-transition: all linear 0.9s 0s;
    -moz-transition: all linear 0.9s 0s;
    -o-transition: all linear 0.9s 0s;
    transition: all linear 0.9s 0s; }
  #shop_page .catelog_category .list-group-item .ps-15 {
    padding-left: 15px !important; }

#shop_page .catelog_category .active {
  color: #910000;
  font-weight: 500;
  background: transparent; }

#shop_page .catelog_sub_category {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all linear 0.9s 0s;
  -moz-transition: all linear 0.9s 0s;
  -o-transition: all linear 0.9s 0s;
  transition: all linear 0.9s 0s; }

#shop_page .page-link {
  color: #910000;
  border: 1px solid #910000; }

#shop_page .catelog_category .list-group-item i.fas {
  -webkit-transition: all linear 0.9s 0s;
  -moz-transition: all linear 0.9s 0s;
  -o-transition: all linear 0.9s 0s;
  transition: all linear 0.9s 0s; }

@media (max-width: 767px) {
  #shop_page .shop_products {
    padding: 0px !important; } }

#products .card-header {
  background: white !important; }

#product_details {
  background: white; }
  #product_details .product_main_detaits {
    color: #505050;
    background: white;
    padding: 15px; }
    #product_details .product_main_detaits .cbtn {
      padding: 12px 30px !important;
      margin-left: 20px; }
    #product_details .product_main_detaits p {
      padding-bottom: 10px; }
      #product_details .product_main_detaits p strong {
        color: #515151;
        font-weight: 600; }
    @media (max-width: 575px) {
      #product_details .product_main_detaits .category {
        padding-top: 15px; } }
    #product_details .product_main_detaits .mini-preview img {
      border: 1px solid #505050;
      border: 1px solid #910000;
      margin-bottom: 8px; }
    #product_details .product_main_detaits h3 {
      color: #232323;
      font-weight: 600;
      font-size: 28px;
      line-height: 40px;
      padding-top: 10px;
      padding-bottom: 15px; }
    #product_details .product_main_detaits .price {
      font-weight: 500;
      font-size: 24px; }
      #product_details .product_main_detaits .price span {
        color: #1e293b;
        font-size: 24px;
        font-weight: 600; }
      #product_details .product_main_detaits .price del {
        font-weight: normal;
        font-size: 20px;
        margin-left: 5px; }
    #product_details .product_main_detaits .brief-description {
      /* color: $col-text; */
      color: #232323; }
    #product_details .product_main_detaits .details_button input {
      border-radius: 25px; }
    #product_details .product_main_detaits .addBtn {
      background-color: #910000;
      color: white;
      text-transform: uppercase; }
      #product_details .product_main_detaits .addBtn:hover {
        background-color: #5e0000;
        color: white; }
    #product_details .product_main_detaits .related-heading {
      text-align: center;
      font-size: 1.5rem;
      font-weight: bold;
      /* color: $col-h; */ }
    #product_details .product_main_detaits .related-title,
    #product_details .product_main_detaits .related-price {
      color: #232323;
      font-weight: bold; }
    #product_details .product_main_detaits .additional-details .nav-link {
      border: none;
      color: #232323; }
      #product_details .product_main_detaits .additional-details .nav-link.active {
        background-color: white;
        color: #232323;
        border: none;
        border-bottom: 4px solid #910000; }
  #product_details .product-image {
    overflow: hidden; }
    #product_details .product-image .slider-for {
      height: 100%; }
      #product_details .product-image .slider-for .slid_img .slider_for_img {
        width: 100% !important;
        height: 100%;
        object-fit: cover; }
    #product_details .product-image .slider-nav {
      margin-top: 10px;
      height: 200px; }
      #product_details .product-image .slider-nav .slick-list {
        height: 100%; }
        #product_details .product-image .slider-nav .slick-list .slick-track {
          height: 100%; }
          #product_details .product-image .slider-nav .slick-list .slick-track .slick-slide {
            height: 100%; }
            #product_details .product-image .slider-nav .slick-list .slick-track .slick-slide img {
              width: 100%;
              cursor: pointer;
              transition: 0.3s all ease;
              border: 1px solid #ccc;
              height: 100%;
              object-fit: cover; }
            #product_details .product-image .slider-nav .slick-list .slick-track .slick-slide .slick-current img {
              border: 2px solid #910000; }
            #product_details .product-image .slider-nav .slick-list .slick-track .slick-slide img:hover {
              opacity: 0.7; }
    #product_details .product-image .slick-dots {
      position: absolute;
      content: ' ';
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%); }
      #product_details .product-image .slick-dots li {
        display: inline-block;
        font-size: 0px;
        height: 35px; }

#contact h2 {
  color: #232323;
  font-weight: 600;
  padding: 15px 0px; }

.login_card {
  padding: 30px 0px;
  margin: 20px 0px; }
  .login_card h2 {
    padding-bottom: 30px;
    font-weight: 600; }

@media (max-width: 767px) {
  #cart_page .cart_quantity {
    padding-top: 15px; } }

#cart_page .cart_price_action {
  text-align: right;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    #cart_page .cart_price_action {
      padding-top: 15px; } }
  #cart_page .cart_price_action p {
    align-content: center; }

#cart_page .delete-product.cbtn {
  height: 40px;
  color: red;
  border: 1px solid red; }
  @media (max-width: 991px) {
    #cart_page .delete-product.cbtn {
      height: 30px; } }
  @media (max-width: 767px) {
    #cart_page .delete-product.cbtn {
      height: 25px; } }

.checkout_page .order_submit_right {
  display: none; }
  @media (max-width: 991px) {
    .checkout_page .order_submit_right {
      display: inline-block; } }

.checkout_page .order_submit_left {
  display: block; }
  @media (max-width: 991px) {
    .checkout_page .order_submit_left {
      display: none; } }

#user_dashboard {
  margin-bottom: 30px; }
  #user_dashboard .user_avater {
    text-align: center; }
    #user_dashboard .user_avater img {
      height: 80px;
      width: 80px;
      border-radius: 50px;
      border: 3px solid #910000;
      padding: 5px;
      margin-bottom: 5px; }
    #user_dashboard .user_avater p {
      font-size: 18px;
      font-weight: 500px;
      text-transform: capitalize; }
  #user_dashboard .list-group {
    margin-top: 20px;
    border-radius: 0px; }
    #user_dashboard .list-group li a {
      color: #505050;
      line-height: 24px;
      font-weight: 500;
      font-family: "Montserrat", serif;
      text-transform: capitalize; }
    #user_dashboard .list-group li .active {
      color: #910000; }

.star {
  width: 32px;
  height: 32px;
  transition: all 0.6s; }

#rating {
  cursor: pointer;
  display: inline-block; }

#review-form .input-group-addon {
  min-width: 100px; }

#review-form .btn {
  min-width: 100px; }

#review-form input[type="text"],
#review-form textarea {
  width: 100%; }

#review-form .form-group {
  margin-bottom: 15px; }

#review-form .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px; }

blockquote {
  border-left: 5px solid #eeeeee;
  padding-left: 20px; }
  blockquote .footer {
    display: block;
    font-size: 80%; }

.stars-container {
  margin-bottom: 5px; }

.quantity_area .quantity {
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  overflow: hidden;
  width: fit-content; }

.quantity_area .quantity button {
  background-color: #e9ecef;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #495057;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out; }

.quantity_area .quantity button:hover {
  background-color: #dee2e6; }

.quantity_area .quantity .input-box {
  border: none;
  text-align: center;
  width: 60px;
  font-size: 1rem;
  padding: 0.5rem 0;
  -moz-appearance: textfield;
  /* Hide arrows for Firefox */ }

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

#customer_reviews .review_card {
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  padding: 15px;
  border-radius: 5px;
  background: url("../images/review_bg.png") no-repeat right bottom; }
  #customer_reviews .review_card .reviewer_name {
    font-weight: 600;
    font-size: 18px;
    color: #232323; }
  #customer_reviews .review_card .review_date {
    font-size: 14px;
    color: gray; }
  #customer_reviews .review_card .review_text {
    margin-top: 10px;
    font-size: 16px;
    color: #505050; }

@media (max-width: 767px) {
  .floating-chat-container {
    bottom: 75px; } }
