/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 13 2025 | 06:51:27 */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap'); 

body {
    font-family: 'Nunito Sans', sans-serif;
}

body.tax-product-category .product_tite {
    font-family: 'Nunito Sans', sans-serif;
}

body:not(.arm-home-body) .header-logo,  #categoryMenu .header-logo {
    max-width: 150px;
}
.custom-toggler-icon {
    width: 36px;
    height: 36px;
    background-size: contain;
    display: block;
}
.arm-home-body .navbar{
    background: #F6C400;
}
.arm-home-body.category-loaded .navbar {
    background: #fff;
}
.arm-home-body.category-loaded .header-logo {
    max-width: 158px;
}
.arm-home-body.category-loaded .video-background, .arm-home-body.category-loaded .home-wrapper{
    display: none !important;
}
.arm-heading {
    color: #272727;
    font-family: 'Roboto Condensed', sans-serif;
}
.category-section .category-card {
    margin-bottom: 20px;
    margin-top: 0;
}
#categoryMenu .navbar-nav{
    padding: 0 20px;    
}
#categoryMenu .navbar-nav .nav-link{
	display: flex;
    align-items: center;
    gap: 20px;
}
.category-menu-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    background-color: #FF6C08;
	display: flex;
    align-items: center;
    justify-content: center;
}
#categoryMenu .navbar-nav img {
    max-width: 21px;
}

.language-toggle {
    color: #272727;
    width: 100%;
    text-align: left;
    padding: 20px 10px;
    font-size: 14px;
    border: 0;
}
.language-toggle span{
    font-size: 12px;
}
.language-toggle__flag {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
    height: auto;
    max-width: 100%;
}
@media (min-width: 1024px) {
    #navbarNav {
        display: none !important;
    }
}

#countrySwitcher .modal-header {
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 1rem 3.5rem 0;
    overflow: hidden;
    display: block;
}
.modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    padding: 0;
    overflow: hidden;
   background: #272727;
    color: #ff6c08;
    cursor: pointer;
    border: none;
    transition: background-color .25sease;
}
.section-heading {
    font-size: 14px;
    color: #646566;
    font-family: 'Roboto Condensed', sans-serif;
}
.global-modal .modal__title {
    margin: 0.5rem 0 1rem;
    line-height: 1;
    font-size: 1.5em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}
.global-modal .modal-content {
    min-height: 100vh;
    background: #272727;
}
#countrySwitcher .modal-body {
    background: #f8f8f8;
}
#countrySwitcher .modal-body {
    padding: 2rem;
}
.country-select {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
}
.country-select__item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
    text-align: left;
    line-height: 1.4;
    text-transform: uppercase;
    transition: background-color .4s ease;
    text-decoration: none;
    color: #272727;
}
.country-select__flag {
    display: block;
    margin-right: 10px;
    width: 20px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    max-width: 100%;
    height: auto;
}
.country-select__title {
    display: block;
    line-height: 1.2;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.country-select__language {
    color: #3d3d3e;
    display: block;
    font-size: .8em;
    margin-left: auto;
}
.selected-country {
    margin: -2rem -2rem 0;
    background: #fff;
    position: relative;
    z-index: 16;
    padding: 1rem 2rem 1rem;
    text-transform: uppercase;
}
.selected-country h4 {
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 5px;
    color: #646566;
    font-weight: 700;
}
.selected-country .country-select__item {
    border: 2px solid #232323;
}
/*** DARK MODE ****/
body.dark {
    background-color: #343739;
}
body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6{
    color: #FF6C08;
}
body.dark .category-card .product-card {
    background: #5E6367;
}
body.dark .category-card .product-text, body.dark p, body.dark ul li {
    color: #fff;
}

body.dark.arm-home-body.category-loaded .navbar {
    background: #343739;
}

.country-select__item.selected {
    border: 2px solid #232323;
    position: relative;
}
.country-select__item.selected:before {
    top: -18px;
    position: absolute;
    color: #ff6f13;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    left: 0;
}