footer {
    margin-top: auto;
    /* height: 40px; */
  }
  
  .footer-main {
    display: block;
    /* padding: 42px 0 38px; */
    font-size: 16px;
    line-height: 19px;
  }
  
  .site-footer {
    background-color: #242424;
    padding: 25px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
  
  }
  
  .links-title-f {
    font-family: Outfit, sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
  }
  
  .site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
  }
  
  .site-footer hr.small {
    margin: 20px 0
  }
  
  .site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
  }
  
  .site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
  }
  
  .footer-links {
    padding-left: 0;
    list-style: none
  }
  
  .footer-links li {
    display: block
  }
  
  .footer-links a {
    color: #737373
  }
  
  .footer-links a:active,
  .footer-links a:focus,
  .footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
  }
  
  .footer-links.inline li {
    display: inline-block
  }
  
  .site-footer .social-icons {
    text-align: right
  }
  
  .site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
  }
  
  .copyright-text {
    margin: 0
  }
  
  @media (max-width:991px) {
    /* .site-footer [class^=col-] {
      margin-bottom: 30px
    } */
  }
  
  @media (max-width:767px) {
    .site-footer {
      padding-bottom: 0;
  
    }
    .site-footer{
      margin-top: 15px;
    }
  
    .site-footer .copyright-text,
    .site-footer .social-icons {
      text-align: center
    }
  
    .footer-second-section {
      order: 1;
    }
  
    .footer-first-section {
      order: 2;
    }
  }
  
  .social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
  }
  
  .social-icons li {
    display: inline-block;
    margin-bottom: 4px
  }
  
  .social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
  }
  
  .social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
  }
  
  .social-icons a:active,
  .social-icons a:focus,
  .social-icons a:hover {
    color: #fff;
    background-color: #29aafe
  }
  
  .social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
  }
  
  .social-icons a.facebook:hover {
    background-color: #3b5998
  }
  
  .social-icons a.twitter:hover {
    background-color: #00aced
  }
  
  .social-icons a.linkedin:hover {
    background-color: #007bb6
  }
  
  .social-icons a.dribbble:hover {
    background-color: #ea4c89
  }
  
  @media (max-width:767px) {
    .social-icons li.title {
      display: block;
      margin-right: 0;
      font-weight: 600
    }
  }
  
  .footer-cat-listing {
    display: flex;
    /* gap: 13px; */
    justify-content: left;
    flex-wrap: wrap;
  
    flex-direction: column;
  
  }
  
  .footer-first-listing {
    display: flex;
    /* gap: 13px; */
    justify-content: left;
    flex-wrap: wrap;
  
    flex-direction: row;
  
  }
  
  .footer-first-listing li {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 27px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 18px;
    font-size: 25px;
    /* color: #000; */
    text-decoration: none;
  }
  
  .footer-cat-listing li a {
    color: #fff !important;
    color: #fff !important;
    padding-bottom: 6px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 19px;
    opacity: .9;
  }
  
  .cookies-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f8f8;
    border-top: 1px solid #ccc;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .cookies-options button {
    margin: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
  }
  
  .cookies-deny {
    background-color: #e74c3c;
    color: #fff;
  }
  
  .cookies-allow {
    background-color: #2ecc71;
    color: #fff;
  }
  
  .cookies-manage {
    background-color: #3498db;
    color: #fff;
  }
  
  .copyright-text a {
    color: #ef1c1c !important;
  }
  
  /* Popup Container Style */
  
  
  
  #popup-alert,
  #popup-confirm,
  #popup-confirms {
    z-index: 1350;
  }
  
  .popup-wrapper.popup-show {
    /* position: fixed;
    left: 786px;
    top: 293.233px; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 698px;
    opacity: 1;
    transition: all .1s ease-in-out;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  
  @media only screen and (max-width: 768px) {
    .popup-wrapper {
      width: 90%;
    }
  }
  
  .popup-wrapper {
    z-index: 1320;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    opacity: 0;
  }
  
  #popup-alert .popup-container,
  #popup-confirm .popup-container {
    text-align: left;
    padding: 20px 48px 40px;
  }
  
  .popup-container {
    position: relative;
    background-color: #fff;
    text-align: left;
    padding: 20px 48px 40px;
  }
  
  .popup-container {
    width: 100%;
    border: 1px solid transparent;
  }
  
  .popup-footer {
    background-color: #fff;
    text-align: left;
    padding: 0 20px;
  }
  
  .popup-btn {
    position: relative;
    overflow: visible;
    display: inline-block;
    margin: 0;
    padding: 9px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    border: 1px solid #ba252f;
    border-radius: 6px;
    background-color: #ba252f;
    transition: all .25s ease-out;
    margin: 5px 15px 5px 0;
    min-width: 160px;
    padding: 9px 10px;
  }
  
  .popup-footer .popup-button-cancel {
    margin-right: 0;
  }
  
  .popup-body {
    padding: 10px 20px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
  
  .popup-wrapper {
    display: none;
  }
  
  #overlay {
    position: fixed;
    opacity: 0.61;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 1310;
    display: none;
  }
  
  .loader {
    border: 8px solid #ba252f;
    /* adjust the border style as desired */
    border-top: 8px solid #fff;
    /* adjust the border color as desired */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  @media only screen and (max-width: 600px) {
    .loader {
      width: 40px;
      height: 40px;
      border-width: 6px;
    }
  }
  
  
  .spinner-dots {
    /* margin: 100px auto 0; */
    width: 40px;
    text-align: center;
    display: none;
  }
  
  .spinner-dots>span {
    width: 9px;
    height: 9px;
    background-color: #fff;
  
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner-dots .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner-dots .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
  
    0%,
    80%,
    100% {
      -webkit-transform: scale(0)
    }
  
    40% {
      -webkit-transform: scale(1.0)
    }
  }
  
  @keyframes sk-bouncedelay {
  
    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  
    40% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }
  
  .destop-view-footer {
    display: flex;
    justify-content: space-between;
  }
  
  .destop-view-footer ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
  }
  
  .destop-view-footer ul li {
    /* padding-right: 7px; */
    /* margin-left: 5px; */
    display: flex;
    position: relative;
  }
  
  /* .destop-view-footer ul li::after {
    content: '|';
    position: absolute;
    display: block;
  } */
  
  .header-overlay {
    position: fixed;
    opacity: 0.61;
    left: 0px;
    top: 7%;
    /* height: 100%; */
    width: 100%;
    background-color: #7F7F7F;
    z-index: 1;
    display: none;
  }
  
  .menu-item-has-children:hover>.header-overlay {
    display: block;
  }
  
  .menu-item-has-children:hover {
    /* position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 12;
    width: 120%;
    max-width: 128px;
    height: 0;
    border-bottom: 4px solid #ba252f;
    transform: translateX(-50%);
    content: " "; */
  
  }
  
  @media (min-width: 768px) {
  
    .accordion-btn {
      display: none;
    }
    .line-vetical-footr{
      display: block;
      margin-left: 5px;
      margin-right: 5px;
    }
  }
  
  .foo-dd {
    display: none;
  }
  
  @media (max-width: 767px) {
  .copyright-text{
    order: 2;
  }
    .destop-view-footer ul{
      flex-direction: column;
      order: 1;
    }
    .footer-cat-listing {
      display: none;
    }
    .line-vetical-footr{
      display: none;
    }
    .destop-view-footer {
      display: grid;
      justify-content: initial;
    }
    .accordion-btn {
      display: block;
    }
  
    .body-accordion {
      display: none;
    }
  
    .in-footer {
      display: flex;
      justify-content: space-between;
    }
  
    .links-title-f {
      margin-bottom: 0;
      font-size: 20px;
      line-height: 28px;
      font-weight: 500;
      padding: 12.5px 0px 12.5px 15px;
      color: rgb(255, 255, 255) !important;
      font-weight: 500;
      font-size: 20px;
      border-bottom: 2px solid rgb(72, 71, 69);
    }
  
    .inks-title-f:first-child {
      padding-top: 0;
    }
  
    .footer-first-listing {
      padding-top: 19px;
      justify-content: center;
    }
  
    .foo-dd {
      display: block;
    }
  
    .body-accordion>li>a {
      display: block;
      margin: 10px 5px 10px 0px;
      padding-bottom: 5px;
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      padding-left: 15px;
    }
  }

  .footer-first-listing li a{
    color: #fff;
  }
  .footer-first-listing li a:hover{
    color: #fff;
  }
  
  .ft-search-track:focus{
  box-shadow: none;
  border: none;
  }
  .ft-btn-track{
    margin-left: -13px;
    background-color: #ba252f;
    color: #fff;
    border-color: #ba252f;
    margin-bottom: 0!important;
  }
  .ft-btn-track:hover{
    background-color: #ba252f;
    border-color: #ba252f;
  }
  .ft-btn-track.form-control{
    margin-bottom: 0!important;
  }
  .footer-tack-order-form{
    padding: 0!important;
  }
  
  
  .off-popup {
    overflow: visible;
    position: absolute;
    height: 648px;
    width: 500px;
    z-index: 0;
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    background: #fff;
    border: 0px solid rgba(255, 255, 255, 0);
    color: initial;
    cursor: auto;
    font-family: initial;
    font-size: 12px;
    font-style: initial;
    font-weight: initial;
    text-align: initial;
    text-decoration: initial;
    z-index: 19000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    display: none;
    /* overflow-y: auto; */
  }
  
  .off-popup-heading {
  
    z-index: 4;
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0);
    border: 0px solid rgba(255, 255, 255, 0);
    white-space: pre-wrap;
    color: #000;
    cursor: default;
    font-size: 42px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: initial;
    line-height: 1.25;
  }
  
  .off-popup-main {
    overflow: visible;
    z-index: 9;
    border-radius: 8px 8px 8px 8px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0);
    border: 3px solid #ba252f;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #000;
    cursor: default;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: initial;
    /* line-height: 1.25; */
    margin: 20px auto;
    margin-left: 13%;
    margin-right: 13%;
    ;
  }
  
  .off-additional {
    z-index: 9;
    border-radius: 8px 8px 8px 8px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0);
  
  
  
  }
  
  .off-additional span {
    color: #000;
    cursor: default;
    font-weight: 600 !important;
    font-size: 34px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: initial;
    /* line-height: 1.25; */
  }
  
  .off-popup-addition-listing {
    padding: 0;
    margin: 0;
    /* line-height: 9px; */
  }
  
  .off-popup-addition-listing li {
    z-index: 6;
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0);
    border: 0px solid rgba(255, 255, 255, 0);
    /* white-space: pre-wrap; */
    color: #404040;
    cursor: default;
    /* font-family: custom-font-9440; */
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-decoration: initial;
  }
  
  .off-popup-discount-apply {
    color: #ba252f !important;
      font-weight: 600!important;
      line-height: 32px;
      font-size: 20px!important;
      margin-top: 10px;
  }
  .off-popup-bottom{
    background-color: #f5f5f5;
    color: #6f6f6f;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .off-popup-terms-condition{
  margin-top: 15px;
  }
  .off-popup-terms-condition li{
    font-size: 16px;
  }
  .off-pop-close-header{
    font-size: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  @media(max-width:767px){
    .off-popup{
      width: 100%;
      height: 96%;
      max-height: 96%;;
      /* overflow-y: auto; */
    }
    .off-additional span{
      font-size: 25px;
    }
    .off-additional span{
      font-size: 21px;
    }
    .off-popup-discount-apply{
      font-size: 15px!important;
    }
    .off-popup-terms{
      font-size: 16px;
        color: #000;
        font-weight: 800;
    }
    .off-popup-heading{
      font-size: 25px;
      font-weight: 600;
    }
    .off-popup-main{
      margin-left: 2%;
      margin-right: 2%;;
    }
    .off-popup-addition-listing li{
      font-size: 26px;
      font-weight: 600;
    }
  }
  @media(min-width:768px){
    .off-popup-terms{
      font-size: 18px;
        color: #000;
        font-weight: 800;
    }
  }
  .off-popup-terms-condition li span{
    color: #ba252f;
    font-weight: 900;
  }
  
  @media only screen and (min-width: 769px) and (max-width: 1707px) {
    .off-popup{
    max-height: 600px
    }
  }
  
  @media(min-width:768px) {
    .dektop-banner-main {
      display: block;
    }
    .mobile-banner-main{
      display: none;
    }
  }
  
  .hm-cat-outer {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
  }
  
  .littile-banner-cions-list{
    display: flex;
    gap: 15px;
    justify-content: center;
  
  }
  .littile-banner-cions {
    margin-left: 10px;
    border-right: 2px solid #ba252f;
    padding-right: 20px;
    display: flex;
    align-items: center;
  }
  .littile-banner-cions span{
  margin-left: 10px;
  }
  .littile-banner-cions {
    font-size: 16px;
    font-weight: 400;
  }
  .littile-banner-cions-list li:last-child .littile-banner-cions{
  border-right: 0;
  }
  .certified-reviews-inner{
    position: relative;
  }
  .certified-reviews-inner span{
    position: absolute;
    left: 12%;
      top: 25%;
      font-size: 27px;
      font-weight: 700;
  
  }
  @media(max-width:767px){
    .certified-reviews-inner span {
      position: absolute;
      left: 41%;
      top: 25%;
      font-size: 27px;
      font-weight: 700;
  }
  .littile-banner-cions-list{
    display: flex;
    flex-wrap: wrap;
   
  }
  .littile-banner-cions{
    border: 0!important;
  }
  .certified-reviews-inner{
    text-align: center;
  }
  .destop-view-footer{
    margin-bottom: 1rem;
  }
  }
  
  .littile-banner-cions-list{
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    border-radius: 32px;
  }
  .reviews-header{
    
  }
  
  .height-add{
    height: 206px;
  }
  .height-remove{
    height: 0;
  }
  
  
  .consent-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    
  }
  
  .consent-content {
    background: #fff;
    width: 80%;
    max-width: 600px;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .consent-text {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
    color: #000;
  }
  
  .consent-buttons {
    display: flex;
    justify-content: flex-end;
  }
  
  .consent-buttons button {
    margin-left: 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  #agreeBtn {
    background-color: #4CAF50;
    color: white;
  }
  
  #disagreeBtn {
    background-color: #f44336;
    color: white;
  }
  
  .consent-buttons {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 10px 0;
  }

  .pd-btn-first{
    height: 55px;
    background-color: #ba252f!important;
    color: #fff!important;
  }

  .pd-btn-sec{
    background-color: #fff;
    color: #ba252f;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-color: #ba252f !important;
    border: solid thin;
  }