﻿.clear {
    clear: both;
}

.pop {
    display: none;
}

.checkout_btn {
    background-color: #ff862e;
    border-color: transparent;
    line-height: 0.05em;
    padding: 0.5em 0.5em;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
}




.timer_checkout_btn {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1rem 0;
    padding: .3em 0;
    line-height: 1em;
    font-family: "Lato",sans-serif;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

.tick {
    width: 30px;
    height: 30px;
    margin: 0 auto 10px auto;
    display: block;
    background-image: url("/Images/green3.jpg");
    background-color: forestgreen;
    border-radius: 50%;
    border: 1px solid #2a8e2a;
}

.main-content-product-added {
    display: none;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    /*height:70px;*/
    /*color: #007600;*/
}

.main-content-product-added-alert {
    display: none;
    float: right;
    /*background-image: url("/Images/green3.jpg");*/
    /*background-image: url("/Images/ddown.png");*/
}

.a-icon-alert {
    background-image: url("/Images/green3.jpg");
    /*background-size: 400px 900px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;*/
}

.a-alert-content {
    color: black;
    font-style: italic;
    font-weight: bold;
    height: 40px;
}

.main-content-addtobasket {
    background-color: #007700;
    cursor: pointer;
    height: 2em;
    line-height: 2em;
    bottom: -2em;
    color: #e5e5e5;
    font-weight: 700;
    /*left: 0;
    position: absolute;*/
    width: 100%;
    cursor: pointer;
    /*text-transform: uppercase;*/
    -moz-transition: background-color 0.2s ease 0s, bottom 0.5s ease 0s;
    -o-transition: background-color 0.2s ease 0s, bottom 0.5s ease 0s;
    -webkit-transition: background-color 0.2s ease 0s, bottom 0.5s ease 0s;
    transition: background-color 0.2s ease 0s, bottom 0.5s ease 0s;
    min-width: 200px;
}

.main-content-chooseoptions {
    background-color: #007700;
    cursor: pointer;
    height: 2em;
    line-height: 2em;
    bottom: -2em;
    color: #e5e5e5;
    font-weight: 700;
    /*left: 0;
    position: absolute;*/
    width: 100%;
    cursor: pointer;
    /*text-transform: uppercase;*/
    -moz-transition: background-color 0.2s ease 0s, bottom 0.5s ease 0s;
    -o-transition: background-color 0.2s ease 0s, bottom 0.5s ease 0s;
    -webkit-transition: background-color 0.2s ease 0s, bottom 0.5s ease 0s;
    transition: background-color 0.2s ease 0s, bottom 0.5s ease 0s;
    min-width: 200px;
}

.main-content-top {
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.main-content-top-nav {
    display: none;
    width: 100%;
}

.carousel-nav {
}

    .carousel-nav li {
        display: inline;
        margin: 0 5px;
    }

        .carousel-nav li a:hover {
            cursor: pointer;
            font-weight: bold;
        }

.nav-active {
    font-size: 1.2em;
    font-weight: bold;
}

.tooltip {
    background-color: #fff;
    border: 1px solid #001021;
    border-radius: 2px;
    padding: 5px;
    position: absolute;
    z-index: 2000;
    overflow: hidden;
}

    .tooltip span {
        color: #001021;
        display: block;
        font-size: 0.8em;
        font-weight: bold;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

.tooltip-img {
    width: 200px;
}

.main-content-top-prev {
    font-size: 2em;
    font-weight: bold;
    left: 50px;
    position: absolute;
    top: 150px;
}

.main-content-top-prev, .main-content-top-next,
.main-content-middle-prev, .main-content-middle-next {
    cursor: pointer;
}

.main-content-top-next {
    font-size: 2em;
    font-weight: bold;
    right: 50px;
    position: absolute;
    top: 150px;
}

.main-content-top-wrapper {
    display: none;
}

.main-content-wrapper {
    position: relative;
    z-index: 10;
}


.carousel-ul {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    width: 100%;
}

    .carousel-ul li {
        float: left;
        padding: 0;
        width: 100%;
    }

        .carousel-ul li img {
            padding: 0 !important;
            width: 100%;
        }

.main-content-middle {
    margin: 20px auto;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 900px;
}

.main-content-middle-prev {
    font-size: 2em;
    font-weight: bold;
    left: 50px;
    position: absolute;
    top: 420px;
}

.main-content-middle-next {
    font-size: 2em;
    font-weight: bold;
    right: 50px;
    position: absolute;
    top: 420px;
}

.main-content-middle ul {
    /*height: 297px;*/
    list-style: none;
    margin: 0;
    padding: 0 !important;
    width: 1500px;
}

    .main-content-middle ul li {
        float: left;
        /*height: 297px;*/
        padding: 0;
        width: 300px;
    }

        .main-content-middle ul li img {
            /*height: 297px;*/
            padding: 0 !important;
            width: 300px;
        }

.main-content-products {
    text-align: center;
    width: 100%;
}

.main-content-product-outer {
    float: left;
    width: 200px;
    position: relative;
    margin: 1%;
    min-width: 200px;
}

.main-content-product {
    /*border: 1px solid #e5e5e5;
    border-radius: 2px;*/
    /*box-shadow: 0 0 5px 2px #e5e5e5 inset;*/
    cursor: pointer;
    display: block;
    float: left;
    font-size: 0.9em;
    /*height: 250px;*/
    margin: 1%;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 200px;
    border: none;
    min-width: 100px;
}



    /*.main-content-product:hover{
    box-shadow: 0 0 2px 2px #aaa inset;
}*/

    .main-content-product img {
        margin-top: 6em;
        width: 100%;
        border: none;
    }

.main-content-product-title {
    font-weight: 900;
    left: 5%;
    position: absolute;
    right: 5%;
    top: 3%;
}

.main-content-product-sub {
    left: 5px;
    position: absolute;
    top: 20px;
}

.main-content-product-price {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    bottom: 0.5em;
    color: #b81d18;
    font-weight: 900;
    padding-left: 0.25em;
    position: absolute;
    right: 0.6em;
    display: block;
    width: 100%;
    text-align: center;
}

    .main-content-product-price.exc-vat.d-block > span {
        font-size: 0.75em;
    }

.main-content-product:hover > .main-content-product-quicklook {
    bottom: 0 !important;
}




.main-content-product-quicklook {
    display: none;
    background-color: #001021;
    height: 2em;
    line-height: 2em;
    bottom: -2em;
    color: #e5e5e5;
    font-weight: 700;
    left: 0;
    position: absolute;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    -moz-transition: background-color 0.2s ease 0s, bottom 0.5s ease 0s;
    -o-transition: background-color 0.2s ease 0s, bottom 0.5s ease 0s;
    -webkit-transition: background-color 0.2s ease 0s, bottom 0.5s ease 0s;
    transition: background-color 0.2s ease 0s, bottom 0.5s ease 0s;
}

    .main-content-product-quicklook:hover {
        background-color: #e5e5e5;
        border: 2px solid #e5e5e5;
        color: #001021;
    }

.main-content-quicklook {
    background-color: #ffffff;
    display: none;
    height: 500px;
    position: fixed;
    text-align: center;
    width: 200px;
    z-index: 2000;
}


.quicklook-product-img {
    left: 0.5em;
    position: absolute;
    top: 0.5em;
    width: 90%;
}

.quicklook-brand-img {
    display: none;
    height: 50px;
    left: 400px;
    position: absolute;
    top: 0.5em;
}

.quicklook-product-logo {
    left: 400px;
    position: absolute;
    top: 20px;
}

.quicklook-product-title {
    display: block;
    font-size: 1em;
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 175px;
    width: 100%;
}

.quicklook-product-desc {
    font-size: 0.9em;
    height: 200px;
    left: 0;
    overflow: auto;
    padding: 0.5em;
    position: absolute;
    text-align: justify;
    top: 210px;
}

.quicklook-product-price {
    bottom: 3em;
    color: #b81d18;
    font-size: 1.2em;
    font-weight: 900;
    position: absolute;
    right: 1em;
}

    .quicklook-product-price > span {
        font-size: 0.75em;
    }

.quicklook-product-details {
    background-color: #001021;
    border-radius: 2px;
    bottom: 10px;
    color: #e5e5e5;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 700;
    padding: 5px;
    position: absolute;
    right: 1em;
    cursor: pointer;
    text-transform: uppercase;
    -moz-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}

    .quicklook-product-details:hover {
        background-color: #e5e5e5;
        color: #001021;
    }

.quicklook-product-basket {
    /*border: 2px solid #001021;*/
    /*background-color: #DDD;
    bottom: 10px;
    padding: 5px;
    position: absolute;
    right: 5px;*/
    background-color: #001021;
    border: 2px solid #001021;
    border-radius: 2px;
    bottom: 10px;
    color: #e5e5e5;
    display: inline-block;
    font-weight: 700;
    padding: 5px;
    right: 10px;
    position: absolute;
}

    .quicklook-product-basket:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.quicklook-product-close {
    background-color: #b81d18;
    border-radius: 3px;
    font-weight: bold;
    font-size: 0.9em;
    color: #e5e5e5;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    padding: 0.25em;
    text-transform: uppercase;
    -moz-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}

    .quicklook-product-close:hover {
        background-color: #e5e5e5;
        color: #b81d18;
    }

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1000;
}

carouselulnav.active {
    border-bottom: 2px solid #b81d18;
}

#CPHMain_carouselulnav a {
    border-bottom: 2px solid #e5e5e5;
    display: inline-block;
    height: 1em;
    width: 20%;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.carouselnavactive {
    border-bottom: 2px solid #b81d18 !important;
}

.prod-g {
    margin: 2em auto;
    overflow-x: scroll;
}

.prod-g-t {
    /*border-left: medium none;
  border-radius: 0;
  border-right: medium none;
  border-top: medium none;*/
    /*box-shadow: 0 0 30px 5px #e5e5e5 inset;*/
    clear: both;
    color: #b81d18;
    font-size: 100%;
    font-weight: bold;
    /*height: 2em;*/
    line-height: 1em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em 0.5em 0;
    width: auto;
    text-transform: uppercase;
    text-align: center;
}

.prod-g-d {
    border-top: 1px solid #001021;
    /*overflow: auto;*/
    width: 1300px;
}

.main-content-title {
    /*background-color: #032850;
    border-radius: 4px;*/
    color: #032850;
    margin: 1em auto;
    padding: 0.25em;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

    .main-content-title h1 {
        font-size: 30px;
        margin: 0;
        padding: 0.1rem 1rem;
        /*text-shadow: 0 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);*/
    }

    .main-content-title h2 {
        font-size: 20px;
        margin: 0;
        padding: 0.25rem 1rem;
    }

    .main-content-title > h3 {
        font-size: 16px;
        margin: 0;
        padding: 0.25rem 1rem;
        display: none;
    }

.title-slogan {
    color: #b81d18;
    font-weight: bold;
}

.mcp-f {
    font-size: 0.8em;
    /* color: #001021; */
    font-weight: normal;
}

.mcp-pv {
    font-size: 0.9em;
    font-weight: normal;
    display: block;
}

.festive-d {
    background: #b81d18;
    min-height: 2em;
    line-height: 2em;
    padding: 0.5em;
    position: relative;
    overflow: hidden;
    background-image: url(/Images/snow_s.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.stocktake {
    background: #b81d18;
    min-height: 2em;
    line-height: 2em;
    padding: 0.5em;
    position: relative;
    overflow: hidden;
    background-image: none;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.festive-s {
    color: #fff;
    font-weight: bold;
}

.festive-a {
    color: #b81d18;
    font-weight: bold;
    display: block;
    background: #fff;
    width: 10em;
    margin: 0 auto;
    border-radius: 4px;
}

.festive-i-l {
    display: none;
}

.festive-i-r {
    display: none;
}

.arrow {
    bottom: 0.5em;
    position: absolute;
    margin-left: 0.25em;
}

#CPHMain_ct {
    font-weight: normal;
    color: #000;
    padding: 0 1em;
    text-align: justify;
    margin-bottom: 1em;
}

@media screen and (min-width: 768px) {

    .a-icon-alert {
        height: 5px;
    }

    .main-content-addtobasket {
        /*background-color: none;
        cursor: pointer;
       
        bottom: -2em;
        color: #007700;
        font-weight: 700;*/
    }

    .main-content-product-quicklook {
        display: block;
    }

    .prod-g {
        margin: 2em auto;
        overflow-x: auto;
    }

    .festive-d {
        background: #b81d18;
        min-height: 2em;
        line-height: 2em;
        padding: 0.5em;
        position: relative;
        overflow: hidden;
        background-image: none;
    }

    .stocktake {
        background: #b81d18;
        min-height: 2em;
        line-height: 2em;
        padding: 0.5em;
        position: relative;
        overflow: hidden;
        background-image: none;
    }

    .festive-i-l {
        position: absolute;
        left: 1em;
        top: 0;
        width: 5em;
        display: inline;
    }

    .festive-i-r {
        position: absolute;
        right: 1em;
        top: 0;
        display: inline;
    }

    .main-content-product-price {
        display: inline-block;
        padding-left: 0;
        position: absolute;
        right: 0;
    }

    .mcp-pv {
        font-size: 0.9em;
        font-weight: normal;
        display: inline-block;
    }

    .main-content-top {
        margin: auto;
        overflow: hidden;
        padding: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .carousel-ul li {
        float: left;
        padding: 0;
        width: 1500px;
    }

    .main-content-top-nav {
        display: block;
        width: 100%;
    }

    .main-content-product-outer {
        float: none;
        width: 200px;
        display: inline-block;
        margin: 1%;
        position: relative;
        border: none;
        min-width: 200px;
    }


    .main-content-product {
        /*border: 1px solid #E5E5E5;
        border-radius: 2px;*/
        /*box-shadow: 0 0 5px 2px #e5e5e5 inset;*/
        cursor: pointer;
        display: inline-block;
        float: none;
        font-size: 0.9em;
        height: 20em;
        margin: 1%;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 200px;
        border: none;
    }

    .main-content-product-a {
        width: 100%;
    }

    .main-content-product-chooseoptions-a {
        width: 100%;
        cursor: pointer;
    }

    .main-content-top-wrapper {
        display: block;
    }

    .main-content-product img {
        margin: 4em 0;
        width: 100%;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .main-content-product:hover > a img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.8;
    }

    .car-img-container {
        height: 300px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .carousel-ul li img {
        height: 300px;
        padding: 0 !important;
        position: absolute;
        width: 1500px;
        transition: transform 5s ease;
        /*padding: 0 !important;
width: 1500px;*/
    }

    .main-content-title h1 {
        font-size: 46px;
        margin: 0;
        padding: 0.1rem 1rem;
    }

    .main-content-title h2 {
        font-size: 30px;
        margin: 0;
        padding: 0.25rem 1rem;
    }

    .main-content-title > h3 {
        font-size: 20px;
        margin: 0;
        padding: 0.25rem 1rem;
        display: block;
    }

    .prod-g-t {
        font-size: 2em;
        line-height: 1.5em;
        text-align: left;
    }

    .main-content-quicklook {
        background-color: #ffffff;
        display: none;
        height: 407px;
        position: fixed;
        text-align: left;
        width: 800px;
        z-index: 2000;
    }

    .quicklook-product-img {
        left: 0.5em;
        position: absolute;
        top: 0.5em;
        width: 380px;
    }

    .quicklook-brand-img {
        display: block;
        height: 50px;
        left: 400px;
        position: absolute;
        top: 0.5em;
    }

    .quicklook-product-title {
        display: block;
        font-size: 1.2em;
        font-weight: 900;
        left: 400px;
        position: absolute;
        top: 80px;
        width: auto;
    }

    .quicklook-product-desc {
        font-size: 1em;
        height: 200px;
        left: 400px;
        overflow: auto;
        padding: 0.5em;
        position: absolute;
        text-align: justify;
        top: 120px;
    }
}

@media all and (max-width: 500px) {

    .main-content-addtobasket {
        cursor: pointer;
        /*height: 5em;*/
        bottom: -2em;
        /*color: #007700;
        font-weight: 700;
        background-color: #007700;*/
    }

    .main-content-chooseoptions {
        cursor: pointer;
        /*height: 5em;*/
        bottom: -2em;
        /*color: #007700;
        font-weight: 700;
        background-color: #007700;*/
    }

    .main-content-product {
        /*border: 1px solid #E5E5E5;
        border-radius: 2px;*/
        /*box-shadow: 0 0 5px 2px #e5e5e5 inset;*/
        cursor: pointer;
        display: inline-block;
        float: none;
        font-size: 0.9em;
        height: 20em;
        margin: 1%;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 150px;
        border: none;
    }
}
