* {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.dwtesting {}


:root {
    --footercolor: #333;
    --color1: #1a2c57;
    --color2: #F3CC3B;
    --color3: purple;
    --gradcolor1: #011e48;
    --gradcolor2: #10356b;
    --background: rgba(255,255,255,0.9);
    --navmarginx: 5px;
    --white: #fff;
    --text: #011e48;
}

#topnavdesktop2 {
    background-color:var(--color2)
}


.hdrdivmobile {
    background-color: var(--color1);
}

.control-label {
    color: #555
}


.incompleteinput {
    background-color: #e4de9a;
    border: 2px solid red;
    outline: 2px solid #fff
}

.mobburger {
    color: var(--white);
    font-size: 26px;
    font-weight: normal
}

.footerbub {
    outline: 5px solid var(--color1);
    border-radius: 15px;
    background-color: #fff
}

    .footerbub * {
        color: var(--color3)
    }

    .footerbub h4 {
        color: var(--color1);
    }

.footertop {
    background-color: var(--color4);
}

    .footertop * {
        color: var(--color3);
    }

.greencredentials {
    background-color: #248e16;
    color: #fff;
    border-radius: 5px;
    padding-top: 15px
}

    .greencredentials p {
        text-align: center
    }

    .greencredentials i {
        font-size: 30px;
        color: #fff
    }

    .greencredentials a {
        background-color: #fff;
        border-radius: 5px;
        color: #248e16
    }

.sideimg {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px
}

video {
    width: 100%;
    min-height: 550px;
    min-width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    display: block;
    object-fit: cover;
}

.textovergraphic {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 0px 0px 6px #000;
}

body {
    padding-right: 0 !important;
}

h1 {
    font-size: 33px
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 23px
}

.pageheader2 h1 {
    text-transform:uppercase;
}

.main-text h1, h2, h3 {
    color: var(--color1);
}

.ticklist {
    line-height: 30px;
    display: inline-block;
    margin: auto;
    text-align: left !important
}

    .ticklist i {
        color: var(--color2)
    }

.wdgt1 {
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
    border: 3px solid #fff;
    outline: 5px solid var(--color1);
}

    .wdgt1 img {
        width: 100%;
        border-radius: 5px;
        margin-top: 15px
    }

.wdgt2 {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden
}

    .wdgt2 img {
        width: 100%;
        border-radius: 5px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

.displaynone {
    display: none;
}

.input-restrict {
    max-width: 400px
}


.input-validation-error {
    border: 1px solid red;
    background-color: #ffe7e7
}

.validation-summary-errors {
    border: 1px solid red;
    display: block !important;
    background-color: #ffe7e7;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

.restrict {
    max-width: 1400px;
    margin: auto
}

#tddopnavdesktop {
    background-color: #fff;
    padding: 10px 0px;
    position: fixed;
    z-index: 1000;
    color: var(--color2)
}

.tableheader {
    background-color: var(--color1);
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px
}

.tablerow {
    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 10px
}

.tablerow2 {
    background-color: var(--color1);
    font-weight: bold;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px
}

.titleup {
    font-weight: bold
}

.titleup2 {
    font-weight: bold;
    font-size: 25px;
}

.mobilequotebox {
    background-color: var(--color1);
    overflow: hidden
}

.formtitlecell {
    font-weight: bold;
    margin: 0px
}

.saving {
    color: #fff
}

.whitebot {
    background-size: 100% 4vw,100% 4vw;
    padding-bottom: 1vw;
}

.ticker {
    background-color: var(--gradredcolor2);
    background: linear-gradient(135deg,var(--gradcolor1) 0%,var(--gradcolor2) 50%,var(--gradcolor1) 100%);
    color: #fff;
    font-size: 1.2rem;
    padding-bottom: 1vw;
}

.strapline {
    background-color: var(--gradredcolor2);
    background: linear-gradient(135deg,var(--gradredcolor2) 0%,var(--gradredcolor1) 100%);
    color: #fff !important;
    font-size: 1.3rem;
    text-align: center;
}

    .strapline * {
        color: #fff !important;
        font-size: 1.3rem;
    }

.qte1 {
    background-color: var(--color1);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 6px #ddd
}

    .qte1 i {
        font-size: 40px
    }

.deliverydayname {
    font-weight: bold
}

.deliverydate {
    color: red
}

.quotebut2 {
    border: 0px;
    background-color: var(--color2);
    padding: 5px 15px;
    color: var(--color1);
    font-weight: bold;
    border-radius: 20px;
    outline: 3px solid var(--white)
}


.qte2 {
    background-color: var(--color1);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 6px #ddd
}

    .qte2 i {
        font-size: 22px
    }

.deliverydayname {
    font-weight: bold
}

.qte2 .deliverydate {
    color: red;
    font-size: 22px
}

.qte2 .quotebut2 {
    border: 0px;
    background-color: var(--color2);
    padding: 3px 12px;
    outline: 2px solid var(--white);
    color: var(--color1);
    border-radius: 20px
}

.tablecontainer .tablerow:nth-child(even) {
    background-color: #e1e1e1
}



.upsellmodalcontainer {
    background-color: var(--color1) !important;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
}


.bestfastest {
    background-color: #eee
}

.pageheader {
    background-color: var(--color1);
    color: var(--color2);
    border-bottom: 3px solid var(--color2)
}

    .pageheader * {
        color: var(--color2);
    }

.pageheader2 {
    background-color: var(--color1);
    color: var(--color2);
    font-weight: 600 !important
}

    .pageheader2 * {
        font-weight: 600 !important
    }

.pageheader3 {
    background-color: var(--color2);
    color: var(--color1);
    font-weight: 600 !important
}

    .pageheader3 * {
        font-weight: 600 !important
    }


.qresbox {
    background-color: var(--color2);
    border: 3px solid var(--color1);
    color: #fff;
    border-radius: 3px;
    box-shadow: rgba(255,255,255,0.5) 0px 0px 15px;
}

.progressheader {
    background-color: var(--gradredcolor2);
    background: linear-gradient(135deg,var(--gradcolor1) 0%,var(--gradcolor2) 100%);
    border-bottom: 3px solid var(--color2);
    color: #fff;
}

.footerbot {
    background-color: var(--footercolor);
    border-top: 3px solid var(--color2)
}

    .footerbot * {
        color: #fff;
        text-align: left
    }

    .footerbot h3 > span {
        color: var(--color2);
        font-weight: 600
    }

    .footerbot a {
        color: #fff
    }

        .footerbot a:hover {
            color: var(--color2);
            text-decoration: none
        }

.footerbot h3 {text-transform:uppercase}

.pagefooterbkg {
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.footerpayment img {
    width: 100%;
    max-width: 150px
}

.copybot {
    background-color: #eee;
}

.titletextoverbkg p {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000;
}

.titletextoverbkgsmall {
    font-size: 35px !important;
    line-height: 45px !important;
    color: #fff
}

.titletextoverbkg span {
    color: #61b0e7
}



.sdwidgetcontainer {
    margin-bottom: 20px;
}

    .sdwidgetcontainer * {
        color: #fff
    }

.sdbox {
    background-color: var(--color1);
    background: linear-gradient(135deg,var(--gradcolor1) 0%,var(--gradcolor2) 50%,var(--gradcolor1) 100%);
    border-radius: 5px;
    color: #fff !important;
    padding-bottom: 10px;
    font-size: 14px !important;
    outline: 2px solid var(--color3)
}

    .sdbox * {
        color: #fff !important;
        font-size: 14px !important;
    }

.sdtitle {
    background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
    font-size: 18px !important;
}

    .sdtitle h3 {
        font-size: 18px !important;
        color: #fff !important;
        font-weight: bold;
        padding-top: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase
    }

.sdbox h3 {
    font-size: 18px;
    color: #fff !important;
    font-weight: bold;
    padding-top: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.sdbox .sdboxlistitem:nth-child(odd) {
    background-color: rgba(255,255,255,0.1);
}

.sdboxlistitem {
    font-size: 14px !important;
    line-height: 25px !important;
    width: 100%;
}

    .sdboxlistitem * {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .sdboxlistitem a {
        color: #fff;
        font-size: 14px;
        line-height: 20px
    }

.sidebut {
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-size: 18px !important;
    border-radius: 5px !important;
}

.formcontain {
    border: 3px solid #eee;
    background-color: #eee;
    border-radius: 7px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 5px;
    margin-bottom: 10px
}

.loclink * {
    color: #fff;
    text-decoration: none
}

.loclink a:hover {
    color: var(--color2);
    text-decoration: none;
}

.sociallinks {
    padding-top: 5px;
}

    .sociallinks > a > i {
        font-size: 20px;
        margin-right: 20px;
        display: inline-block
    }

.whitebotold {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='white' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' /%3E%3C/svg%3E");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 4vw;
    padding-bottom: 1vw;
}

.quotebox {
    background: var(--color1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden
}




.transheader {
    --text: #f4f4f4;
    --text-inverse: #333;
    --background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em 0em;
    transition: background 250ms ease-in;
    background: var(--background);
    color: var(--text);
}



@keyframes navanimation {
    from {
        background-color: var(--color2);
        padding-top:20px;
        padding-bottom:20px;
    }

    to {
        background-color: var(--color1);
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@keyframes navanimation2 {
    from {
        background-color: var(--color1);
        padding-top: 15px;
        padding-bottom: 15px;
    }

    to {
        background-color: var(--color2);
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* The element to apply the animation to */

.dw-scroll-1  img {
    display: none
}
.dw-scroll-2 img {
    display: block
}


.dw-scroll-1 #basketareadesktop2 {
    display: none
}

.dw-scroll-2 #basketareadesktop2 {
    display: block
}


.dw-scroll-1 {
    background-color: var(--color1);
    padding-top: 10px;
    padding-bottom: 10px;
    animation-name: navanimation2;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.dw-scroll-2 {
    background-color: var(--color2);
    padding-top: 5px;
    padding-bottom: 5px;
    animation-name: navanimation;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}


#topnavdesktop2 {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.blockheader {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0em 0em 0em 0em;
    transition: background 250ms ease-in;
    background: var(--color1);
    color: var(--white);
}

.loginbut {
    margin-left: 10px
}

    .loginbut:hover {
        text-decoration: none
    }

.transheader .loginbut {
    color: #fff;
    font-weight: bold
}

.nav-scrolled .loginbut {
    color: var(--color2) !important;
    font-weight: bold
}

#basketareadesktop {
    padding-left: 0px
}

.blockheader .loginbut {
    color: var(--color2) !important;
    font-weight: 600;text-decoration:none
}

    .blockheader .loginbut > i {
        color: var(--white) !important;
        font-weight: 600
    }


.sidebar .loginbut {
    color: var(--white) !important;
    font-weight: bold
}


.blockheader .loginbut:hover, .nav-scrolled .loginbut:hover {
    color: var(--color2) !important
}


.nav-scrolled {
    --text: #333;
    --text-inverse: #f4f4f4;
    --background: rgba(255,255,255,0.95);
    animation: animatedBackground 0.5s linear;
    padding: 1em 0em;
}

#errormsg {
    border: 1px solid red;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #f2d4d4;
    color: red;
    text-align: center;
    padding: 10px;
    width: 100%
}

header .nav-link {
    color: var(--color1) !important;
    font-weight: 600 !important
}



.nav-image {
    filter: brightness(0) invert(1);
}

.nav-image-scrolled {
    filter: unset;
}

@keyframes animatedBackground {
    from {
        padding: 1.5em 0em;
    }

    to {
        padding: 1em 0em;
    }
}

.websitefooterline1 {
    color: #fff
}

.topscrollareaxx {
    background-image: url("/uploads/homedemo1.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    min-height: 400px;
    background-color: white;
    padding-top: 100px;
}


.topscrollareaxx {
    animation: changeBg 10s linear infinite alternate;
}

@keyframes changeBg {
    0% {
        background-image: url("/uploads/homedemo1.jpg");
    }

    45% {
        background-image: url("/uploads/homedemo1.jpg");
    }

    55% {
        background-image: url("/uploads/homedemo2.jpg");
    }

    100% {
        background-image: url("/uploads/homedemo2.jpg");
    }
}


.logosection {
    background-color: var(--white);
    border-bottom: 3px solid var(--color3);
    background-image: radial-gradient(circle, var(--white), #eee);
}

.environmentbkg {
    border-bottom: 18px solid #248e16;
    background-color: var(--color2);
    background-image: url('/images/treesbkgleft.png'),url('/images/treesbkg.png');
    background-size: auto 100%;
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    min-height: 100px
}

    .environmentbkg p {
        color: #fff;
        font-weight: bold;
    }

    .environmentbkg a {
        color: var(--color2);
        font-weight: bold;
        background-color: #fff;
        padding: 5px;
        border-radius: 5px;
    }


.logobanner {
    text-align: center;
    min-height: 100px;
}

    .logobanner img {
        max-width: 180px
    }



.homequotebox2 {
    padding-top: 20px
}



    .homequotebox2 h1, .homequotebox2 h2, .homequotebox2 h3 {
        text-align: center;
        color: #fff
    }

    .homequotebox2 p {
        text-align: center;
        padding: 0px;
        margin: 7px 0px 2px 0px;
        color: #fff;
    }



.requote {
    background-color: var(--darkpink);
    font-size: 12px;
    color: var(--color1);
}

    .requote:hover {
        background-color: var(--color1);
        font-size: 12px;
        color: #fff;
    }

.requotebox {
    background-color: rgba(255,255,255,0.1);
    border-radius: 3px;
    padding: 5px;
    text-align: center;
}

.incompleteform {
    display: none
}

.incompleteformshow {
    -webkit-animation: cssAnimation 1s forwards;
    animation: cssAnimation 1s forwards;
    font-size: 15px;
    font-weight: bold;
    color: #ffdc07;
    opacity: 0;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}


@keyframes cssAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes cssAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}





.marquee {
    width: 100%;
    line-height: 26px;
    text-align: center;
    color: #fff !important;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

    .marquee span {
        display: inline-block;
        padding-left: 100%;
        animation: marquee 20s linear infinite;
        font-weight: bold;
        color: #fff
    }

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.baskettimer {
    background-color: #ff3333;
    color: #fff;
}

    .baskettimer * {
        color: #fff
    }

.timerdiv {
    padding: 3px 0px;
    text-align: center;
    font-weight: bold
}



.updateqty {
    width: 100%;
}

    .updateqty .form-control * {
        color: #ae1917 !important
    }

    .updateqty .form-control {
        color: #ae1917 !important
    }

    .updateqty td {
        padding: 3px
    }

        .updateqty td * {
            padding: 3px
        }

.videoheader {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    overflow: hidden;
    margin: auto;
    display: flex;
    vertical-align: bottom;
    max-height: 640px;
}

    .videoheader > video {
        vertical-align: bottom
    }

.btn-default {
    background-color: var(--color2);
    color: var(--color1);
    font-weight: 600
}

    .btn-default:hover {
        background-color: var(--color1);
        color: #fff
    }

.bannerimg {
    width: 100%;
    max-width: 100%
}

.maintexthome * {
    color: #333;
}


.maintexthome {
    color: #333;
}


    .maintexthome h1 {
        font-size: 3rem
    }

    .maintexthome h1, h2 {
        color: #111 !important;
        margin-bottom: 30px;
        display: inline-block;
        padding-bottom: 30px;
        position: relative;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }

        .maintexthome h1 > span, h2 > span {
            color: #222 !important;
            font-weight: 700;
        }

    .maintexthome h1:before, .maintexthome h2:before, .yellow-underline:before {
        content: "";
        position: absolute;
        width: 45%;
        height: 2px;
        bottom: 0;
        left: 0%;
        border-bottom: 6px solid var(--color2);
    }


        .smaintexthome h1:before, .smaintexthome h2:before, .smain-text h1:before, .smain-text h2:before {
            content: "";
            position: absolute;
            width: 45%;
            height: 2px;
            bottom: 0;
            left: 0%;
            border-bottom: 6px solid var(--color2);
        }



.control-label {
    font-weight: bold
}

.modaltop {
    color: #fff;
    text-align: left !important;
    float: left;
    background: var(--color1);
    background-size: 100% 4vw,100% 4vw;
    border-bottom: 3px solid var(--color2);
}

.modal-content {
    border: 3px solid #fff
}



.close {
    float: right;
    color: #fff
}

    .close:hover {
        color: #fff
    }

.progr {
    color: var(--color2);
    font-weight: 600;
    text-align: center
}

.progr2 {
    color: rgba(255,255,255,0.5);
    font-weight: normal;
    text-align: center
}

.qtop {
    background-color: var(--color1);
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
    top: -2px;
}

.calendarpage {
    position: absolute;
    background-color: red;
    margin-left: -14px;
    top: -50px;
    width: 100%;
    min-width: 100px;
    animation: calendar 0.5s linear;
    opacity: 1;
    transform: rotate(-10deg);
    box-shadow: rgba(0,0,0,0.5) 0px 0px 5px
}

@keyframes calendar {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: rotate(-10deg);
    }
}


.calendarpage > div {
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    border: 3px solid #333;
    box-shadow: rgba(0,0,0,0.4) 0px 0px 5px
}

    .calendarpage > div > p:nth-child(1) {
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        line-height: 14px;
        padding-top: 10px;
        color: #808080
    }


    .calendarpage > div > p:nth-child(2) {
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        margin: 0px;
        padding-top: 6px;
        padding-bottom: 10px;
        line-height: 30px;
        color: red;
    }

    .calendarpage > div > p:nth-child(3) {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        background-color: #333;
        color: #fff;
        margin: 0px;
        width: 100%;
        padding: 4px 0px;
    }

.deletebut {
    border: 0px;
    color: #c73535
}

.h2lined {
    font-size: 22px;
    border-bottom: 2px solid #fff;
    color: var(--color2);
    padding-bottom: 8px
}




.sidenav2 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: var(--white);
    overflow-x: hidden;
    transition: 0.5s;
    color: #fff;
    max-width: 400px
}

    .sidenav2 a {
        text-decoration: none;
        color: #fff;
        display: block;
        transition: 0.3s;
    }


.mobilesocial {
    width: 400px;
    text-align: center
}

    .mobilesocial a {
        display: inline !important;
        font-size: 20px;
        color: var(--color2);
        margin-right: 6px;
        margin-left: 6px;
        text-decoration: none
    }

        .mobilesocial a:hover {
            text-decoration-color: none;
            color: var(--color1)
        }

.sidebar {
    min-height: 100%;
    width: 100%;
    border-left: 3px solid var(--color2);
    padding-top: 20px;
    background-color: var(--color1)
}

    .sidebar h4 {
        font-size: 24px;
        margin-bottom: 0px;
        padding-bottom: 0px
    }

    .sidebar .loginbut {
        color: var(--white) !important
    }

        .sidebar .loginbut:hover {
            color: var(--color2) !important
        }

.sidebarsect {
    border-radius: 5px;
    background-color: var(--color1)
}

    .sidebarsect .row {
        padding-top: 7px;
        padding-bottom: 7px;
        text-align: center
    }

        .sidebarsect .row:first-child {
            border-radius: 5px 5px 0px 0px
        }

        .sidebarsect .row:last-child {
            border-radius: 0px 0px 5px 5px
        }

        .sidebarsect .row:nth-child(odd) {
            background-color: rgba(255,255,255,0.1);
        }

        .sidebarsect .row:nth-child(even) {
            background-color: rgba(255,255,255,0.2);
        }


.shopitemtitle {
    font-size: 18px;
    font-weight: bold;
    color: var(--color1);
}



.prodcontainer {
    border: 3px solid rgba(229, 3, 255,0.1);
    box-shadow: rgba(117, 104, 117, 0.20) 0px 0px 15px;
    height: 100%;
    text-align: center;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 16px
}

.text-white {
    color: #fff
}

.containerimg {
    border-radius: 8px 8px 0px 0px;
    display: inline-block;
    overflow: hidden; /* clip the excess when child gets bigger than parent */
}

    .containerimg img {
        display: block;
        transition: transform .6s; /* smoother zoom */
    }

.prodcontainer:hover img {
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

.prodimage {
    width: 100%
}

.linebrk {
    border-bottom: 1px solid rgba(229, 3, 255,0.1);
    width: 100%;
    padding-bottom: 4px
}

.mainshoparea {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 300px;
}


.featslide {
    background-color: #fff;
    width: 100%;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid var(--color2);
    color: var(--color2);
}



.catcontainer {
    display: block;
    background-color: #f7f7f7;
    margin-bottom: 15px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #222;
    border: 2px solid #e5e5e5;
    height: 100% !important;
}

    .catcontainer:hover {
        border-color: var(--color1);
        text-decoration: none;
    }


    .catcontainer * {
        color: #222
    }

.cattext {
    padding-left: 0px
}

    .cattext h3 {
        color: var(--color1) !important;
        padding-top: 10px;
        margin-top: 0px;
        font-size: 18px
    }

.catthumbimage {
    max-width: 100%;
    border-radius: 5px;
    border: 2px solid var(--color1)
}

.productcontainer {
    display: block;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border: 2px solid #e5e5e5
}

    .productcontainer:hover {
        border: 2px solid var(--color2)
    }

    .productcontainer * {
        color: #222
    }

.titlebarshop img {
    float: right;
    max-width: 120px;
    border-radius: 5px;
    border: 2px solid var(--color2);
    margin-left: 20px
}

.pricetable {
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px !important
}

    .pricetable tr > td {
        font-size: 15px !important
    }

    .pricetable tr > th {
        font-size: 15px !important;
        font-weight: bold;
        color: #fff
    }

    .pricetable tr:nth-child(odd) {
        background-color: #d5d5d5;
        color: #222
    }

    .pricetable tr:nth-child(even) {
        background-color: #e5e5e5;
        color: #222
    }

    .pricetable tr:first-child {
        background-color: var(--color2);
        color: #fff !important
    }

    .pricetable tr > td:nth-child(2) {
        color: red
    }


.pricetable2 {
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px !important;
    margin-top: 10px;
    margin-bottom: 10px
}

    .pricetable2 > .row {
        padding-top: 5px;
        padding-bottom: 5px
    }

        .pricetable2 > .row:nth-child(odd) {
            background-color: #d5d5d5;
            color: #222
        }

        .pricetable2 > .row:nth-child(even) {
            background-color: #e5e5e5;
            color: #222
        }

        .pricetable2 > .row:first-child > div {
            color: #fff
        }

        .pricetable2 > .row:first-child {
            background-color: var(--color2);
            color: #fff !important;
            font-size: 15px !important;
            font-weight: bold;
        }

.brandwrapper {
    padding: 0px;
    background-color: #fff
}

.brandslide {
    border: 2px solid #ff1a8c;
    border-radius: 5px;
    padding: 0px;
    overflow: hidden;
}

    .brandslide img {
        width: 100%;
        border-radius: 3px
    }

.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.titlebar2 {
    padding-top: 10px
}

    .titlebar2 h2 {
        font-size: 22px;
        color: var(--color2) !important;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px
    }

    .titlebar2 p {
        font-size: 16px;
        color: #222 !important
    }

        .titlebar2 p > * {
            font-size: 16px;
            color: #222 !important
        }

        .titlebar2 p * {
            font-size: 16px;
            color: #222 !important
        }

.swiper-button-prev {
    color: var(--color2) !important;
}

.swiper-button-next {
    color: var(--color2) !important;
}

.bcrumb {
    font-size: 16px;
    color: var(--color2);
    font-weight: bold
}

.text-center {
    text-align: center
}



.brandfooter {
    overflow: hidden
}

    .brandfooter img {
        width: 100%;
        border-radius: 3px
    }


.myaccounttable {
    width: 100%;
    border-radius: 5px;
    overflow: hidden
}

    .myaccounttable thead {
        background-color: var(--color1);
        color: #fff;
        padding-top: 17px;
        padding-bottom: 17px;
        border-radius: 5px;
        overflow: hidden;
    }

        .myaccounttable thead th {
            background-color: var(--color1);
            color: #fff;
            padding: 7px;
            overflow: hidden;
        }

    .myaccounttable tbody tr td {
        padding: 7px;
    }

    .myaccounttable tbody tr:nth-child(odd) {
        background-color: #eee
    }

    .myaccounttable tbody tr:nth-child(even) {
        background-color: #e1e1e1
    }


.scrollertext * {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.scrollertext h1 {
    color: #fff;
    font-size: 50px;
}

.scrollertext h2 {
    color: #fff;
    font-size: 40px;
}

.scrollertext h3 {
    color: #fff;
    font-size: 30px;
}

.scrollertext p {
    color: #fff;
    font-size: 30px;
}



.wdgt1 {
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden
}

    .wdgt1 img {
        width: 100%;
        border-radius: 5px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .wdgt1 * h2 {
        color: var(--color2) !important
    }

    .wdgt1 * ul {
        position: relative;
        display: inline-block;
        width: auto;
    }

    .wdgt1 * li {
        position: relative;
        text-align: left
    }


.wdgt2 {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden
}

    .wdgt2 img {
        width: 100%;
        border-radius: 5px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

.bloglink {
    font-weight: bold;
    color: #fff;
}

.blogthumb {
    display: block;
    width: 98%;
    padding: 1%;
    border: 2px solid #b81918;
    border-radius: 5px
}

.formspacer .row {
    padding-bottom: 5px
}

.bloglink {
    border: 1px solid #b81918;
    background-color: #b81918;
    color: #fff;
    padding: 5px 8px 5px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none
}

    .bloglink:hover {
        background-color: #000;
        color: #fff;
        text-decoration: none;
        border: 1px solid #000;
    }

.cardlink {
    color: unset;
    border: 2px solid #ddd
}

    .cardlink h5 {
        color: #b81918
    }

    .cardlink:hover {
        text-decoration: none !important;
        border: 2px solid #b81918;
        color: unset;
    }

.headr {
    background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 10px;
    color: #fff
}


.dropdown-item {
    color: var(--darkpink)
}

    .dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: var(--color1)
    }


.upsellmodalcontent * {
    color: #fff
}

.upsellmodalcontent {
    width: 100%;
    max-height: 500px;
    overflow: auto;
}

    .upsellmodalcontent h2 {
        font-size: 16px;
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 10px;
        margin: 0px;
        color: #fff !important
    }

    .upsellmodalcontent h3 {
        font-size: 14px;
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 10px;
        margin: 0px;
        color: #fff !important
    }

    .upsellmodalcontent table {
        width: 100%
    }

    .upsellmodalcontent ul {
        margin-left: 15px;
        padding: 0px
    }

    .upsellmodalcontent li {
        margin: 0px;
        padding: 0px
    }

.ekko-lightbox-nav-overlay * {
    color: #b81918 !important
}

.imagethumbs {
    padding-bottom: 15px
}

    .imagethumbs img {
        width: 100%
    }

    .imagethumbs a {
        width: 100%;
        margin: auto;
        padding: 0px;
    }

        .imagethumbs a img {
            width: 100%;
            margin: auto;
            display: block
        }

#prodmainlink {
    margin-bottom: 20px;
    display: block
}

.bcrumb {
    color: #fff;
}

    .bcrumb:hover {
        color: #eee;
        text-decoration: none
    }



.donatebox {
    border: 1px solid #7d7d7d;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    height: 100%;
    min-height: 90px;
    margin-bottom: 20px;
    background-color: #fff;
    font-weight: normal;
    margin: auto;
    cursor: pointer;
}

.donateboxup {
    border: 1px solid #6bb339;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    height: 100%;
    min-height: 90px;
    margin-bottom: 20px;
    background-color: #6bb339;
    font-weight: bold;
    color: #fff;
}

.donatebox p span {
    font-size: 18px
}

.donateboxup p span {
    font-size: 18px
}

.nothanks {
    padding-top: 20px
}

.thankyoubox {
    background-color: #226fc6;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px 5px 5px 5px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.home-bull {
    text-align: center
}

    .home-bull > span {
        width: 90%;
        display: inline-block;
        text-align: left;
        max-width: 190px;
        white-space: nowrap
    }

    .home-bull i {
        color: #248e16;
    }


#passwordstrength {
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
}

.pwdRed {
    color: red
}

.pwdGreen {
    color: green
}

.pwdStrength0 {
    width: 0px;
    background-color: red
}

.pwdStrength1 {
    width: 16%;
    background-color: orangered
}

.pwdStrength2 {
    width: 32%;
    background-color: orange
}

.pwdStrength3 {
    width: 48%;
    background-color: yellow
}

.pwdStrength4 {
    width: 64%;
    background-color: yellow
}

.pwdStrength5 {
    width: 80%;
    background-color: yellowgreen
}

.pwdStrength6 {
    width: 100%;
    background-color: green
}

@media (min-width: 576px) {
    .nav-link {
        padding: 0px 0px !important;
        margin: 0px 0px !important
    }

    .nav-item {
        margin: 0px 110px !important
    }
}

@media (min-width: 768px) {
    .nav-link {
        padding: 0px 0px !important;
        margin: 0px 0px !important
    }

    .nav-item {
        margin: 0px 5px !important
    }
}

@media (min-width: 992px) {

    .nav-link {
        padding: 0px 2px !important;
        margin: 0px 0px !important
    }

    .nav-item {
        margin: 0px 6px !important
    }

    .home-intro {
        min-height: 580px;
    }
}

@media (min-width: 1100px) {
    .nav-item {
        margin: 0px 10px !important
    }

    .nav-link {
        padding: 0px 2px !important;
        margin: 0px 0px !important
    }
}

@media (min-width: 1240px) {
    .nav-item {
        margin: 0px 10px !important
    }

    .nav-link {
        font-size: 1.1rem;
        padding: 0px 5px !important;
        margin: 0px 0px !important
    }
}

@media (min-width: 1300px) {
    .nav-item {
        margin: 0px 14px !important
    }
}



.navbar-nav > li {
    opacity: 0;
    animation: navload 0.6s forwards;
}

    .navbar-nav > li:nth-child(1) {
        animation-delay: 0.0s;
    }

    .navbar-nav > li:nth-child(2) {
        animation-delay: 0.1s;
    }

    .navbar-nav > li:nth-child(3) {
        animation-delay: 0.2s;
    }

    .navbar-nav > li:nth-child(4) {
        animation-delay: 0.3s;
    }

    .navbar-nav > li:nth-child(5) {
        animation-delay: 0.4s;
    }

    .navbar-nav > li:nth-child(6) {
        animation-delay: 0.5s;
    }

    .navbar-nav > li:nth-child(7) {
        animation-delay: 0.6s;
    }

    .navbar-nav > li:nth-child(8) {
        animation-delay: 0.7s;
    }

    .navbar-nav > li:nth-child(9) {
        animation-delay: 0.8s;
    }

    .navbar-nav > li:nth-child(10) {
        animation-delay: 0.9s;
    }



.nav-scrolled .nav-link, .blockheader .nav-link {
    color: var(--white);
    font-weight: bold;
}

.nav-link:hover {
    color: var(--color2) !important
}

.but1 {
    color: var(--darkpink);
    background-color: transparent;
    border: none;
    font-weight: bold;
}

    .but1:hover {
        color: var(--color1)
    }


.but1shake {
    background-color: var(--color2);
    color: var(--color1);
    border: 0px;
    border-top: 3px solid var(--white);
    font-weight: 600;
    font-size: 1.1rem;
    animation: shakeme 2s infinite;
}

    .but1shake:hover {
        background-color: var(--color2);
        animation: none
    }


.pulse {
    transform: scale(1);
    animation: pulseme 1.8s infinite;
}



.navbar-nav > nav-item:first-child {
    margin-left: 6px !important
}

.navbar-nav > li:first-child {
    margin-left: 6px !important
}

@keyframes navload {
    0% {
        opacity: 0;
        transform: translate(0px,-10px);
    }


    50% {
        transform: translate(0px,5px);
    }

    100% {
        transform: translate(0px,0px);
        opacity: 1;
    }
}

@keyframes pulseme {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.95);
    }
}


@keyframes shakeme {
    0% {
        transform: rotate(-0deg) scale(1);
    }

    10% {
        transform: rotate(-1deg) scale(1.2);
    }

    20% {
        transform: rotate(0deg) scale(1.2);
    }

    30% {
        transform: rotate(1deg) scale(1.2);
    }

    40% {
        transform: rotate(0deg) scale(1.2);
    }

    60% {
        transform: rotate(-1deg) scale(1.2);
    }

    70% {
        transform: rotate(1deg) scale(1.2);
    }

    100% {
        transform: rotate(-0deg) scale(1);
    }
}

.main-text > strong, .main-text > p > strong {
    color: var(--color1);
    font-weight: 600;
}

.main-text img {
    max-width: 100%
}

.quotetoptext {
    font-size: 1.8rem
}

.modal-title {
    color: #fff
}

.collapse {
    width: 100%;
}

.collapsing {
    width: 100%;
}

.qtebold {
    color: var(--color1);
    font-weight: bold
}




@media(min-width:768px) {
    .lftbanner * {
        font-weight: 300;
    }

    .lftbanner h2 {
        color: #fff !important;
        font-weight: 800;
        font-size: 45px;
        text-shadow: 0px 0px 2px rgba(0,0,0,1);
    }

        .lftbanner h2 span {
            color: #fff !important;
            font-weight: 600;
            font-size: 45px
        }


    .lftbanner p {
        margin-top: 20px;
        color: #fff !important;
        font-weight: 500;
        font-size: 23px
    }
}

@media(min-width:992px) {
    .lftbanner * {
        font-weight: 300;
    }

    .lftbanner h2 {
        color: #fff !important;
        font-weight: 600;
        font-size: 65px;
        text-shadow: 0px 0px 2px rgba(0,0,0,1);
    }

        .lftbanner h2 span {
            color: #fff !important;
            font-weight: 600;
            font-size: 65px
        }


    .lftbanner p {
        margin-top: 25px;
        color: #fff !important;
        font-weight: 500;
        font-size: 36px
    }
}

@media(min-width:1200px) {


    .lftbanner {
        padding-left: 30px;
        padding-top: 10px
    }

        .lftbanner * {
            font-weight: 300;
        }

        .lftbanner h2 {
            color: #fff !important;
            font-weight: 700;
            font-size: 60px;
            text-shadow: 0px 0px 2px rgba(0,0,0,1);
        }

            .lftbanner h2 span {
                color: #fff !important;
                font-weight: 700;
                font-size: 60px
            }


        .lftbanner p {
            margin-top: 40px;
            color: #fff !important;
            font-style: oblique;
            font-weight: 500;
            font-size: 40px
        }
}

.qformbut {
    background-color: var(--color2);
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    border: 3px solid var(--color3)
}

    .qformbut:hover {
        border: 3px solid var(--white);
        text-decoration: none
    }

    .qformbut h3 {
        color: #fff
    }

.bloggrid {
    text-decoration: none;
    color: var(--color2)
}

    .bloggrid img {
        border-radius: 5px
    }

    .bloggrid:hover {
        text-decoration: none;
    }

.limit20 .sdboxlistitem:nth-child(n+13) {
    display: none
}

.dw-box-but {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

    .dw-box-but:hover {
        text-decoration: none;
        color: var(--color2)
    }

    .dw-box-but i {
        text-decoration: none;
        padding-left: 6px;
        padding-right: 6px;
        animation: arrows 1.8s infinite;
    }



@keyframes arrows {
    0% {
        transform: translate(-3px,0px);
    }

    50% {
        transform: translate(3px,0px);
    }

    100% {
        transform: translate(-3px,0px);
    }
}

.main-text img {
    border-radius: 5px
}

.teltop {
    color: var(--color1);
    font-size: 1.5rem
}

    .teltop i {
        color: var(--color2);
        animation: phoneanimation 6s infinite;
        animation-delay: 3s;
    }

.meettheteam img {
    width: 100%;
}

.meettheteam .row {
    padding-bottom: 15px !important
}

.pghdr {
    animation: hdranimation 1.2s forwards;
    opacity: 0;
}



@keyframes hdranimation {
    0% {
        transform: translate(40px,0px);
        opacity: 0;
    }

    100% {
        transform: translate(0px,0px);
        opacity: 1;
    }
}

@keyframes phoneanimation {
    0% {
        transform: scale(1, 1) rotate(0);
    }

    4% {
        transform: scale(1.5) rotate(7deg);
    }

    5% {
        transform: scale(1.5) rotate(-7deg);
    }

    6% {
        transform: scale(1.5) rotate(7deg);
    }

    7% {
        transform: scale(1.5) rotate(-7deg);
    }

    10% {
        transform: scale(1) rotate(0deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.pageheader2 {
    background: transparent;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}


.faqup {
    display: inline-block;
    padding: 10px;
    border-bottom: 3px solid var(--color2);
    font-weight: 600;
    text-decoration: none !important;
    font-size: 1.2rem;
    color: var(--color1);
}

.faqdown {
    display: inline-block;
    padding: 10px;
    border-bottom: 3px solid transparent;
    font-weight: normal;
    text-decoration: none !important;
    font-size: 1.2rem;
    color: var(--color1);
}

.fade-in-text {
    animation: myFadeIn 1s;
}

@keyframes myFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.animcontainer > div:nth-child(1) {
    opacity: 0;
    animation: animatedQuote 1s forwards;
    animation-delay: 0s;
}

.animcontainer > div:nth-child(2) {
    opacity: 0;
    animation: animatedQuote 1s forwards;
    animation-delay: 0.3s;
}

.animcontainer > div:nth-child(3) {
    opacity: 0;
    animation: animatedQuote 1s forwards;
    animation-delay: 0.6s;
}

.animcontainer > div:nth-child(4) {
    opacity: 0;
    animation: animatedQuote 1s forwards;
    animation-delay: 0.9s;
}

.animcontainer > div:nth-child(5) {
    opacity: 0;
    animation: animatedQuote 1s forwards;
    animation-delay: 1.2s;
}

.animcontainer > div:nth-child(6) {
    opacity: 0;
    animation: animatedQuote 1s forwards;
    animation-delay: 1.5s;
}

@keyframes animatedQuote {
    0% {
        transform: scale(1.6);
        opacity: 0;
    }

    40% {
        transform: scale(.95);
        opacity: 1;
    }

    60% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.quotetimerdiv {
    color: var(--color2);
    font-weight: 600;
    padding: 10px 0px;
}

    .quotetimerdiv * {
        color: var(--color2);
        font-weight: 600;
    }


.tablerow3 {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-radius: 7px;
    border: 3px solid var(--color1);
    line-height: 1.6rem;
    color: var(--color4);
    font-size: 1.6rem;
    font-weight: bold !important;
}

    .tablerow3 span {
        font-size: 0.9rem;
        font-weight: normal;
        color: #444
    }



.dw-tooltip {
    position: relative;
    display: inline-block;
    color: #fff;
    float: right;
    margin-top: 7px;
}

    .dw-tooltip .tooltiptext {
        display: none;
        visibility: hidden;
        width: 300px;
        background-color: #fff;
        color: #333 !important;
        text-align: left;
        border-radius: 0px;
        padding: 12px 12px;
        font-size: 12px;
        position: absolute;
        z-index: 1;
    }


.tooltiptext p > span {
    color: var(--color1) !important;
    font-weight: bold;
    text-transform: uppercase;
}

.tooltiptext p {
    color: #333 !important;
    text-align: left !important
}

.dw-tooltip:hover .tooltiptext {
    display: block;
    visibility: visible;
}


.req {
    font-weight: bold;
    color: red
}


.dw-scroll-1 .navbar-nav a {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color1);
}

.dw-scroll-1 .navbar-nav a:hover {
    color: var(--color1) !important;
}

.dw-scroll-1 .navbar-nav .dropdown-menu * {
    color: var(--color1);
}

.dw-scroll-1 .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: var(--white)!important;
}

.dw-scroll-2 .navbar-nav a {
    text-transform:uppercase;
    font-weight:600;
    color: var(--color2);
}

.dw-scroll-2 .navbar-nav a:hover {
    color: var(--white)!important;
}

.dw-scroll-2 .navbar-nav .dropdown-menu * {
    color: var(--color1);
}


.link-wrapper {
    display: inline-block;
}

.hover-link {
    display: inline-block;
    text-decoration: none;
    transition: transform 0.5s ease;
}

.link-wrapper:hover .hover-link {
    transform: translateY(-3px);
}

.dw-custom-title {
    text-transform:uppercase;color:#fff;font-weight:bold;font-size:4rem;letter-spacing:0.7rem
}

.dw-bkg-fade {
    animation: dw-fadeinbkg 1s forwards;
    background-color: rgba(0,0,0,1);
    overflow: hidden;
}

@keyframes dw-fadeinbkg {
    from {
     
        background-color: rgba(0,0,0,1)
    }

    to {
        
        background-color: rgba(0,0,0,0.3)
    }
}

.accordion-button {
    font-weight: bold !important;
}

.dw-testimonialbkg {
    background: linear-gradient(180deg, rgba(237,205,89, 0.8) 0%, rgba(237,205,89, 0.8) 100%),url('/images/monument-home-testimonials.jpg');
    background-size: cover;
    background-position: center center;
}


.carousel-item {
    transition: transform 1s ease-in;
}

#carouselTestimonials .carousel-fade .active.carousel-item-start,
#carouselTestimonials .carousel-fade .active.carousel-item-end {
    transition: opacity 0s 1s;
}

.accordion-button:not(.collapsed) {
    color: var(--color1);
    background-color: var(--color2)!important;
    box-shadow: none;
}

.location-text h2 {margin-bottom:0px!important;text-transform:none!important;padding-bottom:10px!important;font-weight:normal;color:var(--color1)!important}
.upgradeprice {color:var(--color2);text-align:center;font-weight:bold;margin-bottom:0px;font-size:1.2rem}