﻿/*Global Colour Schemes*/
:root {
    --primary-dark-color: #1C1B1B;
    --primary-yellow-color: #FCB016;
}




/**/
@font-face {
    font-family: 'TAHOMA_0';
    src: url('../Fonts/tahoma/TAHOMA_0.TTF') format('truetype');
}

@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');
}

/*CUSTOM*/
.image-text {
    position: absolute;
    top: 50%; /* Adjust this value to vertically center the text */
    left: 50%; /* Adjust this value to horizontally center the text */
    transform: translate(-50%, -50%);
    color: white; /* Set the text color */
    font-size: 30px; /* Set the font size */
    font-weight: bold; /* Set the font weight if needed */
    text-align: center; /* Align the text to the center */
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); /* Add shadow to the text */
}


.bgImage1 {
    background-image: url('../Images/BannerImages/1.png');
    background-position:center;
    background-repeat:no-repeat;
    width:100%;
}
.bgImage2 {
    background-image: url('../Images/BannerImages/2.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.bgImage3 {
    background-image: url('../Images/BannerImages/2.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.bgImage4 {
    background-image: url('../Images/BannerImages/3.png');
    background-color:red;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.UnderTopBanner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Aligns content at the top */
    align-items: flex-start;
    height: 100%; /* Ensures the column takes full height */
}

.text-top {
    /* Your CSS styles for the text at the top */
    margin-bottom: auto !important; /* Pushes the text to the top */
    font-family:Tahoma;
    font-size:18px;
}




    

.fontTahoma {
    font-family: TAHOMA_0;
}
.mb10{
    margin-bottom:10px;
}

.border2 {
    border: 2px solid rgba(217, 217, 217, 0.6) !important;
    border-radius: 20px !important;
    background-color: rgba(28, 27, 27, 0.5) !important;
}
.borderRadius {
    border-radius: 20px !important;
}
.smallerText{
    font-size:15px;
}
.linkHeader {
    font-size: 18px;
    font-style: normal;
    font-weight: bold !important;
    line-height: normal;
   
}
.footerLogos {
    padding: 5px;
}
/*.logosContainer {
    position: relative;
    bottom: -100px;

}*/
.footerLinks{
    font-size:17px;
    color:white;
}
.footericon{
    width:100%;
    position:relative;
}

.homePageJustify {
    justify-content: flex-start !important ;
}
.everyOtherPageJustify {
    justify-content: flex-end !important;
}
/*.dxflCaption_Office365{
    color:white !important;
}*/
/*.dxichTextCellSys{
    color:white !important;
}
.dxeHyperlink_Office365 {
    color: white !important;
}*/
.footerImage {
    position: relative; /* Ensures the top property works */
    /*top: -100px;*/ /* Moves the image up by 50 pixels */
}
.vertical-line {
    width: 2px;
    margin-bottom: 10px;
    margin-top: 5px;
    height: 100%; /* Adjust the height as needed */
    background-color: white; /* Color of the vertical line */
    position: relative;
    bottom: 0; /* Position the line at the bottom of the parent container */
}
.imgContainer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .imgContainer img {
        width: 100%;
        height: auto;
        display: block;
    }
.imgFooter{
    max-width:200px;
    width:100%;
}
.bottomText {
    padding-right: 50px;
    position: absolute;
    top: 45%;
    right: 0;
    width: 50%;
    color: #FFF;
    text-align: right;
    text-shadow: 5px 4px 7px rgba(0, 0, 0, 0.50);
    font-family: TAHOMA_0;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 1200px) {
    .bottomText {
        font-size: 90px;
        top: 40%;
        width: 60%;
    }
}

@media (max-width: 992px) {
    .bottomText {
        font-size: 80px;
        top: 35%;
        width: 70%;
    }
}

@media (max-width: 768px) {
    .bottomText {
        font-size: 64px;
        top: 30%;
        width: 80%;
    }
}

@media (max-width: 576px) {
    .bottomText {
        font-size: 48px;
        top: 25%;
        width: 90%;
    }
}

@media (max-width: 414px) {
    .bottomText {
        font-size: 30px;
        top: 25%;
        width: 90%;
    }
}

.dottedBackground {
    background-image: url('../Images/Icons/Group 47494.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 55%; /* Adjust as needed */
    top: 0; /* Adjust as needed */
    width: 170.791px;
    height: 208.629px;
    z-index: -1;
}

.dottedBackground-Rotated {
    background-image: url('../Images/Icons/Group 47494.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 30%; /* Adjust as needed */
    top: 30%; /* Adjust as needed */
    width: 170.791px;
    height: 208.629px;
    z-index: -1;
    transform:rotate(90deg);
}

.half-width-line {
    width: 60%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FCB016;
}
.footerLine {
    width: 100%;
    height: 2px;
    background-color: White;
}
.footerLine2 {
    width: 50%;
    height: 2px;
    background-color: White;
}
.footerLine3 {
    position:relative;
    width: 50%;
    left:50%;
    height: 2px;
    background-color: White;
}
.lblTitleContentStyle {
    color: #FFF !important;
    text-align: center;
    font-family: TAHOMA_0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.lblEditorContentStyle {
    color: white !important;
    color: #FFF;
    text-align: center;
    font-family: TAHOMA_0;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.lblEditorAuthorStyle {
    color: var(--White, #FFF);
    text-align: center;
    font-family: TAHOMA_0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: white !important;
}
.parentContainer {
    display: flex;
    justify-content: flex-end;
    height:100vh;
}
.screenContainerTesti {
    width: 100%;
    position: relative;
    background-color: transparent;
    height: auto;
}
.testimonialBox {
    width: 311px;
    height: 305px;
    margin: auto;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    background-color: black !important;
    flex-shrink: 0;
    background: transparent;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); /* You can adjust the shadow values as needed */
    position: relative;
    padding: 30px;
/*    border: 5px solid red;*/
    border-radius: 15px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.big-box {
    margin: 100px;

    margin-top:0;
    width: calc(100% - 200px); /* Subtracting left and right margin */
    height: 400px;
    display: flex;
    align-items: flex-end;
    border: 2px solid black;
}
.small-box, .medium-box, .large-box {
    flex-grow: 1;
    width: calc(33.33% - 6.66px);
    border: 2px solid black;
    border-radius: 7px;
}

.small-box {
    height: 33.33%;
    background-color: red;
    margin-right: 10px;
}

.medium-box {
    height: 66.67%;
    background-color: blue;
    margin-right: 10px;
}

.large-box {
    height: 100%;
    background-color: green;
}
.btnYellow {
    display: inline-flex;
    padding: 8px 49px 8px 31px;
    align-items: center;
    border:1px solid black;
    border-radius: 139px;
    background: #FCB016;
}
    .btnYellow:hover {
        background: #C4C4C4;
    }

.overlay-container {
    position: relative;
    width: 100%;
}

.overlay-image {
    width: 100%;
    display: block;
}

.overlay-button {
    position: absolute;
    bottom: 10px;
    left: 10px;
}






/* Layout and Positioning */
.mainFrame2, .relative-container {
    position: relative;
}

.background-image-behind-boxes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.backgroundFixed {
    background-attachment: fixed;
}

.box, .background-image-behind-boxes {
    position: relative;
    z-index: 0;
    margin: 5px;
}

/* Windows and Mask */
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.window {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

/* Specific Boxes */
.rightSide-Window {
    height: 90vh;
    background-color: red;
    border-radius: 10px;
}

.leftside-Window {
    height: 20vh;
    background-color: blue;
    border-radius: 10px;
}

.middle-Window {
    height: 50vh;
    background-color: white;
    border-radius: 10px;
    mix-blend-mode: screen;
}

/* Misc */
.logoContainer {
    width: 25%;
    margin-left: 40px;
    position:absolute;
}

.display-none {
    display: none !important;
}

.bg-myPrimary {
    background-color: var(--primary-dark-color) !important;
}


/* -------------------------- GLOBAL ---------------------------------- */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
    background-color: transparent;
    box-sizing: border-box;
    overflow-x: hidden;
}

.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 white;
}
/* -------------------------- HEADINGS ---------------------------------- */
h1, h2, h3, h4, h5 {
    color: var(--primary-yellow-color);
}

.heading1 {
    padding-top: 5px;
    font-size: 40px;
    margin: 0 0 20px;
    color: #333;
    letter-spacing: 0;
    font-weight: 400;
}
.heading2 {
    padding-top: 5px;
    font-size: 40px;
    margin: 0 0 20px;
    color: #333;
    letter-spacing: 0;
    font-weight: 400;
}
.heading3 {
    padding-top: 5px;
    font-size: 26px;
    margin: 0 0 20px;
    color: #333;
    letter-spacing: 0;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    height: 100%; /* This ensures the parent div takes the full height */
    justify-content: space-between; /* Aligns children with space between them */
}


.part1 {
    color: white;
}

.part2 {
    color: #FCB016;
}

.subHeading {
    color: #FFF;
    font-family: TAHOMA_0;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 20px;
    padding-left:0;
    padding-right:0;
}


.headingCMS {
    padding-top: 5px;
    font-size: 24px;
    margin: 0 0 20px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
}



.pnlHeading {
    font-size: 16px;
    margin: 0;
}

/* -------------------------- CARDVIEW ---------------------------------- */

/*---- BODY ----*/

body {
    font-family: TAHOMA_0;
    font-size: 11pt;
    color: #333;
    background-color: transparent;
}

/*--------------- MENU ---------------*/

* {
    box-sizing: border-box;
}

/*.mainCMSMenu {
    width: 100%;
    max-width: 800px;
    padding-top: 30px;
    margin: auto;
}*/

.itemLine {
    display: inline-block;
}

    .itemLine:after {
        display: block;
        content: '';
        border-bottom: solid 2px #01989C;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
    }

    .itemLine:hover:after {
        transform: scaleX(1);
    }

/*--------------- DEVEXPRESS OVERRIDE ---------------*/
/*.dxdvItem_Office365{
    background-color:black !important;
    color:white !important;
}*/
/*.dxgvHeader_Office365{
    background-color:var(--primary-dark-color) !important;
    color:white !important;
}
.dxgvTable_Office365 {
    background-color: var(--primary-dark-color) !important;
    color: white !important;
}
.dxsplControl_Office365 {
    background-color: var(--primary-dark-color);
}
.dxrpHeader_Office365 {
    background-color: black !important;
    color: white !important;
}*/
.dxeBase_Office365 {
    color: #333;
}

.dxbplc {
    vertical-align: top !important;
}

.dxis-passePartout {
    background-color: Transparent !important;
}

.dxflItem_Office365 {
    padding: 3px 0 !important;
}

.dxm-hovered {
    background-color: #0d8599 !important;
    color: white !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: #fff;
    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;
}

/*--------------- SCROLL TO TOP ---------------*/
#myBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: 1px solid #333;
    outline: none;
    background-color: #fab42d;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myBtn:hover {
        transition: 0.3s;
        background-color: black;
        border: 1px solid white;
    }

/*--------------- NAV ---------------*/
.nav-item {
    padding: 1px !important;
}
.nav-link {
    font-size:18px;
    color: white;
}

    .nav-link:hover {
        color: var(--primary-yellow-color);
        transition: color 0.2s;
    }
/* CSS for the scrolled navbar */
.scrolled-navbar {
    background-color: var(--primary-dark-color) !important;
}

.navbar.solid {
    background-color: var(--primary-dark-color) !important;
    transition: background-color 0.5s;
    box-shadow: 0 0 4px grey;
    color: #333 !important;
}

.navbar {
    background-color: var(--primary-dark-color) !important;
    padding-left: 10px;
    transition: background-color 0.3s ease;
    padding-right: 10px;
    justify-content: flex-end !important;
}

.navSelected {
    color: var(--primary-yellow-color) !important;
    /*border-bottom: 2px solid red;*/
    padding-bottom: 10px;
}
    .navSelected::before {
        content: "";
        width: 20px; /* Adjust the width as needed */
        height: 20px; /* Adjust the height as needed */
        background-image: url('../Images/Icons/YellowRightArrow.svg');
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align:middle;
        /*margin-right: 2px;*/ /* Adjust the spacing between the arrow and the text */
    }

.navbar-toggler-icon {
    background-image: url('../Images/Icons/hamburgerWhite.png');
}
/*--------------- 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 ---------------*/
.remove {
    display: none !important;
}
.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;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

/*--------------- BANNERS/BACKGROUNDS ---------------*/

.bgGrey {
    background-color: #f4f4f4 !important;
}

.bgBlack {
    background-color: #000000 !important;
}

.bgBlue{
    background-color: #0d8599 !important;
}

.background_main {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 88vh;


}

.background_banner, .bannerAbout, .bannerServices, .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');
}

.bannerServices {
    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');
}

.bannerHeading {
    font-size: 40px;
    color: white;
}

.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: 900px;
}
.background-image-constant {
    background-image: url('your-image.jpg'); /* Replace 'your-image.jpg' with the image URL */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;
    height: 100vh;
    position: relative;
}
.contentCenter {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contentRight {
    width: 50%;
    max-height: 100%;
    overflow-y: auto;
    text-align: center;
    padding: -50px;
    font-family: TAHOMA_0;
    margin-top: 15%;
}

/*--------------- PADDING ---------------*/

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p40 {
    padding: 40px;
}
.p100{
    padding:100px;
}

/*--- padding top ---*/
.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}


.pt40 {
    padding-top: 40px;
}

/*--- padding right ---*/
.pr5 {
    padding-right: 7px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.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;
}
.pl50 {
    padding-left: 50px;
}
/*--------------- DIVISION ---------------*/



.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.5);
    position: absolute;
}

.layer2 {
    background-color:red;
}

.textWhite {
    color: white !important;
}

.divDescription2 {
    min-height: 100px;
}



.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 var(--primary-yellow-color);
}

    .popupAccountItem:hover {
        background-color: var(--primary-yellow-color);
    }

.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: var(--primary-dark-color) !important;
    /*background-color: hsl(45, 100%, 20%);*/
}

.fb-page {
    width: 100%;
}

.divSpotlightPrice {
    position: relative;
    text-align: center;
    float: right;
}

.dxcvCard_SHERQ {
    padding: 0px !important;
}

.footerContent {
    width: 100%;
    max-width: 180px;
    margin: auto;
}

.contentPadding {
    padding: 10px;
}



.contentHeight {
    min-height: 220px;
}

.mobile {
    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: 100%;
    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: #0d8599 !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: black;
    padding: 1px 0px 1px 15px;
    color: white;
}

.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;
}

.bannerImageDestkop {
    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%;
}
.mainFrame2 {
    max-width: 1400px; /*1400px */
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color:var(--primary-dark-color);
}

    .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: white;
}

/*--------------- TD ---------------*/

.tdBordered {
    border: 1px solid #adadad;
}

.tdMenuSpacing {
    padding-left: 10px;
}

/*--------------- LABELS ---------------*/

.lblSnippetName {
    font-size: 25px;
    color: white;
}

.lblSnippetNameHome {
    font-size: 18px;
    color: white;
}

.lblArticleHeading {
    font-size: 25px;
    color: #000000;
}

.lblEditor {
    color: white;
    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: #0d8599;
    font-weight: bold;
}

.lblOrderConfirm {
    font-size: 12pt;
}

.lblRecentsPrice {
    font-size: 13pt;
}

.lblProductName {
    font-size: 15pt;
    font-weight: bold;
    color: #0d8599;
}

.lblProductPrice {
    font-size: 13pt;
    font-weight: bold;
    color: #0d8599;
}

.lblOrderItemPrice {
    font-size: 14pt;
    font-weight: bold;
    color: #0d8599;
}

.lblSpotlightPrice {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10pt;
    font-weight: bold;
}

.lblHomeProductName {
    color: #0d8599;
    font-size: 25px;
}

.lblSearchProductName {
    font-weight: bold;
    color: #0d8599;
    font-size: 12pt;
}

.lblHomeProductLocation {
    font-size: 10pt;
}

.lblShoppingMessage {
    font-size: 12pt;
}

.lblShoppingTotal {
    font-size: 15pt;
}

.lblFAQ {
    font-size: 12pt;
    color:white;
}

.lblNotification {
    font-size: 12pt;
}

.lblShopPrice, .srchPrice {
    color: #0d8599;
    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: TAHOMA_0;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: bottom;
}
/*--------------- SPAN ---------------*/

.spanFooterHeader {
    font-size: 20px;
}

.spanHeaderBlocks {
    font-size: 14pt;
    color: white;
}
.text-format-h1 {
    font-family: TAHOMA_0;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #FFF;
    width: 100%;
    /*height: 15%;*/
    flex-shrink: 0;
    /*margin-bottom: 30px;*/
    text-shadow:1px 1px #333;
}
/*--------------- BUTTONS ---------------*/
.btnHomeContactUs {
    display: inline-flex;
    padding: 11px 66px 13px 66px;
    justify-content: center;
    align-items: center;
    border-radius: 139px;
    background: #FCB016;
    
}

    .btnHomeContactUs:hover {
        background-color: black;
    }
    .btnCallToAction {
        padding: 10px 15px;
        border-radius: 139px;
        background-color: #FCB016;
    }

    .btnCallToAction:hover{
        background-color: black;
    }

    .btnCmsMenuItem {
        width: 100% !important;
        padding: 5px;
        background-color: #0d8599;
        transition: all 0.2s ease;
        text-align: left;
    }

    .btnCmsMenuItem:hover {
        background-color: #000000;
    }

.btnAddToHome {
    background-color: #0d8599;
    padding: 5px;
    border-radius: 5px;
    border: none;
    color: white;
    width: 100%;
    max-width: 200px;
}

.btnSysAdmin {
    background-color: #0d8599
}

.btnContact {
    width: 100% !important;
    max-width: 300px !important;
    color: White;
    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;
}

.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: white;
    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: white;
    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: #333;
}

.lnkButton {
    display: inline-block;
    padding: 5px;
}

.lnkCovid {
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

    .lnkCovid:hover {
        text-decoration: underline !important;
    }

.lnkConrad {
    font-weight: bold !important;
    text-decoration: underline !important;
    color: var(--primary-yellow-color) !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(--primary-yellow-color);
    text-decoration: none;
    font-weight: bold;
}

    .lnkCMS:hover {
        text-decoration: underline;
    }

.lnkAccountOptions {
    font-size: 12pt;
    text-decoration: none;
    color: #333333;
}

    .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: 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%;
}

/*--------------- IMAGES ---------------*/

.imgAbout {
    width: 100%;
    max-width: 500px;
}

.imgLogoFooter {
    width: 100%;
    max-width: 160px;
}

.imgNews {
    width: 100%;
    max-width: 400px;
}

.imgMainLogo {
    width: 100%;
    max-width: 200px;
   
}
.imgMainLogo2 {
    position: relative;
    top: -50px;
    z-index:2000;
    max-width:250px !important;
}
    .imgSHERQLogo {
        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;
}

.imgShopProd {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 250px;
    max-height: 250px;
}

.imgSHERQCMS {
    width: 100px;
    float: right;
}

/*--------------- FOOTER ---------------*/


.footer {
    width: 100%;
    background-color: transparent;
}

.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%;
    }
    .homePageJustify {
        justify-content: flex-end !important;
    }
    .mobileCentre {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .aboveNavMoveDown{
        padding-left:20px;

    }
    .moveThis2{
        height:40px;
    }
    .moveThis1 {
        position: absolute;
        padding-top: 13px;
    }
    .moveThis{
        position:absolute;
        padding-left:50px;
        padding-top:13px;
    }
    .mobileContainerSpacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footerImage {
        top: 0;
    }
    .logosContainer {
        position: relative;
        bottom: 0px;
        /*background-color: green !important;*/
    }
    .screenContainerTesti {
        height: auto;
    }
    .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: var(--primary-dark-color) !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;
        }

    .background_main {
        
        height: 60vh;
    }
    .divDescription2 {
        min-height: 80px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------RED------------------- */

@media screen and (max-width: 767px) {

    @-ms-viewport {
        width: 100%;
        
    }

    .text-format-h1 {
        font-size: 25px;
        text-shadow: 2px 2px black !important;
    }

    .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;
    }

    .imgSHERQCMS {
        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: 12px;
    }

    .bannerImageDestkop {
        display: none !important;
    }

    .bannerImageMobile {
        display: inline-block !important;
    }

    .divDescription2 {
        min-height: 100px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Gold------------------- */

@media screen and (max-width: 568px) {

    @-ms-viewport {
        width: 100%;
    }

    .lblSearchParameters {
        font-size: 14px;
    }

    .popupEmail {
        width: 300px !important;
    }

    .divGreyPanel {
        min-width: 60px;
    }


    .emptyBannerSpacing {
        display: none;
    }


    .btnShopping {
        display: none;
    }

    .txtSignInEmail {
        width: 100%;
        min-width: 250px;
    }


    .bannerHeading {
        font-size: 30pt;
        color: white;
    }

    .containerSpacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }



    .ifrmNewsArticle {
        height: 200px;
    }

    .divDescription2 {
       
        min-height: unset;
    }
}

/* 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;
    }

    .featured100 {
        width: 100% !important;
    }

    .priceBottomRight {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .lblSearchProductName {
        font-size: 10pt;
    }

    .containerSpacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .background_main {
        height: 80vh;
    }


}

/* 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;
    }

    .socialMediaMobile {
        display: table;
    }

    .socialMediaDesktop {
        display: none;
    }


    .lblAccountMobile {
        font-size: 9pt;
    }

    .pnlProductPromotion {
        font-size: 16pt;
    }

    .containerSpacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .imgMainLogo2 {
        top: -50px;
        max-width: 170px !important;
    }

    .background_main {
        height: 70vh;
    }

}

/* All Mobile Sizes (devices and browser) --------------------------------------------BLUE*/

@media screen and (max-width: 320px) {
    @-ms-viewport {
        width: 100%;
    }

    .text-format-h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .lblCartItems {
        padding-left: 8px;
        font-size: 7pt;
    }

    .txtSignInEmail {
        width: 100%;
        min-width: 220px;
    }

    .containerSpacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .background_main {
        height: 80vh;
    }

    .imgMainLogo2 {
        
        top: -50px;
        max-width: 150px !important;
    }

}


/*----------------------------------------------------------- END QUERY ----------------------------------------------------------- */
/* BACKGROUND EXAMPLE */

