h1, h2 {
    overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    color: #212529;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin: 0px;
    padding: 0px;
    line-height: 1.2;
}

h1 {
  font-size: 48px;
}
h3 {
  font-size:24px;
}

input, textarea, select, button {
  font-family: Arial;
}
label {
  font-weight:400;
  text-align:left;
}
.form {
  text-align:left;
}

.contactMe a, .contactMe a:visited {
  color:#2f82ff;
}

.contactMe .checkbox-radio { height:21px; width:100%; }

.contactMe .checkbox-radio input[type='checkbox'], .contactMe .checkbox-radio input[type='radio'] {
  width:14px;
  height:14px;
  top:4px;
}
.contactMe .checkbox-radio label {
  line-height:14px;
  padding:0 0 0 14px;
}
.contactMe .checkbox-radio label:before {
  width:14px;
  height:14px;
  top:4px;
}
.contactMe .checkbox-radio input[type='checkbox']:checked + label:after, .contactMe .checkbox-radio input[type='radio']:checked + label:after {
  top:7px;
  left:3px;
  width:8px;
  height:8px;
}

.contactMe input.btn {
  border-radius: 20px !important;
}

.form .heading, .form-row.heading {
  text-align:left;
  margin-left:-5px;
}
.form-row p {
  text-align:left;
  margin-bottom:5px;
}
.form-row.left {
  text-align: left;
}
.form-row .product {
  padding-left:25px;
}
.form-row .product .product-image {
  float:left;display:inline-block;margin-right:8px;
}
.form-row .product .product-image img {
  width:75px;
}
.form-row.validation, .form-row.validation > div {
  color:red;
}
.form-row.validation > div {
  vertical-align:top;
}
.contactMe .form-row.three.bigmedsml > div:nth-child(1) {width:calc(40% - 6px);}
.contactMe .form-row.three.bigmedsml > div:nth-child(2) {width:calc(34% - 8px);margin-left:10px;margin-right:10px;}
.contactMe .form-row.three.bigmedsml > div:nth-child(3) {width:calc(26% - 6px);}

.contactMe .form-row.two.smlbig > div:nth-child(1) {width:calc(45% - 5px);margin-right:0px; }
.contactMe .form-row.two.smlbig > div:nth-child(2) {width:calc(55% - 5px);margin-left:10px;}

.checkout .btn {
  line-height:normal !important;
  padding:12px 40px !important;
  margin-left:0px !important;
  font-size:14px !important;
}

#review-order .section label {
  margin-bottom:0;
}
#review-order .section, #review-order .card {
  margin-bottom:20px;
}
#review-order table.product-list td.no-wrap {
  white-space:nowrap;
}
#review-order table.product-list th.wide-column {
  width:99%;
}

#review-order .section-heading {
  font-size:1em;
  color:#2967b1;
  font-weight:bold;
}

#review-order .auto-order-totals {
  margin-top:20px;
}

#review-order .auto-order-totals table, #review-order .order-totals table {
  width:100%;
}

#review-order .disclaimer, #shop-auto-order .disclaimer, #review-order .disclaimer a, #shop-auto-order .disclaimer a {
  font-style: italic;
  font-size: 10px;
}
#review-order .disclaimer, #shop-auto-order .disclaimer {
  color: #555;
}

#js-disclaimer-link {
  margin-top: 10px;
}

.changecountry a, .changecountry a:visited{
  color:#000000;
}

.romanized-used-for-shipping, .contactMe .romanized-used-for-shipping {
  font-size:.75rem;
}

div a.change-country {
  font-size:10px;
  color: #000000;
}

@media (max-width: 450px) {
  .contactMe > section {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 575.98px) {
  #review-order .card-body {
    padding-left:5px;
    padding-right:5px;
  }
  #review-order table.product-list th.wide-column {
    width:auto;
  }
  #review-order table.product-list td.no-wrap {
    white-space:normal;
  }
}

.js-more-options {
  display: none !important;
}
