.installation-available{
  padding: 20px;
  border: 1px solid #ccc;
  margin: 10px 0;
}
.checkout--custom--button{
  background-color: #0088ce;
  clear: both;
  margin-top: 15px;
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
  color: #fff;
  font-size: 15px;
  padding: 12px 40px;
  letter-spacing: .3px;
  display: block;
  border-radius: 3px;
  cursor: pointer;
  transition: background 200ms ease;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
}
.checkout--custom--button[disabled] {
  background-color: #999;
  pointer-events: none;
}/*.shopify-buy-frame--cart,.shopify-buy__cart{
  width: 850px !important;
  }*/
  #installationPrice input,#shippingPrice input{
    -webkit-appearance: radio!important;
    }#shippingsamebilling,#signup-newsletter{
      -webkit-appearance: checkbox!important;
    }
    .shipping-form{
  /*overflow-y: scroll;
  height: 500px;*/
  }/* The Modal (background) */
  .modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: white;
  }

  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 80%;
  }

  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .shipping-form {
    display: inline-block;
    width: 50%;
    border-right: 1px solid #ccc;
  }

  .cart-sidebar {
    display: inline-block;
    width: 100%;
    /*width: 49%;*/
    vertical-align: top;
  }

  form#address input, form#address select{
    border: 1px transparent solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px; /* 0.92857em 0.78571em;*/
    word-break: normal;
    margin: 0.92857em 0;
    /*font-size: 14px !important;*/
  }

  form#address input[type="text"],form#address input[type="email"], form#address select{
    background-color: white;
    color: #333333;
    border-color: #d9d9d9;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: 'Source Sans Pro', sans-serif;
  }
  form#address input[type="text"]:focus,form#address input[type="email"]:focus, form#address select:focus{
    outline: none;
    border-color: #0088ce;
    -webkit-box-shadow: 0 0 0 1px #0088ce;
    box-shadow: 0 0 0 1px #0088ce;
  }



  form#address input#shippingsamebilling,form#address input#signup-newsletter {
    display: inline-block;
    width: auto;
  }

  .checkbox-wrap #signup-newsletter {
    -webkit-appearance: none!important;
  }

  #address{
   margin: 1.9em 0.92857em;
   margin-left: 0;
 }
 #address h3{
  font-weight: 500;
  margin-top: 25px;
}
#address input#submit, #installnext, #installprev {
  max-width: 200px;
  cursor: pointer;
  display: inline-block;
  background-color: #007ba4;
  background-clip: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px transparent solid;
  border-radius: 5px;
  color: white;
  font-weight: 500;
  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;
  width: 50%;
  margin-right: 0;
  float: right;
}

#installprev{
  display: inline-block;
  float: left;
}
#installnext{
  display: inline-block;
  float: right;
}

.cart-steps {
  clear: both;
  display: block;
  float: none;
  margin: 31px;
  overflow: hidden;
  margin-left: 15px;
}
.cart-steps ul li {
  list-style-type: none;
  float: left;
  font-weight: bold;
  margin-right: 70px;
  font-size: 16px;
}
.cart-steps ul li.active{
  color: #0088CF;
}
.install-wrap > p {
  padding: 20px;
}
p.shipping-header{
 margin-bottom: 10px;
 font-size: 18px;
 font-weight: 500 !important;
 margin-top: 25px;
 color: #333;
}
.cart-additional {
  display: block;
  margin-top: 100px;
}
.subtotal {
  font-weight: bold;
  font-size: 16px;
}
.subtotal span {
  display: inline-block;
  float: right;
}
/* updates on 3rd June */
.shopify-buy-frame--cart {
  max-width: 600px;
}
.shopify-buy-frame--cart .shopify-buy__cart {
  background: rgba(0,136,206,.95);
  color: #fff;
}
.shopify-buy__cart-bottom{
  background: none;
  color: #fff;
}
.shopify-buy__quantity-container, .shopify-buy__cart-item__title{
  margin-left: 105px;
  font-size: 18px;
}
.shopify-buy__cart-item__price{
  font-size: 20px;
  display: inline-block;
  width: 100%;
  float: none; 
  text-align: right;
}
.shopify-buy__quantity-container{
  font-size: 20px;
  float: right;
  display: inline-block;
  margin-left: 0;
}

body .shopify-buy-frame--cart {
  max-width: 600px;
}
.shopify-buy__cart__header .shopify-buy__cart__title {
  font-size: 20px;
  color: #fff;
  display: block;
  font-weight: 900;
}
.shopify-buy__quantity-container, .shopify-buy__cart-item__title{
  font-size: 22px;
}
.shopify-buy__cart-item__price{
  display: inline-block;
  width: auto;
  font-size: 22px;
  float: right;
  text-align: right;
}
.shopify-buy-frame--cart .shopify-buy__quantity, 
.shopify-buy-frame--cart .shopify-buy__quantity-increment, 
.shopify-buy-frame--cart .shopify-buy__quantity-decrement{
  height: 38px;
  background-color: #ffffff;
  border: 1px solid #0088ce;
  font-size: 22px;
}

/**
 * [bottom description]
 * @type {[type]}
 * border-bottom: 1px solid #fff;
 */
 .shopify-buy__cart-bottom p {
  font-size: 22px;
  color: #fff;
}
.shopify-buy__cart-bottom p.shopify-buy__cart__notice {
  margin-bottom: 60px;
}

button.checkout--custom--button{
  margin-top: 0;
}
.savedaddress.has-content{
  padding-top: 70px;
}
span.edit-address{
  display: block;
  background: #ccc;
  width: 100px;
  padding: 5px;
  margin: 10px;
  margin-left: 0;
  background: #3fa2f7;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-weight: normal;
  cursor: pointer;
}

.locate-address form#address {
  padding-left: 25px;
  padding-right: 10px;
}
p.instruction-form-text {
  padding: 17px 25px;
  border-bottom: 1px solid #3FA2F7;
}
.instruction-form {
  margin-top: 10px;
  border: 1px solid #3FA2F7;
}
.locate-address h3 {
  font-weight: normal;
  font-size: 18px;
}
.locate-address{
  margin-top: 25px;
}
.cart-content .shopify-buy__quantity {
  visibility: hidden;
}
#no-input-match{
  padding-top: 3px;
  font-size: 13px;
  color: #dc2929;
}
input#agree-terms {
  -webkit-appearance: checkbox;
}
#delivery-note{
  width: 50%;
  height: 100px;
  padding: 10px;
  border-radius: 4px;
}
.agree-condition {
  font-size: 16px;
  margin-bottom: 20px;
}
.discount-form-wrap input#discount_code {
  margin: 0 0 10px 0!important;
}

.shopify-buy-frame--product{
  max-width: 195px !important;
  display: inline-block !important;
}
#installationPrice > p > span, #shippingPrice > p > span{
  color: #f92424;
  margin-left: 5px;

}
#self-installation a {
  text-align: center;
  display: block;
  text-transform: none;
  margin-top: 5px;
  color: #0088CE;
}
span.ship-text-wrap > span {
  display: block;
  font-weight: bold;
}
span.install-text-wrap > span {
  font-weight: bold;
}
.discount-state {
  display: block;
  clear: both;
  font-size: 16px;
}
.applieddiscount,.applieddiscountcode{
  overflow: hidden;
}
.applieddiscountcode {
  margin-top: 20px;
  border-top: 1px solid rgba(130,195,250,0.34);
  padding-top: 20px;
}
.applieddiscount .discounted-label, .prev-subtotal-label{
  float: left;
}
.applieddiscount .discounted, .after-discount-subtotal{
  float: right;
}
.prev-subtotal-wrap{
  overflow: hidden;
  margin-bottom: 10px
}
button.apply-discount:disabled {
  background: #828181;
  color: #bfbfbf;
}
span.cancel-discount {
  color: #ea7272;
  text-decoration: underline;
  font-size: 15px;
  cursor: pointer;
}
.discount-state .success{
  color: #00a200;
}
.applied-discount-showcase {
  font-weight: normal !important;
  font-size: 13px;
  /*margin-top: 5px;*/
  color: #99cfeb;
}
.sel-install-wrap .applied-discount-showcase {
  display: inline;
  margin-left: 10px;
}
.sel-install-wrap .new-updated-price {
  display: inline;
  float: right;
  margin-right: 10px;
}
span.entire-order-code {
  margin-left: 4px;
  color: #99cfeb;
  font-size: 13px;
}

/**
 * Added by GS
 */
 .cart-bottom-info-text:after {
  height: 1px;
  background: #0071ab;
  content: '';
  width: 100%;
  display: block;
  margin-top: 15px;
}
.shopify-buy-cart-wrapper .cart-bottom-info-text p {
  font-size: 12px;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-bottom p.shopify-buy__cart__notice{
  display: block;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-bottom:before{
  background: #0071ab;
  margin-bottom: 10px;
  display: block;
}

.shopify-buy-cart-wrapper .cart-btn-img{
 min-height: 75px;
 display: block;
 overflow: hidden;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-bottom p.shopify-buy__cart__subtotal__text, .shopify-buy-cart-wrapper .shopify-buy__cart-bottom p.shopify-buy__cart__subtotal__price{
  font-size: 16px;
  font-weight: 700;
}
.shopify-buy-cart-wrapper .accessories-link, .shopify-buy-cart-wrapper button.checkout--custom--button{
  display: block;
  width: 100%;
  text-align: center;
  color: #0088ce;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;

}
.shopify-buy-cart-wrapper .accessories-link:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  transform: translateZ(0);
  box-shadow: inset 0 0 0 2px #fff;
}
.shopify-buy-cart-wrapper .accessories-link:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transform: translateZ(0) scaleY(2);
  transition: transform .3s .05s;
  transform-origin: 0 0;
  background: linear-gradient(0deg,#fff 0,#fff 50%,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0));
}
.shopify-buy-cart-wrapper .accessories-link.btn-secondary {
  background: none;
  color: #fff;
}
.shopify-buy-cart-wrapper .accessories-link.btn-secondary:hover {
  color: #0088ce;
}
.shopify-buy-cart-wrapper .accessories-link.btn-primary:after {
  transform: translate3d(0,-100%,0) scaleY(2);
}
.shopify-buy-cart-wrapper .accessories-link.btn-primary:hover{
  background: none;
  color: #fff;
}
.shopify-buy-cart-wrapper .accessories-link.btn-primary:hover:after {
  transform: translate3d(0,-200%,0) scaleY(2);
}
.shopify-buy-cart-wrapper .accessories-link:hover:after{
  transition: transform .3s;
  transform: translate3d(0,-100%,0) scaleY(2);
}
.shopify-buy-cart-wrapper .cart-bottom-wrap .accessories-link{
  margin: 0px 0 20px;
} 

.shopify-buy-cart-wrapper .shopify-buy__cart-item__price {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}
.shopify-buy__cart-item__variant-title + .shopify-buy__cart-item__title + .shopify-buy__cart-item__price {
  top: 15px;
}
.shopify-buy-cart-wrapper .shopify-buy__quantity-container {
  position: absolute;
  top: 30px;
  right: 0;
}
.shopify-buy__cart-item__variant-title + .shopify-buy__cart-item__title + .shopify-buy__cart-item__price + .shopify-buy__quantity-container{
  top: 45px;
}
.shopify-buy-cart-wrapper .title-sku-wrap{
  padding:0 75px;
  width: 100%;
  position: relative;
  min-height: 50px;
}
.checkout-wrapper .title-sku-wrap{
  padding-left: 75px;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-item__title, .checkout-outer .shopify-buy__cart-item__title {
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  margin-left: 0;
}
.product-data-sku {
  display: block;
  font-size: 12px;
  color: #c7c7c7;
  font-weight: 900;
}
.shopify-buy-cart-wrapper.shopify-buy-frame--cart .shopify-buy__quantity-increment, .shopify-buy-cart-wrapper.shopify-buy-frame--cart .shopify-buy__quantity-decrement{
  background: #fff;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  padding: 0;
}
.shopify-buy-cart-wrapper.shopify-buy-frame--cart .shopify-buy__quantity{
  background: none;
  color: #fff;
  font-weight: 700;
  min-width: 20px;
  padding: 0 2px;
  text-align: center;
  font-size: 16px;
  width: 30px;
  height: 18px;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-scroll {
  padding-bottom: 15px;
  height: calc(100% - 255px);
}
.shopify-buy-cart-wrapper .shopify-buy__cart-items{
  padding-bottom: 0;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-bottom {
  height: 255px;
  left: 0;
  padding: 0 20px 15px;
}
.shopify-buy-cart-wrapper .shopify-buy__cart-item{
  min-height: 70px;
}

form#address .floatify.floatify__active .floatify__label, .checkout-wrapper .discount-form-wrap .floatify__label, .checkout-wrapper .delivery-instructions .floatify__label {
  position: absolute;
  top: 5px;
  left: 0;
  background: none;
  color: #737373;
  font-size: 12px;
  padding-left: 4px;
}
form#address .form-fname.floatify__active .floatify__label,
form#address .form-lname.floatify__active .floatify__label,
form#address .form-address.floatify__active .floatify__label, 
form#address .form-city.floatify__active .floatify__label, 
form#address .form-suburb.floatify__active .floatify__label,
form#address .form-postal.floatify__active .floatify__label{
  top: 18px;
}

.checkout-wrapper .discount-form-wrap.floatify__active input#discount_code, form#address .floatify__active input[type='text'], form#address .floatify__active input[type='email'], form#address .floatify__active input[type='phone']{
  padding: 20px 12px 4px;
}
.shopify-buy__btn--close{
  display: block;
  top: 0;
  outline: none;
  font-size: 35px;
}
.shopify-buy__btn--close:focus{
  outline: none;
}
/**
 * Shipping page layout
 */
 .checkout-outer{
  overflow: hidden;
}
.checkout-outer .checkout-wrapper > *{
  box-sizing: initial;
}
.checkout-outer .checkout-wrapper {
 display: flex; 
 padding: 0 5%;
 width: 90%;
 max-width: 1100px;
 margin: 0 auto;
 box-sizing: initial;
 background: none !important;
}
.checkout-wrapper .checkout-left-wrapper {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  float: left;
  width: 52%;
  padding-top: 4em;
  padding-right: 6%;
}
.checkout-left-wrapper .checkout-left{
  padding: 0;
}
.checkout-wrapper .checkout-right-wrapper{
  width: 38%;
  padding-left: 4%;
  background-position: left top;
  float: right;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}
.checkout-wrapper .checkout-right-wrapper::after {
  left: 0;
  background-position: left top;
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #0088ce;
  z-index: -1;
}
.checkout-wrapper .checkout-right-wrapper .checkout-right{
  width: auto;
  padding: 0;
  height: calc(100vh - 8em);
}
.checkout-right .shopify-buy__cart-items{
  padding: 0;
}
.breadcrumb{
  padding-top: 20px;
}
.breadcrumb .breadcrumb__item {
  display: inline-block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 12px;
}
.breadcrumb .breadcrumb__item:after {
  content: "\f054";
  padding: 0 8px;
  font: normal normal normal 9px/1 FontAwesome;
}
.breadcrumb .breadcrumb__item:last-child:after{
  display: none;
}
.breadcrumb .breadcrumb__item.breadcrumb__item--current{
  font-weight: 600;
}
.final-shipping-btns{
  margin-bottom: 15px;
}
.wrap-item-info .shopify-buy__cart-item__title{
  margin-bottom: 2px;
}
.checkout-wrapper .checkout-right .sel-shipping-install, .checkout-wrapper .checkout-right .cart-additional {
  padding: 0 0px 20px;
}
.instruction-form select{
  height: 45px;
}
.checkout-wrapper .discount-form-wrap input#discount_code{
  text-transform: capitalize;
  border: 1px solid #d9d9d9;
  height: 46px;
  font-size: 16px;
}
.checkout-wrapper .discount-form-wrap input#discount_code:focus, .checkout-wrapper .delivery-instructions.floatify__active textarea#delivery-note:focus{
  outline: none;
  box-shadow: 0 0 0 1px #0088ce;
  border-color: #0088ce;
}
.checkout-wrapper .discount-form-wrap button.apply-discount{
  display: block;
  margin-left: 10px;
  border-radius: 7px;
  outline: none;
  font-size: 16px;
  padding: 13px 40px;
}
.checkout-wrapper #delivery-note{
  height: 72px;
  border:1px solid #d9d9d9;
  font-size: 16px;
  font-family: inherit;
}
.checkout-right .sel-shipping-install .shipping-cost:after, .checkout-right .sel-shipping-install .installation-cost:after{
  clear: both;
  display: block;
  content: '';
}
.checkout-right .sel-install-wrap .applied-discount-showcase{
  float: left; margin-top: 3px;
}
.checkout-right .sel-shipping-install .shipping-cost label{
  float: left;
}
.checkout-right .sel-shipping-install .shipping-cost span, .checkout-right .sel-shipping-install .installation-cost span{
  clear: right;
}

.checkout-wrapper #address input#submit, .checkout-wrapper #installnext, .checkout-wrapper #installprev, .checkout-wrapper button#submitnotfound, .checkout-wrapper #submit{
  font-size: 16px;
}
.checkout-wrapper .checkout-right .cart-sidebar .shopify-buy__cart-item__price{
  font-size: 16px;
}
.checkout-wrapper p.formwrap.checkbox-wrap{
  font-size: 16px;
}
.checkout-wrapper .checkout-right .sel-shipping-install .shipping-cost, .checkout-wrapper .checkout-right .sel-shipping-install .installation-cost{
  font-size: 16px;
}
.mobile-toggle-bar{
  display: none;
}
.mobile-toggle-bar .order-summary-toggle{
  display: block;
  height: 70px;
  padding: 8px 0;
  border: none;
  background: #fafafa;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: left;
  width: 100%;
  outline: none;
  cursor: pointer;
}
.mobile-toggle-bar .order-summary-toggle .wrap{
  width: 40em;
  margin: 0 auto;
  display: block;
  padding: 0 1em;
}
.mobile-toggle-bar .order-summary-toggle .order-summary-toggle__icon-wrapper{
  margin-right: 8px;
}
.mobile-toggle-bar .order-summary-toggle svg{
  fill: #0088ce;
}
.mobile-toggle-bar .order-summary-toggle .wrap{
  color: #0088ce;
}
.mobile-toggle-bar .order-summary-toggle .order-summary-toggle__text{
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
}
.mobile-toggle-bar .order-summary-toggle.order-summary-toggle--show .order-summary-toggle__text--show{
  display: none;
}
.mobile-toggle-bar .order-summary-toggle.order-summary-toggle--show .order-summary-toggle__text--hide{
  display: inline-block;
}
.mobile-toggle-bar .order-summary-toggle .order-summary-toggle__text--hide{
  display: none;
}
.pro-self-install.install-wrap-outer.disabled {
  opacity: 0.4;
}
.checkout-wrapper form#address .floatify__active select{
  /*padding: 18px 8px 4px;*/
  padding: 10px 8px;
  height: 45px;
  font-family: 'Source Sans Pro', sans-serif;
}
.input-discount-code.hide {
  visibility: hidden;
  height: 0;
  width: 0;
  opacity: 0;
}
#address h3.howyourhear-label{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.checkout-outer #installationPrice .install-wrap-outer input, .checkout-outer #shippingPrice .install-wrap-outer input{
  visibility: hidden;
  opacity: 0;
}
.shopify-buy__btn{
  display: none;
}
.top-panel .shopify-buy-frame {
  float: initial;
  margin-right: 0;
  top: 20px;
  right: 1.13rem;
}
#header .shopify-buy-frame {
  margin-right: 0;
  padding-top: 0.75em;
}
.navbar--inner #toggle > .shopify-buy__icon-cart__group { fill: #0088ce; }

.top-panel .shopify-buy-frame .shopify-buy__icon-cart--side {
  width: 35px;
  height: 35px;
}
#header .shopify-buy-frame .shopify-buy__icon-cart--side {
  height: 35px;
  width: 35px;
}

#topPanel {
  display: flex;
  justify-content: center;
}

.top-panel .shopify-buy-frame .shopify-buy__cart-toggle__count,
#header .shopify-buy-frame .shopify-buy__cart-toggle__count
{ display: none; }

.top-panel .shopify-buy-frame .shopify-buy__cart-toggle,
#header .shopify-buy-frame .shopify-buy__cart-toggle
{
  background: none;
  padding: 0;
  min-width: 20px;
}
.top-panel .btn-link,
#header .btn-link
{
  right: 50px;
}
.checkout-outer .install-wrap-outer{
  height: 100px;
}
/**
 * Custom css for event page only
 */
 .event-wrap {
  padding: 50px 0;
}
.footer-light {
  padding: 50px 0 0;
}
.event-wrap h1{
  margin-bottom: 20px;
}
.event-wrap h1 a{
  border-radius: 2rem;
  color: #fff;
  font-size: 15px;
  background-color: #0088ce;
  padding: 12px 40px;
  letter-spacing: .3px;
  display: inline-block;
  cursor: pointer;
  transition: background 200ms ease;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  vertical-align: middle;
  margin-left: 25px;
  border: 2px solid #0088D0;
  text-decoration: none;
}
.event-wrap h1 a:hover {
    background: #fff;
    color: #0088D0;
}
.shopify-buy-frame.shopify-buy-frame--toggle.is-sticky {
    display: block;
}
/**
 * Custom css for event page only end here.
 */


/**
 * Responsive
 */
 @media only screen and (max-width: 1366px) {
  body .shopify-buy-cart-wrapper.shopify-buy-frame--cart {
    max-width: 490px; 
  }
  .shopify-buy-cart-wrapper .shopify-buy__cart-items{
    max-height: 100%;
  }
}

@media only screen and (max-width: 999px) {
  .checkout-outer .checkout-wrapper {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 85px;
  }
  .checkout-wrapper .checkout-right-wrapper{
    width: 100%;
    padding-left: 0;
    float: none;
    display: none;
  }
  .checkout-wrapper .checkout-left-wrapper {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .checkout-wrapper .checkout-left-wrapper .checkout-left, .checkout-wrapper .checkout-right-wrapper .checkout-right{
    float: none;
    width: 100%;
    max-width: 40em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0;
    margin:0 auto;
    height: auto;
    min-height: 100px;
    box-sizing: border-box;
  }
  .checkout-logo-breadcrumb{
    position: absolute;
    top:0;
    left: 0;
    padding: 21px 0;
    text-align: center;
    width: 100%;
  }
  .checkout-logo-breadcrumb .logo-checkout{
    margin: 0 auto;
    max-width: 40em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .checkout-left-wrapper .checkout-left .breadcrumb{
    display: none;
  }
  .mobile-toggle-bar{
    display: block;
  }
}


@media only screen and (max-width: 767px) {
  body .shopify-buy-cart-wrapper.shopify-buy-frame--cart {
    max-width: 430px; 
  }
  .shopify-buy-cart-wrapper .cart-btn-img {
    margin-bottom: 15px;
  }
  .cart-btn-img .mcafee-img {
    margin-bottom: 10px;
  }
  .shopify-buy__btn--close{
    display: inline-block;
    line-height: 45px;
  }
  .shopify-buy__btn--close span {
    outline: none;
    color: #fff;
    font-size: 30px;
  }
  .shopify-buy-cart-wrapper .shopify-buy__cart-scroll {
    height: calc(100% - 345px);
  }
  .shopify-buy-cart-wrapper .shopify-buy__cart-bottom {
    height: 345px;
  }
  form#address .form-email.floatify.floatify__active .floatify__label{
    top: 17px;
  }
  .checkout-wrapper .discount-form-wrap button.apply-discount{
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  /*.ship-wrap-outer.deliver-pickup, .install-wrap-outer.deliver-pickup {*/
    .checkout-outer .install-wrap-outer {
      display: block;
      width: 100%;
      float: none;
    }
    .ship-wrap-outer.deliver-pickup, .pro-self-install.install-wrap-outer{
      margin-bottom: 10px;
    }
    .shipping-form .install-wrap > p:after {
      clear: both;
      display: block;
      content: '';
    }
  }

  .product__footer-group .product__price {
    display: none!important;
  }
  span.calculating {
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 60px;
  }
  .loading-img img {
    width: 100px;
    margin: auto;
  }
  span.loading-text {
    font-size: 17px;
  }
  span.agree-msg {
    display: block;
    margin-top: 5px;
    color: red;
  }
  .shopify-buy__option-select-wrapper {
    border: none;
  }
  .locate-address .easy-autocomplete-container ul li {
    padding: 11px !important;
  }
  /*initially hide shipping and installation*/
  .shipping-cost, .installation-cost {
    display: none;
  }
  .installation-cost label {
    display: block;
    float: left;
    }.agree-condition label {
      cursor: pointer;
    }
    .discount-form-wrap button.apply-discount:disabled,
    .discount-form-wrap button.apply-discount:disabled:hover{
      background: grey;
      }.discount_apply_not_ready {
        font-size: 16px;
        color: grey;
      }
      @media screen and (min-width: 767px) {
        .top-panel #toggle.shopify-buy-frame {
          right: 180px;
        }
        #topPanel > a.align-self-center.btn.btn-primary.d-none.d-sm-inline {
          position: absolute;
          right: 10px;
        }
        .isIE #topPanel > a.align-self-center.btn.btn-primary.d-none.d-sm-inline {
          top: 25px;
        }
        }.shopify-buy-frame

        p.api-error {
          color: #b73939;
          display: block;
          margin: auto;
          text-align: left;
          margin-top: 50px;
          font-size: 17px;
        }

        /* Toggle Cart Style Starts*/
        #header .navbar--inner #toggle > div > svg > g { fill: #0088ce; }
        #topPanel { align-items: center; }
        #topPanel .btn { display: none; }
        .top-panel .shopify-buy-frame { position: initial; }
        @media screen and (min-width: 767px){
          .top-panel .shopify-buy-frame {
            margin-right: 2em;
          }
        }
        @media screen and (min-width: 1024px) {
          #topPanel .btn {
            display: block;
          }
          .top-panel .shopify-buy-frame {
            position: absolute;
          }
        }
/* Toggle Cart Style Ends*/