


.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {

background:darkslategray !important;

background-color:darkslateblue !important;

color:white !important;

text-shadow: transparent !important;

box-shadow: none;

border-color:#ca0606 !important;

}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {

background: darkslategray !important;

color:white !important;

text-shadow: transparent !important;

border-color:#ca0606 !important;

}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

background: darkslategray !important;

box-shadow: none;

background-color:darkslategray !important;

color:white !important;

text-shadow: transparent !important;

border-color:#ca0606 !important;

}

@media only screen and (max-width: 767px) {
    .site-header {
        background-image: none !important;
    }

    /* Landing COLORBOX*/
    .cb-landing-content {
        width: 100%;
        height: 100%;
        overflow: overlay;
        /*min-height: 290px;*/
        /*!*min-width: 576px;*!*/
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        /*transform:translate(0, 70%);*/
        /*border-radius: 10px;*/
    }
    .colorbox-body {
        height: 100%;
    }

    .container {
        padding-top: 30%;
    }
}

@media only screen and (min-width: 768px) {
    /* Landing Colorbox */
    .cb-landing-content {
        width: 100%;
        height: auto;
        min-height: 290px;
        min-width: 576px;
        margin-left: auto;
        margin-right: auto;
        transform:translate(0, 7em);
        border-radius: 10px;
    }
    .colorbox-body {
        height: 100%;
    }
}

/* Landing COLORBOX*/
.cb-landing-content {
    background-color: #fffffc;
    /*font-family: RobotoCondensed !important;*/
    text-transform: initial !important;
    color: #2f4f4f;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0 !important;
}

.colorbox-body {
    background-color: rgba(47, 79, 79, 0.8);
    overflow: auto;
}

.cb-landing-method-container {
    line-height: normal;
    text-align: left;
    text-transform: none;
    border: none;
    width: auto;
    height: auto;
    display: block;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    max-width: none;
    width: auto;
    height: 200px;
    border: 1px solid #2f4f4f;
    background-size: cover;
    position: relative;
    transition: border-color .1s linear,box-shadow .1s linear;
    opacity: .8;
    background-color: #D6CCC5;
    margin: 0 15px 30px 15px !important;
    border-radius: 10px;
}

.cb-landing-method-container .cb-landing-icon-image {
    position: relative;
    transition: box-shadow .1s linear;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    border-bottom: 1px solid #2f4f4f;
}
.cb-landing-method-container i {
    font-size: 82px!important;
    transition: color .1s linear;
    /*color: #6f001d;*/
    color: #2f4f4f;
}

.cb-landing-method-container:hover i {
    font-size: 82px!important;
    transition: color .1s linear;
    /*color: #6f001d;*/
    color: #D6CCC5;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cb-landing-method-container .cb-landing-icon-title {
    /* height: 100%; */
    display: flex;
    justify-content: center;
    -webkit-flex-align: flex-start;
    /* align-items: flex-start; */
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding-top: 1em;
}

.cb-landing-method-container .cb-landing-icon-title h2 {
    color: #2f4f4f;
    font-size: 30px!important;
    /* border-bottom: 1px solid grey; */
    padding-bottom: 5px;
    margin: 0 0 10px 0!important;
    transition: color .1s linear,border-color .1s linear;
}

.cb-landing-method-container .cb-landing-icon-title p {
    color: #2f4f4f;
    font-size: 18px!important;
    font-weight: 400;
    line-height: 1.1!important;
    padding: 0!important;
    margin: 0 !important;
}
.site-header {
    border-bottom-color: #f0f0f0;
    position: unset;
}

img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: 90%;
}

.cb-landing-method-container .cb-landing-icon, .cb-landing-method-container:hover .cb-landing-icon-hover {
    display: block;
}

.cb-landing-method-container:hover .cb-landing-icon, .cb-landing-method-container .cb-landing-icon-hover {
    display: none;
}

.cb-landing-method-container:hover {
    background-color: #2f4f4f;
}

.cb-landing-method-container:hover .cb-landing-icon-title h2, .cb-landing-method-container:hover .cb-landing-icon-title p {
    color: #D6CCC5;
}

.cb-landing-title {
    padding: 10px 0;
}
.cb-landing-title > h2 {
    font-size: 1.5em;
    color: #2f4f4f;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 100% !important;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 100% !important;
}

#cb-landing-postcode-row {
    padding-bottom: 2em !important;
}

.cb-landing-title-error {
    color: red !important;
}

.cb-landing-cp-error {
    color: red !important;
}

.hide {
    display: none !important;
}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0 !important; left:0; z-index:9999; overflow:hidden;}

#cb-landing-btn {
    float: right;
    background-color: #2f4f4f;
    color: #D6CCC5 !important;
}

#cb-landing-btn:hover {
    background-color: #D6CCC5;
    color: #2f4f4f !important;
}

.checkout-landing-btn {
    /*float: right;*/
    background-color: #2f4f4f;
    color: #FFFFFF !important;
    padding: 1em;
    margin-bottom: 1em;
}

.checkout-landing-btn:hover {
    background-color: #D6CCC5;
    color: #2f4f4f !important;
}

#cboxClose {
    display: none !important;
}
#cb-landing-cp-valid {
    display: none;
}

#cb-landing-cp-error {
    display: none;
    color: red;
}

.cb-landing-cp-error-row {
    padding-top: 2em;
}

#cb-landing-cp {
    outline-color: #2f4f4f;
}

#order_review_heading {
    margin-bottom: 2em;
}

.ics-landing-checkout-row-btn {
    margin: 2em 0 2em 0;
}