﻿@media print {
    body {
        visibility: hidden;
        display: none
    }
}
        
body {
    background: #fff;
    color: #3c4043;
    font: 1.6rem/2.8rem 'Roboto Condensed', sans-serif;
   
}

.lead {
    font: 1.8rem/2.8rem 'Roboto Condensed', sans-serif;
}

a {
    color: #612fff;
}

    a:hover {
        color: #4a1fd4;
        text-decoration:none;
    }
a:focus {
    outline: none;
}
 

em {
    background-clip: text;
    background: linear-gradient(90deg,#7209d4,#2832d4 33%,#00a5b2);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline;
    font-style: normal !important;
    font-weight: inherit !important;
}
.funcy-bg-text {
    background-clip: text;
    background: linear-gradient(90deg,#7209d4,#2832d4 33%,#00a5b2);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.colored-heading {
    background: linear-gradient(134.98deg,#612FFF 13.72%,#D200A3 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #3c4043;
}
 

    h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

.main-heading {
    font-size: 40px;
}

    .main-heading span {
        font-size: 18px;
        color: #878a8c;
    }

.main-heading2 {
    font-size: 24px;
}

.main-heading,
.main-heading2,
.sub-heading {
    text-transform: uppercase;
}

.sub-heading {
    font-size: 24px;
    padding: 10px 0;
}

hr {
    border-color: #8c8f92;
}

.btn-black {
    background-color: #303030;
}

    .btn-black:hover,
    .btn-black:focus,
    .btn-black:active,
    .btn-black.active,
    .btn-main {
        background-color: #000000;
    }

        .btn-main:hover,
        .btn-main:focus,
        .btn-main:active,
        .btn-main.active {
            background-color: #303030;
        }

        .btn-black,
        .btn-black:hover,
        .btn-black:focus,
        .btn-black:active,
        .btn-black.active,
        .btn-main,
        .btn-main:hover,
        .btn-main:focus,
        .btn-main:active,
        .btn-main.active {
            color: #fff;
        }

.btn-primary {
    background: #612fff !important;
    border-radius: .6rem !important;
    padding: 8px 16px !important;
    border: .1rem solid #4a1fd4;
    font-size: 1.6rem;
}
.btn-primary:hover {
    box-shadow: 0px 3px 26px #612fff !important;
    background: #4a1fd4 !important;
}
.btn-pager {
    border: 0px;
    background: linear-gradient(135deg, #612fff, #008ff8);
    color: #fff;
}
.btn-pager:hover {
    border: 0px;
    color:#dedede;
}

.btn-default {
    border-radius: .6rem !important;
    padding: 8px 16px !important;
    font-size: 1.6rem;
}
.text-primary {
    color: #612fff !important;
}
#header-area {
    background: linear-gradient(90deg,rgb(24, 62, 236) 0%,rgb(21, 28, 126) 0%,rgb(45, 48, 174) 3%,rgb(91, 82, 204) 51%,rgb(98, 47, 255) 100%);
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 2px 12px rgba(97,47,255,.25);
}
    #header-area a {
        color: #fff;
    }
    #header-area.home {
        margin-bottom: 0;
    }

/* Logo */
.logo-main {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .5px;
    line-height: 1.1;
    display: block;
    color: #fff;
    margin-bottom:10px;
}
.logo-accent {
    color: #ab6cfe;
}
.logo-sub {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: rgba(255,255,255,.7);
    display: block;
}

/* Login button pill */
.nav-btn-login {
    background: rgba(255,255,255,.15) !important;
    border-radius: 20px !important;
    padding: 6px 16px !important;
    margin-top: 12px !important;
    border: 1px solid rgba(255,255,255,.3) !important;
    transition: background .2s;
}
.nav-btn-login:hover {
    background: rgba(255,255,255,.28) !important;
}

/* Footer brand */
.footer-brand {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px;
    letter-spacing: .4px;
}

.header-top {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f2f2f2;
}

.header-links {
    text-transform: uppercase;
}

    .header-links ul.nav {
        margin: 6px 0 0;
    }

        .header-links ul.nav > li {
            display: inline-block;
        }

            .header-links ul.nav > li .fa {
                margin-right: 3px;
            }

            .header-links ul.nav > li,
            .header-links ul.nav > li a {
                color: #515151;
                font-size: 13px;
                font-weight: bold;
            }

                .header-links ul.nav > li a {
                    padding: 0 20px 0 0;
                }

                    .header-links ul.nav > li a:hover,
                    .header-links ul.nav > li a:focus,
                    .header-links ul.nav > li.active a {
                        background: none;
                        color: #000;
                    }

.active1 {
    background: #8b8b8b !important;
    border: 1px solid #dedede !important;
}

.header-top .btn-link {
    color: #515151;
    text-decoration: none;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

    .header-top .open .btn-link,
    .header-top .btn-link i.fa {
        color: #000;
    }

    .header-top .btn-link i.fa {
        margin-left: 5px;
    }

#custom-search-input {
    padding: 3px;
    border: 1px solid rgba(179,191,255,.9);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 0px 8px 8px rgba(179,191,255,.3);
}

.bg-body {
    width: 100%;
    background: url(/images/purple-bg.svg) no-repeat 50%;
    background-size: auto;
    height: 100vh;
    background-size: cover;
    overflow-y: auto;
    
}


.box-shadow {
     box-shadow: 2px 0px 8px 8px rgba(179,191,255,.1);
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #612fff;
    padding: 0 8px 0 10px;
    border-left: solid 1px #d7dbe0;
}

    #custom-search-input button:hover {
        border: 0;
        box-shadow: none;
        border-left: solid 1px #d7dbe0;
    }

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .form-control {
    border-radius: 0 !important;
}

#cart .btn {
    color: #515151;
    background: none;
    border: none;
    text-align: right;
    margin-top: 9px;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    #cart .btn .fa-shopping-cart {
        margin-right: 10px;
        color: #3e3e3e;
        line-height: none;
        font-size: 18px;
    }

    #cart .btn span {
    }

        #cart .btn span#cart-total {
            margin-left: 5px;
        }

    #cart .btn .fa-shopping-cart,
    #cart .btn span {
        float: left;
    }

    #cart .btn i.fa-caret-down {
        font-size: 16px;
        float: right;
    }

#cart .dropdown-menu {
    min-width: 100%;
    margin-top: 10px;
    background: #383838;
    color: #fff;
    border: none;
    z-index: 1001;
    padding: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#cart .open > .dropdown-menu {
    display: block;
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

    #cart .dropdown-menu table,
    #cart .dropdown-menu table td {
        background: none;
        border: none;
    }

        #cart .dropdown-menu table.hcart td,
        .line-bottom {
            border-bottom: 1px solid #54575b;
        }

.line-top,
.btn-block1 {
    border-top: 1px solid #54575b;
}

#cart .btn-block1 {
    padding: 20px 0 0;
}

    #cart .btn-block1 a {
        padding: 8px 12px;
        margin-left: 10px;
        text-transform: uppercase;
        font-size: 12px;
        text-decoration: none;
    }

        #cart .btn-block1 a:hover, #cart .btn-block1 a + a {
            background: #595959;
            color: #fff;
        }

            #cart .btn-block1 a, #cart .btn-block1 a + a:hover {
                background: #fff;
                color: #515151;
            }

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

#cart .dropdown-menu table.total {
}

    #cart .dropdown-menu table.total td {
        padding: 2px 8px;
    }

#cart .dropdown-menu table td a {
    color: #fff;
}

    #cart .dropdown-menu table td a:hover {
        color: #f2f2f2;
    }

#main-menu .navbar-header > button,
#main-menu .navbar-header > button:visited,
#main-menu .navbar-header > button:focus {
    color: #fff;
    border: 1px solid #fff;
}

#main-menu .navbar-brand {
    margin-top: 0;
    margin-left: 15px;
    padding: 10px 15px;
    height: auto;
    line-height: 1.2;
}

#main-menu.navbar {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#main-menu .navbar-nav > li {
}

    #main-menu .navbar-nav > li + li {
    }

    #main-menu .navbar-nav > li a {
        padding-top: 20px;
        padding-bottom: 24px;
        text-transform: uppercase;
        font-weight: 600;
    }

    #main-menu .navbar-nav > li.active a,
    #main-menu .navbar-nav > li > a:hover,
    #main-menu .navbar-nav > li > a:focus,
    #main-menu .navbar-nav > li.open a {
       
        color: #3c4043;
    }

#main-menu .dropdown-menu {
    background: #f8f9fa;
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#main-menu .navbar-nav > li > .dropdown-menu li a {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: normal;
}

#main-menu .dropdown-menu li:hover a {
    background: #797979;
    text-decoration: none;
}

#main-menu .dropdown-inner {
    display: table;
    padding-bottom: 10px;
}

    #main-menu .dropdown-inner ul {
        display: table-cell;
    }

    #main-menu .dropdown-inner .dropdown-header {
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        padding: 15px 0 10px 15px;
    }

    #main-menu .dropdown-inner li a {
        min-width: 160px;
        display: block;
        padding: 3px 20px;
        clear: both;
    }

 

.breadcrumb-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7dbe0;
}

.breadcrumb {
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 10px 0px;
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .breadcrumb li {
        color: #515151;
        font-size: 12pt;
    }

    .breadcrumb > li + li:before {
        content: "\00BB";
        color: #000;
        font-size: 15pt;
    }

    .breadcrumb li a {
        color: #612fff;
    }

.slider {
}

    .slider h1 {
        color: #ffffff;
        margin-top: 1px;
        margin-bottom: 30px;
    }

    .slider p {
        font-size: 18px;
        line-height: 30px;
    }

#main-carousel .carousel-control.left,
#main-carousel .carousel-control.right {
    background: none;
    color: #fff;
}

#main-carousel .carousel-control:hover.left,
#main-carousel .carousel-control:hover.right {
    color: #d7dbe0;
}

#main-carousel .carousel-indicators {
}

    #main-carousel .carousel-indicators li {
        width: 17px;
        height: 17px;
        background-color: #f2f2f2;
        margin-right: 10px;
        border: none;
    }

    #main-carousel .carousel-indicators .active {
        width: 18px;
        height: 18px;
        background-color: #000000;
    }

.categories-banner-box {
    margin-top: 30px;
}

.carousel-caption {
    text-align: left;
}

    .carousel-caption .btn {
        margin-top: 20px;
    }

.categories-banner-box img {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.categories-banner-box h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 20px;
    background-color: #1d1b1c;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

    .categories-banner-box h4,
    .categories-banner-box h4 a {
        color: #fff;
    }

        .categories-banner-box h4 .fa {
            font-size: 30px;
        }

.col1-banners,
.col2-banners,
.col3-banners {
    margin-bottom: 20px;
}

.products-list {
    margin-bottom: 15px;
}

.bg-green {
    /*box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.1);*/
    background-image: linear-gradient(#2799b1, #d5e76c);

}
.product-head {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 12px 20px;
    font-size: 18px;
    color: #fff;
    background: #202020;
    background: linear-gradient(to bottom, rgba(63,63,63,1) 0%, rgba(32,32,32,1) 100%);
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-col {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #d4d4d4;
}

.min-height {
    min-height: 480px;
}

.product-col.list {
    padding: 15px;
}

.product-col .image img {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 80%;
    margin-top: 20px;
}

.product-col.list .image {
    margin-right: 20px;
    padding: 0;
    float: left;
}

.product-col .caption {
    padding: 10px 0;
}

.product-col.list .caption {
    padding-top: 0;
    text-align: left;
}

.product-col h4 {
    font-size: 16px;
}

.product-col.list h4 {
    font-size: 22px;
}

.product-col h4,
.product-col h4 a {
    color: #000;
    font-weight: 400;
}

    .product-col h4 a:hover,
    .product-col h4 a:focus {
        color: #515151;
    }

.product-col .description {
    padding: 5px 0;
    font-size: 14px;
    line-height: 18px;
    color: #515151;
    font-weight: bold;
    line-height: 24px;
}

.product-col.list .description {
    padding-right: 20px;
}

.product-col .price {
    padding: 10px 0;
    font-weight: normal;
}

    .product-col .price .price-tax {
        font-size: 14px;
        color: #212121;
    }

    .product-col .price span.price-new {
        color: #000;
        font-size: 24px;
        padding-right: 5px;
    }

    .product-col .price span.price-old {
        font-size: 14px;
        color: #5a5a5a;
        text-decoration: line-through;
    }

.product-col .cart-button {
    padding-top: 5px;
}

    .product-col .cart-button .btn {
    }

.product-col .btn-wishlist,
.product-col .btn-compare {
    color: #000;
    background: none;
    margin-left: 5px;
    border: 1px solid #000;
}

    .product-col .btn-wishlist:hover,
    .product-col .btn-compare:hover {
        background: #515151;
        color: #fff;
        border-color: #515151;
    }

.product-col .btn-cart {
    padding: 7px 15px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    background: #612fff;
    text-transform: uppercase;
}

    .product-col .btn-cart .fa {
        font-size: 14px;
        margin-right: 2px;
    }

    .product-col .btn-cart:hover {
        background: #4a1fd4;
    }

.post-content {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

.col-md-9 .post-content h4 a, .col-sm-9 .post-content h4 a {
    font-size: 22px;
    line-height: 40px;
}

.col-md-12 .post-content h4 a, .col-sm-12 .post-content h4 a {
    font-size: 18px;
}

.post-content h4 a {
    color: #000000;
    font-weight: 600;
}

.thumbnail {
    position: relative;
    padding-bottom: 30px;
}

.shopping-cart-table {
    margin-top: 30px;
    background: #fff;
    text-transform: uppercase;
}

    .shopping-cart-table thead > tr > td {
        font-size: 15px;
        font-weight: 600;
        border-bottom: none;
    }

    .shopping-cart-table tbody > tr > td {
        font-size: 16px;
    }

        .shopping-cart-table tbody > tr > td a:hover {
            color: #3c4043;
        }

.compare-table {
    margin-top: 30px;
    background: #fff;
    text-transform: uppercase;
}

    .compare-table thead {
        background: #f9f9f9;
    }

        .compare-table thead > tr > td {
            font-size: 15px;
            font-weight: 600;
            border-bottom: none;
        }

    .compare-table tbody > tr > td {
        font-size: 14px;
    }

        .compare-table tbody > tr > td a:hover {
            color: #3c4043;
        }

    .compare-table td {
        text-align: center;
    }

    .compare-table .rating .fa-star {
        color: #d86a3a;
    }

.login-area {
    padding-top: 30px
}

.registration-area {
    padding-top: 20px;
}

.panel-smart {
    padding: 0;
    border: 1px solid #dbe0e4;
    border-radius: 1.3rem !important;
    overflow: hidden;
}

    .panel-smart h4 {
        line-height: 38px;
        margin: 0;
    }

    .panel-smart .panel-heading {
        padding: 6px 12px;
        color: #3c4043;
        border-bottom: 1px solid #dbe0e4;
        background: linear-gradient(135deg, rgba(97,47,255,0.08) 0%, rgba(0,109,202,0.06) 100%);
        border-radius: 0;
    }

    .panel-smart .panel-body {
        padding: 20px;
    }

    .panel-smart > ul,
    .panel-smart > ol {
        padding: 14px 18px;
    }

.registration-area .inner {
    margin-top: 30px;
    margin-bottom: 20px;
}

.registration-area .control-label {
    color: #8b8b8b;
    font-weight: 600;
}

.registration-area .dl-horizontal {
    margin-top: 20px;
}

    .registration-area .dl-horizontal dt {
        font-weight: normal;
    }

    .registration-area .dl-horizontal dd {
        font-weight: bold;
    }

    .registration-area .dl-horizontal dt, .registration-area .dl-horizontal dd {
        margin-bottom: 5px;
    }

    .registration-area .dl-horizontal.total {
        color: #000;
        font-size: 18px;
    }

        .registration-area .dl-horizontal.total dt,
        .registration-area .dl-horizontal.total dd {
            margin-bottom: 0;
        }

#main-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

#main-container-home {
    margin-bottom: 0;
}

.product-carousel .product-head {
}

.product-carousel .row {
    margin-left: -5px;
    margin-right: -5px;
}

.product-carousel .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

#owl-product .item {
    padding-left: 5px;
    padding-right: 5px;
}

#owl-product .owl-controls {
    margin: 0;
}

    #owl-product .owl-controls .owl-buttons div {
        position: absolute;
        background: none;
        font-size: 24px;
    }

    #owl-product .owl-controls .owl-buttons .owl-prev,
    #owl-product .owl-controls .owl-buttons .owl-next {
        top: -58px;
        color: #fff;
    }

    #owl-product .owl-controls .owl-buttons .owl-prev {
        right: 60px;
    }

    #owl-product .owl-controls .owl-buttons .owl-next {
        right: 20px;
    }

.cat-intro {
    padding-top: 10px;
}

    .cat-intro .img-thumbnail {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .cat-intro .cat-body {
        color: #8b8b8b;
        font-size: 13px;
        padding-left: 5px;
        text-align: justify;
    }

.product-filter {
    margin: 30px 0;
    padding: 8px 0;
    border: solid #3e3e3e;
    border-width: 0 0 1px;
}

    .product-filter .display {
        padding-top: 5px;
    }

        .product-filter .display a {
            color: #bcbcbc;
            font-size: 24px;
            margin-right: 6px;
        }

            .product-filter .display a.active {
                color: #2f353b;
            }

    .product-filter .control-label {
        padding-top: 5px;
        font-size: 14px;
        font-weight: 500;
        color: #3c4043;
    }

    .product-filter .form-control {
        height: 30px;
        padding: 3px 6px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.side-products-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    border: 1px solid #ddd;
}

    .side-products-list li {
        padding: 10px 15px;
    }

        .side-products-list li + li {
            border-top: 1px solid #ddd;
        }

    .side-products-list h5 {
        margin-bottom: 7px;
        font-size: 16px;
    }

        .side-products-list h5 a {
            color: #3c4043;
        }

            .side-products-list h5 a:hover {
                color: #000;
            }

    .side-products-list img {
        margin-right: 15px;
    }

    .side-products-list img,
    .side-products-list h5,
    .side-products-list .price {
        float: left;
    }

        .side-products-list .price span.price-new {
            color: #000;
            font-size: 18px;
            padding-right: 5px;
        }

        .side-products-list .price span.price-old {
            font-size: 14px;
            color: #808080;
            text-decoration: line-through;
        }

.product-info {
    padding-top: 10px;
}

    .product-info .images-block {
    }

        .product-info .images-block .thumbnail {
            padding: 10px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

    .product-info.full .images-block .list-inline {
        margin-left: -5px;
    }

        .product-info.full .images-block .list-inline li {
            padding-left: 5px;
            padding-right: 5px;
        }

    .product-info .images-block .list-inline {
        margin-left: -2px;
    }

        .product-info .images-block .list-inline li {
            padding-left: 2px;
            padding-right: 2px;
        }

        .product-info .images-block .list-inline .thumbnail {
            padding: 5px;
        }

    .product-info .product-details {
        line-height: 36px;
    }

        .product-info .product-details h2 {
            margin-top: 0;
            font-size: 24px;
        }

        .product-info .product-details h3 {
            font-size: 22px;
        }

        .product-info .product-details h2, .product-info .product-details h3 {
            text-transform: uppercase;
        }

        .product-info .product-details .manufacturer {
            color: #000000;
            text-transform: uppercase;
        }

            .product-info .product-details .manufacturer span {
                min-width: 130px;
                display: inline-block;
                color: #000000;
                font-weight: 600;
            }

        .product-info .product-details .price {
        }

        .product-info .product-details .price-head {
            padding-right: 10px;
            font-size: 24px;
            color: #212121;
            text-transform: uppercase;
        }

        .product-info .product-details .price-tax {
            padding-top: 5px;
            font-size: 14px;
            color: #212121;
            text-transform: uppercase;
        }

        .product-info .product-details .price-new {
            color: #515151;
            font-size: 24px;
            padding-right: 5px;
        }

        .product-info .product-details .price-old {
            font-size: 18px;
            color: #212121;
            text-decoration: line-through;
        }

        .product-info .product-details .options {
        }

            .product-info .product-details .options h3 {
                margin-bottom: 20px;
            }

            .product-info .product-details .options h6 {
                font-weight: 700;
            }

        .product-info .product-details .cart-button {
        }

        .product-info .product-details .btn-wishlist,
        .product-info .product-details .btn-compare {
            color: #000;
            background: #fff;
            border: 1px solid #000;
            margin-right: 5px;
        }

            .product-info .product-details .btn-wishlist:hover,
            .product-info .product-details .btn-compare:hover {
                color: #fff;
                background-color: #515151;
                border-color: #515151;
            }

        .product-info .product-details .btn-cart {
            background: #612fff;
        }

        .product-info .product-details .btn-cart {
            font-size: 14px;
            color: #fff;
        }

            .product-info .product-details .btn-cart:hover {
                background: #4a1fd4;
            }

.product-info-box {
    padding-top: 10px;
}

    .product-info-box + .product-info-box {
        padding-top: 30px;
    }

    .product-info-box .heading {
        padding: 13px 20px;
        font-size: 18px;
        color: #515151;
        background: #fff;
        border-top: 1px solid #dedede;
        border-right: 1px solid #dedede;
        border-bottom: 4px solid #612fff;
        border-left: 1px solid #dedede;
    }

    .product-info-box .content {
        color: #212121;
        font-size: 18px;
        line-height: 28px;
    }

    .product-info-box img {
        max-width: 98%;
        margin: 10px auto;
    }

.tabs-panel {
    margin-top: 20px;
}

    .tabs-panel.panel-smart {
        padding: 0;
    }

    .tabs-panel .nav-tabs {
        font-size: 16px;
        border-bottom: 4px solid #612fff;
    }

        .tabs-panel .nav-tabs > li {
            margin-bottom: 0;
        }

            .tabs-panel .nav-tabs > li > a {
                color: #515151;
                margin: 0;
            }

            .tabs-panel .nav-tabs > li > a,
            .tabs-panel .btn,
            .tabs-panel .form-control {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
            }

            .tabs-panel .nav-tabs > li.active > a,
            .tabs-panel .nav-tabs > li.active > a:hover,
            .tabs-panel .nav-tabs > li.active > a:focus,
            .tabs-panel .nav > li > a:hover,
            .tabs-panel .nav > li > a:focus {
                background: none;
            }

                .tabs-panel .nav-tabs > li > a,
                .tabs-panel .nav-tabs > li.active > a,
                .tabs-panel .nav-tabs > li.active > a:hover,
                .tabs-panel .nav-tabs > li.active > a:focus,
                .tabs-panel .nav-tabs > li > a:hover {
                    border: none;
                }

            .tabs-panel .nav-tabs > li.active,
            .tabs-panel .nav-tabs > li.active > a {
                background: #612fff;
                color: #fff;
            }

            .tabs-panel .nav-tabs > li > a:hover {
                background: #f4f4f4;
            }

    .tabs-panel .tab-content {
        padding: 20px;
        font-size: 13px;
    }

    .tabs-panel label.control-label {
        text-transform: uppercase;
        font-weight: normal;
    }

        .tabs-panel label.control-label.ratings {
            padding-top: 1px;
        }

    .tabs-panel .btn {
        margin-left: -10px;
    }

.pagination {
    margin: 0;
}

 

    .pagination > li:first-child > a,
    .pagination > li:first-child > span,
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        background: #612fff;
        border-color: #4a1fd4;
    }

.results {
    padding-top: 10px;
    text-align: right;
}

.page-box {
    color: #8b8b8b;
    font-size: 13px;
    margin-bottom: 40px;
}

    .page-box h3 {
        margin: 0;
        font-size: 24px;
        color: #3c4043;
    }

    .page-box h3, .page-box h4 {
        text-transform: uppercase;
    }

    .page-box h4 {
        margin: 5px 0 15px;
        color: #808080;
        font-size: 18px;
    }

    .page-box .sm-links {
        margin-bottom: 20px;
    }

        .page-box .sm-links li {
            background: #515151;
            width: 34px;
            text-align: center;
            padding: 5px 0 4px;
            margin: 0 0 0 4px;
        }

            .page-box .sm-links li:hover {
                background: #000;
            }

            .page-box .sm-links li a .fa {
                color: #fff;
                font-size: 24px;
            }

.content-box {
    border: 1px solid #e9e9e9;
    background: #fff;
    margin-top: 20px;
    padding: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .content-box.no-margin {
        margin-top: 0;
    }

    .content-box .special-heading {
        font-size: 100px;
        color: #515151;
        margin-top: 0;
        margin-bottom: 30px;
    }

#map-wrapper {
    border: 1px solid #feffff;
    margin: 20px 0;
    height: 250px;
}

.side-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 20px;
    font-size: 18px;
    color: #fff;
    background: #2d30ae;
    background: linear-gradient(to bottom, #5b52cc 0%, #2d30ae 100%);
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.list-group,
.list-group-item:first-child,
.list-group-item:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.list-group-item {
    color: #515151;
    font-size: 13px;
    font-weight: normal;
    background-color: #fff;
    border-color: #dbe0e4;
    text-transform: none;
}

/* Subcategory sidebar — rounded corners and compact style matching panel-smart */
.list-group.categories {
    border-radius: 1.3rem;
    overflow: hidden;
    border: 1px solid #dbe0e4;
}

.list-group.categories a.list-group-item:hover,
.list-group.categories a.list-group-item:focus {
    background: none;
}

    .list-group.categories a.list-group-item:hover,
    .list-group.categories a.list-group-item:focus,
    .list-group.categories a.list-group-item:hover .fa,
    .list-group.categories a.list-group-item:focus .fa {
        color: #612fff;
    }

.list-group-item .fa {
    padding-left: 5px;
    padding-right: 7px;
    color: #612fff;
    font-weight: bold;
}
.price-list li {
    padding: 8px 3px 10px 6px;
}
.price-list .fa {
    padding-right: 6px;
}

.price-list select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Remove default arrow */
    background-image: url(...);
    width: 100%;
    text-align: center;
    border: 1px solid #dedede;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    /* Add custom arrow */
    border-radius: 2px;
    box-shadow: 1px 1px #d7dbe0;
}

 

    .price-list select::-ms-expand {
        display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
    }

.filter-group {
    margin-left: 20px;
}

.panel-smart blockquote {
    margin: 0;
    padding: 5px 15px;
    color: #8b8b8b;
    font-size: 13px;
    border: none;
}

    .panel-smart blockquote footer {
        padding-top: 10px;
        color: #3c4043;
        font-size: 14px;
    }

.contact-details li + li {
    margin-top: 20px;
}

.contact-details li .fa {
    color: #612fff;
    padding: 5px 10px 0 0;
    font-size: 18px;
}

#footer-area {
    margin-top: 60px;
    background: linear-gradient(135deg, #0d0d2b 0%, #1a1060 100%);
    color: #ccc;
}

.footer-links {
    padding: 25px 0 40px;
    background: transparent;
    text-transform: uppercase;
    border-top: 1px solid rgba(255,255,255,.1);
}

    .footer-links h5 {
        margin-bottom: 20px;
        color: #1e1e1e;
    }

    .footer-links ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer-links li {
        padding-top: 2px;
        font-size: 12px;
    }

        .footer-links li + li {
        }

    .footer-links .last li + li {
        border: none;
    }

    .footer-links li,
    .footer-links li a {
        color: #b0b8d0;
    }

        .footer-links li a:hover {
            color: #fff;
        }

    .footer-links .last li a {
        color: #232323;
    }

    .footer-links .last h4 {
        font-weight: 300;
    }

        .footer-links .last h4.lead {
            font-size: 24px;
            margin-bottom: 0;
        }

            .footer-links .last h4.lead span {
            }

.copyright {
    background: #1b1b1b;
    padding: 18px 0 8px;
}

    .copyright,
    .copyright a,
    .copyright a:hover {
        color: #fff;
        font-weight: 500;
    }

        .copyright p {
            padding-top: 4px;
        }

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.no-margin-top, .mt-0 {
    margin-top: 0;
}

.margin-top-20, .mt-20 {
    margin-top: 20px;
}

.margin-bottom-20, .mb-20 {
    margin-bottom: 20px;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}
.mx-5{
    margin-left: 5px;
    margin-right: 5px;
}
.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}
.mx-20{
    margin-left: 20px;
    margin-right: 20px;
}
.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}


.panel-smart,
.registration-area .form-control,
.registration-area .btn,
.btn-black,
.btn-main,
.btn,
.img-thumbnail {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn,
.cart-button .btn,
.product-col .btn-cart {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gray-bg {
    background-color: #f4f4ef;
}

.red-bg {
    background-color: #f15b5d;
    color: #ffffff;
}

    .red-bg * {
        color: #ffffff;
    }

.red-text {
    color: #d91010 !important;
}
.ad-box {
    padding: 8px;
    text-align: justify;
}

    .ad-box p {
        font-size: 1.2em;
    }

.not-bold {
    font-weight: normal !important;
}

.typeahead {
    z-index: 1051;
    margin-top: 4px;
    width: 100%;
}

dl {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 12px 0px;
}

dt {
    float: left;
    text-align: right;
    width: 80%;
    padding: 10px;
    margin: 0
}

dd {
    float: left;
    width: 20%;
    margin: 0;
    padding: 10px;
    font-weight: 700;
}

/***********************************CARDS*********************************************/
input:focus {
    outline: none;
    border-color: rgba(97, 47, 255, 0.5);
    box-shadow: 0 0 20px rgba(97, 47, 255, 0.25);
}
 

#provider-list {
    -webkit-padding-start: 0px !important;
    padding-left: 0px !important;
     list-style:none;
}

    #provider-list li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 33.33%;
        padding: 10px;
    }

        #provider-list li.mix {
            display: none;
        }

            #provider-list li.mix .card .card-image-container {
                height: 100px;
            }

                #provider-list li.mix .card .card-image-container .card-image {
                    background-repeat: no-repeat;
                    background-position: center center;
                    background-size: contain;
                    width: 100%;
                    height: 100%;
                }

            #provider-list li.mix .card .card-footer h2 {
                margin-top: 0px;
                margin-bottom: 0px;
            }

.card {
    border: 1px solid #d6e1e5;
    border-radius: 5px;
}

    .card:hover {
        border-color: #93a4aa;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

.card {
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
}

    .card span.card-title {
        color: #fff;
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .card .card-image-container {
        padding: 10px 20px;
    }

    .card .card-image {
        position: relative;
        overflow: hidden;
    }

        .card .card-image img {
            border-radius: 2px 2px 0 0;
            background-clip: padding-box;
            position: relative;
            z-index: -1;
        }

        .card .card-image span.card-title {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 16px;
        }

    .card .card-content {
        padding: 16px;
        border-radius: 0 0 2px 2px;
        background-clip: padding-box;
        box-sizing: border-box;
    }

        .card .card-content p {
            margin: 0;
            color: inherit;
        }

        .card .card-content span.card-title {
            line-height: 48px;
        }

    .card .card-action {
        border-top: 1px solid rgba(160, 160, 160, 0.2);
        padding: 16px;
    }

        .card .card-action a {
            color: #364347;
            margin-right: 16px;
            transition: color 0.3s ease;
            text-transform: uppercase;
            font-weight: 600;
        }

            .card .card-action a:hover {
                color: #612fff;
                text-decoration: none;
            }




.scrolling-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-top: 14px;
    padding-bottom: 10px;
    /* Hide scrollbar on all browsers */
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE / Edge */
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;               /* Chrome / Safari / Opera */
}

.scrolling-card {
    display: inline !important;
    padding-left: 8px;
    padding-right: 8px;
}

.scrolling-wrapper a {
    font-size: 1.85rem;
    color: white;
    font-weight: 500;
    scrollbar-width: thin;
}

    .scrolling-wrapper a:hover {
        text-shadow: 1px 1px #bdb8b8;
        text-decoration: none;
    }

.topCategoryMenu {
    background: linear-gradient(90deg,#183eec 0%,#151c7e 0%,#2d30ae 3%,#5b52cc 51%,#612fff 100%);
    margin-top: 1px;
}

    .topCategoryMenu .row {
        margin: 0px;
        padding: 0px;
    }   

    .topCategoryMenu::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: rgba(0, 0, 0, .5);
        scrollbar-width: thin;
    }

    .topCategoryMenu::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .topCategoryMenu::-webkit-scrollbar-track {
        border-radius: 10px;
        background: rgba(0,0,0,0.1);
    }

    .topCategoryMenu::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: rgba(0,0,0,0.1);
    }


    .topCategoryMenu a {
        color: #fff;
    }

    .questions b {
        margin-top: 16px;
    }

    .questions .panel-title a, .questions .panel-title {
        
        font-weight: 700;
      
    }

 
#mydiv {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #7f7f7f;
    background: rgba(0,0,0,0.5);
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 20px;
    font-size: 16px;
}

.table-product td, .table-product th, .table-product div {
    padding: 12px 6px 12px 12px !important;
    font-size: 18px;
}

 

    .table-product a:hover, a.text-blue:hover {
        text-decoration: none;
        color: #4a1fd4;
    }

.btn-buy {
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color: #ffec64;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #444645;
    font-size: 18px !important;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
    padding: 1.1rem;
}

    .btn-buy:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
        background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
        background-color: #ffab23;
        color: #444645;
    }

    .btn-buy:active {
        position: relative;
        top: 1px;
    }


.btn-buy-gray {
    -moz-box-shadow: inset 0px 1px 0px 0px #dedede;
    -webkit-box-shadow: inset 0px 1px 0px 0px #dedede;
    box-shadow: inset 0px 1px 0px 0px #dedede;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dedede), color-stop(1, #d4cdcd));
    background: -moz-linear-gradient(top, #dedede 5%, #d4cdcd 100%);
    background: -webkit-linear-gradient(top, #dedede 5%, #d4cdcd 100%);
    background: -o-linear-gradient(top, #dedede 5%, #d4cdcd 100%);
    background: -ms-linear-gradient(top, #dedede 5%, #d4cdcd 100%);
    background: linear-gradient(to bottom, #dedede 5%, #d4cdcd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='###d4cdcd',GradientType=0);
    background-color: #dedede;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d4cdcd;
    display: inline-block;
    cursor: pointer;
    color: #444645;
    font-size: 18px !important;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 0px 1px 0px #dedede;
    padding: 1.1rem;
}

    .btn-buy-gray:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d4cdcd), color-stop(1, #ffec64));
        background: -moz-linear-gradient(top, #d4cdcd 5%, #ffec64 100%);
        background: -webkit-linear-gradient(top, #d4cdcd 5%, #ffec64 100%);
        background: -o-linear-gradient(top, #d4cdcd 5%, #ffec64 100%);
        background: -ms-linear-gradient(top, #d4cdcd 5%, #ffec64 100%);
        background: linear-gradient(to bottom, #d4cdcd 5%, #ffec64 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##d4cdcd', endColorstr='#ffec64',GradientType=0);
        background-color: #d4cdcd;
        color: #444645;
    }

.btn-buy-purple {
    -moz-box-shadow: inset 0px 1px 0px 0px #8070ff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #8070ff;
    box-shadow: inset 0px 1px 0px 0px #8070ff;
    background: -moz-linear-gradient(top, #612fff 5%, #4a1fd4 100%);
    background: -webkit-linear-gradient(top, #612fff 5%, #4a1fd4 100%);
    background: -o-linear-gradient(top, #612fff 5%, #4a1fd4 100%);
    background: -ms-linear-gradient(top, #612fff 5%, #4a1fd4 100%);
    background: linear-gradient(to bottom, #612fff 5%, #4a1fd4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#612fff', endColorstr='#4a1fd4',GradientType=0);
    background-color: #612fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #4a1fd4;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 18px !important;
    font-weight: 600;
    text-decoration: none;
    padding: 1.1rem;
}

    .btn-buy-purple:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8070ff), color-stop(1, #612fff));
        background: -moz-linear-gradient(top, #8070ff 5%, #612fff 100%);
        background: -webkit-linear-gradient(top, #8070ff 5%, #612fff 100%);
        background: -o-linear-gradient(top, #8070ff 5%, #612fff 100%);
        background: -ms-linear-gradient(top, #8070ff 5%, #612fff 100%);
        background: linear-gradient(to bottom, #8070ff 5%, #612fff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8070ff', endColorstr='#612fff',GradientType=0);
        background-color: #8070ff;
        color: #fff;
    }

.btn-blue {
    margin-top: 12px;
    box-shadow: inset 0px 1px 0px 0px #8070ff;
    background: linear-gradient(to bottom, #612fff 80%, #4a1fd4 100%);
    background-color: #612fff;
    border-radius: 4px;
    border: 1px solid #4a1fd4;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 18px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2d30ae;
}

    .btn-blue:hover {
        background: linear-gradient(to top, #612fff 5%, #4a1fd4 100%);
        background-color: #612fff;
    }

pre {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
    border: 0px;
    white-space: pre-wrap !important;
    word-break: break-word;
    word-wrap: break-word;
    color: #333;
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.checklist ul {
    list-style-type: none;
}

    .checklist ul li:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        margin-right: 10px;
        content: "\f00c";
        color: #612fff;
       
    }
.panel-danger > .panel-heading {
 background:linear-gradient(-45deg, rgb(236, 82, 82), rgb(110, 26, 82));
 color:#fff;
}
.panel-danger > .panel-heading * {
    color: #fff;
}


.bg-ad-pink {
    background: linear-gradient(to bottom right, #612fff, #8070ff);
    border-radius: 6px;
    color: #dedede;
    text-align: center;
    padding: 1.1em;
    margin-bottom: 1.2em;
    margin-top: 1.3em;
}

.bg-ad-blue {
    background: linear-gradient(135deg, #612fff, #00dcaf);
}

.MyAd-text {
    color: #fff;
    font-size: 28px;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 500;
    margin-bottom: 5px;
    transition: all .25s ease-in-out;
}
.bg-ad-pink h3{
    font-weight:600;
    padding: 0px;
}
.bg-ad-pink h5 {
    font-size: 50px;
    background: linear-gradient(175deg,#e40046, #8070ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: -1px;
}

.MyAd-text h4{
    line-height: 1.3em;
    margin: auto 0px;
}
.ad-box-purple {
    background: linear-gradient(135deg, #612fff, #e40046);
}

    .ad-box-purple h5 {
        font-size: 38px;
        background: linear-gradient(to right top, #4a1fd4, #612fff, #8070ff, #b3a8ff, #e1e9cf);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        letter-spacing: -1px;
    }
.bg-ad-pink a:hover {
    text-decoration: none;
}

.bg-ad-pink h4{
   line-height: 1.3em;
   color: #dedede;
}
.modal-header-primary, .panel-success > .panel-heading {
    background: linear-gradient(to right, #612fff 0%, #8070ff 100%);
}

    .modal-header-primary h2, .panel-success > .panel-heading *{
    color:#fff;
}

.google-search-color {
    color: #612fff;
}


.btn-green {
    background-color: #28a745;
    border-radius: 4px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 16px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

    .btn-green:hover {
        background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
        background-color: #5cbf2a;
        color: #f7f3f3;
    }

    .btn-green:active {
        position: relative;
        top: 1px;
    }





.blue-linear-bg {
    background: linear-gradient(135deg, #612fff 0%, #8070ff 100%) !important;
}


.text-small {
    font-size: 0.70em;
    line-height: 1em;
    color: #8b8b8b;
}

.sm {
    font-size: 0.7rem;
    line-height: 1em;
}

ul.list-3-columns {
    list-style-type: none;
    -ms-column-count: 3;
    -o-column-count: 3;
    -moz-column-count: 3;
    -khtml-column-count: 3;
    column-count: 3;
    padding-left: 0px;
}

    ul.list-3-columns li {
        padding-top: 20px;
    }

ul.list-2-columns {
    list-style-type: none;
    -ms-column-count: 2;
    -o-column-count: 2;
    -moz-column-count: 2;
    -khtml-column-count: 2;
    column-count: 2;
    padding-left: 0px;
}

    ul.list-2-columns li {
        padding-top: 20px;
    }

/* Inside vendor cards on the homepage, always single column */
.ed-vendor-card ul.list-2-columns {
    -ms-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.ed-vendor-card ul.list-2-columns li {
    padding-top: 6px;
}

.logo {
    font-size: 3.2rem;
    line-height: 2.2rem;
    padding: 10px;
    display: inline-block;
 
    margin: 4px 2px;
}
.logo small{
    font-size: 1.3rem;
    line-height: .1rem;
}

.text-blue{
    color: #612fff !important;
}

.label-not-bold {
    font-weight: normal !important;
    font-size: 52% !important;
    vertical-align: middle;
}
.list-unstyled li {
    padding: 1rem 1px !important;
}

.list-unstyled {
    padding:14px 18px !important;
}
/* Tighter padding for list items inside vendor cards */
.ed-vendor-card .list-unstyled li {
    padding: 4px 1px !important;
}

.pagination{
    display:block;
}
ul.pagination > li:first-child {
    float: left;
}
ul.pagination > li:last-child {
    float: right;
}

.btn-success1 {
    background-color: #28a745 !important;
    border-radius: 4px;
    border: 1px solid #18ab29 !important;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    padding: 8px 12px;
    font-size: 16px;
    text-decoration: none !important;
    text-shadow: 0px 1px 0px #2f6627 !important;
}

    .btn-success1:hover {
        background-color: #5cbf2a !important;
    }

    .btn-success1:active {
        position: relative;
        top: 1px;
    }

.badge-top {
    position: absolute;
    top: -32px;
    background: linear-gradient(135deg,#e40046, #ffab23) !important;
    padding: 7px 10px;
    font-weight: 400;
    font-size: 14px;
    left: 37%;
    margin-top: 10px;
    border-radius: 3px;
}


.save-price {
    background-image: url(/images/save-offer-bg.svg);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 12px 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    width: 88px;
    height: 107px;
    text-align: center;
    position: absolute;
    left: 200px;
    top: 0;
    line-height: 1.4;
}

.pagination .aspNetDisabled {
    background: linear-gradient(to bottom, #d4cdcd 5%, #8b8b8b 100%) !important;
    background-color: #d4cdcd !important;
    border: 1px solid #8b8b8b !important;
    box-shadow: inset 0px 1px 0px 0px #d4cdcd !important;
}


.btn-red {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    background: linear-gradient(90deg,#e61e4d 6.83%,#e31c5f 50.07%,#d70466 90.34%);
    background-color: #ff385c;
    border-radius: 4px;
    font-family: Cereal,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 500;
    text-align: center;
 color:#fff;
}

.btn-red:hover {
    color: #d4cdcd;
}

.fancy-bg {
    background: linear-gradient(to right, #612fff 0%, #8070ff 100%);
}

.blue-to-green-bg {
    background: linear-gradient(to right, #612fff 0%, #00dcaf 100%);
    color:#fff;
}

.well {
    border-radius: 1rem;
    background-color: #Fff;
    
    box-shadow: 2px 0px 2px 2px rgba(179,191,255,.1);
    
}

.btn-default {
    color: #612fff !important;
}

.gray-box-shadow {
    -webkit-box-shadow: 0 1pc 40px rgba(0,0,0,.08);
    box-shadow: 0 1pc 40px rgba(0,0,0,.08);
}

.label-info {
    background-color: #F9F7Ff !important;
    color: #612fff;
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 6s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.bg-light-funcy {
    background-image: linear-gradient(90deg, #f7d2ff 1.08%, #fff 51.04%, #b8ffd9 99.93%);
}


/* ---- Hero ---- */
.ed-hero {
    background: linear-gradient(135deg, #12005e 0%, #2d30ae 45%, #612fff 100%);
    color: #fff;
    padding: 56px 0 48px;
    text-align: center;
}

    .ed-hero h1 {
        font-size: 36px;
        font-weight: 800;
        line-height: 1.2;
        margin: 0 0 16px;
        color: #fff;
    }

        .ed-hero h1 span {
            background: linear-gradient(90deg, #ab6cfe, #008ff8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

    .ed-hero p {
        font-size: 17px;
        color: rgba(255,255,255,.85);
        max-width: 640px;
        margin: 0 auto 28px;
        line-height: 1.6;
    }

.ed-hero-btns a {
    margin: 6px 8px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 28px;
}

.ed-hero-stat {
    display: inline-block;
    margin: 28px 18px 0;
    text-align: center;
}

    .ed-hero-stat strong {
        display: block;
        font-size: 28px;
        font-weight: 800;
        color: #fff;
    }

    .ed-hero-stat span {
        font-size: 12px;
        color: rgba(255,255,255,.65);
        text-transform: uppercase;
        letter-spacing: .6px;
    }
/* ---- Feature cards ---- */
.ed-features {
    padding: 48px 0 36px;
    background: #f8f9fb;
}

.ed-feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 22px;
    margin-bottom: 24px;
    box-shadow: 0 2px 16px rgba(97,47,255,.07);
    height: 100%;
}

.ed-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg,#612fff,#008ff8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 22px;
    color: #fff;
}

.ed-feature-card h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px;
}

.ed-feature-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}
/* ---- Section heading ---- */
.ed-section-heading {
    text-align: center;
    margin-bottom: 32px;
}

    .ed-section-heading h2 {
        font-size: 26px;
        font-weight: 800;
        margin: 0 0 8px;
    }

    .ed-section-heading p {
        color: #666;
        font-size: 15px;
        margin: 0;
    }
/* ---- Vendor grid ---- */
.ed-vendors {
    padding: 48px 0;
}

.ed-vendor-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

 

@media (max-width: 767px) {
    .ed-vendor-grid {
        grid-template-columns: 1fr;
    }
}

.ed-vendor-card {
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 12px;
    padding: 20px 14px 16px;
    transition: box-shadow .2s, border-color .2s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .ed-vendor-card:hover {
        box-shadow: 0 4px 20px rgba(97,47,255,.12);
        border-color: #c4b5fd;
    }

    .ed-vendor-card a {
        text-decoration: none;
    }

    .ed-vendor-card img {
        max-height: 38px;
        width: auto;
        margin-bottom: 10px;
    }

    .ed-vendor-card h2 {
   
        font-weight: 700;
        color: #2d30ae;
        margin: 0 0 10px;
    }
/* ---- Trust bar ---- */
.ed-trust {
    background: linear-gradient(90deg,#612fff,#006dca);
    color: #fff;
    padding: 22px 0;
    text-align: center;
}

.ed-trust-item {
    display: inline-block;
    margin: 6px 24px;
    font-size: 14px;
    font-weight: 600;
}

    .ed-trust-item i {
        margin-right: 7px;
        font-size: 16px;
    }

/* ================================================================
   Catalog page
   ================================================================ */

.catalog-hero {
    background: linear-gradient(135deg, #12005e 0%, #2d30ae 50%, #612fff 100%);
    color: #fff;
    padding: 44px 0 36px;
    text-align: center;
}

.catalog-hero h1 {
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 12px;
    color: #fff;
}

.catalog-hero h1 span {
    background: linear-gradient(90deg, #ab6cfe, #008ff8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.catalog-hero p {
    font-size: 16px;
    color: rgba(255,255,255,.82);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.6;
}

.catalog-vendor-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 0;
    list-style: none;
    margin: 0;
}

@media (max-width: 1199px) {
    .catalog-vendor-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
    .catalog-vendor-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .catalog-vendor-grid { grid-template-columns: 1fr; }
}

.catalog-vendor-grid li { padding: 0; }

.catalog-vendor-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 10px;
    padding: 14px 16px;
    text-decoration: none;
    color: #1a1a2e;
    font-weight: 600;
    font-size: 16px;
    transition: box-shadow .18s, border-color .18s, color .18s;
    height: 100%;
}

.catalog-vendor-item:hover {
    box-shadow: 0 4px 18px rgba(97,47,255,.13);
    border-color: #ab6cfe;
    color: #612fff;
    text-decoration: none;
}

.catalog-vendor-item .vendor-count {
    margin-left: auto;
    font-size: 16px;
    font-weight: 400;
    color: #888;
    white-space: nowrap;
}

.catalog-seo-copy {
    background: #f8f9fb;
    border-top: 1px solid #eaecf0;
    padding: 36px 0 28px;
}

.catalog-seo-copy h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}

.catalog-seo-copy p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* ================================================================
   Certs page
   ================================================================ */

.certs-hero {
    background: linear-gradient(135deg, #12005e 0%, #2d30ae 50%, #612fff 100%);
    color: #fff;
    padding: 40px 0 32px;
}

.certs-hero-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.certs-hero-logo {
    background: #fff;
    border-radius: 12px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    flex-shrink: 0;
}

.certs-hero-logo img { max-height: 44px; width: auto; display: block; }

.certs-hero h1 { font-size: 26px; font-weight: 800; color: #fff; margin: 0 0 8px; }

.certs-hero p { font-size: 15px; color: rgba(255,255,255,.82); margin: 0; line-height: 1.5; }

.certs-ai-callout {
    background: linear-gradient(90deg, rgba(97,47,255,.07), rgba(0,109,202,.07));
    border: 1px solid rgba(97,47,255,.18);
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    color: #2d30ae;
}

.certs-ai-callout .ai-icon-gradient { flex-shrink: 0; }

.certs-disclaimer {
    background: #f8f9fb;
    border-top: 1px solid #eaecf0;
    padding: 20px 0 16px;
    font-size: 12px;
    color: #888;
}

.certs-disclaimer ul { margin: 0; padding: 0; list-style: none; }

.certs-disclaimer li + li { margin-top: 4px; }

/* ================================================================
   Exam page
   ================================================================ */

.exam-hero {
    background: linear-gradient(135deg, #12005e 0%, #2d30ae 45%, #612fff 100%);
    color: #fff;
    padding: 32px 0 28px;
}

.exam-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.exam-hero-text { flex: 1 1 300px; }

.exam-hero-title {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.2;
}

.exam-page-badge {
    display: inline-block;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
    vertical-align: middle;
    margin-left: 8px;
    letter-spacing: .4px;
}

.exam-hero-sub {
    font-size: 18px;
    color: rgba(255,255,255,.8);
    margin: 0 0 4px;
}

.exam-hero-updated {
    font-size: 16px;
    color: rgba(255,255,255,.6);
    margin: 0 0 8px;
}

.exam-hero-desc {
    font-size: 16px;
    color: rgba(255,255,255,.75);
    margin: 6px 0 0;
    line-height: 1.5;
}

.exam-stats {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.exam-stat-item {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    padding: 12px 18px;
    text-align: center;
    min-width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.exam-stat-item i {
    font-size: 20px;
    margin-bottom: 2px;
}

.exam-stat-item strong {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    display: block;
}

.exam-stat-item span {
    font-size: 11px;
    color: rgba(255,255,255,.7);
    line-height: 1.3;
}

@media (max-width: 767px) {
    .exam-stats { display: none; }
    .exam-hero { padding: 22px 0 18px; }
    .exam-hero-title { font-size: 18px; }
}

/* Body wrapper */
.exam-body {
    padding-top: 24px;
    padding-bottom: 32px;
}

/* Page info bar */
.exam-page-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fb;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    padding: 10px 16px;
    margin-bottom: 20px;
    font-size: 14px;
}

.exam-page-info { color: #555; }

.exam-pdf-link {
    font-size: 13px;
    font-weight: 600;
}

.exam-questions-wrap {
    margin-bottom: 8px;
}

/* Bottom page bar */
.exam-page-bar-bottom {
    font-size: 13px;
    color: #888;
    text-align: center;
    padding: 8px 0 16px;
}

/* Bottom section spacing */
.exam-bottom-row {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #eaecf0;
}


.sub-title {
    font-size: clamp(2rem, 1.5rem + 1vw, 2.4rem);
    font-weight: 500;  
}


.table-rounded {
    border-radius: 6px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #ddd;
}

    .table-rounded th,
    .table-rounded td {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding: 12px 16px;
    }

        .table-rounded th:last-child,
        .table-rounded td:last-child {
            border-right: none;
        }

    .table-rounded tr:last-child td {
        border-bottom: none;
    }