body {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Signika", sans-serif;
    margin-top: 0;
    font-weight: 700;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: currentColor;
}

a:hover {
    color: currentColor;
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

p {
    font-size: 16px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #374c84;
    z-index: 9999;
}

.container {
    max-width: 1160px;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

.btn-custom {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    text-align: center;
    color: #ff2938;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 26px;
    transition: all 0.3s;
}

.btn-custom:hover {
    background: none;
    color: #fff;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/

.navbar.main-menu {
    margin-bottom: 0;
    padding: 0;
}

.navbar-brand {
    height: auto;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.navbar-brand img {
    transition: all 0.3s;
    height: 100px;
}

nav.navbar.navbar-default {
    background: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    z-index: 101;
    padding: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

nav.bootsnav.navbar-full .navbar-toggle {
    background: none;
    top: 28px;
    transition: all 0.3s ease-in-out;
}

.offcanvas-menu li {
    padding: 0;
    margin: 0 2px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.nav li {
    position: relative;
}

.offcanvas-menu ul > li > a {
    font-weight: 300;
    text-transform: normal;
    letter-spacing: 0.05em;
    padding: 12px 10px;
    position: relative;
    border: 1px solid transparent;
}

.nav ul li {
    transition: all 0.4s;
    margin: 0;
}

.nav ul li:hover {
    background: rgba(255, 255, 255, 0.14);
}

.nav ul li a:hover {
    color: #000;
}

.nav ul li a {
    border: none !important;
}

.nav .active a {
    background: none !important;
    color: #374c84 !important;
    transition: all 0.3s;
}

.nav ul li a {
    display: block;
    color: #fff;
    padding: 12px 20px;
}

.nav .active ul li a {
    border: none !important;
}

.nav ul ul {
    left: 100%;
    top: 0;
    margin-top: -1px;
}

.nav ul li {
    padding: 0;
    font-size: 14px;
    text-transform: normal;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nav ul li:last-child {
    border-bottom: none;
}

nav.navbar.sticky-header {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-header .navbar-brand img {
    height: 72px;
}

nav.bootsnav.sticky-header .navbar-toggle {
    top: 6px;
}

.attr-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.sticky-header .attr-nav img {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
}

nav.bootsnav.navbar-full .navbar-collapse .wrap-full-menu {
    background: rgba(255, 255, 255, 0.9);
}

.navbar-default .navbar-nav > li > a:hover {
    color: #000;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.sticky-header .navbar-nav > li > a {
    color: #fff;
}

.offcanvas-menu.offcanvas {
    width: 280px;
    background: #242424;
}

.offcanvas-menu .nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas-menu .nav-menu ul li {
    padding: 6px 15px;
}

.offcanvas-menu .nav-menu ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.offcanvas-menu .nav-menu ul li a:hover {
    color: #374c84;
}

.offcanvas-menu .close-side {
    color: #fff;
    padding: 15px;
    text-align: right;
}

.offcanvas-menu .close-side:hover {
    color: #374c84;
}

/************************************/
/*****   03. Slider area css    *****/
/************************************/

.banner {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    padding: 300px 0 200px;
}

.banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(136, 193, 223, 0.87);
}

.banner .row {
    position: relative;
    z-index: 1;
}

.header-social {
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
}

.header-social-link {
    position: absolute;
    top: 22%;
    width: 100%;
}

.header-social-link:before {
    content: "";
    display: block;
    width: 1px;
    height: 200%;
    top: -210%;
    position: absolute;
    left: 15px;
    background: #fff;
}

.header-social-link:after {
    content: "";
    display: block;
    width: 1px;
    height: 300%;
    bottom: -310%;
    position: absolute;
    left: 15px;
    background: #fff;
}

.header-social-link a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 4px 0;
}

.header-content h2 {
    color: #374c84;
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.header-content h2 span {
    background: #fff;
    padding: 0 10px;
}

.header-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}
.btn-default {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: normal;
    padding: 8px 14px;
    margin-top: 10px;
    transition: all 0.3s;
    border-radius: 10px;
    border: none;
}

.btn-default:hover {
    transition: all 0.3s;
}

/* Buton renk seçeneklerini tanımlıyoruz */
.btn-shopnow {
    background: #fff;
    color: #374c84;
    border: none;
}

.btn-shopnow:hover {
    background: #374c84;
    color: #fff;
}

.btn-shopnow2 {
    border: 1px solid #fff;
    color: #374c84;
}

.btn-shopnow2:hover {
    border-color: #374c84;
    background: #374c84;
    color: #fff;
}

.btn-shopnow3 {
    background: #374c84;
    color: #fff;
}

.btn-shopnow3:hover {
    background: #fff;
    color: #374c84;
}

.btn-shopnow4 {
    border: 1px solid #374c84;
    color: #374c84;
}

.btn-shopnow4:hover {
    border-color: #374c84;
    background: #374c84;
    color: #fff;
}

.header-image {
    text-align: center;
}

/*******************************************/
/*****   04. About Product area css    *****/
/*******************************************/

.about-product {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 50px;
    color: #242424;
    line-height: 1.4em;
}

.section-title h2 span {
    position: relative;
    z-index: 1;
}

.section-title h2 span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 13px;
    height: 8px;
    background: #fff;
    z-index: -1;
}

.section-title p {
    font-size: 16px;
    line-height: 1.8em;
    color: #7c7c7c;
}

.about-product .section-title {
    text-align: left;
}

.about-entry {
    padding-top: 20px;
}

.about-entry p {
    font-size: 14px;
    color: #b8b6b6;
    line-height: 1.8em;
    margin-bottom: 1.5em;
}

.about-feature {
    margin-top: 60px;
}

.about-feature-single {
    text-align: center;
}

.about-feature-single .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px auto 0;
    background: #374c84;
    position: relative;
}

.about-feature-single .icon-box i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
}

.about-feature-single h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #242424;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1.4em;
}

/**************************************/
/*****   05. Services area css    *****/
/**************************************/

.services {
    padding: 80px 0;
    position: relative;
}

.services:before {
    background: url("../img/background.jpg") no-repeat center center;
    background-size: contain;
    background-size: 100%;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.services-container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.service-single {
    text-align: center;
    margin-bottom: 40px;
}

.service-single .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 12px auto 0;
    background: #374c84;
    position: relative;
}

.service-single .icon-box img {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-single h3 {
    margin: 20px 0;
    font-size: 26px;
    color: #242424;
    font-weight: 600;
}

.service-single p {
    font-size: 16px;
    color: #121212;
    line-height: 1.8em;
}

/**************************************/
/*****   06. Features area css    *****/
/**************************************/

.features {
    padding: 80px 0;
}

.feature-single {
    border-bottom: 1px solid #f4f2f2;
    padding: 60px 0;
}

.feature-single:last-child {
    border: none;
    padding-bottom: 0;
}

.feature-entry {
    padding-top: 20px;
}

.feature-entry h3 {
    color: #374c84;
    font-size: 30px;
    font-weight: 600;
}

.feature-entry h4 {
    color: #242424;
    font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.feature-entry p {
    color: #aba9a9;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 1.5em;
}

.feature-entry h5 {
    color: #374c84;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.feature-image {
    text-align: center;
}

.feature-image img {
    border-radius: 50%;
}

/**************************************/
/*****     07. FAQs area css      *****/
/**************************************/

.faqs {
    padding: 80px 0;
}

.faq-container {
    max-width: 940px;
    margin: 0 auto;
}

.faq-category h3 {
    font-size: 30px;
    color: #374c84;
    font-weight: 600;
}

.faq-single {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.faq-single .accordion {
    margin-top: 0;
    box-shadow: none;
    background: none;
}

.faq-single .accordion-item {
    background: none;
    border: none;
    margin-bottom: 10px;
}

.faq-single .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-single .accordion-header h4 {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    color: #242424;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
}

.faq-single .accordion-body {
    padding: 20px;
    border: none !important;
    background: #fff;
}

.faq-single .accordion-body p {
    font-size: 16px;
    line-height: 1.8em;
    color: #6b6a6a;
}

.faq-single .accordion-body p:last-child {
    margin-bottom: 0;
}

.faq-last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/*****************************************/
/*****  08. Why choose use area css  *****/
/*****************************************/

.why-choose {
    background: url(../images/why-choose-bg.jpg) no-repeat right center;
    background-size: auto 100%;
    padding: 80px 0;
    position: relative;
}

.why-choose:before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #374c84;
}

.why-choose .container {
    position: relative;
    z-index: 1;
}

.why-choose-container {
    background: #fff;
    padding: 40px 60px;
}

.why-choose-single {
    text-align: center;
}

.why-choose-single .icon-box {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px auto 0;
    background: #374c84;
    position: relative;
}

.why-choose-single .icon-box i {
    font-size: 66px;
    color: #160f00;
    position: absolute;
    top: -24px;
    left: 10px;
}

.why-choose-single h3 {
    font-size: 16px;
    color: #242424;
    font-weight: 600;
    margin-top: 16px;
}

.why-choose-single p {
    font-size: 16px;
    color: #bbb7b7;
    line-height: 1.5em;
}

/*****************************************/
/*****   09. Testimonials area css   *****/
/*****************************************/

.testimonials {
    padding: 80px 0;
    background: #f4f2f2;
}

.testimonial-single {
    background: #fff;
    padding: 30px;
}

.testimonial-single:after {
    content: "";
    display: block;
    clear: both;
}

.testimonial-left {
    width: 32%;
    float: left;
    padding-top: 20px;
    text-align: center;
}

.testimonial-left h3 {
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 6px;
}

.testimonial-left p {
    font-size: 16px;
    color: #b3b3b3;
    text-transform: normal;
}

.testimonial-left .ratting {
    border-top: 1px solid #374c84;
    padding-top: 10px;
    color: #374c84;
}

.testimonial-right {
    width: 64%;
    float: right;
}

.testimonial-right p {
    font-size: 14px;
    color: #b3b3b3;
    line-height: 1.5em;
    margin-bottom: 0;
}

.testimonial-button {
    text-align: center;
    padding-top: 30px;
}

.testimonial-button-prev,
.testimonial-button-next {
    display: inline-block;
    padding: 0 16px;
    font-size: 26px;
    color: #242424;
    cursor: pointer;
}

/*****************************************/
/*****    10. Contact us area css    *****/
/*****************************************/

.contact {
    padding: 80px 0;
}

.contact-form {
    max-width: 568px;
    margin: 0 auto 60px;
}

.contact-form .form-control {
    box-shadow: none;
    border-radius: 0;
    border: none;
    background: #f4f2f2;
    font-size: 14px;
    height: auto;
    padding: 10px 14px;
    resize: none;
    border-radius: 10px;
}

.btn-contact {
    border: none;
    background: #374c84;
    color: #fff;
    font-size: 14px;
    text-transform: normal;
    letter-spacing: 0.08em;
    padding: 10px 20px;
    outline: 0;
    border-radius: 10px;
}

.btn-contact:focus,
.btn-contact:hover {
    outline: 0;
    background: #242424;
}

.country-box {
    position: relative;
    margin-bottom: 30px;
}

.country-box img {
    width: 100%;
}

.country-box {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

.country-box:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.country-box h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.contact-single h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #374c84;
    font-weight: 600;
}

.contact-single h3 i {
    margin-right: 10px;
}

.contact-single p {
    color: #aba9a9;
    line-height: 1.5em;
}

.with-errors ul {
    padding: 0;
    margin: 0;
    color: #a94442;
}

/*************************************/
/*****    11. Footer area css    *****/
/*************************************/

footer {
    background: #374c84;
    padding: 20px 0;
}

.footer-site-info p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.footer-site-info p a {
    color: #374c84;
}

.footer-menu {
    text-align: center;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.footer-menu ul li a:hover {
    color: #121212;
}

.footer-social {
    text-align: right;
}

.footer-social a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    transition: all 0.3s ease-in-out;
}

.footer-social a:hover {
    color: #121212;
}

.copyright {
    padding: 10px 0;
    background: #242424;
}

.copyright p {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}

.footer-copyright img {
    width: 50px;
}

/************************************/
/*****    12. Media Screens     *****/
/************************************/

@media only screen and (max-width: 1200px) {
    .header-social {
        left: 6px;
    }
}

@media only screen and (max-width: 991px) {
    .header-social {
        display: none;
    }

    nav.bootsnav.navbar-full .navbar-header {
        padding-left: 0;
        padding-right: 0;
    }

    .header-content h2 {
        font-size: 36px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .section-title h2 span:before {
        height: 6px;
        bottom: 10px;
    }

    .services:before {
        opacity: 0.2;
    }

    .why-choose {
        background-size: cover;
    }

    .contact-single {
        margin-bottom: 30px;
    }
}

/* Mobile Layout */
@media only screen and (max-width: 767px) {
    nav.bootsnav.navbar-full .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    nav.bootsnav.navbar-full ul.nav > li > a {
        font-size: 14px !important;
        letter-spacing: 0.04em !important;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .section-title h2 span:before {
        height: 4px;
        bottom: 8px;
    }

    .section-title p br {
        display: none;
    }

    .header-content {
        margin-bottom: 40px;
    }

    .header-content h2 {
        font-size: 26px;
    }

    .banner {
        padding: 180px 0 60px;
    }

    .about-product,
    .services,
    .features,
    .faqs,
    .why-choose,
    .testimonials,
    .contact {
        padding: 60px 0;
    }

    .about-feature-single {
        margin-bottom: 30px;
    }

    .service-single h3 {
        font-size: 22px;
    }

    .features .section-title {
        margin-bottom: 0;
    }

    .feature-single {
        padding: 40px 0;
    }

    .feature-single .pull-right {
        float: none !important;
    }

    .feature-image {
        margin-bottom: 30px;
    }

    .feature-entry h3 {
        font-size: 24px;
    }

    .feature-entry h4 {
        font-size: 18px;
    }

    .why-choose-container {
        padding: 40px 30px 10px;
    }

    .why-choose-single {
        margin-bottom: 40px;
    }

    .testimonial-left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .testimonial-right {
        float: none;
        width: 100%;
    }

    .country-box h3 {
        font-size: 26px;
    }

    .contact-single h3 {
        font-size: 18px;
    }

    .footer-site-info {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-social {
        text-align: center;
        margin-top: 10px;
    }
}

/* Small Mobile Layout */

@media only screen and (max-width: 480px) {
    .faq-category h3 {
        font-size: 26px;
    }

    .faq-single .panel-heading a {
        font-size: 18px;
    }
}

.complete-purchase {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #374c84;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 20px;
}
.complete-purchase a {
    border: none;
    background: #121212;
    color: #fff;
    font-size: 14px;
    text-transform: normal;
    letter-spacing: 0.08em;
    padding: 10px 20px;
}

.cart-item h5 {
    margin: 0 10px;
}

.cart-item button {
    margin: 0 5px;
}

.cart-item .input-group {
    flex-wrap: nowrap;
}

.cart-item .input-group .btn-contact {
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
}

.cart-item .input-group input {
    width: 50px;
    flex: none;
    text-align: center;
}

.breadcrumb-area {
    background: rgba(136, 193, 223, 0.87);
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about-sec {
    height: 100vh;
}

.basket {
    height: 100vh;
    padding-top: 100px;
}

.card-brand {
    opacity: 0.7;
    font-size: 13px;
    font-weight: 500;
}

.card-title {
    font-size: 16px;
}
.products {
    padding: 80px 0;
}

.sticky-header .fa-shopping-bag {
    color: #374c84 !important;
}

.sticky-header .badge {
    color: #374c84 !important;
}

.cart-menu {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    display: block;
    padding: 20px;
    overflow-y: auto;
    transition: right 0.3s ease;
    z-index: 9999;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cart-footer-div {
    position: absolute;
    bottom: 10px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.close-cart-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

#cart-items {
    list-style: none;
    padding: 0;
}

#cart-items li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.cart-icon {
    cursor: pointer;
}

header .custom-menu {
    background-color: #fff;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
}

header .header-li {
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: #374c84;
    overflow: hidden;
    transition: color 0.3s ease;
}

header .header-li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #374c84;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

header .header-li:hover::before {
    width: 100%;
    left: 0;
    transform: translateX(0);
}

header .header-li:hover a {
    color: #16317c;
}

.card {
    border-color: #374c8422;
}

.card .btn-contact i {
    font-size: 12px;
}

.card {
    position: relative;
}

.card-badge {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.card-badge img {
    width: 60px;
}

@media screen and (max-width: 992px) {
    body {
        overflow-x: hidden;
    }
    .services:before {
        background-image: none;
        display: none;
    }

    .card .btn-contact {
        font-size: 12px;
    }
}

#content {
    height: 100vh;
}

input::placeholder {
    color: #16317c68;
    font-size: 12px;
}
.form-control:focus {
    box-shadow: none;
}
textarea::placeholder {
    color: #16317c68;
    font-size: 12px;
}
label {
    font-size: 12px;
}

#userDropdown i {
    font-size: 18px;
}

#userDropdown .fa-caret-down {
    font-size: 12px;
}

#dropdownMenu {
    position: absolute;
    top: 110%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100px;
    border-radius: 10px;
}
#dropdownMenu .dropdown-item {
    font-size: 14px;
    font-weight: 500;
}
#dropdownMenu .dropdown-item:hover {
    color: #374c84;
}

.image-div {
    border: 1px solid #374c844d;
    border-radius: 10px;
}
.image-div img {
    border-radius: 10px;
    padding: 3px;
    cursor: pointer;
}

.gallery-ul li {
    border: 1px solid #374c844d;
    border-radius: 10px;
    cursor: pointer;
}

.gallery-ul li img {
    border-radius: 10px;
    padding: 3px;
    width: 100px;
    height: 100px;
}

.details .card-text {
    font-size: 30px;
}

.original-price h5 {
    font-size: 16px;
    color: #374c84;
    margin-bottom: 0px;
}
.original-price span {
    text-decoration: line-through;
}
.discount-price {
    color: #374c84;
    font-weight: 600;
    font-size: 18px;
}

#coupon_code-2 {
    font-size: 13px;
}

#coupon_code-2:focus {
    border-color: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

.coupon-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: #111a24;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    border-radius: 10px;
}

#coupon-message {
    font-size: 13px;
}

#remove-coupon {
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
}

.coupon-card {
    width: 380px;
    height: 180px;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 10px 10px;
    position: relative;
}

.coupon-card .main,
.copy-button {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}

.coupon-card ::after {
    position: absolute;
    content: "";
    height: 40px;
    right: -20px;
    border-radius: 40px;
    z-index: 1;
    top: 70px;
    background-color: #fff;
    width: 40px;
}

.coupon-card ::before {
    position: absolute;
    content: "";
    height: 40px;
    left: -20px;
    border-radius: 40px;
    z-index: 1;
    top: 70px;
    background-color: #fff;
    width: 40px;
}

.coupon-card .co-img {
    width: 100%;
}

.coupon-card .co-img img {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coupon-card .vertical {
    border-left: 5px dotted #374c84;
    height: 80px;
    position: absolute;
    left: 40%;
}

.coupon-card .content h1 {
    font-size: 35px;
    margin-left: -20px;
    color: #565656;
}

.coupon-card .content h1 span {
    font-size: 18px;
}

.coupon-card .content h2 {
    font-size: 18px;
    margin-left: -20px;
    color: #565656;
    text-transform: uppercase;
}

.coupon-card .content p {
    font-size: 16px;
    color: #696969;
    margin-left: -20px;
}

.coupon-card .copy-button {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}

.coupon-card .copy-button input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 10px;
}

.coupon-card .copy-button button {
    padding: 5px 20px;
    background-color: #374c84;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
}

.marquee-div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 60px;
    overflow-x: hidden;
    background-color: #374c84;
    z-index: 10;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.track {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 17s linear infinite;
}

.marquee .content {
    display: inline-block;
    gap: 10px;
}

.fa-paw {
    color: #fff;
    font-size: 18px;
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

.coupon-div {
    position: relative;
}
.coupon-div button {
    position: absolute;
    right: 5px;
    top: 2px;
}

.input-group-text {
    cursor: pointer;
    background-color: #374c84;
    color: #fff;
    font-size: 12px;
}

.dropdown-item:active {
    background-color: #374c84;
    color: #fff;
}

.badge-primary {
    background-color: #374c84;
}
#cart-items-duplicate {
    height: 400px;
    overflow-y: auto;
}

@media screen and (max-width: 992px) {
    .cart-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .cart-icon .badge {
        font-size: 12px;
        padding: 0px 5px;
    }
    .navbar-brand img {
        height: auto;
    }
    .sticky-header .navbar-brand img {
        height: auto;
    }
    #content {
        height: auto;
    }
    .mobile-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: rgba(136, 193, 223, 0.87);
        padding: 10px 20px;
    }
    .mobile-btn p {
        color: #fff;
    }
    .account .h-100 {
        height: 100vh !important;
    }
    .orders .h-100 {
        height: 100vh !important;
    }
    .signup .h-100 {
        height: 100vh !important;
    }
    .signin .h-100 {
        height: 100vh !important;
    }
    .forgotpass .h-100 {
        height: 100vh !important;
    }
    .orders .h-100 {
        height: 100vh !important;
    }
}
