﻿.box-three {
    float: left;
    position: relative;
    height: auto;
    width: 100%;
    border: 2px solid #fff;
    background-color: #fff;
    /* padding: 10px 10px 5px 10px;*/
    border-radius: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 300px;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
}
.theme-custom .nivoSlider{
    top:80px;
}
.theme-custom .nivoSlider img {
    top: 0px !important;
}
li {
    padding: 2px;
}
.message-failure {
    color:#FF2D55 !important;
}

.box-radius {
    border-radius: 10px;
    background-color: #fff;
}

.col-one {
    padding: 0 20px;
}

.sw-btn-group .btn-primary {
    border-radius: 24px !important;
    background-color: #0095da !important;
    color: #fff !important;
    border: 2px solid #0095da !important;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    
}
.close-search {
    float: right;
    position: fixed;
    right: 25px;
    top: 25px;
}
.sw-btn-group .btn-light:hover {
    background-color: #0095da;
    color: #fff !important;
    border: 2px solid #0095da;
}

.sw-btn-group .btn-light {
    border-radius: 20px !important;
    background-color: #fff;
    color: #0095da !important;
    border: 2px solid #0095da;
    font-weight: 500;
    font-size: 16px;
}

.light-blue {
    color: #0095da;
    margin-top: 0px;
    margin-bottom: 0px;
}

.mt-30 {
    margin-top: 30px;
}

.font-16 {
    font-size: 16px !important;
}

.green {
    color: #33ca33 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-12 {
    font-size: 12px;
}

.blue {
    color: #003750;
}

.font-21 {
    font-size: 21px;
}

.box-radius hr {
    border-top: 1px solid #d3d9dc;
}

.mt-75 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}


.box-three .h3 span {
    font-size: 0.8rem;
}

.mb-60 {
    margin-bottom: 60px;
}

.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.setup-debit-order-mvp2 .check-container {
    position:static !important;
    padding-left:0px !important;
}
    .check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #006D9F;
    background-color: #fff;
    border-radius: 4px;
}

.check-container input:checked ~ .checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid #006D9F;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/*.cart-page .row {
    max-width: 100%;
    width: 100%;
}*/

.wrap-price-icon {
    width: 100%;
    bottom: 10px;
    color: #003750;
    padding: 20px;
}

.product-name {
    font-size: 14px !important;
    /* height: 45px; */
    /* float: left; */
    font-weight: 500 !important;
}

.minus, [class^="minus"] {
    background: transparent;
    
    /* font-size: 2.5rem; */
    box-shadow: 0px 0px 0px transparent;
    border: 0px;
    margin: 7px;
    height: 25px;
    width: 35px;
    line-height: 25px;
}
.product-detail-symbol-btn {
    color: #0095da;
    font-size:30px;
}

.plus, [class^="plus"] {
    background: transparent;
    /* font-size: 26px; */
    box-shadow: 0px 0px 0px transparent;
    border: 0px;
    margin: 6px 10px;
    float: right;
    width: 35px;
}

.html-shopping-cart-page .minus, [class^="minus"] {
    background: transparent;
    /*color: #80939c;*/
    /* font-size: 2.5rem; */
    box-shadow: 0px 0px 0px transparent;
    border: 0px;
    margin: 7px;
    height: 25px;
    width: 35px;
    line-height: 25px;
}

.html-shopping-cart-page .plus, [class^="plus"] {
    background: transparent;
    /*color: #80939c;*/
    /* font-size: 26px; */
    box-shadow: 0px 0px 0px transparent;
    border: 0px;
    margin: 6px 10px;
    float: right;
    width: 35px;
}

.order-summary-symbol-btn {
    color: #80939c;
}

.price-wraps {
    float: left;
    width: 100%;
}

.wrap-price-icon .price {
    display: flex;
}

.price-wraps .qty-input {
    width: 30px;
    height: 30px;
    padding: 0px 5px;
    text-align: center;
    font-size: 15px;
    color: #80939c;
    background: transparent;
    border: 2px solid #80939c;
    border-radius: 5px;
    margin-bottom: 0px;
}

.price {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.wrap-price-icon .h3 {
    font-size: 20px !important;
}

.add-to-wishlist-button {
    background-image: url(../images/Wishlist_border.png);
    background-color: transparent;
    font-size: 0px;
    width: 23px;
    height: 20px;
    border: 0px solid transparent;
    background-repeat: no-repeat;
    background-size: contain;
    /* float: right;*/
    /* margin: -17px 0px; */
}

.update-cart-button {
    background-image: url(../images/trash_can_icon-01.svg);
    background-color: transparent;
    font-size: 0px;
    width: 22px;
    height: 22px;
    border: 0px solid transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 0px;
    
}

.delet-cart-button {
    background-image: url(../images/add_to_cart_icon-01.svg);
    background-color: transparent;
    font-size: 0px;
    width: 18px;
    height: 22px;
    border: 0px solid transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 0px;
    margin: 0px -15px 0px 0px;
    float: left;
}

.cart-img-wrap {
    height: 170px;
    float: left;
    width: 100%;
}

    .cart-img-wrap img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.product .product-name {
    height: auto;
    width: 100%;
}

.sw-btn-group {
    bottom: -18px;
    margin: auto;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-three .product-name {
    float: left;
    height: 22px;
    width: 100%;
}

.add-to-cart-panel {
    display: flex;
    padding: 10px 0px;
}

.add-to-cart-button {
    background-image: url(../images/add_to_cart_icon_white-02.svg);
    background-position: 25px;
    height: 45px;
    text-align: center;
    background-size: 12%;
    padding: 0px 16px;
    text-indent: 20px;
    background-repeat: no-repeat;
}

.mt-100 {
    margin-top: 100px;
}

/*-----add css form button---*/

.white-text {
    color: white;
}

​​
.installation-wrap {
    position: relative;
}

.grey-out-button, .grey-out-button:hover {
    background-color: #cccccc !important;
}

.bring-to-center {
    margin-top: 15px !important;
}

.added-in-wishlist .add-to-wishlist-button {
    background-image: url("../images/Wishlist.png");
}

.pt-8 {
    padding-top: 8px;
}

.pb-8 {
    padding-bottom: 8px;
}

.cart-item {
    border-top: 0px solid transparent !important;
    /*margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px;*/
    text-align: left !important;
    padding-left: 20px !important;
}
/*Css For cart Right hand side*/
.wrap-items {
    float: right;
}

​​​​​
.cart-item .pb-8 {
    font-size: 14px;
}

​
.col-centered {
    float: none;
    margin: 0 auto;
}


.carousel-control img {
    width: 42px;
}

.carousel-control.left,
.carousel-control.right {
    margin-right: -58px;
    margin-left: -58px;
    background-image: none;
    opacity: 1;
    top: 42%;
}

.carousel-control > a > span {
    color: white;
    font-size: 29px !important;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 10px;
    float: left;
}
.custom-cartmsz-wrapper{
    height:auto;
    /*margin-top:10px;*/
}
.active > div {
    display: none;
}

    .active > div:first-child {
        display: block;
    }

/*xs*/
@media (max-width: 767px) {
    .custom-cartmsz-wrapper {
        height: auto;
    }
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .active.right {
        left: 50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active > div:first-child + div {
        display: block;
    }
    .showmax-align-items-center {
        display: block;
    }
}


/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .active.right {
        left: 50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active > div:first-child + div {
        display: block;
    }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .theme-custom .nivoSlider img {
     top: 0px !important;
    }

    .nivo-caption .mt-30{
        margin-top:20px !important;
    }
    .banner-disc {
        font-size: 14px !important;
        font-weight: 400;
        line-height: 20px !important;
        margin-top: 10px !important;
    }
    .price-section {
        background: linear-gradient(90deg, #73FAEA -76.68%, rgba(115, 250, 234, 0) 79.63%);
        padding: 10px 20px;
        font-size: 14px !important;
        margin-top: 15px !important;
    }

    .hide-ipda {
        display: none !important;
    }
    .theme-custom .nivo-caption b {
        font-size: 24px !important;
        font-weight: 700 !important;
        display:block;
        line-height:normal;
    }
    .ml-50 {
        margin-left: 0px !important;
    }

    .mr-50 {
        margin-right: 0px !important;
    }


    .carousel-inner .active.left {
        left: -33%;
    }

    .carousel-inner .active.right {
        left: 33%;
    }

    .carousel-inner .next {
        left: 33%;
    }

    .carousel-inner .prev {
        left: -33%;
    }

    .carousel-col {
        width: 33%;
    }

    .active > div:first-child + div {
        display: block;
    }

        .active > div:first-child + div + div {
            display: block;
        }
}

/*lg*/
@media (min-width: 1200px) {
    .carousel-inner .active.left {
        left: -25%;
    }

    .carousel-inner .active.right {
        left: 25%;
    }

    .carousel-inner .next {
        left: 25%;
    }

    .carousel-inner .prev {
        left: -25%;
    }

    .carousel-col {
        width: 25%;
    }

    .active > div:first-child + div {
        display: block;
    }

        .active > div:first-child + div + div {
            display: block;
        }

            .active > div:first-child + div + div + div {
                display: block;
            }
}

.block {
    width: 100%;
    height: 282px;
    /* padding: 10px; */
    /* margin: 7px; */
    background-image: url(../images/Product_bg.png);
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    box-shadow: 1px 5px 16px 5px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px 5px 16px 5px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 5px 16px 5px rgba(0,0,0,0.14);
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 352px !important;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 45% !important;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

/*.red {
    background: red;
}

.blue {
    background: blue;
}

.green {
    background: green;
}

.yellow {
    background: yellow;
}*/
.slider .row {
    width: 100%;
}

.slider .item {
    width: auto;
}

/*Css for Delivery address*/
.outline-btn {
    border: 2px solid #0095da;
    border-radius: 32px !important;
    color: #0095da !important;
    font-size: 16px;
    padding: 12px 30px;
    text-decoration: none !important;
    background: transparent;
    min-width: 176px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-family: 'Roboto', sans-serif !important;
}

.primary-btn {
    border: 2px solid #0095da;
    background: #0095da;
    border-radius: 32px !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 12px 30px;
    text-decoration: none !important;
    min-width: 176px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    font-family: 'Roboto', sans-serif !important;
}

.btn-position {
    position: relative;
    bottom: 36px;
}

.step-position {
    position: relative;
    text-align: center;
}

.search-input {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #4c5c63 !important;
    box-shadow: none !important;
    outline: none;
    width: 51% !important;
    margin-bottom: 0px !important;
    padding: .5rem 0rem !important;
    display: inline-block !important;
    margin-right: 20px !important;
}

.lbl-tracking-num {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.header_wrap.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.8);
    min-height: 60px;
}

.dark-bg {
    padding: 6em 0 4em 0;
    background-image: url(../images/bg-image.svg);
    background-repeat: no-repeat;
    background-size: 100%;
   
}

.header_wrap {
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    /* height: 60px; */
}

.box-radius {
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.32);
    margin-bottom: 100px;
    /*margin-top: 50px;*/
}

.box-padding {
    padding: 54px 20px;
}

.lbl-delivery-status {
    color: #73919F;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.lbl-order {
    color: #09446E;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.lbl-color-2 {
    color: #73919F;
}

.lbl-status {
    color: #0095da;
}

.dark-blue {
    color: #006D9F;
}




.badge-w {
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 4px;
    font-size: 12px !important;
    font-weight: 700;
    color: #000 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff !important;
    border-radius: 50% !important;
    margin-left: 8px;
    line-height: 12px;
    border: 1px solid #8a8b8d;
}


/*=input focus effects css= */
:focus {
    outline: none;
}

.input-bx {
    margin: 10px 3% 10px 0%;
    position: relative;
}

@media (max-width: 600px) {
    .input-bx {
        margin: 10px 0%;
    }
}

/* necessary to give position: relative to parent. */
input[type="text"] {
    font: 15px/24px "roboto", Arial, sans-serif;
    color: #006d9f;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0px;
    box-shadow: none;
}

.input-effect label {
    color: #a2c9dc !important;
    font-weight: 300 !important;
}

.txt-effect {
    border: 0 !important;
    padding: 4px 0 !important;
    border-bottom: 1px solid #a2c9dc !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #006D9F !important;
}

    .txt-effect ~ .focus-border {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 0 !important;
        height: 2px !important;
        background-color: #3399ff !important;
        -webkit-transition: 0.4s !important;
        transition: 0.4s !important;
    }

    .txt-effect:focus ~ .focus-border,
    .has-content.txt-effect ~ .focus-border {
        width: 100%;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .txt-effect ~ label {
        position: absolute;
        left: 0;
        width: 100%;
        top: 9px;
        color: #aaa;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: -1;
        letter-spacing: 0.5px;
    }

    .txt-effect:focus ~ label,
    .has-content.txt-effect ~ label {
        top: -16px;
        font-size: 12px;
        color: #3399ff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

#placeholder ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, .6);
    opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #006D9F;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #006D9F;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #006D9F;
}

.search-detail input[type="text"] {
    color: #fff;
}

.cvc-s {
    color: #006D9F;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
}

.img-responsive {
    display: inline-block !important;
}

.securelbl {
    color: #10D040;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
    vertical-align: bottom;
}

.left-38 {
    left: 38% !important;
}

.img-card {
    text-align: center;
    display: inline-block;
}

.opacity-5 {
    opacity: 0.5;
}

.address-box {
    min-height: 82px;
    padding: 40px 20px;
    border: 2px solid #D0DADF;
    border-radius: 8px;
    width: 100%;
    float: right;
    /* height: 190px;*/
}

.blue-border {
    border: 2px solid #0095da;
}

.round {
    position: absolute;
    margin-top: 9%;
    display:none;
}

.round-1 {
    position: absolute;
    margin-top: 11%;
}

.round label {
    background-color: #fff;
    border: 2px solid #D0DADF;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px !important;
}

label {
    max-width: inherit !important;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

    .round input[type="checkbox"]:checked + label {
        background-color: #0095da;
        border-color: #0095da;
    }

        .round input[type="checkbox"]:checked + label:after {
            opacity: 1;
        }

.lbl-light-blue {
    color: #0095da;
}

.select-selected {
    color: #006d9f;
    font-size: 14px;
    padding: 8px 16px;
    border: 0px;
    border-bottom: 1px solid #a2c9dc !important;
    padding: 5px 16px 5px 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    margin-bottom: 0px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:0px !important;
}
.custom-customer-detail-dob:before {
    position: absolute;
    content: '';
    right: 4px;
    top: 10px;
    border: solid #006d9f;
    border-width: 0 2px 2px 0;
    transform: rotate( 45deg );
    display: inline-block;
    padding: 2.3px;
}

.html-update-billing-address-page .custom-customer-detail-dob:before {
    position: absolute;
    content: '';
    right: 16px;
    top: 36px;
    border: solid #006d9f;
    border-width: 0 2px 2px 0;
    transform: rotate( 45deg );
    display: inline-block;
    padding: 2.3px;
}
    .left-41 {
    left: 41% !important;
}

.w-100 {
    width: 100% !important;
}

.purches-box {
    border: 1px solid #0095da;
    border-radius: 10px;
    background: transparent;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}

.active-1 {
    border: 2px solid #0095da;
}

.clear-both {
    clear: both;
}

.wrap-quantity h4 {
    text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
    .header-links-wrapper {
        height: 60px;
    }
    .ico-register {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {

    .fibre-header-links ul {
        display: block !important;
    }
    .fibre-responsive-header-menu {
        display: block;
    }
    .flyout-cart {
        position: absolute;
        top: 92% !important;
        right: 10px;
    }
    .fibre-header-links li {
        display: inline-block !important;
    }
    .fibre-laptop-menu {
        display: none;
    }
    .header-links-wrapper {
        padding: 17px 23px;
        display: inline-block;
        display: block;
        text-align: right;
        /* width: 65%; */
        /* margin: 0 auto; */
    }
    .img-70.fibre-mobile-logo {
        width: 100% !important;
    }
    .navbar-brand.fibre-mobile-navbar-brand {
        padding: 15px 0px 0 16px;
        width: 90px;
    }
    
    .address-box {
        min-height: 82px;
        padding: 20px 0px;
        border-radius: 8px;
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .wrap-search-box .search-box-text-popup {
        margin-top: 0 !important;
        font-size: 20px !important;
    }
   /* .header-links {
        padding-top: 10px;
    }*/
    .header_wrap nav li a.info-link {
        font-size: 16px !important;
        top: -40px !important;
        line-height: unset !important;
    }
    /*.header-links-wrapper {
        padding: 12px 0px;
    }*/
    .m-float-l {
        float: left !important;
    }

    .lbl-order {
        font-size: 14px;
    }


    .m-text-left {
        text-align: left !important;
    }

    .col-md-12 {
        position: inherit !important;
    }

    .search-input {
        width: 44% !important;
    }
}

.address-item:nth-child(2) {
    display: none;
}

.address-grid .address-wrapper-box:nth-child(2) {
    display: none;
}

.billing-page .row {
    max-width: 100%;
}

.btn-next-cart {
    position: relative;
    bottom: -110px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 32px !important;
    z-index: 999;
}

/*.btn-next-cart {
    position: relative;
    bottom: -274px;
   
    border-radius: 32px !important;
    z-index: 999;
}*/
.product .attributes {
    color: #003750 !important;
    font-weight: 400 !important;
    margin-top: 5px !important;
    font-size: 12px !important;
}

#shopping-cart-form .box-radius {
    margin-left: 10px;
}

.font-weight-bold {
    font-weight: bold;
    color: #0095da;
}

.blue-color {
    color: #0095da !important;
    text-decoration: none !important;
}

.dark-blue-font {
    color: #006D9F;
}

.payment-description {
    display: block;
    color: red;
}

.payment-logo .payment-description {
    display: none;
}

.payment-wrapper-main li {
    float: left;
    padding: 0px;
    border-radius: 50%;
    margin: 0px !important;
    width: 230px !important;
}

    .payment-wrapper-main li .payment-logo img {
        border-radius: 10px;
        width: 200px;
        height: 125px;
    }

.txt-white {
    color: white;
}

.bold-font {
    font-weight: bold;
    /*  font-family: 'Roboto-Bold'*/
}

.payment-method .payment-logo {
    display: block;
    background-color: transparent;
    padding-bottom: 30px;
}

.payment-sub-section {
    /* font-weight: lighter;
    font-family: 'Roboto-Light';*/
    font-size: 18px;
}

.order-completed-page h1 {
    margin-top: 4px;
}
/*Zoom Functionality CSS*/
#preview {
    margin-top: 10px;
    /* border: 1px solid #223852;*/
    width: 500px;
    height: 350px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 100px;
    left: 35%;
    z-index: 2;
    background-color: #1b608a;
    background-repeat: no-repeat;
    border-radius: 10px;
}

#samples {
    text-align: center;
    /* height: 100%; */
    /* position: relative; */
    /* top: -155px; */
    width: 80%;
}

    #samples img {
        display: block;
        left: -20px;
        right: 0px;
        margin: auto;
        max-height: 100%;
        max-width: 100%;
        /* bottom: 0px;*/
        bottom: 0px;
        padding: 2rem 1rem 2rem 1rem;
    }

        #samples img:hover {
            cursor: zoom-in;
            border: 0;
            /*-moz-box-shadow: 2px 2px 7px 2px rgba(130,130,130,1),-1px -1px 7px 2px rgba(130,130,130,1);*/
            /* -webkit-box-shadow: 2px 2px 7px 2px rgba(130,130,130,.7),-1px -1px 7px 2px rgba(130,130,130,1); */
            /* box-shadow: 2px 2px 7px 2px rgb(7 66 106), -2px -2px 7px 2px rgb(7 66 104 / 91%); */
        }

.wrap-content-available-star {
    display: flex;
}

/*@media screen and (max-width: 767px) {
    #samples img {
        display: inline-block;
    }
}*/

}

.purches-box {
    border: 1px solid #0095da;
    border-radius: 10px;
    background: transparent;
}

.lbl-delivery-status {
    color: #73919F;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.lbl-color-2 {
    color: #73919F;
}

.order-number {
    text-transform: uppercase;
    color: #0095da;
    margin-left: 2px !important;
    font-weight: 600;
}

.product-subd {
    color: #0095da;
    /*margin-left: 4px !important;*/
    font-size: 16px;
}

/*.order-confirm-page, .order-completed-page {
    margin-top: 70px;
    margin-bottom: 40px;
}*/

.d-none {
    display: none;
}

.hr-blue {
    border-top: 1px solid rgb(162, 182, 191);
    opacity:0.3;
}

.stock {
    margin-left: 1em;
}

    .stock span {
        color: #0095da !important;
    }

.wrap-quantity .row {
    display: flex;
}

.wrap-quantity p {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}

.wrap-quantity .row .col-md-3 {
    align-self: flex-end;
}

.product-name h1 {
    margin: 0px;
}

hr.col-md-12 {
    width: 96%;
}

.product-fearure-area .feature-p {
    align-self: center;
    width: 12%;
}

.product-fearure-area {
    border-top: 1px solid rgba(162, 182, 191, 10%);
    padding-top: 1em;
    margin-top: 3em;
}

.width-75 {
    width: 80%;
}

.image-notification {
    background-image: url(../images/Product_bg.png);
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-top: 2em;
    height: 220px;
    border-radius: 12px;
    position: relative;
    background-size: 100%;
}

    .image-notification img {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        padding: 20px
        /* object-fit: contain; */
    }

.notification-label {
    font-size: 30px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 100 !important;
}

.notification-text {
    font-size: 20px !important;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.ui-widget.ui-widget-content {
    border: 1px solid #5083B5;
    margin: 30px auto;
    top: auto;
    /* bottom: 0px; */
    /*left: 0px !important;*/ /*impacting hardware customerdetail page calender*/
    right: 0px !important;
}
.html-shopping-cart-page .ui-widget.ui-widget-content {
    top: 120px !important;
}
.order-list-page h1 {
    margin-top: 0px;
    font-weight: 100;
    font-size: 40px;
}

.lbl-order {
    color: #09446E;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.lbl-color-2 {
    color: #73919F !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.lbl-status {
    color: #0095da;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.lbl-sub {
    color: #09446E;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.install-info-plus {
    color: #0095da;
    font-weight: 600;
    font-size: 15px;
}

.order-details-page h1 {
    margin-top: 0px;
    font-weight: 100;
    font-size: 40px;
}

.order-details-box-p {
    padding: 30px 40px 44px 40px;
}

.picture {
    display: inline-block;
}

.img-s {
    border: 2px solid #D0DADF;
    border-radius: 8px;
    /*height: 100px;*/
    width: 100px;
    padding: 8px;
}

.order-details-page .product {
    padding: 10px 0px;
}

.order-details-page .cart th, .data-table th, .forum-table th {
    padding: 10px 0px;
}


.product-imgC {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.order-details-page .cart td.subtotal, .data-table td.total {
    padding: 0px;
}

.sub-h {
    color: #73919F;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
}

.product-quantity {
    color: #09446E;
    font-size: 16px;
    font-weight: 500;
}

.product-subtotal {
    color: #09446E;
    font-size: 18px;
    font-weight: 600;
}

.order-details-page .cart-total td {
    padding: 0px;
}

.total-s {
    color: #003750;
    font-size: 20px;
    font-weight: 600;
}

.width-47 {
    width: 52%;
    color: #73919F !important;
    padding-left: 0px !important;
}

.order-s-lbl {
    color: #73919F !important;
    padding-left: 0px !important;
}

.sub-tearm {
    color: #456D7F;
}

.footer-lower {
    display: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
    outline-offset: -2px;
}

.admin-header-links {
    display: none;
}

.nav-height-60 {
    height: 86px !important;
}

.navbar-collapse.collapse {
    height: 86px !important;
}

/*.payment-logo img {
    border-radius: 10px;
    width: 100%;
    -webkit-box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.32);
}*/

.justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.row-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.power-by {
    color: #A2B6BF;
}

.cart-page .title-head {
    font-size: 40px;
    font-weight: 100 !important;
    margin-bottom:0px !important;
    margin-top:40px;
}

.accept b {
    text-transform: uppercase;
}

.page-title-e {
    font-size: 40px;
    font-weight: 100 !important;
    text-align: left;
}

.cart .subtotal {
    width: 7em;
    text-align: center;
}

.cart .quantity {
    text-align: center;
}

.minus:before, [class^="minus"]:before {
    content: "";
}

.subtotal h3 {
    margin-top: 6px;
}

.edit-address input[type="text"] {
    color: #006D9F !important;
    font-size: 16px !important;
}

.inputs label {
    color: rgb(0, 109, 159,0.4);
    display: block;
}

.btn-position-a {
    position: relative;
    bottom: -45px;
}

.rating-options input {
    margin-top: 0px !important;
}

.mt-7 {
    margin-top: 7px;
}

.wrap-amount {
    float: left;
    width: 100%;
    height: 60px;
}

.img-content-anchor {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.button-wrap {
    float: left;
    width: 100%;
}

.img-content-anchor img {
    position: absolute;
    bottom: 0px;
    max-height: 100%;
    max-width: 100%;
    right: 0px;
    left: 0px;
    margin: auto;
    /*   top: 0px;*/
}

.whistlist-wrap-row .col-md-3 {
    margin-bottom: 26px;
}

.owl-stage {
    padding-left: 0px !important;
}

.owl-item {
    opacity: 0.5;
}

.owl-stage .active {
    opacity: 1 !important;
}

.coupon-wrapper {
    padding: 30px 20px;
}

    .coupon-wrapper .apply-coupon-input {
        border: 0px solid transparent;
        border-bottom: 1px solid #d6dee3 !important;
        margin-top: 5px;
        padding: 0px;
        color: #B7B9BC;
        font-weight: 400;
        font-size: 14px;
    }

    .coupon-wrapper .voucher-text {
        margin-top: 10px;
    }

    .coupon-wrapper .apply-coupon-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #B7B9BC;
        opacity: 1; /* Firefox */
    }

    .coupon-wrapper .apply-coupon-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #9ac6d9;
    }

    .coupon-wrapper .apply-coupon-input::-ms-input-placeholder { /* Microsoft Edge */
        color: #9ac6d9;
    }

    .coupon-wrapper .apply-coupon-input:focus {
        background: transparent;
        color: #9ac6d9;
    }

.mb-70 {
    margin-bottom: 70px;
}

.Wishlist-header {
    padding: 20px 20px 10px 20px;
    height: 70px;
}

.btn-position-s {
    position: relative;
    bottom: -44px;
}

.certificate li {
    color: #006D9F;
    font-weight: 600;
    list-style-type: circle;
    padding-bottom: 5px;
}

}

.message-failure {
    color: red;
}

.applied-discount-code {
    color: green;
    font-size:12px;
    font-weight:400;
}

.Wishlist-header {
    padding: 20px 20px 10px 20px;
    height: 70px;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0A121D;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

.nb-spinner {
    width: 65px;
    height: 65px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #fff;
    border-right: 0px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
}

-webkit-@keyframes spin {
   -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

-webkit-to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}



@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.exchange-head {
    max-width: 62.5rem;
}

a:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

.table-header {
    color: #525252;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
    font-size: 18px !important;
    color: #000 !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
    color: #5f5f5f;
}

.social-list {
    /*background: #fff;*/
    border-radius: 100%;
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;
   /* line-height: 3em;*/
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out,-webkit-transform 0.25s ease-out;
}

    .social-list .fa {
        color: #000;
        font-size: 1.5em;
    }

.bd-highlight {
    display: inline-block;
    margin-right: 10px;
}

.footerlinks {
    margin: 15px 0;
    padding: 0px;
    list-style: none;
    font-size: 13px;
    color: #fff;
}

    .footerlinks li {
        display: inline;
        padding: 0px 5px;
        border-right: 1px solid;
        opacity: 0.5;
    }

        .footerlinks li:last-child {
            border-right: none;
        }


/*Css style for Track my order*/
.ordertracker li {
    width: 50%;
    float: left;
    list-style-type: none;
}

.todo {
    height: 10px;
    width: 100%;
    background: #254452;
}

.done {
    height: 10px;
    width: 100%;
    background: #0095da;
}

.ordertracker li:first-child {
    border-radius: 8px 0px 0px 8px;
}

.ordertracker li:last-child {
    border-radius: 0px 8px 8px 0px;
}

.order-detail-section {
    width: 46.8%;
    float: left;
}

.width-29 {
    width: 29.5%;
}

.complete-stage {
    bottom: 10px;
    position: relative;
}

.order-detail {
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
}

/*.activ-margin {
    margin-top: -8px;
}*/

.mr-1 {
    margin-right: -1px;
}

.track-image-p {
    position: absolute;
    bottom: -4px;
    left: -6px;
}

.width-11 {
    width: 6.4% !important;
}

.left-27 {
    left: 126px !important;
}

.left-14 {
    left: 14px !important;
}


.discount-c {
    width: 110px;
    height: 110px;
    border: 1px solid;
    text-align: center;
    padding: 44px 0px 44px 0px;
    border-radius: 50%;
    position: absolute;
    left: 35%;
    top: 36px;
    font-size: 26px;
    font-weight: 600;
}

.owl-carousel .owl-item .img-content-anchor img {
    width: auto !important;
}

/*Rating*/
.radio-star {
    background-image: url("../images/rating1.png");
}

.rating-wrap {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -23px !important;
}

    /* Hide the browser's default radio button */
    .rating-wrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark-star {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    background-image: url("../images/rating1.png");
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

/* On mouse-over, add a grey background color */
.rating-wrap:hover input ~ .checkmark-star {
    /* background-color: #ccc;*/
}

/* When the radio button is checked, add a blue background */
.rating-wrap input:checked ~ .checkmark-star {
    background-image: url("../images/rating2.png");
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-star:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rating-wrap input:checked ~ .checkmark-star:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rating-wrap .checkmark-star:after {
    /* top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;*/
}

.fill-star {
    background-image: url("../images/rating2.png");
}


.discount-c {
    width: 110px;
    height: 110px;
    border: 1px solid;
    text-align: center;
    padding: 44px 0px 44px 0px;
    border-radius: 50%;
    position: absolute;
    left: 35%;
    top: 58px;
    font-size: 26px;
    font-weight: 600;
}

.bar-notification {
    display: none !important;
}

.custome-model-content {
    background-color: #0A121D;
    border: 2px solid #0095da;
    color: #fff;
    border-radius: 8px;
}

.c-close {
    color: #0095da !important;
    text-shadow: none;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.modal-footer {
    text-align: center;
}

.delivery-lbl {
    color: #003750;
    font-size: 16px;
    font-weight: 400;
}

.payment-unsuccesful-msg {
    font-size: 24px;
    font-weight: 600;
    color: #0095da;
}

.payment-unsuccesful-msg-s {
    font-size: 18px;
    font-weight: 300;
    color: #73919F;
}

.width-164 {
    width: 164px;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 17, 24, 0.95);
    z-index: 2;
    cursor: pointer;
    overflow: auto;
}
/*search page*/
* {
    box-sizing: border-box;
}

.wrap-search-box .search-box-text-popup {
    padding: 25px 10px;
    font-size: 17px;
    border: 1px solid rgb(162, 182, 191, 0.3);
    border-width: 0 0 1px 0;
    float: left;
    width: 80%;
    background: transparent;
    margin-top: 16px;
    font-size: 40px;
    font-weight: bold;
}

.wrap-search-box .button-search {
    float: left;
    width: 50px;
    padding: 10px;
    background: transparent;
    color: white;
    font-size: 17px;
    border: 1px solid rgb(162, 182, 191, 0.3);
    border-width: 0px 0px 1px 0px;
    border-left: none;
    cursor: pointer;
}



.wrap-search-box::after {
    content: "";
    clear: both;
    display: table;
}

.search-box-text-popup:focus {
    background-color: transparent !important;
    color: #fffffff2 !important;
}

.wrap-search-box .search-box-text-popup::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fffffff2;
    opacity: 1; /* Firefox */
}

.wrap-search-box .search-box-text-popup:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fffffff2;
}

.wrap-search-box .search-box-text-popup::-ms-input-placeholder { /* Microsoft Edge */
    color: #fffffff2;
}

.wrap-picture:before {
    content: "";
    display: block;
    background-image: url(../images/Product_bg.png);
    background-size: cover;
    /*  width: 240px;*/
    height: 146px;
    border-radius: 12px;
}

.wrap-picture {
    position: relative;
}

    .wrap-picture img {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
    }

.product-name-search {
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 25px !important;
}

.price-search {
    float: left;
    width: 100%;
    font-size: 20px !important;
    font-weight: lighter;
    padding: 10px 0px;
}

.desc-search {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: lighter;
    padding: 10px 0px;
}

.header_wrap nav li a.info-link {
    color: #0095da !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.search-box-hr hr {
    /* border-color: #A2B6BF; */
    border: 1px solid rgb(162, 182, 191, 0.3);
}

/*.search-detail {
    display: flex;
}*/

.more-info {
    flex: 1;
    position: relative;
}

.info-link {
    position: absolute !important;
    top: 0px !important;
    line-height: 10 !important;
    height: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
}



.ajax-loading-block-window {
    z-index: 10000;
}

.search-result {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 16px;
    font-weight: bold;
}

.product-count {
    margin-top: 0px !important;
    top: 0px !important;
    color: #0095da !important;
    font-size: 16px !important;
    font-weight: bold;
}

.write-review .inputs input[type="text"], .inputs input[type="email"], .inputs input[type="password"] {
    color: #fff !important;
}

#shopping-cart-form .message-error {
    display: none;
}

.address-h {
    height: 34px;
}

/*.purches-box .col-md-2 {
    width: 18.66666667%;
}*/

.product-item {
    cursor: pointer;
}

.click-card {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.qr-ajax-loading-block-window {
    position: relative;
    left: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: 0px 0px 0px -16px;
    background: url('../images/loading.gif') center no-repeat;
}

.payment-n {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    color: #006D9F;
}

.payment-method .col-md-4 {
    width: 26.333333%;
}

.banner-txt-l{
    line-height:24px !important;
}

.mt-5{
    margin-top:5px;
}

.theme-custom .nivo-caption{
    margin-top:34px ;
}

.theme-custom .nivoSlider {
    position: relative;
    z-index: 0;
    background: #003750 url(loading.gif) 50% 50% no-repeat;
}



.dialogueboxdiscount {
    position: absolute !important;
    top:5px !important;
}

.search-buttonback {
    font-size: 16px !important;
    line-height: initial !important;
}

.chat-fc-form-outer div.fc-form ul li label {
    color: #4d4d4d;
}
.newsletter{
    display:none;
}

.vertical-align-s{
    vertical-align:sub;
}

.theme-custom .nivoSlider {
    position: relative;
    z-index: 0;
   /* background: #003750 !important;*/
}

.pt-1{
    padding-top:1px;
}
.chat-fc-form ul .pre-fc-field input {
    color: #000000 !important;
}

.tn-position {
    position: relative;
    bottom: 38px;
}
/*@media only screen and (min-device-width: 1024px) and (max-device-width: 1120px) and (orientation:portrait) {
    .theme-custom .nivo-caption {
        width: 55% !important;
        left: 5% !important;
        margin-top: 5px !important;*/
        /*font-size: 12px !important;*/
    /*}
    .nivo-caption .mt-10 {
        margin-top: 1px !important;
    }

    .nivo-caption .f-18 {
        margin-top: 1px !important;
        font-size: 12px;
    }
    .theme-custom .nivo-caption {
        margin-top: 14px !important;
    }
}*/

/*@media only screen and (min-device-width: 810px) and (max-device-width: 1100px) {
    .theme-custom .nivo-caption {
        width: 55% !important;
        left: 5% !important;
        margin-top: 5px !important;*/
        /*font-size: 12px !important;*/
    /*}
    .nivo-caption .mt-10 {
        margin-top: 1px !important;
    }

    .nivo-caption .f-18 {
        margin-top: 1px !important;
        font-size: 12px;
        margin-top: 0px !important;
        line-height: 16px !important;
    }
    .nivo-caption .mt-20 {
        margin-top: 5px !important;
    }
    .theme-custom .nivo-caption {
        margin-top: 14px !important;
    }
}*/
    /*@media only screen and (min-device-width: 420px) and (max-device-width: 800px) {
        .theme-custom .nivo-caption {
            width: 55% !important;
            left: -43% !important;
            margin-top: 5px !important;*/
            /*font-size: 12px !important;*/
        /*}

        .nivo-caption .mt-10 {
            margin-top: 1px !important;
        }

        .nivo-caption .f-18 {
            margin-top: 1px !important;
            font-size: 12px;
            margin-top: 5px !important;
            line-height: 16px !important;
        }

        .nivo-caption .primary-btn {
            font-size: 12px;
            padding: 5px 30px;
        }

        .nivo-caption .mt-20 {
            margin-top: 10px !important;
        }
    }*/

/*    @media only screen and (min-device-width: 320px) and (max-device-width: 420px) {
        .theme-custom .nivoSlider img {
            height: 230px !important;
        }

        .theme-custom .nivo-caption {
            width: 55% !important;
            left: -43% !important;
            font-size: 12px !important;
            margin-top: 5px !important;
            line-height: 16px !important;
        }

            .theme-custom .nivo-caption b {
                font-size: 12px !important;
            }

        .nivo-caption .mt-10 {
            margin-top: 1px !important;
        }

        .nivo-caption .f-18 {
            font-size: 12px;
            margin-top: 2px;
            line-height: 14px !important;
        }

        .nivo-caption .mt-20 {
            margin-top: 10px !important;
        }

        .nivo-caption .primary-btn {
            font-size: 12px;
            padding: 5px 30px;
        }
    }*/


 #termsofservice:checked ~ .checkmark{
    background-color: #006D9F;
}

.check-container .checkmark {
    position: relative;
    left: 0 !important;
    height: 22px;
    width: 22px;
    border: 2px solid #0095DA;
    background-color: #fff;
    border-radius: 4px;
    float: left;
    right: 0px;
}
.check-container .checkmark:after {
    left: 6px;
    bottom: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
}

.setup-debit-order-mvp2 .check-container .checkmark {
    position: relative;
    left: 0 !important;
    height: 22px;
    width: 22px;
    border: 2px solid #006D9F;
    background-color: #fff;
    border-radius: 4px;
    float: left;
    right: 0px;
}

    .setup-debit-order-mvp2 .check-container .checkmark:after {
        left: 6px;
        bottom: 2px;
        width: 6px;
        height: 12px;
        border: solid #006D9F;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate( 45deg );
        -ms-transform: rotate(45deg);
        transform: rotate( 45deg );
    }
.html-shopping-cart-page .check-container {
    padding-left: 10px;
}

.html-add-address-page .custom-customer-detail-dob:before {
    position: absolute;
    content: '';
    right: 16px;
    top: 36px;
    border: solid #006d9f;
    border-width: 0 2px 2px 0;
    transform: rotate( 45deg );
    display: inline-block;
    padding: 2.3px;
}

.width-100{
    width:100% !important;
}

.pt-7e {
    padding-top: 60px;
}

.custom-customer-detail-dob-2:before {
    position: absolute;
    content: '';
    right: 4px;
    top: 32px;
    border: solid #006d9f;
    border-width: 0 2px 2px 0;
    transform: rotate( 45deg );
    display: inline-block;
    padding: 2.3px;
}

.btn-position-ins {
    position: relative;
    bottom: -78px;
}

.btn-position-map {
    position: relative;
    bottom: -25px;
}

.box-padding-addres {
    padding: 22px 20px;
}

.Creat-package-section{
 background-color:#fff;
 border-radius:10px;
}

.Creat-package-form{
    padding:8px;
}

.creat-package-heading {
    color: #01293B !important;
    font-size:28px !important;
    font-weight:600 !important;
}

.select-package-section {
    padding: 10px;
    background-color: rgb(1, 105, 125,0.08);
    margin-top:18px;
    border-radius:8px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #01293B;
        font-size:16px;
        font-weight:400;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 22px;
            height: 22px;
            border: 2px solid #179EDD;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 14px;
            height: 14px;
            background: #179EDD;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.select-your-package {
    color: #01293B !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 2px;
}

.p-style-n {
    color: #01293B;
    font-size:14px;
}

.Creat-package-form input[type="radio"]:checked + label {
    font-weight: 600;
    color: #01293B;
}

.contract-lbl {
    color: #179EDD;
    font-size:12px;
    margin-left:30px;
    font-weight:500;
}

.section-2{
    padding:10px;
}

.withoutIC {
    color: #707070 !important;
}
.package-box {
    height: 758px;
    padding: 10px 20px;
    border-radius: 0px 8px 8px 0px;
}
.premium-p {
    
    background-image: url("../images/Pricing options_Premium.png");
    background-size:cover;
}

.access-p {
    background-image: url("../images/Pricing options_Access.png");
    background-size: cover;
}

.compactplus-p {
    background-image: url("../images/Pricing options_Compact Plus.png");
    background-size: cover;
}

.compact-p {
    background-image: url("../images/Pricing options_Compact.png");
    background-size: cover;
}

.family-p {
    background-image: url("../images/Pricing options_Family.png");
    background-size: cover;
}

.pr-8{
    padding-right:8px !important;
}

.package-name-section h4 {
    font-size: 26px !important;
    margin-bottom: 4px;
}

.package-name-section p {
    font-size: 16px !important;
    font-weight:600;
    color:#fff;
   
}

.price-field{
    color:#fff;
    font-size:28px;
    font-weight:600;
}

.price-field-2 {
    color: #fff;
    font-size: 18px;
}

.img-label{
    color:#fff;
    font-size:16px;
    font-weight:600;
    text-align:center;
    margin-top:10px;
}

.package-disc li{
    color:#fff;
    font-size:12px;
    list-style-type:disc;
}

.package-disc{
    padding-left:15px;
    padding-top:30px;
}

.primary-btn-small {
    border: 2px solid #0095da;
    background: #0095da;
    border-radius: 32px !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 8px 20px;
    text-decoration: none !important;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    font-family: 'Roboto', sans-serif !important;
}

.package-box-p{
    padding-left:0px;
    padding-right:7px;
}

/*.revivw-box {
    height: 140px !important;
}*/
.write-review .inputs{
    height:auto !important;
}
.banner-caption-color {
    color: #179EDD;
}

.nivo-caption p {
    padding: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

.grey-out{
    opacity:0.2;
}

.package-name-section{
    height:44px !important;
}

#img_nodecoder{
    height: 102px;
}





.bundle-cart .html-shopping-cart-page .text-wrap {
    color: #003750;
    font-size: 15px;
    min-height: 54px;
}
.bundle-cart .cart-summary-page .wrap-items {
    float: left;
}
.bundle-cart .product-item {
    padding: 0 20px;
}
.bundle-cart .text-wrap h4 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #003750;
    padding-top: 6px;
}

.bundle-cart .text-wrap .ColorText {
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 700;
    color: #0095da;
    margin-top: 20px;
}
.bundle-cart .product-info-list .item-image {
    width: 100%;
    margin: 0px;
}

.bundle-cart .contract-text {
    float: left;
    width: 100%;
    text-align: center;
    margin: 5px 0 0px 0;
}

.bundle-cart .contract-text span {
    font-size: 16px;
    text-align: center;
    color: #003750;
    font-weight: 700;
}

.bundle-cart .html-shopping-cart-page .home-product-short-desc li {
    color: #003750;
}

.bundle-cart .product-price .price-value {
    font-size: 22px;
    float: left;
    text-align: left;
    margin-top: -10px;
    color: #003750;
    padding-top: 6px;
    letter-spacing: 0;
    font-weight: 900;
    width: auto;
    text-transform: capitalize;
    font-family: 'Roboto';
}

.bundle-cart .product-price .label-price {
    font-size: 12px;
    float: none;
    text-align: left;
    margin-top: 0;
    color: #003750;
    padding-top: 8px;
    vertical-align: sub;
    margin-left: 5px;
    font-weight: 300;
    width: auto;
    display: inline-block;
    text-transform: capitalize;
    /* padding-top: 10px; */
}

.bundle-cart .html-shopping-cart-page .product-price .label-price {
    padding-top: 6px;
}

.bundle-cart .change-button-area {
    left: initial;
    float: left;
    width: 100%;
    text-align: center;
    color: #0095da;
}

.bundle-cart .cart-summary-page .product-wrap-amount.wrap-amount {
    height: auto;
    position: absolute;
    bottom: 5px;
}

.bundle-cart .wrap-amount {
    float: left;
    width: 100%;
    height: auto;
}

.bundle-cart .changeitemBtn {
    color: #0095da;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-weight:700;
}

.bundle-cart .product-info-list .select-package-card-icon {
    border-radius: 16px;
    position: absolute;
    right: 28px;
    top: -19px;
}

.bundle-cart .installation-s {
    font-weight: 700;
    font-size: 18px;
    color: #003750;
}

.bundle-cart .text-wrap {
    height: 80px;
}

.bundle-cart .box-three {
    min-height: 270px;
}

.bundle-cart .check-container-two .checkmark {
    position: relative;
    left: 0 !important;
    height: 22px;
    width: 22px;
    border: 2px solid #006D9F;
    background-color: #fff;
    border-radius: 4px;
    float: left;
    right: 0px;
}

    .bundle-cart .check-container-two .checkmark:after {
        left: 6px;
        bottom: 2px;
        width: 6px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate( 45deg );
        -ms-transform: rotate(45deg);
        transform: rotate( 45deg );
    }

.bundle-cart .cart-checkout-area {
    padding: 0 26px;
}

.bundle-cart .cslarge-footer-description {
    font-size: 12px;
    padding: 10px 0;
    color: #456D7F;
}

.bundle-cart .cart td, .data-table td, .forum-table td{
    padding:5px 0px;
}

.bundle-cart .checkout-page .total-info {
    margin: 0px;
    border-bottom: none;
    padding: 15px 0;
    border-top: 1px solid #00000026;
    border-bottom: 1px solid #00000026;
}

.bundle-cart .cart-total td {
    padding:0px;
}

.bundle-cart #termsofservice {
    display: none;
}

.pl-14 {
    padding-left: 14px !important;
}

.bundle-cart .hide-s {
    display: none;
}

.cartSummaryHeading {
    border-bottom: 1px solid rgba(162, 182, 191, 25%) !important;
    padding-bottom: 10px;
}

.cart-note{
 color:#fff;
 font-weight:200;
 padding-bottom:20px;
}

.product-item-selected {
    border: 3px solid #179EDD;
}

.cart-add-security {
    background: url("../images/acces-bg.png");
    background-size:cover;
}

.access-h {
    font-family: 'Max-TF-Bold';
    font-size:28px;
    margin-top:64px;
}

.secure-info {
    color: #fff;
    font-weight: 400;
}

.access-price-lbl {
    font-size: 20px;
    float: left;
    text-align: left;
    font-family: 'Max-TF-Bold';
    color: #fff;
    padding-top: 6px;
    letter-spacing: 0;
    font-weight: 900;
    width: auto;
    text-transform: capitalize;
}

.wifi-img-top, .completed-ico-top, .payment-ico-top {
    width: 32px;
}

.box-padding-cd {
    padding: 54px 20px 0px !important;
}

.new-billing-address .title {
    display: none;
}
.font-weight-700, .font-weight-medium {
    font-weight: 700 !important;
}
.bill-heading-style {
    font-size: 30px;
}
.customer-details-wrapper {
    width: 80%;
    margin: 0 auto;
}
.physical-input-sec {
    width: 100%;
    float: left;
    margin-bottom: 20px !important;
}
.physical-label {
    float: left;
    font-weight: 600;
    color: #006D9F;
    font-size: 16px;
    padding: 0 15px 0 15px;
    margin-left: 0px;
}
.physical-check-label .physical-check-input {
    height: 15px;
    width: 15px;
    border-radius: 4px;
    border: 1px solid #006D9F;
    background: #006D9F;
    color: #fff;
    display: none;
}
.check-container-two .checkmark.customer-details-checkmark {
    float: left;
    position: relative;
    left: 0px;
}
.physical-input-sec .same-label {
    padding: 2px 10px;
    float: left;
}
.same-label {
    color: #006D9F;
    float: left;
    font-size: 14px;
    padding: 0 15px;
}
.check-container-two input:checked ~ .checkmark:after {
    display: block;
}
.customer-details-page .required {
    display: none;
}
.customer-detail-MVP2 .check-container-two.physical-check-label .checkmark:after {
    border-color: #fff !important;
}
.customer-detail-MVP2 .check-container-two .checkmark:after {
    left: 6px;
    bottom: 2px;
    width: 6px;
    top: 2px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
}
.customer-detail-MVP2 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.customer-detail-MVP2 .physical-check-input:checked ~ .checkmark, #termsofservice:checked ~ .checkmark {
    background-color: #0095DA;
}
.bottom-bill-info.row {
    margin-bottom: 0px;
    display: flex;
}
.textPlease {
    padding-right: 30px;
    padding-left: 15px;
}
.mandatory-info {
    color: #006D9F;
    font-size: 14px;
    /* padding-left: 10px; */
}
    .mandatory-info a {
        text-decoration: none;
    }
    .mandatory-info img {
        margin-right: 5px;
    }
.custom-mandatory-info {
    color: #0095da;
    text-transform: uppercase;
}
.customer-details-page .inputs {
    white-space: normal;
    height: 85px;
}


.completed {
    height: 10px;
    width: 100%;
    background: #69DC4B;
}

.cart-adon-packages {
    background: url(../images/add-boxsets.png);
    background-size: cover;
}

.add-box-m{
    margin-top:32px;
}

.pt-0{
    padding-top:0px !important;
}

.loginoption-heading {
    font-size: 40px;
    font-weight: 100 !important;
    color: #fff;
}

.loginoptionheading p{
    font-size:21px;
    font-weight:100;
    color:#fff;
    margin-top:10px;
}

.sign-in-up-btn {
    background: rgba(255, 255, 255, 0.05);
    padding: 35px 20px;
    display: block;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none !important;
    list-style-type: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.guest-check-out-btn {
    background: rgba(255, 255, 255, 0.05);
    padding: 35px 20px;
    display: block;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none !important;
    list-style-type: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.login-option-selected {
    border: 1px solid #0095DA;
}

.guest-info-lable {
    font-size: 16px;
    font-weight: 700;
    color: #006D9F;
}

.customer-detail-heading{
    font-size:40px;
    font-weight:100;
    text-align:center;
    color:#fff;
    line-height:48px;
}

.guest-checkout-section:before {
    position: absolute;
    content: '';
    right: 16px;
    top: 38px;
    border: solid #006d9f;
    border-width: 0 2px 2px 0;
    transform: rotate( 45deg );
    display: inline-block;
    padding: 2.3px;
}

.radio-toolbar [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    display: none;
}

.radio-toolbar [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{
    display:none;
}

.radio-toolbar-2 [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    display: none;
}

.radio-toolbar-2 [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    display: none;
}
.radio-toolbar input[type="radio"]:checked + label {
    border: 1px solid #2699FB;
    border-radius: 8px;
    background: #0095DA;
}


.radio-toolbar [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    padding-left: 0px;
    width: 100%;
}
.radio-toolbar-2 [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    padding-left: 0px;
    width: 100%;
}


.d-block{
    display:block;
}



.radio-toolbar-2 input[type="radio"]:checked + label {
    border: 1px solid #2699FB;
    border-radius: 8px;
    background: #0095DA
}

.customer-details-page .inputs input[type="text"], .inputs input[type="email"], .inputs input[type="password"], .inputs input[type="tel"] {
    color: #006D9F !important;
    margin: 0px;
}

.edit-address .inputs{
    height:90px;
}

.purches-s-n {
    color: #0095DA;
    font-size: 14px;
    margin: 30px 0px;
    font-weight: 400;
}

.btn-position-g {
    position: absolute;
    bottom: -28px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 32px !important;
    z-index: 999;
}

/*.payment-logo img{
    height:180px;
}*/

.once-off{
    font-size:20px;
    font-weight:600;
    margin-left:5px;
}

.black-friday-section {
    /*background-image: url("../images/black-friday-background.png");*/
    padding: 90px 0px 0px 0px;
    background-size:100%;
    background-repeat:no-repeat;
}
.bf hr{
    display:none;
}
/*.theme-custom .nivoSlider {
    height:658px;
}
*/
.compare-decoders-s {
    color: #fff !important;
    text-decoration: underline !important;
}

.black-friday-section .item {
    background: rgba(22, 30, 40, 1) !important;
    border-radius: 15px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    height:320px !important;
}
.black-friday-section  .owl-carousel .owl-stage-outer {
    height: 320px;
}

.black-friday-section .price-wrap {
    background: transparent !important;
    color: #fff;
    width: 108px;
    height: 50px;
    position: absolute;
    border-radius: 0px 100px 100px 0px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 14px;
    font-family: 'Poppins', sans-serif;
}

.black-friday-section .price-value {
    color: #fff;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size:28px;
}

.black-friday-section .label-price {
    color: #fff;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    display:none;
}

.black-friday-section .text-wrap h4 {
    font-size: 17px;
    margin-bottom: 3px;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.black-friday-section .install-info-plus {
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}
.black-friday-section .install-info {
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

.black-friday-section .owl-stage {
    margin: 0 auto;
}


.black-friday-section .button-wrap input {
    color: #0A121D;
    background: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    border-radius: 50px;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: 60px;
    font-family: 'Poppins', sans-serif;
}
.black-friday-section .title-head {
    text-align: center !important;
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 700;
}

.black-friday-section .category-description p {
    text-align: center !important;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.black-friday-section .span-outOfStock {
    display: none !important;
}
.black-friday-section .wrap-amount {
    float: left;
    width: 100%;
    height: 20px;
}
.black-friday-section .home-product-short-desc {
    display: none;
}

.black-friday-section .products .item{
    height:320px !important;
}

#demos .blf-lbl {
    display: none !important;
}
.black-friday-section .text-wrap {
    margin-top: 10px;
}
.old-price {
    font-family: 'Poppins', sans-serif;
    font-size:12px;
    font-weight:400;
    margin-top:0px;
}
.old-price-badg {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    margin-bottom: 0px !important;
}

    .old-price-badg .old-product-price {
        font-size: 18px !important;
        font-weight: 400 !important;
        color: #fff !important;
        line-height: normal !important;
        margin-bottom: 0px !important;
        margin-left:5px;
    }

.price-section {
    background: linear-gradient(90deg, #73FAEA -76.68%, rgba(115, 250, 234, 0.0201885) 79.61%, rgba(0, 149, 218, 0) 79.63%);
    padding: 10px 20px;
    font-size: 20px;
    margin-top: 20px;
}

.price-cutt{
    text-decoration:line-through;
}

.ml-30{
    margin-left:30px;
}

.banner-disc{
    font-size:18px;
    font-weight:400;
    line-height:27px;
    margin-top:20px;
}

.blf-lbl {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-top:10px;
}

.product .product-name {
    font-size: 13px !important;
}

.section-mt-50{
    margin-top:50px;
}


.html-shopping-cart-page .old-price-badg {
    font-size: 11px;
    font-weight: 400;
    color: #003750;
    line-height: normal;
    margin-bottom: 0px !important;
}

    .html-shopping-cart-page .old-price-badg .old-product-price {
        font-size: 11px !important;
        font-weight: 400 !important;
        color: #003750 !important;
        line-height: normal !important;
        margin-bottom: 0px !important;
        margin-left: 2px;
        text-decoration: line-through;
    }

.html-wishlist-page .cart-img-wrap {
    height: 184px;
    float: left;
    width: 100%;
}

.campagin-bg {
    background-image: url(../images/campaign-Dark-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 8em 0em 0em 0em;
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-top: 50px;
    font-family: Poppins;
}

.feature-heading {
    font-family: Poppins;
    font-size: 52px;
    font-weight: 700;
    padding: 20px 0px;
}

.feature-heading-2 {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    padding: 50px 0px 50px 0px;
}

.feature-card-style {
    background: rgba(33, 41, 51, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    border-width: 1px;
    height: 150px;
    margin: auto;
    line-height: 108px;
    clear: both;
}

    .feature-card-style img {
        width: auto;
    }

.features {
    padding: 120px 0px;
}

.feature-capton {
    font-weight: 400;
    font-size: 18px;
    font-family: Poppins;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    line-height: 28px;
}

.card-section {
    margin-bottom: 30px;
}

.margin-left-80 {
    margin-left: 100px;
}

.Hddecoder-campagin #haptik-xdk-wrapper {
    display: none;
}

.Hddecoder-campagin .header-menu {
    display: none;
}

.Hddecoder-campagin .fibre-header-links {
    display: none;
}

.navbar-fixed-bottom {
    background: rgba(22, 30, 40, 1);
    padding: 20px 0px;
    text-align: left;
    color: #fff;
}

.camp-price {
    font-size: 28px;
    font-family: Poppins;
    font-weight: 700;
}

.camp-name {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    margin: 0px !important;
}

.navbar-fixed-bottom p {
    margin: 0px !important;
}

.camp-btn {
    float: right;
    margin-top: 20px;
}

.navbar-fixed-bottom .primary-btn-slider {
    padding: 12px 90px !important;
}

.fibremobileview .nivo-caption {
    top: 20%;
}

.dekstop-d-none {
    display: none;
}

.Hddecoder-campagin .hardware-footer {
    display: none;
}

.Hddecoder-campagin #nivo-slider {
    display: none;
}

.camp-sub {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.camp-btn-style {
    border: 2px solid #fff !important;
    background: #fff;
    border-radius: 32px !important;
    color: #0A121D !important;
    font-size: 16px !important;
    padding: 12px 50px;
    text-decoration: none !important;
    min-width: 176px;
    display: inline-block !important;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

.Hddecoder-campagin .navbar-collapse.collapse {
    display: none;
}

.price-style {
    font-weight: 600;
}

.text-s {
    text-decoration: line-through;
}
.camp-termsc {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
    position: relative;
    top: -50px;
}

.style-heading-2 {
    margin-bottom: 10px;
}

.feature-sub {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 60px;
}

.box-four {
    float: left;
    position: relative;
    height: auto;
    width: 100%;
   /* border: 2px solid #fff;*/
   background: linear-gradient(90deg, #064168 0%, #1B618B 53.59%, #064169 100%);
    border-radius: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 300px;
    margin: 0px 0px 10px 0px;
    cursor: default !important;
}

.camp-card-header {
    padding: 20px 20px 10px 20px;
    height: 70px;
    color:#fff;
    font-size:18px;
}

    .camp-card-header .install-info {
        font-size: 12px;
        color: #fff;
        font-weight: 400;
    }

.camp-cart-img-wrap {
    height: 170px;
    float: left;
    width: 100%;
    position: relative;
    cursor: default !important;
}

    .camp-cart-img-wrap .cart-img-wrap img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
.wrap-price-icon-camp {
    width: 100%;
    bottom: 10px;
    color: #fff;
    padding: 20px;
    font-size:28px;
}

/* Ribbon */
.ribbon {
    width: 0;
    height: 0;
    border-top: 84px solid red;
    border-left: 84px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-top-right-radius: 8px;
}

    .ribbon span {
        position: absolute;
        top: -30px;
        right: -22px;
        width: 100px;
        display: block;
        color: white;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        transform: rotate(45deg);
        transform-origin: right top;
    }
.apply-copune-btn {
    border-radius: 24px !important;
    background-color: #0095da;
    color: #fff !important;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 60px;
}

.discount-lbl {
    color: #6ADC4B;
    font-size:14px;
    font-weight:400;
}

.discount{
color: #6ADC4B;
    font-size:14px;
    font-weight:600;
    text-align:right;
}

.secure-check-lbl {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    color: #33ca33;
}

.shopping-check-lbl {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #0095DA;
}

.total-amount-due-lbl {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #0095DA;
}

.hr-style-login-option {
    border-color: rgba(255, 255, 255, 0.2);
    margin:50px 0px;
}

.login-option-c{
    margin-top:40px;
}

.order-number-s {
    font-size: 20px;
    font-weight: 600;
    color: #0095DA;
    text-transform:uppercase;
}

.delivery-address-lbl {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.full-address-lbl {
    font-size: 14px;
    font-weight: 400;
    color: #0095DA;
    padding-top:5px;
}

.capitec-support{
    font-size:16px;
    font-weight:300;
    color:#fff;
    text-align:center;
    text-transform:capitalize;
}

    .capitec-support span {
      font-weight: 600;
    }

.change-address-btn {
    border-radius: 50px;
    padding: 6px 15px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    background: #0095DA;
    text-decoration:none !important;
}

.order-item ul,
.order-details-box-p ul {
    margin-left: 0px;
}

.total-amount-due-new-lbl {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1px;
    text-transform: uppercase;
    color: #0095DA;
}

.message-success {
    color: #00B482;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}

.message-failure {
    color: #FF2D55;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}

.camp-btn-sold-out {
    background: rgba(235, 25, 29, 0.5);
    border: 1px solid rgba(235, 25, 65, 0.2);
    color: #fff !important;
    font-size:20px;
    font-weight:600;
    padding: 5px 10px;
    border-radius:5px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-decoration:none !important;
    cursor:default !important;
    display:inline-block;
}