/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

#footercontent {
  background-color: #505050; }
  #footercontent a {
    color: #FFF !important; }
  #footercontent .footer-container {
    padding: 68px 0 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #footercontent .footer-container .footer-item {
      margin-right: 50px;
      min-width: 140px;
      border-bottom: none; }
      #footercontent .footer-container .footer-item:last-child {
        margin-right: 0; }
      #footercontent .footer-container .footer-item.customer-service {
        width: 405px; }
        #footercontent .footer-container .footer-item.customer-service p {
          padding-left: 39px; }
          @media only screen and (max-width: 768.98px) {
            #footercontent .footer-container .footer-item.customer-service p {
              padding-left: 0; } }
        @media only screen and (max-width: 768.98px) {
          #footercontent .footer-container .footer-item.customer-service h3:first-child {
            padding-bottom: 4px;
            border-bottom: 3px solid #EE2312;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            margin-bottom: 16px; } }
      #footercontent .footer-container .footer-item.news-letter {
        width: 374px; }
        @media only screen and (max-width: 768.98px) {
          #footercontent .footer-container .footer-item.news-letter {
            background-color: #505050;
            width: 100%;
            margin: 0 -16px 50px;
            padding: 24px 32px;
            width: 100vw; }
            #footercontent .footer-container .footer-item.news-letter h3, #footercontent .footer-container .footer-item.news-letter p {
              color: #fff; } }
      #footercontent .footer-container .footer-item h3 {
        font: 600 16px/24px "muli", sans-serif;
        padding-bottom: 16px;
        color: #fff !important; }
        @media only screen and (max-width: 768.98px) {
          #footercontent .footer-container .footer-item h3 {
            color: #1B252C; } }
      #footercontent .footer-container .footer-item p, #footercontent .footer-container .footer-item a {
        font: normal 16px/24px "muli", sans-serif;
        padding-bottom: 8px;
        color: #fff;
        display: inline-block; }
        @media only screen and (max-width: 768.98px) {
          #footercontent .footer-container .footer-item p, #footercontent .footer-container .footer-item a {
            color: #1B252C !important; } }
      @media only screen and (max-width: 768.98px) {
        #footercontent .footer-container .footer-item {
          width: 100%; } }
      #footercontent .footer-container .footer-item .social-icon-wrapper {
        padding-top: 20px; }
        #footercontent .footer-container .footer-item .social-icon-wrapper .icon {
          display: inline-block;
          margin-right: 40px; }
          #footercontent .footer-container .footer-item .social-icon-wrapper .icon:last-child {
            margin-right: 0; }
      @media only screen and (max-width: 768.98px) {
        #footercontent .footer-container .footer-item.mob-footer-item {
          max-width: 49%;
          margin: 0 0 50px; }
          #footercontent .footer-container .footer-item.mob-footer-item h3 {
            padding-bottom: 4px;
            border-bottom: 3px solid #EE2312;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            margin-bottom: 16px; } }
    @media only screen and (max-width: 768.98px) {
      #footercontent .footer-container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 0; } }
  #footercontent .footer-bottom {
    padding: 25px 0;
    background-color: #fff; }
    #footercontent .footer-bottom.checkoutFooter {
      border-top: 1px solid #D1D3D6;
      margin-top: 3.1875rem; }
      @media (max-width: 991.98px) {
        #footercontent .footer-bottom.checkoutFooter {
          margin-top: 0; } }
    #footercontent .footer-bottom .footer-bottom-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #footercontent .footer-bottom .footer-bottom-holder .footer-copyright {
        padding: 0 166px;
        text-align: center;
        font: normal 14px/18px "muli", sans-serif; }
        @media only screen and (max-width: 768.98px) {
          #footercontent .footer-bottom .footer-bottom-holder .footer-copyright {
            max-width: 236px;
            margin: 0 auto;
            margin-bottom: 50px;
            padding: 0; } }
      #footercontent .footer-bottom .footer-bottom-holder .footer-logo img {
        width: 164px;
        height: 25px; }
      @media only screen and (max-width: 768.98px) {
        #footercontent .footer-bottom .footer-bottom-holder {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          text-align: center; } }
    #footercontent .footer-bottom .links .region {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #footercontent .footer-bottom .links .region::before {
        display: none; }
      #footercontent .footer-bottom .links .region a {
        font: normal 14px/18px "muli", sans-serif;
        display: inline-block;
        margin-right: 19px;
        text-decoration: underline;
        color: #172026 !important; }
    #footercontent .footer-bottom .links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #footercontent .footer-bottom .links a {
        font: normal 14px/18px "muli", sans-serif;
        display: inline-block;
        margin-right: 19px;
        text-decoration: underline;
        color: #172026 !important; }
    @media only screen and (max-width: 768.98px) {
      #footercontent .footer-bottom {
        padding: 50px 0 0; } }
  @media only screen and (max-width: 768.98px) {
    #footercontent {
      background-color: #fff;
      padding: 42px 16px 32px; } }

.backToTop {
  background-color: #EE2312;
  width: 3.125rem;
  height: 3.125rem;
  position: fixed;
  right: 1.25rem;
  bottom: 2rem;
  border: 1px solid #EE2312;
  border-radius: 100%;
  visibility: hidden;
  z-index: 99; }
  @media (max-width: 991.98px) {
    .backToTop {
      width: 2.1875rem;
      height: 2.1875rem; } }
  .backToTop:hover {
    background-color: #AF2025; }
  .backToTop.show {
    visibility: visible; }
  .backToTop::after {
    content: '';
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 0.4375rem;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: relative;
    bottom: -0.3125rem; }
  @media (max-width: 991.98px) {
    .backToTop::after {
      padding: 0.3125rem;
      bottom: -0.1875rem; } }

.quote-btn {
  position: fixed;
  left: 0.625rem;
  bottom: 2rem;
  visibility: hidden;
  z-index: 99; }
  .quote-btn.show {
    visibility: visible; }

.news-letter-container {
  position: relative; }
  .news-letter-container .newsletter-email {
    background-color: #505050;
    height: 39px;
    border-radius: 50px;
    border: 2px solid #878787;
    padding-right: 50px;
    /* Make space for the button */
    color: white;
    padding-left: 15px;
    font: normal 16px/24px "muli", sans-serif; }
    .news-letter-container .newsletter-email:focus {
      border: 2px solid #878787;
      outline: none; }
  .news-letter-container .newsletter-btn {
    right: 0;
    position: absolute;
    padding: 0 20px;
    color: #fff;
    border: 1px solid #EE2312;
    background-color: #EE2312;
    border-radius: 40px;
    height: 40px;
    cursor: pointer;
    font: normal 16px/24px "muli", sans-serif; }
    .news-letter-container .newsletter-btn:hover {
      background-color: #AF2025; }

.footer-certificate {
  padding-top: 20px; }

#privacy-policy-dialog {
  position: fixed;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0 10% 50px 10%;
  padding: 20px;
  z-index: 9999;
  border-radius: 10px; }
  #privacy-policy-dialog .policy-content {
    color: #FFF; }
    #privacy-policy-dialog .policy-content a {
      color: #EE2312;
      font-weight: 800; }
  #privacy-policy-dialog .policy-action > button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #FFF;
    font: inherit;
    cursor: pointer;
    text-decoration: underline; }
