﻿

@font-face {
    font-family: 'CenturyGothic';
    src: url('../Fonts/Century Gothic/CenturyGothic.woff2') format('woff2'), url('../Fonts/Century Gothic/century_gothic.eot') format('embedded-opentype'), url('../Fonts/Century Gothic/Century_Gothic.svg') format('svg'), url('../Fonts/Century Gothic/century_gothic.ttf') format('truetype'), url('../Fonts/Century Gothic/Century_Gothic.woff') format('woff'), url('../Fonts/Century Gothic/century_gothic.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: 'JosefinSans-Regular';
    src: url('../Fonts/Josefin Sans/JosefinSans-Regular.ttf') format('truetype');
}
/* -------------------------- GLOBAL ---------------------------------- */

html {
    scroll-behavior: smooth;
    background-color: transparent;
}

.dxbplc {
    vertical-align: top !important;
}

.dxis-passePartout {
    background-color: Transparent !important;
}

.notification {
    font-size: 22pt;
    color: red;
}


.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;
}

.borderLeft {
    border-left: 2px solid #c69f69;
}

.borderGreen {
    /*border: 2px solid #05973d;*/
    border: 2px solid #3a3937;
}

#Paarl{
    display: none
}

.hrBlack {
    border-top: 1px solid #333;
}
/* -------------------------- HEADERS ---------------------------------- */
h1, h2, h3, h4, h5 {
    color: #3a3937;
}


.pageHeading {
    font-family: 'CenturyGothic';
    padding-top: 5px;
    font-size: 50px;
    margin: 0 0 20px;
    color: #c69f69;
    letter-spacing: 0;
}

.pageHeadingPaarl {
    font-family: 'JosefinSans-Regular';
    padding-top: 5px;
    font-size: 50px;
    margin: 0 0 20px;
    color: #3a3937;
    letter-spacing: 0;
}

.header2 {
    font-family: 'CenturyGothic';
    padding-top: 5px;
    font-size: 40px;
    margin: 0 0 20px;
    color: #3a3937;
    letter-spacing: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #757575;
}

.hrShort {
    border-top: 2px solid #666666;
    width: 40%;
}
/* -------------------------- CARDVIEW ---------------------------------- */
.cardPadding {
    padding: 0px !important;
}

.cardFeatured {
    background-color: white;
    position: relative;
    min-height: 150px;
}

.cardOpenValue {
    border: 10px solid #f4f4f4;
}

.DevexCard {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    color: #262626;
    outline: none;
    margin: 8px 0 0 8px;
    overflow: hidden;
    height: 400px;
}



/*---- BODY ----*/

body {
    font-family: 'CenturyGothic', Arial;
    font-size: 11pt;
    color: #333;
    background-color: transparent;
}

/*--------------- MENU ---------------*/

* {
    box-sizing: border-box;
}

.menu {
    width: 100%;
    padding-bottom: 10px;
}

.mainCMSMenu {
    width: 100%;
    max-width: 800px;
    padding-top: 30px;
    margin: auto;
}

.menuLeft {
    width: 80%;
}

.menuRight {
    width: 20%;
    font-family: sans-serif;
}

.itemLine {
    display: inline-block;
}

    .itemLine:after {
        display: block;
        content: '';
        border-bottom: solid 2px white;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
    }

    .itemLine:hover:after {
        transform: scaleX(1);
    }

/*--------------- DEVEXPRESS MENU ---------------*/
.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: #fff;
    background-color: #c69f69 !important;
    border-color: #3a3937 !important;
}


.dxmLite_Office365, .dxmLite_Office365 .dxm-item a.dx {
    color: White;
}

    .dxmLite_Office365 .dxm-item.dxm-hovered, .dxmLite_Office365 .dxm-item.dxm-hovered a.dx {
        color: White;
    }

    .dxmLite_Office365 .dxm-main {
        border: none !important;
        background-color: transparent !important;
    }

.dxm-popOut, .dxm-spacing, .dxm-separator, .dxm-separator b {
    font-size: 0;
    line-height: 0;
    display: none !important;
}

.dxmLite_Office365 .dxm-item.dxm-hovered {
    background-color: transparent !important;
}


/*--------------- NAV ---------------*/

.menuActive {
    color: #333333 !important;
}

.nav-item {
    padding: 5px !important;
}

.nav-link {
    font-weight: bold;
    font-size: 16px;
    padding: 8px !important;
    color: White !important;
}

    .nav-link:hover {
        color: #c69f69 !important;
        transition: color 0.5s;
    }


.nav-studio {
    font-weight: bold;
    font-size: 16px;
    padding: 8px !important;
    width: 100px;
    margin: auto;
    display:none;
}


.navbar.solid {
    background-color: #3a3937 !important;
    transition: background-color 0.5s;
    box-shadow: 0 0 4px grey;
    color: #333 !important;
}

.navbar {
    padding: 37px 10px !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: #FFF;
    bottom: 0px;
    right: 10px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 15px;
    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: white;
    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;
}


/*--------------- BANNERS/BACKGROUNDS ---------------*/

.backgroundBlack {
    background-color: #eeeeee;
}

.div_below_nav {
    background-image: url('../Images/BannerImages/MarbleStrip.jpg');
    height: 30px;
}

.backgroundGreen {
    background-color: #3a3937;
}


.background_main {
    background-image: url('../Images/BannerImages/background_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 80vh;
}

.background_banner, .bannerAbout, .banneraffiliations, .bannerFAQ {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 50vh;
}

.bannerAbout {
    background-image: url('../Images/BannerImages/champagne.jpg');
}

.banneraffiliations {
    background-image: url('../Images/BannerImages/purple-grapes-553463_1920.jpg');
}

.bannerFAQ {
    background-image: url('../Images/BannerImages/groot-constantia-wine-estate-3526427_1920.jpg');
}

.bannerSearch {
    background-image: url('../Images/BannerImages/glasses.jpg');
}

.bannerContactUs {
    background-image: url('../Images/BannerImages/wine-glasses.jpg');
}

.mainBannerHeading {
    font-family: 'CenturyGothic';
    font-size: 50px;
    color: white;
    text-shadow: 2px 2px #333;
}

.bannerHeading {
    font-family: 'CenturyGothic';
    font-size: 50px;
    color: white;
    text-shadow: 2px 2px #333;
}


.background_home, .background1, .background2 {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    position: relative;
}

.background1 {
    /*background-image: url('../Images/BannerImages/background_2.jpg');*/
    
    background-image: url('../Images/BannerImages/Banner3Light.jpg');
}

.background2 {
    background-image: url('../Images/BannerImages/background_3.jpg');
    
}

.contentCenter {
    position: absolute;
    top: 20%;
    left: 0%;
    width: 100%;
}

.contentCenter2 {
    position: absolute;
    margin: 0;
    top: 33%;
    width: 100%;
}


/*--------------- PADDING ---------------*/

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p40 {
    padding: 40px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}


.pt40 {
    padding-top: 40px;
}


.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb40 {
    padding-bottom: 40px;
}


.pl10 {
    padding-left: 10px;
}

/*--------------- DROPDOWNS ---------------*/

.primeDropbtn {
    color: white;
    padding: 16px;
    border: none;
}

.primeDropdown {
    position: relative;
    display: inline-block;
}

.primeDropdown-content {
    display: none;
    background-color: white;
    position: absolute;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

    .primeDropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .primeDropdown-content a:hover {
            background-color: #ddd;
        }

.primeDropdown:hover .primeDropdown-content {
    display: block;
}

/*--------------- IMAGE OVERLAY ---------------*/
.img-hover-zoom {
    /* [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

    /* [2] Transition property for smooth transformation of images */
    .img-hover-zoom img {
        transition: transform 1.3s ease;
    }

    /* [3] Finally, transforming the image when container gets hovered */
    .img-hover-zoom:hover img {
        transform: scale(1.1);
    }

/*--------------- DIVISION ---------------*/


.blockGrey{
    padding: 20px 45px;
    background-color: #333333;
}


.flexAff{
    display:flex;
    flex-direction:row;
    gap:30px;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
}




.contactDetails {
    padding-top: 40px;
}

.divLayerBlock, .divLayerBlock2 {
    width: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 100;
    transition: all 0.3s ease;
}



.slideLeft {
    transition: all 0.3s ease;
}

    .slideLeft:hover {
        margin-left: -50px;
        background-color: rgba(255, 255, 255, 1);
        cursor: pointer;
    }

.slideRight {
    transition: all 0.3s ease;
}

    .slideRight:hover {
        margin-left: 50px;
        background-color: rgba(255, 255, 255, 1);
        cursor: pointer;
    }

.divBannerHeading {
    position: absolute;
    bottom: 20%;
    left: 10%;
}

.contactBtnContainer {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}


.mediaUploadContainer {
    border: 1px solid rgba(0,0,0,0.08);
}



.contentBackground {
    background-color: #efeeee;
    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 {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
}

.layerMain {
    background-color: rgba(0, 0, 0, 0.3);
    /*position: absolute;*/
    width: 100%;
    height: 100%;
}

.layerBlack {
    background-color: rgba(0, 0, 0, 0.8);
    /*position: absolute;*/
    width: 100%;
    height: 100%;
}

.textWhite {
    color: white !important;
}
.textBlack {
    color: #333 !important;
}

.popupNewsletter {
    width: 100%;
    max-width: 500px;
    padding: 20px;
}

.qtyPadding {
    padding-left: 22px;
}

.cookieHeader {
    color: white;
    font-size: 13pt;
    font-weight: bold;
}

.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 #333333;
}

    .popupAccountItem:hover {
        background-color: #333333;
    }

.cardRecent {
    width: 100%;
    min-height: 260px;
}

.cardfeedback {
    width: 100%;
    min-height: 220px;
}



.cardReview {
    width: 100%;
    min-height: 150px;
}

.pageGrey {
    background-color: #DFDFDF !important;
}

.priceBottomRight {
    position: absolute;
    bottom: 0;
    right: 0;
}

.rowPadding {
    padding: 5px;
}


.popupPadding {
    padding-bottom: 20px;
}

.socialMediaMobile {
    display: none;
}

.socialMediaDesktop {
}


.boilerPlate {
    padding: 10px;
    background-color: #3a3937;
}

.fb-page {
    width: 100%;
}

.divSpotlightPrice {
    position: relative;
    text-align: center;
    float: right;
}

.dxcvCard_KCF3 {
    padding: 0px !important;
}

.footerContent {
    width: 100%;
    max-width: 180px;
    margin: auto;
}

.contentPadding {
    padding: 60px 20px !important;
}

.contentGrey {
    background-color: #E6E6E6;
    /*background-color:transparent;*/
}

.contentHeight {
    min-height: 220px;
}

.mobile {
    display: none !important;
}

.bannerImageDestkop {
    display: inline-block !important;
}

.bannerImageMobile {
    display: none !important;
}

.orderItemMedia {
    max-width: 240px !important;
}

/*--- Sign In and Create Password ---*/

.divSignIn {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.pnlSignIn {
    max-width: 500px;
    width: 100%;
}

.productTotal {
    width: 98%;
    text-align: right;
    font-size: 15pt;
}

/*--- Text Box ---*/

.txtDiscount {
    width: 100%;
}

.txtSignInEmail {
    width: 100%;
    min-width: 350px;
}

.txtVertMiddle {
    padding-top: 9px;
}

/*--- Shopping ---*/

.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: #333333 !important;
}

.checkoutTotals {
    max-width: 200px;
    text-align: right;
}

/*--- Product ---*/

.popupEmail {
    width: 450px !important;
}

.pnlProductMedia {
    width: 100%;
    /*max-width: 1080px;*/
    margin: auto;
}



.spanBuyProduct {
    color: #333;
    font-size: 13pt;
}

.productHeading {
    width: 100%;
    background-color: #333333;
    padding: 1px 0px 1px 15px;
    color: white;
}

.headingBaseColor {
    width: 100%;
    background-color: #333333;
    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;
}

.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%;
}


.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;
}

.searchParameterMobile {
    display: none;
}

.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 #3a3937;
}

.sitemapContainer {
    padding-left: 30px;
}

.cmbCountry {
    width: 100%;
    max-width: 300px;
}



/*--------------- FORM LAYOUT ---------------*/

.formGroupCaption {
    font-size: 11pt !important;
}

.formContact {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.formCreateAcc {
    max-width: 800px;
}

.formAccess {
    width: 100%;
    max-width: 400px;
}

/*--------------- TABLE ---------------*/


/*--------------- TD ---------------*/

.pr50 {
    padding-right: 50px;
}



.tdBordered {
    border: 1px solid #adadad;
}

.tdMenuSpacing {
    padding-left: 10px;
}

.tdSpace {
    padding-bottom: 5px;
}

.tdSpace10 {
    padding-bottom: 10px;
}

.tdSpace20 {
    padding-bottom: 20px;
}

.tdSpaceLeft {
    padding-left: 20px;
}

.tdContentPadding1 {
    padding-left: 60px;
}

.tdContentPadding2 {
    padding-right: 60px;
}

/*--------------- LABELS ---------------*/

.lblSnippetName {
    font-size: 25px;
    color: #3a3937;
}

.lblArticleHeading {
    font-size: 14pt;
}

.lblEditor {
    color: #333;
    font-size: 14px;
}

.lblEditorStudio {
    color: #333;
    font-size: 16px;
    font-family: 'JosefinSans-Regular';
}


.lblFormCaption, .lblOrderTotal {
    font-size: 12pt;
}

.lblLocation {
    font-weight: bold;
}

.lblCreateAccount-Popup {
    font-weight: bold;
    color: #333333;
}

.lblAccount {
    font-size: 10pt;
}

.lblAccountMobile {
    font-size: 13pt;
}

.lblOrderTotal {
    color: #333333;
    font-weight: bold;
}

.lblOrderConfirm {
    font-size: 12pt;
}

.lblRecentsPrice {
    font-size: 13pt;
}

.lblProductName {
    font-size: 35px;
    color: #3a3937;
}

.lblProductPrice {
    font-size: 13pt;
    font-weight: bold;
    color: #333333;
}

.lblOrderItemPrice {
    font-size: 14pt;
    font-weight: bold;
    color: #333333;
}


.lblSpotlightPrice {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10pt;
    font-weight: bold;
}

.lblHomeProductName {
    font-family: 'CenturyGothic';
    font-size: 30px;
    color: #c69f69;
}

.lblSearchProductName {
    font-weight: bold;
    color: #333333;
    font-size: 12pt;
}


.lblHomeProductLocation {
    font-size: 10pt;
}


.lblShoppingMessage {
    font-size: 12pt;
}

.lblShoppingTotal {
    font-size: 15pt;
}

.lblFAQ {
    font-size: 12pt;
}

.lblNotification {
    font-size: 12pt;
}

.lblShopPrice, .srchPrice {
    color: #333333;
    font-weight: bold;
    font-size: 13pt;
    vertical-align: middle;
}


.lblCartItmes {
    padding-left: 8px;
}

.lblProductTitle {
    color: #333;
    font-size: 20pt;
}

.lblSearchParameters {
    font-size: 13pt;
    font-family: Arial;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: bottom;
}
/*--------------- SPAN ---------------*/

.spanGreyBlockText {
    font-family: 'JosefinSans-Regular';
    font-size: 25px;
    color: white;
}

.spanHeaderBlocks {
    font-size: 14pt;
    color: white;
}

.spanBannerText {
    color: white;
    font-size: 30px;
}

.spanFooterHeading {
    font-size: 25px;
    font-weight: bold;
}

.spanFooterText {
    font-size: 20px;
}
/*--------------- BUTTONS ---------------*/
.btnStandard {
    background-color: #C69f69;
    color: white;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 18px;
    transition: all 0.3s ease;
}

    .btnStandard:hover {
        background-color: #333;
    }

.btnFooter {
    background-color: #c69f69;
    color: white;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 24px;
    transition: all 0.3s ease;
}

    .btnFooter:hover {
        background-color: #3a3937;
    }

.btnBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #c69f69;
    color: white;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 18px;
}

    .btnBottom:hover {
        background-color: #333;
    }

.btnSysAdmin {
    background-color: #333333
}

.btnContact {
    width: 100% !important;
    max-width: 300px !important;
    font-size: 11pt;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}

.btnContactPaarl {
    width: 100% !important;
    max-width: 300px !important;
    color: White;
    background-color: #333;
    font-size: 11pt;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}

.btnSignIn {
    padding: 5px;
    width: 200px !important;
}

.btnUpload {
    font-weight: bold !important;
}

.btnDnlInvoice {
    height: 40px;
    width: 150px;
}

.btnBack {
    float: right;
}

.btnContactUs {
    padding: 5px;
    width: 100px
}

.btnAddCart {
    text-align: center;
}

.btnMasterMenu {
    width: 100px;
    padding: 5px;
}

.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: #333333;
    padding: 5px;
    color: white;
    text-align: center;
}

.btnLong {
    width: 100%;
    background-color: #333333;
    padding: 20px;
    color: white;
    text-align: center;
}

    .btnLong:hover {
        cursor: pointer;
        width: 100%;
        background-color: #DFDFDF;
        color: #333333 !important;
    }

.btnCheckout {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btnSaveClose {
    width: 50%;
    margin: auto;
    text-align: center;
}



.btnBuyNow, .btnEnquiry {
    margin-top: 0px;
    padding: 10px;
    color: white;
    width: 100%;
    max-width: 250px;
    font-size: 11pt;
    font-weight: bold;
    border-radius: 50px;
}

.invisibleDefaultButton {
    display: none;
    color: transparent;
    background-color: transparent;
}

/*--------------- HYPERLINKS ---------------*/

.lnkConrad {
    font-weight: bold !important;
    text-decoration: underline !important;
    color: #2a93de !important;
}

.lnkForgotPass {
    font-size: 10pt !important;
    width: unset !important;
}

.hlnkTC {
    color: #333333;
    font-weight: bold;
    font-size: 11pt;
    text-decoration: none;
}

.hlnkNodec {
    text-decoration: none;
}

.lnkCMS {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

    .lnkCMS:hover {
        text-decoration: underline;
    }


.lnkAccountOptions {
    font-size: 12pt;
    text-decoration: none;
    color: #333333;
}

    .lnkAccountOptions:hover {
        color: White;
    }



.hlnkGeneral {
    font-weight: bold;
    text-decoration: underline !important;
}


/*--------------- PANELS ---------------*/

.pnlPromotion {
    padding: 5px;
    background-color: #c69f69;
    text-align: center;
}

.pnlProductPromotion {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    padding: 10px 5px;
    font-size: 20pt;
    color: white;
    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%;
}

/*--------------- SCROLL TO TOP ---------------*/
#myBtn {
    position: fixed;
    bottom: 20px;
    right: 100px;
    z-index: 99;
    border: 1px solid #333;
    outline: none;
    background-color: #333;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myBtn:hover {
        transition: 0.3s;
        background-color: #3a3937;
        border: 1px solid white;
    }

/*--------------- IMAGE SWAP ON HOVER ---------------*/
.image_off, #affiliation1:hover .image_on {
    display: none;
}

.image_on, #affiliation1:hover .image_off {
    display: block;
}

.image_off, #affiliation2:hover .image_on {
    display: none
}

.image_on, #affiliation2:hover .image_off {
    display: block
}

.image_off, #affiliation3:hover .image_on {
    display: none
}

.image_on, #affiliation3:hover .image_off {
    display: block
}

.image_off, #affiliation4:hover .image_on {
    display: none
}

.image_on, #affiliation4:hover .image_off {
    display: block
}

.image_off, #affiliation5:hover .image_on {
    display: none
}

.image_on, #affiliation5:hover .image_off {
    display: block
}

.image_off, #affiliation6:hover .image_on {
    display: none
}

.image_on, #affiliation6:hover .image_off {
    display: block
}

.image_off, #affiliation7:hover .image_on {
    display: none
}

.image_on, #affiliation7:hover .image_off {
    display: block
}

/*--------------- IMAGES ---------------*/

.imgEditor{
    width: 100%;
    max-width: 500px;

}

.imgProductDetails {
    height: 550px !important;
}

.imgWhatWeDo {
    width: 100%;
}

.imgAffiliation {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}

.imgCatergories1 {
    position: relative;
    margin-right: -100px;
}


.imgCatergories2 {
    position: relative;
    margin-left: -100px;
}

.imgStandard {
    width: 100%;
    margin: 0 auto;
    margin: auto;
}

.imgSlider {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.imgAbout {
    width: 100%;
    max-width: 500px;
}

.imgLogoFooter {
    width: 100%;
    max-width: 500px;
}

.imgNews {
    width: 100%;
    max-width: 400px;
}


.logoContainer {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 10;
}

.logoWrapper {
    background: white;
    height: 138px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 8px;
}

.logoBg {
    position: absolute;
    left: 39px;
    bottom: -18px;
    width: 140px;
    height: 156px;
    background: url(../images/bannerimages/woodstrip.jpg);
    z-index: 1;
}

.imgMainLogo {
    width: 100%;
    max-width: 330px;
    display: block;
}

@media screen and (max-width: 992px) {
    .logoContainer {
        position: absolute;
        top: 0;
         left: 20px; 
        z-index: 10;
        right: unset;
    }

    .logoBg {
        position: absolute;
        left: 0px;
        bottom: -20px;
        width: 115px;
        height: 115px;
        background: url(../images/bannerimages/woodstrip.jpg);
        z-index: 1;
    }

    .logoWrapper {
        background: white;
        height: 95px;
        position: relative;
        z-index: 2;
        box-shadow: 0 4px 8px;
    }

    .imgMainLogo {
        width: 100%;
        max-width: 100px;
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .logoBg {
        background:none;
    }

    .logoContainer {
        position: absolute;
        top: 8px;
        left: unset;
        z-index: 10;
        right: 20px;
    }

}

.imgFooterLogo {
    width: 100%;
    max-width: 150px;
    display: block;
    background-color: white;
    margin-left: 15px;
    box-shadow: 0 4px 8px;
    position: relative;
    z-index: 2;
}

.footerlogoBg {
    position: absolute;
    left: 54px;
    width: 140px;
    height: 170px;
    background: url(../images/bannerimages/woodstrip.jpg);
    z-index: 1;
}

.footerWood {
    background: url(../images/bannerimages/woodstrip.jpg);
    width: 100%;
    height: 20px;
}
}




.imgKCF3Logo {
    max-width: 180px;
}

    .imgClock {
        max-width: 16px;
        position: relative;
        /*margin-top: 10px;*/
    }

    .imgProductListing {
        width: 100%;
    }



    .imgShopProd {
        padding-top: 10px;
        padding-bottom: 10px;
        max-width: 250px;
        max-height: 250px;
    }

    .imgKCF3CMS {
        width: 100px;
        float: right;
    }

    /*--------------- FOOTER ---------------*/


    .footer {
        width: 100%;
        background-image: url('../Images/General/Marble.jpg');
    }

.footerlogo {
    width: 100%;
    background-color: #3a3937;
    padding-top: 20px;
    height: 170px;
}

    .hrVisible {
        display: none;
    }

    .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%;
        }


        .hrVisible {
            display: none;
        }

        .mainFrame {
            max-width: 1200px; /*1400px */
        }


        .contactDetails {
            padding-top: 30px;
        }

        .bannerHeading {
            font-size: 40px;
        }

        .pageHeading {
            font-size: 40px;
        }
    }

    /* Smaller than standard 960 (devices and browsers) -------------------PINK---------------------------------*/

    @media screen and (max-width: 992px) {

        @-ms-viewport {
            width: 100%;
        }

        .hrVisible {
            display: none;
        }


        .lblAdvertisedPrice {
            font-size: 11pt;
        }

        .tdSpacer {
            display: none;
        }

        .tdPrice {
            padding-top: 10px;
        }



        .lblHomeProductLocation {
            font-size: 9pt;
        }

        .lblSpotlightPrice {
            font-size: 9pt;
        }

        .popupCookies {
            width: 500px;
        }


        .searchParameterDesktop {
            display: none;
        }

        .searchParameterMobile {
            display: table-row;
        }


        .searchButton {
            padding-top: 5px;
            width: 100%;
        }

        .slider {
            height: 300px !important;
        }

        .navbar {
            background-color: #3a3937 !important;
            justify-content:flex-end !important;
        }

        .mobile {
            display: inline-block !important;
        }

        .desktop {
            display: none !important;
        }



        .div_below_nav {
            margin: 0px;
        }

        .dxmLite_Office365, .dxmLite_Office365 .dxm-item a.dx {
            color: #3a3937;
        }

            .dxmLite_Office365 .dxm-item.dxm-hovered, .dxmLite_Office365 .dxm-item.dxm-hovered a.dx {
                color: #3a3937;
            }

        .borderLeft {
            border-left: none;
        }

        .contactDetails {
            padding-top: 0px;
            padding-bottom: 30px
        }

        .tdContentPadding1 {
            padding-left: 0px;
        }

        .tdContentPadding2 {
            padding-right: 0px;
        }

        .divBannerHeading {
            position: relative;
            bottom: unset;
            left: unset;
            padding: 20px;
        }

        .slideLeft {
            transition: none;
        }

        .slideRight {
            transition: none;
        }


        .slideLeft:hover {
            margin-left: 0px;
        }


        .slideRight:hover {
            margin-left: 0px;
        }

        .imgStandard {
            width: 80%;
        }

        .imgCatergories1 {
            position: relative;
            margin-right: 0px;
        }


        .imgCatergories2 {
            position: relative;
            margin-left: 0px;
        }

        .contentPadding {
            padding: 0px 0px 20px 0px !important;
        }


        .header2 {
            font-size: 30px;
        }

        .background_main {
            height: 450px;
        }
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------RED------------------- */

    @media screen and (max-width: 767px) {

        @-ms-viewport {
            width: 100%;
        }


        .logo {
            display: none;
        }

        .searchButton {
            padding-top: 5px;
            width: 100%;
        }


        .slider {
            height: 300px !important;
        }

        .searchParameterMobile {
            display: table-row;
        }

        .searchParameterDesktop {
            display: none;
        }

        .productDescription {
            width: 100%;
        }


        .hrVisible {
            display: none;
        }

        .tdSpacer {
            display: none;
        }

        .tdPrice {
            padding-top: 10px;
        }

        .lblShoppingMessage {
            font-size: 10pt;
        }

        .lblShoppingTotal {
            font-size: 12pt;
        }

        .divShoppingBtnAlign {
            text-align: left;
        }

        .mobile {
            display: inline-block !important;
        }

        .desktop {
            display: none !important;
        }

        .masterLogin {
            display: none;
        }

        .mobileMenu {
            display: inline-block;
        }


        .divGreyPanel {
            min-width: 60px;
        }

        .lblCartItmes {
            padding-left: 8px;
            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;
        }

        .imgKCF3CMS {
            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;
        }


        .navbar {
            background-color: #3a3937 !important;
        }

        .nav-link {
            padding: 10px;
        }

        .btnBack {
            display: none;
        }

        .div_below_nav {
            margin: 0px;
        }

        .dxmLite_Office365, .dxmLite_Office365 .dxm-item a.dx {
            color: #3a3937;
        }

            .dxmLite_Office365 .dxm-item.dxm-hovered, .dxmLite_Office365 .dxm-item.dxm-hovered a.dx {
                color: #3a3937;
            }

        #myCookieConsent {
            font-size: 11px;
        }

        .bannerImageDestkop {
            display: none !important;
        }

        .bannerImageMobile {
            display: inline-block !important;
        }

        .imgStandard {
            width: 100%;
        }

        .pageHeading {
            font-size: 30px;
        }

        .divLayerBlock {
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.8);
            position: absolute;
            left: 0;
            right: 0;
        }

        .imgWhatWeDo {
            max-width: 300px;
            margin: 0 auto;
        }

        .btnBottom {
            position: relative;
        }

        .background_main {
            height: 450px;
        }
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Gold------------------- */

    @media screen and (max-width: 568px) {

        @-ms-viewport {
            width: 100%;
        }

        .logo {
            display: none;
        }


        .searchButton {
            padding-top: 5px;
            width: 100%;
        }

        .slider {
            max-height: 300px;
        }

        .searchParameterMobile {
            display: table-row;
        }

        .searchParameterDesktop {
            display: none;
        }

        .lblSearchParameters {
            font-size: 11pt;
        }

        .hrVisible {
            display: block;
        }

        .tdPrice {
            padding-top: 10px;
        }

        .masterLogin {
            display: none;
        }

        .lblShoppingMessage {
            font-size: 10pt;
        }

        .lblShoppingTotal {
            font-size: 12pt;
        }

        .divShoppingBtnAlign {
            text-align: left;
        }

        .popupEmail {
            width: 300px !important;
        }

        .mobile {
            display: inline-block !important;
        }

        .desktop {
            display: none !important;
        }

        .divGreyPanel {
            min-width: 60px;
        }

        .lblCartItmes {
            padding-left: 8px;
            font-size: 7pt;
        }



        .menuLeft {
            display: none;
        }

        .footerLinkMobile {
            display: inline-block;
        }

        .lblOrderItemPrice {
            text-align: right;
        }


        .lblHomeProductLocation {
            font-size: 9pt;
        }

        .emptyBannerSpacing {
            display: none;
        }


        .lblOrderConfirm {
            font-size: 10pt;
        }

        .filterVisible {
            display: none;
        }

        .btnVisible {
            display: none !important;
        }

        .imgKCF3CMS {
            max-width: 50px;
        }

        .sitemapContainer {
            padding-left: 0px;
        }

        .lblAccount {
            font-size: 7pt;
        }

        .lblAccountMobile {
            font-size: 10pt;
        }

        .divGreyPanelCms {
            padding-top: 8px;
            padding-bottom: 9px;
            border-radius: 3px;
            padding-left: 3px;
            padding-right: 5px;
        }

        .btnShopping {
            display: none;
        }

        .txtSignInEmail {
            width: 100%;
            min-width: 250px;
        }



        .navbar {
            background-color: #3a3937 !important;
        }



        .bannerHeading {
            font-size: 30pt;
            color: white;
        }

        .containerSpacing {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .btnBack {
            display: none;
        }

        .div_below_nav {
            margin: 0px;
        }

        .dxmLite_Office365, .dxmLite_Office365 .dxm-item a.dx {
            color: #3a3937;
        }

            .dxmLite_Office365 .dxm-item.dxm-hovered, .dxmLite_Office365 .dxm-item.dxm-hovered a.dx {
                color: #3a3937;
            }

        #myCookieConsent {
            font-size: 11px;
        }

        .imgProductDetails {
            height: 400px !important;
        }

        .mainBannerHeading {
            font-size: 30px;
        }

        .background_main {
            height: 450px;
        }

        .col-seven {
            -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
            max-width: 33.3%;
        }
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Yellow------------------- */

    @media screen and (max-width: 479px) {

        @-ms-viewport {
            width: 100%;
        }

        .logo {
            display: none;
        }

        .searchButton {
            padding-top: 5px;
            width: 100%;
        }

        .slider {
            max-height: 200px;
        }

        .searchParameterMobile {
            display: table-row;
        }

        .searchParameterDesktop {
            display: none;
        }

        .lblSearchParameters {
            font-size: 11pt;
        }

        .hrVisible {
            display: block;
        }

        .tdPrice {
            padding-top: 10px;
        }

        .masterLogin {
            display: none;
        }

        .lblShoppingMessage {
            font-size: 10pt;
        }

        .lblShoppingTotal {
            font-size: 12pt;
        }

        .divShoppingBtnAlign {
            text-align: left;
        }

        .popupEmail {
            width: 300px !important;
        }

        .checkoutTotals {
            text-align: left;
        }

        .mobile {
            display: inline-block !important;
        }

        .desktop {
            display: none !important;
        }

        .productTotal {
            text-align: left;
        }

        .divGreyPanel {
            min-width: 60px;
        }

        .lblCartItmes {
            padding-left: 8px;
            font-size: 7pt;
        }


        .menuLeft {
            display: none;
        }

        .footerLinkMobile {
            display: inline-block;
        }

        .lblOrderItemPrice {
            text-align: right;
        }

        .hlnkFooter {
            font-size: 10pt;
        }


        .lblHomeProductLocation {
            font-size: 9pt;
        }

        .lblSpotlightPrice {
            font-size: 10pt;
        }

        .btnSaveClose {
            width: 100%;
        }

        .emptyBannerSpacing {
            display: none;
        }

        .lblOrderConfirm {
            font-size: 10pt;
        }

        .lblAdvertisedPrice {
            font-size: 11pt;
        }

        .featured100 {
            width: 100% !important;
        }

        .priceBottomRight {
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .lblSearchProductName {
            font-size: 10pt;
        }

        .filterVisible {
            display: none;
        }

        .btnVisible {
            display: none !important;
        }

        .imgKCF3CMS {
            max-width: 50px;
        }

        .sitemapContainer {
            padding-left: 0px;
        }

        .lblAccount {
            font-size: 7pt;
        }

        .lblAccountMobile {
            font-size: 10pt;
        }

        .divGreyPanelCms {
            padding-top: 8px;
            padding-bottom: 9px;
            border-radius: 3px;
            padding-left: 3px;
            padding-right: 5px;
        }

        .btnShopping {
            display: none;
        }

        .txtSignInEmail {
            width: 100%;
            min-width: 250px;
        }


        .navbar {
            background-color: #3a3937 !important;
        }

        .bannerHeading {
            font-size: 30pt;
            color: white;
        }

        .containerSpacing {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .btnBack {
            display: none;
        }

        .div_below_nav {
            margin: 0px;
        }

        .dxmLite_Office365, .dxmLite_Office365 .dxm-item a.dx {
            color: #3a3937;
        }

            .dxmLite_Office365 .dxm-item.dxm-hovered, .dxmLite_Office365 .dxm-item.dxm-hovered a.dx {
                color: #3a3937;
            }

        #myCookieConsent {
            font-size: 11px;
        }

        .bannerHeading {
            font-size: 25px;
        }

        .imgProductDetails {
            height: 300px !important;
        }

      
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Green------------------- */

    @media screen and (max-width: 384px) {

        @-ms-viewport {
            width: 100%;
        }

        .logo {
            display: none;
        }

        .searchButton {
            padding-top: 5px;
            width: 100%;
        }

        .slider {
            max-height: 200px;
        }

        .searchParameterMobile {
            display: table-row;
        }

        .searchParameterDesktop {
            display: none;
        }

        .lblSearchParameters {
            font-size: 11pt;
        }

        .hrVisible {
            display: block;
        }

        .tdPrice {
            padding-top: 10px;
        }

        .masterLogin {
            display: none;
        }

        .lblShoppingMessage {
            font-size: 10pt;
        }

        .lblShoppingTotal {
            font-size: 12pt;
        }

        .div_below_nav
        .divShoppingBtnAlign {
            text-align: left;
        }

        .popupEmail {
            width: 300px !important;
        }

        .checkoutTotals {
            text-align: left;
        }

        .mobile {
            display: inline-block !important;
        }

        .desktop {
            display: none !important;
        }

        .productTotal {
            text-align: left;
        }

        .col-full {
            width: 100% !important;
        }

        .featured100 {
            width: 100% !important;
        }

        .divGreyPanel {
            min-width: 60px;
        }

        .lblCartItmes {
            padding-left: 8px;
            font-size: 7pt;
        }



        .menuLeft {
            display: none;
        }

        .footerLinkMobile {
            display: inline-block;
        }

        .lblOrderItemPrice {
            text-align: right;
        }

        .hlnkFooter {
            font-size: 11pt;
        }

        .lblHomeProductLocation {
            font-size: 9pt;
        }

        .lblSpotlightPrice {
            font-size: 10pt;
        }

        .btnSaveClose {
            width: 100%;
        }

        .priceAlign {
            text-align: right;
        }

        .socialMediaMobile {
            display: table;
        }

        .socialMediaDesktop {
            display: none;
        }

        .emptyBannerSpacing {
            display: none;
        }

        .priceBottomRight {
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .lblOrderConfirm {
            font-size: 10pt;
        }

        .lblAdvertisedPrice {
            font-size: 11pt;
        }

        .lblSearchProductName {
            font-size: 10pt;
        }

        .filterVisible {
            display: none;
        }

        .btnVisible {
            display: none !important;
        }

        .imgKCF3CMS {
            max-width: 50px;
        }

        .sitemapContainer {
            padding-left: 0px;
        }

        .lblAccount {
            font-size: 7pt;
        }

        .lblAccountMobile {
            font-size: 9pt;
        }

        .divGreyPanelCms {
            padding-top: 8px;
            padding-bottom: 9px;
            border-radius: 3px;
            padding-left: 3px;
            padding-right: 5px;
        }

        .btnShopping {
            display: none;
        }

        .txtSignInEmail {
            width: 100%;
            min-width: 250px;
        }

        .pnlProductPromotion {
            font-size: 16pt;
        }

        .navbar {
            background-color: #3a3937 !important;
        }

        .bannerHeading {
            font-size: 30pt;
            color: white;
        }

        .containerSpacing {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .btnBack {
            display: none;
        }

        .div_below_nav {
            margin: 0px;
        }

        .dxmLite_Office365, .dxmLite_Office365 .dxm-item a.dx {
            color: #3a3937;
        }

            .dxmLite_Office365 .dxm-item.dxm-hovered, .dxmLite_Office365 .dxm-item.dxm-hovered a.dx {
                color: #3a3937;
            }

        #myCookieConsent {
            font-size: 11px;
        }

        .pageHeading {
            font-size: 25px;
        }

        .header2 {
            font-size: 25px;
        }

        .imgProductDetails {
            height: 300px !important;
        }
    }

    /* All Mobile Sizes (devices and browser) --------------------------------------------BLUE*/

    @media screen and (max-width: 320px) {
        @-ms-viewport {
            width: 100%;
        }

        .logo {
            display: none;
        }

        .searchButton {
            padding-top: 5px;
            width: 100%;
        }

        .slider {
            max-height: 200px;
        }

        .searchParameterMobile {
            display: table-row;
        }

        .searchParameterDesktop {
            display: none;
        }

        .lblSearchParameters {
            font-size: 11pt;
        }

        .hrVisible {
            display: block;
        }

        .tdPrice {
            padding-top: 10px;
        }

        .masterLogin {
            display: none;
        }

        .lblShoppingMessage {
            font-size: 10pt;
        }

        .lblShoppingTotal {
            font-size: 12pt;
        }


        .lblShoppingTotal {
            font-size: 12pt;
        }

        .divShoppingBtnAlign {
            text-align: left;
        }

        .popupEmail {
            width: 300px !important;
        }

        .checkoutTotals {
            text-align: left;
        }

        .mobile {
            display: inline-block !important;
        }

        .desktop {
            display: none !important;
        }

        .btnRedeem {
            float: right;
            padding-top: 2px;
            padding-bottom: 2px;
            width: 200px !important;
        }

        .btnRedeemMobile {
            float: right;
            padding-top: 2px;
            padding-bottom: 2px;
            width: 100%;
        }

        .productTotal {
            text-align: left;
        }

        .col-full {
            width: 100% !important;
        }

        .featured100 {
            width: 100% !important;
        }

        .divGreyPanel {
            min-width: 60px;
        }

        .lblCartItems {
            padding-left: 8px;
            font-size: 7pt;
        }





        .menuLeft {
            display: none;
        }

        .footerLinkMobile {
            display: inline-block;
        }


        .lblOrderItemPrice {
            text-align: right;
        }

        .hlnkFooter {
            font-size: 11pt;
        }



        .lblHomeProductLocation {
            font-size: 9pt;
        }

        .lblSpotlightPrice {
            font-size: 10pt;
        }

        .btnSaveClose {
            width: 100%;
        }

        .priceAlign {
            text-align: right;
        }

        .socialMediaMobile {
            display: table;
        }

        .socialMediaDesktop {
            display: none;
        }

        .emptyBannerSpacing {
            display: none;
        }

        .priceBottomRight {
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .lblOrderConfirm {
            font-size: 10pt;
        }

        .lblAdvertisedPrice {
            font-size: 11pt;
        }

        .lblSearchProductName {
            font-size: 10pt;
        }

        .filterVisible {
            display: none;
        }

        .btnVisible {
            display: none !important;
        }

        .imgKCF3CMS {
            max-width: 50px;
        }

        .sitemapContainer {
            padding-left: 0px;
        }

        .lblAccount {
            font-size: 7pt;
        }

        .lblAccountMobile {
            font-size: 9pt;
        }

        .divGreyPanelCms {
            padding-top: 8px;
            padding-bottom: 9px;
            border-radius: 3px;
            padding-left: 3px;
            padding-right: 5px;
        }

        .btnShopping {
            display: none;
        }

        .txtSignInEmail {
            width: 100%;
            min-width: 220px;
        }

        .pnlProductPromotion {
            font-size: 16pt;
        }

        .navbar {
            background-color: #3a3937 !important;
        }

        .bannerHeading {
            font-size: 30pt;
            color: white;
        }

        .containerSpacing {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .btnBack {
            display: none;
        }

        .div_below_nav {
            margin: 0px;
        }

        .dxmLite_Office365, .dxmLite_Office365 .dxm-item a.dx {
            color: #3a3937;
        }

            .dxmLite_Office365 .dxm-item.dxm-hovered, .dxmLite_Office365 .dxm-item.dxm-hovered a.dx {
                color: #3a3937;
            }

        #myCookieConsent {
            font-size: 11px;
        }

        .imgProductDetails {
            height: 150px !important;
        }
    }


    /*----------------------------------------------------------- END QUERY ----------------------------------------------------------- */

