﻿@import"https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";

:root {
    --color-black: hsl(0, 0%, 10%);
    --color-white: hsl(0, 0%, 100%);
    --color-darken: hsl(0, 0%, 20%);
    --color-pink-100: hsl(336, 95%, 94%);
    --color-pink-200: hsl(338, 91%, 87%);
    --color-pink-300: hsl(339, 90%, 81%);
    --color-pink-400: hsl(339, 88%, 74%);
    --color-pink-500: hsl(339, 82%, 67%);
    --color-pink-600: hsl(339, 76%, 59%);
    --color-pink-700: hsl(339, 67%, 52%);
    --color-pink-800: hsl(339, 68%, 45%);
    --color-pink-900: hsl(339, 69%, 38%);
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.hover-border {
    border: 1px solid #000000;
}

.navspacer {
    padding: 0 0 0 15px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 15px;
        font-size: 36px;
        margin-left: 50px;
    }

*, *::before, *::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

html {
    font-size: 100%;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    scroll-behavior: smooth
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    color: var(--color-black);
    background: var(--color-white)
}

a, button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
}

img, video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

img {
    image-rendering: auto;
    image-rendering: high-quality;
}

.desktopdisplay {
    display: block
}

.mobiledisplay {
    display: none
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}


.pt-15 {
    padding-top: 15px;
}

.enrichedwith {
    text-align: center;
    padding: 2px 10px;
    background-color: #ffffff;
    margin: auto;
    width: 30%;
    position: relative;
    top: 13px;
    font-weight: 600;
    font-size: 16px;
}

.enrichedwith-line {
    color: #000000;
    background-color: #000000;
    height: 1px;
    width: 100%;
}

.enriched-circle {
    height: 140px;
    width: 140px;
    border-radius: 110px;
    color: #000000;
    text-align: center;
    border: 1px solid #000000;
    padding: 0px 10px 0 10px;
    font-size: 16px;
    font-weight: 500;
    display: table;
    margin: auto;
}

.enriched-circle-small {
    height: 90px;
    width: 90px;
    border-radius: 90px;
    color: #000000;
    text-align: center;
    border: 1px solid #000000;
    padding: 0px 15px 0 15px;
    font-weight: 500;
    display: table;
    margin: auto;
}

.enrichedmatter {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.enrichedinfo {
    margin: 40px 0 0 0
}

.flawer {
    text-align: center;
    position: relative;
    top: -70px;
    left: 105px;
}

.facial-kit-shadowline {
    margin: 0 0 50px 0;
    -webkit-box-shadow: 0 2px 2px #cccccc;
    -moz-box-shadow: 0 2px 2px #cccccc;
    box-shadow: 0 2px 2px #cccccc;
}

.colorblack {
    color: #000000 !important;
}

.facial-kit-txt-container {
    display: table;
    height: 100%;
}

.facial-kit-txt {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-left: 15px;
}

.facial-kit-title-blue {
    color: #1277A5
}

.facial-kit-title-yellow {
    color: #D1A904
}

.facial-kit-title-pink {
    color: #D61E7C
}

.facial-kit-title-green {
    color: #99AE1E
}

.facial-kit-title {
    font-size: 26px;
}

.facial-kit-ownmatter {
    padding: 15px 0;
    color: #000000;
    line-height: 25px;
    font-size: 16px;
}

.facial-enriched-name {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    color: #000000;
}

.spacerleft {
    margin-left: 10%;
}

.pull-right {
    float: right !important;
}

.space-nil {
    padding: 0px;
}







.clear {
    clear: both;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}

.shoplinelogo {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    text-align: center
}

.containerc {
    max-width: 95rem;
    height: auto;
    margin: 0 auto;
    padding: 0 1.25rem
}

.brand {
    font-family: "Rubik", sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -1px;
    color: var(--color-pink-600);
    text-transform: uppercase
}

.topmenuspacer {
    margin-left: -100px;
    padding-top: 56px;
}

.header {
    /*  position: fixed;*/
    background-color: transparent;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    /*  padding: .75rem 0;*/
    z-index: 100;
    transition: color .5s ease;
    padding-bottom: 10px;
}

    .header:hover {
        background-color: #ffffff;
        transition: color .5s ease
    }

    .header .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7%;
    flex: 0 0 7%
}

.header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .header-item-right .menu-icon {
        font-size: 1.35rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1rem;
        margin-left: 1rem;
        color: var(--color-black);
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

.header .menu > ul > li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 14px;
}

    .header .menu > ul > li > a {
        position: relative;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25;
        border: none;
        outline: none;
        /*  color: var(--color-black);*/
        color: #ffffff;
        text-transform: capitalize;
        text-decoration: none;
        padding-left: 15px;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        top: 2px;
    }

.menu-section:hover {
    color: #000000 !important;
}

.header .menu > ul > li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    z-index: 109;
    opacity: 0;
    visibility: hidden;
    /*  border-top: 3px solid var(--color-pink-600);*/
    background: var(--color-white);
    -webkit-box-shadow: var(--shadow-medium);
    box-shadow: var(--shadow-medium);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    top: 97px;
}

    .header .menu > ul > li .menu-subs > ul > li {
        line-height: 1
    }

        .header .menu > ul > li .menu-subs > ul > li > a {
            display: inline-block;
            font-family: inherit;
            font-size: 1rem;
            font-weight: 500;
            line-height: 1.25;
            padding: .75rem 0;
            border: none;
            outline: none;
            color: var(--color-black);
            text-transform: capitalize;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

.header .menu > ul > li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem
}

.header .menu > ul > li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
        display: block;
        line-height: 1
    }

        .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
            display: inline-block;
            font-family: inherit;
            font-size: 1rem;
            font-weight: 500;
            line-height: 1.25;
            padding: .5rem 0;
            border: none;
            outline: none;
            color: var(--color-black);
            text-transform: capitalize;
            -webkit-transition: color .3s ease;
            transition: color .3s ease
        }

.fullmenu {
    width: 100%;
    background-color: aquamarine
}

.header .menu > ul > li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 68rem;
    max-width: 100%;
    width: 100%;
    padding: 1.25rem 1rem;
    position: absolute;
}

.header .menu > ul > li .menu-subs.menu-column-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100rem;
    max-width: 100%;
    width: 100%;
    padding: 1.25rem 1rem;
    position: absolute;
}

.menu-list {
    width: 61%;
    margin: auto;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 1rem
}

.header .menu > ul > li .menu-subs.menu-column-5 > .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 0 1rem
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: .75rem 0;
    color: var(--color-pink-700);
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header .menu > ul > li .menu-subs.menu-column-5 > .list-item .title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: .75rem 0;
    color: var(--color-pink-700);
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    text-align: center
}

.header .menu > ul > li .menu-subs.menu-column-5 > .list-item.text-center .title {
    text-align: center
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: .75rem;
    -o-object-fit: cover;
    object-fit: cover
}

.header .menu > ul > li .menu-subs.menu-column-5 > .list-item img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: .75rem;
    -o-object-fit: cover;
    object-fit: cover
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover, .header .menu > ul > li .menu-subs > ul > li > a:hover {
    color: var(--color-pink-700)
}

.header-item-right a:hover, .header .menu > ul > li:hover > a {
    
    color:#ffffff;
}

.header .menu-mobile-header, .header .menu-mobile-toggle {
    display: none
}

header .logo {
    text-align: center;
}

    header .logo a {
        display: inline-block;
    }

    header .logo img {
        margin: auto;
    }

.header-bottom {
    width: 80%;
    float: right;
}


.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .menutitle {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: 12px 0 5px 10px;
    color: #58595b !important;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: transparent;
}

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .menutitle a {
        color: #000000 !important;
    }

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
    font-family: inherit;
    text-decoration: none;
    border-bottom: 1px solid #cccccc;
    border-collapse: collapse;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    padding: 15px 10px;
    width: 100%;
    outline: none;
    color: #000000;
    text-transform: capitalize;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover, .header .menu > ul > li .menu-subs > ul > li > a:hover {
        color: var(--color-pink-700);
        color: #562B00;
        text-decoration: underline;
    }

.nav-menu {
    width: 72%;
    float: left;
    text-align: center;
    padding-top: 0.313rem;
}

    .nav-menu ul li {
        display: inline-block;
        padding: 0 3%;
    }

        .nav-menu ul li a {
            font-weight: 400;
            font-size: 1rem;
            color: #ffffff;
            line-height: 1.3;
            text-transform: uppercase !important;
            display: block;
        }
/***/
.menu-list {
    width: 80%;
    margin: auto;
}

.menu-list5 {
    width: 71%;
    margin: auto;
}

.menu-subs .list-item {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding: 0 0.625rem;
}

.menu-subs .list-item5 {
    display: inline-block;
    width: 19%;
    vertical-align: top;
    padding: 0 0.625rem;
}

.menu-subs .list-item .title {
    text-align: center;
    text-decoration: none !important;
    line-height: 1.33;
    font-weight: 500;
    color: #010000;
    font-size: 16px;
    margin-bottom: 0.875rem;
    margin-top: 0.875rem;
}

.menu-subs .list-item5 .title {
    text-align: left;
    line-height: 1.33;
    font-weight: 500;
    color: #010000;
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
}

.menu-subs .list-item ul li {
    display: block;
    text-align: left;
    padding: 0;
}

    .menu-subs .list-item ul li a {
        font-size: 1rem;
        color: #010000;
        font-weight: 400;
        line-height: 2.2;
        text-transform: none !important;
        text-decoration: none;
    }

li.menu-item-has-children a i {
    display: inline-block;
    margin-left: 0.5rem;
}




.view-all-link {
    padding: 0 0 0.625rem 0;
    margin-bottom: 0.625rem;
    text-align: center;
}

.nav-menu .header-item-center .menu-section .list-item .view-all-link a {
    font-size: 1.125rem;
    color: #010000 !important;
    font-weight: 500 !important;
}

.nav-menu .header-item-center .menu-section .list-item .view-all-link .text-lowecase {
    text-transform: capitalize !important;
    text-align: left !important;
}

.clsaddtocart {
    margin-bottom: 15px;
}

.logo {
    display: none
}

.logo-mobile {
    display: none
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0px !important;
}

ol, ul {
    padding-left: 0px !important;
}

.coffee {
    background-image: url("../images/coffee.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.brownpatch {
    background-color: #434343;
    height: 40px;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
}

.account {
    display: inline-block;
    border: 1px solid #562B00;
    background-color:#ffffff;
    color: white;
    padding: 6px 15px;
    font-size: 14px;
    margin-left: 15px;
    position: relative;
    border-radius: 10px;
    top: 24px;
}

    .account:hover {
        background-color: rgba(0, 0, 0, 0.1) !important;
        color: #ffffff !important;
        cursor: pointer
    }

    .account img {
        display: inline
    }


.transaction-container {
    border: 1px solid #000000;
    padding: 15px;
}

.transactionlogo {
    display: inline-block;
    width: 6%;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.transactiondate {
    padding-top: 48px;
}

.transactionseparation-line {
    height: 1px;
    width: 100%;
    color: #000000;
    background-color: #000000;
    margin: 30px 0
}

.receipt .receipt-details {
    padding-left: 110px;
    padding-top: 80px;
    padding-bottom: 50px;
}

    .receipt .receipt-details ul li {
        margin-bottom: 0.625rem;
    }

        .receipt .receipt-details ul li label {
            display: inline-block;
            font-size: 1rem;
            color: #666666;
            font-weight: 400;
            padding-left: 0;
        }

.companyname {
    display: inline-block
}

.transactionborder-left {
    border-right: 1px solid #000000;
}

.transaction-signature {
    padding-top: 265px;
    display: flex;
    justify-content: center
}

.transaction-matter {
    padding: 15px 0
}

.transaction-matter-icons {
    padding: 15px 0;
    text-align: right
}

    .transaction-matter-icons a img {
        display: inline-block;
        padding-left: 25px;
    }

.transactionsuccessfullogo {
    display: inline-block;
    position: relative;
    top: 9px;
    margin-right: 5px;
}

.transactionsuccess-matter {
    display: inline-block;
    padding-left: 15px;
    font-weight: 600;
    padding-bottom: 15px;
}

.accountlog {
    display: inline-block;
    border: 1px solid #562B00;
    color: red;
    padding: 5px 25px;
    font-size: 14px;
    margin-left: 15px;
    position: relative;
    border-radius: 10px;
    top: 24px;
    background-color: #ffffff
}

    .accountlog span {
        padding-left: 5px;
        font-weight: 500;
        font-size: 15px;
        position: relative;
        top: 2px;
    }

    .accountlog img {
        display: inline
    }


html {
    scroll-behavior: smooth;
}

#scrollTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #562B00;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 999;
}

    #scrollTop:hover {
        background: #000;
        transform: translateY(-4px);
    }

.pop-up-txtfld {
    -webkit-appearance: none; /* Safari / Chrome */
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    outline: none;
    font-size: 14px;
    border: 1px solid #000000;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: #fff;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}
/* ************************** css for index page ************************* */
/*
#owl-carousel2 .owl-prev{
position: absolute;
top: 165px;
left: -20px;
font-size: 36px;
} 
#owl-carousel2 .owl-next{
position: absolute;
top: 165px;
left: 1300px;
font-size: 30px;
font-size: 36px;
}
*/
#about-carousel .owl-next {
    display: none
}

#about-carousel .owl-prev {
    display: none
}

#best-seller-cleanmore .owl-next {
    display: none
}

#best-seller-cleanmore .owl-prev {
    display: none
}

#best-seller-biofit .owl-next {
    display: none
}

#best-seller-biofit .owl-prev {
    display: none
}

#best-seller-herbsnmore .owl-next {
    display: none
}

#best-seller-herbsnmore .owl-prev {
    display: none
}

#best-seller-naturamore .owl-next {
    display: none
}

#best-seller-naturamore .owl-prev {
    display: none
}

#testimony .owl-next {
    display: none
}

#testimony .owl-prev {
    display: none
}

transaction-container {
    border: 1px solid #000000;
    padding: 15px;
}

.transactionlogo {
    display: inline-block;
    width: 6%;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.transactiondate {
    padding-top: 48px;
}

.transactionseparation-line {
    height: 1px;
    width: 100%;
    color: #000000;
    background-color: #000000;
    margin: 30px 0
}

.receipt .receipt-details {
    padding-left: 110px;
    padding-top: 80px;
    padding-bottom: 50px;
}

    .receipt .receipt-details ul li {
        margin-bottom: 0.625rem;
    }

        .receipt .receipt-details ul li label {
            display: inline-block;
            font-size: 1rem;
            color: #666666;
            font-weight: 400;
            padding-left: 0;
        }

.companyname {
    display: inline-block
}

.transactionborder-left {
    border-right: 1px solid #000000;
}

.transaction-signature {
    padding-top: 265px;
    display: flex;
    justify-content: center
}

.transaction-matter {
    padding: 15px 0
}

.transaction-matter-icons {
    padding: 15px 0;
    text-align: right
}

    .transaction-matter-icons a img {
        display: inline-block;
        padding-left: 25px;
    }

.transactionsuccessfullogo {
    display: inline-block;
    position: relative;
    top: 9px;
    margin-right: 5px;
}

.transactionsuccess-matter {
    display: inline-block;
    padding-left: 15px;
    font-weight: 600;
    padding-bottom: 15px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.contentmodal {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 800px;
    position: relative;
    z-index: 9999;
}

.productaddedtxtfld {
    border: 1px solid #58595b;
    width: 70px;
    text-align: center;
    font-size: 16px;
    height: 46px;
    float: left;
    margin-right: 15px;
}

.msgpopup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    padding-bottom: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 400px;
}

.close, .band {
    color: #aaaaaa;
    float: right;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.curvemid {
    max-width: 400px;
    padding: 2px 12px;
    padding-top: 2px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border: 2px solid #444444;
    padding-top: 10px;
    background-color: #ffffff;
    margin: auto
}

.complaint-txtbox {
    border: 1px solid #999999;
    max-width: 380px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 7px 4px;
    margin: 7px 0;
}

.popmatterheading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #006334;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 12px;
}

.popmatter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: justify;
    line-height: 16px;
}

#owl-carouselfull .owl-prev {
    top: -185px;
    left: -160px;
    font-size: 30px;
    font-size: 36px;
}

#owl-carouselfull .owl-next {
    top: -185px;
    right: -155px;
    font-size: 30px;
    font-size: 36px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    height: 1px;
}

.indextitle {
    text-align: center;
    padding: 25px 0;
    font-size: 21px;
}

.brand-display-writeup {
    text-align: center;
    color: #ffffff;
}

.brand-display-blue {
    background-color: #064883
}

.brand-display-deepgreen {
    background-color: #3D451B
}

.brand-display-green {
    background-color: #455D03
}

.brand-display-brown {
    background-color: #4E4025
}

.brand-display-title {
    font-size: 18px;
    padding: 15px 0;
    font-weight: 600
}

.brand-display-txt {
    padding-bottom: 10px;
}

.brand-display-btn {
    margin: 15px 0;
    padding-bottom: 35px;
}

    .brand-display-btn a {
        border: 1px solid #ffffff;
        padding: 8px 35px;
        border-radius: 25px;
        color: #ffffff;
        transition: 0.3s all linear;
    }

        .brand-display-btn a:hover {
            background-color: #dadada;
            color: #000000;
            transition: 0.3s all linear
        }

.product-container {
    background-color: #F8F3ED;
    text-align: center;
    padding: 15px 30px;
    margin-bottom: 25px;
    height: 510px;
}

.product-display {
    padding-top: 10px;
}

.product-name {
    font-weight: 600;
    padding: 5px 0;
    height: 70px;
}

    .product-name a {
        color: #000000;
        text-decoration: none;
    }

        .product-name a:hover {
            color: #58595b;
        }

.product-price {
    padding-bottom: 5px;
    /* height: 50px;*/
}

.product-taxes {
    font-size: 12px;
}

.overline {
    text-decoration: line-through;
    height: 22px;
}

.product-cart-container {
    padding: 15px 0 5px 0
}

/*.soldout {
    width: 35%;
    margin: auto
}*/
.soldout {
    color: red;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 22px;
    transition: all 0.2s linear;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid red;
    margin: auto;
    margin-top: 5px;
    width: 150px;
}

.vision-top {
    position: absolute;
    margin-left: 40px
}

.vision-bottom {
    position: absolute;
    margin-left: 500px;
    margin-top: 5px;
}



.product-add {
    border: 1px solid #000000;
    display: inline;
    padding: 5px;
    width: 30px;
    text-align: center;
    height: 33px;
    position: relative;
    top: 1px;
    background-color: transparent;
}

.addtocartbtn {
    display: inline;
    margin-left: 5px;
}

    .addtocartbtn a {
        border: 1px solid #000000;
        line-height: 42px;
        height: 42px;
        padding: 7px 40px;
        color: #000000;
        text-decoration: none;
        font-size: 14px;
    }

        .addtocartbtn a:hover {
            background-color: #58595b;
            color: #ffffff !important;
        }

.naturamore-blue-patch {
    background-color: #064883;
    padding: 25px 0 30px 0;
    margin: 35px 0;
    color: #ffffff;
}

.biofit-brown-patch {
    background-color: #4E4025;
    padding: 25px 0 30px 0;
    margin: 35px 0;
    color: #ffffff;
}

.herbsnmore-green-patch {
    background-color: #3D451B;
    padding: 25px 0 30px 0;
    margin: 35px 0;
    color: #ffffff;
}

.cleannmore-green-patch {
    background-color: #455D03;
    padding: 25px 0 30px 0;
    margin: 35px 0;
    color: #ffffff;
}

.index-display-logo {
    text-align: center;
    display: flex;
    justify-content: center;
}

.index-punchline {
    text-align: center;
    padding: 15px 0
}

.index-caragory-matter {
    text-align: center;
    padding: 15px;
    max-width: 950px;
    margin: auto;
    margin-bottom: 25px;
}

.pages-matter {
    text-align: center;
    padding: 20px 15px;
    max-width: 950px;
    margin: auto;
    margin-bottom: 25px;
    font-weight: 400
}

.inner-blue-patch {
    background-color: #216BAD;
    padding: 25px;
    border-radius: 15px;
    height: 370px
}

.inner-blue-patch1 {
    background-color: #216BAD;
    padding: 25px;
    border-radius: 15px;
    height: 433px;
    margin-top: 20px;
}

.white-icons {
}

.showimages {
}

.catagory-title {
    font-size: 32px;
    font-weight: 500
}

    .catagory-title a {
        font-weight: 500;
        text-decoration: underline;
        color: #ffffff;
        transition: 0.2s all linear
    }

        .catagory-title a:hover {
            text-decoration: none;
            color: #dadada;
            transition: 0.2s all linear
        }

.catagory-matter {
    font-size: 19px;
    padding-top: 15px;
    font-weight: 300
}

.dn-patch {
    position: relative;
    margin-top: -50px;
}

.dn-patch1 {
    position: relative;
    margin-top: 50px;
}

.ibpmt20 {
    margin-top: 20px;
}

.inner-brown-patch1 {
    background-color: #644A19;
    padding: 25px;
    border-radius: 15px;
    height: 402px;
}

.bio-patch {
    position: relative;
    margin-top: 25px;
}

.inner-green-patch {
    background-color: #515C26;
    padding: 25px;
    border-radius: 15px;
    height: 370px
}

.inner-green-patch1 {
    background-color: #515C26;
    padding: 25px;
    border-radius: 15px;
    height: 433px;
    margin-top: 20px;
}

.inner-fade-green-patch {
    background-color: #69890F;
    padding: 25px;
    border-radius: 15px;
    height: 370px
}

.inner-fade-green-patch1 {
    background-color: #69890F;
    padding: 25px;
    border-radius: 15px;
    height: 433px;
    margin-top: 20px;
}

#main1 {
    width: 70px;
    height: 300px;
    border: 1px solid #c3c3c3;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-bottom: 20px;
}

    #main1 div {
        width: 70px;
        height: 70px;
    }

.showmb {
    display: none
}

.hidewide {
    display: none
}

.hidenarrow {
    display: none
}

.printdisplay {
    padding: 50px 0;
}

    .printdisplay img {
        margin: auto;
        margin-bottom: 20px;
    }

.testimonial-container {
    background-color: #F8F3ED;
    padding: 15px 30px 55px 30px;
    width: 100%
}

.testimony-container {
    background-color: #434343;
    color: #ffffff;
    padding: 60px 25px;
    border-radius: 20px;
    height: 400px;
}

.testimony-writer {
    padding: 15px 0 15px 0
}

.testimony-stars {
    font-size: 21px;
    padding-bottom: 15px;
}

.testimony-about {
    font-weight: 600;
    padding-bottom: 10px;
}

.testimony-writeup {
    padding: 15px 10px 15px 0;
    font-size: 14px;
    min-height: 100px;
    height: 100%;
}

.checkedstars {
    color: orange;
}

.usertxtflad {
    border: 1px solid #333333;
    border-radius: 10px;
    padding: 8px 15px;
    background-color: #222222;
    color: #ffffff;
    -webkit-appearance: none; /* Safari / Chrome */
    -moz-appearance: none;
    appearance: none;
    width: 90%;
    font-size: 15px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    margin-bottom: 15px;
}
.usertxtflad-index {
    border: 1px solid #333333;
    border-radius: 10px;
    padding: 8px 15px;
    background-color: #222222;
    color: #ffffff;
    -webkit-appearance: none; /* Safari / Chrome */
    -moz-appearance: none;
    appearance: none;
    width: 90%;
    font-size: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right 12px center;
    margin-bottom: 15px;
}

.loginas {
    color: #ffffff;
    padding-bottom: 15px;
    font-size: 15px;
}

.loginbtn {
    width: 90%;
    margin-top: 20px
}

    .loginbtn a {
        background-color: #222222;
        color: #ffffff;
        padding: 5px 15px;
        text-decoration: none;
        font-size: 16px;
        text-align: center;
        border: 1px solid #333333;
    }

        .loginbtn a:hover {
            color: #CCCCCC
        }

.cartimg {
    display: none
}






.icon-consume img {
    margin-right: 15px;
}

.text-consume {
    text-align: left;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

html, body {
    height: 100%;
    margin: 0;
}

.bggreycolor {
    background-color: #666666;
}

.form-whitespace {
    max-width: 1520px;
    background-color: #ffffff;
    margin: auto;
    min-height: 100%;
    height: 100%
}

.form-container {
    display: table;
    margin: 0px auto;
    text-align: center;
    height: 100%;
    width: 100%;
}

.form-content {
    display: table-cell;
    vertical-align: middle;
}

.form-matter {
    padding: 0 30px;
    color: #000000;
}

.form-small-container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1130px;
}

.create-customer-welcome {
    font-size: 16px;
    font-weight: 600
}

.create-customer-referred {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.formtxt-fld {
    padding: 9px;
    border: 1px solid #707070;
    width: 365px;
    margin: 8px 0 10px 0;
    font-size: 15px;
}

.formtxt-fld1 {
    padding: 9px;
    border: 1px solid #707070;
    width: 100%;
    margin: 8px 0 10px 0;
    font-size: 15px;
    background-color: #ffffff;
}

.form-note {
    font-size: 13px;
    padding-bottom: 20px;
    font-weight: 600
}

.formbtn {
    margin: 35px 0;
}

    .formbtn a {
        border: 1px solid #000000;
        padding: 8px 40px;
        font-size: 14px;
        text-align: center;
        border-radius: 20px;
        color: #ffffff;
        background-color: #562B00;
        transition: 0.3s all linear
    }

        .formbtn a:hover {
            background-color: #ffffff;
            color: #000000;
            transition: 0.3s all linear
        }

.form-note-link {
    padding-bottom: 20px;
    float: left
}

    .form-note-link a {
        font-size: 13px;
        color: #000000;
        text-decoration: underline;
        font-weight: 600
    }

.iconsdisplay {
    float: right;
}

.formtxtcontainer {
    display: table;
    height: 100%;
    height: 600px;
    width: 90%;
}

.formtxtcontainer-area {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-left: 10%;
}


.popupmodal-content-shortsmall {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    max-width: 600px;
    border-radius: 20px;
    padding: 15px 40px 35px 40px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.small-popup-writeup-container {
    display: table;
    height: 100%;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

.shoppingcode-txtfld {
    border: 1px solid #000000;
    padding: 10px;
    margin: auto;
    outline: none;
    width: 55%;
    color: #000000;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    margin-top: 20px;
}




/* Footer Styles
---------------------------------*/
.footer {
    background-color: #333333;
    height: auto;
    padding: 0px 0;
    margin-top: 40px;
}

.footergrey {
    background-color: #333333;
    height: auto;
}

.footer-wrapper {
    margin: auto;
    max-width: 950px;
    width: 100%;
    color: #FFFFFF;
    padding: 15px 0;
}

.footer-logo {
    margin: auto;
    text-align: center
}

.footer-links {
    padding-top: 20px;
}

    .footer-links a {
        color: #FFFFFF;
        font-size: 13px;
        text-decoration: none;
        display: block;
        line-height: 25px;
        padding: 2px 0 2px 0;
    }

        .footer-links a:hover {
            color: #CCCCCC
        }

.icon-links {
}

    .icon-links a img {
        margin: 5px 5px 5px 0;
        margin: 5px 5px 4px 0;
        display: inline-block;
    }
    .bottom-links a img {
        margin: 5px 5px 5px 0;
        margin: 5px 5px 4px 0;
        display: inline-block;
        width: 46%;
    }

.small-links {
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    padding: 15px 0;
}

    .small-links a {
        text-align: center;
        text-decoration: none;
        color: #FFFFFF;
        font-size: 13px;
        padding: 20px 0;
        line-height: 28px;
    }

        .small-links a:hover {
            color: #CCCCCC
        }

.space-nil1 {
    padding: 0px;
}

.strong {
    font-weight: 500;
    font-size: 13px;
}

.yellow {
    color: #ffd645;
}

.centerflag {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 10px;
}

    .centerflag img {
        display: inline
    }

.indexspacertop {
    padding-top: 20px;
}

.spacertop {
    padding-top: 140px;
}

/* **************** inner pages starts ************* */
.small-container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    max-width: 1350px;
}

.content-box {
    border-radius: 10px;
    min-height: 100px;
    height: 100%;
    background-color: #F8F3ED
}

.allbanners {
    margin: 33px 0 0 0
}

.aboutspacer {
    margin-top: 25px;
}

.about-display-matter {
    color: #562B00;
    padding: 60px;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}

.management-matter {
    color: #562B00;
    padding: 20px;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
}

.vision-matter {
    color: #562B00;
    padding: 60px;
    font-weight: 300;
    text-align: left;
    font-size: 40px;
    line-height: 48px;
}

.mission-matter {
    color: #562B00;
    padding: 60px;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
}

.pagetitle {
    text-align: center;
    padding: 25px 0 10px 0;
    font-size: 45px;
    font-weight: 300
}

.management-display {
    padding: 40px 20px 20px 20px
}

.management-name {
    font-size: 21px;
    font-weight: 500;
    padding: 20px 20px 5px 20px;
    color: #562B00
}

.mission-title {
    font-size: 21px;
    font-weight: 500;
    padding: 20px 20px 45px 0px;
    color: #562B00
}

.vision-title {
    font-size: 21px;
    font-weight: 500;
    padding: 20px 20px 35px 0px;
    color: #562B00
}

.vision-mission-hr {
    height: 1px;
    color: #000000;
    background-color: #000000;
    width: 100%;
    margin: 50px 0
}

.transparentbg {
    background-color: transparent
}

.contact-grey-bg {
    background-color: #F7F7F7;
    border-radius: 15px;
    padding: 25px;
    min-height: 100px;
    height: 100%;
}

.contact-spacer {
    margin-bottom: 20px;
}

.contact-title {
    font-size: 18px;
}

.location-office {
    font-size: 17px;
    padding-bottom: 15px;
}

.postal-address {
    font-size: 16px;
    padding-bottom: 15px;
}

.underline {
    text-decoration: underline;
}

.email {
    font-size: 16px;
    padding-bottom: 5px;
    text-decoration: underline
}

    .email a {
        color: #000000;
    }

        .email a:hover {
            color: #58595B;
            text-decoration: underline
        }

.contactinfo {
    font-size: 16px;
}

.landing-links {
    text-align: center;
    padding: 50px 0 50px 0
}

    .landing-links a {
        text-align: center;
        font-size: 16px;
        text-decoration: none;
        border-bottom: 3px solid #ffffff;
        padding: 0 20px;
        padding: 8px 30px 8px 30px;
        transition: all 0.2s linear;
        background-color: #58595b;
        background-color: transparent;
        color: #000000 !important;
    }

        .landing-links a:hover {
            color: #000000;
            border-bottom: 3px solid #fcb817;
            margin: auto;
            transition: all 0.2s linear;
            cursor: pointer;
            background-color: transparent;
        }

        .landing-links a:first-child {
            color: #000000;
            border-bottom: none !important;
            margin: auto;
            transition: all 0.2s linear;
            cursor: pointer;
            background-color: transparent;
        }

        .landing-links a.active {
            color: #000000;
            border-bottom: 3px solid #fcb817;
            margin: auto;
            transition: all 0.2s linear;
            background-color: transparent;
        }

.farmer-info {
    float: left;
    width: 80%;
    font-size: 14px;
    padding-bottom: 15px;
    color: #000000;
    padding-top: 10px;
}

.readmore {
    float: right;
    width: auto;
    padding-top: 9px;
}

    .readmore a {
        color: #000000;
        font-size: 12px;
        text-decoration: none;
        text-align: right;
    }

        .readmore a:hover {
            color: #58595b;
        }

.testimonylinks {
    text-align: center;
    padding: 30px 0 0px 0
}

    .testimonylinks a {
        color: #000000;
        font-size: 15px;
        text-decoration: none;
        font-weight: normal
    }

        .testimonylinks a:hover {
            color: #58595b;
        }

        .testimonylinks a.active {
            color: #000000;
            font-weight: bold
        }

.matter {
    font-size: 16px;
    font-weight: 300;
}

.asmita-container {
    border: 1px solid #000000;
    border-radius: 15px;
    padding: 15px;
    margin: 15px 0 25px 0;
}

.asmitawriteup {
    font-size: 28px;
    font-weight: 300;
    padding-top: 6px;
}

.asmitavalue {
    font-size: 28px;
    font-weight: 300;
    padding-top: 6px;
    font-weight: 500
}

.asmita-form-container {
    max-width: 1210px;
    margin: auto;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 50px;
}

.smallasmitacontainer {
    max-width: 1000px;
    margin: auto;
}

.asmitatxtfld {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 5px;
    margin-bottom: 20px;
    height: 41px;
}

.asmita-submit {
    margin-top: 20px;
}

    .asmita-submit a {
        background-color: #000000;
        color: #ffffff;
        padding: 10px;
        margin: auto;
        display: block;
        width: 250px;
        text-align: center;
        transition: 0.2s linear all;
    }

        .asmita-submit a:hover {
            background-color: #58595b;
            transition: 0.2s linear all;
        }

.youtube-link img {
    margin-bottom: 20px;
}

.downloads-txt {
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    margin: 25px 0 15px 0;
    width: 300px;
}

.downloads-icons {
    margin-right: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
}

.downloads-title {
    float: right;
    font-size: 14px;
    padding-top: 10px;
    width: 80%;
    text-align: right;
    text-transform: capitalize
}
/* ************** Accordions for resources pages ****************** */
.accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 15px;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 1px solid #e5e3e3;
}

    .accordion-container .accordion-title:hover,
    .accordion-container .accordion-title:active,
    .accordion-title.open {
        background-color: #f1f1f1;
    }

    .accordion-container .accordion-title::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 25px;
        width: 12px;
        height: 2px;
        transform: rotate(90deg);
        background: #000000;
        transition: all .3s ease-in-out;
    }

    .accordion-container .accordion-title::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 25px;
        width: 12px;
        height: 2px;
        background: #000000;
        transition: all .2s ease-in-out;
    }

    .accordion-container .accordion-title.open::before {
        transform: rotate(180deg);
    }

    .accordion-container .accordion-title.open::after {
        opacity: 0;
    }

.accordion-content {
    padding-left: 15px;
    border: 1px solid #ffffff;
    padding-top: 5px;
}

.accordion-container {
    /*
  max-width: 600px;
  margin: 0 auto;
*/
}

.acclink a {
    color: #58595b;
    text-decoration: none;
    line-height: 25px;
    background-image: url(../images/rarrow.jpg);
    background-repeat: no-repeat;
    background-position: -2px 12px;
    display: block;
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
    border-bottom: 1px solid #f1f1f1
}

    .acclink a:hover {
        color: #000000;
        transition: all 0.3s linear;
        padding-left: 15px;
        background-color: #f1f1f1;
    }

.pageslinks {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .pageslinks a {
        text-align: center;
        font-size: 17px;
        text-decoration: none;
        border-bottom: 3px solid #ffffff;
        padding: 0 20px;
        padding: 0px 30px 10px 30px;
        transition: all 0.2s linear;
        color: #000000;
    }

        .pageslinks a:hover {
            text-decoration: none;
            color: #000000;
            padding: 10px 30px 10px 30px;
            transition: all 0.2s linear;
            border-bottom: 3px solid #fcb817;
            color: #000000;
            border-bottom: 3px solid #fcb817;
            width: 80%;
            margin: auto;
            padding: 0px 30px 10px 30px;
            transition: all 0.2s linear;
        }

        .pageslinks a.active {
            color: #000000;
            border-bottom: 3px solid #fcb817;
            padding: 10px 30px 10px 30px;
            transition: all 0.2s linear;
        }

.accordiontitle {
    padding-top: 15px;
    color: #000000;
    font-weight: bold;
    padding-left: 25px;
    font-size: 16px;
    color: orange;
    padding-bottom: 0px;
    /*position: relative;*/
    bottom: -10px;
}

.links {
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

    .links a {
        text-decoration: none;
        padding: 8px 13px;
        background-color: #919191;
        color: #FFFFFF;
        font-weight: bold;
    }

        .links a:hover {
            text-decoration: none;
            background-color: #585757;
        }

        .links a.selected {
            background-color: #585757;
            color: #FFFFFF
        }

.shoplinks {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 60px;
}

    .shoplinks a {
        text-align: center;
        font-size: 16px;
        text-decoration: none;
        border-bottom: 3px solid #ffffff;
        padding: 0 20px;
        padding: 8px 30px 8px 30px;
        transition: all 0.2s linear;
        background-color: #58595b;
        background-color: transparent;
        color: #000000 !important;
    }

        .shoplinks a:hover {
            color: #000000;
            border-bottom: 3px solid #fcb817;
            width: 80%;
            margin: auto;
            transition: all 0.2s linear;
            cursor: pointer;
            background-color: transparent;
        }

        .shoplinks a.active {
            color: #000000;
            border-bottom: 3px solid #fcb817;
            margin: auto;
            transition: all 0.2s linear;
            background-color: transparent;
        }

        .shoplinks a.sel {
            color: #000000;
            border-bottom: 3px solid #fcb817;
            margin: auto;
            transition: all 0.2s linear;
            background-color: transparent;
        }

.catagorydivptb30 {
    padding: 30px 0
}

.catagorydivptb15 {
    padding: 0px 0 30px 0
}

.shoponline-dropdn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;
    height: 55px;
    margin: auto;
    padding: 0px 24px 0px 5px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}

.drpwidthnew {
    width: 310px;
    margin: auto;
}

.asmitatxtfld {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 5px;
    margin-bottom: 20px;
    height: 41px;
}

.welcome {
    background-color: #6a6363;
    color: #FFFFFF;
    padding: 5px 10px;
    font-size: 15px;
    margin-top: -25px;
    text-align: center;
    margin-bottom: 25px;
}

.cartdetails {
    background-color: #e6e7e8;
    color: #58585a;
    padding: 5px 10px;
    font-size: 17px;
    text-align: center;
    margin-bottom: 25px;
}

.product-logo {
    margin-top: auto;
    text-align: center;
    margin-top: 30px;
    margin: auto;
    justify-content: center;
    display: flex;
}

.catagorydivptb30 {
    padding: 30px 0;
}

.catagorydiv {
    text-align: center;
    font-size: 24px;
    padding: 30px 0 30px 0;
    text-transform: capitalize;
    font-weight: 400;
}

.fill-txtbox {
    border: 1px solid #999999;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 7px 4px;
    margin: 7px 0;
}

.submit a {
    text-align: center;
    color: #ffffff !important;
    text-decoration: none;
    background-color: #58595b;
    text-transform: capitalize;
    padding: 6px 20px;
    font-size: 14px;
    border-radius: 8px;
    transition: all linear 0.3s;
    font-weight: bold;
}

.popmsg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    padding-bottom: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.popmodalcontent {
    background-color: #333333;
    margin: auto;
    padding: 20px 70px 20px 70px;
    border: 1px solid #888;
    width: 35%;
}

.popmodalcontent {
    background-color: #333333;
    margin: auto;
    padding: 20px 70px 20px 70px;
    border: 1px solid #888;
    width: 35%;
}

/* The Close Button */
.popclose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    top: -10px;
    right: -50px;
}

    .popclose:hover,
    .popclose:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.accord {
    width: 100%;
    display: block;
    margin: 10px 0 25px 0;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
}

    .accord img {
        display: block;
        text-align: center;
        margin: auto;
    }

.accord11 {
    text-align: left;
    font-size: 42px;
    color: #FFF28F;
    line-height: 40px;
}

.accorddata {
    padding: 0px 0px 10px 0px;
    margin: 0 0 2px 0;
    color: #ffffff;
    background-color: #333333;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
}

    .accorddata p {
        color: #ffffff;
        line-height: 22px;
    }

.accorddatadisplay {
    padding: 15px 0px 0px 0px;
    margin: 0 0 2px 0;
    color: #ffffff;
    background-color: #333333;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
}

.companyinfotitle {
    display: block;
    padding: 10px 0px 10px 25px;
    margin: 0 0 3px 0;
    font-size: 15px;
    cursor: pointer;
    background-color: #f7f7f7;
    margin-left: -15px;
}

.companyinfodata {
    padding: 0 10px;
    margin: 0 0 2px 0;
    color: #9B9D9D;
    background-color: #ffffff
}

.ciselected {
    color: #000000;
    background-color: #dbd9d9;
}

.backarrow {
    position: absolute;
    margin-left: 15px;
    margin-top: -15px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}





/* *************** product page ************ */
ul {
    list-style-type: none;
}

.pr-head {
    padding-bottom: 12px;
    font-weight: 600
}

.icon-logos {
    padding: 20px 0 15px 0
}

.accordion-product-page {
    width: 100%;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .accordion-product-page .link {
        cursor: pointer;
        display: block;
        padding: 20px 15px 20px 15px;
        color: #4D4D4D;
        font-size: 16px;
        font-weight: 600;
        border-bottom: 1px solid #cec2b6;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    /*.accordion-product-page li:last-child .link { border-bottom: 0; }*/
    .accordion-product-page li i {
        position: absolute;
        top: 21px;
        left: 12px;
        font-size: 18px;
        color: #595959;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .accordion-product-page li i.fa-chevron-down {
            right: 12px;
            left: auto;
            font-size: 16px;
        }

    .accordion-product-page li.open .link {
        color: #11810c;
    }

    .accordion-product-page li.open i {
        color: #11810c;
    }

        .accordion-product-page li.open i.fa-chevron-down {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.submenu {
    display: none;
    background: #ffffff;
    font-size: 16px;
}

    .submenu li {
        padding: 15px;
    }

.product-title {
    font-size: 28px;
}

.txt-product-page-sku {
    font-size: 18px;
    line-height: 1.363636;
    font-weight: 400;
    padding-bottom: 20px;
}

.quantity-selector {
    display: flex;
    align-items: center;
}

    .quantity-selector button {
        padding: 10px 19px;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        border: 1px solid #ccc;
        background-color: #ffffff;
        border-radius: 50px;
    }

    .quantity-selector .quantity-input {
        width: 60px;
        text-align: center;
        padding: 8px;
        font-size: 16px;
        border: 1px solid #ffffff;
        margin: 0 5px;
    }

.fixedfooter {
    display: none;
}

.allicons50 {
    width: 100%;
}

.product-icons {
    padding: 5px 0
}

.allicons {
    width: 100%
}

.icon-content {
    border-bottom: 1px solid #cec2b6;
    padding: 17px 0
}

.smallicon {
    float: left;
    width: 60px;
}

.icontxt {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}

.oldprice {
    text-decoration: line-through;
    margin-bottom: 10px;
}

.based-reviews {
    font-size: 14px;
    padding-left: 10px;
    text-decoration: underline;
    position: relative;
    top: -4px;
}

.product-matter {
    padding-top: 15px;
}

.allw34 {
    width: 34%
}

.btnaddtocart {
    width: 100%
}

    .btnaddtocart a {
        border: 1px solid #000000;
        padding: 11px 20px;
        text-align: center;
        border-radius: 20px;
        display: block;
        width: 100%;
        color: #000000;
        background-color: #ffffff;
        transition: 0.3s all linear
    }

        .btnaddtocart a:hover {
            background-color: #562B00;
            color: #ffffff;
            transition: 0.3s all linear
        }

.btnbuyitnow {
    width: 100%
}

    .btnbuyitnow a {
        border: 1px solid #000000;
        padding: 11px 20px;
        text-align: center;
        border-radius: 20px;
        display: block;
        width: 100%;
        color: #ffffff;
        background-color: #562B00;
        transition: 0.3s all linear
    }

        .btnbuyitnow a:hover {
            background-color: #ffffff;
            color: #000000;
            transition: 0.3s all linear
        }

.accordion-product-page-matter {
    font-size: 16px;
}

.rightsign {
    float: left;
    width: 30px;
    padding-top: 2px;
}

.accordion-product-page-txt {
    float: left;
    width: 80%;
    padding-left: 15px;
}

    .accordion-product-page-txt p {
        padding-bottom: 10px;
    }

.width50 {
    width: 49.33333333%;
    display: inline-block;
    vertical-align: top;
}

.bold {
    font-weight: 500;
    display: block
}

.icon-consume {
    text-align: center;
    display: flex;
    justify-content: space-around!important;
    padding: 15px 0
}

.text-consume {
    text-align: left;
    font-size: 15px;
    padding-bottom: 10px;
    padding-left:20px;
}

.why-choose {
    font-size: 16px;
}

.contentbox {
    border-radius: 10px;
    min-height: 100px;
    height: 100%;
    margin: 15px 0
}

.box-why {
    border-radius: 10px;
    min-height: 100px;
    height: 100%;
    border: 1px solid #000000;
    padding: 15px;
}

p {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.manufacturer-information {
    font-size: 16px;
}

    .manufacturer-information p {
        padding-bottom: 12px;
    }

.netsurfdirect a {
    color: #000000;
}

.why-icon {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.title-why {
    text-align: center;
    font-size: 15px;
    padding: 15px 0;
    font-weight: 600
}

.testispacer {
    margin: 50px 0 20px 0
}

.fa-chevron-down::before {
    content: "\f107";
    font-weight: normal;
    font-size: 21px;
}

.video-container {
    background-color: #F8F3ED;
    margin: 30px 0;
    padding: 15px 30px 25px 30px;
    width: 100%
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.image-area {
    max-width: 1000px;
    margin: 0 auto;
}

.main-image {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0 0 15px 0;
    height: 100%;
}

    .main-image div {
        position: absolute;
        top: 0;
        left: 0;
        width: 99%;
        height: auto;
        -moz-opacity: 0;
        opacity: 0;
        z-index: -1;
    }

        .main-image div iframe {
            max-width: 100%
        }

.sub-image {
    margin: 0 -15px 0 0;
}

    .sub-image div {
        float: left;
        margin: 0 15px 0 0;
        cursor: pointer;
        text-align: center;
    }

    .sub-image img {
        margin: 0 0 3px 0;
    }

    .sub-image div.active img {
        border: 1px solid red
    }

.cartproducts {
    height: 200px;
    overflow: auto;
    overflow-x: hidden !important;
}

.colourblue {
    color: #0c60ff
}

.colourgreen {
    color: #108e00
}

.colourpurple {
    color: #c507d5
}


/*   ***  all products left col-md-6 display area starts *** */
:root {
    --gap: 12px;
    --thumb-height: 72px;
    --radius: 12px;
    --text: #e6eef6;
}

* {
    box-sizing: border-box
}

.slider {
    width: 100%;
    max-width: 980px;
    border-radius: var(--radius);
    overflow: hidden;
}

.viewport {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 20px;
}

.slides {
    display: flex;
    height: 100%;
    transition: transform 600ms cubic-bezier(.2,.9,.2,1);
    will-change: transform;
}

.slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

.controls {
    position: absolute;
    inset: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
}

.btn {
    pointer-events: auto;
    background: rgba(2,6,23,0.5);
    border: none;
    color: var(--text);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    backdrop-filter: blur(6px);
    cursor: pointer;
    transition: transform 160ms;
    outline: 2px solid transparent
}

    .btn:active {
        transform: scale(.96)
    }

    .btn:focus {
        outline-color: rgba(14,165,164,0.25)
    }

.testimony-stars-product {
    color: #C1C1C1;
    font-size: 21px;
    padding-bottom: 15px;
}

.based-reviews {
    color: #000000;
}

.thumbs {
    margin-top: 12px;
    display: flex;
    gap: var(--gap);
    align-items: center;
    overflow: auto;
    padding: 6px;
    overflow-x: hidden;
}

.thumb {
    flex: 0 0 auto;
    width: 23.50%;
    height: var(--thumb-height);
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 180ms, border-color 180ms, box-shadow 180ms;
}

    .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

    .thumb.active {
        transform: scale(1.03);
        border-color: saddlebrown;
        box-shadow: 0 8px 20px rgba(14,165,164,0.12)
    }

.meta {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    color: #cfe7ea;
    font-size: 14px
}

.indicator {
    display: flex;
    gap: 8px;
    align-items: center
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.15)
}

    .dot.active {
        background: var(--accent)
    }

.whyallicon {
    display: flex;
    justify-content: center;
    padding: 30px 0 0 0;
    height: auto;
    max-height: 100%;
}

.roundbox {
    border-radius: 10px;
    min-height: 100px;
    height: 75%;
    margin: 15px 0;
    border: 1px solid #000000;
    padding: 15px;
    margin-bottom: 50px;
}










/*   ***  all products left col-md-6 display area ends *** */

/* ***  videogallery starts*** */
.ytcontainer {
    width: 100%;
    max-width: 1080px;
    margin: auto
}

#ytmainPlayer {
    width: 100%;
    aspect-ratio: 16/9;
    border: none;
    border-radius: 12px;
    background: #000;
    margin-bottom: 15px;
}

.ytgallery {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
}

.ytthumb {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid transparent;
    transition: .3s;
}

    .ytthumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

    .ytthumb.active {
        border-color: saddlebrown;
        transform: scale(1.03)
    }

    .ytthumb::after {
        content: '▶';
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        color: #fff;
        text-shadow: 0 4px 20px rgba(0,0,0,.6);
        opacity: .8;
    }
/* ***  videogallery ends*** */

/* ******** pupup *********** */
.modalCartDetails {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 15px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.guest-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    margin-top: 110px;
    max-width: 540px;
}

.guest-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 97%;
    margin-top: 84px;
}

.cart-content {
    background-color: #fefefe;
    margin: auto;
    margin-top: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 975px;
    height: 645px;
    overflow: auto;
    margin-top: 110px;
    overflow-x: hidden !important;
}

.shopping {
    text-align: center;
    margin-top: 10px;
}

    .shopping a {
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        background-color: #58595b;
        text-transform: capitalize;
        padding: 6px 20px;
        font-size: 14px;
        border-radius: 8px;
        transition: all linear 0.3s;
        font-weight: bold;
        margin-bottom: 20px;
    }

        .shopping a:hover {
            background-color: #000000;
        }

.full100 {
    width: 99%;
    margin: auto;
}

.half50 {
    width: 48%;
    margin: auto;
    margin: 1%;
    display: inline-block;
}
/* ******** pupup *********** */
@media screen and (min-width: 993px) {
    .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
        margin-top: .5rem;
        opacity: 1;
        visibility: visible
    }
}

@media screen and (max-width: 1680px) {
    .inner-blue-patch {
        height: 370px
    }

    .inner-blue-patch1 {
        height: 423px;
        height: 433px;
        margin-top: 20px;
    }

    .catagory-title {
        font-size: 32px;
    }

    .catagory-matter {
        font-size: 18px;
        padding-top: 15px;
    }

    .dn-patch {
        position: relative;
        margin-top: -50px;
    }

    .dn-patch1 {
        position: relative;
        margin-top: 50px;
    }

    .inner-brown-patch1 {
        height: 397px;
        height: 402px;
    }

    .bio-patch {
        position: relative;
        margin-top: 10px;
    }

    .inner-green-patch {
        height: 360px
    }

    .inner-green-patch1 {
        height: 430px;
        height: 443px;
        margin-top: 20px;
    }

    .inner-fade-green-patch {
        height: 360px
    }

    .inner-fade-green-patch1 {
        height: 430px;
        height: 443px;
        margin-top: 20px;
    }
    .product-container {
        background-color: #F8F3ED;
        height: 510px;
    }



    .why-choose {
        font-size: 15px;
    }
    .accordion-product-page-matter {
        font-size: 15px;
    }
    .product-matter {
        font-size: 15px;
    }
    .icontxt {
        font-size: 15px;
    }
    .product-title {
        font-size: 23px;
    }
    .management-matter {
        font-size: 15px;
    }
    .matter {
        font-size: 15px !important;
    }
    .field-title {
        font-size: 15px;
    }
    .pagetitle {
        font-size: 33px;
    }
    .about-display-matter {
        font-size: 15px;
    }
    .brand-display-title {
        font-size: 16px;
    }
    .brand-display-txt {
        font-size: 15px;
    }
    .brand-display-btn a {
        font-size: 15px;
    }
    .menu-subs .list-item .title {
        font-size: 15px;
    }
    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
        font-size: 14px;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .menutitle {
        font-size: 15px; font-weight:500
    }
}

@media screen and (max-width: 1600px) {
    .inner-blue-patch {
        height: 370px
    }

    .inner-blue-patch1 {
        height: 432px;
        margin-top: 20px;
    }

    .catagory-title {
        font-size: 32px;
    }

    .catagory-matter {
        font-size: 16px;
        padding-top: 15px;
    }

    .dn-patch {
        position: relative;
        margin-top: -50px;
    }

    .dn-patch1 {
        position: relative;
        margin-top: 50px;
    }

    .inner-brown-patch1 {
        height: 402px;
    }

    .bio-patch {
        position: relative;
        margin-top: 10px;
    }

    .inner-green-patch {
        height: 360px
    }

    .inner-green-patch1 {
        height: 444px;
        margin-top: 20px;
    }

    .inner-fade-green-patch {
        height: 360px
    }

    .inner-fade-green-patch1 {
        height: 443px;
        margin-top: 20px;
    }
    .product-container {
       height: 510px;
    }
    .product-name {
        font-size: 14px;
    }
    .contact-title {
        font-size: 17px;
    }
    .postal-address {
        font-size: 15px;
    }
}

@media screen and (max-width: 1440px) {
    .inner-blue-patch {
        height: 370px
    }

    .inner-blue-patch1 {
        height: 397px;
        margin-top: 20px;
    }

    .catagory-title {
        font-size: 32px;
    }

    .catagory-matter {
        font-size: 16px;
        padding-top: 15px;
    }

    .dn-patch {
        position: relative;
        margin-top: -50px;
    }

    .dn-patch1 {
        position: relative;
        margin-top: 50px;
    }

    .inner-brown-patch1 {
        height: 383px;
    }

    .bio-patch {
        position: relative;
        margin-top: 10px;
    }

    .inner-green-patch {
        height: 360px
    }

    .inner-green-patch1 {
        height: 407px;
        margin-top: 20px;
    }

    .inner-fade-green-patch {
        height: 360px
    }

    .inner-fade-green-patch1 {
        height: 407px;
        margin-top: 20px;
    }

    .product-container {
        height: 510px;
    }

    .product-name {
        font-size: 14px;
    }

    .contact-title {
        font-size: 17px;
    }

    .postal-address {
        font-size: 15px;
    }
}


@media screen and (max-width: 1400px) {
    .header .menu > ul > li {
        margin-left: 13px;
        margin-left: 7px;
    }

    .account {
        padding: 6px 20px;
        font-size: 14px;
    }

    .accountlog {
        padding: 5px 20px;
    }

    .inner-blue-patch {
        height: 330px
    }

    .inner-blue-patch1 {
        height: 360px;
        margin-top: 20px;
    }

    .catagory-title {
        font-size: 32px;
    }

    .catagory-matter {
        font-size: 18px;
        padding-top: 10px;
    }

    .dn-patch {
        position: relative;
        margin-top: -80px;
    }

    .dn-patch1 {
        position: relative;
        margin-top: 10px;
    }

    .inner-brown-patch1 {
        height: 345px;
    }

    .bio-patch {
        position: relative;
        margin-top: 0px;
    }

    .inner-green-patch {
        height: 315px
    }

    .inner-green-patch1 {
        height: 372px;
        margin-top: 20px;
    }

    .inner-fade-green-patch {
        height: 315px
    }

    .inner-fade-green-patch1 {
        height: 375px;
        margin-top: 20px;
    }

    .catagory-matter {
        font-size: 16px;
        padding-top: 10px;
    }

    .product-container {
        height: auto;
    }


    .why-choose {
        font-size: 15px;
    }

    .accordion-product-page-matter {
        font-size: 15px;
    }

    .product-matter {
        font-size: 15px;
    }

    .icontxt {
        font-size: 15px;
    }

    .product-title {
        font-size: 21px;
    }

    .management-matter {
        font-size: 15px;
    }

    .matter {
        font-size: 15px !important;
    }

    .field-title {
        font-size: 15px;
    }
    .text-consume {
        font-size: 15px;
    }
}

@media screen and (max-width: 1366px) {
    .header .menu > ul > li {
        margin-left: 5px;
    }

        .header .menu > ul > li > a {
            font-size: 14px;
        }

    .topmenuspacer {
        padding-top: 49px;
    }

    .account {
        padding: 8px 15px;
        font-size: 13px;
    }

    .accountlog {
        padding: 5px 15px;
    }

    .inner-blue-patch {
        height: 270px
    }

    .inner-blue-patch1 {
        height: 288px;
        margin-top: 20px;
    }

    .catagory-title {
        font-size: 20px;
    }

    .catagory-matter {
        font-size: 13px;
        padding-top: 10px;
    }

    .dn-patch {
        position: relative;
        margin-top: -100px;
    }

    .dn-patch1 {
        position: relative;
        margin-top: 10px;
    }

    .inner-brown-patch1 {
        height: 280px;
    }

    .bio-patch {
        position: relative;
        margin-top: 0px;
    }

    .inner-green-patch {
        height: 277px
    }

    .inner-green-patch1 {
        height: 280px;
        margin-top: 20px;
    }

    .inner-fade-green-patch {
        height: 277px
    }

    .inner-fade-green-patch1 {
        height: 280px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1360px) {
    .inner-blue-patch {
        height: 270px
    }

    .inner-blue-patch1 {
        height: 288px;
        margin-top: 20px;
    }

    .catagory-title {
        font-size: 18px;
    }

    .catagory-matter {
        font-size: 12px;
        padding-top: 10px;
    }

    .dn-patch {
        position: relative;
        margin-top: -100px;
    }

    .dn-patch1 {
        position: relative;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1280px) {
    .bggreycolor {
        background-color: #ffffff;
    }
    .inner-blue-patch {
        height: 270px
    }

    .inner-blue-patch1 {
        height: 288px;
        margin-top: 20px;
    }

    .catagory-title {
        font-size: 17px;
    }

    .catagory-matter {
        font-size: 14px;
        padding-top: 10px;
    }

    .dn-patch {
        position: relative;
        margin-top: -100px;
    }

    .dn-patch1 {
        position: relative;
        margin-top: 10px;
    }

    .inner-brown-patch1 {
        height: 280px;
    }

    .bio-patch {
        position: relative;
        margin-top: 0px;
    }

    .inner-green-patch {
        height: 277px
    }

    .inner-green-patch1 {
        height: 280px;
        margin-top: 20px;
    }

    .inner-fade-green-patch {
        height: 277px
    }

    .inner-fade-green-patch1 {
        height: 280px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 1176px) {
    .topmenuspacer {
        padding-top: 34px;
    }

    .account {
        padding: 7px 15px;
        top: 10px;
    }

    .accountlog {
        top: 10px;
    }

    .header .menu > ul > li > a {
        font-size: 13px;
    }

    .bggreycolor {
        background-color: #ffffff;
    }

    .inner-blue-patch {
        height: 235px !important;
    }

    .inner-blue-patch1 {
        height: 225px !important;
        margin-top: 20px;
    }

    .catagory-title {
        font-size: 17px;
    }

    .catagory-matter {
        font-size: 11px;
        padding-top: 0px;
    }

    .dn-patch {
        position: relative;
        margin-top: -100px;
    }

    .dn-patch1 {
        position: relative;
        margin-top: 0px;
    }

    .inner-brown-patch1 {
        height: 231px;
    }

    .bio-patch {
        position: relative;
        margin-top: 0px;
    }

    .inner-green-patch {
        height: 250px
    }

    .inner-green-patch1 {
        height: 212px;
        margin-top: 20px;
    }

    .inner-fade-green-patch {
        height: 260px;
        padding: 10px 25px;
    }

    .inner-fade-green-patch1 {
        height: 203px;
        margin-top: 20px;
        padding: 10px 25px;
    }

    .header-item-right {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

    .addtocartbtn a {
        padding: 7px 15px;
        font-size: 14px;
    }

    .product-name {
        font-size: 13px;
    }

    .text-consume {
        font-size: 12px;
        padding-left: 45px;
    }
}
@media screen and (max-width: 1152px) {
    .topmenuspacer {
        padding-top: 34px;
    }
    .account {
        padding: 7px 15px;
        top: 10px;
    }
    .accountlog {
        top: 10px;
    }
    .header .menu > ul > li > a {
        font-size: 13px;
    }
    .bggreycolor {
        background-color: #ffffff;
    }

    .inner-blue-patch {
        height: 235px !important;
    }

    .inner-blue-patch1 {
        height: 225px !important;
        margin-top: 20px;
        
    }

    .catagory-title {
        font-size: 17px;
    }

    .catagory-matter {
        font-size: 11px;
        padding-top: 0px;
    }

    .dn-patch {
        position: relative;
        margin-top: -100px;
    }

    .dn-patch1 {
        position: relative;
        margin-top: 0px;
    }

    .inner-brown-patch1 {
        height: 231px;
    }

    .bio-patch {
        position: relative;
        margin-top: 0px;
    }

    .inner-green-patch {
        height: 250px
    }

    .inner-green-patch1 {
        height: 212px;
        margin-top: 20px;
    }

    .inner-fade-green-patch {
        height: 260px;
        padding: 10px 25px;
    }

    .inner-fade-green-patch1 {
        height: 203px;
        margin-top: 20px;
        padding: 10px 25px;
    }
    .header-item-right {
        
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        
    }
    .addtocartbtn a {
        padding: 7px 15px;
        font-size: 14px;
    }
    .product-name {
        font-size: 13px;
    }
    .text-consume {
        font-size: 12px;
        padding-left: 45px;
    }
}
@media screen and (max-width: 992px) {
    .desktopdisplay {
        display: none
    }

    .mobiledisplay {
        display: block
    }

    .vision-matter {
        padding: 30px;
        font-size: 30px;
        line-height: 38px;
    }

    .mission-matter {
        padding: 30px;
        font-size: 16px;
    }

    .contact-spacer1 {
        margin-bottom: 20px;
    }

    .postal-address {
        font-size: 15px;
    }

    .asmita-container {
        padding: 10px 15px;
    }

        .asmita-container img {
            width: 64%
        }

    .asmitawriteup {
        font-size: 17px;
        padding-top: 5px;
    }

    .asmitavalue {
        font-size: 17px;
        padding-top: 5px;
    }

    .email {
        font-size: 15px;
    }

    .contactinfo {
        font-size: 15px;
    }

    .asmita-container {
        margin: 5px 0 15px 0;
    }

    .asmita-form-container {
        margin-left: 15px;
        margin-right: 15px;
        padding: 35px 15px;
    }

    .landing-links {
        text-align: center;
        padding: 10px 0 30px 0
    }

        .landing-links a {
            padding: 8px 10px;
            border-bottom: 1px solid #cccccc;
            display: block;
        }

            .landing-links a.active {
                color: #737272
            }

    .pageslinks a {
        font-size: 17px;
        color: #58595b;
        padding: 5px 30px;
        font-weight: bold;
        line-height: 30px;
        display: block;
        width: 80%;
        border-bottom: 1px solid #cccccc;
    }

    .pageslinks {
        padding-top: 20px;
        padding-bottom: 10px;
    }

        .pageslinks span {
            display: none
        }

    .links a {
        text-decoration: none;
        padding: 8px 10px;
        background-color: #919191;
        font-size: 12px;
    }

    #jssor_1 {
        display: none
    }

    .topmenuspacer {
        margin-left: auto;
        padding-top: 0px;
    }

    .header {
        padding: 0px;
    }

    .indextitle {
        padding: 15px 0;
        font-size: 18px;
    }

    .about-display-matter {
        font-size: 16px;
        padding: 40px;
    }

    .pagetitle {
        padding: 15px 0px 0px 0px;
        font-size: 18px;
    }

    .account {
        display: inline-block;
        border: 1px solid #562B00;
        color: #000000 !important;
        padding: 4px 12px;
        font-size: 12px;
        margin-left: 15px;
        margin-top: -135px;
        top: 0px;
        border-radius: 5px;
        cursor: pointer;
    }

    .containerc {
        padding: 0 15px;
    }

    .mobilebg {
        background-color: #ffffff !important;
    }

    .logo {
        display: none !important
    }

    .logo1 {
        display: none !important;
    }

    .logo-mobile {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .indexcontainer {
        margin-top: 120px;
    }

    .header-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header-item-left, .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        margin: auto;
    }

    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        padding: .5rem 0
    }

    .header .menu-mobile-toggle {
        position: absolute;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        margin-top: -0.25rem;
        background: none;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 0px;
        margin-top: -142px;
    }

        .header .menu-mobile-toggle span {
            display: block;
            position: absolute;
            width: 100%;
            height: 2px;
            left: 0;
            border: none;
            outline: none;
            opacity: 1;
            border-radius: .25rem;
            background: var(--color-black);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out
        }

            .header .menu-mobile-toggle span:nth-child(1) {
                top: 0
            }

            .header .menu-mobile-toggle span:nth-child(2), .header .menu-mobile-toggle span:nth-child(3) {
                top: .5rem
            }

            .header .menu-mobile-toggle span:nth-child(4) {
                top: 1rem
            }

    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 1px;
    }

    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 111;
        overflow: hidden;
        background: var(--color-white);
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        .header .menu.active {
            -webkit-transform: translate(0%);
            transform: translate(0%)
        }

        .header .menu > ul > li {
            display: block;
            line-height: 1;
            margin: 0
        }

            .header .menu > ul > li > a {
                display: block;
                line-height: 3.125rem;
                height: 3.125rem;
                padding: 0 3.125rem 0 1rem;
                border-bottom: 1px solid rgba(0, 0, 0, .1)
            }

                .header .menu > ul > li > a i.ion {
                    position: absolute;
                    font-size: 1.25rem;
                    line-height: 3.125rem;
                    top: 0;
                    right: 0;
                    width: 3.125rem;
                    height: 3.125rem;
                    text-align: center;
                    -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg)
                }

        .header .menu .menu-mobile-header {
            position: relative;
            position: sticky;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            top: 0;
            height: 3.125rem;
            z-index: 110;
            border-bottom: 1px solid rgba(0, 0, 0, .1);
            background: var(--color-white)
        }

            .header .menu .menu-mobile-header .menu-mobile-arrow {
                display: none;
                font-size: 1.25rem;
                line-height: 3.125rem;
                width: 3.125rem;
                height: 3.125rem;
                cursor: pointer;
                text-align: center;
                border-right: 1px solid rgba(0, 0, 0, .1);
                color: var(--color-black)
            }

            .header .menu .menu-mobile-header.active .menu-mobile-arrow {
                display: block
            }

            .header .menu .menu-mobile-header .menu-mobile-title {
                font-family: inherit;
                font-size: 1rem;
                font-weight: 500;
                line-height: inherit;
                color: var(--color-black);
                text-transform: capitalize
            }

            .header .menu .menu-mobile-header .menu-mobile-close {
                font-size: 2.25rem;
                line-height: 3.125rem;
                cursor: pointer;
                width: 3.125rem;
                height: 3.125rem;
                text-align: center;
                border-left: 1px solid rgba(0, 0, 0, .1);
                color: var(--color-black)
            }

        .header .menu .menu-section {
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden
        }

        .header .menu > ul > li .menu-subs {
            position: absolute;
            display: none;
            top: 0;
            left: 0;
            max-width: none;
            min-width: auto;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 1rem;
            padding-top: 4rem;
            opacity: 1;
            overflow-y: auto;
            visibility: visible;
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            -webkit-box-shadow: none;
            box-shadow: none
        }

            .header .menu > ul > li .menu-subs.menu-mega {
                position: absolute;
                display: none;
                top: 0;
                left: 0;
                max-width: none;
                min-width: auto;
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 1rem;
                padding-top: 4rem;
                opacity: 1;
                overflow-y: auto;
                visibility: visible;
                -webkit-transform: translateX(0%);
                transform: translateX(0%);
                -webkit-box-shadow: none;
                box-shadow: none
            }

            .header .menu > ul > li .menu-subs.active {
                display: block
            }

            .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                padding: 0rem
            }

                .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
                    margin-top: 0
                }

                .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
                    margin-bottom: 1.25rem
                }

                .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
                    margin-bottom: 0rem
                }

            .header .menu > ul > li .menu-subs > ul > li > a {
                display: block
            }

            .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
                margin-bottom: 1rem
            }

                .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
                    display: block
                }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, .65);
        -webkit-transition: all .45s ease-in-out;
        transition: all .45s ease-in-out
    }

        .overlay.active {
            opacity: 1;
            visibility: visible
        }

    .menu-list, .menu-list5 {
        width: 100%;
        margin: auto;
    }

    .menu-subs .list-item {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding: 0 0.625rem;
    }

    .menu-subs .list-item5 {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding: 0 0.625rem;
    }

    .header .menu > ul > li > a {
        color: #000000 !important;
    }
}

@media screen and (max-width: 768px) {
    /* ********* popup ******* */



    .enrichedwith {
        width: 50%;
    }

    .enriched-circle {
        height: 25vw;
        width: 25vw; /* responsive size */
        max-width: 200px;
        aspect-ratio: 1 / 1; /* keeps it perfectly square */
        border-radius: 50%;
        border-radius: 90px;
        color: #000000;
        text-align: center;
        border: 1px solid #000000;
        padding: 0 10px 0 10px;
        font-size: 14px;
        font-weight: 500;
        margin: auto;
    }

    .enrichedinfo {
        margin: 40px 0px 10px 0;
        text-align: center;
    }

    .flawer {
        top: -50px;
    }

    .facial-kit-txt-container {
        height: auto;
    }

    .facial-kit-txt {
        vertical-align: top;
        padding-left: 0px;
    }

    .facial-kit-title {
        font-size: 18px;
    }

    .facial-kit-ownmatter {
        font-size: 15px;
    }

    .facial-enriched-name {
        font-size: 15px;
    }

    .facial-kit-shadowline {
        margin: 0 0 15px 0;
    }

    .flawer {
        left: 0px;
    }	


    .popmodalcontent {
        width: 95%;
        padding: 15px;
        overflow-x: hidden
    }

    .accord11 {
        font-size: 21px;
        line-height: 25px;
    }

    .accorddatadisplay {
        font-size: 15px;
    }

    .mobbox-border {
        border: 1px solid #000000;
        padding: 15px;
        margin-bottom: 15px;
    }

    .cart-display-product {
        border: none;
    }

    .display-cart-products {
        display: none;
    }

    .cart-display-product img {
        width: 60%;
        margin: auto;
    }

    .transaction-matter-icons {
        padding: 15px 0;
        text-align: left;
    }

        .transaction-matter-icons a img {
            display: inline-block;
            padding-left: 0px;
            padding-right: 25px;
        }

    .transactiondate {
        padding-top: 20px;
    }

    .transactionseparation-line {
        margin: 30px 0 10px 0;
    }

    .transactionborder-left {
        border-right: 1px solid transparent;
    }

    .transactionlogo {
        display: inline-block;
        width: auto;
        top: 5px;
        margin-right: 5px;
    }

    .companyname {
        display: block;
        padding-top: 15px;
    }

    .receipt .receipt-details {
        padding-left: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .transaction-signature {
        padding-top: 25px;
        display: flex;
        justify-content: flex-start;
    }

    .accountlog {
        padding: 1px 12px;
        top: -67px;
        margin-left: 7px;
        border: 1px solid #562B00;
        border-radius: 5px;
    }

    .cart-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        height: auto;
        overflow: auto;
        margin-top: 0px;
    }

    .icon-consume {
        text-align: left;
        display: flex;
        justify-content: flex-start;
        padding: 15px 0;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .menutitle {
        padding: 15px 0 5px 10px;
    }

    .autoship-edit-title {
        font-size: 13px;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        font-weight: normal;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #cccccc;
        width: 95%;
        height: 50px;
    }

    .autoship-edit-info {
        font-size: 13px;
        font-weight: bold;
        padding-bottom: 10px;
        text-align: center;
        background-color: #cccccc;
        width: 95%;
    }

    .sline-Index {
        background-color: black;
        height: 1px;
        color: black;
        outline: none;
        position: relative;
        margin-top: 25px;
    }

    .half50 {
        width: 97%;
        margin: 1%;
        margin: auto;
    }

    .productaddedtxtfld {
        height: 38px;
    }
    /* ********* popup ******* */
    .product-container {
        height: auto;
    }

    .ytthumb {
        width: 23.9%;
        height: 70px;
        display: inline-block;
    }

        .ytthumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: inline-block
        }

    .ytgallery {
        display: inline-block;
        gap: 12px;
        grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
    }




    .indexspacertop {
        padding-top: 110px;
    }

    .spacertop {
        padding-top: 110px;
    }

    .pull-r {
        text-align: right;
    }

    .mptop40 {
        padding-top: 59px;
    }

    .showmb {
        display: block;
        margin-bottom: 20px;
    }

    .showdesk {
        display: none
    }

    .hideacc {
        display: none
    }

    .header .menu > ul > li > a {
        color: #000000 !important;
    }

    .catagory-title {
        font-size: 22px;
    }

    .catagory-matter {
        font-size: 15px;
        padding-top: 0px;
    }

    .dn-patch {
        position: relative;
        margin-top: 0px;
    }

    .dn-patch1 {
        position: relative;
        margin-top: 30px;
    }

    .inner-blue-patch {
        margin-top: 25px;
    }

    .inner-blue-patch, .inner-blue-patch1 {
        height: auto !important
    }

    .showimages img {
        width: 70%;
        display: flex;
        justify-content: flex-end;
        float: right;
        image-rendering: auto;
    }

    .ibpmt20 {
        margin-top: 0px;
    }

    .inner-brown-patch1 {
        height: auto;
        margin-top: 20px;
    }

    .bio-patch {
        position: relative;
        margin-top: 50px;
    }

    .inner-fade-green-patch1 {
        height: auto;
        margin-top: 20px;
    }

    .inner-green-patch1 {
        height: auto;
        margin-top: 20px;
    }

    .backarrow {
        margin-top: 0px;
    }

    .cartimg {
        display: block;
        margin-right: 5px;
        background-image: url("../images/cart.png");
        background-repeat: no-repeat;
        height: 21px;
        width: 30px;
        float: right;
        color: red;
        font-weight: bold;
        text-align: center;
        position: relative;
        right: -10px;
        cursor: pointer;
        top: -69px;
        font-size: 15px;
    }

    :root {
        --thumb-height: 60px
    }

    .thumb {
        width: 88px;
        width: 22%;
    }

    .controls .btn {
        width: 38px;
        height: 38px
    }
    .form-whitespace {
        height: auto;
    }

    .form-display {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .form-content {
        vertical-align: top;
    }

    .formtxtcontainer {
        width: 100%;
    }

    .formtxtcontainer-area {
        padding-left: 0px;
        padding-right: 0px;
    }

    .formtxt-fld {
        width: 100%;
    }

    .formtxt-fld1 {
        width: 100%;
    }

    .iconsdisplay {
        margin-right: 0px;
    }

    .formbtn a {
        padding: 8px 25px;
    }
    .formtxtcontainer {
        
        
        height: auto;
       
    }
    /* *************** product page ************ */
    .fixedfooter {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #ffffff;
        color: white;
        text-align: center;
        padding: 10px 15px;
        display: block !important;
        z-index: 99;
    }

    .quantity-selector button {
        padding: 5px 15px;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        border: 1px solid #ccc;
        background-color: #ffffff;
        border-radius: 50px;
    }

    .quantity-selector .quantity-input {
        width: 40px;
        text-align: center;
        padding: 7px;
        font-size: 16px;
        border: 1px solid #ffffff;
        margin: 0 5px;
    }

    .product-title {
        font-size: 18px;
    }

    .txt-product-page-sku {
        font-size: 16px;
    }

    .product-matter {
        padding-top: 0px;
        font-size: 15px;
    }

    .btnaddtocart {
        width: 80%;
        margin: auto
    }

        .btnaddtocart a {
            border: 1px solid #cccccc;
            padding: 9px 3px;
            text-align: center;
            border-radius: 15px;
            display: block;
            width: 100%;
            color: #000000;
            background-color: #ffffff;
            transition: 0.3s all linear
        }

            .btnaddtocart a:hover {
                background-color: #ffffff;
                color: #ffffff;
                transition: 0.3s all linear
            }

            .btnaddtocart a img {
                text-align: center;
                margin: auto
            }

    .btnbuyitnow {
        width: 100%
    }

        .btnbuyitnow a {
            border: 1px solid #cccccc;
            padding: 8px 10px;
            text-align: center;
            border-radius: 15px;
            display: block;
            width: 100%;
            color: #ffffff;
            background-color: #562B00;
            font-size: 14px;
            transition: 0.3s all linear
        }

            .btnbuyitnow a:hover {
                background-color: #ffffff;
                color: #000000;
                transition: 0.3s all linear
            }

    .accordion-product-page-matter {
        font-size: 15px;
    }

    .rightsign {
        float: left;
        width: 30px;
        padding-top: 5px;
    }

    .accordion-product-page-txt {
        float: left;
        width: 90%;
        padding-left: 15px;
    }

    .width50 {
        width: 99.33333333%;
    }

    .why-choose {
        font-size: 15px;
    }

    .mob-mb15 {
        margin-bottom: 15px;
    }

    .main-image {
        position: relative;
        text-align: center;
        overflow: hidden;
        margin: 0 0 15px 0;
    }

    .sub-image div {
        margin: 0 5px 0 0;
        width: 21%
    }

    .logcheckout {
        right: 5px;
    }

        .logcheckout a {
            font-size: 12px;
        }

    .welcomeguest {
        font-size: 12px;
        right: 0px;
        padding-bottom: 4px;
        line-height: 22px;
    }

    .selectcourier {
        margin: 15px 0 10px 0;
    }

    .selectcouriertxtfld {
        width: 100%;
    }

    .main-image div iframe {
        max-width: 100%
    }

    .colwhite {
        margin-top: 10px;
        background-color: #ffffff;
        margin-left: 15px;
        margin-right: 15px;
    }

    .inner-fade-green-patch {
        height: auto;
    }

    .inner-green-patch {
        height: auto;
    }

    .ytgallery {
        display: inline-block;
        gap: 12px;
        grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
        width: 100%
    }

    .roundbox {
        height: auto;
    }

    .whyallicon {
        padding: 0px 0 0 0;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .menutitle {
        padding: 10px 0 10px 10px;
    }

    .bgcolblue {
        background-color: #064883 !important;
    }

    .bgcolgreen {
        background-color: #3d451b !important;
    }

    .bgcolfadegreen {
        background-color: #455d03 !important;
    }

    .bgcolbrown {
        background-color: #4e4025 !important;
    }

    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .menutitle a {
        color: #ffffff !important;
    }

    .cart-product-name {
        text-align: center;
        font-weight: 600;
        color: #58595b
    }

    .cart-product-price {
        text-align: center;
        font-weight: 600;
        color: #58595b;
        margin-bottom: 10px;
    }

    .quantity-selector {
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .deleteicon {
        padding-left: 15px;
    }

    .header .menu > ul > li > a {
        font-size: 16px;
    }

    .vision-top {
        display: none
    }

    .vision-bottom {
        display: none
    }

    .product-container {
        height: auto;
    }

    .pageslinks a {
        font-size: 17px;
        width: 100%;
    }

        .pageslinks a:hover {
            border-bottom: 3px solid #fcb817;
            width: 100%;
        }

    .shoppingcode-txtfld {
        width: 250px;
    }

    .popupmodal-content-shortsmall {
        margin-left: 15px;
        margin-right: 15px;
        padding: 35px 20px;
    }
    .text-consume {
        font-size: 15px;
        padding-left: 0px;
    }
    .inner-fade-green-patch {
        height: auto;
        padding: 15px 25px;
    }
}
