﻿/* -------------------------- VARIABLES ---------------------------------- */
@font-face {
    font-family: 'CenturyGothic';
    src: url('../Fonts/Century Gothic/CenturyGothic.woff2') format('woff2'), url('../Fonts/Century Gothic/centurygothic.eot') format('embedded-opentype'), url('../Fonts/Century Gothic/CenturyGothic.svg') format('svg'), url('../Fonts/Century Gothic/centurygothic.ttf') format('truetype'), url('../Fonts/Century Gothic/CenturyGothic.woff') format('woff');
}
@font-face {
    font-family: 'opensans-condbold';
    src: url('../fonts/opensans-condbold.woff') format('woff');
}
@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/poppins-regular.woff') format('woff');
}
:root {
    /*Color*/
    --Primary-Color: #3dd530;
    --Secondary-Color: #1a1a1a;
    --Tertirary-Color: #fffff;
    --White:white;
    /*Font*/
    --Primary-Font: 'opensans-condbold';
    --Secondary-Font: 'poppins-regular';
    --Tertirary-Font: CenturyGothic;

    /*Text*/
    --Main-Text: clamp(35px,4vw,45px);
    --Sub-Text: clamp(22px,2vw,22px);
    --Body-Text: clamp(18px,1vw,18px);
}

.divAboveNav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 5px;
    background-color: var(--Secondary-Color);
   
}

.divAboveNavContainer {
    display: flex;
    align-items: center;
    gap:20px;
  
}

.divAboveNavContainerOverride1,divAboveNavContainerOverride2, divAboveNavContainerOverride2 {
    min-width: 156px;
    gap: 5px;
}

.imgAboveNavLogo {
    max-width: 354px;
    padding-left: 15px;
}
.imgAboveNavIcons{
    width:30px;
    margin-right:20px;
    margin-left:20px;
}

.navBarOverride {
    
    color: var(--Secondary-Color) !important;
   
}

.navbar-nav {
    
   
}

.imgCheckout {
width:200px
}

.flexCI {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}


.imgAboveNavLogoMobile {
    display: none;
}

.imgNavBarTablet{
    display:none;
}

.imgNavBarMobile{
    display:none;
}

.mainText {
    color:var(--Primary-Color)

}



.subText{
    
    color:var(--Secondary-Color)
}

.displayBlock{
    display:block;
    background-color:var(--Primary-Color);
}

.bgProducts {
    background-color: var(--Primary-Color);
    padding-left: 8%;
    color: white !important;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1.5;
}

.d-flexProductIntro {
    display: flex;
    flex-direction: row;
    gap: 5%;
    align-items: center;
}

.battery-list {
    list-style-type: circle;
    padding-left: 20px;
    
}

.TopProductLbl{
    font-size:var(--Sub-Text);

}

.flexTCETop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.TheCircularEconomyImageBottom {
    WIDTH: 100%;
    max-width: 877px;
}

.flexTCEBottom {
    display: flex;
    justify-content: center
}
.divBottomBannerHomeBackground {
    width: 100%;
    position: relative;
    background-size: 40% auto;
    background-repeat: no-repeat;
    height: fit-content;
}

.bottomBannerText {
    margin-top: 4%;
}

.TheCircularEconomyLbl{
    font-family:var(--Secondary-Font);
    font-size:var(--Sub-Text);
}

.bottomBannerHeading {
    background-color: var(--Primary-Color);
    padding: 15px;
    font-size: var(--Main-Text);
    padding-left: 8%;
    margin-top: 20px;
    color: white;
}

.d-flex {
    display: flex !important;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

.d-flexButtonsProducts {
    display: flex !important;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    padding-left:8%;
    
}

.topBannerText{
    width:43%;
    font-family:var(--Secondary-Font);
    font-size:15pt;
}

.WeProvideSize{
    font-size:26px;
}


.imgBottomBanner {
    width: 100%;
    height: auto;
}
.circle-list {
    list-style-type: circle;
    padding-left: 20px;
}

.d-flexBottomBanner {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: flex-start;
}

.txtBottomBanner {
    width: 100%;
}

.headingFlex {
    display: flex;
}

.underHeadingFlex {
    display: flex;
    flex-direction: row-reverse;
}
.mainFrameOverride{
    padding-left:50px;
}

.mainFrameOverride1 {
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.paymentImg {
    display: flex;
    justify-content: center;
}

    .paymentImg img {
        width: 50%;
    }

    .lnkCartMobile img {
        padding-right: 2px;
        /*margin-left: -50px*/
    }

.mobileButtons{
    display:none;
}



.headingWWA {
    background-color: var(--Primary-Color) !important;
    color: white !important;
    padding-left: 8%;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1.5;
}

.d-flexRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.d-flexColumn {
    display: flex;
    flex-direction: column;
    min-width: 300px;
  
}

.lblTopBannerMobile{
    display:none;
}

.mobileTopBannerText{
    color:var(--White);
    font:var(--Primary-Font);
    font-size:var(--Main-Text);
}

.mobileTopBannerText2 {
    color: var(--White);
    font: var(--Primary-Font);
    font-size: var(--Sub-Text);
}

.imgBottomBannerMobile{
    display:none;
}

.retailPrice{
    display:block;
    background-color:var(--Secondary-Color);
    padding-left:5px;
}

.imgStaff{
 border:solid var(--Primary-Color) 2px;
}

.productsListingFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.d-flexProductsHome {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 5px;
    max-width: 440px;
}
.d-flexProductsSearch {
    display: flex;
    flex-direction: column;
    /*gap: 20px;*/
    padding: 5px;
    max-width:440px;
    justify-content:space-between;
}

.productsTop {
    display: flex;
    flex-direction: column;
    justify-content:start;
}
.searchContainer {
    margin-left: 8%;
    /*    padding-left: 140px;
    padding-right: 50px;*/
}

.d-flexContainerProducts {
    display: flex;
}

.d-flexServices {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-width: 1400px;
}
.lblOurServices {
    background-color: var(--Primary-Color);
    padding-left:8%;

    color:white !important;
}


.lblEditorServicesIntroduction {
    font-family: var(--Primary-Font) !important;
    font-size: var(--Main-Text);
}

d-flexService{
    display:flex !important;
    
}

.spacing{
    padding-top:30px;
    padding-bottom:30px;
    padding-left:15px;
    padding-right:15px;
}

.lblEditorServices {
    font-family: VAR(--Secondary-Font);
    font-size: var(--Sub-Text);
}

@keyframes floatInLeft {
    0% {
        opacity: 0;
        transform: translateX(200%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.float-in-left {
    animation: floatInLeft 2s ease forwards;
}



.d-flexDescription {
    display: flex;
    flex-direction: column;
    width: 400px;
    padding-left:50px;
    padding-top:50px;
    gap: 24px;
    width: 100%;
    padding-right:50px;
}

/* Contact Us*/
.rowCenter {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    justify-content: center;
}

.mapWidth{
    max-width:100% !important;
}

.formLabelWrapper {
    width: 100%;
    max-width: 100%; /* Optional */
}

.lblEditorContactUsIntoduction {
    display: block;
    text-align: left;
    padding-bottom:10px;
    font-size:var(--Sub-Text);
}
/* About Us*/
.lblWidth {
    max-width: 686px;
}
.d-flexAboutUs1 {
    display: flex !important;
    flex-direction: row-reverse;
    align-content: center;
   
    justify-content: start;
    gap: 3%;
    align-items: center;
    
    padding-bottom: 15px;
    
}



.d-flexAboutUs2 {
    display: flex !important;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: start;
    gap: 3%;
    align-items: center;

    padding-bottom: 15px;
}


.d-flexHeading {
    display: flex;
    justify-content: flex-start;
    
}

.imgAboutUs1, .imgAboutUs2 {
    object-fit: cover;
    /*border-radius: 251px 810px 310px 650px;*/
    
}

.pt-20 {
    padding-top: 114px !important;
    padding-left: 20px;
    padding-right: 20px;
}


.subHeadingAboutUs{
    font-size:var(--Sub-Text);
}

.snippetListingDescription {
    font-family: var(--Secondary-Font);
    font-size: var(--Sub-Text);
    width: 100%;
    display: block;
}

.lblListingSnippetName{
    color:var(--Secondary-Color) !important;
    font-family:var(--Primary-Font);
    font-size:var(--Main-Text);
}

.d-flexProductInfo {
    display: inline-flex;
    flex-direction: row;
    
    width: 420px;
    justify-content: space-between;
    align-items: center;
}
.d-flexProductInfoSearch {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.imgSnippetListingsServices {
   
    
    width: 100%;
}

.contactUsHeader{
    font-size:45px !important;
}

.iconsInfoFlex {
    display: flex;
    gap: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center
}

.lblTopBannerProductName {
    margin-top: 7%;
    position: absolute;
    margin-left: -49%;
    font-size:var(--Main-Text);
    color:var(--White) !important;
}

.imgSpecialBanner{
    position:relative;
    padding-bottom:50px;
}

.imgProduct{
    border:solid 2px var(--Primary-Color);
    padding:10px;
    border-radius:10px;
}

.productCode{
    margin-left:12px;
   color:var(--Primary-Color);
    font-family:var(--Secondary-Font);
    font:large;
    padding-bottom:20px;
}

.productCode1 {
    font-family: var(--Primary-Font);
    padding-left:20px;
}



.textStyleGrid{
    font-family:var(--Secondary-Font) !important;
    color:black !important;
}

.productTable {
    font-size: 30px !important;
    padding-bottom: 5px;
    padding-right: 42px !important;
    font-family: var(--Secondary-Font);
    color: black !important;
    border-bottom: 1px solid black !important ; 
    width:100%;
}


.dxtc-stripContainer .dxtc-activeTab {
    border-bottom: 3px solid var(--Primary-Color) !important;
}

.dxtcLite .dxtc-activeTab {
    border-bottom: 2px solid var(--Primary-Color) !important; /* or current theme default */
}


.dxtc-stripContainer{
    padding-top:56px !important;
}

.dxtc-activeTab a {
    color: var(--Primary-Color) !important;
}

.dxtc-stripContainer .dxtc-tab a {
    color: black !important;
}


.lblEditorProductDescription{
    font-family:var(--Secondary-Font) !important;
}

.black-line {
    border: none;
    border-top: 1px solid black !important;
    margin: 1em 0;
}

.defaultButtonProductFilter {
    width: 100% !important;
    max-width: 517px;
    height: 60px;
    background-color: var(--White);
    color: white;
    font-family: var(--Secondary-Font);
    text-decoration: none !important;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: var(--Body-Text);
    border: 1px solid var(--Primary-Color) !important;
    transition: 2s;
    border-radius:10px;
}

.defaultButtonProductFilter2 {
    width: 100% !important;
    max-width: 443px;
    height: 60px;
    background-color: var(--White);
    color: white;
    font-family: var(--Secondary-Font);
    text-decoration: none !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--Body-Text);
    border: 1px solid var(--Primary-Color) !important;
    transition: 2s;
    border-radius: 10px;
}

.comboSearchFilter {
/*    border: 1px solid var(--Primary-Color) !important;
    border-radius: 10px;*/
}

.searchBtnFilter{
    border:none ;
}

.btnSearch {
    width: 221px !important;
    background-color: var(--Primary-Color) !important;
    border-radius: 10px;
    border:solid 1px var(--Primary-Color);
    font-family:var(--Secondary-Font) !important;
    font-size:var(--Sub-Text);
}

.btnSearch:hover{
    background-color:var(--White) !important;
    color:black;
}


.lblSnippetNameProducts{
    color:var(--Primary-Color) !important;
    font-family:var(--Secondary-Font);
    font-size:30px;
}

.lblHomeProducts{
    padding-right:10px;
}
.custom-popup {
    position: fixed;
    top: 100px;
    right: 20px;
    background-color: var(--Primary-Color);
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 9999;
    pointer-events: none;
    font-size: 20px;
}

    .custom-popup.show {
        opacity: 1;
    }

.cardProducts{
    border:none !important;
}

.faintLine{
    width:100%;
    background-color:gray;
    opacity:0.5;
    height:10px;
    
}

.imgAboutUsLeft{

}
/* -------------------------- Global ---------------------------------- */
.defaultButton, .defaultButton2 {
    width: 100% !important;
    max-width: 517px;
    height: 60px;
    background-color: var(--Secondary-Color);
    color: white;
    font-family: var(--Secondary-Font);
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--Body-Text);
    border: 2px solid var(--Secondary-Color);
    transition: 2s;
    cursor: pointer;
}

    .defaultButton:hover, .defaultButton2:hover {
        transition: 1s;
        background-color: white;
        color: var(--Secondary-Color);
    }


.defaultButtonOverride {
    background-color: white;
    border: 2px solid var(--Primary-Color);
    border-radius: 15px;
    padding: 10px;
    
}

.defaultButtonOverride1 {
    background-color: var(--White);
    border: 2px solid var(--Primary-Color);
    border-radius: 15px;
    padding: 10px;
    justify-content: space-between;
    transition: 2s;
}

.defaultButtonOverride2 {
    background-color: var(--Primary-Color);
    border: 2px solid var(--Primary-Color);
    border-radius: 15px;
    padding: 10px;
    justify-content: space-between;
    transition: 2s;
}


.defaultButtonOverride2:hover {
    background-color: white;
}
.defaultButtonOverride2:hover img {
            transition:2s;
            filter: invert(1);
            
}
.defaultButtonOverride2 img{
    margin-right:5px;
}

.defaultButtonOverride4 {
    background-color: var(--Primary-Color);
    border: 2px solid var(--Primary-Color);
    border-radius: 15px;
    padding: 10px;
    justify-content: space-between;
    transition: 2s;
    width: 100% !important;
    max-width: 517px;
    font-family:var(--Secondary-Font);
}

.defaultButtonOverride4:hover {
    background-color: white;
    color:var(--Secondary-Color)
}

.defaultButtonOverride5 {
    background-color: var(--Secondary-Color);
    border: 2px solid var(--Secondary-Color);
    border-radius: 15px;
    padding: 10px;
    justify-content: space-between;
    transition: 2s;
    width: 100% !important;
    max-width: 517px;
    font-family: var(--Secondary-Font);
}

    .defaultButtonOverride5:hover {
        background-color: white;
        color: var(--Secondary-Color)
    }

.defaultButtonOverride6{
    color:var(--Secondary-Color);
    background-color:var(--White);
}

.defaultButtonOverride6:hover {
    color: var(--White) !important;
    background-color: var(--Primary-Color);

}

.defaultButtonOverride7{
    border-radius:15px;
    display:none;
  
}

.productsTest {
    /*height: 2000px;*/
    width: 100% !important;
    /*max-width: 517px;*/
    height: 100%;
    color: white;
    font-family: var(--Secondary-Font);
    text-decoration: none !important;
    display: flex;
    /*align-items: center;*/
    font-size: var(--Body-Text);
    padding: 10px;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.testDataView{
    position:absolute;
}

.borderProducts {
    border: 1px solid var(--Primary-Color);
    border-radius: 15px;
    width: 100%;
    max-width: 440px;
    max-height: 330px;
}

.borderProducts1 {
    border: 1px solid var(--Primary-Color);
    border-radius: 15px;
    width: 100%;
    max-width: 440px;
    max-height: 330px;
    /*min-height: 304px;*/
    /*min-width: 416px;*/
}








.lblEditor {
    color: var(--Secondary-Color);
    font-size: var(--Body-Text);
}

.mainHeading {
    font-size: var(--Main-Text);
}

.subHeading {
    font-size: var(--Sub-Text);
}

html {
    scroll-behavior: smooth;
    background-color: transparent;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid gray !important;
    opacity:1 !important;
}

h1, h2, h3, h4, h5 {
    color: var(--Primary-Color) !important;
}

body {
    font-family: var(--Primary-Font), Arial;
    font-size: 12pt;
    color: black;
    background-color: transparent;
}

* {
    box-sizing: border-box;
}

.lblShoppingMessage{
    display:flex;
    justify-content:center;
}

.flexCheckout{
    display:flex;
    flex-direction:column;
}

.dxflGroupCell_Office365{
    padding:0;
}

.flexOrderConfirmation{
     display: flex
;
    flex-direction: row;
    justify-content: space-evenly;
  
    
}

.flexOrderConfirmation1 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 90px;
}

.fontSize {
    font-size: 16px;
}

.orderSummary {
    border: solid 2px grey;
    padding: 15px;
    border-radius: 10px;
    width: 418px;
}


.MethodWidth {
    width: 418px;
}

.flexCart {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-right: 10px;
}

.CartMagrin{
    margin-top:19px;
}

.flexBCT {
    display: flex;
    justify-content: center;
    gap: 2px;
}
/* -------------------------- Important Labels ---------------------------------- */
.lblSnippetName {
    font-size: 25px;
    color: black !important;
}

.lblSnippetPrice{
    font-size:20px;
    color:var(--White) !important;
}

.bannerHeading {
    font-size: 40px;
    color: var(--Primary-Color);
}

.contactDetailsAboveNav {
    width: 20px;
}
/* -------------------------- Important Containers ---------------------------------- */
.mainFrame {
    max-width: 1400px; /*1400px */
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.mainFrame1 {
    max-width: 1600px; /*1400px */
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* -------------------------- NavBar Related ---------------------------------- */
#navbarSupportedContent {
    justify-content:center;
    color:var(--Primary-Color)
}
.navbar-toggler-icon {
    background-image: url('../images/icons/Hamburger.png');
    
}

.navbar-toggler:focus {
    box-shadow:none;
    outline:none
}

.navbar-toggler {
    border: none;
    box-shadow: none; 
}
.lnkAccountOptions {
    font-size: 12pt;
    text-decoration: none;
    color: black;
    background-color: var(--Primary-Color);
}

    .lnkAccountOptions:hover {
        color: White;
    }

.bgAboveBoiler {
    background-color: var(--Secondary-Color);
}

.popupAccountItem {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid var(--Primary-Color);
}

    .popupAccountItem:hover {
        background-color: var(--Primary-Color);
    }


.boilerPlate {
    padding: 10px;
    background-color: var(--Secondary-Color);
}

.nav-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  
}

.nav-link {
    font-size: 24px;
    color: var(--Tertirary-Color);
   
}

    .nav-link:hover {
        color: var(--Primary-Color);
        transition: color 0.5s;
    }

.navbar.solid {
/*    background-color: var(--Secondary-Color) !important;*/
    transition: background-color 0.5s;
    box-shadow: 0 0 4px grey;
    color: var(--Secondary-Color) !important;
}

.navbar {
    background-color: white;
}

.navSelected {
    color: var(--Primary-Color) !important;
    border-bottom: 2px solid var(--Primary-Color);
    padding-bottom: 10px;
}

.footer {
    width: 100%;
    background-color: white;
}

/* -------------------------- General Utilities  ---------------------------------- */
.clrPrimary {
    color: var(--Primary-Color) !important;
}

.clrSecondary {
    color: var(--Secondary-Color) !important;
}

.clrTertirary {
    color: var(--Tertirary-Color) !important;
}

.bgPrimary {
    background-color: var(--Primary-Color) !important;
}


.fntPrimary {
    font-family: var(--Primary-Font);
}

.fntSecondary {
    font-family: var(--Secondary-Font);
}

.fntTertirary {
    font-family: var(--Tertirary-Font);
}

.textBlack {
    color: black !important;
}

.textWhite{
    color:white !important;
}

.borderBottom {
    border-bottom: 1px solid #adadad;
}

.mainFrame-Fix {
    display: flex;
    justify-content: center;
}

.bannerImageDesktop {
    display: inline-block !important;
}

.bannerImageMobile {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.mobileCentre {
    left: 50%;
    transform: translateX(-50%);
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.containerSpacing {
    padding-top: 60px !important;
    padding-bottom: 60px;
}

.layer, .layer2 {
    width: 100%;
    height: 100%;
}

.layer {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position: absolute;
}

.mobile {
    display: none !important;
}

.lblEditor {
    color: var(--Secondary-Color);
}

.lnkNodec {
    text-decoration: none !important;
    color: var(--Secondary-Color);
}

.hlnkNodec {
    text-decoration: none !important;
}

.hover-underline:hover {
    text-decoration: underline !important;
}

.floatLeft {
    float: left !important;
}

.floatRight {
    float: right !important;
}

.scrollable-menu {
    max-height: 200px; /* Set your desired maximum height for the dropdown menu */
    overflow-y: auto;
    overflow-x: hidden;
}

.contentCenter {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* -------------------------- Carousel Items ---------------------------------- */
.carousel-control-prev-icon {
    background-image: url('../images/general/icons8-left-50.png');
}

.carousel-control-next-icon {
    background-image: url('../images/general/icons8-right-50.png');
}

/* -------------------------- Specials ---------------------------------- */

.loader {
    border: 4px solid var(--Secondary-Color); /* The color wherein the circle spins */
    border-top: 4px solid var(--Tertirary-Color); /* Color inside the Circle that is spinning */
    border-radius: 50%;
    width: 200px;
    height: 200px;
    animation: spin 1s linear infinite;
    margin: auto;
    margin-top: 50px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.full-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--Primary-Color), var(--Secondary-Color));
    background-size: 200% 100%;
    animation: gradientAnimation 4s ease infinite alternate;
    z-index: 9999;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* style.css */






/* -------------------------- HEADINGS ---------------------------------- */


.heading1 {
    padding-top: 5px;
    font-size: 40px;
    margin: 0 0 20px;
    color: var(--Primary-Color);
    letter-spacing: 0;
    font-weight: 400;
}

.headingCMS {
    padding-top: 5px;
    font-size: 24px;
    margin: 0 0 20px;
    color: var(--Primary-Color);
    letter-spacing: 0;
    font-weight: 400;
}

/*--------------- DEVEXPRESS OVERRIDE ---------------*/

.dxeBase_Office365 {
    color: black;
}

.dxbplc {
    vertical-align: top !important;
}

.dxis-passePartout {
    background-color: Transparent !important;
}

.dxflItem_Office365 {
    padding: 3px 0 !important;
}

.dxm-hovered {
    background-color: #0d8599 !important;
    color: var(--Primary-Color) !important;
}

.dxmLite_Office365 .dxm-vertical .dxm-image-l .dxm-content, .dxmLite_Office365 .dxm-vertical .dxm-image-r .dxm-content, .dxmLite_Office365 .dxm-popup .dxm-content {
    padding: 15px;
}

.dxmLite_Office365.dxm-side-menu-mode .dxm-selected {
    background: none;
    color: var(--Primary-Color);
    background-color: #000000 !important;
    border-color: #000000 !important;
}


.dxmLite_Office365 .dxm-main {
    border: none !important;
    background-color: transparent !important;
}

.dxm-spacing, .dxm-separator, .dxm-separator b {
    font-size: 0;
    line-height: 0;
    display: none !important;
}

/*--------------- COOKIE POPUP ---------------*/
#myCookieConsent {
    z-index: 999;
    padding: 20px 20px 10px 20px;
    font-family: OpenSans, arial, "sans-serif";
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    position: fixed;
    color: white;
    bottom: 0px;
    right: 10px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
}

    #myCookieConsent div {
        padding: 5px 0 0;
    }

    #myCookieConsent a {
        color: #ffba55;
        display: inline-block;
        padding: 0 10px;
    }

        #myCookieConsent a:hover {
            color: #fda016;
        }

        #myCookieConsent a#cookiesAcceptButton {
            display: inline-block;
            color: #000000;
            font-size: 1.1em;
            background: White;
            text-decoration: none;
            cursor: pointer;
            padding: 5px 60px 5px 60px;
            border-radius: 5px;
        }

            #myCookieConsent a#cookiesAcceptButton:hover {
                background-color: lightgrey;
                color: #000;
            }




/*--------------- Hardcode BACKGROUND colors ---------------*/



.background_main {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 100vh;
}

.background_banner, .bannerAbout, .bannerServices, .bannerFAQ {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: auto;
}



/*--------------- DIVISION ---------------*/
.contentPlaceholder {
    padding-left: 10px;
}


.divOnlineShop_Footer {
    padding: 10px 20px;
    background-color: var(--Primary-Color);
    transition: all 0.3s ease;
}

    .divOnlineShop_Footer:hover {
        background-color: var(--Secondary-Color);
    }


.contactBtnContainer {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}



.createAccountAddress {
    min-height: 248px;
}


.cardRecent {
    width: 100%;
    min-height: 260px;
}

.cardfeedback {
    width: 100%;
    min-height: 220px;
}

.cardReview {
    width: 100%;
    min-height: 150px;
}




.divSpotlightPrice {
    position: relative;
    text-align: center;
    float: right;
}


/*--- Sign In and Create Password ---*/

.divSignIn {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.pnlSignIn {
    max-width: 500px;
    width: 100%;
}

.productTotal {
    width: 100%;
    text-align: right;
    font-size: 15pt;
}

/*--- Text Box ---*/


.txtSignInEmail {
    width: 100%;
    /*   min-width: 280px;
    max-width: 320px;*/
}

.txtVertMiddle {
    padding-top: 9px;
}

/*--- Shopping ---*/

.Quantity {
    display: flex;
    align-items: center;
}

.ShoppingDetails {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
}

.ProductName, .Quantity, .UnitPrice, .UnitTotal {
    padding: 10px;
}

.ShoppingActions {
}

.btnRemove {
    border: 1px solid var(--Primary-Color);
    background-color: var(--Secondary-Color);
}

    .btnRemove:hover {
        background-color: darkred;
    }

.btnShoppingCart {
    /*width: 100px !important;*/
    font-size: 18px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: var(--Secondary-Color);
    /*min-width:250px;*/
}

    .btnShoppingCart:hover {
        background-color: var(--Primary-Color);
    }

.txtSignInEmail {
    width: 100%;
}



.divShoppingBtnAlign {
    text-align: right;
}

.shoppingButtons {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.lblShopQty {
    font-size: 11pt;
    font-weight: bold;
}

.lblError {
    color: red;
}
.lblStockCount {
}

.lblShopPackName {
    font-size: 13pt;
    font-weight: bold;
    color: var(--Primary-Color) !important;
}

.checkoutTotals {
    max-width: 200px;
    text-align: right;
}

/*--- Product ---*/


.pnlProductMedia {
    width: 100%;
    /*max-width: 1080px;*/
    margin: auto;
    margin-top:5px;
    border:solid 2px var(--Primary-Color);
}

.spanBuyProduct {
    color: var(--Secondary-Color);
    font-size: 13pt;
}

.productHeading {
    width: 100%;
    background-color: var(--Primary-Color);
    padding: 1px 0px 1px 15px;
    color: var(--Primary-Color);
}




.productDescription {
    box-sizing: border-box;
    padding: 0px 5px 0px 5px;
    width: 72%;
}

.cmsContent {
    width: 100%;
    padding: 10px;
    padding-top: 30px; /* Temporary to compensate for yellow broadcast banner. Please remove this line for final release */
    box-sizing: border-box;
}

.divFaq {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.divGreyPanel {
    background-color: #e5e5e5;
    border-radius: 3px;
    padding: 11px 5px 11px 5px;
    width: 100px;
}

.divGreyPanelCms {
    background-color: transparent;
    width: 80px;
}



.htmlEditor, .page100 {
    width: 100%;
}

.searchParameterDesktop {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px !important;
    /*border: 1px solid #adadad;*/
}

.footerLinkMobile {
    display: none;
    width: 100%;
}

.containerTreelist {
    width: 600px;
    margin: auto
}


.searchButton {
    width: 10%;
    margin-left: 5px;
}


.masterLogin, .masterLoginCms {
    float: right;
    padding-bottom: 5px;
}

/*---- BANNER ----*/

.topBannerProduct {
    width: 100%;
    margin: auto;
    text-align: center;
}

.topBannerMainImageSlider {
    width: 100%;
    /*max-height: 350px;*/
    margin: 0;
    padding: 0;
}


.sitemapContainer {
    padding-left: 13px;
}

.cmbCountry {
    width: 100%;
    max-width: 300px;
}

/*--------------- FORM LAYOUT ---------------*/

.formGroupCaption {
    font-size: 11pt !important;
}

.formContact {
    width: 100%;
    max-width: 603px;
    margin: auto;
}

.formCreateAcc {
    max-width: 800px;
}

.formAccess {
    width: 100%;
    max-width: 400px;
}

/*--------------- TABLE ---------------*/
.tblFooter td {
    /*color: var(--Primary-Color) !important;*/
}

/*--------------- TD ---------------*/

.tdBordered {
    border: 1px solid #adadad;
}

.tdMenuSpacing {
    padding-left: 10px;
}

/*--------------- LABELS ---------------*/



.lblArticleHeading {
    font-size: 25px;
    color: #000000;
}



.lblFormCaption, .lblOrderTotal {
    font-size: 12pt;
}


.lblCreateAccount-Popup {
    font-weight: bold;
    color: #0d8599;
}

.lblAccountMobile {
    font-size: 13pt;
}

.lblOrderTotal {
    color: var(--Primary-Color);
    font-weight: bold;
}

.lblOrderConfirm {
    font-size: 12pt;
}

.lblProductName {
    font-size: 30px !important;
    
    color: var(--Primary-Color);
    font-family:var(--Secondary-Font) !important;
    font-size:var(--Sub-Text);
}

.lblHomeProductName {
    color: var(--Primary-Color);
    font-size: 25px;
}


.lblHomeProductLocation {
    font-size: 10pt;
}

.lblShoppingMessage {
    font-size: 12pt;
}

.lblShoppingTotal {
    font-size: 15pt;
}

.lblFAQ {
    font-size: 12pt;
}

.lblNotification {
    font-size: 12pt;
}

.lblShopPrice, .srchPrice {
    color: var(--Primary-Color);
    font-weight: bold;
    font-size: 13pt;
}



.lblSearchParameters {
    font-size: 13pt;
    font-family: Arial;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: bottom;
}

/*--------------- BUTTONS ---------------*/

.btnCallToAction {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: var(--Primary-Color);
    font-size: 20px;
}

    .btnCallToAction:hover {
        background-color: black;
    }

.btnCmsMenuItem {
    width: 100% !important;
    padding: 5px;
    background-color: var(--Primary-Color);
    transition: all 0.2s ease;
    text-align: left;
}

    .btnCmsMenuItem:hover {
        background-color: var(--Secondary-Color);
    }

.btnAddToHome {
    background-color: #0d8599;
    padding: 5px;
    border-radius: 5px;
    border: none;
    color: var(--Primary-Color);
    width: 100%;
    max-width: 200px;
}

.btnSysAdmin {
    background-color: #0d8599
}

.btnContact {
    width: 100% !important;
    max-width: 300px !important;
    color: var(--Primary-Color);
    font-size: 11pt;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}

.btnSignIn {
    padding: 5px;
    width: 200px !important;
}

.btnUpload {
    font-weight: bold !important;
    color: black;
}

.btnDnlInvoice {
    height: 40px;
    width: 150px;
}

.btnAddCart {
    text-align: center;
}

.btnMasterMenu {
    width: 100px;
    padding: 5px;
    /*background-color: var(--Secondary-Color);*/
}
.btnMasterMenuAccountNavbar{
    color:black;
    background-color:white;
}

.btnMasterMenuIcon {
    width: 100px;
    padding: 5px;
}


.btnPopup {
    float: left;
    margin-right: 8px;
}

.featureHeading {
    width: 100%;
    background-color: #0d8599;
    padding: 5px;
    color: white;
    text-align: center;
}

.btnLong {
    width: 100%;
    background-color: #0d8599;
    padding: 20px;
    color: var(--Primary-Color);
    text-align: center;
}

    .btnLong:hover {
        cursor: pointer;
        width: 100%;
        background-color: #DFDFDF;
        color: #0d8599 !important;
    }

.btnSaveClose {
    width: 50%;
    margin: auto;
    text-align: center;
}

.btnBuyNow {
    margin-top: 0px;
    padding: 10px;
    color: grey;
    width: 100% !important;
    max-width: 250px;
    font-size: 11pt;
    font-family:var(--Secondary-Font);
}

.btnBuyNow {
    background-color: var(--White);
    border: 1px solid rgba(0, 0, 0, 0.22);
}

.buttonsProducts {
    display: flex;
    margin-left: -448px;
    gap: 20px;
    margin-top: 30px;
    flex-direction: row-reverse;
   
}

.btnEnquiry {
    width: 370px !important;
    height: 60px;
    background-color: var(--Primary-Color);
    color: white !important;
    font-family: var(--Secondary-Font);
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--Body-Text);
    border: 2px solid var(--Primary-Color);
    transition: 2s;
    cursor: pointer;
    border-radius: 10px;
}

.buttonLink {
    width: 424px;
    height: 60px;
    background-color: var(--Primary-Color);
    color: white !important;
    font-family: var(--Secondary-Font);
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--Body-Text);
    border: 2px solid var(--Primary-Color);
    transition: 2s;
    cursor: pointer;
    border-radius: 10px;
}

.btnEnquiry:hover {
    background-color: var(--White);
    color: black !important;
}

    .buttonLink:hover {
        background-color: var(--White);
        color: black !important;
    }

.invisibleDefaultButton {
    display: none;
    color: transparent;
    background-color: transparent;
}

.btnToolbar {
    color: #303030;
    background-color: white;
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 1px;
}

.btnBack {
    margin-top: -66px;
    background-color: var(--Primary-Color);
    font-family: var(--Secondary-Font) !important;
    font-size: var(--Body-Text);
    width: 131px !important;
    border-radius:10px;
    padding-bottom:5px;
    padding-top:5px;

} 
}
/*--------------- HYPERLINKS ---------------*/
.lnkButton {
    display: inline-block;
    padding: 5px;
}

.hlnkTC {
    color: #0d8599;
    font-weight: bold;
    font-size: 11pt;
    text-decoration: none;
}

/*Viewport list*/

.iPhone5 {
    display: none;
}

.iPhone6 {
    display: none;
}

.iPhone6Plus {
    display: none;
}

.iPhoneX {
    display: none;
}

.SmallTablet {
    display: none;
}

.iPad {
    display: none;
}

.iPadPro {
    display: none;
}
/*--------------- PANELS ---------------*/
.pnlPromotion {
    padding: 5px;
    background-color: red;
    text-align: center;
    font-weight: 600;
}

.signInPanel {
    width: 100%;
    margin: auto;
}

.pnlServerMessage {
    background-color: #EFF1A7;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.shoppingCartBorder {
    border: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    --bs-gutter-x: 0 !important;
}
/*--------------- IMAGES ---------------*/
.imgAbout {
    width: 100%;
    max-width: 500px;
}

.imgLogoFooter {
    width: 100%;
    max-width: 150px;
}

.imgNews {
    width: 100%;
    max-width: 400px;
}

.imgMainLogo {
    width: 100%;
    max-width: 150px;
}

.imgBatteryTechLogo {
    max-width: 180px;
}

.imgClock {
    max-width: 16px;
    position: relative;
    /*margin-top: 10px;*/
}

.imgProductListing {
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 250px;
    max-height: 250px;
}

.imgGoogleReviews {
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 150px;
    max-height: 150px;
}

.imgShopProdFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgShopProd {
    max-width: 100%;
    /*width: 100%;*/
    max-height: 320px;
}

.idCSSToggleIcon {
    background-color: transparent;
}

    .idCSSToggleIcon:hover {
        background-color: transparent;
    }

.lnkCMS {
    text-decoration: none;
    color: var(--Primary-Color);
    font-weight: 600;
}

.divTopbanner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.divTopbannerOverride {
    padding-left: 8%;
    flex-direction: column;
    gap: 9%;
  
    align-items: flex-start;
    
}

.imgPhoneTopBanner{
    width:30px;
    margin-left:15px;
}

.imgTopBannerLogo {
    margin-left: -35px;
    
    width: 100%;
    max-width: 600px;
}

.headingFeatured{
    margin-left:68px;
}
/*--------------- SCROLL TO TOP ---------------*/
#myBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: 1px solid #333;
    outline: none;
    background-color: var(--Primary-Color);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myBtn:hover {
        transition: 0.3s;
        background-color: var(--Secondary-Color);
        border: 1px solid white;
    }


/*--------------- Social Media Icons ---------------*/
.fixed-button {
    position: fixed;
    left: 10px; /* Adjust the left position as needed */
    padding: 2px;
    z-index: 9999 !important;
    background-color: var(--Primary-Color); /* Button background color */
    color: #fff; /* Button text color */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 45px;
    height: 45px;
}

.firstFloat {
    top: 20%; /* Adjust the top position as needed */
    transition: background-color linear 3s;
}

    .firstFloat:hover {
        transition: background-color linear 0.2s;
        background-color: var(--Secondary-Color);
    }

.secondFloat {
    top: 27%; /* Adjust the top position as needed */
    transition: background-color linear 3s;
}

    .secondFloat:hover {
        transition: background-color linear 0.2s;
        background-color: var(--Secondary-Color);
    }

.thirdFloat {
    top: 34%; /* Adjust the top position as needed */
    transition: background-color linear 3s;
}

    .thirdFloat:hover {
        transition: background-color linear 0.2s;
        background-color: var(--Secondary-Color);
    }

.fourthFloat {
    top: 41%; /* Adjust the top position as needed */
    transition: background-color linear 3s;
}

    .fourthFloat:hover {
        transition: background-color linear 0.2s;
        background-color: var(--Secondary-Color);
    }
/*--------------- FOOTER ---------------*/



.mobileMenu {
    display: none;
}

/* -------------------------------------------------------------------------------------------- */

/*--------------- MEDIA QUERIES --------------- */

/*---All Mobile Sizes (devices and browser) ---------------www.responsinator.com---------------- */

/* All Mobile Sizes (devices and browser) ---------------www.responsinator.com--------------------
1. 320              Blue   @media screen and (max-width: 320px) 
2. 375, 384         Green  @media screen and (min-width: 321px) and (max-width: 384px)
3. 414              Yellow @media screen and (min-width: 385px) and (max-width: 479px)
4. 568              Gold   @media screen and (min-width: 480px) and (max-width: 568px)
5. 600, 667, 736    Red    @media screen and (min-width: 569px) and (max-width: 767px)
6. 768              Pink   @media screen and (max-width: 959px) 
7. 1024             Normal @media screen and (min-width: 960px) 
----------------------------------------------------------------------------------------------------

LISTED FROM BIG TO SMALL:

/* Larger than standard 960 (devices and browsers) */

@media screen and (max-width: 1400px) {

    @-ms-viewport {
        width: 100%;
    }
    .divTopbannerOverride {
        gap: 50px;
    }
}

@media screen and (max-width: 1363px) {

    @-ms-viewport {
        width: 100%;
    }

    .searchContainer {
        margin-left: 10% !important;
    }
}



/* Smaller than standard 960 (devices and browsers) -------------------PINK---------------------------------*/

@media screen and (max-width: 992px) {

    @-ms-viewport {
        width: 100%;
    }

    .mobileCentre {
        text-align: center;
        left: 10%;
    }

    .searchContainer {
        margin-left: 5% !important;
    }

    .tdSpacer {
        display: none;
    }

    .lblHomeProductName {
        font-size: 20px;
    }

    .lblHomeProductLocation {
        font-size: 9pt;
    }



    .popupCookies {
        width: 500px;
    }

    .searchParameterDesktop {
        display: none;
    }

    .searchButton {
        padding-top: 5px;
        width: 100%;
    }

    .slider {
        height: 300px !important;
    }

    .mobile {
        display: inline-block !important;
    }

    .desktop {
        display: none !important;
    }

    .div_below_nav {
        margin: 0px;
    }

    .dxmLite_Office365, .dxmLite_Office365 .dxm-item a.dx {
        color: #000000;
    }

        .dxmLite_Office365 .dxm-item.dxm-hovered, .dxmLite_Office365 .dxm-item.dxm-hovered a.dx {
            color: #000000;
        }


    .d-flexProductInfo {
        display: inline-flex;
        flex-direction: row;
        width: 97%;
        justify-content: space-between;
        align-items: center;
    }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------RED------------------- */

@media screen and (max-width: 767px) {

    @-ms-viewport {
        width: 100%;
    }

    .productDescription {
        width: 100%;
    }

    .lblShoppingMessage {
        font-size: 10pt;
    }

    .lblShoppingTotal {
        font-size: 12pt;
    }

    .divShoppingBtnAlign {
        text-align: left;
    }

    .masterLogin {
        display: none;
    }

    .mobileMenu {
        display: inline-block;
    }

    .divGreyPanel {
        min-width: 60px;
    }



    .menuLeft {
        display: none;
    }

    .footerLinkMobile {
        display: inline-block;
    }

    .divTopbanner {
        position: static !important; 
        flex-direction: column;
        align-items: center;
    }

    .divTopbannerOverride {
        padding-left: 0;
        padding-bottom: 0;
        gap: 20px;
    }




    .lblOrderConfirm {
        font-size: 10pt;
    }

    .filterVisible {
        display: none;
    }

    .btnVisible {
        display: none !important;
    }

    .sitemapContainer {
        padding-left: 0px;
    }


    .lblAccountMobile {
        font-size: 12pt;
    }

    .divGreyPanelCms {
        padding-top: 8px;
        padding-bottom: 9px;
        border-radius: 3px;
        padding-left: 3px;
        padding-right: 5px;
    }


    .btnBack {
        display: none;
    }



    #myCookieConsent {
        font-size: 10px;
    }

    .bannerImageDesktop {
        display: none !important;
    }

    .bannerImageMobile {
        display: inline-block !important;
        max-height: 370px; 
        width: 100%;
        object-fit: cover;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Gold------------------- */

@media screen and (max-width: 568px) {

    @-ms-viewport {
        width: 100%;
    }

    .lblSearchParameters {
        font-size: 14px;
    }

    .txtSignInEmail {
        width: 100%;
        min-width: 250px;
    }

    .divGreyPanel {
        min-width: 60px;
    }



    .mainFrameOverride {
        padding-left: 0px;;
    }



    .txtSignInEmail {
        width: 100%;
        min-width: 250px;
    }


    .bannerHeading {
        font-size: 30pt;
        color: var(--Primary-Color);
    }

    .containerSpacing {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Yellow------------------- */

@media screen and (max-width: 479px) {

    @-ms-viewport {
        width: 100%;
    }

    .checkoutTotals {
        text-align: left;
    }

    .productTotal {
        text-align: left;
    }

    .hlnkFooter {
        font-size: 10pt;
    }

    .lblHomeProductName {
        font-size: 18px;
    }


    .btnSaveClose {
        width: 100%;
    }

    .lblAdvertisedPrice {
        
        color: var(--Secondary-Color) !important;
        font-family: var(--Primary-Font) !important;
    }



    .lblretailPrice {
        color: black !important;
        
    }

    .featured100 {
        width: 100% !important;
    }



    .containerSpacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Green------------------- */

@media screen and (max-width: 384px) {

    @-ms-viewport {
        width: 100%;
    }

    .slider {
        max-height: 200px;
    }

    .col-full {
        width: 100% !important;
    }

    .featured100 {
        width: 100% !important;
    }

    .hlnkFooter {
        font-size: 11pt;
    }

    .txtSignInEmail {
        width: 100%;
    }


    .socialMediaDesktop {
        display: none;
    }


    .lblAccountMobile {
        font-size: 9pt;
    }



    .containerSpacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* All Mobile Sizes (devices and browser) --------------------------------------------BLUE*/

@media screen and (max-width: 320px) {
    @-ms-viewport {
        width: 100%;
    }

    .lblCartItems {
        padding-left: 8px;
        font-size: 7pt;
    }

    .txtSignInEmail {
        width: 100%;
        min-width: 220px;
    }

    .containerSpacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/*----------------------------------------------------------- END QUERY ----------------------------------------------------------- */
/*Image Upload*/
.imup_dropZoneExternal > div,
.imup_dropZoneExternal > img {
    position: absolute;
}

.imup_dropZoneExternal {
    position: relative;
    border: 1px dashed #f17f21 !important;
    cursor: pointer;
}

.imup_dropZoneExternal,
.imup_dragZoneText {
    width: 350px;
    height: 350px;
}

.imup_dropZoneText {
    width: 300px;
    height: 150px;
    color: #fff;
    background-color: #888;
}

#dropZone {
    top: 0;
    padding: 100px 25px;
}

.imup_uploadControlDropZone,
.imup_hidden {
    display: none;
}

.imup_dropZoneText,
.imup_dragZoneText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20pt;
}

.imup_dragZoneText {
    color: #808080;
}

.dxucInlineDropZoneSys span {
    color: #fff !important;
    font-size: 10pt;
    font-weight: normal !important;
}

.imup_uploadControlProgressBar {
    width: 350px !important;
}

.imup_validationMessage {
    padding: 0 20px;
    text-align: center;
}

.imup_uploadControl {
    margin-top: 10px;
}

.imup_note {
    max-width: 500px;
}

.imup_uploadedImage {
    max-width: 350px;
    max-height: 350px;
}


/*Padding Classes*/

/*--------------- PADDING ---------------*/

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p40 {
    padding: 40px;
}

/*--- padding top ---*/
.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}


.pt40 {
    padding-top: 40px;
}

/*--- padding right ---*/
.pr10 {
    padding-right: 10px;
}

.pr50 {
    padding-right: 50px;
}
.pr130{
    padding-right:130px;
}
/*--- padding bottom ---*/
.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb100 {
    padding-bottom: 88px;
}

/*--- padding left ---*/
.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl100 {
    padding-left: 100px;
}

.pl155{
    padding-left:8%;
}

.pr155 {
    padding-right: 8%;
}

@media screen and (max-width: 800px) {
    .imgAboveNavLogoMobile {
        display: inline-table;
    }

    .imgAboveNavLogo {
        display: none;
    }
}



@media screen and (max-width: 1200px) {
    .imgTopBannerLogo {
        margin-left: 0px;
        margin-bottom: 0px;
        max-width: 44%;
    }

    .defaultButtonOverride3{
        max-width:40%;
    }

    .searchContainer {
        margin-left: 7% !important;
    }
    
}

@media screen and (max-width: 1020px) {
    .imgTopBannerLogo {
      display:none;
    }

    .searchContainer {
        margin-left: 4% !important;
    }
}
/*Tablet Display*/
@media screen and (max-width: 991px) {
    .imgNavBarTablet{
        display:block;
    }

    .imgAboveNavLogo{
        display:none;
    }

    .mobileText{
        padding-left:5px;
    }
    .defaultButtonOverride3 {
        max-width: 45%;
    }

    .lblCartItems{
        /*display:none;*/
    }
    .lnkSearch{
        /*display:none;*/
    }

    .divAboveNav {
        justify-content: center;
    }

    .divAboveNavContainerOverride1 {
        min-width: 19px;
    }

    .divAboveNavContainerOverride2 {
        min-width: 123px;
    }

    .lnkCartMobile {
        /*margin-left: -34px;*/
    }

    .rowCenter {
        align-items: normal;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-0.5 * var(--bs-gutter-x));
        margin-left: calc(-0.5 * var(--bs-gutter-x));
        justify-content: center;
        flex-direction: column;
    }

    .divAboveNavContainer {
        display: flex;
        align-items: center;
        gap: 0px;
    }
        
}
/* Between Mobile and Tablet*/
@media screen and (max-width: 768px) {

    .defaultButtonOverride3 {
        max-width: 90%;
    }
    .divTopbanner .defaultButton {
        display: none;
    }
    .mobileButtons {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 20px;
        align-items: center;
    }
    .lblTopBannerMobile {
        display: block;
        position: absolute;
        padding-left:20px;
        margin-top: 8%;
        min-width: 320px;
    }

    .aboutUsHeader {
        position: absolute;
        margin-top: 22%;
        margin-left: -7%;
    }

    .contactUsHeader {
        position: absolute;
        margin-top: 22%;
        margin-left: -7%;
        color:var(--White) !important;

    }

    .servicesHeader{
        position: absolute;
        margin-top: 22%;
        margin-left: -11%;
    }

/*    .searchContainer {
        margin-left: 0px !important;
    }*/

    
  
 
}


/*Mobile Display*/
@media screen and (max-width: 550px) {
    .imgNavBarTablet {
        display: none;
    }

    .imgNavBarMobile{
        display:block;
    }
    .d-flexColumn {
        align-items: center;
        text-align: center;
    }

    .aboutUsHeader {
        position: absolute;
        margin-top: 32%;
        margin-left: -7%;
    }

    .contactUsHeader {
        position: absolute;
        margin-top: 26%;
        margin-left: -17%;
    }
    .servicesHeader {
        position: absolute;
        margin-top: 22%;
        margin-left: -13%;
    }
    .lblListingSnippetName {
        color: var(--Secondary-Color) !important;
        font-family: var(--Primary-Font);
        font-size: var(--Sub-Text);
    }

    .d-flexDescription {
        display: flex;
        flex-direction: column;
        width: 400px;
        padding-left: 50px;
        padding-top: 20px;
        gap: 24px;
        width: 100%;
        padding-right: 50px;
    }

    .d-flexRow {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .dxtcLite_Office365 > .dxtc-stripContainer .dxtc-link {
        padding: 0em 0em; 
        display: block;
        height: 100%;
    }

}

@media screen and (max-width: 815px) {
   

  


    

    .bottomBannerTextColorMobile{
        color:var(--White) !important;
    }
  

}

@media screen and (max-width: 1100px) {
   

    .d-flexAboutUs1 {
        display: flex !important;
        flex-direction: column;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 3%;
        align-items: center;
        padding:10px;
    }

    .d-flexAboutUs2 {
        display: flex !important;
        flex-direction: column;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 3%;
        align-items: center;
        padding: 10px;
    }
}

@media screen and (max-width: 1242px) {
    .imgAboutUs1, .imgAboutUs2 {
        width: 400px;
        min-width: 200px;
        padding-top: 20px;
    }

  
}

@media screen and (max-width: 989px) {
    
}

@media screen and (max-width: 1611px) {
    .d-flexButtonsProducts {
        display: flex !important;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 0px;
    }

    .imgTopBannerLogo {
        margin-left: 0;
      
    }

    .divTopbannerOverride {
        gap: 20px;
    }

    .headingFeatured {
        margin-left: 0px;
    }

    .searchContainer {
        margin-left:3%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .productsListingFlex {
        gap: 50px;
    }
}

@media screen and (max-width: 1667px) {

    .productsListingFlex {
        gap: 50px;
    }
}

@media screen and (max-width: 1038px ) {
    .navbar-nav {
        gap: 14px;
    }

}

@media screen and (max-width: 597px) {

    .borderProducts {
        border: 1px solid var(--Primary-Color);
        border-radius: 15px;
        width: 100%;
        max-width: 517px;
        max-height: 304px;
        min-width: 20%;
    }
}

@media (max-width: 992px) {
    .d-flexFilter table {
        width: 100%;
    }

    .d-flexFilter tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .d-flexFilter td {
        width: 100% !important;
        padding: 5px;
    }

    .searchPanel > div {
        flex-direction: column;
    }
    .defaultButtonProductFilter{
        border-radius:0px;
    }

    
}

@media (max-width: 1621px) {

    .divTopbannerOverride {
        padding-left: 8%;
        flex-direction: column;
        gap: 3%;
        align-items: flex-start;
        justify-content: flex-end;
    }
}

@media (max-width: 1482px) {
    .topBannerText{
       /* display:none;*/
    }
    .divTopbannerOverride {
        padding-left: 8%;
        flex-direction: column;
        gap: 4%;
        align-items: flex-start;
        justify-content: flex-end;
    }
}


@media (max-width: 1192px) {
    .navbar-expand-lg .navbar-collapse {
      flex-direction:column;
    }
}


@media (max-width: 1252px) {
    .divAboveNavContainer {
        display: flex;
        align-items: center;
        gap: 0px;
    }
}

@media (max-width: 1285px) {
    .imgBottomBanner {
        width: 50%;
        height: auto;
        object-fit:contain;
    }
}

@media (max-width: 729px) {
    .d-flexBottomBanner {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items:center
    }

    .imgBottomBanner {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .bottomBannerText {
        margin-top: 0%;
    }

    .subTextBottom {
        margin-left:46px;
    }
   
}

@media (max-width: 900px) {
    .d-flexTeam {
        display: flex;
        flex-direction: row;
        width: 75%;
        justify-content: center;
        gap: 5%;
        padding: 15px;
        margin-left: 8%;
    }
}

@media (max-width: 992px) {
    .d-flexTeam {
        display: flex;
        flex-direction: column !important;
        width: 75%;
        justify-content: center;
        gap: 5%;
        padding: 15px;
        margin-left: 8%;
    }

    .imgSnippetListings {
        width:70%;
        object-fit:contain;
    }

    .d-flexServices {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        max-width: 1400px;
    }
    .imgSnippetListingsServices{
        padding:2%;
    }
}

@media (max-width: 1355px) {
    .TopProductImage {
        width:500px;
    }
    .d-flexProductIntro {
        display: flex;
        flex-direction: row;
        padding:4%;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 817px) {
    .TopProductImage {
        width: 400px;
    }
}

@media (max-width: 703px) {
    .TopProductImage {
        display:none;
    }
    .imgAboutUs1, .imgAboutUs2 {
        width: 100% !important;
        object-fit: cover;
        /* border-radius: 251px 810px 310px 650px; */
    }
}

@media (max-width: 1486px) {

    .imgAboutUs1, .imgAboutUs2 {
        width: 541px;
        object-fit: cover;
        /* border-radius: 251px 810px 310px 650px; */
    }
}

@media (max-width: 822px) {

    .dxtcSys.dxtc-flex > .dxtc-stripContainer, .dxtcSys.dxtc-flex > .dxtc-stripContainer .dxtc-strip {
        flex-wrap:wrap;
    }
}

@media (max-width: 992px) {
    .buttonsProducts {
        display: flex;
        margin-left: 0;
        gap: 20px;
        margin-top: 30px;
        flex-direction: row-reverse;
    }

}

@media (max-width: 1044px) {

    .flexTCETop {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .TheCircularEconomyImage {
        width:100% !important;
    }
}

@media (max-width: 1584px) {
    .imgTopBannerLogo{
        width:35% !important;
    }

}

@media (max-width: 1500px) {

    .imgTopBannerLogo {
        width: 35% !important;
    }
}

@media (max-width: 1122px) {

    .topBannerText {
         display:none;
    }

    .divTopbannerOverride {
        padding-left: 8%;
        flex-direction: column;
        gap: 13%;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .imgTopBannerLogo {
        width: 42% !important;
    }
}

@media (max-width: 1164px) {
    .topBannerText {
        width: 45%;
        font-family: var(--Secondary-Font);
        font-size: 15pt;
    }

}

@media (max-width: 1225px) {
    .topBannerText {
        width: 48%;
        font-family: var(--Secondary-Font);
        font-size: 15pt;
    }
}

@media (max-width: 436px) {
    .checkoutSize {
         width:50%;
    }
    .dxflFloatedElConSys > div {
        float: left;
        width: 87%;
    }
    .NameWidth{
        width:200px !important;
    }

}

@media (max-width: 830px) {

    .flexCart {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 992px) {
    .flexOrderConfirmation1 {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top: 90px;
        align-items: center;
        gap: 20px;
    }
 
}

@media (max-width: 800px) {
    .MethodWidth {
        width: 100%;
    }

    .orderSummary {
        border: solid 2px grey;
        padding: 15px;
        border-radius: 10px;
        width: 100%;
    }

}

@media (max-width: 1230px) {
    .flexCI {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

}

@media (max-width: 560px) {
    .flexBCT {
        display: block;
        justify-content: center;
        gap: 2px;
    }
}

@media (max-width: 360px) {
    .lblTopBannerMobile {
        display: block;
        position: absolute;
        padding-left: 20px;
        margin-top: 1%;
        min-width: 250px;
    }

    .dxEditors_edtClear_Office365 {
        background-position: -396px -90px;
        background-size: 538px auto;
        width: 0;
        height: 0;
    }

    .formContact {
        width: 100%;
        max-width: 285px;
        margin-left: 31px;
    }

    .contactUsHeader {
        position: absolute;
        margin-top: 26%;
        margin-left: -31%;
    }

    .d-flexTeam {
        display: flex;
        flex-direction: row;
        gap: 5%;
        padding-top: 15px;
        padding-bottom: 15px;
        align-items: flex-start;
        justify-content: flex-start;
        margin-left: 0% !important;
        margin-right: 10%;
    }
}
