html {
    -webkit-text-size-adjust: 100%;
}
body {
    overflow-y: scroll;
}
*{
    margin:0px;
    padding:0px; 
    vertical-align:top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
a, button{
    cursor:pointer;
    text-decoration:none;
    color: inherit;
    transition: all 0.4s ease;
}
select, map, area, a, button{
    border:0px; 
    outline:none;
}
img{
    border-style:none;
}
h1, h2, h3, h4, h5, h6{
    font-weight:normal;
    overflow-wrap: normal;
}
input[type=text], input[type=password], textarea{
    text-align: left; 
    background: transparent;
}
input, textarea, select{
    border: 0; 
    outline: none; 
    line-height: normal; 
    -webkit-appearance: none; 
    border-radius: 0;
    font-family: inherit;
}
textarea{
    resize: none;
}
.c{
    margin: auto;
    padding: 0 60px;
}
.clear{
    clear: both;
}
.none {
    display: none !important;
}
.p_relative{
    position: relative;
}
.col{
    display: inline-block;
}
.col_1{
    width: 100%;
}
.col_2{
    width: 50%;
}
.col_3{
    width: 33.33%;
}
.col_4{
    width: 25%;
}
.col_70 {
    width: 70%;
}
.col_30 {
    width: 30%;
}
.col_60{
    width: 60%;
}
.col_40{
    width: 40%;
}
.col_65{
    width: 65%;
}
.col_35{
    width: 35%;
}
.image {
    position: relative;
    display: block;
}
.bg_full {
    background: url() no-repeat 50% 50%;
    overflow: hidden;
    background-size: cover;
}
.bg_full, .full-dimension, .full_el {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.wrapper {
    min-height: 800px;
}
.wrapper.lock {
    position: fixed;
    width: 100%;
    left: 0;
}
.d_flex {
    display: flex;
}
.align_items{
    align-items: center;
}
.justify_content_space{
    justify-content: space-between;
}
._row{
    display: flex;
}
.text_center{
    text-align: center;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.height100{
    height: 100%;
}
.width100{
    width: 100%;
}

.woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	padding-left: 0;
	display: flex !important;
}

.woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .woocommerce-terms-and-conditions-checkbox-text {
	position: inherit;
}

#checkout_checkbox_field {
	margin-top: 10px;
}

.woocommerce-form__label-for-checkbox span {
	font-size: 16px;
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .woocommerce-terms-and-conditions-checkbox-text {
	position: inherit;
	font-size: 16px;
}
#checkout_checkbox_field .checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox {
	font-size: 15px;
	line-height: 23px;
}
#checkout_checkbox_field .checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox {
	font-size: 15px;
	line-height: 24px;
}
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .woocommerce-terms-and-conditions-checkbox-text {
	position: inherit;
	font-size: 16px;
	line-height: 24px;
}