@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100;400;700&family=Kanit:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
h1, h2, h3, h4, p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
body, html {
    padding: 0;
    margin: 0;
    font-family: 'Antonio', sans-serif;
    color: #14582A;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.splide__pagination__page {
    content: "" !important;
    border-radius: 0% !important;
    background: transparent !important;
    border: 2px solid #14582A !important;
    margin-bottom: 15px !important;
    height: 15px !important;
    width: 15px !important;
}
.splide__pagination__page.is-active {
    background: white !important;
}
.splide__arrow {
    border-radius: 0% !important;
    background: #14582A !important;
    opacity: 1 !important;
    height: 3em !important;
    width: 3em !important;
}
.splide__pagination {
    left: 50 !important;
    right: 50 !important;
}
.splide__arrow svg {
    fill: white !important;
}
.splide__arrow:disabled {
    display: none !important;
}
@media screen and (min-width: 1921px) {
    .splide__slide > img {
        height: auto;
        width: 100%
    }
}
@media screen and (max-width: 1921px) {
    .splide__slide > img {
        height: 606px;
        width: auto;
    }
}
.splide__slide {
    position: relative !important;
}
@media screen and (max-width: 500px) {
    .splide__pagination {
        left: 0 !important;
    }
    .splide__pagination__page {
        margin-bottom: 0px !important;
    }
}
@keyframes slideInDown {
    0% {
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        transform: translateY(0);
    }
} 
@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
} 
#dropdown-navbar-buttons > li {
    font-size: 18px;
    list-style: none;
    width: fit-content;
}
#dropdown-navbar-buttons li a > span {
    background-color: #14582A;
    color: #FFEF00;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 10px;
}
.side-icons {
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 3;
    position: fixed;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
}
@media screen and (max-width: 1430px) {
    .side-icons {
        display: none;
    }
}
#first-box, #second-box {
    padding: 15px;
    background-color: #FFEF00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
}
#first-box:hover, #second-box:hover {
    transform: scale(1.1);
    transition: .25s;
}
@media screen and (min-width: 1700px) {
    .dropbtn {
        display: none;
    }
}

#nested-dropdown-content {
    display: none;
}

.dropbtn {
    padding: 10px;
    margin: 25px;
    font-size: 16px;
    border: none;
    background: transparent;
}
#dropdown-menu-line1 {
    content: "";
    border: 1px solid #14582A;
    width: 40px;
}
#dropdown-menu-line2 {
    content: "";
    border: 1px solid #14582A;
    width: 25px;
    float: right;
    margin-top: 15px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 275px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Roboto', sans-serif !important;
}
#dropdown-navbar-buttons span {
    vertical-align: super;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #ddd;
}
#navbar-buttons > li, #uppernav-button > li {
    list-style: none;
}
.navbar {
    display: flex;
    flex-direction: row;
    margin-left: 150px;
    font-family: 'Roboto', sans-serif;
}
.navbar-wrapper {
    position: fixed;
    z-index: 10;
    background-color: white;
    width: 100%;
    top: 0;
    left: 0;
}
#logo-wrapper {
    margin-right: 75px;
}
#navbar-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: left;
}
#navbar-buttons li > span {
    padding: 5px 10px;
}
@media screen and (min-width: 1300px) {
    #upper-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #F3F6F4;
        justify-content: right;
    }
    #navbar-buttons {
        display: flex;
        justify-content: space-between;
        padding-inline-start: 0px !important;
        width: 100%;
    }
    #uppernav-button, #navbar-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #navbar-cart {
        display: flex;
        align-items: center;
        justify-content: right;
        /* margin-right: 150px; */
        /* width: 15%; */
    }
}
@media screen and (max-width: 1300px) {
    #upper-nav {
        display: none;
    }
    #navbar-container {
        align-items: center;
        justify-content: center;
    }
    #navbar-buttons li > a, #navbar-buttons > #navbar-search {
        display: none;
    }
    #navbar-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: right;
        width: 100%;
        gap: 5px;
    }
    #navbar-cart {
        display: flex;
        align-items: center;
        justify-content: center;
        /* min-width: 190px; */
        font-size: 25px;
    }
}
@media screen and (max-width: 1110px) {
  
    .navbar {
        box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
        margin-left: 0px;
        align-items: center;
    }
    #lower-nav #navbar-buttons {
        display: none;
    }
    #lower-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: right;
        align-items: center;
        width: 100%;
    }
}
@media screen and (max-width: 660px) {
    #logo-wrapper a > img {
        width: 100px;
        height: auto;
    }
    #navbar-cart {
        font-size: 15px;
        justify-content: right;
        min-width: fit-content;
    }
    #lower-nav {
        width: 100%;
    }
    .dropbtn {
        margin: 15px;
    }
    #logo-wrapper {
        margin-right: 0px;
    }
}
@media screen and (max-width: 400px) {
    #navbar-cart {
        font-size: 13px;
    }
    #navbar-cart > img {
        width: 25%;
        height: 25%;
    }
}
#uppernav-login {
    display: flex;
    align-items: center;
}
#uppernav-button > li {
    margin-left: 15px;
    margin-right: 15px;
}
#uppernav-button {
    margin-right: 2vw;
}
#navbar-search {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1110px) {
    #lower-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
}

#index-section1-container {
    display: flex;
    flex-direction: row;
    height: 100%;
}
@media screen and (min-width: 1600px) {
    .landing-banners {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 30px;
        margin-right: 150px;
    }
    .index-section2 {
        margin-top: 50px;
        margin-left: 150px;
        margin-right: 150px;
    }
    .index-section1 {
        margin-top: 115px;
        margin-left: 150px;
        margin-right: 150px;
        height: fit-content;
    }
    .index-section3 {
        margin-left: 150px;
        margin-right: 150px;
    }
    .index-section4 {
        margin: 150px;
    }
}
@media screen and (max-width: 1600px) {
    #index-section1-container {
        flex-direction: column;
    }
    .landing-banners {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 15px;
        gap: 15px;
        justify-content: space-between;
    }
    .splide__slide {
        width: 100vw;
        height: auto;
    }
    .splide__slide > img {
        width: 100%;
        height: 100%;
    }
    .index-section1 {
        margin-left: 50px;
        margin-top: 115px;
        margin-right: 50px;
    }
    .index-section2 {
        margin-top: 50px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .index-section3 {
        margin-left: 50px;
        margin-right: 50px;
    }
    .index-section4 {
        margin: 150px 50px;
    }
    .landing-banners a {
        width: 50%;
    }
    .landing-banners a > img {
        width: 100%;
    }
}
@media screen and (max-width: 1100px) {
    .index-section4 {
        margin: 250px 50px 100px 50px;
    }
}
@media screen and (max-width: 700px) {
    .landing-banners {
        flex-direction: column;
    }
    .landing-banners a {
        width: 100%;
    }
}
@media screen and (min-width: 1921px) {
    .landing-banners {
        gap: 25px;
    }
    .landing-banners a {
        height: 50%;
    }
    .landing-banners a > img {
        height: 100%;
    }
}
@media screen and (max-width: 650px) {
    .index-section1 {
        margin-left: 25px;
        margin-top: 115px;
        margin-right: 25px;
    }
    .index-section2 {
        margin-top: 50px;
        margin-left: 25px;
        margin-right: 25px;
    }
    .index-section3 {
        margin-left: 25px;
        margin-right: 25px;
    }
    .index-section4 {
        margin: 250px 25px 100px 25px;
    }
}
#navbar-buttons li > a::after {
    display:block;
    content: '';
    border-bottom: solid 3px #FFEF00;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
}
#navbar-buttons li > a:hover::after {
    transform: scaleX(1);
}

.slide-header {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 20px;
    top: 50%;
    transform: translate(-15%, 25%);
    left: 15%;
}

@media screen and (max-width: 1000px) {
    .slide-header {
        transform: translate(-15%, -25%);
    }
}
@media screen and (min-width: 1000px) {
    .slide-header > h1 {
        font-size: 55px;
        color: white;
        text-transform: uppercase;
        text-shadow: 3px 3px #14582A;
    }
    .slide-link {
        font-size: 21px;
        padding: 15px 35px;
    }
}
@media screen and (max-width: 1000px) {
    .slide-header > h1 {
        font-size: 45px;
        color: white;
        text-transform: uppercase;
        text-shadow: 3px 3px #14582A;
    }
    .slide-link {
        font-size: 17px;
        padding: 10px 30px;
    }
}
@media screen and (max-width: 700px) {
    .slide-header > h1 {
        font-size: 35px;
        color: white;
        text-transform: uppercase;
        text-shadow: 3px 3px #14582A;
    }
    .slide-link {
        font-size: 15px;
        padding: 10px 20px;
    }
}
@media screen and (max-width: 500px) {
    .slide-header > h1 {
        font-size: 25px;
        color: white;
        text-transform: uppercase;
        text-shadow: 3px 3px #14582A;
    }
    .slide-header {
        gap: 5px;
        left: 50%;
        top: 50%;
        align-items: center;
        text-align: center;
        transform: translate(-50%, -50%);
    }
    .slide-link {
        font-size: 10px;
        padding: 10px;
        width: 100px !important;
    }
}
@media screen and (max-width: 400px) {
    .slide-header > h1 {
        font-size: 20px;
        text-shadow: 3px 3px #14582A;
    }
}
.slide-link {
    text-transform: uppercase;
    font-weight: bolder;
    background: #14582A;
    color: white;
    text-align: center;
    width: 150px;
    cursor: pointer;
    background-image: linear-gradient(135deg, #FFEF00 50%, transparent 51%);
    background-size: 100px 100px;
    background-position: -50px -50px;
    background-repeat: no-repeat;
    transition: all ease 0.8s;
}
.slide-link:hover {
    background-size: 200% 200%;
    background-position: 0px 0px;
    color: #14582A;
    background-color: #FFEF00;
}
.splide__slide {
    position: relative !important;
}
#index-section2-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: auto;
}
.index-section2-category {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 2px solid transparent;
    min-width: 200px;
}
@media screen and (min-width: 900px) {
    .index-section2-category > img {
        width: 100%;
        height: 250px;
    }
    .index-section2-category > h1 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 900px) {
    .index-section2-category > img {
        width: 75%;
        height: auto;
    }
    .index-section2-category > h1 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 30px;
    }
    .index-section2-category {
        min-width: 150px;
    }
}
@media screen and (max-width: 720px) {
    .index-section2-category > img {
        width: 50%;
        height: auto;
    }
    .index-section2-category > h1 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
    .index-section2-category {
        min-width: 100px;
    }
}
.index-section2-category:hover {
    border: 2px solid #14582A;
    transition: .5s;
}
@media screen and (min-width: 600px) {
    .index-section3 > h1 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 52px;
        text-align: center;
        padding: 75px;
    }
}
@media screen and (max-width: 600px) {
    .index-section3 > h1 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 45px;
        text-align: center;
        padding: 35px;
    }
}
@media screen and (max-width: 420px) {
    .index-section3 > h1 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 37px;
        text-align: center;
        padding: 35px 10px;
    }
}
#index-section3-card-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
@media screen and (max-width: 1450px) {
    #index-section3-card-wrapper {
        justify-content: center;
    }
}
.index-section3-card {
    width: 200px;
    box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.5);
    padding: 25px;
}
.index-section3-card:hover {
    box-shadow: 0px 5px 20px -5px rgba(20,88,42);
}
.card-main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 85%;
    position: relative;
}
.card-main-content > h1 {
    text-align: center;
}
.card-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: max-content;
}
.card-info > p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif !important;
}
.card-info > span {
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 5px;
    border-bottom: 2px solid #FFEF00;
}
.card-hover-content {
    position: absolute;
    display: none;
    z-index: 2;
    flex-direction: column;
    top: 0;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 92%;
    padding-bottom: 10%;
    gap: 10px;
    background-color: rgb(20, 88, 42, .5);
}
.index-section3-card:hover .card-hover-content {
    display: flex;
}
.index-section3-card:hover .card-main-content h1 {
    color: white;
    z-index: 3;
}
.number-counter {
    background-image: url(../img/number.png);
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.number-counter > p {
    position: absolute;
}
.number-counter > span {
    position: relative;
}
.index-section3-card:hover .card-info span {
    border-color: #14582A;
}
.card-hover-content > span {
    background: #14582A;
    padding: 5px 15px;
    font-size: 18px;
    cursor: pointer;
}
.card-hover-content > p {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
}
.plus {
    background-image: url(../img/plus.png);
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
}
.minus {
    background-image: url(../img/minus.png);
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
}
.order-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.order-buttons > button {
    background: transparent;
    border: none;
    cursor: pointer;
}
#index-section4-wrapper {
    background: #FFEF00;
    color: #14582A;
    height: fit-content;
    padding: 20px;
    z-index: 2;
    position: relative;
}
#index-section4-image-wrapper {
    position: absolute;
    left: 75%;
    bottom: 20%;
    transform: translate(-50%, 35%);
}
#index-section4-image-wrapper > img {
    height: 400px;
    width: auto;
}
@media screen and (max-width: 1100px) {
    #index-section4-image-wrapper > img {
        height: 300px;
        width: auto;
    }
    #index-section4-image-wrapper {
        transform: translate(-35%, 35%);
    }
}
@media screen and (max-width: 920px) {
    #index-section4-image-wrapper {
        transform: translate(-50%, -15%);
        left: 50%;
        bottom: 65%;
        z-index: 0;
    }
}
@media screen and (max-width: 450px) {
    #index-section4-image-wrapper > img {
        height: 200px;
        width: auto;
    }
    .index-section4 {
        margin: 200px 25px 50px 25px;
    }
}
@media screen and (min-width: 750px) {
    #index-section4-text > h1 {
        font-size: 52px;
        text-transform: uppercase;
    }
    #index-section4-text > p {
        font-size: 25px;
    }
}
@media screen and (max-width: 750px) {
    #index-section4-text > h1 {
        font-size: 45px;
        text-transform: uppercase;
    }
    #index-section4-text > p {
        font-size: 20px;
    }
}
@media screen and (max-width: 550px) {
    #index-section4-text > h1 {
        font-size: 35px;
        text-transform: uppercase;
    }
    #index-section4-text > p {
        font-size: 17px;
    }
    #index-section4-text {
        text-align: center;
    }
}
@media screen and (max-width: 450px) {
    #index-section4-text > h1 {
        font-size: 30px;
        text-transform: uppercase;
    }
    #index-section4-text > p {
        font-size: 15px;
    }
}
#footer-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    /**letter-spacing: 1px; */
    
    font-size:15px!important;
}

#left-left-foot > h1, #left-right-foot > h1, #right-left-foot > h1, #right-right-foot > h1 {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #FFEF00 50%, transparent 50%) 50% 1;
}
#left-left-foot > span, #left-right-foot > span, #right-left-foot > span, #right-right-foot > span {
    font-size: 16px;
}
#center-foot {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 5px;
}

#left-left-foot {
    display: inline-block;
    vertical-align: top;
    margin-right: 5vw;
}
#left-right-foot {
    display: inline-block;
    vertical-align: top;
}
#right-left-foot {
    display: inline-block;
    vertical-align: top;
    margin-right: 5vw;
}
#right-right-foot {
    display: inline-block;
}
#right-right-foot > a:not(:last-child) {
    margin-right: 25px;
}
#right-lower-foot {
    position: absolute;
    justify-content: left;
    bottom: 15px;
}
@media screen and (max-width: 1400px) {
    #center-foot {
        display: none;
    } 
}
@media screen and (max-width: 1100px) {
    #footer-wrapper {
        width: 100vw
    }
    #right-foot {
        margin-right: 0;
        width: 50%;
    }
    #left-foot {
        margin-left: 0;
        width: 50%;
    }
}
@media screen and (max-width: 900px) {
    #left-foot {
        display: none;
    }
    #right-foot {
        width: 100%;
        height: fit-content;
        padding: 15px 5px;
    }
    #right-lower-foot {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        bottom: 0;
        left: 35%;
        text-align: center;
    } 
}
@media screen and (min-width: 550px) {
    #right-lower-foot-resp {
        display: none;
    }
}
@media screen and (max-width: 550px) {
    #footer-wrapper {
        display: none;
    }
    #right-lower-foot-resp {
        display: block;
        background-color: #14582A;
        color: white;
        padding: 20px;
        text-align: center;
    }
}
.add_to_cart_button {
    background-color: #14582A !important;
    color: #FFEF00 !important;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 15px;
}



.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border: 2px solid  rgb(20, 88, 42, .5)!important;
    color: #14582A !important;
}
.dgwt-wcas-suggestions-wrapp {
    border: 2px solid  rgb(20, 88, 42, .5)!important;
    font-family: 'Roboto', sans-serif;
}
.br_alabel_image.br_alabel_left {
    display: none !important;
}
.header-cart {
    position: relative;
}
.header-cart-count {
    position: absolute;
    background-color: #FFEF00;
    color: #14582A;
    font-weight: 800;
    border-radius: 50%;
    top: 0;
    left: -10px;
    font-size: 11px;
    text-align: center;
    height: 15px;
    width: 15px;
}



#footer-wrapper {
    font-family: 'Roboto', sans-serif !important;
}
#right-right-foot > img {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 900px) {
    #right-right-foot > img {
        bottom: 15px;
    }
}
#right-left-foot span:nth-child(2) {
    letter-spacing: 1px;
}
#right-right-foot {
    position: relative;
}
#right-lower-foot {
    bottom: 35px !important;
}
@media screen and (max-width: 900px) {
    #right-left-foot {
        display: flex;
        flex-direction: column;
    }
    #right-lower-foot {
        left: auto !important;
        bottom: 0 !important;
    }
}
.navbar {
    position: relative;
}
.scroll-contact {
    position: absolute;
    right: 167px;
    font-size: 18px;
    background-color: #FFF;
    padding: 15px;
    display: flex;
    gap: 15px;
    bottom: -40px;
}
.scroll-contact a {
    color: #14582A !important;
}
@media screen and (max-width: 1700px) {
    .scroll-contact {
        right: 120px;
    }
}
@media screen and (max-width: 1480px) {
    #left-left-foot > h1, #left-right-foot > h1, #right-left-foot > h1, #right-right-foot > h1 {
        font-size: 20px !important;
    }
    #right-right-foot > a:not(:last-child) {
        margin-right: 5px !important;
    }
}

.woocommerce span.onsale {
    left: -2.5rem !important;
    top: -2.5rem !important;
    background-color: #FFEF00 !important;
    color: #14582A !important;
    border: 2px solid #14582A !important;
}

.logout {
    padding: 10px !important;
    background-color: #FFEF00 !important;
}

.user-role {
    padding: 8px !important;
    margin-top: 25px !important;
    color: #FFEF00 !important;
    background-color: #14582A !important;
    width: 100px !important;
    text-align: center !important;
    text-transform: capitalize !important;
}

.account-settings {
    font-family: Roboto !important;
}