.check_tooltip {
    display: none;
}
.footer-check,
.contact-check,
.drawer-cart-footer,
.contact-check-cart {
    display: flex;
    margin-top: 15px;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.5;
    clear: both;
}
.template-cart .Cart__Footer .footer-check{
  justify-content: flex-end;
}
@media (max-width: 960px) {
    .site-footer .footer-check {
        max-width: 300px;
        margin: 15px auto;
    }
  .footer-check,
  .contact-check,
  .drawer-cart-footer,
  .contact-check-cart {
    align-items: flex-start;
  }
}
.footer-check input[type="checkbox"],
.contact-check input[type="checkbox"],
.drawer-cart-footer input[type="checkbox"],
.contact-check-cart input[type="checkbox"] {
    margin: 0px;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    min-width: 15px;
    vertical-align: middle !important;
    border: 1px solid #000;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    vertical-align: baseline !important;
    padding: 0;
    background-color: transparent;
    margin-top: 5px;
}
@media (max-width: 768px) {
    .footer-check input[type="checkbox"],
    .contact-check input[type="checkbox"],
    .drawer-cart-footer input[type="checkbox"],
    .contact-check-cart input[type="checkbox"] {
        margin-top: 3px;
    }
}
.footer-check input[type="checkbox"]:checked,
.contact-check input[type="checkbox"]:checked,
.drawer-cart-footer input[type="checkbox"]:checked,
.contact-check-cart input[type="checkbox"]:checked {
    background-position: center;
    background-size: 70%;
    background-image: url(checkbox-tick.svg);
    background-repeat: no-repeat;
    border-color: #000;
}
.footer-check input[type="checkbox"].not-selected,
.contact-check input[type="checkbox"].not-selected,
.drawer-cart-footer input[type="checkbox"].not-selected,
.contact-check-cart input[type="checkbox"].not-selected {
    border-color: #000;
}
.footer-check input[type="checkbox"].not-selected:checked,
.contact-check input[type="checkbox"].not-selected:checked,
.drawer-cart-footer input[type="checkbox"].not-selected:checked,
.contact-check-cart input[type="checkbox"].not-selected:checked {
    border-color: #000;
}
.footer-check label,
.contact-check label,
.drawer-cart-footer label,
.contact-check-cart label {
    display: inline-block;
    vertical-align: top;
    float: none;
    max-width: calc(100% - 30px);
    padding: 0px 0 0 10px;
    text-transform: uppercase;
   /* letter-spacing: 0.025em;*/
    font-size: 12px;
    /*font-weight: normal;*/
    margin-bottom:0;
}
.footer-check label a,
.contact-check label a,
.drawer-cart-footer label a,
.contact-check-cart label a {
    font-size: 1em;
    text-decoration: underline;
}
.footer-check .check_tooltip,
.contact-check .check_tooltip,
.drawer-cart-footer .check_tooltip,
.contact-check-cart .check_tooltip {
    position: absolute;
    left: 121px;
    top: 30px;
    border-radius: 6px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #bbb;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    z-index: 2;
    text-transform: none;
    display: none;
}
@media (max-width: 768px) {
    .footer-check .check_tooltip,
    .contact-check .check_tooltip,
    .drawer-cart-footer .check_tooltip,
    .contact-check-cart .check_tooltip {
        left: -12px;
    }
}
.footer-check .check_tooltip:after,
.contact-check .check_tooltip:after,
.drawer-cart-footer .check_tooltip:after,
.contact-check-cart .check_tooltip:after {
    border-left: solid transparent 8px;
    border-right: solid transparent 8px;
    border-bottom: solid #fff 8px;
    top: -8px;
    content: " ";
    height: 0;
    left: 19px;
    position: absolute;
    width: 0;
}
@media (max-width: 768px) {
    .footer-check .check_tooltip:after,
    .contact-check .check_tooltip:after,
    .drawer-cart-footer .check_tooltip:after,
    .contact-check-cart .check_tooltip:after {
        left: 10px;
    }
}
.footer-check .check_tooltip:before,
.contact-check .check_tooltip:before,
.drawer-cart-footer .check_tooltip:before,
.contact-check-cart .check_tooltip:before {
    border-left: solid transparent 9px;
    border-right: solid transparent 9px;
    border-bottom: solid #bbb 9px;
    top: -9px;
    content: " ";
    height: 0;
    left: 18px;
    position: absolute;
    width: 0;
}
@media (max-width: 768px) {
    .footer-check .check_tooltip:before,
    .contact-check .check_tooltip:before,
    .drawer-cart-footer .check_tooltip:before,
    .contact-check-cart .check_tooltip:before {
        left: 9px;
    }
}
.contact-check-cart {
    margin-bottom: 15px;
    text-align: left;
    justify-content: flex-start;
}
@media screen and (min-width: 750px) {
    .contact-check-cart {
        margin-top: 30px;
        text-align: right;
        display: inline-flex;
        white-space: nowrap;
    }
    .contact-check-cart input {
        margin-top: 2px !important;
    }
    .contact-check-cart .check_tooltip {
        left: -20px;
    }
    .contact-check-cart .check_tooltip:after {
        left: 19px;
    }
    .contact-check-cart .check_tooltip:before {
        left: 18px;
    }
}
.contact-check {
    margin-bottom: 15px;
}
.ajaxcart__footer .check-view {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
@media (max-width: 768px) {
    .ajaxcart__footer .footer-check {
        justify-content: center;
        padding: 0px;
    }
  .form{
    padding: 0 15px;
  }
}
.footer-check label {
  text-align: initial;
 /* font-weight:300;*/
}
@media screen and (min-width: 750px) {
    .cart__row .footer-check {
        text-align: right;
        display: inline-flex;
        white-space: nowrap;
    }
}
#shopify-section-cart-template .cart__row .footer-check {
    margin-top: 0px;
}
.ajaxcart__footer .footer-check {
    margin-top: 0px;
}
.ajaxcart__footer .footer-check label {
    max-width: 100%;
}
.section-newsletter .alertmessage_cover {
    clear: both;
}
.section-newsletter .errors {
    text-align: center;
}
.site-footer .footer-check label {
    letter-spacing: 0.025em;
    font-size: 1em;
    text-transform: none;
}
.footer-check .cart-checkbox.condition-checkbox {
    color: #000;
}
.site-footer .footer-check .cart-checkbox.condition-checkbox {
    color: #fff;
}
.site-footer .footer-check input[type="checkbox"].not-selected {
    border-color: #fff;
    background-color: #fff;
}
.site-footer .footer-check .check_tooltip {
    color: #000;
}

#footer_register a{

  font-size: 1em;
  text-decoration: none;
}
.signup-form .footer-check{
  align-items: flex-start !important;
} 
.signup-form .footer-check .not-selected{
  margin-top: 3px !important;
}


