[href]:focus {
  outline: none !important; }

[href] {
  text-decoration: none !important; }

.divRow {
  width: 100%; }

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.d-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.d-flex-jfc {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12,
.lg-1, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11, .lg-12,
.md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12,
.sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12,
.xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .sm-1 {
    width: calc(100% / 12); }
  .sm-2 {
    width: calc(100% / 12 * 2); }
  .sm-3 {
    width: calc(100% / 12 * 3); }
  .sm-4 {
    width: calc(100% / 12 * 4); }
  .sm-5 {
    width: calc(100% / 12 * 5); }
  .sm-6 {
    width: calc(100% / 12 * 6); }
  .sm-7 {
    width: calc(100% / 12 * 7); }
  .sm-8 {
    width: calc(100% / 12 * 8); }
  .sm-9 {
    width: calc(100% / 12 * 9); }
  .sm-10 {
    width: calc(100% / 12 * 10); }
  .sm-11 {
    width: calc(100% / 12 * 11); }
  .sm-12 {
    width: calc(100% / 12 * 12); } }

@media (min-width: 768px) {
  .md-1 {
    width: calc(100% / 12); }
  .md-2 {
    width: calc(100% / 12 * 2); }
  .md-3 {
    width: calc(100% / 12 * 3); }
  .md-4 {
    width: calc(100% / 12 * 4); }
  .md-5 {
    width: calc(100% / 12 * 5); }
  .md-6 {
    width: calc(100% / 12 * 6); }
  .md-7 {
    width: calc(100% / 12 * 7); }
  .md-8 {
    width: calc(100% / 12 * 8); }
  .md-9 {
    width: calc(100% / 12 * 9); }
  .md-10 {
    width: calc(100% / 12 * 10); }
  .md-11 {
    width: calc(100% / 12 * 11); }
  .md-12 {
    width: calc(100% / 12 * 12); } }

@media (min-width: 992px) {
  .lg-1 {
    width: calc(100% / 12); }
  .lg-2 {
    width: calc(100% / 12 * 2); }
  .lg-3 {
    width: calc(100% / 12 * 3); }
  .lg-4 {
    width: calc(100% / 12 * 4); }
  .lg-5 {
    width: calc(100% / 12 * 5); }
  .lg-6 {
    width: calc(100% / 12 * 6); }
  .lg-7 {
    width: calc(100% / 12 * 7); }
  .lg-8 {
    width: calc(100% / 12 * 8); }
  .lg-9 {
    width: calc(100% / 12 * 9); }
  .lg-10 {
    width: calc(100% / 12 * 10); }
  .lg-11 {
    width: calc(100% / 12 * 11); }
  .lg-12 {
    width: calc(100% / 12 * 12); } }

@media (min-width: 1200px) {
  .xl-1 {
    width: calc(100% / 12); }
  .xl-2 {
    width: calc(100% / 12 * 2); }
  .xl-3 {
    width: calc(100% / 12 * 3); }
  .xl-4 {
    width: calc(100% / 12 * 4); }
  .xl-5 {
    width: calc(100% / 12 * 5); }
  .xl-6 {
    width: calc(100% / 12 * 6); }
  .xl-7 {
    width: calc(100% / 12 * 7); }
  .xl-8 {
    width: calc(100% / 12 * 8); }
  .xl-9 {
    width: calc(100% / 12 * 9); }
  .xl-10 {
    width: calc(100% / 12 * 10); }
  .xl-11 {
    width: calc(100% / 12 * 11); }
  .xl-12 {
    width: calc(100% / 12 * 12); } }

@media (max-width: 551px) {
  .xs-1 {
    width: calc(100% / 12); }
  .xs-2 {
    width: calc(100% / 12 * 2); }
  .xs-3 {
    width: calc(100% / 12 * 3); }
  .xs-4 {
    width: calc(100% / 12 * 4); }
  .xs-5 {
    width: calc(100% / 12 * 5); }
  .xs-6 {
    width: calc(100% / 12 * 6); }
  .xs-7 {
    width: calc(100% / 12 * 7); }
  .xs-8 {
    width: calc(100% / 12 * 8); }
  .xs-9 {
    width: calc(100% / 12 * 9); }
  .xs-10 {
    width: calc(100% / 12 * 10); }
  .xs-11 {
    width: calc(100% / 12 * 11); }
  .xs-12 {
    width: calc(100% / 12 * 12); } }

.page_type__page.page_title__order_detail .account {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto; }

.page_type__page table,
.page_type__page table tr.even, .page_type__page table tr.alt, .page_type__page table tr:nth-of-type(even) {
  background: #fff; }

.page_type__page .quotes-search-form .form-input {
  margin: 0;
  position: relative;
  top: 1px; }

.page_type__page .qty-wraper .qty-input {
  margin: 0; }

#main-content {
  margin-bottom: 0;
  min-height: 500px; }
  @media (max-width: 991px) {
    #main-content ol.breadcrumbs {
      padding: 0;
      margin-bottom: 15px; } }
  #main-content > .container {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  #main-content .page {
    width: 100%;
    margin: 0; }
    #main-content .page .contact-us-page {
      margin: 50px 0 0 0; }
    #main-content .page .contact-us-title {
      font-size: 30px;
      font-weight: 600;
      line-height: 40px;
      text-align: left;
      color: #000000;
      margin: 0 0 20px 0; }
      @media (max-width: 551px) {
        #main-content .page .contact-us-title {
          font-size: 24px;
          line-height: 30px; } }
    #main-content .page .contact-us-wrapper {
      width: 100%; }
      #main-content .page .contact-us-wrapper .contact-us-details-wrapper {
        display: flex;
        justify-content: space-between;
        padding: 0 0 25px 0;
        width: 100%; }
        #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left {
          display: flex;
          flex-direction: column;
          width: 42%;
          padding-right: 50px; }
          #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box {
            width: 100%;
            border-radius: 5px;
            border: 0.5px solid rgba(183, 183, 183, 0.3); }
            #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box:not(:last-child) {
              margin-bottom: 15px; }
            #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .details-left-box-heading {
              padding: 12px 16px 12px 16px;
              border-bottom: 1px solid rgba(183, 183, 183, 0.3);
              background: rgba(183, 183, 183, 0.2); }
              #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .details-left-box-heading > p {
                color: rgba(0, 0, 0, 0.88);
                font-family: Lato;
                font-size: 14px;
                font-weight: 600;
                line-height: 22px;
                text-align: left;
                margin-bottom: 0; }
            #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .details-left-box-content {
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between;
              padding: 18px 22px 18px 16px;
              gap: 20px; }
              #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .details-left-box-content .detail-label {
                font-family: Lato;
                font-size: 15px;
                font-weight: 600;
                line-height: 19px;
                letter-spacing: 0.04em;
                text-align: left;
                color: #6a6a6a;
                margin-bottom: 10px; }
              #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .details-left-box-content .detail-content > a {
                font-family: Lato;
                font-size: 17px;
                font-weight: 400;
                line-height: 19px;
                letter-spacing: 0.04em;
                text-align: left;
                color: #000000; }
                #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .details-left-box-content .detail-content > a svg {
                  position: relative;
                  top: 2px;
                  width: 16px;
                  height: 16px; }
                #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .details-left-box-content .detail-content > a:hover {
                  color: #005AAF; }
              #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .details-left-box-content .details-content-text {
                font-family: Lato;
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                letter-spacing: 0.64px;
                color: #000000; }
            #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .email-container {
              flex-direction: column; }
        #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-right {
          width: 58%;
          border-radius: 5px;
          border: 0.5px solid rgba(183, 183, 183, 0.3);
          padding: 25px; }
          #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-right .contact-us-inquiry .contact-us-inquiry-title {
            font-family: Lato;
            font-size: 30px;
            font-weight: 600;
            line-height: 38.4px;
            margin: 0 0 10px 0;
            color: #000000; }
          #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-right .contact-us-inquiry #contact-us-page form {
            margin-bottom: 0; }
            #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-right .contact-us-inquiry #contact-us-page form .form-field .form-label {
              font-family: Lato;
              font-size: 14px;
              font-weight: 400;
              line-height: 22px;
              color: #000000e0; }
            #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-right .contact-us-inquiry #contact-us-page form .form-field .form-input {
              background-color: transparent;
              border-radius: 6px;
              padding: 10px;
              height: auto;
              margin: 0;
              border-color: rgba(183, 183, 183, 0.3); }
            #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-right .contact-us-inquiry #contact-us-page form .form-actions {
              margin-top: 0; }
              #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-right .contact-us-inquiry #contact-us-page form .form-actions .button {
                border-radius: 8px;
                width: 50%; }
            #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-right .contact-us-inquiry #contact-us-page form .g-recaptcha {
              display: none; }
        @media (max-width: 991px) {
          #main-content .page .contact-us-wrapper .contact-us-details-wrapper {
            flex-direction: column; }
            #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left {
              width: 100%;
              gap: 10px;
              padding-right: 0;
              margin-bottom: 15px; }
              #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .details-left-box-content {
                gap: 15px;
                padding: 14px 20px 14px 16px; }
                #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .details-left-box-content .detail-label {
                  font-size: 14px;
                  margin-bottom: 8px; }
                #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .details-left-box-content .detail-content a {
                  font-size: 18px; }
                #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .details-left-box-content .details-content-text {
                  font-size: 15px;
                  line-height: 22px; }
            #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-right {
              width: 100%;
              padding: 15px; } }
        @media (max-width: 551px) {
          #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .details-left-box-content .detail-label {
            font-size: 13px; }
          #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .details-left-box-content .detail-content a {
            font-size: 16px; }
          #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-left .details-left-box .details-left-box-content .details-content-text {
            font-size: 14px;
            line-height: 22px; }
          #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-right .contact-us-inquiry-title {
            font-size: 28px;
            font-weight: 600;
            line-height: 34px; }
          #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-right #contact-us-page p {
            margin: 10px 0;
            font-size: 14px;
            font-family: lato;
            font-weight: 600;
            line-height: 17px; }
          #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-right #contact-us-page form .form-field {
            margin-bottom: 12px; }
            #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-right #contact-us-page form .form-field .form-label {
              font-size: 12px;
              font-weight: 400; }
            #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-right #contact-us-page form .form-field .form-input {
              padding: 7px;
              height: auto; }
            #main-content .page .contact-us-wrapper .contact-us-details-wrapper .contact-us-details-right #contact-us-page form .form-field #contact_question {
              max-height: 30px; } }
      #main-content .page .contact-us-wrapper .contact-us-centers-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 25px 0;
        width: 100%; }
        #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-left {
          text-align: left;
          width: 42%; }
          #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-left .centers-left-heading {
            font-family: Lato;
            font-size: 30px;
            font-weight: 600;
            line-height: 38.4px;
            color: #000000;
            margin-bottom: 10px; }
          #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-left .centers-left-content {
            font-family: Lato;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0.64px;
            color: #000000;
            padding: 25px 0;
            max-width: 488px; }
          #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-left .centers-left-info {
            font-family: Lato;
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
            letter-spacing: 0.56px;
            color: #4c4c4c;
            max-width: 548px;
            padding-top: 20px; }
        #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right {
          width: 58%;
          margin: auto; }
          #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .centers-right-heading {
            font-family: Lato;
            font-size: 16px;
            font-weight: 700;
            line-height: 19.2px;
            color: #000000;
            margin-bottom: 10px;
            margin-left: 45px; }
          #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container {
            margin-left: auto;
            margin-right: auto; }
            #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table {
              background-color: #fff;
              border-collapse: collapse;
              margin-bottom: 0;
              margin-left: auto;
              margin-right: auto; }
              #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr,
              #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr {
                text-align: center;
                background-color: #fff; }
                #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr th,
                #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr td,
                #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr th,
                #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr td {
                  text-align: center;
                  border: 0.5px solid rgba(183, 183, 183, 0.3);
                  padding: 10px 14px;
                  color: #000000;
                  font-weight: 400; }
                  #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr th:first-child,
                  #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr td:first-child,
                  #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr th:first-child,
                  #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr td:first-child {
                    font-weight: 600; }
                  #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr th .shipping-label,
                  #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr td .shipping-label,
                  #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr th .shipping-label,
                  #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr td .shipping-label {
                    display: none; }
                #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr th,
                #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr th {
                  font-weight: 600; }
        @media (max-width: 991px) {
          #main-content .page .contact-us-wrapper .contact-us-centers-wrapper {
            flex-direction: column;
            padding: 0; }
            #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-left {
              width: 100%; }
              #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-left .centers-left-heading {
                font-size: 28px;
                line-height: 34px;
                margin-top: 10px;
                margin-bottom: 8px; }
              #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-left .centers-left-content {
                padding: 15px 0;
                font-size: 14px; }
              #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-left .centers-left-info {
                padding: 7px 0;
                font-size: 13px; }
            #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right {
              width: 100%;
              margin: 10px 0; }
              #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .centers-right-heading {
                font-size: 14px;
                line-height: 18.2px;
                margin-left: 0; }
              #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table {
                width: 100%; }
                #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead td br,
                #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody td br {
                  display: none; } }
      @media (max-width: 991px) and (max-width: 551px) {
        #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead {
          display: none; }
        #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr,
        #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr {
          display: block;
          border: 0.5px solid #b7b7b7; }
          #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr:not(:last-child),
          #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr:not(:last-child) {
            margin-bottom: 10px; }
          #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr th,
          #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr td,
          #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr th,
          #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr td {
            display: block;
            border: none;
            padding: 5px 10px; }
            #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr th:first-child,
            #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr td:first-child,
            #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr th:first-child,
            #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr td:first-child {
              font-weight: 400; }
            #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr th div,
            #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr td div,
            #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr th div,
            #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr td div {
              display: flex;
              align-items: center; }
            #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr th .shipping-label,
            #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table thead tr td .shipping-label,
            #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr th .shipping-label,
            #main-content .page .contact-us-wrapper .contact-us-centers-wrapper .contact-us-centers-right .center-table-container .shipping-table tbody tr td .shipping-label {
              display: inline-block;
              font-weight: 600;
              padding-right: 10px;
              font-size: 12px;
              box-sizing: border-box; } }
      #main-content .page .contact-us-wrapper .location-address-wrapper {
        margin-bottom: 100px; }
        #main-content .page .contact-us-wrapper .location-address-wrapper .location-address-titles {
          padding-bottom: 10px; }
          #main-content .page .contact-us-wrapper .location-address-wrapper .location-address-titles .Our-warehouses {
            font-family: Lato;
            font-size: 16px;
            font-weight: 700;
            line-height: 19.2px;
            color: #000000;
            margin-bottom: 10px; }
          #main-content .page .contact-us-wrapper .location-address-wrapper .location-address-titles .Locations-title {
            font-family: Lato;
            font-size: 30px;
            font-weight: 600;
            line-height: 38.4px;
            color: #000000;
            margin: 15px 0; }
          #main-content .page .contact-us-wrapper .location-address-wrapper .location-address-titles .location-description {
            font-family: Lato;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0.64px;
            margin: 10px 0;
            color: #000000; }
        #main-content .page .contact-us-wrapper .location-address-wrapper .location-main {
          display: flex;
          flex-wrap: wrap;
          width: 100%; }
          #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-tabs {
            width: 42%;
            display: flex;
            flex-direction: column;
            padding: 0 25px 0 0; }
            #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-tabs .location-tab {
              padding: 15px;
              cursor: pointer;
              transition: all 0.4s;
              border-left: 2px solid transparent; }
              #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-tabs .location-tab:hover, #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-tabs .location-tab.active {
                background-color: #f3f9ff;
                border-color: #003d77; }
              #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-tabs .location-tab .location-city-name {
                font-size: 20px;
                font-weight: 700;
                line-height: 28px; }
              #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-tabs .location-tab .location-address {
                font-family: Lato;
                font-size: 16px;
                font-weight: 400;
                line-height: 24px; }
          #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-map-container {
            width: 58%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 25px; }
            #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-map-container .location-map-main {
              background-color: #6a6a6a;
              width: 100%;
              height: 100%; }
              #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-map-container .location-map-main .location-map {
                display: none;
                width: 100%;
                height: 100%; }
                #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-map-container .location-map-main .location-map:active {
                  display: block; }
              #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-map-container .location-map-main .active {
                display: block; }
        @media (max-width: 991px) {
          #main-content .page .contact-us-wrapper .location-address-wrapper .location-address-titles {
            padding-bottom: 10px; }
            #main-content .page .contact-us-wrapper .location-address-wrapper .location-address-titles .Our-warehouses {
              font-size: 14px;
              line-height: 17.2px;
              margin-bottom: 5px; }
            #main-content .page .contact-us-wrapper .location-address-wrapper .location-address-titles .Locations-title {
              font-size: 28px;
              font-weight: 600;
              line-height: 34.4px;
              color: #000000;
              margin: 8px 0; }
            #main-content .page .contact-us-wrapper .location-address-wrapper .location-address-titles .location-description {
              font-size: 14px;
              line-height: 22px;
              letter-spacing: 0.64px;
              margin: 10px 0; }
          #main-content .page .contact-us-wrapper .location-address-wrapper .location-main {
            flex-direction: row;
            width: 100%; }
            #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-tabs {
              width: 100%;
              padding: 0; }
              #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-tabs .location-tab {
                padding: 10px; }
                #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-tabs .location-tab .location-city-name {
                  font-size: 18px;
                  line-height: 24px; }
                #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-tabs .location-tab .location-address {
                  font-size: 14px;
                  line-height: 20px; }
            #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-map-container {
              width: 100%;
              padding-left: 0; } }
        @media (max-width: 551px) {
          #main-content .page .contact-us-wrapper .location-address-wrapper .location-address-titles .Locations-title {
            font-size: 24px;
            font-weight: 600;
            line-height: 30.4px; }
          #main-content .page .contact-us-wrapper .location-address-wrapper .location-address-titles .location-description {
            font-size: 12px;
            line-height: 18px;
            margin: 8px 0; }
          #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-tabs {
            width: 100%;
            padding: 0; }
            #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-tabs .location-tab {
              padding: 8px; }
              #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-tabs .location-tab .location-city-name {
                font-size: 16px;
                line-height: 22px; }
              #main-content .page .contact-us-wrapper .location-address-wrapper .location-main .location-tabs .location-tab .location-address {
                font-size: 12px;
                line-height: 18px; } }

#main-content .our-products {
  width: 100%;
  padding: 20px 0; }
  #main-content .our-products h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: #1D1D1D;
    margin: 0 0 20px 0; }
    @media (max-width: 767px) {
      #main-content .our-products h2 {
        font-size: 22px;
        line-height: 26px; } }
  #main-content .our-products .slick-list {
    padding: 5px 0 20px 0; }
  @media (max-width: 767px) {
    #main-content .our-products .productCarousel-slide {
      padding: 0; } }
  #main-content .our-products .card-body {
    padding: 10px; }
  #main-content .our-products .cards-action .card-quantity .form-field .form-increment .button {
    padding: 0; }
  #main-content .our-products .cards-action .card-quantity .form-field .form-increment .form-input {
    width: 80%; }

.page_title__account_deletion #main-content #contact-us-page {
  margin-left: 0;
  max-width: 600px; }
  .page_title__account_deletion #main-content #contact-us-page .form-actions {
    text-align: left; }

.page_title__account_deletion #main-content .form-label {
  display: none; }

.page_title__account_deletion #main-content .form-input {
  margin-bottom: 0; }

.page_title__account_deletion #main-content .page-description-content p {
  font-size: 16px;
  margin-bottom: 1.5rem; }
