:root {

    --text-color: #292929;
    --text-white: #fff;
    --text-secondary-color: #737274;
    --primary-color: #3b5bcc;
    --secondary-color: #1a318e;
    --bg-primary-color: #3b5bcc;
    --bg-secondary-color: #103178;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Parkinsans", sans-serif;

}

.container {
    max-width: 1310px !important;
    margin: auto;
    width: 95%;
}

a {
    color: var(--text-color);
    text-decoration: none;
    outline: 0
}

a::after {
    text-decoration: none;
    outline: 0
}

a::active {
    text-decoration: none;
    outline: 0
}

a:hover {
    text-decoration: none
}

a:active,
a:focus,
a:visited {
    text-decoration: none;
    outline: 0
}

button:focus,
input:focus,
select:focus {
    outline: 0
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-primary-SemiBold);
    font-weight: 600;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

ul {
    margin: 0;
}

ul li {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.section {
    padding: 50px 0;
}

header {
    background-color: var(--bg-secondary-color);
    color: white;
}

.header-mid {
    background: #fff;
}

/* Main Header */
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    gap: 60px;
    flex-wrap: wrap;
}

.price-button input {
    display: none;
}

.cart-intro p {
    font-size: 11px;
    color: #b1b1b1;
    line-height: 12px;
    margin: 0 0 4px;
    font-weight: 500;
}

.logo {
    font-size: 28px;
    font-weight: bold;
}

.logo a {
    color: white;
}

.search-bar {
    background: #f3f9ff;
    display: flex;
    justify-content: space-between;
    flex: 0 0 46%;
    flex-wrap: wrap;
}

.search-bar-left {
    flex: 0 0 26%;
}

.search-bar-rgt {
    flex: 0 0 74%;
}

.search-bar-rgt input {
    background: transparent;
    border: none;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    color: #000;
    font-size: 15px;
}

.search-bar-rgt input::placeholder {
    color: #000;
    opacity: .3;
}

.search-bar-left select {
    width: 100%;
    background: transparent;
    border: none;
    border-right: 1px solid #d2d2d2;
    opacity: .6;
    color: #000000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select-arrow.jpg) no-repeat right 10px center;
    background-size: 12px;
    padding-right: 15px;
    font-size: 14px;
    letter-spacing: -.5px;
}

.search-bar {
    background: #f3f9ff;
    display: flex;
    flex: 0 0 40%;
    height: 45px;
    align-items: center;
    border-radius: 60px;
    padding: 0 16px;
    position: relative;
}

.search-bar img {
    position: absolute;
    right: 18px;
    top: 13px;
}

.main-header .cart {
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 0px;
    flex: 0 0 50%;
    justify-content: flex-end;
}

.cart-intro p {
    font-size: 11px;
    color: #444;
    opacity: .4;
}

a.logo {
    color: #fff;

    display: flex;
    align-items: center;
}

a.logo img {
    max-height: 30px;
}

.main-header .cart figure {
    width: auto;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 52px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2f6fb;
    gap: 9px;
    padding: 0 10px;
}

.main-header .cart-badge {
    position: absolute;
    top: -6px;
    right: 60px;
}

.main-header .cart-price {
    margin-left: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #127cb9;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    line-height: 18px;
}

.cart-intro {
    text-align: center;
}

.main-header .cart-count {
    color: #2f8dc2;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
}

/* Navigation */
.menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.main-nav {
    background-color: var(--bg-secondary-color);
    padding: 0px 0;
}

.main-nav ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 70px;
    z-index: 11;
    margin: 0;
}

.main-nav ul li {
    margin: 0 0px;
    position: relative;
}

.main-nav ul li span {
    position: absolute;
    right: -15px;
    top: 8px;
    transition: .5s;
    height: auto;
}

.main-nav ul li:hover ul {
    visibility: visible;
}

.menu-dropdown-list {
    position: absolute;
    top: 47px;
    left: 0px;
    background: #fff;
    padding: 10px 20px;
    z-index: 1;
    flex-direction: column;
    box-shadow: 0 0 16px 0 #5a5a5a;
    width: 300px;
    visibility: hidden;
    align-items: stretch !important;
}

.menu_box li {
    margin: 0 !important;
}

.menu_box li a {
    color: #000 !important;
    padding: 5px 0 !important;
}

.main-nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 13px 0;
    display: inline-block;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.main-nav ul li a i {
    margin-left: 5px;
}

.kamagra-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 445px;
}

.banner-image-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    align-content: center;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.banner-content {
    width: 42%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.banner-content .tagline {
    font-size: 32px;
    margin-bottom: 10px;
    color: var(--text-white);
    line-height: 32px;
}

.banner-content h1 {
    font-size: 101px;
    font-family: var(--font-secondary);
    color: var(--text-white);
    text-align: end;
    font-weight: 700;
    line-height: 100px;
    margin: 0;
}

.banner-content h2 {
    font-size: 32px;
}

.delivery-time {
    margin: 0px 0 20px;
    font-size: 50px;
    color: var(--text-white);
    line-height: 62px;
    text-transform: uppercase;
}

.delivery-time span {
    display: block;
}

.btn-discover {
    display: inline-block;
    padding: 0;
    background-color: #fdc400;
    color: #fff;
    text-decoration: none;
    border-radius: 0px;
    font-weight: bold;
    transition: background 0.3s ease;
    width: 350px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border-radius: 50px;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-discover:hover {
    background-color: var(--bg-secondary-color);
    color: #fff;
}


.animate-fade {
    animation: fadeIn 1.5s ease forwards;
    opacity: 0;
}

.animate-slide {
    animation: slideUp 1.5s ease forwards;
    transform: translateY(30px);
    opacity: 0;
}

.animate-bounce {
    animation: bounceIn 2s ease forwards;
    opacity: 0;
}

/* Animation Keyframes */
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    60% {
        opacity: 1;
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.best-offer-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.products-main {
    width: 100%;
}

.products {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    list-style: none;
}

.product-card {
    border: 1px solid #b8b4b4;
    padding: 10px;
    border-radius: 8px;
    flex: 0 0 22.7%;
    background: #ffffff;
    position: relative;
    transition: transform 0.3s ease;
}

.product-card-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product-card:hover {
    transform: translateY(-5px);
}

.best-offer h2 span {
    color: var(--bg-secondary-color);
    font-size: 19px;
    font-family: var(--font-primary-SemiBold);
}

.best-offer h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 25px;
}

.best-offer .btn {
    display: inline-block;
    background-color: #333;
    color: white;
    padding: 0px 0px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    border: none;
    border-radius: 0px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.btn:hover {
    background-color: var(--bg-primary-color);
}

.products-main .btn {
    display: inline-block;
    background-color: #103178;
    color: white;
    padding: 0px 0px;
    margin-top: 0px;
    text-align: center;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    height: 42px;
    line-height: 42px;
    max-width: 110px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.products-main .btn span {
    display: inline-block;
}

.products-main .btn img {
    margin: 12px 0 0 !important;
    height: auto !important;
    mix-blend-mode: unset;
}

li.product-card figure {
    background: #f9f9f9;
    margin: 10px 0;
    padding: 10px
}

.product-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 140px;
    mix-blend-mode: multiply;
}

li.product-card .product-card-star span {
    border: 1px solid #f6be12;
    color: #f6be12;
    display: inline-block;
    height: 25px;
    width: 80px;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.product-card-star {
    text-align: end;
    display: flex;
    justify-content: end;
}

.bitcoin-text h4 {
    font-size: 13px;
    color: #667678;
    font-size: 13px;
    font-weight: 500;
}

.bitcoin-text h4 span {
    width: auto;
    height: 24px;
    background: #103178;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    margin-left: 5px;
    color: #fff;
    font-weight: 500;
    padding: 0 10px;
}

.product-card h3 {
    font-size: 20px;
    margin: 0px 0 15px;
    color: #465058;
}

.product-card h3 a {
    color: #465058;
}

.product-card .price {
    color: #555555;
    font-size: 14px;
    flex: 0 0 calc(100% - 110px);
    width: calc(100% - 110px);
    line-height: 20px;
    font-weight: 300;
}

.products-main h2 {
    font-size: 36px;
    font-weight: 500;
    font-family: var(--font-primary-regular);
    text-align: center;
    line-height: 40px;
    margin: 0 0 40px;
    color: #103178;
}

.products-main h2 span {
    text-decoration: underline;
    font-family: var(--font-primary-regular);
}

.products.popular-medicine-products li {
    flex: 0 0 18.7%;
}

.popular-medicine h2 {
    font-size: 36px;
    font-weight: 500;
    font-family: var(--font-primary-regular);
    text-align: center;
    line-height: 40px;
    margin: 0 0 40px;
    color: #103178;
}

.popular-medicine h2 span {
    text-decoration: underline;
}

.popular-medicine.products-main {
    width: 100%;
}


/*----------------------------------------------*/
.bitcoin-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    border-radius: 8px;
    overflow: hidden;
    padding: 42px 55px;
    animation: fadeSlideIn 1.2s ease-in-out;
    background-image: url(../images/bitcoin-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 89%;
    margin: auto;
}

.bitcoin-text {
    flex: 1;
}

.bitcoin-text h2 {
    font-size: 22px;
    margin: 0 0 10px;
}

.bitcoin-text h2 span {
    font-weight: 700;
    color: var(--text-white);
    font-family: var(--font-primary-Bold);
}

.bitcoin-text p {
    margin: 5px 0 0;
    font-size: 17px;
    color: #323232;
    font-weight: 500;
}

.bitcoin-text p span {
    color: #e74c3c;
}


@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.products.combinatie-pakketten-product li figure {
    background: #fafafa;
    width: 100%;
    float: left;
    padding: 10px;
}

.products.combinatie-pakketten-product li figure img {

    margin: 0;
}

.products.combinatie-pakketten-product li div {
    padding: 20px 25px;
    float: left;
    text-align: center;
}

.products.combinatie-pakketten-product {
    justify-content: space-between;
}

.products.combinatie-pakketten-product li {
    flex: 0 0 23%;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}

.products.combinatie-pakketten-product li h3 {
    font-size: 17px;
    font-family: var(--font-primary-regular);
    font-weight: 400;
    margin-bottom: 5px;
}

.products.combinatie-pakketten-product li div p {
    font-size: 18px;
    color: var(--text-color);
    margin: 7px 0 5px;
}

.products.combinatie-pakketten-product li div p span {
    color: var(--primary-color);
    font-family: var(--font-primary-SemiBold);
    font-weight: 600;
}

/*-------------about section------------*/
.about-section {
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1s forwards;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.mid-bg {
    background-image: url(../images/mid-bg.jpg);
    background-repeat: no-repeat;
    padding: 60px 0;
    background-color: #ecf4f3;
    background-position: top;
}

.text-column.text-column-2 p {
    margin: 0 !important;
    font-weight: 500;
}

.about-section.about-section3 {
    margin: 30px 0 0;
}

.about-section.about-section3 p {
    font-weight: 500;
}

.about-section h2 {
    font-size: 36px;
    width: 100%;
    margin-bottom: 20px;
    color: var(--text-color);
    line-height: 46px;
    color: #fff;
}

.about-section .text-column {
    flex: 0 0 50%;

}

.about-section .text-column p {
    text-align: justify;
    margin-bottom: 25px;
}

.image-column.image-column-text p {
    margin: 0 0 25px;
    color: #fff;
    text-align: justify;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
}

span.product-card-star img {
    max-height: 15px !important;
}

span.product-card-star img {
    max-height: 15px !important;
    width: auto !important;
}

.about-section .image-column {
    flex: 0 0 49%;
}

.about-section.about-section2 {
    margin: 40px 0 0;
    justify-content: space-between;
}

.text-column.text-column-2 {
    flex: 0 0 47% !important;
    background: #fff;
    padding: 45px 35px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.image-column.image-column-2 {
    flex: 0 0 47% !important;
    background: #fff;
    padding: 45px 35px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.about-section .image-column img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.about-section .image-column img:hover {
    transform: scale(1.05);
}

.about-heading {
    font-size: 32px;
    margin: 0 0 20px;
    font-family: var(--font-primary-regular);
    font-weight: 400;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*---------------------------- review section -----------------------------------*/

.review-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.review-section h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: var(--text-color);
}

.review-section .card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 0 10px;
}

.review-section .card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    text-align: left;
    line-height: 1.7;
    animation: fadeUp 1s ease forwards;
    opacity: 0;
}

.review-section .card:nth-child(1) {
    animation-delay: 0.2s;
}

.review-section .card:nth-child(2) {
    animation-delay: 0.4s;
}

.review-section .card:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.brand-section {
    text-align: center;
    padding: 70px 0 0;
}

.brand-section h2 {
    font-size: 36px;
    font-weight: 500;
    font-family: var(--font-primary-regular);
    text-align: center;
    line-height: 40px;
    margin: 0 0 40px;
    color: #000;
}

.brand-section .brands {
    display: flex;
    gap: 0px;
    margin-bottom: 60px;
    align-items: center;
    border: 1px solid #e5e7eb;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brands-box {
    border-left: 1px solid #eee;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 20%;
    height: 200px;
}

.brand-section .brands img {
    max-width: 190px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 0px;
    border: 0px solid #eee;
    border-radius: 0px;
    background: #fff;
    transition: transform 0.3s ease;
}

.brand-section .brands img:hover {
    transform: scale(1.05);
}

.brand-section .features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    text-align: center;
    padding: 0px;
}

.brand-section .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.brand-section .feature-item i {
    font-size: 28px;
    color: #1d4ed8;
    margin-bottom: 10px;
}

.brand-section .feature-item h4 {
    font-size: 18px;
    font-weight: 500;
    color: #103178;
    margin-bottom: 5px;
    text-align: left;
}

.brand-section .feature-item p {
    font-size: 14px;
    line-height: 14px;
    color: #103178;
    text-align: left;
}

.faq-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin: 30px auto 60px;
    padding: 0px;
    flex-wrap: wrap;
}

.faq-section .faq-image {
    flex: 1 1 350px;
}

.faq-section .faq-image img {
    width: 100%;
    border-radius: 6px;
    display: block;
}

.faq-section .faq-content {
    flex: 1 1 500px;
}

.faq-section .faq-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 500;
}

.faq-section .faq-item {
    background: #f0f8f7;
    border-radius: 6px;
    margin-bottom: 12px;
    padding: 20px 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-section .faq-item:hover {
    background: #e3f1ef;
}

.faq-section .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #6a6e6e;
}

.faq-section .faq-question span {
    font-size: 22px;
    font-weight: bold;
    transition: transform 0.3s;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    flex: 0 0 32px;
}

.faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    font-size: 15px;
    color: #444;
}

.faq-section .faq-item.active .faq-answer {
    max-height: 200px;
    margin-top: 10px;
}

.faq-section .faq-item.active .faq-question span {
    transform: rotate(45deg);
}


.blog-section {
    margin: auto;
    padding: 0px 0px 60px;
}

.blog-section h2 {
    font-size: 36px;
    font-weight: 500;
    font-family: var(--font-primary-regular);
    text-align: center;
    line-height: 40px;
    margin: 0px 0px 40px;
    color: #000;
}

.blog-section .blog-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 35px;
}

.blog-section .blog-card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.blog-section .blog-card:hover {
    transform: translateY(-5px);
}

.blog-section .blog-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 30px;
    object-position: right;
}

.blog-section .blog-content {
    padding: 20px 0;
}

.blog-section .blog-category {
    font-size: 14px;
    color: #026295;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
    line-height: 14px;
}

.blog-section .blog-content h3 {
    font-size: 24px;
    margin: 10px 0 15px;
    color: #000;
    line-height: 36px;
    font-weight: 500;
    min-height: 72px;
}

.blog-section .blog-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 15px;
}

.blog-section .blog-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #969696;
}

footer {
    background: #0e538c;
    color: #ccc;
    padding-top: 50px;
    width: 100%;
    float: left;
}

footer .container {
    margin: auto;
    padding: 0 0px;
    margin: auto;
    width: 95%;
}

.footer-main {
    gap: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-box:nth-child(1) {
    flex: 0 0 32%;
}

.footer-box:nth-child(2) {
    flex: 0 0 15%;
}

.footer-box img {
    max-width: 100%;
    margin: 10px 0 0;
}

ul.address-foot li:last-child {
    line-height: normal;
}

ul.address-foot li:last-child p {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

ul.address-foot li h4 {
    color: #fff;
    font-weight: 600;
    margin: 0px 0 25px;
}

.footer-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    font-weight: 600;
}


.footer-box p {
    line-height: 23px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 300;
}

/* Address */
.address-foot li {
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    color: #bbb;
}

.address-foot li i {
    font-size: 16px;
    color: #e06c00;
    margin-top: 3px;
}

/* Social Icons */
.social-icons {
    margin-top: 15px;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    transition: 0.3s ease;
}

.social-icons a:hover {
    color: #e06c00;
}

.social-icons img {
    width: 22px;
    vertical-align: middle;
}

/* Links */
.footer-box ul {
    padding: 0;
    margin: 0;
}

.footer-box ul li {
    list-style: none;
    font-size: 17px;
    margin: 0;
    line-height: 40px;
    gap: 10px;
}

.footer-box ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 300;
}

.footer-box ul li a:hover {
    color: #e06c00;
}

/* Newsletter */
.newsletter p {
    margin-bottom: 15px;
    color: #fff;
}

.newsletter-sec {
    display: flex;
    overflow: hidden;
    gap: 10px;
    position: relative;
}

.footer-box.newsletter.footer-box-help figure img {
    margin: 0 0 10px;
}

.newsletter-sec img {
    position: absolute;
    top: 11px;
    left: 24px;
}

.newsletter p {
    margin-bottom: 15px;
    color: #fff;
    padding-right: 80px;
}

.newsletter-sec input {
    border: none;
    padding: 18px 15px 18px 52px;
    outline: none;
    flex: 1;
    font-size: 14px;
    background: #ffffff;
    color: #0e538c;
    border-radius: 60px;
}

.products-main .btn span img {
    margin: 0 !important;
}

p a {
    color: #103178;
    font-weight: 500;
}

.products-main .btn:hover {
    color: #fff;
}

.newsletter-sec button {
    background: #ffffff;
    color: #0e538c;
    border: none;
    padding: 12px 0px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
    border-radius: 60px;
    flex: 0 0 156px;
    font-weight: 600;
}

.newsletter-sec button:hover {
    background: #ff7d1f;
}

/* Bottom Footer */
.footer-bottom {
    border-top: 0px solid #222;
    margin-top: 40px;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom .copy-right p {
    margin: 0;
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
}

.footer-bottom figure {
    margin-top: 10px;
}

.footer-bottom span {
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
}

ul.address-foot p {
    font-size: 17px;
    line-height: 29px;
}

.blog-meta span img {
    width: auto !important;
    height: auto !important;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.home-extra-content ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}

.home-extra-content ul li h2 {
    flex: 0 0 31%;
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    text-align: left;
}

.home-extra-content ul li p {
    text-align: justify;
    font-weight: 500;
}

.home-extra-content ul li {
    text-align: justify;
    font-weight: 500;
}

.home-top-content {
    text-align: center;
    margin: 60px 0 0;
}

.home-top-content h1 {
    font-size: 36px;
    line-height: 46px;
    color: #103178;
    font-weight: 500;
    margin: 0 0 20px;
}

.menu-toggle {
    font-size: 1.8rem;
    background: none;
    border: none;
    color: #4b3075;
    cursor: pointer;
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 32px;
    height: 3px;
    background-color: #103178;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 7px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

.quick_checkout {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    border: dashed 0px #8bcd2b;
    margin: 30px 0 50px;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
}

.product__coupon__big {

    width: 100%;
    float: left;
    margin: 0px 0 0;
    border-radius: 5px;
    display: flex;
    flex-flow: row wrap;
}

.coupon_area_cat h4 {
    color: #fff;
    font-weight: 700;
}

.start-consult-txt p {
    margin: 0;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    padding: 0 0px;
    color: #103178;
    font-weight: 600;
}

.start-consult-txt p span {
    display: block;
    color: #103178;
    font-weight: 600;
}

.start-consult-txt {
    background: #ffffff;
    margin: 0px 0 0px;
    border-radius: 0px;
    border-bottom: 0px solid #ccc;
    width: 100%;
    padding-bottom: 5px;
    flex: 0 0 58%;
}

.product__delivery__info {
    flex: 0 0 40%;
}

.product__delivery {
    margin: 5px 0 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product__delivery a {
    font-size: 13px;
    /* opacity: .8; */
    color: #000;
    font-weight: 500;
}

.quick-check-pay-mode {
    flex: 0 0 50%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.quick-check-pay-mode img {
    width: 100%;
}

.product__coupon .coupon_area_cat {
    width: 100%;
    max-width: 100%;
    border: 0px solid #ccc;
    background: transparent;
    background: #f9f9ff;
    line-height: normal;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
    padding: 15px 20px;
    margin: 20px 0;
    background: linear-gradient(-90deg, #bd03eb 0, #103178 100%);
    border-radius: 0 20px 20px 40px;
}

.pro_qty ul.pro_strength li {
    list-style: none;
    color: #000;
    font-weight: 500;
    margin: 0 8px 5px 0;
    padding: 0 0px;
    height: 35px;
    border: solid 2px #ccc;
    width: auto;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    position: relative;
    text-transform: uppercase;
}

.quick_checkout .img_area img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.quick_checkout .pro_part_area {
    flex: 0 0 70%;
    padding: 25px;
}

.quick_checkout .pro_part_area .pro_qty {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 0 15px;
}

.quick_checkout .pro_part_area .pro_qty h1 span {
    color: #fff;
}

.quick_checkout .pro_part_area .pro_qty h4 {
    flex: 0 0 100%;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.quick_checkout .pro_part_area .pro_qty h5 {
    flex: 0 0 120px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.pro_qty ul.pro_strength {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    padding: 0;
    margin: 0 0px;
}

.pro_qty ul.pro_strength li {
    list-style: none;
    color: #000;
    font-weight: 500;
    margin: 0 8px 5px 0;
    padding: 0 0px;
    height: 35px;
    border: solid 2px #ccc;
    width: auto;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    position: relative;
    text-transform: uppercase;
    border-radius: 5px;
}

.pro_qty ul.pro_strength li input[type=radio] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}






.pro_qty ul.pro_strength li label.radio_btn_2 {
    cursor: pointer;
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 5;
    margin: 0;
    font-size: 18px;
    padding: 0 20px;
    width: 85px;
}

.pro_qty ul.pro_strength li.active,
.pro-size ul li:hover {
    border: solid 2px #8bcd2b;
}

.pro_qty ul.pro_strength li label.radio_btn_3 {
    cursor: pointer;
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0 0 0 30px;
    font-size: 16px;
}

.pro_qty ul.pro_strength li label.radio_btn_3 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.pro_qty ul.pro_strength li label.radio_btn_3 .checkmark {
    border: 2px solid #000;
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.pro_qty ul.pro_strength li label.radio_btn_3:hover input~.checkmark {
    background-color: #ccc;
}

.pro_qty ul.pro_strength li label.radio_btn_3 input:checked~.checkmark {
    background-color: transparent;
    border: 2px solid #8bcd2b;
    color: #8bcd2b;
}

.pro_qty ul.pro_strength li label.radio_btn_3 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.pro_qty ul.pro_strength li label.radio_btn_3 input:checked~.checkmark:after {
    display: block;
}


.pro_qty ul.pro_strength li label.radio_btn_3 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #8bcd2b;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pro_qty ul.pro_strength.pro_name_list li {
    border: none;
    background: #e2e1e1;
    border-radius: 35px;
    font-size: 14px;
}

.pro_qty.pro_qty1 ul.pro_strength li.active {
    border: solid 2px #ccc;
    color: #000000;
    background: #ebebeb;
}

.pro_qty ul.pro_strength.pro_name_list li label.radio_btn_2 {
    font-size: 14px;
}

.pro_qty ul.pro_strength.pill_str li {
    border: none;
    background: none;
    padding: 0 10px 0 0;
}

.select_pro_med {
    width: 100%;
    float: left;
    height: 321px;
    overflow: scroll;
}

.price_part {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    margin: 8px 0px 0;
}

.price_part .price_left {
    width: auto;
    float: left;
    margin-right: 30px;
    font-weight: 700;
    color: #8bcd2b;
    font-size: 36px;
    line-height: 28px;
}

.price_part .price_left span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.price_part .check_rgt {
    width: auto;
    float: left;
}

.price_part .check_rgt button {
    border-radius: 40px;
    width: 200px;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    background: #8bcd2b;
    padding: 0 25px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.quick-checkout-left {
    flex: 0 0 40%;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    background: transparent;
    margin-right: 0px;
    height: auto;
    position: relative;
    width: 40%;
}

.quick-checkout-right {
    flex: 0 0 55%;
    padding: 0;
    width: 55%;
}

.price-button {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 20px 0 0;
}

.price-button>div {
    flex: 0 0 40%;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}

.price-button button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    background-color: #103178;
    color: #fff;
    cursor: pointer;
}

.quick-checkout-right-head {
    margin-bottom: 10px;
}

.quick-checkout-right-head h1 {
    font-size: 36px;
    position: relative;
    font-weight: 600;
}

.pro_dosase h3 {
    margin: 0 !important;
    width: auto;
    border: none;
    flex: 0 0 auto;
    padding: 0px 0 !important;
    color: #999 !important;
    font-size: 18px !important;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 10px !important;
}

.select_dosase.pro_dosase ul {
    padding: 0;
    margin: 0;
    flex: 0 0 64%;
    float: right;
}

.select_dosase ul li {
    width: auto;
    margin: 0 8px;
    list-style: none;
    border: none;
    padding: 0;
    min-width: inherit;
    min-height: inherit;
}

.pro_dosase ul li label {
    border-radius: 5px;
    padding: 0px 5px;
    border: 0;
    border: 1px solid #ccc;
    color: #000;
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    background: #ffffff;
    margin: 0px 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: inline-block;
}

.pro_dosase ul li.active label {
    background: #ebebeb !important;
    color: #000;
}

.radio_btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.pro_dosase {
    height: auto;
    display: grid;
    align-items: center;
    margin: 0 0 15px;
    border: dashed 0px #8bcd2b;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 5px auto 20px;
    justify-content: space-between;
}

.select_dosase ul li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.pro_dosase ul li {
    width: 85px;
    text-align: center;
    margin: 0 10px 0 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
}

.pro_qty.pro_qty1 h5 {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 10px;
}

.quick-checkout-right-head p {
    font-size: 16px;
    line-height: 26px;
}

.quick-checkout-left>figure label {
    position: absolute;
    right: 0px;
    top: 0px;
    height: auto;
    line-height: normal;
    background: #103178;
    color: #fff !important;
    padding: 4px 20px;
    font-size: 14px;
    border-radius: 0 6px 0 10px;
}

.quick-checkout-left>figure {
    background: transparent;
    text-align: center;
    margin: 0 0 20px;
    line-height: normal;
    position: relative;
}

ul.bread {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
}

section.bg-bread {
    background: #f9f9ff;
    padding: 10px 0;
}

section.bg-bread li {
    font-size: 14px;
}

.coupon_area_cat p {
    font-size: 16px !important;
    font-weight: 600;
    margin: 0 0 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
}

.coupon_area_cat .coupon_box {
    font-size: 24px;
    background: transparent;
    color: #ffffff;
    padding: 10px 15px;
    display: inline-block;
    border: dashed 0px #fff;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    min-width: 100px;
    text-align: center;
    border-radius: 4px;
    margin: 2px 0 0;
}

.playbtn {
    position: relative;
    display: inline-block;
    padding: 25px 30px;
    margin: 40px 0;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    font-weight: 600;
    letter-spacing: 4px;
    overflow: hidden;
}

.playbtn:hover {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff;
    -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

.playbtn span {
    position: absolute;
    display: block;
}

.playbtn span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fff);
    animation: animate1 1s linear infinite;
}

@keyframes animate1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.playbtn span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #fff);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes animate2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.playbtn span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #fff);
    animation: animate3 1s linear infinite;
    animation-delay: 0.5s;
}

@keyframes animate3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

.playbtn span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #fff);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

.product__coupon__big .product__coupon {
    width: 100%;
}

.review_rt {
    padding: 50px;
    border: 1px solid #eee;
    width: 100%;
    float: left;
}

.review_rt .review-form .form-row {
    margin: 10px 10px;
    width: 48%;
    float: left;
}

.form-row.form-row-full .submit-btn input {
    background: #103178;
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
}

.review_rt .review-form .form-row label {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: flex;
    margin: 0 0 5px;
}

.review_rt .review-form .form-row input {
    width: 100%;
}

.review-mid-content h3 {
    font-size: 18px;
    font-weight: 600;
}

.rating {
    float: left;
    position: relative;
}

.rating:not(:checked)>input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
    float: right;
    width: 20px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    line-height: 1.2;
    color: #ddd;
    margin: 0 5px 0 0;
}

.rating:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Fontawesome';
}

.rating>input:checked~label {
    color: #f70;
    text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating:not(:checked)>label.error {
    display: block;
    color: #f00;
    position: absolute;
    font-size: 15px;
    text-shadow: none;
    font-weight: 700;
    left: 140px;
    top: 5px;
    width: 100%;
}

.rating:not(:checked)>label.error::before {
    display: none;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: gold;
    text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked label:hover label,
.rating>label:hover input:checked label {
    color: #ea0;
    text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

.form-row.form-row-full {
    width: 98% !important;
}

.main_head {
    display: none;
}

.content-txt h2 {
    font-size: 22px;
    margin: 0 0 5px;
    color: #103178;
}

.content-txt h3 {
    font-size: 20px;
    margin: 0 0 5px;
    color: #103178;
}

.content-txt-sidebar li {
    list-style: none;
    padding: 8px 0;
    line-height: 20px;
}

.content-txt-sidebar li a {
    color: #000;
    font-size: 14px;
}

.content-txt h4 {
    font-size: 20px;
    margin: 0 0 5px;
    color: #103178;
}

.content-txt p {
    margin: 0 0 20px;
}

.content-txt ul {
    margin-left: 17px;
    margin-bottom: 20px;
}

.content-txt ul li {
    margin: 12px 0;
}

.content-txt ol {
    margin-left: 17px;
    margin-bottom: 25px;
}

.content-txt ol li {
    margin: 12px 0;
    line-height: 28px;
}

.content--product--page {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.content--product--page .content-txt {
    flex: 0 0 72%;
    width: 72%;
}

.content-txt-sidebar {
    flex: 0 0 25%;
    width: 25%;
    padding: 20px;
    background: #eee;
    padding: 15px;
    border-top: solid 5px #103178;
    background-color: #fbfcff;
    align-self: start;
    position: sticky;
    top: 100px;
    border-radius: 0.2em;
}

.content-txt-sidebar h3 {
    word-break: break-all;
    font-size: 22px;
}

.blog_listing_home {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 0 0 50px;
    gap: 35px;
}

.blog_listing_home li.listing {
    flex: 0 0 30%;
    float: left;
    padding: 0px;
    background: #fff;
    margin-right: 0px;
    border: 0px solid #ccc;
    width: 31%;
}

.blog_listing_home li.listing figure {
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 30px;
}

.blog_listing_home li.listing figure a {
    display: grid;
}

.blog_listing_home li.listing figure img {
    min-height: 100px;
    object-fit: cover;
    max-height: 250px;
    border-radius: 30px;
    min-height: 250px;
    object-position: right;
    width: 100%;
}

.blog_listing_home li.listing h3 {
    width: 100%;
    float: left;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 22px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #103178;
    font-weight: 500;
    margin: 15px 0 15px;
}

.blog_listing_home .date_time {
    width: 100%;
    float: left;
    margin: 0 0 5px;
    display: flex;
}

.blog_listing_home li.listing h3 a {
    color: #103178;
}

.date_time {
    width: 100%;
    float: left;
    margin: 0 0 5px;
}

.blog_listing_home li.listing p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #121212;
    line-height: 22px;
    letter-spacing: .5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 0px 0;
}

section.section.section-blog {
    padding: 30px 0px 50px 0px;
}

.blog-detail h1 {
    font-size: 34px;
    font-weight: 700;
}

.blog-detail h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Inter', sans-serif;
    color: #103178;
}

.blog-detail h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Inter', sans-serif;
    color: #000;
}

.blog-detail ul.date_time {
    padding: 0;
    margin: 0 0 20px;
    float: left;
}

.date_time li,
.blog-detail ul.date_time li {
    border: none;
    width: auto;
    padding: 0;
    margin: 0 25px 0 0 !important;
    font-size: 14px;
    color: #333;

    list-style: none;
}

.blog-detail ul.date_time li {
    font-size: 16px;
}

.date_time li i,
.blog-detail ul.date_time li i {
    font-size: 16px;
    color: #103178;
    margin: 0 5px 0 0;
}

h1.blog__blog {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cont-main {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px #d5d5d5;
    border-radius: 30px;
}

.contact_img {
    flex: 0 0 35%;
    text-align: center;
}

.contact_form {
    flex: 0 0 65%;

    padding: 25px;
}

.contact_form ul {
    width: 100%;
    float: left;
    padding: 0 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
}

.contact_form ul li {
    flex: 0 0 48%;
    margin: 10px 0;
    font-size: 16px;
    position: relative;
    text-align: left;
    list-style: none;
}

.contact_form ul li input {
    width: 100%;
    padding: 0 10px 0 10px;
    height: 45px;
    position: relative;
    float: left;
    border: solid 1px #ccc;
    font-size: 14px;
    border-radius: 5px;
}

.contact_form ul li textarea {
    width: 100%;
    height: 70px;
    padding: 10px 10px 0 10px;
    border: solid 1px #ccc;
    font-size: 14px;
}

.contact_form h1 {
    font-size: 40px;
    font-family: 'Inter', sans-serif;
    color: #103178;
}

.contact_form ul li:nth-child(5) {
    flex: 0 0 100%;
    margin-bottom: 5px;
}

.contact_form .main-btn {
    background: #103178;
    padding: 10px 30px;
    color: #fff;
    border: none;
    font-size: 18px;
    border-radius: 5px;
}

.home-page-content-2 {
    margin: 50px 0 0;

}

.home-page-content-2 p {
    margin: 0 0 25px;
    text-align: center;
}

.home-page-content-2 p:last-child {
    margin: 0 0 0;
}

.content-txt.content-txt-home {
    background: #ecf4f3;
    padding: 40px;
}

ul.pro-intri-certi {
    list-style: none;
    margin: 0 0 16px;
}

ul.pro-intri-certi i {
    color: #103178;
}

.quick-checkout-right .payment {
    background: #eee;
    padding: 10px;
    border-radius: 7px;
    margin: 20px 0 0;
}

.quick-checkout-right .payment ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
}

.blog-detail figure img {
    width: 100%;
    border-radius: 30px;
}

.quick-checkout-right .payment ul li {
    font-size: 14px;
}

.quick-checkout-right .payment ul li i {
    color: #103178;
    margin-right: 3px;
}


/* Page Title */
.shopping-cart-page .shop-head {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left !important;
}

/* Left Cart Box */
.shopping-cart-page .cart_box_left,
.shopping-cart-page .right_side_checkout {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px;
}

.shopping-cart-page .cart_box_left h3,
.shopping-cart-page .right_side_checkout h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* Cart List Items */
.shopping-cart-page .cart_box_left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.shopping-cart-page .cart_box_left ul li {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shopping-cart-page .cart_box_left ul li:last-child {
    border-bottom: none;
}

.shopping-cart-page .left_side {
    width: 65%;
}

.shopping-cart-page .right_side {
    width: 35%;
    text-align: right;
}

.shopping-cart-page .top_title h4 {
    font-size: 18px;
    margin: 0 0 5px;
}

.shopping-cart-page .top_title p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.shopping-cart-page .remove_area a {
    font-size: 14px;
    color: #d9534f;
}

.shopping-cart-page .price_top h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

/* Quantity */
.shopping-cart-page .qty {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.shopping-cart-page .qty .label {
    /* background: #f1f1f1; */
    padding: 0px;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 5px;
    display: flex
;
}

.shopping-cart-page .number_incr {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

/* Coupon Code */
.shopping-cart-page .coupon_code {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}

.shopping-cart-page .coupon_code label {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.shopping-cart-page .coupon_code .form-group {
    display: flex;
}

.shopping-cart-page .coupon_code input {
    flex: 1;
    padding: 8px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #ddd;
}

.shopping-cart-page .coupon_code .main-btn {
    border-radius: 0 4px 4px 0;
}

/* Discount Box */


.shopping-cart-page .product__coupon {
    max-width: 426px;
    float: right;
}

.shopping-cart-page .coupon_area_cat>div {
    text-align: center;
}

/* Right Sidebar Checkout */
.shopping-cart-page .right_side_checkout ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shopping-cart-page .right_side_checkout ul li {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shopping-cart-page .right_side_checkout ul li:last-child {
    border-bottom: none;
}

.shopping-cart-page .right_side_checkout span {
    font-size: 16px;
}

.shopping-cart-page .right_side_checkout label,
.shopping-cart-page .right_side_checkout b {
    font-size: 18px;
    font-weight: 600;
}

/* Button */
.shopping-cart-page .main-btn {
    background: #103178;
    color: #fff;
    border: none;
    padding: 10px 18px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.shopping-cart-page .main-btn:hover {
    opacity: .9;
}


.checkout--page .checkout_details,
.checkout--page .right_side_checkout,
.checkout--page .card_details_main {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

/* ---------- Form Styling ---------- */
.checkout--page .checkout_details ul,
#shippingarea {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.bread a {
    color: #103178;
    font-weight: 500;
}

.checkout--page .checkout_details ul li {
    margin-bottom: 0px;
    flex: 0 0 48%;
}

.checkout--page .checkout_details ul li:nth-child(11) {
    margin-bottom: 15 px;
    flex: 0 0 100%;
}


.checkout--page .checkout_details input.form-control,
.checkout--page .checkout_details select.form-control {
    height: 45px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 0 10px;
    font-size: 0.95rem;
}

.checkout--page .checkout_details input.form-control.error {
    border-color: #ced4da;
}

.checkout--page .checkout_details label.dspl_bc {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 15px;
}

.checkout--page .checkout_details label.dspl_bc input {
    margin-right: 10px;
}

/* ---------- Buttons ---------- */
.checkout--page .main-btn {
    background-color: #103178;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.checkout--page .main-btn:hover {
    background-color: #0d2460;
}

/* ---------- Right Side Checkout ---------- */
.checkout--page .right_side_checkout h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.checkout--page .right_side_checkout ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checkout--page .right_side_checkout ul li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
    align-items: center;
}

.checkout--page .right_side_checkout ul li:last-child {
    font-weight: 600;
    font-size: 1.1rem;
    border-bottom: none;
}

/* ---------- Card Details ---------- */
.checkout--page .card_details_main h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.checkout--page .card_details_main .main_div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.checkout--page .card_details_main .left_side {
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.checkout--page .card_details_main .right_side {
    flex: 0 0 65%;
    max-width: 65%;
}

.checkout--page .card_dtls {
    display: flex;
    gap: 10px;
}

.checkout--page .card_dtls li {
    list-style: none;
    flex: 1;
}

.checkout--page .process_btn {
    text-align: left;
}

/* ---------- Loader ---------- */
#loader {
    display: none;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #103178;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.checkout--page .payment_details {
    max-width: 100%;
    margin: 40px auto;
    padding: 0px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
div#paymentlist {
    padding: 20px;
}

.checkout--page .payment_details h3 {
    text-align: center;
    margin: 0;
    font-size: 22px;
    color: #103178;
    padding: 25px 0 0;
}

/* Payment options list */
.checkout--page .payment_opt ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.checkout--page .payment_opt li.main_li {
    cursor: pointer;
    border: 2px solid #ddd;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
        width: 46%;
    background-color: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.checkout--page .payment_opt li.main_li.active {
    border-color: #103178;
    background-color: #e6f0ff;
}

.checkout--page .payment_opt li.main_li:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.checkout--page .payment_opt figure {
    margin: 0;
    padding: 0;
}

.checkout--page .payment_opt img {
    max-width: 80px;
    margin-bottom: 12px;
}

.checkout--page .payment_opt figcaption h4 {
    font-size: 18px;
    margin: 0 0 0px 0;
    color: #103178;
}

.checkout--page .payment_opt figcaption span {
    font-size: 14px;
    color: #555;
}

/* Bitcoin message styling */
.checkout--page .btc_msg {
    margin-top: 30px;
    background-color: #f0f8ff;
    padding: 15px 20px;
    border-left: 4px solid #103178;
    border-radius: 8px;
}

.checkout--page .btc_msg h4 {
    font-size: 14px;
    color: #103178;
    margin: 0;
    line-height: 20px;
}
.site_map {
  background: #f8f9fa;
}

.sitemap-title {
  font-size: 32px;
  font-weight: 700;
  color: #103178; /* Brand color */
}

.sitemap-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 2px solid #103178;
  display: inline-block;
  padding-bottom: 5px;
}

.sitemap_page {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap_page li {
  margin-bottom: 10px;
}

.sitemap_page li a {
    display: inline-block;
    font-size: 16px;
    color: #555;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s 
ease;
    border-left: 2px solid #103178;
}
section.section.site_map h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #103178;
}

.sitemap_page li a:hover {
  background: #103178;
  color: #fff;
  padding-left: 18px;
}
ul.sitemap_page.sitemap_page1 {
    display: flex
;
    flex-wrap: wrap;
}ul.sitemap_page.sitemap_page1 li {
    flex: 0 0 50%;
}
section.section.site_map h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.top_txt_btc {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    border: 1px dashed #103178;
    padding: 30px;
    border-radius: 20px;
    margin: 0 0 25px;
    align-items: center;
    justify-content: space-around;
}
.top_txt_btc figure img {
    max-height: 123px;
}

span.pro-discount {
    position: absolute;
    background: red;
    width: 80px;
    height: 80px;
    border-radius: 50% 50% 0;
    opacity: 1;
    display: inline-block;
    text-align: center;
    padding: 23px 0 0;
}
span.pro-discount p {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}
span.pro-discount strike {
    color: #fff;
    line-height: normal;
}
.popular-medicine.combinatie-pakketten-main.products-main.kamagra-discount-page figure img {
    max-height: 220px;
}


.coupon_area_cat {
    width: 100%;
    float: right;
    border-radius: 8px;
    max-width: 400px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    margin: 10px 0 0px;
    background: #f7f7f7;
    border: dashed 1px #ff9923;
    line-height: normal;
}

.coupon_area_cat p {
    font-size: 13px !important;
    font-weight: 600;
    margin: 0;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    line-height: 16px;
    font-style: ita lic;
}

.coupon_area_cat p span {
    color: #e53e3e; font-size:14px;
}

.coupon_area_cat h4 {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin: 0px 0 5px;
    padding: 0;
    text-align: center;
    line-height: 16px;
}

.coupon_area_cat .coupon_box {
    font-size: 16px;
    background: #e53e3e;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border: dashed 0px #fff;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    min-width: 110px;
    text-align: center;
     animation: glowing 1000ms infinite; border-radius: 20px;
}

@keyframes glowing {
   0% { background-color: #0f3178; }
  50% { background-color: #e53e3e; }
  100% { background-color: #0f3178; }
}

.head_coupon .coupon_area_cat{ margin:0 }

.content-txt.blog-detail h3 {
    font-size: 18px;
    color: #000;
}

.head-main { width: auto; min-width:75%;
    display: flex; flex-flow: row;
    justify-content: end;
    align-items: center;
}

.head-search {
    flex: 0 0 50%;
    position: relative;
    margin-left: 40px
}


.head-search span {
    position: absolute;
    right: 15px;
    top: 9px;
    cursor: pointer
}
.main-header .cart figure{ margin:0;}

.head-icon {
       display: flex;
    flex: 0 0 45%;
    padding: 0 0 0 30px; align-items:center;
}

.head-icon a i {
    color: #e53e3e;
    font-size: 20px
}

.head-icon a:first-child {
    border-right: 0px solid #e0e0e0;
    padding-right: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #103178
}

.head-icon a {
    color: #103178
}

.head-icon a sup {
    background: #103178;
    color: #fff;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    left: -4px;
    top: -10px
}

.head-icon a span {
    font-size: 16px;
    font-weight: 600
}
.quick-checkout-left .product__coupon__big p {
    color: #fff;
    font-size: 18px !important;
    line-height: 22px;
}
.quick-checkout-left .product__coupon__big h4 {
    color: #fff;
}
.quick-checkout-left .coupon_area_cat p span {
    color: #fff;
    font-size: 18px;
}

.shopping-cart-page .coupon_area_cat p {
    color: #fff;
    font-size: 18px !important;
    line-height: 22px;
}
.shopping-cart-page .coupon_area_cat h4 {
    color: #fff !important;
}
.shopping-cart-page .coupon_area_cat p span {
    color: #fff !important;
    font-size: 18px;
}
section.section.checkout--page .row {
    display: flex
;
    gap: 30px;
    flex-wrap: wrap;
}
section.section.checkout--page .col-md-12.col-lg-8 {
    flex: 0 0 56%;
}
section.section.checkout--page .col-md-12.col-lg-4 {
    flex: 0 0 40%;
}

section.shopping-cart-page .row {
    display: flex
;
    gap: 30px;
    flex-wrap: wrap;
}
section.shopping-cart-page .col-md-12.col-lg-8 {
    flex: 0 0 56%;
}
section.shopping-cart-page .col-md-12.col-lg-4 {
    flex: 0 0 40%;
}
.checkout--page .checkout_details input.form-control, .checkout--page .checkout_details select.form-control {
    width: 100%;
}
.checkout_details h3 {
    margin: 0 0 20px;
    font-size: 20px;
}
.checkout--page .right_side_checkout h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
section.section-main.site_map .row {
    display: flex
;
}
section.section-main.site_map {
    padding: 30px 0;
}