@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Teko:wght@300..700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=McLaren&display=swap");

body {
    font-family: "Poppins", sans-serif;
    max-height: 100vh;
}

html,
body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

li {
    list-style-type: none;
}

.section {
    padding-top: 2rem;
}

.line-through {
    text-decoration: line-through;
    color: rgb(0 0 0 / 56%);
}

.about-menu li:first-child a {
    color: rgb(57, 57, 57);
    font-size: 1.1em;
    padding: 0.5em 1em;
    font-weight: 200;
    text-transform: none;
}

header {
    margin: 0;
    padding: 0;
    background: rgb(10 152 0);
}

header .navbar {
    position: relative;
}

.navbar .navbar-brand {
    color: rgb(255, 255, 255);
    font-family: "Teko", sans-serif;
}

.navbar .navbar-brand .logo-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: "Roboto", sans-serif;
    padding: 0 10px;
}

.navbar .navbar-brand .logo {
    height: 50px;
    margin-right: 13px;
}

.navbar-nav .nav-item a {
    font-size: 13px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.navbar .offconvas-body {
    width: max-content;
}

.navbar .social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.navbar .social .icon a {
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.navbar .social .icon {
    position: relative;
}

.navbar .social .icon .quantity {
    position: absolute;
    background: #d41818;
    color: white;
    top: -3px;
    right: -6px;
    border-radius: 50%;
    font-size: 12px;
    height: 15px;
    width: 15px;
    line-height: 13px;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M16 132h416c8.8 0 16-7.2 16-16V76c0-8.8-7.2-16-16-16H16C7.2 60 0 67.2 0 76v40c0 8.8 7.2 16 16 16zm0 160h416c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16zm0 160h416c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16z'/%3E%3C/svg%3E");
    font-size: 16px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

@media only screen and (max-width: 576px) {
    .section {
        padding: 1em 0;
    }

    .navbar>.container {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }

    .offcanvas {
        width: 50%;
    }

    .footer-bottom ul {
        margin: 0;
        padding: 0;
    }
}

.inner-banner {
    background: rgba(8, 106, 1, 0.356);
    padding: 30px 0;
}

.inner-banner h3 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.carousel-item img {
    height: 380px;
}

.categories {
    gap: 20px;
}

.category {
    padding: 1rem 0;
}

.category .category-heading {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.category .category-heading h3 {
    font-size: 25px;
}

.category .card img {
    height: 200px;
    width: 100%;
}

.category .offer-category img {
    height: 235px;
    width: 100%;
}

.category .categories {
    gap: 15px;
}

.category .categories .card {
    border-radius: 0;
}

.category .card .card-title {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.category .card .card-title a {
    color: #2F5B96;
}

.category .card .pop-up {
    display: none;
}

.category .card .pop-up {
    position: absolute;
    background-color: rgba(8, 106, 1, 0.356);
    height: 100%;
    width: 100%;
    display: none;
    transition: all .5s ease;
    text-align: center;
}

.category .card:hover .pop-up {
    display: flex;
}

.category .card .pop-up .icon {
    left: 50%;
    top: 50%;
}

.category .card .pop-up .icon i {
    color: rgba(255, 255, 255, 0.39);
    font-size: 25px;
}

.category-list .heading {
    background: rgb(8, 106, 1);
    color: #fff;
    padding: 4px;
}

.category-list .heading h3 {
    font-size: 20px;
    text-align: center;
}

.category-item .category-type {
    margin: 0;
    padding: 0;
    width: 100%;
}

.category-item .category-type li {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid rgb(169, 255, 205);
    width: 100%;
}

.category-item .category-type li a:hover {
    margin-left: 10px;
    color: rgb(8, 106, 1);
    transition: all .3s ease-in-out;
}

.basket {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.offer-image img {
    height: 564px;
    width: 100%;
}

.slideInUp {
    animation-duration: 3s;
}

.offer-detail {
    background: rgb(8, 106, 1);
    padding: 30px;
    text-align: center;
}

.offer-detail p {
    color: white;
    font-weight: 500;
    font-size: 30px;
}

.footer-top {
    background: #000000c7;
    padding: 40px 0;
}

.footer-top h3 {
    color: rgb(213, 98, 4);
    font-size: 25px;
    margin-bottom: 20px;
}

.footer-logo {
    text-align: center;
    vertical-align: middle;
}

.footer-logo img {
    height: 150px;
}

.footer-top .link {
    text-align: left;
}

.footer-top .link li a {
    color: #ffffff86;
}

.footer-top .address {
    color: #ffffff86;
}

.footer-bottom {
    background: #000000;
    padding: 10px;
}

.footer-bottom .license {
    color: #fff;
    font-weight: 400;
}

.footer-bottom .license a {
    color: rgb(213, 98, 4);
}

.footer-bottom ul {
    float: right;
}

.footer-bottom ul li {
    display: inline-block;
    border-right: 1px solid #ffffffa5;
}

.footer-bottom ul li:last-child {
    border: none;
}

.footer-bottom ul li a {
    color: #ffffffa5;
    margin: 0 10px;
}

nav {
    --bs-breadcrumb-divider: '>';
}

.breadcrumb-item li {
    font-size: 14px;
}

.breadcrumb-item li a {
    color: #000000b4;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}

@media only screen and (max-width: 576px){
    .breadcrumb-item li {
        font-size: 8px;
    }
    .inner-banner h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .breadcrumb-item {
        padding: 0;
    }
}

.about-us h1 {
    font-size: 32px;
    font-weight: 500;
}

.testimonial-section {
    background: rgba(8, 106, 1, 0.875);
}

.testimonial-section h1 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}

.testimonial-section .testimonial-item {
    text-align: center;
}

.testimonial-section .testimonial-item .name {
    font-size: 20px;
    color: #fff;
}

.testimonial-section .testimonial-item img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.testimonial-section .testimonial-item .rating ul li {
    display: inline-block;
    color: rgb(255, 255, 0);
}

.testimonial-section .testimonial-item .description {
    color: #ffffffca;
}

.brand {
    padding: 0 20px;
}

.price .fas {
    font-size: 15px;
}

.size {
    padding: 10px 20px;
}

.size .number {
    display: inline-block;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
}


.mybox1 {
    display: none;
}

.tooltip-main {
    position: absolute;
    border-radius: none;
}

.arrival-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrival-heading h4 {
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
}

.arrival-heading .all a {
    text-align: center;
    color: #2F5B96;
    font-size: 20px;
    font-weight: 500;
}

.arrival-heading .all a:hover span {
    -webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.product-card .card {
    border: none;
    background-color: #e3ede284;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 12px;
}

.product-card .card .trend-image {
    overflow: hidden;
    height: 215px;
    position: relative;
}

.product-card .card:hover .eye-pop {
    display: flex;
    transition: all .3s ease 0s;
}

.product-card .eye-pop .action {
    align-items: center;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 4px -1px rgba(145, 158, 171, .2), 0 4px 5px 0 rgba(145, 158, 171, .14), 0 1px 10px 0 rgba(145, 158, 171, .12);
    font-size: 15px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    transition: all .3s ease 0s;
    vertical-align: middle;
    width: 27px;
}

.product-card .card .eye-pop {
    display: none;
    gap: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.product-card .card .trend-image img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.product-card .card:hover .trend-image img {
    transform: scale(1.1);
}

.product-card .card-title {
    padding: 0 10px;
}

.product-card .product-title {
    font-weight: 500;
}

.product-card .product-title .card-title {
    overflow: hidden;
    width: 100%;
}

.product-card .product-title P {
    margin-bottom: 0;
}

.product-card .product-title .item-brand {
    font-weight: 300;
}

.product-card .product-title .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 45px;
}

.product-card .product-price p {
    display: inline-block;
    margin-right: 3px;
}

.product-card .product-price .price {
    font-size: 15px;
    font-weight: 700;
}

.product-card .product-price .mrp {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.472);
}

.product-card .product-price .offer {
    color: rgb(8, 106, 1);
    font-weight: 600;
    font-size: 14px;
}

.product-card .pop {
    position: absolute;
    color: #fff;
    background-color: coral;
    font-family: "Poppins", sans-serif;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0;
    top: 10px;
    padding: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.item {
    margin-bottom: 20px;
}

.item .card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: none;
}

.item .card .card-title {
    padding: 0 10px;
}

.item .card .item-image {
    height: 180px;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}



.item .card .item-image img {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
}

.item .card:hover .item-image img {
    transform: scale(1.1);
}

.item .item-price {
    padding: 0 10px;
}

.item .card-title p {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
}

.item .card-title .item-brand {
    color: rgba(0, 0, 0, 0.446)
}

.item .card-title .item-size span {
    color: #878787;
    font-weight: 500;
}

.item .card-title .item-size {
    font-size: 14px;
}

.item .card-title .item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 45px;
}

.item .card-title .item-price p {
    display: inline-flex;
    font-size: 16px;
}

.item .card-title .item-price .price {
    font-weight: bold;
    margin-right: 10px;
}

.item .card-title .item-price .mrp {
    color: rgb(0 0 0 / 56%);
}

.item .card-title .item-price .offer {
    color: rgba(8, 106, 1);
}

.item .card:hover .eye-pop {
    display: flex;
    transition: all .3s ease 0s;
}

.item .eye-pop .action {
    align-items: center;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 4px -1px rgba(145, 158, 171, .2), 0 4px 5px 0 rgba(145, 158, 171, .14), 0 1px 10px 0 rgba(145, 158, 171, .12);
    font-size: 15px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    transition: all .3s ease 0s;
    vertical-align: middle;
    width: 27px;
}

.item .card .eye-pop {
    display: none;
    gap: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.eye-pop .action:hover {
    background-color: rgb(18, 162, 8);
}

.eye-pop .action:hover a {
    color: white;
}

.item .item-image .offer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
}

.item .item-image .offer p {
    font-size: 12px;
    color: black;
    text-align: center;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0 2px 4px -1px rgba(145, 158, 171, .2), 0 4px 5px 0 rgba(145, 158, 171, .14), 0 1px 10px 0 rgba(145, 158, 171, .12);
    background: white;
    padding: 2px 4px;
    margin-bottom: 0;
    font-weight: 700;
    color: rgba(8, 106, 1);
}


/* owl-carousel */
.owl-carousel .owl-item img {
    height: 230px;
}

@media screen and (max-width: 991px) {
    .navbar-nav .nav-item a {
        color: #000;
    }

    .carousel-control-next {
        right: 33px;
    }

    .carousel-control-prev {
        left: 33px;
    }

    .carousel-item img {
        height: 280px;
    }

    .category .categories .card {
        margin-bottom: 20px;
    }

    .item .card {
        margin-bottom: 20px;
    }

    .features .trend-product .card .feature-image img {
        max-height: 110px;
    }

    .features .offer-image {
        max-height: 385px;
        width: 100%;
    }

    .product-card .card {
        padding: 0;
    }

    .product-card .card img {
        height: 150px;
    }

    .footer-bottom ul {
        float: left;
        padding-left: 0;
    }
}

@media only screen and (max-width: 576px) {
    .navbar .navbar-brand .logo-title {
        font-size: 16px;
        line-height: 16px;
    }

    .navbar .navbar-brand .logo {
        height: 45px;
        margin-right: 10px;
    }

    .navbar .social {
        gap: 10px;
    }

    .slider .carousel-control-next {
        right: 0;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 5vw;
        height: 5vw;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px;
        font-size: 15px;
        color: #121111;
        transition: 0.3s;
    }
    .navbar-expand-lg .navbar-nav li {
        border-bottom: 1px solid #7b7b7b;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: rgb(8, 106, 1);
        margin-left: 5px;
    }

    .slider .carousel-control-prev {
        left: 0;
    }

    .slider .carousel-item img {
        height: 150px;
    }

    .category .card img {
        height: 150px;
        width: 100%;
    }

    .features .trend-product .card .feature-image .cat-image-hover {
        padding: 23px;
    }

    .arrival-heading h4 {
        font-size: 20px;
        line-height: 20px;
    }

    .arrival-heading .all a {
        font-size: 16px;
    }

    .offer-category img {
        max-height: 189px;
    }

    .item-price P {
        display: inline-block;
    }

    .features .item .row>* {
        flex-shrink: 0;
        padding-right: 0;
    }

    .item .card {
        box-shadow: none;
        margin-bottom: 10px;
    }

    .item .item-image {
        max-height: 150px;
    }

    .item .item-image img {
        height: 100%;
    }

    .item .title {
        padding: 0;
    }

    .item .card-title .item-price {
        padding: 0 5px;
    }

    .features .trend-heading .title {
        font-size: 18px;
        padding: 5px 0;
    }

    .product-card .product-title .item-brand {
        margin-top: 5px;
        font-size: 12px;
        line-height: 12px;
    }

    .features .card {
        box-shadow: none;
        border: none;
    }

    .trending {
        margin-bottom: 20px;
    }

    .product-card {
        padding: 0 7px;
    }

    .product-card .card img {
        height: 160px;
    }

    .new-arrival {
        position: relative;
    }

    .product-card .card {
        box-shadow: none;
        position: relative;
    }

    .product-card .product-title {
        font-size: 15px;
    }

    .product-card .product-title .title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .product-card .product-price .offer {
        color: rgb(8, 106, 1);
        font-weight: 500;
    }

    .product-card .product-price p {
        display: inline-block;
        margin-right: 0;
    }

    .product-card .product-price .price {
        font-size: 13px;
        font-weight: bold;
    }

    .product-card .product-price .mrp {
        color: rgb(0 0 0 / 57%);
        font-size: 13px;
    }

    .footer-bottom ul {
        float: left;
        padding-left: 0;
    }

    .foote-top .map iframe {
        width: 100%;
    }
}

.features {
    padding: 20px;
    background: #d7d7d778;
}

.features .offer-image {
    height: 564px;
    width: 100%;
}

.features .card {
    width: 100%;
}

.features .trend-heading {
    display: flex;
    justify-content: space-between;
    padding: 0 0 8px 10px;
}

.features .trend-heading .title {
    font-size: 25px;
    text-transform: uppercase;
}

.features .trend-product {
    padding: 10px 10px 0 10px;
}

.features .trend-product .card {
    box-shadow: none;
    border-radius: 0 !important;
    margin-bottom: 20px;
}

.features .trend-product .card .feature-image {
    position: relative;
}

.features .trend-product .card .feature-image .cat-image {
    height: 200px;
    width: 100%;
    padding: 40px;
    opacity: 1;
}

.features .trend-product .card .feature-image .cat-image-hover {
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 200px;
    padding: 35px;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.features .trend-product .card:hover .feature-image .cat-image {
    opacity: 0;
}

.features .trend-product .card:hover .feature-image .cat-image-hover {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.features .trend-product .title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
}

.features .trend-product .category-title {
    position: relative;
}

.features .trend-product .category-title .title::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    height: 0.1px;
    width: 45px;
    background: rgba(97, 97, 97, 0.442);
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.features .trend-product p {
    margin-bottom: 0;
}

.features .trend-product .offer {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: rgb(8, 106, 1);
}

.product .category-list {
    height: 300px;
    text-align: center;
    border: none;
    background-color: #ffffff;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 8px 24px;
}

.category-item-slide .offerSquareImage {
    height: 564px;
}

.category-item-slide .offerSquareImage img {
    height: 100%;
}

@media screen and (max-width: 991px) {
    .features .trend-product .card .feature-image .cat-image {
        padding: 23px;
    }

    .features .trend-product .card .feature-image .cat-image-hover {
        padding: 20px;
    }

    .category-item-slide .offerSquareImage {
        height: 385px;
    }
}

@media screen and (max-width: 576px) {
    .category-item-slide .offerSquareImage {
        height: 300px;
    }
}

.carousel-control-prev-icon {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M34.5 239L228.9 44.7c9.4-9.4 24.6-9.4 33.9 0l22.7 22.7c9.4 9.4 9.4 24.5 0 33.9L131.5 256l154 154.8c9.3 9.4 9.3 24.5 0 33.9l-22.7 22.7c-9.4 9.4-24.6 9.4-33.9 0L34.5 273c-9.4-9.4-9.4-24.6 0-33.9z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
    border-radius: 100%;
    width: 10px;
    height: 10px;
}

/* Cart-detail */
.selected-items .table th {
    font-size: 18px;
}

.cart-item-image {
    align-items: center;
    text-align: center;
}

.cart-item-image img {
    height: 90px;
    width: 90px;
}

.selected-items .card .card-body .card-text {
    margin-bottom: .2rem;
    font-size: 16px;
}

.selected-items td .quantity {
    vertical-align: middle;
}

.selected-items td .quantity input {
    max-width: 50px;
    border: 1px solid rgba(155, 155, 155, 0.453);
    padding: 10px;
    text-align: center;
}

.selected-items td .quantity .step-btns {
    width: 30px;
    height: 46px;
    border: 1px solid rgba(155, 155, 155, 0.453);
    border-left: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.selected-items td .quantity .step-btns::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(155, 155, 155, 0.453);
}

.selected-items td .quantity .step-btns button {
    font-size: 12px;
    padding: 0;
    display: block;
    border: none;
    color: rgb(0, 0, 0);
    background: transparent;
}

.selected-items .delete-icon,
.action {
    text-align: center;
}

.cart-buttons {
    display: flex;
    justify-content: space-between;
}

.cart-buttons .button {
    background: rgb(8, 106, 1);
    font-size: 18px;
    padding: 10px;
}

.cart-buttons .button a {
    color: white;
}

/* Inquire Page */
.inquire-form {
    padding: 35px;
    border: 1px solid rgba(163, 163, 163, 0.452);
}

.inquire-form .form-control {
    border: 1px solid rgba(163, 163, 163, 0.452);
    border-radius: 0;
    padding: 15px 10px;
    box-shadow: none;
}

.inquire-form input::placeholder {
    color: rgba(131, 131, 131, 0.452);
}

.inquire-form button {
    background: rgb(8, 106, 1);
    font-size: 15px;
    padding: 5px;
    color: white;
    border-radius: 0;
    margin-top: 15px;
}

/* Inquire-detail */
.inquire-detail .details h5 {
    color: rgb(8, 106, 1);
    font-size: 22px;
}

.inquire-detail ul {
    padding: 0;
}

.inquire-detail ul li>span {
    color: rgba(114, 114, 114, 0.783);
    font-weight: 500;
}

.inquire-detail .t-amount {
    font-size: 18px;
    font-weight: 500;
}

/* toast */
.toast-header i {
    margin-right: 10px;
    color: rgb(8, 106, 1);
}

.toast-header .meassage {
    color: rgb(8, 106, 1);
}

.toast-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(58, 243, 45, 0.144);
}

.toast-body i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    background: rgba(29, 233, 14, 0.446);
    border-radius: 50%;
}

.toast-body p {
    margin-bottom: 0;
}

/* Brand Page */
.brand-image img {
    height: 165px;
}

/* Contact Page */
.font-family {
    font-family: 'McLaren', cursive;
}

form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}

.ct-form-wrapper,
.address-single {
    padding: 50px 0;
}

.address-single h5 {
    margin-bottom: 30px;
}

.theme-input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 14px 24px;
    background-color: #F6F6F6;
    font-weight: 300;
}

.primary-btn {
    position: relative;
    background-color: #121111;
    color: #ffffff;
    border: 1px solid transparent;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.template-btn {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    overflow: hidden;
    padding: 15px 30px;
}

.ct-contact-form input,
.ct-contact-form textarea {
    border: 1px solid #121111;
    font-style: italic;
    margin-bottom: 25px;
    color: #121111;
}

.ct-contact-form input::-webkit-input-placeholder,
.ct-contact-form textarea::-webkit-input-placeholder {
    color: #121111;
}

.ct-contact-form input:-ms-input-placeholder,
.ct-contact-form textarea:-ms-input-placeholder {
    color: #121111;
}

.ct-contact-form input::-ms-input-placeholder,
.ct-contact-form textarea::-ms-input-placeholder {
    color: #121111;
}

.ct-contact-form input::placeholder,
.ct-contact-form textarea::placeholder {
    color: #121111;
}
.inquireForm input::placeholder,
.inquireForm textarea::placeholder {
    color: #3f3f3f;
}

.contact-address .contact-icon {
    border: 1px solid #121111;
    font-style: italic;
    margin-bottom: 25px;
    color: #121111;
    background-color: #F6F6F6;
    width: max-content;
    padding: 20px 25px;
}

.contact-address {
    padding: 0 20px;
}

.cart-description {
    font-style: italic;
}
.cart-description span {
    margin-right: 20px;
    color: #121111;
}
.cart-description span::before {
    margin-top: -20px;
    position: absolute;
}
@media screen and (max-width: 991px) {
    .brand-image img {
        height: 100px;
    }
} 
@media screen and (max-width: 576px) {
    .contact-address {
        padding: 0 10px;
    }
    .brand-image img {
        height: 100px;
    }
    .contact-address .contact-icon {
        padding: 13px 17px
    }

    .ct-form-wrapper,
    .address-single {
        padding: 30px 0;
    }

    .inner-banner {
        padding: 18px 0;
    }
}

/* Back-to-top */
.back-to-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 50px;
    right: 75px;
    width: 50px;
    height: 50px;
    margin: 0px;
    color: #ffffff;
    font-size: 18px;
    background: #6bdf2c;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.back-to-top a:hover {
    color: #ffffff;
}

.back-to-top a:focus {
    color: #ffffff;
}

.back-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 50px;
    height: 50px;
    margin: 0px;
    color: #ffffff;
    font-size: 18px;
    background: #6bdf2c;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

@media screen and (max-width: 576px) {
    .back-to-top a {
        width: 40px;
        height: 40px;
        right: 65px;
    }

    .back-btn a {
        width: 40px;
        height: 40px;
    }
}