
body .shopify-buy-frame--cart {
    max-width: 490px;
}
.shopify-buy__quantity-container, .shopify-buy__cart-item__title{
    font-size: 16px;
    font-weight: 900;
    margin-left: 75px;
}
.shopify-buy__quantity-container{
    margin-left: 70%;
}
.shopify-buy__quantity-container, .shopify-buy__cart-item__title{
    display: inline-block;
    margin-bottom: 0;
}
.shopify-buy__cart-items{
    max-height: 100%;
    height: 100%;
}
.shopify-buy__cart-bottom:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    margin-bottom: 15px;
}
.cart-btn-img {
    width: 100%;
    height: auto;
    margin: 5px 0 0;
}
.shopify-buy__cart-bottom p.shopify-buy__cart__notice {
    display: inline-block;
    width: 100%;
    margin: 5px 0 5px;
    font-size: 14px;
    text-align: left;
    color: #b0dcf3;
}
a.accessories-link:hover, button.checkout--custom--button:hover {
    background: #61c4f7;
    color: #fff;
}
.cart-bottom-wrap button.checkout--custom--button{
    margin-top: 0;
}
a.accessories-link, button.checkout--custom--button{
    line-height: 28px;
    padding: 10px;
    margin: 10px 0;
}
.shopify-buy__cart-item__image{
    background-color: #ffffff;
    border-radius: 8px;
}
.shopify-buy-frame--cart .shopify-buy__quantity,
.shopify-buy-frame--cart .shopify-buy__quantity-increment,
.shopify-buy-frame--cart .shopify-buy__quantity-decrement{
    color: #0088ce;
    border-width: 1px 0.2px 1px 1px;
}
.bold-text{
    font-weight: 600;
}
.wrap-item-info {
    display: inline-block;
    padding-left: 75px;
    width: 77%;
}
.price-buttons {
    display: inline-block;
    float: right;
    text-align: right;
    width: 23%;
}
.price-buttons span, .price-buttons>div {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right;
}
.cart-btn-img >div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.cart-btn-img >div:last-of-type{
    margin-right: 0;
}
.cart-btn-img img{
    width: 100%;
    height: auto;
    object-fit: unset;
}

/*CHECKOUT INFORMATION FORM*/
.shipping-form h3 {
    font-size: 18px;
    color: #333;
}
.shipping-form{
    border: none;
}
form#address .form-fname, form#address .form-lname,

p.formwrap.form-address, p.formwrap.form-city, p.formwrap.form-suburb, p.formwrap.form-postal{
    width: 49%;
    display: inline-block;
    margin: 0;
    position: relative;
}
.shipping-form-inner label.error{
    line-height: 24px;
    bottom: -20px;
}
#address input#submitnotfound {
    min-width: 150px;
    padding: 0;
    height: 60px;
}
form#address .form-lname, p.formwrap.form-suburb, p.formwrap.form-postal {
    float: right;
}
form#address #submit{
    float: right;
    margin-top: 20px;
}
#address input#submit, #installnext, #installprev, button#submitnotfound, #submit {
    background-color: #197bbd;
    max-width: 150px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 150px;
    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}
button#submitnotfound {
    float: right;
    display: inline-block;
    margin-top: 20px;
}
.instruction-form >div {
    padding: 0 15px;
    width: 100%;
}
.instruction-form .easy-autocomplete {
    width: 100% !important;
}
.instruction-form >div:first-of-type {
    margin-top: 35px;
}
.instruction-form >div:last-of-type{
    margin-bottom: 35px;
}
.anf-form-error {
    margin: 10px 0;
    color: #e32c2b;
    display: inline-block;
}
button{
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}
button i.fa {
    margin: 0 5px;
    font-weight: 300;
    font-size: 12px;
}
#address #submit:hover, #installnext:hover, #installprev:hover, button#submitnotfound:hover{
    background-color: #135e90;
}
#delivery-note {
    width: 100%;
    height: 55px;
}
.shopify-buy__cart-item__variant-title {
    font-size: 11px;
    font-weight: 500;
    max-width: unset;
    text-overflow: ellipsis;
    margin-left: 75px;
    color: #abd9f2;
    float: none;
}
.shopify-buy__cart-item__price{
    font-size: 18px;
}
.shopify-buy__cart-item{
    min-height: 80px;
}
.shopify-buy__cart-bottom p.shopify-buy__cart__subtotal__text,
.shopify-buy__cart-bottom p.shopify-buy__cart__subtotal__price {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
body .checkbox-wrap{
    position: relative;
    padding-left: 25px;
}
body .checkbox-wrap input[type="checkbox"]{
    position: absolute;
    z-index: 1;
    -webkit-appearance: none !important;
    border: 2px solid #197bbd !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    top: 0;
    margin: 0 !important;
    left: 0;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background: transparent;
    padding: 0 !important;
    outline: none;
    line-height: 21px;
}
.checkbox-wrap #shippingsamebilling {
    -webkit-appearance: none!important;
}
body .checkbox-wrap input[type="checkbox"]:checked:after {
    content: "\2713";
    font-size: 12px;
    color: #197bbd;
    display: inline-block;
    z-index: 9;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    line-height: 6px;
    padding: 1px 2px;
    height: 100%;
}
.shopify-buy__quantity-increment{
    border-radius: 0 5px 5px 0;
}
.shopify-buy__quantity-decrement{
    border-radius: 5px 0 0 5px;
}
form#address input[type="text"], form#address input[type="email"]{
    box-shadow: none;
}
form#address input, form#address select{
    font-size: 16px;
}
p.formwrap.checkbox-wrap {
    margin: 15px 0 0;
    display: inline-block;
    width: 100%;
}
/*error messages on form*/
.error, form#address error{
    color: #e32c2b;
}
form#address input.error, input.error, select.error{
    border-color: #e32c2b !important;
    -webkit-box-shadow: 0 0 0 1px #e32c2b !important;
    box-shadow: 0 0 0 1px #e32c2b !important;
}
.wrap-item-info .shopify-buy__cart-item__variant-title,
.wrap-item-info .shopify-buy__quantity-container, .wrap-item-info .shopify-buy__cart-item__title{
    margin-left: 0;
}
.locate-address form#address{
    padding-left: 0;
}
#no-input-match p{
    line-height: 28px;
}
/*RIGHT SIDE CHECKOUT INFORMATION*/
.checkout-wrapper {
    display: flex;
    width: 100%;
    background-color: #0088CE;
    flex-wrap: wrap;
}
.checkout-wrapper >div {
    vertical-align: top;
}
.checkout-left{
    padding: 45px 30px 45px 160px;
    height: 100%;
}
.checkout-left-wrapper {
    background: #fff;
    width: 56%;
}
.checkout-left .shipping-form, .checkout-right .cart-sidebar{
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}
.checkout-left-wrapper label, .checkout-left-wrapper input, form#address input[type="text"], form#address input[type="email"]{
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 0;
}
.checkout-right-wrapper {
    background: #0088CE;
    width: 44%;
}
.checkout-right-wrapper .shopify-buy__cart-items{
    max-height: unset;
}
.checkout-right {
    min-height: 800px;
    padding: 60px 40px;
    width: 100%;
}
.checkout-right .cart-sidebar{
    color: #ffffff;
}
.checkout-right .cart-sidebar h3{
    display: none;
}
.checkout-right .cart-sidebar .shopify-buy__quantity-container, .shopify-buy__cart-item__title{
    font-size: 14px;
    font-weight: 600;
}
.checkout-right .cart-sidebar .shopify-buy__quantity-decrement, .checkout-right .cart-sidebar .shopify-buy__quantity-increment{
    display: none;
}
.checkout-right .cart-sidebar p.cart-count-top{
    font-size: 0.85714em;
    font-weight: 500;
    line-height: 23px;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.9);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.58333em;
    position: absolute;
    left: 50px;
    top: -10px;
    z-index: 3;
    height: 22px;
    width: 22px;
}
.checkout-right .cart-sidebar .shopify-buy__cart-item__price {
    font-size: 14px;
    font-weight: 600;
}
.checkout-right .cart-sidebar .shopify-buy__cart-items, .checkout-right .cart-sidebar .shopify-buy__cart-item{
    overflow: visible;
    min-height: 65px;
    margin-bottom: 15px;
}
.checkout-right .sel-shipping-install, .checkout-right .cart-additional{
    padding: 0 20px 20px;
}
.checkout-right .sel-shipping-install .shipping-cost span,
.checkout-right .sel-shipping-install .installation-cost span{
    float: right;
    font-size: 15px;
    font-weight: 600;
}
.checkout-right .sel-shipping-install .shipping-cost,
.checkout-right .sel-shipping-install .installation-cost{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.checkout-right .cart-additional{
    margin-top: 10px;
}
.checkout-right span.tax-info-later {
    color: #b2dafc;;
    font-weight: 500;
    font-size: 12px;
}
.install-wrap > p > p {
    font-weight: 600;
}

/*CHECKBOX PAGE DESIGN*/
.shipping-form .install-wrap > p {
    padding: 0;
    margin-bottom: 25px;
}
.install-wrap {
    margin-top: 35px;
}
.install-wrap-outer {
    display: inline-block;
    width: 49%;
    border: 2px solid #0088CE;
    height: 85px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.deliver-pickup.install-wrap-outer.pickup-wrap-outer.disabled {
    opacity: 0.4;
    cursor: context-menu;
}
.install-wrap-outer:last-of-type {
    float: right;
}
#installationPrice .install-wrap-outer input,
#shippingPrice .install-wrap-outer input{
    -webkit-appearance: none !important;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: none;
    background: transparent;
}

.install-wrap .active.install-wrap-outer{
    background-color: #0088CE;
    color: #ffffff;
}
.install-wrap .active.install-wrap-outer span{
    color: #ffffff;
}
span.install-text-wrap, span.ship-text-wrap, span.pickup-text-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #0088CE;
    font-size: 16px;
    padding: 15px;
}
span.install-text-wrap span, span.ship-text-wrap, span.pickup-text-wrap span {
    width: 100%;
    display: inline-block;
}
.active.install-wrap-outer span{
    color: #ffffff;
}
.discount-form-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}
.discount-form-wrap input#discount_code {
    width: 50%;
    height: 45px;
    padding: 10px;
    border: 2px solid #0088CE;
    border-radius: 5px;
    margin: 0 0 15px 0;
    float: left;
    font-size: 15px;
    font-family: inherit;
    text-transform: uppercase;
}
.discount-form-wrap button.apply-discount {
    cursor: pointer;
    display: inline-block;
    background-color: #197bbd;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 0 5px 5px 0;
    color: white;
    font-weight: 500;
    padding: 14px 40px;
    text-align: center;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    width: auto;
    margin-right: 0;
    float: left;
    margin-left: -5px;
}
.discount-form-wrap button.apply-discount:hover{
    background-color: #135e90;
}
span#subtotal-val {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1em;
}
.subtotal{
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(130,195,250,0.34);
    padding-top: 25px;
}
form#address{
    display: inline-block;
    width: 100%;
}

form#address input[type="submit"]{
    cursor: pointer;
    display: inline-block;
    background-color: #0088cf;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    padding: 1.4em 1.7em;
    text-align: center;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    display: inline-block;
    width: auto;
    float: right;
}
form#address input[type="submit"]:hover{
    background-color: #00669c;
    color: white;
}

.savedaddress {
    font-size: 18px;
    line-height: 22px;
}
.savedaddress span{
    font-size: 14px;
}
.cart-bottom-info-text{
    margin-bottom: 10px;
}
.cart-bottom-info-text p{
    font-size: 14px;
}
.shopify-buy__cart-bottom {
    height: 350px;
}
.shopify-buy__cart-scroll {
    height: calc(100% - 350px);
    padding-bottom: 30px;
}
.mr-1, .mx-1{
    display: inline-block;
}
.savedaddress .edit-address {
    background: transparent;
    color: #197bbd;
    padding: 0;
    text-align: left;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 10px;
}
/*MEDIA QUERY STARTS HERE*/
@media only screen and (max-width: 1366px){
    body .shopify-buy-frame--cart {
        max-width: 430px;
    }
    .shopify-buy__cart-items {
        max-height: 300px;
    }
    .shopify-buy-frame--cart .shopify-buy__quantity,
    .shopify-buy-frame--cart .shopify-buy__quantity-increment,
    .shopify-buy-frame--cart .shopify-buy__quantity-decrement{
        height: 30px;
        font-size: 16px;
    }
    .shopify-buy__cart-item{
        min-height: 70px;
    }
    .shopify-buy__cart-bottom p{
        font-size: 18px;
        font-weight: 600;
    }
    a.accessories-link, button.checkout--custom--button{
        font-size: 18px;
        padding: 8px;
        margin: 5px 0;
    }
    .shopify-buy__quantity-container, .shopify-buy__cart-item__title{
        font-size: 14px;
        height: auto;
    }
    .shopify-buy__cart-item__price {
        font-size: 16px;
    }
    .shopify-buy__cart-bottom p.shopify-buy__cart__subtotal__text, .shopify-buy__cart-bottom p.shopify-buy__cart__subtotal__price{
        font-size: 16px;
    }
    .wrap-item-info{
        width: 70%;
    }
    .price-buttons{
        width: 27%;
    }
}
@media only screen and (max-width: 1200px){
    .checkout-right {
        padding: 60px 20px 60px 10px;
    }
    .checkout-left-wrapper, .checkout-right-wrapper{
        width: 50%;
    }
    .checkout-left {
        padding: 45px 30px 45px 30px;
    }
}

@media only screen and (max-width: 767px){
    .checkout-left-wrapper, .checkout-right-wrapper{
        width: 100%;
    }
    .shopify-buy__cart-bottom p {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }
    .checkout-wrapper{
        display: inline-block;
    }
    .checkout-left-wrapper, .checkout-right-wrapper{
        width: 100%;
    }
    form#address .form-fname, form#address .form-lname, p.formwrap.form-address, p.formwrap.form-city, p.formwrap.form-suburb, p.formwrap.form-postal{
        width: 100%;
    }
    #address input#submit, #installnext, #installprev, button#submitnotfound, #submit{
        height: 45px;
        width: 125px;
        line-height: 45px;
        font-size: 16px;
    }
    form#address input[type="email"]{
        display: inline-block;
    }
    .shipping-form-inner label.error{
        position: static;
        display: inline-block;
    }
    .discount-form-wrap button.apply-discount{
        margin-top: 0;
        height: 45px;
    }
    .discount-form-wrap button.apply-discount, .discount-form-wrap input#discount_code{
        -webkit-appearance: none;
        width: 100%;
        display: inline-block;
        margin: 0;
    }
    body .checkbox-wrap input[type="checkbox"]{
        line-height: 20px;
    }
    body .checkbox-wrap input[type="checkbox"]:checked:after{
        font-size: 14px;
        line-height: 8px;
        font-weight: 500;
        padding: 1px 0;
    }
    .checkout-right{
        min-height: auto;
    }

}


