body { padding-right: 0 !important }

.volt-button-order{
    margin-left: 15px;
}
.show-button {
    display: block
}
.hidden-button {
    display: none;
}
.white {
    color: #fff;
}
.trustpilot-widget{
    display: none !important;
}
.product-order-close {
    width: 100%;
    background-color: #00A5E2;
    -webkit-animation-name: close-order; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-transition-timing-function: ease-out; /* Safari and Chrome */
    animation-name: close-order;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    transition-timing-function: ease-out;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes close-order {
    0% {
        width: 100%;
        min-height: 100px;
        opacity: 1;
    }
    50%{
        width: 100%;
        min-height: 10px;
        opacity: 0.5
    }
    100% {
        width: 0;
        min-height: 10px;
        opacity: 0;
    }
}
/* Standard syntax */
@keyframes close-order {
    0% {
        width: 100%;
        min-height: 100px;
        opacity: 1;
    }
    50% {
        width: 100%;
        min-height: 10px;
        opacity: 0.5;
    }
    100% {
        width: 0;
        min-height: 10px;
        opacity: 0;
    }
}
.product-order {
    width: 0px;
    height: 0px;
    overflow: hidden;
    background-color: #00A5E2;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes open-order {
    0% {
        width: 0;
        min-height: 10px;
        opacity: 0;
    }
    50%{
        width: 100%;
        min-height: 10px;
        opacity: 0.5
    }
    100% {
        width: 100%;
        min-height: 100%;
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes open-order {
    0% {
        width: 0;
        min-height: 10px;
        opacity: 0;
    }
    50% {
        width: 100%;
        min-height: 10px;
        opacity: 0.5;
    }
    100% {
        width: 100%;
        min-height: 100px;
        opacity: 1;
    }
}
.order-form {
    margin-top: 15px;
    margin-bottom: 5px;
}
.order-form div select {
    width: 95% !important;
}

.order-form label {
    font-size: 15px;

}

.last-option-cart i {
    padding-bottom: 11px !important;
    padding-top: 10px !important;
    color: #00A5E2;
}

.last-option-cart {
    color: #00A5E2;
    background: #fff;
    min-width: 100px !important;
}

.last-option-cart:hover i{
    color: #000 !important;
    cursor: pointer;
}
.last-option-cart:hover span{
    color: #000 !important;
    cursor: pointer;
}
.last-option-cart:hover{
    background: #fff !important;
}
.cart-box-active {
    background: #00A5E2;
}
.cart-box-active i{
    color: #fff;
}

.cart-box {
    background: #fff;
    position: absolute;
    z-index: 999999;
    width: 40%;
    min-height: 100%;
    right: 0;
    border: 1px solid #00A5E2;
    border-top: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow-y: scroll;
}
.hide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.show {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.buy-bg{
    background: #fff;
}

.cart-button{
    margin-top: 14px;
    line-height: 2.5rem;
}
.price-input{
    font-size: 23px;
    text-align: right;
    padding-right: 0;
}
.quantity-btn {
    background: #00A5E2;
    display: inline-block;
    margin-bottom: 3px;
    width: 30%;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    /* background-color: #e1e1e1; */
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #00A5E2;
    line-height: 1.4;
}
.quantity-btn:hover {
    background: #000;
    border: 1px solid #000;
}
.input-quantity {
    margin: 5px 0 !important;
    padding: 8px 0 !important;
    display: inline-block;
    background-color: #fff !important;
    text-align: center;
    width: 40% !important;
    z-index: -1;
    cursor: default;
    border: 1px solid #00A5E2 !important;
    padding: 4px 6px !important;
    font-size: 1rem !important;
    /* border-bottom-left-radius: 5px; */
    font-size: 14px !important;
}
#order-box{
    z-index: 9999999;
}
.nopad {
    padding: 0 !important;
}

.mtop{
    margin-top: 10%;
}
.order-total{
    font-weight: bold;
    font-size: 16px;
}

.order-shipping{
    font-size: 14px;
}

#close-fa:hover{
    cursor: pointer;
}
.showalways{
    display: block !important;
}

.cart-items{
    background: #00A5E2 !important;
    color: #fff !important;
}

.cart-items:hover {
    background: #00A5E2 !important;
    color: #fff !important;
}

#your-order .short-description{
  background: #000;
  color: #fff;
}

#your-order .short-description h3{
  margin: 12px 0 5px;
}

#num-items{
  display: none;
}

#empty-cart{
  padding: 10px 30px;
}

#checkout-btn{
  margin: 0;
    border: none;
    padding: 5px 12px;
    border-radius: 40px !important;
    background: #000;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    outline: none !important;
}

#checkout-btn:hover{
  background: #00A5E2 !important;
}

#cyclescheme-checkout-opt{
  border-radius: 40px !important;
}

#cycle-scheme-3opt input{
  left: 25px;
}
#choose-scheme-wrapper{
  display: inline-flex;
}
#more-cycletowork-options{
  display: none;
  margin-top: 30px;
}
.show-cycletowork-options{
  display: inline-flex !important;
}
#choose-scheme-wrapper .radio-inline,
#more-cycletowork-options .radio-inline {
  display: flex;  
  align-items: center;
  margin-top: 10px;
}
#choose-scheme-wrapper .radio,
#more-cycletowork-options .radio-inline {
  margin-left: 5px;
  left: 0;
}
.choose-scheme-form .glyphicon{
  position: relative; 
  display: inline-block; 
  top: 3px; 
  left: 4px;
}
.choose-scheme-form .glyphicon-ok {
  display: none !important;
}
#cyclescheme-provider-notice{
  font-weight: bold;
  color: #fb4c2f;
  text-align: center;
}
@media(max-width:768px){
  .show-cycletowork-options{
    display: grid !important;
    margin-top: 0px !important;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  #choose-scheme-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

.summary{
    background: #fff;
    color: #000;
}

.summary-blue{
    color: #00A5E2;
}

.border-bg {
    border: 1px solid #eee;
}

.order-price {
    float: right;
}
.order-price-summary{
    font-size: 16px;
}

.removeitem{
    font-size: 16px;
    color: #00A5E2;
}

.removeitem:hover {
    color: #000;
    cursor: pointer;
}
#summary-total{
    float: right;
}

.checkout-btn, .paypal-btn{
    width: 100%;
}

.checkout-btn{
    margin-left: 0px;
}
.back-order-btn{
    width: auto;
}
.paypal-img{
    width: 40%;
}

.rrp {
    color: #777;
    font-family: volt-light;
    line-height: 4rem;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 450px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
            -ms-transform: translate3d(0%, 0, 0);
             -o-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
    }

    .modal.left .modal-content,
    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }
    
    .modal.left .modal-body,
    .modal.right .modal-body {
        padding: 15px 15px 80px;
    }

/*Left*/
    .modal.left.fade .modal-dialog{
        left: -450px;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
             -o-transition: opacity 0.3s linear, left 0.3s ease-out;
                transition: opacity 0.3s linear, left 0.3s ease-out;
    }
    
    .modal.left.fade.in .modal-dialog{
        left: 0;
    }
        
/*Right*/
    .modal.right.fade .modal-dialog {
        right: -450px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
             -o-transition: opacity 0.3s linear, right 0.3s ease-out;
                transition: opacity 0.3s linear, right 0.3s ease-out;
    }
    
    .modal.right.fade.in .modal-dialog {
        right: 0;
    }

/* ----- MODAL STYLE ----- */
    .modal-content {
        border-radius: 0;
        border: none;
    }

    .modal-header {
        border-bottom-color: #EEEEEE;
        background-color: #FAFAFA;
    }

@media (min-width: 1501px){
.mtop{
    margin-top: 0%;
}
.cart-box {
    width: 30%;
}
}

@media (min-width: 1200px) and (max-width: 1499px){
.mtop{
    margin-top: 0%;
}
.cart-box {
    width: 40%;
}
}


@media (min-width: 992px) and (max-width: 1199px){
.cart-box {
    width: 50%;
}
}

@media (max-width: 760px){
.cart-box {
    width: 70%;
}
.quantity-btn {
    display: inline-block;
    margin-bottom: 3px;
    width: 15%;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    /* background-color: #e1e1e1; */
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #34b6e4;
    line-height: 1.4;
}
.input-quantity {
    margin: 5px 0 !important;
    padding: 8px 0 !important;
    display: inline-block;
    background: #fff;
    text-align: center;
    width: 25% !important;
    z-index: -1;
    cursor: default;
    border: 1px solid #ddd !important;
    padding: 4px 6px !important;
    font-size: 1rem !important;
    border: 1px solid #34b6e4 !important;
    /* border-bottom-left-radius: 5px; */
    font-size: 14px !important;
}

}

@media (min-width: 1200px){
.col-lg-offset-05 {
    margin-left: 4%;
}
}

@media (min-width: 992px){
.col-md-offset-05 {
    margin-left: 4%;
}
}


@media (max-width: 992px){
.paypal-img{
    width: 100px;
}
}

/* Media query for mobile viewport */
    @media screen and (max-width: 400px) {
        #paypal-button-container {
            width: 100%;
        }
    }
    
    /* Media query for desktop viewport */
    @media screen and (min-width: 400px) {
        #paypal-button-container, .checkout-btn-pay {
            width: 250px;
            max-width: 100%;
        }
    }


/* media query for iphone 5 */
@media (max-width: 320px) {
            .modal.left .modal-dialog,
    .modal.right .modal-dialog { 
        width: 320px;
    }


/*Left*/
    .modal.left.fade .modal-dialog{
        left: -320px;
    }
        
/*Right*/
    .modal.right.fade .modal-dialog {
        right: -320px;
    }
}

/* media query for iphone 6 */
@media (max-width: 440px) {
        .modal.left .modal-dialog,
    .modal.right .modal-dialog { 
        width: 320px;
    }


/*Left*/
    .modal.left.fade .modal-dialog{
        left: -320px;
    }
        
/*Right*/
    .modal.right.fade .modal-dialog {
        right: -320px;
    }
}

.acc-summary:hover img{
    opacity: 0.8;
}

.acc-summary {
    border: 1px solid transparent;
  margin-bottom: 60px;
}
.acc-summary:hover {
    border: 1px solid #eee;
}

.acc-summary:hover .checkout-btn{
    -webkit-animation: swapcolor 1s; /* Safari 4+ */
    -moz-animation:    swapcolor 1s; /* Fx 5+ */
    -o-animation:      swapcolor 1s; /* Opera 12+ */
    animation:         swapcolor 1s; /* IE 10+, Fx 29+ */
}

@media(min-width: 768px){
    #accessories-form .acc-summary{
        min-height: 366px;
        position: relative;
        margin-bottom: 20px;
    }

}

@media(min-width: 992px){
    #accessories-form .checkout-btn {
        position: absolute;
        width: calc(100% - 30px);
        bottom: 30px;
    }
}

@keyframes swapcolor {
  0% {
    background: #00A5E2;
  }
  50% {
    background: #000;
  }
  100% {
    background: #00A5E2;
  }
}

.form-control-static {
    padding-top: 0px;
}

.item-numbers{
    color: #fff;
    right: 0;
    position: absolute;
    background: #000;
    padding: 2px;
    border-radius: 50%;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 10px;
    margin: 2px 2px 0px 0px;
}

.close-span{
        color: #000;
    font-size: 3rem;
    opacity: 1;
}

.close {
    opacity: 1;
}
.credit-card{
    max-width: 140px;
}


/* media query for iphone 6 */
@media (min-width: 992px) {
 .credit-card{
    float: right;
    padding-right: 4px;
}
}

@media (max-width: 767px){
.checkout-quant h5 {
    float: right;
}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .acc-summary {display: block !important}
  }  



.voucher-eg-wrapper{
  position: absolute; 
  border: 2px solid #00A5E2;
  z-index: 11;
  display: none;
  top: 60px;
}

.voucher-eg-wrapper:hover{
  display: none !important;
}

.voucher-eg-wrapper-left{
  left: 0;
}

.voucher-eg-wrapper-right{
  right: 0;
}

/* .voucher-logo-wrapper {
  display: flex;
  justify-content: center;
} */

.voucher-logo{
  cursor: pointer;
}

.cyclescheme-btn-text .voucher-eg-wrapper {
  margin-top: 50px;
}

.cyclescheme-btn-text:hover .voucher-eg-wrapper,
.voucher-logo-wrapper:hover .voucher-eg-wrapper{
  display: block;
}
#voucher-logos-box{
  padding-bottom: 15px;
}

#voucher-logos-box::after{
  content: '(Hover for example)';
  position: absolute;
  bottom: -10px;
  left: calc(50% - 54px);
  font-size: 11px;
}

@media(max-width: 1025px){
  #voucher-logos-box::after{
    content: '(Tap for example)';
  }
}
.page-header {
  margin: 0px 0 20px;
}
eq-no-style{
  height: 0;
}
.messages{
  margin-top: -20px;
}
.messages .sa-icon {
  margin: 0;
}
.messages .check_mark{
  height: auto;
}
#dealerForm, #visitedDealerSubmit, .dealerVisitedWrapper,#dealerComments{
  display: none;
}
.flex-radio{
  display: flex; 
}
@media(min-width:769px){
  .dealerSvgWrapper{
  display: flex; 
  align-items: center;
  }
  #dealerVisitedNo h2 {
    margin-left: 200px;
  }
}
#homeDeliveryInfo{
  cursor: pointer;
  margin-top: 3px;
}
#homeDeliveryInfo:after{
  -webkit-justify-content: center;
  justify-content: center;
  background: #00a5e2;
  border-radius: 8px;
  color: #fff;
  content: attr(tooltip);
  font-size: 16px;
  padding: 9px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: 500ms;
}
#homeDeliveryInfo:hover:after{
  opacity: 1;
  z-index: 11;
}
#order-progress-wrapper {
  display: none;
  justify-content:center;
  margin-top: 30px;
}
#shippingCalculatorWrapper{
  display: none;
}

#paypal-wrapper{
  position: relative;
}

#paypal-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  cursor: not-allowed;
  background: #eee;
  opacity: 0.5;
}

#checkout-error-wrapper{
  display: flex;
  align-items: center;
}
#totalPlaceholder p{
  display: flex;
  justify-content: space-between;
}

#voucherValue::-webkit-outer-spin-button,
#voucherValue::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cyclescheme-return-btn {
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 4px 13px;
}

.offerDisabled,
.deliverooDisabled {
  pointer-events: none !important;
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
}

.popover{
  max-width: 100%; 
}

#offerEmailError {
  color: #fb4c2f;
  font-size: 12px;
}
#offerEmailError u {
  cursor: pointer;
}

.notices u {
  cursor: pointer;
}

.disabled-cyclescheme{
  background: #ccc !important;
  cursor: not-allowed !important;
  pointer-events: none;
  opacity: 0.6;
}

.reviews-carousel {
  background: #fff;
  padding: 0 30px;
  overflow: hidden !important;
}

.swiper-button-prev-reviews {
  left: 0px;
  outline: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjgxLjYgMjgxLjYiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE2Ny45MiA2OC42MjctODEuMTM0IDcyLjY5MSA4MC45MjQgNzEuMzkzIiBmaWxsPSJub25lIiBzdHJva2U9IiM1YjViNWIiIHN0cm9rZS13aWR0aD0iMjEuNjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxjaXJjbGUgY3g9IjE0MS4wNTYiIGN5PSIxMzkuNjU4IiByPSIxMjIuMDgxIiBmaWxsPSJub25lIiBzdHJva2U9IiM1YjViNWIiIHN0cm9rZS13aWR0aD0iMTcuMzI4IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+') !important;
  margin-top: -30px;
  height: 30px;
  background: rgb(255 255 255 / 90%);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.swiper-button-next-reviews {
  right: 0;
  outline: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjgxLjYgMjgxLjYiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTExNC4xOTIgNjguNjI3IDgxLjEzNCA3Mi42OTEtODAuOTI0IDcxLjM5MyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNWI1YjViIiBzdHJva2Utd2lkdGg9IjIxLjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48Y2lyY2xlIGN4PSItMTQxLjA1NiIgY3k9IjEzOS42NTgiIHI9IjEyMi4wODEiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzViNWI1YiIgc3Ryb2tlLXdpZHRoPSIxNy4zMjgiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHRyYW5zZm9ybT0ic2NhbGUoLTEgMSkiLz48L3N2Zz4=') !important;
  margin-top: -30px;
  height: 30px;
  background: rgb(255 255 255 / 90%);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.message-wrapper {
  max-height: 90px;
  font-size: 13px;
}

.message-wrapper a:hover {
  text-decoration: none;
}

.message-wrapper::after {
  content: '';
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  width: 100%;
  height: 40px;
  display: block;
  z-index: 111;
  position: absolute;
  bottom: -5px;
}

.swiper-pagination-reviews {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 3;
  margin-top: 5px;
  width: calc(100% + 64px);
  left: -32px;
}
@media(max-width:991px) {
  #reviews-carousel-wrapper{
    flex-direction: column !important;
  }
}

@media(max-width:769px) {

  .reviews-carousel {
    margin: 20px 0 !important;
  }
}

@media (min-width: 768px){#accessories-form .acc-summary {  min-height: 465px;}}	

.radiocsoptions{
  animation: all .25s ease;
      padding-left: 0;
  padding-right: 0;
  border: 2px solid transparent;
  padding-bottom: 15px;
}
.radiocsoptions:hover{
  border:2px solid #00A5E2;
  border-radius: 5px;
}