﻿

@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: 'Alokary';
    src: url('../Fonts/Alokary/Alokary.woff2') format('woff2');
}

@font-face {
    font-family: 'Alokary';
    src: url('../Fonts/Alokary/Alokary.woff') format('woff');
}

*/
/* -------------------------- VARIABLES ---------------------------------- */
:root {
    /*Color*/
    /* In the event where you have a dark primary color, change this value to a light color*/
    --Balance-Contrast: Black;
    /*-------------------------------------------*/
    --Primary-Color: #F78D1E;
    --Secondary-Color: #3F5EAB;
    --Tertirary-Color: white;
    --red: #E41E26;
    --green: #0C8241;
    /*Font*/
    --Primary-Font: /*Alokary, */ Calibri;
    --Secondary-Font: 'Open Sans';
    --Tertirary-Font: CenturyGothic;
}
/* -------------------------- GLOBAL ---------------------------------- */


/*CUSTOM*/
@media screen and (max-width: 1024px) and (min-width:767px) {

    @-ms-viewport {
        width: 100%;
    }

    .background_main1 {
        height: 100% !important;
    }
}

.imgFooter {
    width: 100%;
    max-width: 250px;
}

.snippetGroup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid var(--Primary-Color);
    padding: 20px;
}

.snippetButtonGroup {
    display: flex;
    justify-content: center;
    padding: 20px;
    border: 1px solid var(--Primary-Color);
}

.btnSnippets {
    position: relative;
    overflow: hidden;
    width: 177px !important;
    height: 60px;
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    font-family: var(--Primary-Font);
    background-color: var(--Primary-Color);
}

    .btnSnippets::before {
        content: "";
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--Secondary-Color);
        transition: bottom 0.5s ease; /* Changed from left to bottom */
    }

    .btnSnippets:hover::before {
        bottom: 0; /* Changed from left to bottom */
    }



.btnSnippetsText {
    color: white;
    font-size: 15pt;
    z-index: 100;
}

.snippetHeading {
    color: var(--Primary-Color);
    font-size: 20pt;
    font-family: var(--Primary-Font);
    margin-top: 5px;
    margin-bottom: 5px;
}

.snippetBody {
    color: black;
    font-size: 15pt;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

.snippetNote {
    color: var(--red) !important;
    font-size: 11pt;
}

.flexButton {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-toggler-icon {
    background-image: url('../Images/Icons/icons8-hamburger-50.png');
    padding: 20px;
    box-shadow: none !important;
}

.headerBanner {
    text-align: center;
    font-size: 60pt;
    font-family: var(--Primary-Font);
    color: var(--Primary-Color);
    font-weight: 600;
    line-height: 71px;
}

.topBannerLayout {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}

.topBannerContainer {
    width: 100%;
    max-width: 1200px;
    background-color: rgba(255, 255, 255, 0.6);
    color: black;
    font-weight: 600;
}


.pr0 {
    padding-right: 0;
}

.footerFlex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footerIcons2 {
    width: 26px;
    height: 26px;
}

.footerIcons {
    width: 50px;
    height: 50px;
}

.footerIconsFacebook {
    width: 56px;
    height: 56px;
}

.navbarBackgroundColor {
    background-color: var(--Secondary-Color);
}

    .navbarBackgroundColor:hover {
        color: white !important;
    }
/*-----------------------*/
html {
    scroll-behavior: smooth;
    background-color: transparent;
}

.boxShadow {
    -webkit-box-shadow: 0px 11px 13px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 11px 13px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 11px 13px -8px rgba(0,0,0,0.75);
}

.pointer {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.ifrmNewsArticle {
    height: 800px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #757575;
}
/* -------------------------- FORMATTING ---------------------------------- */
.mobileCentre {
    left: 50%;
    transform: translateX(-50%);
}

.scrollable-menu {
    max-height: 200px; /* Set your desired maximum height for the dropdown menu */
    overflow-y: auto;
    overflow-x: hidden;
}

.googleReviews {
    color: black;
    font-size: 20px;
    font-family: 'OpenSans-CondLight';
    list-style-type: none;
    border: 3px solid var(--Primary-Color);
    padding: 20px;
    /*background-image: url('../Images/Icons/usericon.png');*/
}

.googleReviewsIcon {
    width: 40px;
    height: 40px;
    background-image: url('../Images/Icons/usericon.png');
    background-position: left center; /* Position the background image to the left */
    background-repeat: no-repeat; /* Prevent the background image from repeating */
    background-size: contain;
    padding-left: 50px;
    font-size: 16px;
    white-space: nowrap;
    /* Add other styles for your element if needed */
}

/* -------------------------- HEADINGS ---------------------------------- */
h1, h2, h3, h4, h5 {
    /*color: var(--Primary-Color);*/
    font-family: var(--Primary-Font);
}

.heading1 {
    padding-top: 5px;
    font-size: 40px;
    margin: 0 0 20px;
    color: var(--Primary-Color);
    letter-spacing: 0;
    font-weight: 400;
    font-family: var(--Primary-Font);
}

.headingCMS {
    padding-top: 5px;
    font-size: 24px;
    margin: 0 0 20px;
    color: var(--Primary-Color);
    letter-spacing: 0;
    font-weight: 400;
}



.pnlHeading {
    font-size: 16px;
    margin: 0;
}

/* -------------------------- CARDVIEW ---------------------------------- */

/*---- BODY ----*/

body {
    font-family: var(--Secondary-Font), Arial;
    font-size: 11pt;
    color: var(--Balance-Contrast);
    background-color: transparent;
    overflow-x: hidden;
}

/*--------------- MENU ---------------*/

* {
    box-sizing: border-box;
}


/*--------------- DEVEXPRESS OVERRIDE ---------------*/

.dxeBase_Office365 {
    color: var(--Secondary-Color);
}

.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;
}


/*--------------- NAV ---------------*/
.nav-item {
    padding: 1px !important;
}

.nav-link {
    font-size: 18px;
    font-weight: 600;
    color: var(--Tertirary-Color);
}

    .nav-link:hover {
        color: var(--Primary-Color);
        transition: color 0.5s;
    }

.navbar.solid {
    background-color: var(--Balance-Contrast) !important;
    transition: background-color 0.5s;
    box-shadow: 0 0 4px grey;
    color: var(--Secondary-Color) !important;
}

.navbar {
    background-color: black;
}

.navSelected {
    color: var(--Tertirary-Color) !important;
    border-bottom: 2px solid var(--Primary-Color);
    padding-bottom: 10px;
}

/*--------------- 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: var(--Primary-Color);
    bottom: 0px;
    right: 10px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

    #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;
            }


/*--------------- IMAGE OVERLAY ---------------*/

.imageContainer {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #E6E6E6;
}

.imageText {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
}

.imageContainer:hover .overlay {
    opacity: 1;
}

.text {
    color: var(--Primary-Color);
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

/*--------------- BANNERS/BACKGROUNDS ---------------*/
.bgAboveBoiler {
    background-color: var(--Primary-Color);
}

.bgGrey {
    background-color: #f4f4f4 !important;
}

.bgBlack {
    background-color: #000000 !important;
}

.bgBlue {
    background-color: #0d8599 !important;
}

.paddingTop {
    padding-left: 325px;
}

.background_main {
    background-size: cover;
    background-repeat: no-repeat;
    /*width: 100% !important;*/
    background-attachment: fixed;
    background-position: top;
    position: relative;
    height: 170vh;
}

.background_main1 {
    background-size: cover;
    background-repeat: no-repeat;
    /*width: 100% !important;*/
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 100%;
}

.background_banner, .bannerAbout, .bannerServices, .bannerFAQ {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 50vh;
}

.bannerHeading {
    font-size: 40px;
    font-family: var(--Primary-Font);
    color: var(--Primary-Color);
}

.background_home {
    background-image: url('../Images/BannerImages/purple-grapes-553463_1920.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    position: relative;
    min-height: 450px;
}

.contentCenter {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*--------------- 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;
}

/*--- padding bottom ---*/
.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb40 {
    padding-bottom: 40px;
}

/*--- padding left ---*/
.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl100 {
    padding-left: 100px;
}

/*--------------- DIVISION ---------------*/

.contentPlaceholder {
}

.contactBtnContainer {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.mediaUploadContainer {
    border: 1px solid rgba(0,0,0,0.08);
}

.contentBackground {
    background-color: #E6E6E6;
    width: 100%;
}

.containerSpacing {
    padding-top: 60px;
    padding-bottom: 60px;
}

.itemBorder {
    border: 1px solid rgba(0,0,0,0.1);
}

.gridContainer {
    width: 100%;
    padding: 60px 20px 60px 20px;
}

.layer, .layer2 {
    width: 100%;
    height: 100%;
}

.layer {
    background-color: rgba(0, 0, 0, 0.0);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.textWhite {
    color: white !important;
}


.floatLeft {
    float: left !important;
}

.floatRight {
    float: right !important;
}

.cmsMobileNavbar {
    margin-bottom: 110px;
}

.createAccountAddress {
    min-height: 248px;
}

.popupAccountItem {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid var(--Primary-Color);
}

    .popupAccountItem:hover {
        background-color: var(--Secondary-Color);
    }

.cardRecent {
    width: 100%;
    min-height: 260px;
}

.cardfeedback {
    width: 100%;
    min-height: 220px;
}

.cardReview {
    width: 100%;
    min-height: 150px;
}

.pageGrey {
    background-color: #DFDFDF !important;
}

.boilerPlate {
    padding: 10px;
    background-color: var(--Primary-Color);
}

.divSpotlightPrice {
    position: relative;
    text-align: center;
    float: right;
}

.contentPadding {
    padding: 10px;
}

.contentHeight {
    min-height: 220px;
}

.mobile {
    display: none !important;
}


/*--- 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 ---*/
.btnShoppingCart {
    /*width: 100px !important;*/
    padding: 8px 5px;
    font-size: 18px;
    width: 100%;
    /*min-width:250px;*/
}

.txtSignInEmail {
    width: 100%;
}

.btnShoppingCart:hover {
    background-color: var(--Primary-Color);
}

.divShoppingBtnAlign {
    text-align: right;
}

.shoppingButtons {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.lblShopQty {
    font-size: 11pt;
    font-weight: bold;
}

.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;
}

.spanBuyProduct {
    color: var(--Secondary-Color);
    font-size: 13pt;
}

.productHeading {
    width: 100%;
    background-color: #0d8599;
    padding: 1px 0px 1px 15px;
    color: var(--Primary-Color);
}

.headingBaseColor {
    width: 100%;
    background-color: #0d8599;
    padding: 10px;
}

.borderBottom {
    border-bottom: 1px solid #adadad;
}

.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;
}

.bannerImageDesktop {
    display: inline-block !important;
}

.bannerImageMobile {
    display: none !important;
}

.htmlEditor, .page100 {
    width: 100%;
}

.searchParameterDesktop {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px !important;
    /*border: 1px solid #adadad;*/
}

.slider {
    height: 340px;
}

.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%;
}

.footerLinkMobile {
    display: none;
    width: 100%;
}

.containerMedia {
    max-width: 1000px;
    width: 100%;
}

.containerTreelist {
    width: 600px;
    margin: auto
}

.priceAlign {
    text-align: right;
}

.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;
}

.emptyBannerSpacing {
    height: 80px;
}

.searchFieldBorder {
    height: 38px;
    border: 1px solid #C8C8CD;
}

.sitemapContainer {
    padding-left: 13px;
}

.cmbCountry {
    width: 100%;
    max-width: 300px;
}

/*--------------- FORM LAYOUT ---------------*/

.formGroupCaption {
    font-size: 11pt !important;
}

.formContact {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.formCreateAcc {
    max-width: 800px;
}

.formAccess {
    width: 100%;
    max-width: 400px;
}

/*--------------- TABLE ---------------*/
.tblFooter td {
    color: var(--Primary-Color);
}

/*--------------- TD ---------------*/

.tdBordered {
    border: 1px solid #adadad;
}

.tdMenuSpacing {
    padding-left: 10px;
}

/*--------------- LABELS ---------------*/

.lblSnippetName {
    font-size: 25px;
    color: var(--Primary-Color);
}

.lblArticleHeading {
    font-size: 25px;
    color: #000000;
}

.lblEditor {
    color: var(--Secondary-Color);
    font-family: var(--Secondary-Font);
    font-size: 16px;
}

.lblFormCaption, .lblOrderTotal {
    font-size: 12pt;
}

.lblLocation {
    font-weight: bold;
}

.lblCreateAccount-Popup {
    font-weight: bold;
    color: #0d8599;
}

.lblAccount {
    font-size: 10pt;
}

.lblAccountMobile {
    font-size: 13pt;
}

.lblOrderTotal {
    color: var(--Primary-Color);
    font-weight: bold;
}

.lblOrderConfirm {
    font-size: 12pt;
}

.lblRecentsPrice {
    font-size: 13pt;
}

.lblProductName {
    font-size: 15pt;
    font-weight: bold;
    color: var(--Primary-Color);
}

.lblProductPrice {
    font-size: 13pt;
    font-weight: bold;
    color: var(--Primary-Color);
}

.lblOrderItemPrice {
    font-size: 14pt;
    font-weight: bold;
    color: var(--Primary-Color);
}

.lblSpotlightPrice {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10pt;
    font-weight: bold;
}

.lblHomeProductName {
    color: var(--Primary-Color);
    font-size: 25px;
    line-height: 1.1;
}

.lblSearchProductName {
    font-weight: bold;
    color: var(--Primary-Color);
    font-size: 12pt;
}

.lblHomeProductLocation {
    font-size: 10pt;
}

.lblShoppingMessage {
    font-size: 12pt;
}

.lblShoppingTotal {
    font-size: 15pt;
}

.lblFAQ {
    font-size: 12pt;
}

.lblNotification {
    font-size: 12pt;
}



.btnViewPrices {
    width: 100%;
    background-color: var(--Primary-Color);
    color: white;
    border: 2px solid white;
    padding: 10px;
    border-radius: 5px;
    transition: 2s;
}

    .btnViewPrices:hover {
        background-color: white;
        color: black;
        border: 2px solid var(--Primary-Color);
        transition: 2s;
    }


.lblShopPrice, .srchPrice {
    color: var(--Secondary-Color) !important;
    font-weight: bold;
    font-size: 20pt;
    vertical-align: bottom;
}

.font-down {
    font-size: 10pt !important;
}

.srchPrice2 {
    color: var(--Secondary-Color);
    font-size: 12pt;
    vertical-align: super;
    white-space: nowrap;
}


.lblCartItmes {
    padding-left: 8px;
}

.lblProductTitle {
    color: var(--Secondary-Color);
    font-size: 20pt;
}

.lblSearchParameters {
    font-size: 13pt;
    font-family: Arial;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: bottom;
}
/*--------------- SPAN ---------------*/

.spanFooterHeader {
    font-size: 30px;
    color: white;
    font-family: var(--Primary-Font);
}

.spanHeaderBlocks {
    font-size: 14pt;
    color: var(--Primary-Color);
}


/*--------------- 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(--Balance-Contrast);
    }

.btnAddToHome {
    background-color: #0d8599;
    padding: 5px;
    border-radius: 5px;
    border: none;
    color: var(--Primary-Color);
    width: 100%;
    max-width: 200px;
}

.btnSysAdmin {
    background-color: #0d8599
}

.btnDefault {
    position: relative;
    overflow: hidden;
    width: 325px !important;
    height: 60px;
    font-family: var(--Primary-Font);
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    background-color: var(--Primary-Color);
}

    .btnDefault::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: var(--Secondary-Color);
        transition: left 0.5s ease;
    }

    .btnDefault:hover::before {
        left: 0;
    }


.btnDefault3 {
    position: relative;
    overflow: hidden;
    width: 325px !important;
    height: 60px;
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    font-family: var(--Primary-Font);
    color: white;
    cursor: pointer;
    background-color: var(--Secondary-Color);
}

    .btnDefault3::before,
    .btnDefault3::after {
        content: "";
        position: absolute;
        top: 0;
        width: 51%;
        height: 100%;
        background-color: var(--Primary-Color);
        transition: transform 0.5s ease; /* Use transform for smoother animation */
    }

    .btnDefault3::before {
        left: 100%;
    }

    .btnDefault3::after {
        right: 100%;
    }

    .btnDefault3:hover::before {
        transform: translateX(-100%);
    }

    .btnDefault3:hover::after {
        transform: translateX(100%);
    }









.btnDefault2 {
    position: relative;
    overflow: hidden;
    width: 325px !important;
    font-family: var(--Primary-Font);
    height: 60px;
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    background-color: var(--Primary-Color);
}

    .btnDefault2::before {
        content: "";
        position: absolute;
        top: 0;
        right: -100%; /* Adjusted from left */
        width: 100%;
        height: 100%;
        background-color: var(--Secondary-Color);
        transition: right 0.5s ease; /* Adjusted from left */
    }

    .btnDefault2:hover::before {
        right: 0; /* Adjusted from left */
    }




.btnDefault1 {
    position: relative;
    overflow: hidden;
    width: 325px !important;
    height: 60px;
    display: flex;
    font-family: var(--Primary-Font);
    font-size: 20px;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    background-color: var(--Primary-Color);
}

/*    .btnDefault1::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: var(--Secondary-Color);
        transition: left 0.5s ease;
    }

    .btnDefault1:hover::before {
        left: 0;
    }*/

.btnContact {
    width: 100% !important;
    max-width: 300px !important;
    color: var(--Primary-Color);
    font-family: var(--Primary-Font);
    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;
}

.btnBack {
    float: right;
}

.btnContactUs {
    padding: 5px;
    width: 100px
}

.btnAddCart {
    text-align: center;
}

.btnMasterMenu {
    width: 100px;
    padding: 5px;
    background-color: var(--Secondary-Color);
}

.btnMasterMenuIcon {
    width: 100px;
    padding: 15px;
}

.btnShopping {
    float: right;
}

.btnShoppingMobile {
    width: 100% !important;
    max-width: 300px;
    padding: 5px;
    display: none;
}

.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;
    }

.btnCheckout {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btnSaveClose {
    width: 50%;
    margin: auto;
    text-align: center;
}

.btnBuyNow, .btnEnquiry {
    margin-top: 0px;
    padding: 10px;
    color: var(--Primary-Color);
    width: 100% !important;
    max-width: 250px;
    font-size: 11pt;
    font-weight: bold;
}

.invisibleDefaultButton {
    display: none;
    color: transparent;
    background-color: transparent;
}

.btnToolbar {
    color: #303030;
    background-color: white;
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 1px;
}

/*--------------- HYPERLINKS ---------------*/

.lnkNodec {
    text-decoration: none !important;
    color: var(--Secondary-Color);
}

.lnkButton {
    display: inline-block;
    padding: 5px;
}

.lnkCovid {
    font-weight: bold;
    text-decoration: none;
    color: var(--Primary-Color);
}

    .lnkCovid:hover {
        text-decoration: underline !important;
    }

.lnkConrad {
    font-weight: bold !important;
    text-decoration: underline !important;
    color: #2a93de !important;
}

.lnkForgotPass {
    font-size: 10pt !important;
    width: unset !important;
}

.hlnkTC {
    color: #0d8599;
    font-weight: bold;
    font-size: 11pt;
    text-decoration: none;
}

.hlnkNodec {
    text-decoration: none;
}

.lnkCMS {
    color: var(--Secondary-Color);
    text-decoration: none;
    font-weight: bold;
}

    .lnkCMS:hover {
        text-decoration: underline;
    }

.lnkAccountOptions {
    font-size: 12pt;
    text-decoration: none;
    color: black;
    background-color: var(--Primary-Color);
}

    .lnkAccountOptions:hover {
        color: White;
    }




/*--------------- PANELS ---------------*/

.pnlPromotion {
    padding: 5px;
    background-color: red;
    text-align: center;
    font-weight: 600;
}

.pnlProductPromotion {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    padding: 10px 5px;
    font-size: 20pt;
    color: var(--Primary-Color);
    background-color: #00ffff;
}

.signInPanel {
    width: 100%;
    margin: auto;
}

.pnlServerMessage {
    background-color: #EFF1A7;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*--------------- GRIDVIEWS ---------------*/

.gridTextEditor {
    max-width: 500px;
    width: 100%;
}

/*--------------- IMAGES ---------------*/

.imgAbout {
    width: 100%;
    max-width: 500px;
}

.imgLogoFooter {
    width: 100%;
    max-width: 150px;
}

.imgNews {
    width: 100%;
    max-width: 400px;
}

.imgMainLogo {
    width: 100%;
    max-width: 500px;
}

.fixed-button {
    position: fixed;
    left: 10px; /* Adjust the left position as needed */
    padding: 2px;
    z-index: 9999 !important;
    background-color: var(--Secondary-Color); /* Button background color */
    color: #fff; /* Button text color */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 45px;
    height: 45px;
}

.firstFloat {
    top: 12%; /* Adjust the top position as needed */
    background-color: var(--red);
}

.secondFloat {
    top: 19%; /* Adjust the top position as needed */
    background-color: var(--green);
}

.thirdFloat {
    top: 26%; /* Adjust the top position as needed */
}

.logoContainer {
    margin-left: 4%;
    margin-top: -7%;
}

.imgRainbowSafariLogo {
    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;
}

.imgShopProd {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 260px;
    max-height: 260px;
}

.imgRainbowSafariCMS {
    width: 100px;
    float: right;
}
/*--------------- 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;
    }

/*--------------- FOOTER ---------------*/


.footer {
    width: 100%;
    background-color: #000000;
}

.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%;
    }
}

/* Smaller than standard 960 (devices and browsers) -------------------PINK---------------------------------*/

@media screen and (max-width: 992px) {

    @-ms-viewport {
        width: 100%;
    }

    .div_below_nav {
        margin: -27px !important;
    }

    .footerIcons {
        height: 40px;
        width: 40px;
    }

    .footerIconsFacebook {
        height: 40px;
        width: 40px;
    }

    .btnSnippets {
        max-width: 220px;
    }

    .btnDefault {
        max-width: 220px;
    }

    .btnDefault1 {
        max-width: 220px;
    }

    .btnDefault2 {
        max-width: 220px;
    }

    .btnDefault3 {
        max-width: 220px;
    }

    .spanFooterHeader {
        text-align: center;
    }

    .logoContainer {
        margin-left: 0;
        margin-top: 2%;
    }

    .background_main1 {
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .background_main {
        height: 200vh;
    }

    .paddingTop {
        padding: 0;
    }

    .headerBanner {
        font-size: 44pt;
    }

    .mobileCentre {
        text-align: center;
        left: 10%;
    }

    .lblAdvertisedPrice {
        font-size: 11pt;
    }

    .tdSpacer {
        display: none;
    }

    .lblHomeProductName {
        font-size: 20px;
    }

    .lblHomeProductLocation {
        font-size: 9pt;
    }

    .lblSpotlightPrice {
        font-size: 9pt;
    }

    .popupCookies {
        width: 500px;
    }

    .searchParameterDesktop {
        display: none;
    }

    .searchButton {
        padding-top: 5px;
        width: 100%;
    }

    .slider {
        height: 300px !important;
    }

    .navbar {
        background-color: black !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;
        }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------RED------------------- */

@media screen and (max-width: 767px) {

    @-ms-viewport {
        width: 100%;
    }

    .headerBanner {
        font-size: 27pt;
    }

    .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;
    }

    .lblCartItmes {
        font-size: 7pt;
    }

    .menuLeft {
        display: none;
    }

    .footerLinkMobile {
        display: inline-block;
    }

    .lblOrderItemPrice {
        text-align: right;
    }


    .emptyBannerSpacing {
        height: 20px;
    }


    .lblOrderConfirm {
        font-size: 10pt;
    }

    .filterVisible {
        display: none;
    }

    .btnVisible {
        display: none !important;
    }

    .imgRainbowSafariCMS {
        max-width: 50px;
    }


    .sitemapContainer {
        padding-left: 0px;
    }

    .lblAccount {
        font-size: 7pt;
    }

    .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;
    }
}

/* 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;
    }


    .emptyBannerSpacing {
        display: none;
    }


    .btnShopping {
        display: none;
    }

    .txtSignInEmail {
        width: 100%;
        min-width: 250px;
    }


    .bannerHeading {
        font-size: 30pt;
        color: var(--Primary-Color);
    }

    .containerSpacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }



    .ifrmNewsArticle {
        height: 200px;
    }
}

/* 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;
    }

    .lblSpotlightPrice {
        font-size: 10pt;
    }

    .btnSaveClose {
        width: 100%;
    }

    .lblAdvertisedPrice {
        font-size: 11pt;
    }

    .lblretailPrice {
        color: black;
        font-size: 10pt;
    }

    .featured100 {
        width: 100% !important;
    }

    .lblSearchProductName {
        font-size: 10pt;
    }

    .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;
    }

    .pnlProductPromotion {
        font-size: 16pt;
    }

    .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;
    }
}

.footerLogo {
    width: 100%;
    max-width: 40%;
}
/*Mobile Sizes with Viewport Resizer Extention*/
@media screen and (min-width: 0px) and (max-width: 320px) and (min-height:568px) and (max-height:666px) {
    @-ms-viewport {
        width: 100%;
    }

    .iPhone5 {
        display: block;
    }

    .imgMainLogo {
        max-width: 60%;
    }

    .headerBanner {
        line-height: 34px;
        margin-bottom: 20px;
    }

    .footerLogo {
        max-width: 70%;
    }

    .heading1 {
        font-size: 27pt;
    }

    .background_main {
        height: 245vh;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) and (min-height:667px) and (max-height:735px) {
    @-ms-viewport {
        width: 100%;
    }

    .iPhone6 {
        display: block;
    }

    .imgMainLogo {
        max-width: 60%;
    }

    .headerBanner {
        line-height: 34px;
        margin-bottom: 20px;
    }

    .background_main {
        height: 130vh;
    }

    .footerLogo {
        max-width: 70%;
    }

    .background_main {
        height: 179vh;
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) and (min-height:736px) and (max-height:799px) {
    @-ms-viewport {
        width: 100%;
    }

    .iPhone6Plus {
        display: block;
    }

    .imgMainLogo {
        max-width: 60%;
    }

    .headerBanner {
        line-height: 34px;
        margin-bottom: 20px;
    }

    .background_main {
        height: 143vh;
    }

    .footerLogo {
        max-width: 70%;
    }

    .background_main {
        height: 158vh;
    }
}

@media screen and (min-width: 415px) and (max-width: 600px) and (min-height:800px) and (max-height:1023px) {
    @-ms-viewport {
        width: 100%;
    }

    .SmallTablet {
        display: block
    }

    .imgMainLogo {
        max-width: 60%;
    }

    .headerBanner {
        line-height: 45px;
        margin-bottom: 20px;
        font-size: 44pt;
    }

    .background_main {
        height: 115vh;
    }

    .background_main1 {
        height: 100%;
    }

    .footerLogo {
        max-width: 70%;
    }

    .background_main {
        height: 132vh;
    }
}

@media screen and (min-width: 601px) and (max-width: 768px) and (min-height:1024px) and (max-height:1365px) {
    @-ms-viewport {
        width: 100%;
    }

    .iPad {
        display: block
    }

    .imgMainLogo {
        max-width: 60%;
    }

    .headerBanner {
        line-height: 45px;
        margin-bottom: 20px;
        font-size: 44pt;
    }

    .background_main {
        height: 100vh;
    }

    .background_main1 {
        height: 100%;
    }

    .footerLogo {
        max-width: 70%;
    }

    .background_main {
        height: 106vh;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-height:1366px) {
    @-ms-viewport {
        width: 100%;
    }

    .iPadPro {
        display: block
    }

    .imgMainLogo {
        max-width: 50%;
    }

    .headerBanner {
        line-height: 52px;
        margin-bottom: 20px;
        font-size: 54pt;
    }

    .background_main {
        height: 105vh;
    }

    .background_main1 {
        height: 100% !important;
    }

    .footerLogo {
        max-width: 70%;
    }
}


@media screen and (min-width: 769px) and (max-width: 1024px) and (max-height:768) and (min-height:601) {
    @-ms-viewport {
        width: 100%;
    }

    .iPadPro {
        display: block
    }

    .imgMainLogo {
        max-width: 50%;
    }

    .headerBanner {
        line-height: 52px;
        margin-bottom: 20px;
        font-size: 54pt;
    }

    .background_main {
        height: 128vh !important;
    }

    .background_main1 {
        height: 100% !important;
    }

    .footerLogo {
        max-width: 70%;
    }

    .background_main {
        height: 100vh;
    }
}


/*1366x768*/

/*----------------------------------------------------------- END QUERY ----------------------------------------------------------- */
