/*Color Palette
    Logo Color Palette 
    Primary => #139DD1 Light Blue
    Secondary => #03466E Navy Blue
    Tertiary => #00ADEF Dodger Blue
*/

/*General Css Styling*/
* {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
}

p, h4, h3 {
    margin-bottom: 0 !important;
}

ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.left-padding-ul {
    padding-left: 1.5rem !important;
}

.cookie-header {
    font-size: 24px;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhrani';
    src: url('../fonts/Rajdhani-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}


html {
    scroll-behavior: smooth;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    background-color: #fff;
    transition: 0.3s ease;
}
/*Language Selection*/
.language-selection-form {
    display: flex;
    flex-direction: row;
    color: #fff;
}

.language-dropdown {
    display: none;
    position: absolute;
    width: 65px;
    padding-top: 10px;
    padding: 0.2rem;
    z-index: 40;
}

.culture-dropdown {
    padding: 0 !important;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    color: #000;
    transition: 0.3s ease;
    font-weight: 600;
}

    .culture-dropdown:hover {
        background: transparent !important;
        color: #2c84d0;
    }

.language-dropdown-wrapper {
    display: flex;
    margin-left: 1rem;
    align-items: center;
    justify-content: center;
    color: #000;
}

    .language-dropdown-wrapper:hover .language-dropdown {
        display: flex;
    }

.language-dropdown-btn {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
    padding: 5px;
}

.language-image {
    height: 40px;
    width: 60px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    #no-mobile-btn {
        display: none;
    }

    #main {
        padding-top: 5rem;
    }
}

.fa-bars {
    margin-bottom: 0.1rem;
    margin-right: 0.1rem;
}

#websiteField {
    display: none;
}
/*Cookie Consent*/
.cookie-consent-container {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    margin-bottom: 0 !important;
    width: 100%;
    color: #f9f9f9;
    background-color: #256692;
    border-color: #ffffff;
    box-shadow: 1px 1px 12px 1px #29292942;
}

.cookie-left {
    padding: 1rem;
}

.cookie-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.accept-cookie-policy {
    background-color: #ffffffd9;
    color: #0c325a;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 7px 30px;
    font-weight: 400;
    transition: 0.3s ease;
}

    .accept-cookie-policy:hover {
        background-color: #fff;
    }

#main {
    overflow: hidden;
    overflow-x: hidden;
}

#cookieWrapper {
    display: none;
    position: fixed;
    background-color: white;
    padding: 1rem;
    border-radius: 5px;
    z-index: 1000;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    transform: translate(50%, 0%);
    width: 50%;
}

@media screen and (max-width: 678px) {
    #cookieWrapper {
        display: none;
        position: fixed;
        background-color: white;
        padding: 2rem;
        border-radius: 5px;
        z-index: 1000;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        transform: translate(5%, 50%);
        width: 90%;
        align-items: center;
        justify-content: center;
    }
}

.top-cookie-consent-text {
    margin-top: 0rem !important;
}

/*Error Page*/
.error-container {
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/*Header*/
/*Global Header*/
.main-header {
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    background-color: #F6F9FF;
    box-shadow: 0px 5px 12px 1px #868686bd;
}

.sticky-header {
    position: fixed !important;
    z-index: 30;
    top: 0;
    right: 0;
    width: 100%;
    box-shadow: 0px 5px 12px 1px #868686bd;
    background-position: bottom;
    background-color: rgb(255 255 255) !important;
    box-shadow: 1px 1px 12px 1px #37373736;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transition: 0.3s ease;
    animation: fadeEffect 1s;
    height: 100px !important;
}

    .sticky-header navbar {
        margin: 0 !important;
    }

header {
    top: 0;
    z-index: 10;
    width: 100%;
}

    header ul {
        display: table;
        clear: both;
        content: "";
    }

.nav-links ul {
    justify-content: flex-end !important;
}

.header-link {
    font-family: Rajdhrani;
    font-size: 18px;
    color: #f8f8f8;
    font-weight: 600;
    padding: 0.5rem;
    text-decoration: none;
    transition: 0.3s ease;
    border-top: 2px solid transparent;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    letter-spacing: 2px;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}

    .header-link:hover {
        color: #fff;
        border-top: 2px solid #fff;
        background-color: #1d6ba5eb;
        border-bottom: 2px solid #1d6ba5eb;
    }

header ul li a {
    color: #fff !important;
    padding: 0.25rem;
    font-weight: 500;
    transition: 0.3s ease;
    font-size: 18px;
    text-decoration: none !important;
    margin: 0.4rem;
}

    header ul li a:hover {
        animation: navLinkHover 3s;
    }

@keyframes navLinkHover {
    from {
        border-width: 0;
    }

    to {
        border-width: 100%;
    }
}

header ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #F6F9FF;
    transition: width .3s ease;
}

header ul li a:hover::after {
    width: 100%;
}

.brand-logo {
    box-shadow: none;
    top: -3px;
    z-index: 32;
    width: 350px;
}

@media screen and (max-width: 675px) {
    .menu-container-inner {
        flex-direction: column;
    }

    .dropdown {
        margin-bottom: 0.5rem;
    }

    .dropdown-menu {
        left: 80px;
        font-size: 12px;
    }

        .dropdown-menu a {
            font-size: 12px !important;
        }

    .header-link {
        padding: 0.5rem;
    }

    .page-wrapper {
        padding-top: 6rem !important;
    }
}

.navbar-nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 1.5rem;
}

.nav-list {
    display: flex;
    flex-direction: row;
    list-style-type: none;
}

    .nav-list li a {
        padding: 0.25rem;
        margin-right: 2rem;
    }

.navbar {
    position: inherit;
}

#fixed-navbar {
    animation: fadeEffect 1s;
    background: rgb(11 45 76);
}

.navbar-collapse {
    z-index: 30;
    padding: 0.5rem;
    top: 100px;
    position: absolute;
    width: 100%;
    justify-content: center;
}

.navbar-brand {
    margin-right: 0 !important;
}

@media screen and (max-width: 575px) {
    .navbar-nav {
        display: inline-block;
    }

        .navbar-nav .nav-link {
            padding: 1rem !important;
        }

    .navbar-collapse {
        background-color: rgb(255 255 255 / 96%);
        justify-content: inherit;
        position: fixed;
    }
}

@media screen and (max-width: 775px) {
    .navbar {
        padding-top: 0 !important;
    }
}
/*Navbar Toggler*/
.navbar-toggler {
    padding: 0.2rem 0.2rem 0.2rem 0.2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    line-height: 0 !important;
    background-color: #ffffffc2;
    border: none;
    border-radius: 0;
    margin-top: 2rem;
    margin-left: 1rem;
}

.navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .navbar-toggler-icon i {
        color: #27699d !important;
        font-size: 22px;
    }

/*Header-Dropdown*/
.project-dropdown:hover .project-dropdown-content {
    display: flex;
    z-index: 15;
}

.project-dropdown-content {
    display: none;
    position: absolute;
    margin-left: 1rem;
    background-color: #494949d9;
    min-width: 191px;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgb(15 15 15 / 44%);
    z-index: 15;
}

    .project-dropdown-content a {
        text-decoration: none;
        display: block;
        z-index: 15;
    }

        .project-dropdown-content a:hover {
            color: #fff !important;
        }

.top-header {
    background: #09487f6b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-position: bottom;
    background-size: cover;
    z-index: 11;
    color: #fff;
    padding: 0.5rem;
    width: 100%;
}

.blue-icon {
    color: #1268AC;
}

@media screen and (max-width: 475px) {
    .top-header {
        flex-direction: column;
    }

    #on-scroll-links {
        display: none !important;
    }

    #no-scroll-header {
        display: none !important;
    }
}

.top-header-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.menu-container-inner {
    display: flex;
}

.dropdown {
    border-right: 1px solid #a9a9a9;
}

    .dropdown:hover .dropdown-menu {
        display: block !important;
    }

.inner-link:hover .inner-dropdown-menu {
    display: block;
}

.inner-dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #2385c8db;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    left: 12rem;
    width: 300px;
    margin-top: -1rem;
}

@media screen and (max-width: 675px) {
    .inner-dropdown-menu {
        left: 5rem;
        width: 200px;
    }
}

.dropdown-menu {
    background-color: #1069a6db;
    display: flex;
    width: 300px;
    transition: 0.3s ease;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
}

    .dropdown-menu a {
        color: #e7e7e7;
        font-size: 16px;
        padding: 0.4rem 1rem;
        display: flex;
        flex-direction: column;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

.dropdown:hover .dropdown-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.dropdown-menu-list {
    list-style-type: none;
    width: 100%;
}
/*Top Header Search*/
.search-icon {
    position: absolute;
    z-index: 2;
    margin-left: 1rem;
    margin-top: 0.7rem;
    color: grey;
}

.search-inpt {
    background-color: #fff;
    padding: 7px 45px;
    border-radius: 8px;
    border: 1px solid #e7e6e6;
    transition: 0.2s ease;
}

    .search-inpt:focus {
        outline: none;
        border: 1px solid #a8b324;
        background: #fdfdfd;
    }

        .search-inpt:focus .search-btn {
            background: #fdfdfd !important;
        }

    .search-inpt:active .search-btn {
        background: #fdfdfd !important;
    }

.search-btn {
    position: absolute;
    margin-right: -2rem;
    margin-left: -3rem;
    margin-top: 0.5rem;
    border: none;
    color: #3e3e3e;
    font-weight: 700;
    font-size: 14px;
    background: none !important;
}

    .search-btn:hover {
        color: #a8b324;
    }

.top-header-img {
    height: 130px;
    width: 280px;
    object-fit: cover;
}

@media screen and (max-width: 965px) {
    .top-header-img {
        height: 100px;
        width: 180px;
    }

    .search-inpt {
        font-size: 12px;
        padding: 7px 30px;
    }

    .search-icon {
        display: none;
    }

    .search-btn {
        margin-top: 0.55rem;
        font-size: 12px;
    }
}

@media screen and (max-width: 675px) {
    .search-inpt {
        padding: 7px 50px;
    }
}

.user-container {
    display: flex;
}

.account-container {
    margin-right: 0.6rem;
}

.user-container {
    padding: 0.5rem;
    background: #ffffffe8;
    border-radius: 10px;
}

.account-link {
    transition: 0.3s ease;
    text-decoration: none;
}

    .account-link:hover .shopping-icon {
        background-color: #62A45A;
        color: #faf9f9;
    }

    .account-link:hover .user-icon {
        background-color: #54a04d;
        color: #faf9f9;
    }

.user-icon {
    background-color: #caeeff;
    color: #363636;
    border-radius: 50%;
    padding: 0.8rem;
    background-color: #e0ffdd;
    color: #000;
    transition: 0.3s ease;
}

.shopping-icon {
    border-radius: 50%;
    padding: 0.8rem;
    background-color: #ffeee7;
    /*background-color: #fcede6;*/
    color: #363636;
    transition: 0.3s ease;
}

#cartlineCount {
    position: absolute;
    border-radius: 50%;
    background-color: #fa6a6a;
    color: #fff;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    margin-left: 1.6rem;
    margin-top: -0.4rem;
    font-size: 12px;
    text-align: center;
}

#cartPrice {
    font-size: 12px;
    font-weight: 600;
}

.account-container:hover .account-dropdown {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.cart-container:hover .cart-dropdown {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.cart-dropdown {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

#mobile-menu-content::-webkit-scrollbar {
    width: 0px;
}

#mobile-menu-content::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.cart-dropdown-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.global-cart-link {
    position: absolute;
    top: 10px !important;
}

.go-cart-button {
    border-radius: 5px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 5px 14px;
    transition: 0.3s ease;
    display: flex;
    width: 150px;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

    .go-cart-button:hover {
        color: #56a124;
        background: #fff;
    }

.cart-arrow {
    margin-left: 0.2rem;
    display: none;
}

.go-cart-button:hover .cart-arrow {
    display: block;
}

.account-dropdown {
    padding-top: 1rem;
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    z-index: 3;
    padding: 1.3rem 3rem;
    box-shadow: 1px 1px 12px 1px #d0d0d087;
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    /*border-top: 2px solid #a8b324;
    border-top: 2px solid #139a13;*/
    /*border-bottom: 2px solid #139a13;*/
    animation: 0.4s fadeEffect;
    right: 250px;
    max-width: 750px;
}
/*Mobile Top Header*/
.mobile-top-header {
    display: none;
    align-items: center;
    justify-content: space-around;
}

.mobile-menu-top-image {
    margin-right: 0.7rem;
}

.mobile-header-link {
    text-decoration: none;
    color: #000;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    margin-top: 0.3rem;
    cursor: pointer;
}

    .mobile-header-link:hover {
        color: #60be51;
    }

        .mobile-header-link:hover .mobile-menu-icon {
            color: #60be51;
        }

@media screen and (max-width: 675px) {
    .mobile-top-header {
        display: flex;
    }

    .top-header {
        display: none;
    }
}

.mobile-top-search {
    display: none;
    position: fixed;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 1rem;
    z-index: 5;
    border-bottom: 1px solid #dedede;
    transition: all 1s ease;
    opacity: 0;
}

.mobile-footer-search {
    display: none;
    position: fixed;
    bottom: 60px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 1rem;
    z-index: 5;
    border-top: 1px solid #dedede;
    transition: all 1s ease;
    opacity: 0;
}

    .mobile-footer-search.show,
    .mobile-top-search.show {
        display: flex;
        opacity: 1;
    }
/*Home Design*/
.link-btn {
    padding: 0.5rem 2rem;
    text-decoration: none;
    color: #fff;
    transition: 0.5s ease;
    background-color: #139DD1;
    border: 2px solid transparent;
    display: flex;
    margin: auto;
    width: 250px;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 1rem;
}

    .link-btn:hover {
        background: #358bba;
        color: #eaeaea;
        border: 2px solid #dbdbdb;
        box-shadow: 0px 0px 1px 3px #316fa0;
    }

.link-btn-icon {
    display: none !important;
}

.link-btn:hover .link-btn-icon {
    display: flex !important;
}

.gallery-swiper-image {
    width: 500px !important;
    height: 300px !important;
}

.gallery-swiper-slide {
    background-position: center !important;
    background-size: contain !important;
    width: 500px !important;
    height: 300px !important;
}
/*BestSeller Swiper*/
.reference-image {
    width: 150px !important;
    height: 150px !important;
    object-fit: contain !important;
}

.reference-swiper-container {
    padding: 1rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    box-shadow: 0px 0px 12px 1px #bbbbbb63;
    overflow: hidden;
}

.bestseller-swiper-container {
    padding: 1rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
}

.swiper-bestseller {
    width: 90% !important;
    padding-bottom: 2rem;
    border-radius: 5px;
}

.swiper-bestseller-wrapper {
    position: relative;
    padding-bottom: 1rem;
}

.product-second-image {
    display: none !important;
}

.bestseller-swiper-slide {
    text-align: unset !important;
    background: none !important;
}

.close-address-popup {
    position: absolute;
    right: 10px;
    border-radius: 5px;
    background: #ffe7e7;
    padding: 0.5rem;
    cursor: pointer;
    top: 10px;
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
}

    .close-address-popup:hover {
        background: #ffe9e9;
        color: #000;
        text-decoration: none;
    }

.address-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    overflow-y: auto;
    max-height: 80vh;
}

.company-section {
    display: none;
}

.video {
    width: 100%;
    height: 900px;
    object-fit: cover;
    object-position: bottom;
}

@media screen and (max-width: 678px) {
    .video {
        height: 450px;
    }
}

.home-showcase {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.showcase-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    justify-content: space-evenly;
    background: #fbfbfb;
    padding: 1rem;
}

.showcase-header {
    font-optical-sizing: auto;
    font-style: normal;
    font-family: Pacifico;
    font-size: 22px;
    color: #000;
    margin-bottom: 0.2rem !important;
}

.showcase-description {
    font-size: 16px;
    color: #000;
}

@media screen and (max-width: 675px) {
    .showcase-description {
        font-size: 12px;
    }

    .showcase-cheese, .showcase-oil {
        font-size: 10px !important;
    }
}

.showcase-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.product-container {
    margin-top: 2rem;
    margin-left: 1rem;
    border: 2px solid #ebe8e8;
    background: #fff;
    transition: 0.3s ease;
}

    .product-container:hover {
        border: 2px solid #95ccff;
    }

.product-container-row {
    margin-bottom: 2rem;
    justify-content: center;
}

.showcase-content {
    padding: 1rem;
}

.showcase-cheese {
    background: #2b9e2b;
    color: #fff;
    padding: 0.5rem;
    border-radius: 10px;
    font-size: 12px;
    float: right;
    margin-top: 0.5rem;
}

.showcase-oil {
    background: #839e2b;
    color: #fff;
    padding: 0.5rem;
    border-radius: 10px;
    font-size: 12px;
    float: right;
    margin-top: 0.5rem;
}

.home-products {
    background-image: url(../images/backgrounds/13.webp);
    background-attachment: fixed;
    overflow: hidden;
}

@media screen and (max-width: 675px) {
    .showcase-wrapper {
        margin-bottom: 1rem;
    }

    .home-products {
        margin-top: 1rem;
    }

    .home-products-row {
        padding-top: 1rem !important;
    }
}

.home-products-wrapper {
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box;
    background-attachment: fixed;
    background-position: unset;
    background-size: cover;
}

.home-products-row {
    padding-top: 6rem;
    display: flex;
    justify-content: center;
}

    .home-products-row .col-md {
        flex: 0.2 0 0% !important;
    }

.home-category-name {
    color: #2873b6;
    margin-top: 2rem;
    font-family: Rajdhrani;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
}

@media screen and (max-width: 675px) {
    .home-category-name {
        font-size: 32px !important;
    }

    .home-category-name-w {
        font-size: 32px !important;
    }
}

.home-category-name-w {
    color: #e3e3e3;
    margin-top: 2rem;
    font-family: Rajdhrani;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
}

.inspect-btn {
    background: #fff;
    color: #909090;
    z-index: 3;
    cursor: pointer;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
}

    .inspect-btn:hover {
        color: #121212;
    }

.image-container {
    width: 300px;
    background-color: #fff;
    box-shadow: 1px 1px 12px 1px #f1f1f1;
    border-radius: 5px;
    padding: 1rem;
    margin-right: 1rem;
    flex: 0.2 0 0% !important;
}

@media screen and (max-width: 675px) {
    .image-container {
        width: auto;
        padding: 1rem;
    }
}

.product-detail-page {
    padding-bottom: 0 !important;
}

.product-detail-wrapper {
    display: flex;
    box-shadow: 3px 3px 10px 1px #80808030;
    border-radius: 10px;
    padding: 2rem;
}

.product-detail-header {
    border-bottom: 4px solid #3094bf;
}

.product-detail-image {
    padding: 0.5rem;
    width: 100%;
    height: 700px !important;
    width: 500px !important;
    object-fit: cover;
    display: flex;
    transition: 0.3s ease;
    border: 1px solid #dddddd7d;
    margin-right: 2rem !important;
}

@media screen and (max-width: 675px) {
    .product-detail-image {
        width: 300px !important;
        height: 300px !important;
    }

    .product-detail-wrapper {
        flex-direction: column;
    }

    .product-detail-header {
        width: auto;
    }
}

.product-descriptions h3 {
    color: #008cff;
}

.product-description-container li {
    margin-bottom: 1rem;
    list-style-type: circle;
}

.product-description-container h3 {
    margin-bottom: 1rem;
    color: #2873b6;
    font-family: Rajdhrani;
    font-weight: 600;
}

.product-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: flex;
    margin: auto;
    border-bottom: 1px solid #dddddd7d;
    transition: 0.3s ease;
}

.page-inside-link {
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.5s ease;
    background-color: #3780ae;
    color: #fff;
    border: 1px solid #27698d38;
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px;
    margin-top: 1rem;
}

    .page-inside-link:hover {
        background: #3e95c5;
        color: #fff;
        border: 1px solid transparent;
    }

@media screen and (max-width: 675px) {
    .product-container .product-image {
        height: 150px !important;
    }

    .product-container .product-second-image {
        height: 150px !important;
    }
}

@media screen and (max-width: 465px) {

    .product-image {
        width: 100% !important;
        height: 100% !important;
    }
}

.product-second-image {
    padding: 0.5rem;
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin: auto;
    border-bottom: 1px solid #dddddd7d;
    display: none;
    opacity: 0;
    transition: 0.3s ease;
}

@media screen and (max-width: 868px) {
    .top-header-links {
        margin: 0.4rem !important;
    }

    .top-header-link {
        font-size: 10px !important;
    }

    .product-container-row .col-md-3 {
        width: auto;
    }
}

@media screen and (max-width: 465px) {
    .product-second-image {
        width: 140px;
        height: 140px;
        padding: 0.5rem;
    }

    .product-container {
        margin-left: 0.2rem;
        margin-right: 0.2rem;
        margin-top: 1rem;
    }

    .inspect-btn {
        height: 20px;
        width: 20px;
        font-size: 12px;
    }

    .price-container {
        font-size: 14px !important;
    }

    .product-container-row {
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

        .product-container-row .col-md-3 {
            width: 170px;
        }
}

@media screen and (max-width: 365px) {
    .product-container {
        margin-left: 0.2rem;
        margin-right: 0.2rem;
        margin-top: 1rem;
        width: 150px !important;
    }
}

.product-container:hover .product-second-image {
    display: flex !important;
    animation: fade 1.5s ease;
    opacity: 1;
}

.product-container:hover .product-image {
    display: none !important;
}

@keyframes fade {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.product-body {
    height: 120px;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.name-container {
    margin-bottom: 1rem !important;
    font-weight: 600;
    margin-bottom: 0.2rem !important;
    margin-top: 0.5rem;
    text-align: center;
    font-size: 16px;
    letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
    .name-container {
        font-size: 12px;
    }

    .price-container {
        font-size: 14px;
    }
}

.price-container {
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
    color: #41ab34;
    font-weight: 700;
}

.store-no-products {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 343px;
    margin: auto;
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.add-to-cart-btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    background-color: #62A45A;
    margin: auto;
    transition: 0.3s ease;
    margin-left: 1rem !important;
    padding: 1px 15px 4px 1px;
    font-size: 14px;
}

    .add-to-cart-btn:hover {
        background-color: #6db365;
        color: #f9f9f9;
    }

.add-to-cart-text {
    margin-top: 0.2rem;
}
/*Cart Page*/
.sub-header-container {
    margin-bottom: 1rem;
    border-bottom: 1px solid gainsboro;
}

.table-sub-header {
    color: #3C3F85;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
}

.table-item {
    height: 100px;
}

.table-section {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-section-image {
    height: 150px;
    object-fit: cover;
    width: 150px;
    padding: 1rem;
}

.table-seperator {
    border-top: 1px solid #d7d5d5;
}

.soft-seperator {
    border-top: 1px solid #c1c1c1;
}

/*Counter*/
.heading {
    text-align: center;
    font-size: 3.5rem;
    padding: 1rem;
    color: #505050;
    margin-top: 1rem;
}

    .heading h1 {
        font-size: 42px;
    }

.counter-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}

@media screen and (max-width: 465px) {
    .counter-wrapper {
        flex-direction: column;
    }
}

.counter {
    text-align: center;
    padding: 2rem;
    border-radius: 10px;
}

.count {
    padding: 0.5rem 0;
    font-size: 42px;
    font-weight: 400;
    color: #e7f8ffb0;
}

.counter-info {
    font-size: 1.5rem;
    padding-bottom: 1rem;
    font-weight: 300;
    color: #fff;
}

.counter i {
    color: #1c4b74;
    font-size: 24px;
    color: #fff;
}

@media screen and (max-width: 875px) {
    .counter {
        padding: 1rem;
    }

    .count {
        font-size: 32px;
    }

    .counter-info {
        font-size: 1rem;
    }
}

.icon {
    height: 5rem;
    width: auto;
}

.product-count {
    display: flex;
    align-items: center;
}

.product-count-inpt {
    display: flex;
    text-align: center;
    border: none;
    outline: none;
    width: 50px;
}

.cart-header {
    color: #299d2d;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 2rem !important;
}

.cart-index-container {
    margin-bottom: 2rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
}

.cart-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cart-left-wrapper {
    width: auto;
    box-shadow: 1px 1px 12px 1px #e6e6e6;
    border-radius: 3px;
    padding: 2rem;
    margin-right: 1rem;
    background: #fff;
}

.cart-right-wrapper {
    width: auto;
    box-shadow: 1px 1px 12px 1px #e6e6e6;
    background-color: #fff;
    border-radius: 3px;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    max-width: 337px;
}

.product-minus {
    font-size: 18px;
    margin-right: 0.5rem;
    padding: 2px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background-color: #fcfcfc;
    transition: 0.3s ease;
}

    .product-minus:hover {
        background-color: #eeeeee;
    }

    .product-minus:active {
        border: 1px solid #969696;
    }

.product-plus {
    font-size: 18px;
    margin-left: 0.5rem;
    padding: 2px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background-color: #fcfcfc;
    transition: 0.3s ease;
}

    .product-plus:hover {
        background-color: #eeeeee;
    }

    .product-plus:active {
        border: 1px solid #969696;
    }

.remove-from-cart-btn {
    background-color: transparent;
    border: 1px solid transparent;
    color: #ff4746;
    border-radius: 5px;
    padding: 2px 12px;
    box-shadow: 1px 1px 12px 1px #e9e6e6b0;
    transition: 0.3s ease;
    width: 100px;
    margin-left: 0.5rem;
}

    .remove-from-cart-btn:hover {
        background-color: #ff4746;
        color: #fff;
        border: 1px solid #ff2727;
    }

.remove-cart-icon {
    margin-bottom: 0.2rem;
    font-size: 14px;
    margin-right: 0.1rem;
}

.table-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-right-header {
    color: #299d2d;
}

.payment-button {
    background-color: #519f48;
    color: #fff;
    width: 100%;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 0.5rem;
    border: 1px solid transparent;
    transition: 0.3s ease;
    cursor: pointer;
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
}

    .payment-button:hover {
        border: 1px solid #fff;
        color: #fff;
        cursor: pointer;
        background-color: #6db365;
    }

.complete-payment-icon {
    margin-left: 0.2rem;
}

.cart-left-mobile {
    display: none;
}

/*Cart Mobile*/
@media screen and (max-width: 768px) {
    .cart-left-wrapper {
        display: none;
    }

    .cart-index-container {
        margin: auto;
    }

    .cart-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: auto;
    }

    .cart-left-mobile {
        display: flex;
        width: auto;
        box-shadow: 1px 1px 12px 1px #e6e6e6;
        background-color: #fff;
        border-radius: 10px;
        padding-left: 0;
        padding-right: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;
        padding: 1rem;
        width: 100%;
        margin-top: 1rem;
    }

    .image-container {
        padding: 0.1rem;
    }

    .table-section {
        width: auto;
    }

    .table-item {
        margin-top: 5rem;
        margin-bottom: 7rem;
        justify-content: flex-start;
    }

    .table-section-image {
        width: 100px;
        height: 100px;
        padding: 0 !important;
    }

    .mobile-product-breadcrumb li {
        list-style-type: none;
    }

    .mobile-product-count {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .mobile-productname {
        padding: 0.5rem;
        font-weight: 600;
    }

    .cart-quantity-prefix {
        line-height: 30px;
    }

    .cart-right-wrapper {
        margin: auto;
        margin-top: 1rem;
        width: 100%;
        max-width: 100%;
    }
}

/*Cart Coupon*/
#freeShippingContainer {
    background: #ffe7e7;
    padding: 0.5rem;
    text-align: center;
    border-radius: 5px;
}

.coupon-container {
    padding: 1rem 1rem 1rem 0rem;
}

#coupon-input {
    border: 1px solid #c2c2c2;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    padding: 0.4rem;
    border-radius: 5px;
    outline: none;
}

    #coupon-input:focus {
        border: 1px solid #c2c2c2;
    }

.coupon-btn {
    padding: 0.4rem;
    outline: none;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    font-size: 14px;
    background-color: #f2f2f2;
}

    .coupon-btn:hover {
        border: 1px solid #e1e1e1;
        background-color: #e7e7e7;
    }

    .coupon-btn:active {
        border: 1px solid #bbbbbb;
    }
/*Cart Overlay*/
.cart-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 27%);
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.cart-overlay-content {
    border-radius: 5px;
    text-align: center;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa08;
    color: #000;
    font-size: 18px;
}

.loader {
    border: 4px solid #efefef;
    border-top: 4px solid #43b936;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Store Page*/
#search-results {
    color: #299d2d;
    margin-bottom: 0.5rem !important;
    border-bottom: 1px solid #d6dcd6;
}

@media screen and (max-width: 768px) {
    .fixed-category-menu {
        display: none;
        position: fixed !important;
        padding: 1rem !important;
        padding-bottom: 4rem !important;
        background-color: #f9f9f9;
        left: -200px;
        width: 200px;
        box-shadow: 1px 1px 12px 1px #cacaca;
        bottom: 0px;
        z-index: 6;
        height: 100%;
        justify-content: center;
        flex-direction: column;
        display: none;
        margin-top: 0 !important;
        transition: left 0.5s ease;
        bottom: 0 !important;
    }

    .fixed-category-menu-toggler {
        display: block !important;
        background-color: #519f48;
        z-index: 5;
        border-bottom: 1px solid #c5c5c5;
        padding: 1rem;
        color: #fff;
        position: fixed;
        font-size: 12px;
        transition: 0.3s ease;
        cursor: pointer;
        top: 72px;
    }

        .fixed-category-menu-toggler:hover {
            background-color: #6db365;
        }

    .close-category-menu {
        display: flex !important;
        flex-direction: row;
        margin-top: 55px;
    }

    .fixed-category-menu-wrapper {
        padding: 1rem;
        margin-top: 4.5rem;
    }
}

.fixed-category-menu {
    margin-top: 4rem;
    position: fixed;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 1px 1px 12px 1px #42424217;
    left: -200px;
    width: 200px;
    z-index: 6;
    justify-content: center;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 100vh;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    transition: left 0.5s ease;
    bottom: 100px;
}

    .fixed-category-menu::-webkit-scrollbar {
        width: 6px;
    }

    .fixed-category-menu::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    .fixed-category-menu.show {
        display: block;
    }

.fixed-category-menu-wrapper {
    padding: 1rem;
    margin-top: 0.5rem;
}

.fixed-category-menu-toggler {
    display: none;
}

.close-category-menu {
    display: none;
}

.close-category-menu-btn {
    cursor: pointer;
    padding: 10px 20px;
    display: block !important;
    background-color: #519f48;
    z-index: 5;
    border-bottom: 1px solid #c5c5c5;
    color: #fff;
    font-size: 12px;
    transition: 0.3s ease;
    cursor: pointer;
    margin-top: 0.1rem;
}
/*Search Page*/
.search-content {
    margin-bottom: 6rem;
}

.search-top-container {
    padding: 1rem;
    box-shadow: 1px 1px 4px 1px #ececec;
    border: none !important;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    transition: 0.3s ease;
    background: #fff;
    margin-top: 2rem;
}

.category-menu {
    padding: 1rem;
    box-shadow: 1px 1px 4px 1px #ececec;
    border: none !important;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    transition: 0.3s ease;
    background: #fff;
    margin-top: 2rem;
}

@media screen and (max-width: 675px) {
    .category-menu {
        width: 95%;
        margin: auto;
        display: flex;
        margin-top: 1rem;
    }
}

.category-menu-wrapper {
    padding: 2rem;
}

.category-menu-header {
    font-size: 16px;
    border-bottom: 1px solid #0aa2002e;
    margin-bottom: 2rem !important;
    color: #089308;
}

.category-list ul li {
    list-style-type: none;
}

.category-item a {
    text-decoration: none;
    color: #000;
    transition: 0.3s ease;
    border-bottom: 1px solid transparent;
    font-size: 14px !important;
}

.category-item {
    text-decoration: none;
    color: #353535;
    margin-top: 0.2rem;
    padding: 0.2rem;
}

    .category-item a:hover {
        color: #176c15;
        border-bottom: 1px solid #0aa2002e;
    }

.price-selection {
    accent-color: #3f9432;
}

.price-range {
    font-size: 12px;
}

.apply-filter-btn {
    margin-top: 1.5rem;
    background-color: #ededed;
    border-radius: 5px;
    padding: 3px 40px;
    color: #2f2f2f;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
    outline: none;
    border: none;
}

.disabled-btn {
    background-color: #e3e3e3db !important;
}

    .disabled-btn:hover {
        background-color: #e3e3e3db !important;
        color: #4d506e;
        border: 1px solid transparent !important;
        cursor: default !important;
    }

.se-product-grip {
    padding: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease;
    background: #fff;
    border: 1px solid #e2e1e1;
}

    .se-product-grip:hover {
        box-shadow: 1px 1px 4px 1px #eae8e8;
    }

        .se-product-grip:hover #add-to-cart {
            padding: 0.4rem;
            background: #3ebb3e;
            border: 1px solid;
            color: #fff;
        }

.card-img-top {
    height: 230px;
    width: 250px;
    margin: auto;
    object-fit: cover;
    display: flex;
}

.se-product-name {
    text-decoration: none;
    font-weight: 700;
    color: #000;
    margin-top: 0.5rem;
    width: 230px;
    margin: auto;
    padding-top: 0.5rem;
    height: 70px;
}

    .se-product-name:hover {
        color: #000;
    }

.se-product-price {
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #62A45A;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 18px;
}

    .se-product-price:hover {
        color: #62A45A;
    }

.info-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

#add-to-cart {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid grey;
    padding: 0.4rem;
    margin-bottom: 0.5rem;
    transition: 0.3s ease;
}

#pageInfo {
    margin-right: 1rem;
    margin-left: 1rem;
}

.prev-next-container {
    margin-top: 6rem;
    margin-bottom: 3rem;
}

.control-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*Payment Page*/
.payment-page-header {
    margin-top: 4rem;
    text-align: center;
}

.payment-container {
    margin-top: 1rem;
    margin-bottom: 6rem;
    padding: 1rem;
}

.payment-header {
    font-weight: 700;
    margin-bottom: 2rem !important;
}

.row-form-group {
    display: flex;
    flex-direction: column;
}

.payment-row {
    flex-direction: row !important;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.payment-group {
    flex-direction: column !important;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
}

.payment-left {
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.payment-right {
    margin-left: 1rem;
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #fff;
}

input[type="radio"]:checked {
    background-color: green;
    box-shadow: 3px 3px 10px 1px #dbdbdb14;
    border: none;
    background-image: unset;
}

.payment-table {
    margin-bottom: 2rem;
}

.required-field {
    color: #d68b1c;
}

@media screen and (max-width: 675px) {
    .payment-left {
        margin-bottom: 1rem;
    }

    .payment-right {
        margin-left: 0rem !important;
        padding: 1rem;
    }
}
/*Payment Page Cart Details*/
.summary-headers {
    display: flex;
    justify-content: space-around;
}

.summary-wrapper {
    padding: 1rem;
    box-shadow: 1px 1px 12px 1px #e5e5e578;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.summary-image {
    border-radius: 5px;
    padding: 0.2rem;
    border: 1px solid #e3e3e3;
    object-fit: cover;
    height: 100px;
}

.summary-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-productname {
    text-align: center;
}

.summary-footer {
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
}

.summary-lineprice {
    font-weight: 600;
    color: #46a146;
}

.summary-footer-description {
    font-size: 14px;
}

.summary-calculation {
    padding: 2rem;
    box-shadow: 1px 1px 12px 1px #e5e5e5ad;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.summary-shipping {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
}

.summary-subtotal-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
}

.summary-total-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
}

.summary-total-price {
    font-size: 22px;
    color: #2ab52a;
    font-weight: 800;
}

@media screen and (max-width: 678px) {
    .summary-productname {
        font-size: 12px;
    }

    .summary-top-subtotal {
        font-size: 12px;
    }

    .summary-image {
        width: 50px !important;
        height: 50px !important;
    }
}
/*Payment Success-Failed*/
.payment-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

.payment-s-icon {
    font-size: 52px;
    color: #65c12b;
}

.payment-f-icon {
    font-size: 52px;
    color: #fb5b2c;
}

.payment-s-container {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.payment-s-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.payment-s-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.payment-s-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.payment-s-link {
    color: #65c12b;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    margin-top: 1rem;
    transition: 0.3s ease;
}

    .payment-s-link:hover {
        text-decoration: underline;
        color: #65c12b;
    }

.payment-s-text {
    display: flex;
    align-items: center;
}

.copy-payment-code {
    outline: none;
    border: 1px solid #d8d8d8;
    padding: 2px 14px;
    border-radius: 5px;
    color: #0e880e;
    margin-left: 1rem;
    font-size: 12px;
    background: #f6f6f6;
    cursor: pointer;
}

    .copy-payment-code:hover {
        outline: none;
        border: 1px solid #e6e6e6;
        padding: 2px 14px;
        border-radius: 5px;
        color: #0e6b0e;
        margin-left: 1rem;
        font-size: 12px;
        background: #ebebeb;
        cursor: pointer;
    }
/*Register Page*/
.register-card {
    background-color: #fffffff7;
    box-shadow: 1px 1px 12px 1px #d6d6d699;
    margin-top: 4rem;
    margin-bottom: 3rem;
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
}

#card-logo {
    color: #299d2d;
    text-decoration: none;
}

.custom-checkbox {
    display: flex;
    align-items: center;
}

.checkbox-input {
    margin-right: 1rem;
}

.account-form-container {
    padding: 2rem;
}

.form-group {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.form-check-input:checked {
    background-color: #25a527 !important;
    border-color: #edffeb !important;
}

#accept-tos, #login-now {
    color: #299d2d;
}

.forgot-password-header {
    margin-top: 8rem;
    margin-bottom: 2rem;
}

#reset {
    margin-bottom: 8rem;
}
/*Contact Page*/
@media screen and (max-width: 675px) {
    .grecaptcha-badge {
        bottom: 90px !important;
    }
}


.contact-heading {
    margin-top: 2rem;
    color: #299d2d;
    margin-top: 2rem;
    font-family: Pacifico;
}

.icon-container {
    width: 150px;
}

@media screen and (max-width: 675px) {
    .icon-container {
        width: auto;
        display: flex;
        margin: auto;
    }

        .icon-container > i {
            font-size: 24px;
        }

    .footer-shipping {
        flex-direction: row;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-section {
        margin-bottom: 1rem;
        font-size: 12px;
    }

        .footer-section i {
            font-size: 24px;
        }
}

.icon-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.5rem;
}

.contact-icons {
    border: 3px solid #2b9d2b;
    border-radius: 50%;
    padding: 1rem;
    font-size: 22px;
    color: #2b9d2b;
}

.contact-info-header {
    margin-bottom: 4rem !important;
}

@media screen and (max-width: 768px) {
    iframe {
        width: 100%;
        height: 400px;
    }
}
/*About-Page*/
.about-top-header-container {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.about-top-header {
    text-align: center;
    font-weight: 700;
}

.about-top-image {
    width: 430px;
    height: 310px;
    object-fit: cover;
    border-radius: 50px;
    box-shadow: 1px 1px 12px 1px #161616;
}

.about-sub-header {
    font-size: 14px;
    font-weight: 600;
}

.about-text {
    font-size: 12px;
}

.left-row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-top {
    margin-bottom: 8rem;
}

.about-footer-container {
    display: flex;
    flex-direction: column;
}

.about-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 4rem;
}

.about-image {
    width: 400px;
    height: 400px;
    object-fit: contain;
    border-radius: 10px;
}

.about-footer-text {
    margin-bottom: 4rem !important;
}
/*Settings Page*/
.settings-page {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.settings-page-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .settings-page-wrapper {
        flex-direction: column;
        margin: auto;
    }

    .settings-left {
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }

    .settings-right {
        margin-right: 0 !important;
    }
}

.settings-left {
    width: auto;
    box-shadow: 1px 1px 12px 1px #e6e6e6;
    border-radius: 3px;
    padding: 2rem;
    margin-right: 1rem;
    background: #fff;
}

.profile-picture {
    margin: auto;
    display: flex;
    border: 1px solid #d5d4d4;
    border-radius: 50%;
    margin-bottom: 1rem;
    object-fit: contain;
    padding: 0.2rem;
}

.settings-name-container {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
}

.settings-right-header {
    border-bottom: 1px solid #ebebeb;
}

.settings-item {
    list-style-type: none;
    padding: 0.5rem;
}

.settings-link {
    font-size: 14px;
    text-decoration: none;
    color: #23a723;
    padding: 0.5rem;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease;
    cursor: pointer;
}

    .settings-link:hover {
        border-bottom: 1px solid #b1aaaa;
        background: #23a723;
        color: #fff;
        border-radius: 3px;
    }

.settings-right {
    box-shadow: 1px 1px 12px 1px #e6e6e6;
    border-radius: 3px;
    padding: 2rem;
    margin-right: 2rem;
    background: #fff;
}

.settings-section {
    display: none;
}

.active-section {
    display: block;
}

.settings-right-content {
    margin-top: 2rem;
}

.active-link {
    border-bottom: 1px solid #b1aaaa;
    background: #23a723;
    color: #fff;
    border-radius: 3px;
}

.settings-group-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.settings-group {
    margin-right: 1rem;
}

.update-settings {
    background-color: #ffffffe0;
    color: #29af29;
    border: 1px solid #29af29;
    text-decoration: none;
    cursor: pointer;
    transition: 0.1s ease;
    border-radius: 5px;
    outline: none;
    margin: 0.1rem;
    margin-top: 0.5rem;
    padding: 0.2rem 0.4rem;
}

    .update-settings:hover {
        background-color: #29af29;
        color: #fff;
    }
/*Login Form*/
.login-form-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.form-header {
    font-size: 18px;
    font-weight: 700;
    color: #484848;
}

.login-form-group {
    display: flex;
    flex-direction: column;
}

.login-form-input {
    padding: 8px 93px 8px 9px;
    outline: none;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

    .login-form-input:focus {
        border: 1px solid #75adff;
    }

.form-check-input:active[type=checkbox] {
    box-shadow: none;
}

.form-check-input:focus[type=checkbox] {
    box-shadow: none;
}

.form-check-input:checked[type=checkbox] {
    box-shadow: none;
}

.toggle-password-container {
    width: 100%;
}

.show-password-text {
    position: relative;
    margin-top: -2rem;
    margin-right: 1rem;
    border: none;
    color: #3e3e3e;
    font-weight: 700;
    font-size: 18px;
    background: none !important;
    color: #568d50;
    cursor: pointer;
    float: right;
}

.dropdown-link {
    color: #bff3ff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease;
}

    .dropdown-link:hover {
        color: #efefef;
        background-color: #2b2b2b;
        border-top: 1px solid #2573a1;
        border-bottom: 1px solid #2573a1;
    }

.nav-item:hover .inner-dropdown-menu {
    display: block;
}

.login-form-group {
    margin-top: 1rem;
}

.login-form-label {
    font-size: 14px;
}

.login-form-submit {
    background-color: #2b749d;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 7px 30px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 1rem;
    transition: 0.3s ease;
}

    .login-form-submit:hover {
        background-color: #195373;
    }

.cart-dropdown {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #ffffff;
    z-index: 4;
    padding: 0.5rem 2rem;
    box-shadow: 1px 1px 12px 1px #2b2b2b1f;
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    animation: 0.4s fadeEffect;
    margin-left: -20rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-cart-item {
    border: 1px solid #cccccc61;
    padding: 0.2rem;
    margin-top: 0.2rem;
    display: flex;
    margin-bottom: 0.4rem;
}

.global-cart-link {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-dropdown-image {
    height: 120px;
    object-fit: cover;
    width: 120px;
    padding: 1rem;
}

.global-cart-name {
    font-size: 12px;
}

.global-cart-quantity {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-cart-seperator {
    margin: 0.2rem !important;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.top-header-link-container {
    background-color: #fff;
}

.top-header-divisor {
    width: 30%;
    display: flex;
    margin: auto;
    border-top: 1px solid #d5d5d5;
}

.top-header-link-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-header-links {
    list-style-type: none;
    margin: 1.5rem;
}

.top-header-link {
    text-decoration: none;
    color: #d2d2d2;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s ease;
    border-bottom: 2px solid transparent;
}

    .top-header-link:hover {
        color: #d3e2ff;
        border-bottom: 2px solid #d3e2ff;
    }

@media screen and (max-width: 769px) {
    .top-header-link {
        font-size: 10px;
    }

    .top-header-links {
        margin: 0.2rem !important;
    }
}

#on-scroll-links {
    display: none;
}

.category-dropdown {
    position: absolute;
    display: none;
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 1px 1px 12px 1px #5151514a;
    z-index: 15;
}

.social-links {
    display: flex;
    flex-direction: row;
    margin-left: 2rem;
}

    .social-links ul {
        display: flex;
        justify-content: space-around;
        list-style-type: none;
    }

.social-link {
    color: #d2d2d2;
    padding: 0.2rem;
}

#main-header {
    transition: 0.3s ease;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 150px;
    background: transparent;
    top: 0;
    background: rgb(255 255 255 / 39%);
}

#main-nav {
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
}

.header-col-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    margin-right: 1rem;
    transition: 0.3s ease;
}

    .header-col-link:hover {
        color: #2c84d0;
    }

@media screen and (max-width: 675px) {
    .no-mobile {
        display: none !important;
    }

    #main-nav {
        height: auto !important;
    }

    .header-col {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        top: 1rem;
        margin-top: 2rem;
    }

    .header-col-link {
        font-size: 12px;
    }

    .header-social-link {
        font-size: 12px;
    }

    .brand-logo {
        position: absolute;
        left: 0;
        width: 150px !important;
        top: -25px !important;
    }
}

.header-col-icon {
    font-size: 18px;
    margin-right: 0.2rem;
    color: #1c7ea3;
}

.header-social-link-container {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
}

.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}

.fa-facebook {
    font-size: 24px;
    color: #1877F2;
}

.fa-linkedin {
    font-size: 24px;
    color: #0077B5;
}

.header-social-link {
    color: #ffffff !important;
    transition: 0.3s ease;
}

    .header-social-link:hover {
        color: #2c84d0;
    }

.header-social-icon {
    transition: 0.3s ease;
}

.header-social-link:hover .header-social-icon {
    color: #2c84d0;
}

.header-social-item {
    display: flex;
}

#mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 11;
    transition: opacity 0.5s ease;
}

#mobile-menu-content {
    position: fixed;
    top: 0;
    left: -200px;
    width: 200px;
    height: 100%;
    background-color: #fff;
    z-index: 7;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    transition: left 0.5s ease;
}

    #mobile-menu-content::-webkit-scrollbar {
        width: 0px;
    }

    #mobile-menu-content::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

.mobile-menu-item {
    border: 1px solid #f2f2f2;
}

.mobile-side-menu-header {
    padding: 1rem;
    color: #219821;
}

.mobile-side-menu-link {
    text-decoration: none;
    color: #000;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0.3rem;
}

    .mobile-side-menu-link:hover {
        color: #176c15;
    }

.mobile-side-menu-icon {
    color: #266c1e;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem
}

#mobile-menu-close-btn {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    background-color: #4c9c4c;
    padding: 0.5rem;
    width: 100px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
    height: 57px;
}

.categories-dropdown:hover .side-category-dropdown {
    display: block;
}

.categories-dropdown:active .side-category-dropdown {
    display: block;
}

.categories-dropdown:focus .side-category-dropdown {
    display: block;
}

/*Return Top Button*/
#top-btn {
    z-index: 3;
    position: fixed;
    bottom: 50px;
    right: 100px;
    padding: 7px 14px;
    border-radius: 3px;
    color: #fff;
    background-color: #185484;
    cursor: pointer;
    line-height: 30px;
    transition: 0.3s ease;
    border: 0.25px solid #a1a1a1;
    animation: topBtn 1s;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

    #top-btn:hover {
        background-color: #1e68a4;
        border: none;
    }

        #top-btn:hover .top-btn-icon {
            color: #fff;
        }

@media screen and (max-width: 768px) {
    #top-btn {
        right: 50px;
        bottom: 30px;
    }
}

@keyframes topBtn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 576px) {
    #top-btn {
        right: 25px;
    }
}
/*Mobile Menu*/
.mobile-menu {
    display: none;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 7;
    width: 100%;
}

.mobile-menu-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-top: 1px solid #d7d7d7;
}

    .mobile-menu-row .col-md-3 {
        width: 100%;
        display: flex;
        align-items: center;
        border-right: 1px solid #eaeaea;
        justify-content: center;
    }

.mobile-menu-link {
    text-decoration: none;
    color: #266c1e;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 0.3rem;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}

    .mobile-menu-link:hover {
        color: #60be51;
    }

        .mobile-menu-link:hover .mobile-menu-icon {
            color: #60be51;
        }

.mobile-menu-icon {
    color: #676767;
}

.mobile-cartlineCount {
    padding: 0.5rem;
    position: absolute;
    border-radius: 50%;
    background-color: #fa6a6a;
    color: #fff;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2.5rem !important;
    margin-top: -3rem !important;
    font-size: 12px;
}

@media screen and (max-width: 675px) {
    .mobile-menu {
        display: flex;
    }
}
/*Footer*/
/*Footer-top*/
.footer {
    position: absolute;
    width: 100%;
    white-space: nowrap;
}

.footer-container {
    background-color: #141414;
    color: #868686;
    padding: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0px -4px 10px 1px #e5e5e5;
}

    .footer-container ul li {
        list-style-type: none;
    }

.footer-header {
    font-size: 14px !important;
    font-weight: 500;
    margin-left: 0.5rem;
}

    .footer-header a {
        color: #fff;
    }

@media screen and (max-width: 675px) {
    .footer-end-row {
        padding-left: 1rem;
    }

    .footer-logo {
        box-shadow: none !important;
        margin-top: 0rem !important;
        margin-bottom: 2rem !important;
    }
}

.footer-logo {
    border-radius: 5px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.footer-container ul li,
.footer-link {
    text-decoration: none;
    font-size: 14px;
    color: #a6a6a6;
    border-bottom: 0.5px transparent;
    transition: 0.2s ease;
    padding: 0.5rem;
    font-weight: 700;
}

    .footer-link:hover {
        padding-left: 1rem;
        color: #68a9db;
        opacity: 1;
        border-bottom: 0.5px solid #98caff;
    }

.footer-container a {
    text-decoration: none;
}

@media screen and (max-width: 675px) {
    .footer-link-container {
        padding-left: 1rem !important;
    }
    .footer-link{
        font-size: 12px;
    }
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-direction: column;
}

.policy-link-container {
    text-align: center;
}

.policy {
    text-align: center;
    color: #868686;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease;
}

    .policy:hover {
        color: #8ab8ec;
        border-bottom: 1px solid #fff;
    }

.policy-header {
    color: #0A063A;
}

.social-container a {
    font-size: 12px;
    color: #000;
}

.section-division {
    border-top: .3px solid #e5e5e582;
    color: #b6b6b6;
    max-width: 100%;
}

.section-division-dark {
    border-top: 0.3px solid #07015521;
}

.copyright p {
    margin-bottom: 0;
}

.e-bulletin-input {
    position: absolute;
    outline: none;
    border-radius: 8px;
    padding: 8px 39px;
    border: 1px solid #e4e4e4;
    font-size: 12px;
}

    .e-bulletin-input:active {
        border: 1px solid #a8b324;
    }

    .e-bulletin-input:focus {
        border: 1px solid #a8b324;
    }

.e-bulletin-button {
    position: relative;
    bottom: -5px;
    left: 178px;
    border: none;
    outline: none;
    background: transparent;
    color: grey;
    margin-right: 1rem;
    z-index: 3;
    font-size: 12px;
}

.copyright-text {
    font-size: 12px;
    text-align: center;
}
/*Home*/
/*Home Swiper*/
.swiper-button-prev {
    background: #fff;
    padding: 1rem;
    border-radius: 50%;
    height: 50px !important;
    width: 50px !important;
    font-size: 12px;
    box-shadow: 3px 3px 10px 1px #2f2f2fbd;
}

    .swiper-button-prev::after {
        font-size: 28px !important;
    }

.swiper-button-next {
    background: #fff;
    padding: 1rem;
    border-radius: 50%;
    height: 50px !important;
    width: 50px !important;
    font-size: 12px;
    box-shadow: 3px 3px 10px 1px #2f2f2fbd;
}

    .swiper-button-next::after {
        font-size: 28px !important;
    }

@media screen and (max-width: 675px) {
    .swiper-button-next {
        width: 10px !important;
        height: 10px !important;
    }

        .swiper-button-next::after {
            font-size: 14px !important;
        }

    .swiper-button-prev {
        width: 10px !important;
        height: 10px !important;
    }

        .swiper-button-prev::after {
            font-size: 14px !important;
        }

    .swiper-bestseller-wrapper {
        justify-content: unset;
    }

        .bestseller-swiper-slide .swiper-inner-wrapper {
            margin-left: 0.2rem !important;
        }
}

.swiper-pagination-bullet {
    background: #d5d5d5 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #75b0ff !important;
    opacity: 1;
}

.swiper-pagination {
    right: 100px;
}

@media screen and (max-width: 675px) {
    .swiper-pagination {
        display: none;
    }
}

.swiper-overlay {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-content {
    position: absolute;
    padding: 1rem;
    z-index: 3;
    align-items: center;
    justify-content: center;
    bottom: 0;
    background: linear-gradient(90deg, #000000a8, #043155d4, transparent);
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, #3273aa, transparent);
}

.swiper-home-content {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #3273aa, transparent);
}

.swiper-content-header {
    z-index: 10;
    font-family: "Rajdhrani";
    font-size: 65px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 2px 2px 5px black;
}

.swiper-li {
    z-index: 10;
    color: #e3e3e3;
    font-family: "Rajdhrani";
    font-size: 45px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 2px 2px 5px black;
}
.swiper-content-top-header {
    z-index: 10;
    color: #e3e3e3;
    font-family: "Rajdhrani";
    font-size: 55px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 2px 2px 5px black;
}
@media screen and (max-width: 675px) {
    .swiper-content-header {
        font-size: 32px;
        text-align: center;
    }
    .swiper-content-top-header{
        font-size: 28px;
        margin-top: 5rem;
        text-align: center;
    }
    .swiper-home-content{
        padding-top: 3rem;
    }
    .swiper-content {
        bottom: 0px;
        left: 10px;
    }
    .swiper-li{
        font-size: 28px;
        margin-bottom: 0;
    }
}

.swiper-header {
    font-family: Pacifico;
    margin-top: 0.5rem;
    font-size: 48px;
}

.swiper-link {
    margin-top: 1.5rem;
    background-color: #2b9e2b;
    border-radius: 10px;
    padding: 8px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

    .swiper-link:hover {
        color: #fff;
        background-color: #268226;
    }

.swiper-home-image {
    width: 100px !important;
    height: 100px !important;
}

.blue-header {
    color: #1c9bff;
}

.
.swiper-content-text {
    font-size: 16px;
    padding: 0.2rem;
}

.swiper-content-span {
    color: #f4c3bb;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 600px;
        object-fit: cover;
    }

.product-image {
    height: 300px !important;
}

.product-second-image {
    height: 300px !important;
}

.autoplay-progress {
    position: absolute;
    right: 20px;
    bottom: 50px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

    .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        stroke: #e5d00d;
        fill: none;
        stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
    }

.swiper-bottom {
    position: absolute;
    padding: 1rem;
    z-index: 3;
    align-items: center;
    justify-content: center;
    bottom: -100px;
    left: 60px;
    color: #fff;
}

/*Swiper Mobile*/
@media screen and (max-width: 768px) {
    .swiper-slide img {
        height: 450px;
        object-fit: cover;
    }

    .swiper {
        height: auto;
    }

    .swiper-header {
        font-size: 34px;
    }
}

/*Products Bottom*/
.home-product-wrapper {
    background: #ffffff52;
    box-shadow: 1px 1px 44px 1px #80808063;
    border-radius: 10px;
    width: 90%;
    margin-bottom: 1rem;
    overflow: hidden;
}

.home-products-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.home-products-bottom-header {
    font-family: Pacifico;
    font-size: 32px;
}

.home-products-bottom-link {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 1rem;
    background-color: #2b9e2b;
    border-radius: 10px;
    padding: 9px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
    width: 50%;
    margin: auto;
    margin-top: 0.5rem;
}

    .home-products-bottom-link:hover {
        justify-content: space-around;
        color: #fff;
        background-color: #268226;
    }
/*Home Presentation*/
.home-presentation {
    margin-top: 3rem;
}

.home-presentation-header {
    font-family: Pacifico;
    color: #299d2d;
    margin-bottom: 2rem;
    font-size: 36px;
}

.presentation-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.presentation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 2rem;
}

.presentation-header {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-family: Pacifico;
}

.presentation-image {
    width: 350px;
    height: 350px;
    object-fit: contain;
    border-radius: 10px;
}

@media screen and (max-width: 675px) {
    .presentation-image {
        width: 250px;
        height: 250px;
    }
}

.presentation-text {
    font-size: 14px;
    margin: 1rem;
    height: 120px
}

.presentation-link {
    color: #3a7ab3;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}

    .presentation-link:hover {
        color: #205483;
    }

.presentation-header-image {
    width: 356px;
    height: 300px;
    object-fit: contain;
}

@media screen and (max-width: 465px) {
    .presentation-header-image {
        width: 250px;
        height: 200px;
    }
}
/*Home-Info*/
.info-container {
    height: 500px;
    background-image: url('../images/home/info-container-bg.webp');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@media screen and (max-width: 675px) {
    .info-container {
        height: auto !important;
        background-position: top;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .info-wrapper {
        height: auto !important;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .info {
        margin-bottom: 0.4rem;
        margin-right: 0 !important;
        height: auto !important;
    }

    .info-header {
        height: auto !important;
    }

    .info-text {
        height: auto !important;
    }
}

.info-wrapper {
    height: 500px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.info-header {
    text-align: center;
    margin-bottom: 1rem !important;
    font-size: 24px;
}

.info-text {
    text-align: center;
    font-size: 14px;
}

.info {
    background-color: #ffffffed;
    padding: 1rem;
    margin-right: 1rem;
    box-shadow: 1px 1px 12px 1px #747474bd;
    color: #2a7d2a;
    height: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.info-text {
    color: #000;
}

/*Global Styling & Global Elements*/
/*Close button global*/
.close {
    padding: 0.1rem 0.8rem;
    outline: none;
    border: 1px solid #80808080;
    border-radius: 5px;
    font-size: 18px;
    margin-left: 1rem;
    background-color: #ba40c9;
    color: #eeeeee;
    transition: 0.3s ease;
    font-size: 28px;
}

    .close:hover {
        background-color: #eeeeee;
        color: #ba40c9;
    }

#close-btn {
    font-size: 22px;
    cursor: pointer;
}

    #close-btn:hover {
        color: #c433dd;
    }

/*Animation*/
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*Loading Animation*/
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.loading-animation {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #3389ca;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/*Global elements | |  k-section */
.k-wrapper {
    padding: 1rem;
}
/*Global Page Layout*/
.kp-header {
    font-size: 32px;
    color: #302dbb;
    text-indent: 0.5rem;
    margin: 1rem;
}

.kp-s-header {
    font-size: 24px;
    color: #8784f1;
    text-indent: 0.5rem;
    border-bottom: 1px solid #dde8fb;
    margin: 0.5rem;
}

.kp-p {
    color: #302dbb;
    font-weight: 500;
    word-spacing: 0.2rem;
    letter-spacing: 0.01rem;
    margin: 1rem;
}

.kp-p-s {
    color: #8784f1;
    font-weight: 500;
    word-spacing: 0.2rem;
    text-indent: 1rem;
    letter-spacing: 0.02rem;
    margin: 0.5rem;
}

/*Inputs*/
.k-inpt {
    margin: 0.2rem;
    border: 1px solid #b1aaaaa6;
    border-radius: 5px;
    outline: none;
    transition: 0.3s ease;
}

.k-input:hover {
    border: 1px solid #1e62dd;
}

.k-inpt:active {
    border: 1px solid #1e62dd;
}

.k-inpt:focus {
    border: 1px solid #a8b324;
    background-color: #dbe6ef0f;
}

.k-inpt-sm {
    padding: 0.3rem 1rem;
    font-size: 14px;
}

.k-inpt-m {
    padding: 0.3rem 1.2rem;
    font-size: 18px;
}

.k-inpt-l {
    padding: 0.3rem 1.5rem;
    font-size: 22px;
}
/*Labels*/
.k-lbl-sm {
    font-weight: 400;
    color: #004085;
    font-size: 18px;
    margin: 0.2rem;
}

.k-lbl-m {
    font-weight: 400;
}

.k-lbl-l {
    font-weight: 400;
}
/*Buttons*/
.k-btn {
    outline: none;
    border: 1px solid #80808026;
    background-color: #daddff;
    text-decoration: none;
    color: #302dbb;
    cursor: pointer;
    transition: 0.3s ease;
}

    .k-btn:hover {
        background-color: #eee5ff;
        border: 1px solid #a59f9f;
        color: #000;
    }

    .k-btn:active {
        border: 1px solid #f6f9ff;
    }

.k-btn-sm {
    padding: 0.2rem 0.2rem;
    border-radius: 5px;
    font-size: 14px;
}

.k-btn-m {
    padding: 0.5rem 1.2rem;
    border-radius: 5px;
    font-size: 16px;
}

.k-btn-l {
    padding: 0.8rem 2rem;
    border-radius: 8px;
    font-size: 18px;
}
/*Secondary Button*/
.ks-btn {
    background-color: #5383e3;
    border: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease;
    color: #f1eeee;
}

    .ks-btn:hover {
        border: 1px solid #000;
        color: #fff;
    }

    .ks-btn:active {
        border: 1px solid transparent;
    }

.ks-btn-sm {
    padding: 0.2rem 0.2rem;
    border-radius: 5px;
    font-size: 14px;
}

.ts-btn-m {
    padding: 0.5rem 1.2rem;
    border-radius: 5px;
    font-size: 16px;
}

.ks-btn-l {
    padding: 0.8rem 2rem;
    border-radius: 8px;
    font-size: 18px;
}
/*Tertiary btn*/
.kt-btn {
    background-color: #f1f2f5;
    border: 1px solid #dbd4d4;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease;
    color: #4b4949;
}

    .kt-btn:hover {
        border: 1px solid #635f5f;
        color: #000;
    }

    .kt-btn:active {
        border: 1px solid transparent;
    }

.kt-btn-sm {
    padding: 0.2rem 0.2rem;
    border-radius: 5px;
    font-size: 14px;
}

.kt-btn-m {
    padding: 0.5rem 1.2rem;
    border-radius: 5px;
    font-size: 16px;
}

.kt-btn-l {
    padding: 0.8rem 2rem;
    border-radius: 8px;
    font-size: 18px;
}
/*Functional Buttons*/
.bi {
    font-size: 18px;
}

.sidebar-link > .bi {
    font-size: 12px !important;
}

.k-btn-login {
    padding: 0.2rem 4rem;
    border-radius: 5px;
    font-size: 16px;
    background-color: aliceblue;
    border: 2px solid #9dabdf6b;
    color: #4d89c1;
}

.kf-btn {
    text-decoration: none;
    cursor: pointer;
    transition: 0.1s ease;
    border-radius: 5px;
    outline: none;
    color: #4d506e;
    padding: 0.5rem 1.7rem;
    margin: 0.1rem;
}

.k-btn-add {
    color: #004085;
    background-color: #cce5ff;
    border: 1px solid transparent;
}

    .k-btn-add:hover {
        background-color: #a9d0f7;
        color: #004085;
        border: 1px solid #b1aaaa;
    }

    .k-btn-add:active {
        border: 1px solid #f6f9ff;
    }

.k-btn-info {
    background-color: #baebf3;
    color: #0c5460;
    border: 1px solid transparent;
}

    .k-btn-info:hover {
        background-color: #99e5f1;
        border: 1px solid #b1aaaa;
    }

    .k-btn-info:active {
        border: 1px solid #f6f9ff;
    }

.k-btn-warning {
    background-color: #ffd85a;
    color: #937828;
    border: 1px solid transparent;
}

    .k-btn-warning:hover {
        background-color: #ffd315ad;
        color: #5f4d1a;
        border: 1px solid #b1aaaa;
    }

    .k-btn-warning:active {
        border: 1px solid #f6f9ff;
    }

.k-btn-danger {
    background-color: #f5c6cb;
    color: #5f0b0be0;
    border: 1px solid transparent;
}

    .k-btn-danger:hover {
        background-color: #f3b5bc;
        color: #5f0b0be0;
        border: 1px solid #b1aaaa;
    }

    .k-btn-danger:active {
        border: 1px solid #f6f9ff;
    }

.k-btn-success {
    background-color: #29af29;
    color: #ffffffe0;
    border: 1px solid transparent;
}

    .k-btn-success:hover {
        background-color: #209120;
        color: #fff;
        border: 1px solid #ffffff;
    }

    .k-btn-success:active {
        border: 1px solid #29af29;
    }

.k-btn-details {
    background-color: #3977e5;
    color: #ffffffe0;
    border: 1px solid transparent;
}

    .k-btn-details:hover {
        background-color: #105add;
        border: 1px solid #247dbc;
    }

    .k-btn-details:active {
        border: 1px solid #f6f9ff;
    }

.k-btn-edit {
    background-color: rgb(0, 83, 156);
    color: #ffffffe0;
    border: 1px solid transparent;
}

    .k-btn-edit:hover {
        background-color: rgb(1 106 199);
        color: #fff;
        border: 1px solid #ffffff;
    }

    .k-btn-edit:active {
        border: 1px solid #f6f9ff;
    }

.k-btn-delete {
    background-color: #eb4040;
    color: #fff;
    border: 1px solid transparent;
}

    .k-btn-delete:hover {
        background-color: #e32525;
        color: #fff;
        border: 1px solid #ffffff;
    }

    .k-btn-delete:active {
        border: 1px solid #eb4040;
    }

.k-btn-prev {
    background-color: #d7ecffdb;
    border: 1px solid transparent;
}

    .k-btn-prev:hover {
        background-color: #c8e0f5db;
        border: 1px solid #b1aaaa;
    }

    .k-btn-prev:active {
        border: 1px solid #f6f9ff;
    }

.k-btn-next {
    background-color: #d7ecffdb;
    border: 1px solid transparent;
}

    .k-btn-next:hover {
        background-color: #c8e0f5db;
        border: 1px solid #b1aaaa;
    }

    .k-btn-next:active {
        border: 1px solid #f6f9ff;
    }

.k-btn-question {
    color: #004085;
    background-color: #cce5ff;
    border: 1px solid transparent;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 0 !important;
}

    .k-btn-question > .bi-question {
        font-size: 24px;
    }

    .k-btn-question:hover {
        border: 1px solid #b1aaaa;
    }

    .k-btn-question:active {
        border: 1px solid #f6f9ff;
    }

.k-btn-close {
    background-color: #efefef;
    border: 1px solid transparent;
}

    .k-btn-close:hover {
        background-color: #e9e5e5;
        border: 1px solid #b1aaaa;
    }

    .k-btn-close:active {
        border: 1px solid #f6f9ff;
    }

.k-btn-close-t {
    background-color: #fde8e8;
    border: 1px solid transparent;
}

    .k-btn-close-t:hover {
        background-color: #f7cdcd;
        border: 1px solid #b1aaaa;
    }

    .k-btn-close-t:active {
        border: 1px solid #f6f9ff;
    }
/*Forms*/
.k-form-sm {
    width: 500px;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 2rem;
    border-radius: 10px;
    background-color: #fafdff;
    box-shadow: 1px 1px 14px 1px #e3dcdc;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.k-form-m {
    width: 600px;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 2rem;
    border-radius: 10px;
    background-color: #fafdff;
    box-shadow: 1px 1px 14px 1px #e3dcdc;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.k-group {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.k-form-header {
    font-weight: 300;
    margin: 0.2rem;
    border-bottom: 1px solid #dfd9d9;
    margin-bottom: 2rem;
    text-align: center;
}
/*Global Classes  | |  k-section*/
.k-flex-center-v {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.k-flex-center-h {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.xmt-1 {
    margin-top: 1rem;
}

.xmt-2 {
    margin-top: 2rem;
}

.xmb-1 {
    margin-bottom: 1rem;
}

.xmb-2 {
    margin-bottom: 2rem;
}

.kpt-1 {
    padding-top: 1rem;
}

.kpt-2 {
    padding-top: 2rem;
}

.kpb-1 {
    padding-bottom: 1rem;
}

.kpb-2 {
    padding-bottom: 2rem;
}

.k-fx {
    display: flex;
}

.kt-3 {
    transition: all ease 0.3s;
}

.kt-5 {
    transition: all ease 0.5s;
}
/*Notifications*/
/*Success*/
.k-alert-success {
    background-color: #63bb28;
    color: #ffffff;
    border: 1px solid transparent;
    box-shadow: 1px 1px 12px #38383880;
    animation: successFade 1s;
}

#alertMessage {
    display: flex;
}

@keyframes successFade {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}
/*Danger*/
.k-alert-danger {
    background-color: #f5c6cb;
    color: #5f0b0be0;
    border: 1px solid transparent;
    box-shadow: 1px 1px 12px #bfb9b9b0;
}
/*Warning*/
.k-alert-warning {
    background-color: #ffcc29;
    color: #3b331d;
    border: 1px solid transparent;
    box-shadow: 1px 1px 12px #bfb9b9b0;
}
/*Info*/
.k-alert-info {
    background-color: #baebf3;
    color: #0c5460;
    border: 1px solid transparent;
    box-shadow: 1px 1px 12px #bfb9b9b0;
}
/*Detail*/
.k-alert-detail {
    color: #004085;
    background-color: #cce5ff;
    border: 1px solid transparent;
    box-shadow: 1px 1px 12px #bfb9b9b0;
}

.k-alert-close {
    text-decoration: none;
    cursor: pointer;
    transition: 0.1s ease;
    border-radius: 5px;
    outline: none;
    color: #59c648;
    padding: 0rem 0.7rem;
    background-color: #ffffff;
    right: 1rem;
    top: 1rem;
    font-size: 24px;
    border: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.6rem;
    margin-right: 0.4rem;
    -ms-transform: translate(-50%, -50%);
    width: 38px;
    transition: 0.3s ease;
}

    .k-alert-close:hover {
        background-color: #f1f1f1f2;
        color: #22a70e;
    }

.k-alert {
    width: 400px;
    position: absolute;
    top: 7rem;
    right: 5rem;
    position: fixed;
    z-index: 33;
}

@media screen and (max-width: 675px) {
    .k-alert {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        position: fixed;
        z-index: 33;
        font-size: 14px;
        border-radius: 0 !important;
    }
}
/*R Table*/
.table-container {
    padding: 0.25rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.table-wrapper {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 24px 1px #f3e7e787;
    padding: 3rem 1rem 2rem 1rem;
}

@media screen and (mak-width: 1026px) {
    .table-wrapper {
        overflow-x: auto;
    }
}

.table-header-container {
    display: flex;
    justify-content: space-between;
}

.table-header {
    color: #52b0f5 !important;
}

.bg-selected {
    background: #b2ffb2a3;
    padding: 0.3rem;
    border-radius: 5px;
}

.bg-refunded {
    background: #bfddffa3;
    padding: 0.3rem;
    border-radius: 5px;
}

.bg-declined {
    background: #ffbbbba3;
    padding: 0.3rem;
    border-radius: 5px;
}

.k-table {
    display: table;
    margin-top: 2rem;
    padding: 1rem;
    border: 1px solid #8080801c;
    border-radius: 10px;
    width: 100%;
}

.k-table-body {
    width: 100%;
    padding: 0.25rem;
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.k-tr {
    width: 100%;
    display: table-row;
    padding: 0.5rem;
    border: 1px solid #c9c9c961;
    border-radius: 5px;
    margin-bottom: 0.2rem;
    transition: 0.2s ease;
    border-collapse: collapse;
    vertical-align: middle;
}

    .k-tr:hover {
        border-bottom: 1px solid #1e62dd;
        background-color: #dbe6ef0f;
    }

.k-td,
.k-th {
    padding: 1rem;
    display: table-cell;
}

.tbl-sm-buttons {
    display: flex;
}

.tbl-inpt {
    padding: 0.41rem 0.2rem !important;
}

.tbl-edit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 1.2rem !important;
}

.tbl-del {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 1.2rem !important;
}

    .tbl-del:hover {
        color: #fff !important;
    }

.table-footer {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

/*Blog Pages Style*/
/*Breadcrumb Navigation*/
.page-header-container-references {
    margin-bottom: 2rem;
    border-radius: 10px;
    background: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-image: url(../images/8.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    background-attachment: fixed;
}

@media screen and (max-width: 675px) {
    .breadcrumb-container {
        height: 300px !important;
    }

    .page-header-container-references {
        background-position: bottom;
        height: 300px;
    }

    .page-body {
        padding: 0.5rem !important;
    }

    .page-dynamic-content {
        width: 100% !important;
        padding: 1rem !important;
    }
}

.breadcrumb-container {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 400px;
    font-size: 32px;
    color: #fff;
    background: #272727bf;
}

.breadcrumb-list {
    display: flex !important;
    padding: 0.5rem;
    flex-direction: row !important;
    align-items: center;
}

    .breadcrumb-list li {
        padding: 0.25rem;
        list-style-type: none;
        display: inline-flex;
    }

    .breadcrumb-list a {
        font-weight: 900;
        padding: 0.25rem;
        text-decoration: none;
        color: #fff;
        border-bottom: 1px solid transparent;
        transition: 0.3s ease;
    }

        .breadcrumb-list a:hover {
            color: #5daaf8;
        }

@media screen and (max-width: 768px) {
    .breadcrumb-list a {
        font-size: 12px;
    }
}

.breadcrumb-list i {
    font-size: 12px;
    line-height: 10px;
}

/*BlogPost*/
/*Blog*/
.blog-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.blog-row {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 6px 4px 22px 1px #cdc3c357;
    margin: 0.5rem;
    background-color: #ffffff87;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media screen and (max-width: 768px) {
    .blog-row {
        width: 355px;
    }
}

.blog-content img {
    display: flex;
    margin: auto;
    object-fit: cover;
    width: 150px;
    height: 150px;
}

.blog-content-wrapper {
    padding: 1rem;
}

.blog-header {
    font-weight: 600;
    height: 60px;
}

@media screen and (max-width: 768px) {
    .blog-header {
        margin-bottom: 2rem;
    }
}

.blog-paragraph {
    height: 100px;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.see-more-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.see-more {
    padding: 0.5rem 2.5rem;
    background-color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    color: #2c2b2be0;
    border: 1px solid #9226c524;
    margin-top: 3rem;
    transition: 0.3s ease;
    box-shadow: 9px 8px 15px 3px #80808036;
    appearance: none;
    background: transparent;
    cursor: pointer;
}

    .see-more:hover {
        background-color: #3389ca;
        border: 1px solid transparent;
        color: #fff;
        filter: brightness(1.1);
    }

    .see-more:active {
        filter: brightness(0.9);
    }

.blogpost-container {
    display: flex;
    flex-direction: row;
    margin-top: 15rem;
}

@media screen and (max-width: 1024px) {
    .blogpost-container {
        flex-direction: column;
        width: 95%;
        margin: auto;
    }
}

.blogpost-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .blogpost-home-container {
        flex-direction: column !important;
    }
}

.blogpost {
    padding: 4rem;
    box-shadow: 6px 4px 22px 1px #cdc3c357;
    border: 1px solid #c8bdbd2e;
    border-radius: 5px;
    background-color: #ffffff87;
}

@media screen and (max-width: 768px) {
    .blogpost {
        padding: 2rem !important;
        margin-left: 1rem;
        width: 95%;
        margin: auto;
    }
}

.blogpost-image-container {
    height: 300px;
}

.blogpost-image {
    height: 300px;
    object-fit: contain;
    display: flex;
}

@media screen and (max-width: 768px) {
    .blogpost-image {
        height: 250px;
    }
}

.blogpost-header {
    font-size: 43px;
    color: #139DD1;
    display: flex;
}

@media screen and (max-width: 768px) {
    .blogpost-header {
        font-size: 24px;
    }
}

.date-and-author-container {
    display: flex;
    align-items: center;
}

.date-and-author {
    color: #545151b0;
    font-size: 18px;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .date-and-author {
        font-size: 14px;
    }
}
/*Blogpost Footer*/
/*Share Container*/
.blogpost-footer {
    display: flex;
}

@media screen and (max-width: 768px) {
    .blogpost-footer {
        flex-direction: column;
        justify-content: center;
    }
}

.share-container {
    width: 50%;
}

.share-buttons {
    padding: 1rem;
    display: flex;
    list-style-type: none;
}

    .share-buttons li {
        margin-right: 1rem;
    }

    .share-buttons a {
        padding: 0.5rem;
    }

@media screen and (max-width: 768px) {
    .share-buttons a {
        padding: 0.3rem;
    }
}

.share-link {
    border-radius: 5px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

    .share-link > i {
        font-size: 22px;
    }

.share-link-facebook {
    color: #3b5998;
    border: 1px solid #3b599880;
    background-color: aliceblue;
}

.share-link-twitter {
    color: #00acee;
    border: 1px solid #00acee80;
    background-color: aliceblue;
}

.share-link-linkedin {
    color: #0072b1;
    border: 1px solid #0072b180;
    background-color: aliceblue;
}

.share-link-whatsapp {
    color: #075e54;
    border: 1px solid #075e5480;
    background-color: aliceblue;
}

.share-link-telegram {
    color: #2AABEE;
    border: 1px solid #2AABEE80;
    background-color: aliceblue;
}

.share-link-envelope {
    color: red;
    border: 1px solid #db282880;
    background-color: aliceblue;
}

.share-link-envelope {
    color: #db2828;
    border: 1px solid #db282880;
    background-color: aliceblue;
}

.share-link:hover {
    border: 1px solid transparent;
    box-shadow: 1px 1px 2px 1px;
}

.like-container {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
    .like-container {
        justify-content: flex-start;
        margin-bottom: 1rem;
        width: 100%;
    }
}

#like-button {
    border: none;
    outline: none;
    margin-right: 0.5rem;
    background-color: transparent;
    font-size: 20px;
    transition: 0.3s ease;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    box-shadow: 3px 2px 11px 3px #e3d6d6b3;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #like-button:hover {
        color: #e32020c4;
    }

    #like-button:active {
        color: red;
    }

.liked .fa-heart {
    color: #e32020;
    font-weight: 900;
}

.alert-like {
    width: 350px;
    display: flex;
    padding: 1rem;
    float: right;
    margin: 0;
    position: inherit !important;
}

.fa-heart-red {
    color: red;
}

#comments-button {
    border: none;
    outline: none;
    margin-right: 0.5rem;
    background-color: transparent;
    font-size: 20px;
    transition: 0.3s ease;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 1rem;
    color: #b8aebb;
    box-shadow: 3px 2px 11px 3px #e3d6d6b3;
}

@media screen and (max-width: 768px) {
    #like-button, #comments-button {
        padding: 1rem !important;
    }
}
/*Comment Section*/
.comment-section {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 1rem;
}

.product-comment-section {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 4rem;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .comment-section {
        display: block;
        width: 95%;
        margin: auto;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}

.blog-profile-picture {
    background-color: #ece1e14d;
    border: 1px solid #b2b2b242;
    box-shadow: 1px 2px 12px 1px #f0f0f06b;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
    margin-right: 1rem;
    border-radius: 20%;
    justify-content: center;
}

.comment {
    border: 1px solid #eaeaea;
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    border-radius: 5px;
    padding: 0.2rem;
}

.comment-top {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.comment-top-left > .fa-user {
    color: #9b9191;
}

.comment-top-right {
    display: flex;
}

.comment-content {
    padding: 1rem;
    margin-left: 1rem;
}

.comment-date {
    color: #9b9191;
}

.delete-comment {
    margin-left: 0.4rem;
    color: #ca3434;
}

#Website {
    display: none;
}
/*Blogpost Sidebar*/
.blog-search-container {
    display: flex;
    justify-content: space-around;
    padding-top: 3rem;
}

.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 550px !important;
}

.search-input {
    padding: 0.5rem 2rem;
    border-radius: 8px;
    border: 1px solid #d6d6d6;
    transition: 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

    .search-input:focus {
        border: 1px solid #519f48 !important;
        box-shadow: 4px 3px 12px 1px #c3b0b069;
    }

    .search-input:hover {
        box-shadow: 4px 3px 12px 1px #c3b0b069;
    }

.blog-search-btn {
    background-color: #519f48;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 7px 30px;
    width: 100%;
    font-weight: 400;
    transition: 0.3s ease;
}

.other-blogposts {
    padding: 1rem;
    box-shadow: 6px 4px 22px 1px #cdc3c357;
    border: 1px solid #c8bdbd2e;
    border-radius: 5px;
    background-color: #ffffff87;
    margin-left: 1rem;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .blogpost-container {
        margin-top: 2rem;
    }

    .blog-home-container {
        width: 95%;
        margin: auto;
    }

    .other-blogposts {
        width: 95%;
        margin: auto;
        margin-top: 1rem;
    }

    .blogpost-textarea {
        width: 100% !important;
    }
}

.blogpost-home-container {
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
    padding-bottom: 7rem;
}

.blog-home-container {
    box-shadow: rgba(205, 195, 195, 0.34) 6px 4px 22px 1px;
    background-color: rgba(255, 255, 255, 0.53);
    border: 1px solid rgba(200, 189, 189, 0.18);
}

.page {
    box-shadow: 1px 4px 12px 1px #00000021;
}

.page-wrapper {
    padding-bottom: 10rem;
}

.page-body {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
}

.page-header {
    font-family: Rajdhrani;
    font-size: 34px;
    font-weight: 700;
}

.page-dynamic-content {
    width: 90%;
    padding: 2rem;
    box-shadow: 1px 1px 24px 1px #80808038;
    margin: auto;
}

    .page-dynamic-content h3 {
        font-family: Rajdhrani;
        font-size: 34px;
        font-weight: 700;
        color: #2873b6;
        margin-top: 1rem;
    }

    .page-dynamic-content ul {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        margin-left: 2rem;
    }

.blog-home {
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 5px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}

.blog-inside-content {
    padding: 2rem;
}

.navigation-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.previous-next-container {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}

.previous-container {
    margin-right: 1rem;
}

.next-button, .previous-button {
    background-color: #c135c1;
    color: #ffffffbd;
    border-radius: 5px;
    box-shadow: 1px 1px 8px 1px #aea3a387;
    padding: 0.5rem 2rem;
    text-decoration: none;
}

    .next-button:hover, .previous-button:hover {
        color: #fff;
    }

@media screen and (max-width: 675px) {
    .news-image {
        width: 330px !important;
        height: 360px;
        object-fit: cover;
        margin: auto;
        display: flex;
    }
}

.news-read-more {
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: rgb(26, 84, 117);
    border-radius: 5px;
    transition: 0.5s ease;
    background-color: #fff;
    color: #27698d;
    border: 1px solid #27698d38;
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: space-evenly;
}

    .news-read-more:hover {
        background: #27698d;
        color: #fff;
        border: 1px solid transparent;
    }


        .news-read-more:hover .read-more-icon {
            display: flex;
        }

.newest-header {
    margin-top: 1rem;
}

.newest-blogpost-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: 4px 5px 12px 3px #eddcdc85;
    border: 1px solid transparent;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .newest-blogpost-container {
        width: 355px;
        margin: auto;
        margin-bottom: 1rem;
    }
}

.newest-blogpost-container > a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    border-radius: 5px;
    background-color: transparent;
    color: #644a76;
}

.newest-blogpost-container:hover {
    border: 1px solid #c9baba33;
}

.newest-blogpost-container > a:hover {
    color: #a69999;
}

.newest-blogpost-image {
    width: 120px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.field-validation-error {
    color: #8b4fcb;
}
/*Read More Button*/
.read-more-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.read-more-btn {
    width: 12rem;
    height: auto;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    margin-top: 1rem;
}

    .read-more-btn .read-more-circle {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: relative;
        display: block;
        margin: 0;
        width: 3rem;
        height: 3rem;
        background: #8e8e8e;
        border-radius: 0.2rem;
    }

        .read-more-btn .read-more-circle .read-more-icon {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #fff;
        }

            .read-more-btn .read-more-circle .read-more-icon.arrow {
                transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
                left: 0.625rem;
                width: 1.125rem;
                height: 0.125rem;
                background: none;
            }

                .read-more-btn .read-more-circle .read-more-icon.arrow::before {
                    position: absolute;
                    content: "";
                    top: -0.29rem;
                    right: 0.0625rem;
                    width: 0.625rem;
                    height: 0.625rem;
                    border-top: 0.125rem solid #fff;
                    border-right: 0.125rem solid #fff;
                    transform: rotate(45deg);
                }

    .read-more-btn .read-more-text {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0.75rem 0;
        margin: 0 0 0 1.85rem;
        color: #282936;
        font-weight: 300;
        line-height: 1.6;
        text-align: center;
    }

    .read-more-btn:hover .read-more-circle {
        width: 100%;
    }

        .read-more-btn:hover .read-more-circle .read-more-icon.arrow {
            background: #fff;
            transform: translate(1rem, 0);
        }

    .read-more-btn:hover .read-more-text {
        color: #fff;
    }

/*Mouse Scroll*/
.scroll-downs {
    width: 34px;
    height: 55px;
    position: absolute;
    margin: auto;
    z-index: 10;
    top: 70%;
}

@media screen and (max-width: 675px) {
    .scroll-downs {
        left: 25px;
    }
}

.mousey {
    width: 5px;
    padding: 10px 15px;
    height: 35px;
    border: 4px solid #f2f1f1;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 5px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

