/*DYNAMIC BASKET*/
.dynamicBasketContainer {
    position: relative;
    display: none;
    margin-top: 10px;
    z-index: 1;
}

.dynamicBasket {
    border: 1px solid #dddddd;
    box-shadow: 0 14px 19px -6px rgba(0, 0, 0, 0.22);
    background: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 13px;
}

.dynamicBasket h3 {
    font-weight: 600;
}

.dynamicBasket hr {
    margin-bottom: 7px;
    border-top: 8px solid #fafafa;
}

/*Title*/
.dynamicBasket__title h5 {
    border-bottom: 3px solid #eeeeee;
    padding: 5px 0;
    margin: 0 0 8px 0;
    font-weight: 600;
    color: #999;
}

/*Content*/
.dynamicBasket__content {
    padding: 0 30px;
}

/*PRODUCT*/
.dynamicBasket__product {

}

.dynamicBasket__product--parent h4 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #fbb18c;
}

.dynamicBasket__product i.fa-spinner {
    color: #ec5f19;
}

.dynamicBasket__product--parent h5 {
    font-size: 14px;
    padding-top: 3px;
    margin: 0;
    font-weight: normal;
    text-transform: none;
}

.dynamicBasket__product--child h5 {
    color: #999;
    border-bottom: 0;
    font-size: 10px;
    padding-bottom: 0;
    margin: 0;
    font-weight: normal;
}

/*Remove Icon*/
.dynamicBasket__product i {
    float: right;
    color: #fbfbfb;
    font-size: 14px;
    margin: 8px 0 8px 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dynamicBasket__product--parent:hover h5 > i,
.dynamicBasket__product--child:hover h5 > i {
    color: #ffc1a2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dynamicBasket__product h5 i:hover {
    color: #ec5f19;
    cursor: pointer;
}

.dynamicBasket__product__billing {
    position: relative;
    color: #999;
}

/*Strikethrough*/
.dynamicBasket__product__billing > .saved {
    position: absolute;
    color: #fbb18c;
    right: 10%;
}

.dynamicBasket__product--child .dynamicBasket__product__billing {
    color: #ccc;
}

.dynamicBasket__product--parent .dynamicBasket__product__billing {
    font-size: 12px;
}

.dynamicBasket__product--child .dynamicBasket__product__billing {
    font-size: 10px;
}

.bpMobileContainer {
    display: none;
}

.dynamicBasket__product__period {

}

.dynamicBasket__product__cost {
    padding-left: 5px;
}

.dynamicBasket__product--child {
    border-left: 19px solid #fbfbfb;
    padding-left: 7px;
    margin: 2px 0;
}

.dynamicBasket__product--child:hover,
.dynamicBasket__product--child:hover > h5 {
    color: #333;
    border-color: #eee;
}

.dynamicBasket__product--child:hover,
.dynamicBasket__product--child:hover > .dynamicBasket__product__billing {
    color: #999;
}

.dynamicBasket__product--subChild {
    margin-left: 22px;
    border-width: 13px;
}

/*BILLING PERIOD*/
.billingPeriod {
    display: none;
    color: #ccc;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
    padding-bottom: 2px;
    border: 1px solid #f7f7f7;
    border-left: 0;
    border-right: 0;
}

.billingPeriod h5 {
    border: 1px solid #eeeeee;
    border-right: 0;
    border-left: 0;
    padding: 5px 0;
}

.billingPeriod__header {
    display: block;
    padding: 4px 0;
    color: #cccccc
}

.billingPeriod__toggle {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 22px;
}

/* Hide default HTML checkbox */
.billingPeriod__toggle input {
    display: none;
}

.billingPeriod__toggle__handle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #cccccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.billingPeriod__toggle__handle:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .billingPeriod__toggle__handle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.billingPeriod .billingPeriod__options span {
    position: relative;
    top: -6px;
    display: inline-block;
    width: 55px;
    text-align: center;
}

.billingPeriod .billingPeriod__options span:hover {
    cursor: pointer;
}

.billingPeriod .billingPeriod__options span#monthly {
    right: 8px;
}

.billingPeriod .billingPeriod__options span#yearly {
    left: 4px;
}

.billingPeriod .billingPeriod__options span.active {
    color: #ec5f19;
    font-weight: bold;
}

.dynamicBasket__totalCost_period {
    font-size: 14px;
    color: #999999;
    padding-left: 5px;
    text-transform: lowercase;
    font-weight: normal;
}

/*Total Price*/
#dynamicBasket__totalCost__value {
    display: block;
}

#dynamicBasket__totalCost__value__gbp {
    display: none;
}

#dynamicBasket__totalCost__value > span {
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    color: #ec5f19;
    display: inline-block;
    line-height: 72px;
}

#dynamicBasket__totalCost__value {
    padding-top: 17px;
}

#dynamicBasket__totalCost__value > span {
    line-height: 26px;;
}

#dynamicBasket__totalCost__value > .dynamicBasket__totalCost__currency--main {
    font-size: 40px;
}

.dynamicBasket__totalCost__vat {
    font-size: 12px;
    color: #bbbbbb;
    padding: 2px 0;
}

#dynamicBasket__totalCost__discount {
    color: #999;
}

#dynamicBasket__totalCost__discount span {
    font-weight: 600;
}

.dynamicBasket__title .currencyChoice {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 11px;
}

/*Ugly !import because someone decided to target all selecct buttons under #main*/
.dynamicBasket__title .currencyChoice select {
    background: transparent !important;
    border: 0 !important;
    color: #999 !important;
    height: 20px !important;
    outline: none;
    min-width: 50px !important;
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
    line-height: inherit !important;
    border-radius: 0 !important;
    width: inherit !important;
    cursor: pointer;
    z-index: 9999;
}

/*Sktip to Checkout*/
.dynamicBasketContainer .skipToCheckout {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin: 10px 0;
}

.dynamicBasketContainer .skipToCheckout a {
    color: #ccc;
}

.dynamicBasketContainer .skipToCheckout a:hover {
    color: #999;
}

/*Mobile*/
@media only screen and (max-width: 1024px) {

    /*Domain Search Rows*/
    .result-row {
        padding: 10px 0;
    }

    .wizard .result-row div.select-this-domain {
        padding: 0 0 10px;
    }

    .result-row.notavailable .domain-taken {
        padding: 0;
    }

    .result-row.available .select-period {
        padding: 0;
    }

    /*Dynamic Basket*/
    .dynamicBasket {
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    .dynamicBasketContainer {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.05);
    }

    .dynamicBasketContainer .btn.buy {
        margin-top: 0;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
    }

    #dynamicBasket__totalCost__value > span,
    #dynamicBasket__totalCost__value > .dynamicBasket__totalCost__currency--main,
    #dynamicBasket__totalCost__value > span {
        font-size: 25px;
    }

    #dynamicBasket__totalCost__value {
        padding-top: 0;
    }

    .dynamicBasket__title h5 {
        position: absolute;
        right: 15px;
        border: 0;
        margin: 0;
        top: 0;
    }

    .dynamicBasket__title .currencyChoice {
        top: 17px;
        right: 0;
    }

    .dynamicBasket__content {
        padding: 10px 0 5px 0;
    }

    /*Fixes flicker on-scroll caused by plugin*/
    .dynamicBasketContainer.is_stuck {
        top: auto !important;
    }

    /*Billing Period Mobile - show select drop down*/
    .billingPeriod {
        display: none !important;
    }

    .bpMobileContainer {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
    }

    .bpMobileContainer h5 {
        border: 0;
        margin: 0;
        padding: 5px 0;
        font-weight: 600;
        color: #999;
        font-size: 12px;
    }

    .bpMobileContainer select {
        background-color: #fff !important;
        display: block;
        border: 0 !important;
        color: #999 !important;
        height: 15px !important;
        outline: none;
        min-width: 50px !important;
        padding: 0 0 0 10px !important;
        margin: 0 !important;
        line-height: inherit !important;
        border-radius: 0 !important;
        width: inherit !important;
        cursor: pointer;
    }

    /*end Billing Period Mobile*/
    /*Hide Bottom Nav. Basket total accommodates space in small screen*/
    .mobile-nav-bottom {
        display: none !important;
    }

    .dynamicBasketContainer .skipToCheckout {
        display: none;
    }
}