/*Floating Input Style*/


.login_register_header h3 a {
    color: #4864b4;
}

.login_register_form_container {
    display: table;
    table-layout: fixed;
    width: 100%;
    vertical-align: top;
    margin-top: 30px;
}

.login_register_form_container .login_register_form {
    display: table-cell;
    padding: 0 5% 0 0%;
    vertical-align: top;
}

.login_register_form_container .login_register_direct {
    display: table-cell;
    padding: 5% 20% 0 5%;
    position: relative;
}

.login_register_header:after {
    content: '';
    width: 60%;
    height: 1px;
    position: absolute;
    bottom: -20px;
    background: #cecece;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/****  floating-Lable style start ****/
.floating-label {
    position: relative;
    margin-bottom: 30px;
}

.floating-label .custom_btn {
    background: transparent;
    color: #3898ec;
    border: 1px solid #3898ec;
    padding: 8px 36px;
    width: auto !important;
    height: auto !important;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 18px;
    font-weight: normal;
    border-radius: 50px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-label .custom_btn:hover {
    background: #3898ec !important;
    color: #fff;

}

.floating-input,
.floating-select {
    font-size: 14px !important;
    padding: 4px 4px !important;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dddddd;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    font-family: ShopifySans, Helvetica, Arial, Lucida Grande, sans-serif;
}

.floating-input:focus,
.floating-select:focus,
.floating-select:not([value=""]):valid {
    outline: none;
    border-bottom: 2px solid #dddddd;
    /*box-shadow: 2px 1px 0px #dddddd, -2px 1px 0px #dddddd;*/
}

.floating-text {
    color: #959595;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 5px;
    text-overflow: ellipsis;
    /*    -webkit-transition: transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);*/
    white-space: nowrap;
    right: 0;
    background: #ffffff;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input:-webkit-autofill {
    background-color: transparent;
}

input:autofill {
    background-color: transparent;
}

.floating-label .required {
    color: #b94a48 !important;
    font-weight: 700;
    margin-left: 0;
    margin: 0;
    font-size: 10px;
    vertical-align: top;
}

.floating-label label.error {
    color: #cc0820;
    display: inline-block;
    float: right;
    margin-right: 0;
    padding: 0;
}

.floating-error {
    position: absolute;
    right: 0;
    top: 6px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    z-index: 20;
}

/*input:focus + .floating-text, input:not(:placeholder-shown) + .floating-text,
input:-webkit-autofill + .floating-text, input:autofill + .floating-error,
input:focus + .floating-error, input:not(:placeholder-shown) + .floating-error{

    color: #303030;
    -webkit-transform:translateY(-25px);
    transform:translateY(-25px);
    -moz-transform:translateY(-25px);
    -ms-:translateY(-25px);
    -o-transform:translateY(-25px);
}
.floating-input:focus:not([disabled]) ~ .floating-text, .floating-input[badinput="true"] ~ .floating-text{
    color: #303030;
    -webkit-transform:translateY(-25px);
    transform:translateY(-25px);
    -moz-transform:translateY(-25px);
    -ms-:translateY(-25px);
    -o-transform:translateY(-25px);
}
*/
.floating-select:focus~.floating-text,
.floating-select:not([value=""]):disabled~.floating-text,
.floating-select:not([value=""]):valid~.floating-text {
    top: -18px;
    font-size: 14px;
    color: #030303;
}

.floating-input:focus~.floating-text,
.floating-input:not(:placeholder-shown)~.floating-text,
.floating-input:focus~.floating-error,
.floating-input:not(:placeholder-shown)~.floating-error {
    top: -18px;
    font-size: 13px;
    color: #6a6a6a;
    font-weight: bold;
}


/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
    width: 50%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
    /* use animation hack, if you have hard styled input */
    transition: all 5000s ease-in-out 0s;
    transition-property: background-color, color;
    /* if input has one color, and didn't have bg-image use shadow */
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    /* text color */
    -webkit-text-fill-color: #000;
    /* font weigth */
}

*:autofill,
*:autofill:hover,
*:autofill:focus,
*:autofill:active {
    /* use animation hack, if you have hard styled input */
    transition: all 5000s ease-in-out 0s;
    transition-property: background-color, color;
    /* if input has one color, and didn't have bg-image use shadow */
    box-shadow: 0 0 0 1000px #fff inset;
    /* text color */
    -text-fill-color: #000;
    /* font weigth */
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

.floating-label .add-on.input-group-addon {
    border-right: 0;
    padding-top: 8px;
    border-top: 0;
    padding-bottom: 2px;
    border-color: #ddd;
    background: transparent;
}

.floating-label input.date {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    background: transparent !important;
}

.floating-label input.date:read-only {
    pointer-events: none;
}


.floating-date .input-group-addon {
    border-right: 0 !important;
    border-top: 0 !important;
    border-color: #ddd;
    border-bottom: 1px solid #ddd !important;
    background: transparent !important;
}

.floating-date input:-moz-read-only {
    /* For Firefox */
    background-color: transparent !important;
}

.floating-date input:read-only {
    background-color: transparent !important;
}

/****  floating-Lable style end ****/

/** Custome Checkbox UI**/

/** Custome Checkbox UI**/

/* The container */

.custom_checkbox {
    white-space: normal !important;
    color: #303030;
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: all !important;
    position: relative !important;
}

/* Hide the browser's default checkbox */
.custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    visibility: none;
    display: none !important;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 1px;
    left: 0px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #3898ec;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.custom_checkbox:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom_checkbox input:checked~.checkmark {
    background-color: #3898ec;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom_checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/** Custome Checkbox UI**/
/** Custm Radio UI **/

.custom_radio {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.custom_radio input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.custom_radio label {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    font-size: 14px !important;
    z-index: 15;
}


.custom_radio .check {
    display: block;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    position: absolute;
    top: 1px;
    left: 0px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #3898ec;
    border-radius: 16px;
}



.custom_radio .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.custom_radio input[type=radio]:checked~.check {
    background-color: #3898ec;
}

.custom_radio input[type=radio]:checked~.check::before {
    background: #fff;
}

.custom_radio input[type=radio]:checked~label {}

.custom_radio:hover input~.check {
    background-color: #ccc;
}

/** Custom Radio UI **/


.login_register_header {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.login_register_header h1 {
    font-size: 26px;
    letter-spacing: 2px;
    word-spacing: 6px;
    margin: 0;
    padding: 0;
    line-height: 38px;
}

.login_register_header h3 {
    font-size: 16px;
    text-transform: inherit;
    letter-spacing: 2px;
    word-spacing: 2px;
    margin: 0;
}

.login_register_header h3 a {
    color: #4864b4;
}

.login_register_form_container {
    display: table;
    table-layout: fixed;
    width: 100%;
    vertical-align: top;
    margin-top: 30px;
}

.login_register_form_container .login_register_form {
    display: table-cell;
    padding: 0 5% 0 0%;
    vertical-align: top;
}

.login_register_form_container .login_register_direct {
    display: table-cell;
    padding: 5% 20% 0 5%;
    position: relative;
}

.floating-form {
    width: 287px;
    float: right;
}

.login_register_form_container .login_register_direct:before {
    content: '';
    top: 8px;
    bottom: 5px;
    background: #ddd;
    width: 1px;
    position: absolute;
    left: 0;
    max-height: 205px;
}

.or_divider {
    font-size: 14px;
    margin-bottom: 25px;
    display: none;
    margin-top: 25px;
    position: relative;
}

.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /* font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif; */
    text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 0 15px 0 50px;
    border: none;
    text-align: center;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 14px;
    color: #FFF;
    height: 34px;
    display: inline-block;
    min-width: 235px;
}

.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png) 6px 6px no-repeat;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
}

.loginBtn--google {
    /* font-family: "Roboto", Roboto, arial, sans-serif; */
    background: #DD4B39;
}

.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png) 6px 6px no-repeat;
}

.btn_holder {
    padding-left: 20%;
}

.floating-label .custom_btn {
    background: transparent;
    color: #3898ec;
    border: 1px solid #3898ec;
    padding: 8px 36px;
    width: auto !important;
    height: auto !important;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 18px;
    font-weight: normal;
    border-radius: 50px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.accountPage_box .floating-label .custom_btn {
    padding: 8px 22px;
    font-size: 14px;
    line-height: 14px;
}

.term_text {
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: #706e6e;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.term_text a {
    color: #3898ec;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}


/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 0 15px 0 50px;
    border: none;
    text-align: center;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 14px;
    color: #FFF;
    height: 34px;
    display: inline-block;
    min-width: 235px;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
}

.loginBtn:focus {
    outline: none;
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
    color: #fff;
}


/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}

.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #E74B37;
    color: #fff;
}

/*New UI Css For Forms*/

.btn_holder {
    padding-left: 20%;
}

.or_divider {
    font-size: 14px;
    margin-bottom: 25px;
    display: none;
    margin-top: 25px;
}

.or_divider:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 10px;
    left: 27px;
}

.or_divider:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 10px;
    right: 27px;
}

.checkout-content .right {
    float: right;
    width: 48%;
    position: relative;
}

.checkout-content .right:before {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 30%;
    width: 1px;
    background: #ddd;
    left: -50px;
}

.checkout_login_register .login_register_form_container .login_register_form {
    display: block;
    padding: 0;
}

.checkout_login_register .login_register_form_container .login_register_direct {
    display: block;
    padding: 0;
    max-width: 288px;
    text-align: center;
    margin-top: 60px;
}

.checkout_login_register .login_register_form_container .login_register_direct:before {
    display: none;
}

.checkout_login_register .or_divider {
    display: block;
}


/** Custome Checkbox UI**/
/*New UI Css For Forms*/
/*Floating Input Style*/



.form-group {
    position: relative;
    margin-bottom: 30px !important;
    display: inline-block;
    width: 100%;
}

.form-group label.floating-text {
    color: #959595;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 5px;
    text-overflow: ellipsis;
    /*    -webkit-transition: transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);*/
    white-space: nowrap;
    right: 0;
    background: #ffffff;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.form-group label {
    font-size: 16px;
    font-weight: normal !important;
}

.form-control:focus~label.floating-text,
.form-control:not(:placeholder-shown)~label.floating-text,
.form-control:focus .form-group label,
.form-control:not(:placeholder-shown) .form-group label,
.form-control-select:focus~label,
.form-control-select:not([value=""]):disabled~.floating-text,
.form-control-select:not([value=""]):valid~label {
    top: -18px;
    font-size: 13px;
    color: #6a6a6a;
    font-weight: bold !important;
    height: auto;
    line-height: 22px;
}


.form-control-select:disabled,
select:disabled,
.select2-container-disabled {
    background: #ddd;
}


.floating-date .form-control:focus~.input-group-addon,
.floating-date .form-control:not(:placeholder-shown)~.input-group-addon {
    border-bottom: 2px solid #c4c4c4 !important;
}

.form-control-select~label.floating-text,
.floating-select~label.floating-text,
.form-control-select~span.floating-text,
.floating-select~span.floating-text {
    margin-right: 20px !important;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control,
textarea.form-control,
select.form-control,
select.form-control-select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    color: #000;
    margin-left: 0;
    margin-right: 0;
    min-height: 26px !important;
    padding: 0px 8px;
    text-indent: 0;
    width: 100%;
    clear: both;
    display: block;
    font-size: 14px !important;
    padding: 4px 4px !important;
    display: block;
    width: 100%;
    height: 30px;
    border: none;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    float: none !important;
    border-bottom: 1px solid #c7c7c7 !important;
}

select.form-control,
select.form-control-select {
    background: rgba(0, 0, 0, 0) url(drop-arrow.png) no-repeat !important;
    background-position: 100% 50% !important;
}

.form-control:focus,
select.form-control:focus,
.form-control:not(:placeholder-shown),
select.form-control-select:focus,
.form-control-select:not([value=""]):valid,
.floating-input:not(:placeholder-shown) {
    outline: none;
    border-bottom: 2px solid #c7c7c7 !important;
    transition: all .2s;
}

.floating-text .required {
    color: #b94a48 !important;
    font-weight: 700;
    font-size: 8px;
    margin-left: -12px !important;
    vertical-align: top;
    margin-right: 4px !important;
}

.form-group label label.error,
.floating-text span.error,
.floating-text span.error span.error,
.floating-error span.error {
    top: 0;
    position: relative;
    font-size: 12px;
    color: #D8000C !important;
}


.product_information {
    padding-right: 25px !important;
}

.alert_info {
    color: #8a6d3b !important;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 5px 10px !important;
    margin-bottom: 20px !important;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert_info span {
    font-weight: bold;
}

.alert_info.content {
    padding: 15px !important;
    margin-bottom: 20px !important;
}

.m-l-3 {
    margin-left: 3rem;
}

.l-b {}

.l-b:after {
    content: '';
    position: absolute;
    left: -35px;
    top: 48px;
    bottom: 0;
    width: 1px;
    background: #ddd;
    max-height: 400px;
}


.attention,
.information,
.success,
.warning {
    margin-bottom: 15px !important;
}

.close_text {
    font-size: 0;
    width: 15px;
    text-align: center;
    position: relative;
    cursor: pointer;
    height: 18px;
    line-height: 18px;
    text-decoration: none !important;
}

.close_text:after {
    content: 'x';
    font-size: 14px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
    text-decoration: none;
}

.review-list .author {
    line-height: 27px;
}

/*.product-info .contact_data {
    width: 45%;
}
.product-info .product_information {
    width: 55%;
}

.p-3 {
    padding: 1rem ;
}
.border {
    border: 1px solid #dddddd !important;
}
@media (min-width: 992px){
    .p-lg-5 {
        padding: 3rem !important;
    }
} */


@media screen and (max-width: 1024px) {
    .checkout .delivery-box.fullwidth .halfwidth {
        width: 50% !important;
    }

    .checkout .delivery-box.fullwidth .halfwidth .product_thumb,
    .checkout .delivery-box.fullwidth .halfwidth p,
    .checkout .delivery-box.fullwidth .halfwidth table.radio,
    .delivery-box.fullwidth #shipping-new,
    .delivery-box.fullwidth .collection-address {
        width: 100% !important;
        max-width: 100% !important;
    }

    #shipping-address .width70 {
        width: 50% !important;
    }

    #shipping-address .width70 .width50 {
        width: 100%;
        margin-bottom: 40px;
    }

    .width70 .width50.l-b:after {
        display: none !important;
    }
}

@media only screen and (max-width: 830px) {
    .checkout .login_register_header h1 {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 768px) {
    .checkout-content .right:before {
        left: -19px;
    }

    .checkout .login_register_header h1 {
        font-size: 24px;
    }

    .contact_data {
        margin-top: 25px;
        border-top: 1px solid #ddd;
        padding-top: 25px;
    }
}

@media only screen and (max-width: 684px) {
    .login_register_header h1 {
        font-size: 24px;
    }

    .login_register_header h3 {
        font-size: 14px;
    }

    .login_register_form_container .login_register_form {
        display: block !important;
        padding: 0 !important;
        text-align: left;
    }

    .floating-form {
        width: 287px;
        float: none !important;
        margin: 0 auto;
    }

    .login_register_form_container {
        display: block !important;
        max-width: 290px;
        margin: 30px auto 0;
    }

    .login_register_form_container .login_register_direct {
        display: inline-block !important;
        padding: 0 !important;
        text-align: center;
        width: 100%;
    }

    .login_register_form_container .login_register_direct:before {
        background: transparent !important;
    }

    .btn_holder {
        padding-left: 0;
        text-align: center;
    }

    .or_divider {
        display: block !important;
    }

    .login_register_header:after {
        width: 290px;
    }

    .checkout .delivery-box.fullwidth .halfwidth {
        padding-right: 15px;
    }

    .checkout .delivery-box.fullwidth .halfwidth {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .checkout .delivery-box.fullwidth .halfwidth .product_thumb,
    .checkout .delivery-box.fullwidth .halfwidth p,
    .checkout .delivery-box.fullwidth .halfwidth table.radio,
    .delivery-box.fullwidth #shipping-new,
    .delivery-box.fullwidth .collection-address {
        width: 100% !important;
        max-width: 100% !important;
    }

    #shipping-address .width70 {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border: 0 !important;
    }

    #shipping-address .width70 .width50 {
        width: 100%;
        margin-bottom: 40px;
        border-top: 1px solid #ddd;
        padding-top: 25px !important;
    }

    .checkout .delivery-box.fullwidth .halfwidth .floating-form {
        max-width: 100% !important;
    }

    .collection-address .fullwidth {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 684px) {
    .checkout-content .right:before {
        left: -1%;
    }
}

@media only screen and (max-width: 666px) {

    #checkout .checkout-content .left,
    #checkout .checkout-content .right {
        float: none;
        width: 100%;
    }

    #checkout .checkout-content .right .login_register_form_container,
    #payment-address .right .login_register_form_container {
        margin: 30px 0;
        max-width: 100%;
    }

    .checkout .login_register_header h1 {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 414px) {

    .checkout_login_register .login_register_form_container .login_register_direct,
    .checkout_login_register .btn_holder {
        max-width: 100% !important;
    }

    #shipping-new .fullwidth,
    .collection-address .fullwidth {
        width: 100% !important;
        padding-left: 0;
    }

    #shipping-address .delivery-box .halfwidth,
    #shipping-address .delivery-box .fullwidth {
        max-width: 100%;
        width: 100% !important;
        padding: 0 !important;
    }

    .login_register_form_container .btn_holder {
        max-width: 100% !important;
    }
}