@font-face {
  font-family: "bebas_neue_proexpanded_bold";
  src: url("/wp-content/themes/hollandguns/assets/fonts/bebasneuepro-expandedbold-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/bebasneuepro-expandedbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_prolight";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin-light.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin-light.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_proregular";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_regular-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "acumin_prosemibold";
  src: url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_semibold_regular-webfont.woff2") format("woff2"), url("/wp-content/themes/hollandguns/assets/fonts/acumin_pro_semibold_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "acumin_proregular", sans-serif;
  font-weight: normal;
  background-color: white;
  font-size: 16px;
}

h1,
h2 {
  font-family: "bebas_neue_proexpanded_bold", sans-serif;
}

h3,
h4,
h5,
h6 {
  font-family: "acumin_prosemibold", sans-serif;
}

.checkout .section_wrapper {
  padding-top: 100px;
}
.checkout .section_wrapper .step-content {
  border: none !important;
}
.checkout .section_wrapper .step-steps {
  display: none !important;
}
.checkout .section_wrapper .checkout_step {
  margin-bottom: 48px;
  -webkit-box-shadow: 0px 0px 20px 16px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 0px 20px 16px rgba(0, 0, 0, 0.0392156863);
  border-radius: 20px;
}
.checkout .section_wrapper .checkout_step * {
  font-family: "acumin_prosemibold", sans-serif;
  font-size: 16px;
}
.checkout .section_wrapper .checkout_step .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 32px;
}
.checkout .section_wrapper .checkout_step .head .title {
  color: #858997;
  font-weight: normal;
}
.checkout .section_wrapper .checkout_step .head .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout .section_wrapper .checkout_step .head .progress .step_icon {
  padding: 0px 16px;
}
.checkout .section_wrapper .checkout_step .head .progress .step_icon:last-child {
  padding-right: 0;
}
.checkout .section_wrapper .checkout_step .head .progress .line {
  width: 30px;
  border: 2px solid #E6E8EE;
}
.checkout .section_wrapper .checkout_step .step_body table, .checkout .section_wrapper .checkout_step .step_body th, .checkout .section_wrapper .checkout_step .step_body td {
  border-collapse: collapse;
  border-bottom: 1px solid #EEEFF3;
}
.checkout .section_wrapper .checkout_step .step_body table {
  width: 100%;
  text-align: left;
}
.checkout .section_wrapper .checkout_step .step_body table tr td, .checkout .section_wrapper .checkout_step .step_body table tr th {
  padding-top: 22px;
  padding-bottom: 22px;
}
.checkout .section_wrapper .checkout_step .step_body table tr td:first-child, .checkout .section_wrapper .checkout_step .step_body table tr th:first-child {
  padding-left: 32px;
}
.checkout .section_wrapper .checkout_step .step_body table tr td:last-child, .checkout .section_wrapper .checkout_step .step_body table tr th:last-child {
  padding-right: 32px;
}
.checkout .section_wrapper .checkout_step .step_body table thead {
  border-bottom: 1px solid #000;
}
.checkout .section_wrapper .checkout_step .step_body table thead * {
  color: #858997;
  font-size: 14px;
  font-weight: normal;
}
.checkout .section_wrapper .checkout_step .step_body table thead tr > th:last-child {
  padding-left: 22px;
}
.checkout .section_wrapper .checkout_step .step_body table tbody tr {
  border-bottom: 1px solid #EEEFF3;
}
.checkout .section_wrapper .checkout_step .step_body table tbody tr .product_info {
  color: #141821;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 22px;
}
.checkout .section_wrapper .checkout_step .step_body table tbody tr .product_info .thumbnail {
  height: 70px;
  margin-right: 22px;
}
.checkout .section_wrapper .checkout_step .step_body table tbody tr .product_info .thumbnail img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.checkout .section_wrapper .checkout_step .step_body table tbody tr .product_info .title span {
  margin: 0px 5px;
}
.checkout .section_wrapper .checkout_step .step_body table tbody tr .product_quantity .quantity_number {
  height: 40px;
  width: 139px;
  position: relative;
  /* Firefox */
}
.checkout .section_wrapper .checkout_step .step_body table tbody tr .product_quantity .quantity_number input::-webkit-outer-spin-button,
.checkout .section_wrapper .checkout_step .step_body table tbody tr .product_quantity .quantity_number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout .section_wrapper .checkout_step .step_body table tbody tr .product_quantity .quantity_number input[type=number] {
  -moz-appearance: textfield;
}
.checkout .section_wrapper .checkout_step .step_body table tbody tr .product_quantity .quantity_number input, .checkout .section_wrapper .checkout_step .step_body table tbody tr .product_quantity .quantity_number button {
  border: none;
  outline: none;
  background: transparent;
}
.checkout .section_wrapper .checkout_step .step_body table tbody tr .product_quantity .quantity_number input {
  border: 1px solid #C3C6D1;
  padding: 8px 55px;
  color: #141821;
  font-size: 16px;
  line-height: 1;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.checkout .section_wrapper .checkout_step .step_body table tbody tr .product_quantity .quantity_number button {
  font-size: 24px;
  color: #858997;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 12px;
}
.checkout .section_wrapper .checkout_step .step_body table tbody tr .product_quantity .quantity_number button:last-child {
  right: 0px;
}
@media screen and (max-width: 767px) {
  .checkout .section_wrapper .checkout_step .step_body table tbody tr .product_quantity .quantity_number {
    width: 100px;
    height: 32px;
    margin-right: 0px !important;
  }
  .checkout .section_wrapper .checkout_step .step_body table tbody tr .product_quantity .quantity_number input {
    padding: 0px 32px;
  }
  .checkout .section_wrapper .checkout_step .step_body table tbody tr .product_quantity .quantity_number button {
    height: 32px;
    width: 32px;
  }
}
.checkout .section_wrapper .checkout_step .step_body table tbody tr .product_price {
  color: #141821;
  width: 1%;
  white-space: nowrap;
  padding-left: 22px;
}
.checkout .section_wrapper .checkout_step .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 32px;
}
.checkout .section_wrapper .checkout_step .foot > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout .section_wrapper .checkout_step .foot .left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout .section_wrapper .checkout_step .foot .left .button_redirect {
  padding: 10px 12px;
  border-radius: 12px;
}
.checkout .section_wrapper .checkout_step .foot .left .button_go_back {
  background-color: transparent;
  color: #858997;
  font-size: 14px;
  border: none;
  outline: none;
  margin-left: 22px;
}
.checkout .section_wrapper .checkout_step .foot .left .button_go_back:hover {
  font-weight: 600;
  font-size: 15px;
}
.checkout .section_wrapper .checkout_step .foot .right .label {
  margin-right: 12px;
  color: #858997;
}
.checkout .section_wrapper .checkout_step .foot .right .total_items {
  font-size: 14px;
  margin-right: 42px;
}
.checkout .section_wrapper .checkout_step .foot .right .total_items span {
  margin-right: 6px;
}
@media screen and (max-width: 575px) {
  .checkout .section_wrapper .checkout_step .foot .right .total_items {
    margin-right: 22px;
  }
}
.checkout .section_wrapper .checkout_step .foot .right .total_price span {
  margin-left: 6px;
}
.checkout .section_wrapper .shipping, .checkout .section_wrapper .payment {
  /* Firefox */
}
.checkout .section_wrapper .shipping input::-webkit-outer-spin-button,
.checkout .section_wrapper .shipping input::-webkit-inner-spin-button, .checkout .section_wrapper .payment input::-webkit-outer-spin-button,
.checkout .section_wrapper .payment input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout .section_wrapper .shipping input[type=number], .checkout .section_wrapper .payment input[type=number] {
  -moz-appearance: textfield;
}
.checkout .section_wrapper .shipping .head .progress .first_line, .checkout .section_wrapper .payment .head .progress .first_line {
  border-color: #0D2647;
}
.checkout .section_wrapper .shipping .step_body, .checkout .section_wrapper .payment .step_body {
  padding: 22px 32px;
}
.checkout .section_wrapper .shipping .step_body form, .checkout .section_wrapper .payment .step_body form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout .section_wrapper .shipping .container, .checkout .section_wrapper .payment .container {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .checkout .section_wrapper .shipping .container, .checkout .section_wrapper .payment .container {
    width: 100%;
  }
  .checkout .section_wrapper .shipping .container .form_group_large, .checkout .section_wrapper .payment .container .form_group_large {
    margin-bottom: 42px !important;
  }
}
.checkout .section_wrapper .shipping .container:nth-child(odd), .checkout .section_wrapper .payment .container:nth-child(odd) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.checkout .section_wrapper .shipping .container:nth-child(even), .checkout .section_wrapper .payment .container:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.checkout .section_wrapper .shipping .container .form_group, .checkout .section_wrapper .payment .container .form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 42px;
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .checkout .section_wrapper .shipping .container .form_group, .checkout .section_wrapper .payment .container .form_group {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .checkout .section_wrapper .shipping .container .form_group, .checkout .section_wrapper .payment .container .form_group {
    width: 100%;
  }
}
.checkout .section_wrapper .shipping .container .form_group input, .checkout .section_wrapper .shipping .container .form_group select, .checkout .section_wrapper .payment .container .form_group input, .checkout .section_wrapper .payment .container .form_group select {
  font-size: 16px;
  color: #0D2647;
  padding: 16px 40px 16px 14px;
  border-radius: 10px;
  border: 2px solid #858997;
  width: 100%;
  background-color: transparent;
}
.checkout .section_wrapper .shipping .container .form_group input::-webkit-input-placeholder, .checkout .section_wrapper .shipping .container .form_group select::-webkit-input-placeholder, .checkout .section_wrapper .payment .container .form_group input::-webkit-input-placeholder, .checkout .section_wrapper .payment .container .form_group select::-webkit-input-placeholder {
  color: #858997;
}
.checkout .section_wrapper .shipping .container .form_group input::-moz-placeholder, .checkout .section_wrapper .shipping .container .form_group select::-moz-placeholder, .checkout .section_wrapper .payment .container .form_group input::-moz-placeholder, .checkout .section_wrapper .payment .container .form_group select::-moz-placeholder {
  color: #858997;
}
.checkout .section_wrapper .shipping .container .form_group input:-ms-input-placeholder, .checkout .section_wrapper .shipping .container .form_group select:-ms-input-placeholder, .checkout .section_wrapper .payment .container .form_group input:-ms-input-placeholder, .checkout .section_wrapper .payment .container .form_group select:-ms-input-placeholder {
  color: #858997;
}
.checkout .section_wrapper .shipping .container .form_group input::-ms-input-placeholder, .checkout .section_wrapper .shipping .container .form_group select::-ms-input-placeholder, .checkout .section_wrapper .payment .container .form_group input::-ms-input-placeholder, .checkout .section_wrapper .payment .container .form_group select::-ms-input-placeholder {
  color: #858997;
}
.checkout .section_wrapper .shipping .container .form_group input::placeholder, .checkout .section_wrapper .shipping .container .form_group select::placeholder, .checkout .section_wrapper .payment .container .form_group input::placeholder, .checkout .section_wrapper .payment .container .form_group select::placeholder {
  color: #858997;
}
.checkout .section_wrapper .shipping .container .form_group .ship_address, .checkout .section_wrapper .shipping .container .form_group .ship_zip, .checkout .section_wrapper .payment .container .form_group .ship_address, .checkout .section_wrapper .payment .container .form_group .ship_zip {
  padding-right: 14px;
}
.checkout .section_wrapper .shipping .container .form_group .bi-check-circle-fill, .checkout .section_wrapper .payment .container .form_group .bi-check-circle-fill {
  display: none;
  position: absolute;
  top: 21px;
  right: 16px;
  color: #D52A28;
}
.checkout .section_wrapper .shipping .container .form_group .bi-chevron-down, .checkout .section_wrapper .payment .container .form_group .bi-chevron-down {
  position: absolute;
  font-weight: 600;
  top: 21px;
  right: 16px;
  z-index: -1;
}
.checkout .section_wrapper .shipping .container .form_group select, .checkout .section_wrapper .payment .container .form_group select {
  cursor: pointer;
}
.checkout .section_wrapper .shipping .container .verified input, .checkout .section_wrapper .shipping .container .verified select, .checkout .section_wrapper .payment .container .verified input, .checkout .section_wrapper .payment .container .verified select {
  border: 2px solid #141821;
}
.checkout .section_wrapper .shipping .container .verified .bi-check-circle-fill, .checkout .section_wrapper .payment .container .verified .bi-check-circle-fill {
  display: inline-block;
}
.checkout .section_wrapper .shipping .container .form_group_large, .checkout .section_wrapper .payment .container .form_group_large {
  width: 100%;
  margin-bottom: 0px;
}
.checkout .section_wrapper .shipping .container .form_group_small, .checkout .section_wrapper .payment .container .form_group_small {
  width: 35%;
  margin-bottom: 0px;
}
.checkout .section_wrapper .shipping .container select, .checkout .section_wrapper .payment .container select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.checkout .section_wrapper .payment .head .progress .second_line {
  border-color: #0D2647;
}
.checkout .section_wrapper .payment .step_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .checkout .section_wrapper .payment .step_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .checkout .section_wrapper .payment .step_body form {
    width: 100% !important;
    margin-bottom: 56px;
  }
  .checkout .section_wrapper .payment .step_body form .container {
    width: 100% !important;
  }
  .checkout .section_wrapper .payment .step_body form .container .form_group {
    width: 100% !important;
  }
  .checkout .section_wrapper .payment .step_body form .card_date_cvc .form_group {
    width: 40% !important;
  }
  .checkout .section_wrapper .payment .step_body form .card_date_cvc .form_group input {
    text-align: center;
  }
  .checkout .section_wrapper .payment .step_body .card_visuals {
    width: 100% !important;
  }
}
.checkout .section_wrapper .payment .step_body form {
  width: 50%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.checkout .section_wrapper .payment .step_body form .container {
  width: 100%;
}
.checkout .section_wrapper .payment .step_body form .container:nth-child(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.checkout .section_wrapper .payment .step_body form .card_date_cvc {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
}
.checkout .section_wrapper .payment .step_body form .card_date_cvc .form_group {
  width: 30%;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .checkout .section_wrapper .payment .step_body form .card_date_cvc {
    width: 90%;
  }
}
.checkout .section_wrapper .payment .step_body .card_visuals {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout .section_wrapper .payment .step_body .card_visuals .meta_data {
  color: #0D2647;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  .checkout .section_wrapper .payment .form_group {
    width: 90% !important;
  }
  .checkout .section_wrapper .payment .card_date_cvc {
    width: 100% !important;
  }
  .checkout .section_wrapper .payment .card_date_cvc .form_group {
    width: 40% !important;
  }
}