figure {
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: var(--heading-color);
    line-height: 1.4;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 13px;
    font-family: var(--para-font);
}
a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #006ba5;
}
@media (max-width: 1024px) {
    h2 {
        font-size: 26px !important;
    }
    h3 {
        font-size: 22px;
    }
}
@media (max-width: 992px) {
    h1 {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    h1 {
        font-size: 28px;
    }
    h4 {
        font-size: 16px;
    }
}

.text-sm,
.text-sm-all * {
    font-size: 12px;
    font-family: var(--para-font);
}
.btn-background {
    background-color: var(--account-background);
    background-image: unset !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn {
    color: var(--dark-background);
    border: 0;
    font-family: var(--heading-font);
    font-size: 14px;
    border-radius: 0;
    padding: 10px 25px;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}
.btn-light {
    background: #fff;
}
.bg-light {
    background: var(--light-bg) !important;
}
.bg-gray {
    background: var(--bg-gray) !important;
}
body {
    font-family: var(--para-font);
    font-size: 13px;
}

.light-text,
.light-text * {
    color: var(--light-color);
}
.dark-text {
    color: var(--heading-color);
}

/* Custom Input Start here */
.form-start .form-control {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    color: #635f5f;
    /* height: 46px; */
    border-radius: 0;
    padding: 15px 22px;
    font-family: var(--para-font);
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.85rem 2.25rem 0.85rem 1.5rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    color: #635f5f;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-group {
    margin-bottom: 0px;
}

.icon {
    position: relative;
}

.icon img {
    position: absolute;
    top: 17px;
    right: 24px;
    width: 18px;
    height: 12px;
    cursor: pointer;
}

/* Custom Input End here */
/* Universal Styling End Here */
/* Custom banner Start Here */
section.custom-banner {
    position: relative;
    background-image: url("../img/custom-banner.webp");
    background-size: cover;
    height: 275px;
    background-repeat: no-repeat;
}

section.custom-banner .banner-text {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
}
section.custom-banner .banner-text h1 {
    font-family: var(--heading-font);
}

/* Custom Banner End Here */
/* Header Start Here */
header.without-login {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.navbar-light .navbar-brand img {
    width: 220px;
    height: 79px;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--light-color);
    font-size: 14px;
    font-family: var(--heading-font);
    white-space: nowrap;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #55b1d6;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
ul.cart {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    border-left: 1px solid #ffffff94;
}
ul.cart li {
    list-style: none;
    position: relative;
}
.navbar-light .navbar-toggler {
    background: #fff;
}
.dropdown-menu {
    background: rgb(55, 60, 87);
    background: linear-gradient(
        180deg,
        rgba(55, 60, 87, 1) 0%,
        rgba(39, 39, 41, 1) 100%
    );
    border-radius: 0;
    padding: 10px 20px;
}
.dropdown-item {
    color: #fff;
    font-family: var(--heading-font);
    font-size: 12px;
    text-transform: capitalize;
    padding: 0.2rem 0rem;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #919191;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: transparent;
}
a.btn.d-block.auth-btn.w-100:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: #55b1d6;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.mobile-cart-icon {
    display: none;
}

@media (max-width: 1367px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        padding: 7px;
    }
    .navbar-light .navbar-brand img {
        width: 180px;
    }
    .btn {
        padding: 10px 15px;
        font-size: 13px;
    }
    ul.cart {
        padding-left: 1rem;
    }
}
@media (max-width: 1024px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding: 4px;
    }
    .navbar-light .navbar-brand img {
        width: 150px;
    }
    .btn {
        padding: 8px 5px;
        font-size: 12px;
    }
    ul.cart {
        gap: 15px;
    }
}
@media (max-width: 991.8px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        padding: 20px;
        background: linear-gradient(
            180deg,
            rgba(55, 60, 87, 1) 0%,
            rgba(39, 39, 41, 1) 100%
        );
    }
    ul.cart {
        padding-left: 0;
        gap: 20px;
        border: 0;
        margin-top: 15px;
    }
    ul.cart li:first-child {
        display: none;
    }
    ul.cart li {
        list-style: none;
        width: 100%;
    }
    ul.cart li a {
        width: 100%;
    }
    .mobile-cart-icon {
        display: block;
        position: absolute;
        right: 90px;
        top: 15px;
    }
    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-lg,
    .navbar > .container-md,
    .navbar > .container-sm,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        position: relative;
    }
    .dropdown-toggle::after {
        position: absolute;
        right: 0;
    }
    section.custom-banner {
        height: 200px;
    }
}
@media (max-width: 320px) {
    .navbar-light .navbar-brand img {
        width: 130px;
    }
}
/* Header End Here  */

/* Banner Start Here */
section.banner_section {
    background-image: url("../img/bannerimg.webp");
    background-size: 100%;
    background-position: center;
    height: calc(50vw + 22px);
    background-repeat: no-repeat;
    position: relative;
    background-color: #000;
}

section.banner_section .banner_start .text-start .buttons-flex {
    display: flex;
    align-items: center;
    gap: 27px;
}

.banner_start {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner_start h1 {
    font-family: var(--heading-font);
    font-size: 50px;
    color: var(--light-color);
    line-height: normal;
    margin: 0;
}
.banner_start p {
    color: var(--light-color);
    font-size: 16px;
    font-family: var(--bold-font);
    margin: 0 auto;
    width: 58%;
}
.banner_start-btn {
    margin: 30px;
}
.btn-outline-secondary {
    border: 1px solid #fff;
    color: #fff;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #55b1d6;
    border-color: #55b1d6;
}
.btn-light:hover {
    color: #000;
    background-color: var(--light-bg);
    border-color: var(--light-bg);
}
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 10px 45px;
    border: 1px solid #000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #55b1d6;
    border-color: #55b1d6;
}
.btn-outline-secondary2 {
    border: 1px solid #000;
    color: #000;
    padding: 10px 45px;
}
.btn-outline-secondary2:hover {
    color: #fff;
    background-color: #55b1d6;
    border-color: #55b1d6;
}
.top-div {
    position: absolute;
    bottom: 60px;
    z-index: 0;
    width: 100%;
    left: 0;
}
.top-slider .slick-slide img {
    border: 1px solid transparent;
    width: 90px;
    height: auto !important;
}
.top-slider .slick-slide img:hover {
    border: 1px solid #1e759a;
}
.slick-prev:before {
    content: "\f053";
    font-family: "FontAwesome";
    color: #1e759a;
}
.slick-next:before {
    content: "\f054";
    font-family: "FontAwesome";
    color: #1e759a;
}

@media (max-width: 1366px) {
}

@media (max-width: 1024px) {
    .banner_start h1 {
        font-size: 100px;
    }
    .banner_start p {
        width: 78%;
    }
    .banner_start-btn {
        margin: 40px 0 90px 0;
    }
}

@media (max-width: 992px) {
    .banner_start p {
        width: 100%;
        font-size: 15px;
    }
    .top-div {
        bottom: 30px;
    }
}

@media (max-width: 768px) {
    .banner_start h1 {
        font-size: 60px;
    }
    .banner_start p {
        width: 100%;
        font-size: 13px;
    }
    .banner_start-btn {
        margin: 10px 0 70px 0;
    }
    .top-slider .slick-slide img {
        border: 1px solid transparent;
        width: 70px;
    }
}
@media (max-width: 576px) {
    section.banner_section {
        background-size: cover;
        height: calc(100vw + 160px);
    }
    .banner_start h1 {
        font-size: 40px;
    }
    .banner_start p {
        width: 100%;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .btn-view-detail .btn {
        padding: 10px;
        font-size: 12px;
        width: 75%;
        margin-bottom: auto;
    }
    .btn-view-detail {
        width: 94%;
    }
    .top-div {
        bottom: 10px;
    }
    .banner_start-btn {
        margin: 10px 0 10px 0;
    }
    .top-slider .slick-slide img {
        border: 0;
        width: 90px;
        padding: 15px;
    }
}
/* Banner End Here */

/*Our Mission Start Here */
.heading-top h2 {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 32px;
}
.heading-top h2::before {
    content: "";
    display: block;
    background-image: url("../img/headingicon.png");
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    text-align: center;
    margin: 10px auto;
}
.heading-top2 h2 {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 32px;
}
.heading-top2 h2::before {
    content: "";
    display: block;
    background-image: url("../img/headingicon.png");
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    margin: 10px 0;
}
section.our-mission-sec {
    background: var(--dark-background);
    padding: 50px 0;
    color: var(--light-color);
}
.our-mission-sec-text {
    width: 70%;
    margin: auto;
}
.our-mission-sec-text h2 {
    color: var(--light-color);
}
.our-mission-sec-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #000;
    border: 1px solid #124e67;
    margin-top: 50px;
}

/*Our Mission End Here */
@media (max-width: 1024px) {
    .our-mission-sec-text {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .for-mobile-only {
        display: none;
    }
}

/*Professional Training Start Here */
section.professional-training-sec {
    overflow: hidden;
}
section.professional-training-sec .heading-top h2 {
    color: var(--dark-color);
}
.professional-training-sec-text {
    width: 85%;
    margin: auto;
}

/*Professional Training End Here */
@media (max-width: 992px) {
    .free-education .row.align-items-center {
        flex-direction: column-reverse;
        margin: 20px 0;
    }
}
/* Explore Courses sec Start here */
section.explore-courses-sec {
    background: var(--light-bg);
    padding: 50px 0;
}
.explore-courses-sec h2 {
    color: #000;
}
.explore-courses-sec .heading-top p {
    width: 50%;
    margin: auto;
}
.explore-courses-list h5 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 26px;
}
.explore-courses-list {
    position: relative;
    transition: 0.6s all;
    z-index: 1;
}
.explore-courses-list img {
    height: 250px;
    object-fit: cover;
}
.btn-view-detail {
    position: absolute;
    bottom: 150px;
    width: 90%;
    z-index: -1;
    transition: 0.6s all;
}
.explore-courses-list:hover .btn-view-detail {
    z-index: 2;
    transition: 0.6s all;
    bottom: 100px;
}
/* Explore Courses sec End here */
@media (max-width: 1024px) {
    .explore-courses-list h5 {
        font-size: 22px;
        line-height: 22px;
    }
}
@media (max-width: 992px) {
    .explore-courses-sec .heading-top p {
        width: 80%;
    }
}
@media (max-width: 575px) {
    .explore-courses-sec .heading-top p {
        width: 100%;
    }
}
/* Visit Our EBook Store sec Start here */
section.ebook-store-sec {
    padding: 50px 0;
}
.ebook-store-sec h2 {
    color: #000;
}
.ebook-store-sec
    .col-md-3.text-center.mb-3.wow.animate__animated.animate__fadeInUpBig
    img.img-fluid.w-100 {
    height: 385px;
    object-fit: fill;
}
/* Visit Our EBook Store sec End here */

/* Why Study With Us sec Start here */
section.why-study-sec {
    background: var(--dark-background);
    padding: 50px 0 0 0;
    color: var(--light-color);
}
.why-study-sec h2 {
    color: var(--light-color);
}
.why-study-card {
    padding: 25px;
    border: 1px solid transparent;
}
.why-study-card h3 {
    color: var(--light-color);
    font-size: 22px;
}
.why-study-card p {
    margin: 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}
.why-study-card a {
    margin: 10px 0;
    font-family: var(--heading-font);
    font-size: 16px;
    color: #55b1d6;
}
.why-study-card:hover {
    border: 1px solid #55b1d6;
    padding: 25px;
}
.about-afa {
    padding-top: 30px;
}
.about-afa h2 {
    font-size: 32px;
    color: var(--light-color);
    margin: 10px 0;
}
.buttons-div {
    margin-top: 40px;
}
.video-div {
    display: table;
}
.video-div video {
    vertical-align: sub;
}

/* Why Study With Us sec End here */
@media (max-width: 1024px) {
    .why-study-card h3 {
        font-size: 19px;
    }
    .buttons-div {
        margin-top: 10px;
    }
    .about-afa p {
        line-height: 17px;
    }
    .about-afa .about-afa-text {
        width: 85%;
        margin: auto;
    }
}
/* Membership sec Start here */
.membership-sec .membership-card {
    background: #f0f0f0;
    height: 420px;
}
.membership-card img {
    height: 275px;
    object-fit: cover;
}
.membership-card-text {
    padding: 25px;
}
.membership-card-text h3 {
    color: #000;
    font-size: 25px;
}
.membership-card-text p {
    opacity: 0.65;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
}
.membership-card-text h5 {
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* -webkit-line-clamp: 2; */
}
.membership-card-text .price {
    font-size: 15px;
    color: #4d4d4d;
}
.membership-card-text .amount {
    font-size: 18px;
    margin-top: 5px;
}
.membership-card-text .reviews {
    font-size: 15px;
    color: #4d4d4d;
}
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.rating > input {
    display: none;
}
.rating > label {
    position: relative;
    width: 1em;
    font-size: 22px;
    font-weight: 300;
    color: #000;
    cursor: pointer;
}
.rating > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}
.rating > label:hover:before,
.rating > label:hover ~ label:before {
    opacity: 1 !important;
}
.rating > input:checked ~ label:before {
    opacity: 1;
}
.rating:hover > input:checked ~ label:before {
    opacity: 0.4;
}
.buttons {
    top: 36px;
    position: relative;
}
.price-oneline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-amount-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* Membership sec End here */
@media (max-width: 1024px) {
    .membership-card-text h3 {
        font-size: 22px;
    }
}
/* Bulk Order sec Start here */

.bulk-order-div {
    background-image: url(../img/bulkorderbg.webp);
    background-repeat: repeat;
    padding: 30px;
    color: var(--light-color);
    position: relative;
}
.bulk-order-div .heading-top h2::before {
    content: "";
    display: block;
    background-image: url("../img/headingicon.png");
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    text-align: left;
    margin: 0 0 10px 0;
}
.bulk-order-div h2 {
    font-size: 28px;
    color: var(--light-color);
}
.bulk-order-div .btn-light {
    padding: 10px 35px;
    font-size: 15px;
}
.bulk-order-div p {
    font-family: var(--regular-font);
    opacity: 0.7;
    font-size: 14px;
}
.bulk-order-img img {
    position: absolute;
    right: 0;
    top: -50px;
    width: 95%;
}
/* Bulk Order sec End here */
@media (max-width: 1024px) {
    .bulk-order-img img {
        position: unset;
        width: 100%;
    }
    .bulk-order-div {
        padding: 30px 00px 0px 30px;
    }
}
@media (max-width: 991.8px) {
    .bulk-order-img img {
        margin-top: 50px;
    }
}
@media (max-width: 575px) {
    .bulk-order-div {
        padding: 15px;
    }
    .bulk-order-img img {
        margin-top: 25px;
    }
}
/* Stellar Faculty sec Start here */
.stellar-faculty-sec {
    padding: 90px 0 50px 0;
}
.stellar-faculty-sec h2 {
    color: #000;
}
.stellar-faculty-slider-item {
    padding: 10px;
    text-align: center;
}
.stellar-faculty-slider-item h4 {
    font-size: 22px;
    margin: 10px 0;
}
.stellar-faculty-slider img {
    display: block;
    height: 280px !important;
    width: 100% !important;
}
.stellar-faculty-sec .slick-slide img:hover {
    border: 0;
}
/* Stellar Faculty sec end here */
@media (max-width: 575px) {
    .stellar-faculty-sec .slick-slide img {
        width: 100%;
    }
}
/* Start Learning sec Start here */
.start-learning-sec {
    background-image: url(../img/startlearningbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    color: var(--light-color);
}
.start-learning-sec h5 {
    font-size: 50px;
    color: var(--light-color);
}
/* Start Learning sec End here */

@media (max-width: 575px) {
    .start-learning-sec {
        padding: 40px 20px;
        background-position: center;
    }
    .start-learning-sec h5 {
        font-size: 36px;
    }
}

ul.points {
    padding-left: 20px;
}
ul.points li {
    position: relative;
    list-style: none;
    padding: 2px 0;
}
ul.points li::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url("../img/li.png");
    width: 10px;
    height: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    left: -20px;
    top: 6px;
}
.note {
    background: var(--light-bg);
    padding: 15px 20px;
}
.note p {
    margin: 0;
}
.requirements {
    background: var(--gray-background);
    padding: 15px 20px;
}
.requirements p {
    margin: 0;
}

.cont {
    margin: 0;
    width: 100%;
    line-height: 45px;
    background: #f0f0f0;
    transition: all 0.7s;
    padding: 0px 15px;
    position: relative;
    opacity: 1 !important;
    &.hidden {
        height: 0;
        transition: all 0.7s;
        display: none;
    }
}
.center {
    display: block;
    position: absolute;
    top: 0;
    width: 60%;
}
.cont button.btn {
    background: #dedddd;
    color: #000;
    font-family: var(--bold-font);
    position: absolute;
    right: 0;
    height: 45px;
    width: 45px;
}
.btn-div {
    position: relative;
}
/* Start Learning sec End here */

footer.footer {
    background: #000;
    padding: 50px 0 0 0;
    color: #fff;
    font-family: var(--regular-font);
}
footer.footer p {
    font-family: var(--regular-font);
}
.footer-logo {
    max-width: 390px;
}
.footer-logo img {
    width: 250px;
    margin-bottom: 20px;
}
footer h6 {
    color: var(--light-color);
    font-size: 22px;
    margin-bottom: 40px;
}
footer ul {
    padding: 0;
}
footer ul li {
    list-style: none;
    color: var(--light-color);
}
footer ul li a {
    list-style: none;
    color: var(--light-color);
}
footer ul.social-icons {
    padding: 0;
}
ul.social-icons li {
    display: inline-block;
    margin-right: 15px;
}
ul.social-icons li a {
    background: #fff;
    width: 35px;
    height: 35px;
    display: table;
    border-radius: 50%;
    color: #000;
    text-align: center;
    line-height: 18px;
}
ul.social-icons li a i {
    font-size: 18px;
    line-height: 36px;
}
ul.social-icons li a svg {
    margin-top: 8px;
}
ul.social-icons li a:hover {
    background: #55b1d6;
}
.footer-links li {
    padding: 5px 0px;
}
.copyright-div {
    padding: 20px 0;
    border-top: 1px solid #494949;
}
.footer-start {
    margin-bottom: 50px;
}
.footer-links li i {
    color: #1d7195;
    padding-right: 5px;
}

.page-link {
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
    background-color: #f0f0f0;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 5px;
    margin: 0 10px;
    font-size: 18px;
    padding: 7px 15px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.blue-color {
    color: #3e90b3;
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #b9dcec;
}

::-webkit-scrollbar-thumb {
    background: #000;
}
.simple-padding-sec {
    padding: 60px 0;
}
.hide-prifle {
    display: none;
}

@media (max-width: 992px) {
    .footer-logo {
        max-width: 100%;
    }
    footer h6 {
        margin: 20px 0;
    }
}

@media (max-width: 575px) {
    .footer-start {
        margin-bottom: 10px;
    }
    .copyright-div {
        font-size: 12px;
        padding: 10px;
    }
    .page-link {
        font-size: 13px;
        padding: 7px 12px;
    }
    .center {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .cont {
        padding: 0px 5px;
        font-size: 9px;
    }
    .cont button.btn {
        height: 45px;
        width: 30px;
    }
}

section.contact-sec {
    padding: 60px 0;
}
p.text-danger {
    width: 100%;
    padding-right: 0;
    font-size: 13px;
    color: #f00 !important;
    margin: 0;
}
span.cart-badge {
    background: #006ba5;
    color: #fff;
    padding: 2px 8px;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    right: -10px;
    top: -15px;
}
