body {
    background-image: url(/repo/CGN/desktop/header/02-images/160205_CGN_Header_Background.gif), url(/repo/CGN/desktop/header/02-images/Jacamo_SS18_FooterBG.gif);
    background-position: 0 1px, center bottom;
    background-repeat: repeat-x;
    height: auto;
}


/* Container */

.ft-container {
    clear: both;
    padding-top: 10px;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #ececec;
}

.ft-container a {
    color: #000000;
    text-decoration: none;
}

.pdp .ft-container {
    margin: 0 auto;
    width: 1004px;
}

.ft-content {
    background-color: #ececec;
    padding: 60px 10px 0;
    overflow: hidden;
    position: relative;
    width: 1004px;
    margin: 0 auto;
}


/* Columns */

.ft-cols {
    text-transform: uppercase;
    overflow: hidden;
    clear: both;
    margin: 5px 0;
}

.ft-col {
    float: left;
}

.ft-col-about {
    width: 22%;
    margin-left: 19%;
}

.ft-col-order {
    width: 22%;
}

.ft-col-delivery {
    width: 30%;
}

.ft-col-newsletter {
    width: 26%;
}

.ft-col-title {
    font: 14px "LinetoBrownBold";
}

.ft-col-list {
    list-style: none;
    margin: 5px 0;
    padding: 0;
}

.ft-col-link,
.ft-col-text {
    font: 11px "LinetoBrownRegular";
}

.ft-col-text {
    line-height: 18px;
    margin: 10px 30% 10px 0;
    position: absolute;
    top: 2px;
    left: 0;
    text-transform: none;
    font-size: 19px;
    padding-left: 10px;
    font-family: "LinetoBrownBold";
}

.ft-col-newsletter form {
    position: absolute;
    top: 5px;
    right: 94px;
    border: 1px solid black;
}

.ft-unlimiteddelivery::after {
    content: "";
    margin-left: 72px;
}

.ft-nextdaydelivery::after {
    content: "";
    margin-left: 78px;
}

.ft-freestandarddelivery::after {
    content: "";
    margin-left: 72px;
}

.ft-standarddelivery::after {
    content: "";
    margin-left: 72px;
}

.ft-nominateddelivery::after {
    content: "";
    margin-left: 64px;
}

.ft-clickncollect::after {
    content: "";
    margin-left: 41px;
}

.ft-myhermes::after {
    content: "";
    margin-left: 123px;
}


/* Newsletter */

.ft-col-newsletter .ft-col-title {
    display: none;
}

.ft-newsletter-email,
.ft-newsletter-submit {
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left;
    height: 28px;
    outline: none;
    padding: 0;
    text-transform: uppercase;
    -webkit-appearance: none;
}

.ft-newsletter-email {
    box-sizing: content-box;
    font-family: "LinetoBrownRegular";
    font-size: 14px;
    padding: 0 8px;
    width: 460px;
}

.ft-newsletter-submit {
    background-color: #d9d9d9;
    font-family: "LinetoBrownRegular";
    font-size: 13px;
    transition: 0.3s;
    width: 50px;
    background-color: black;
    color: white;
}

.ft-newsletter-submit:hover {
    background-color: #8d8d8d;
}


/* Tertiary */

.ft-tertiary {
    border-top: 1px solid #000;
    padding: 10px 0 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.ft-tertiary h4 {
    font-family: "LinetoBrownBold";
}


/* Socials */

.ft-socials {
    box-sizing: content-box;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*.ft-socials {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}*/

.ft-social {
    /*margin-right: 5px;*/
    margin: 0 2.5px;
}

.ft-social-link {
    background-image: url("/repo/CGN/desktop/footer/02-images/170628_CGN_Footer_Sprite.png");
    display: inline-block;
    font-size: 1em;
    height: 30px;
    text-indent: -99999px;
    width: 30px;
}

.ft-twitter {
    background-position: -35px 0;
}

.ft-youtube {
    background-position: -70px 0;
}

.ft-pintrest {
    background-position: -140px 0;
}

.ft-googleplus {
    background-position: -105px 0;
}

.ft-instagram {
    background-position: -175px 0;
}

.ft-blog {
    background-position: -211px 0;
}

.ft-snapchat {
    background-position: -245px 0;
}


/* App */

#r-appContainer {
    display: none;
}

#r-apps {
    display: flex;
    justify-content: center;
    align-items: center;
}

#r-apps a {
    display: block;
    width: 126px;
    height: 38px;
    margin-right: 12px;
    background-image: url(/repo/DAL/desktop/footer/02-images/1807_DAL_FooterSprite.png);
    text-indent: -9999px;
}

#r-apps .r-appstore {
    background-position: 0 -32px;
}

#r-apps .r-googleplay {
    background-position: -139px -32px;
}

@media only screen and (max-width:1024px) and (min-width:900px) and (orientation:landscape) {
    #r-appContainer {
        display: inline-block;
    }
}

@media only screen and (max-width:900px) {
    #r-appContainer {
        display: inline-block;
    }
}


/* Legals */

.ft-legals {
    box-sizing: content-box;
    list-style: outside none none;
    /*margin: -20px auto 0;*/
    margin: 0 auto;
    padding: 10px 0 5px;
    text-align: center;
    display: block;
    width: 65%;
    height: auto;
}


/*.ft-legals {
	box-sizing: content-box;
	float: right;
	list-style: none;
	margin: 6px 0;
	padding: 0;
}*/

.ft-legal {
    /* float: left; */
    display: inline-block;
}

.ft-legal-text,
.ft-legal-link,
.ft-legal-link-2 {
    font: 10px "LinetoBrownRegular";
    padding: 0 10px;
}

.ft-legal-text {
    line-height: 15px;
}

.ft-legal-link {
    border-left: 1px solid #000;
}

.ft-legal-link-2 {
    border-left: none;
}

.ft-payment {
    margin-top: -5px;
    width: 100%;
}

.ft-payment-link {
    background: url("/repo/CGN/desktop/footer/02-images/170628_CGN_Footer_Sprite.png") 6px -30px;
    border-left: 0;
    display: inline-block;
    height: 19px;
    padding-right: 1px;
    text-indent: -9999px;
    width: 170px;
}


/* Feedback */

.ft-feedback {
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: -100%;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
    z-index: 9999;
}

.ft-feedback:target {
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 1;
    padding: 0;
    top: 0;
    text-align: center;
}

.ft-feedback-embed {
    background-color: #fff;
    height: 735px;
    min-height: 634px;
    width: 630px;
}

.ft-feedback-close {
    background: url("/repo/CGN/desktop/footer/02-images/170628_CGN_Footer_Sprite.png") 0 -49px;
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    transition: 0.5s ease-in-out;
    width: 50px;
}

.PCUK {
    background: rgba(0, 0, 0, 0) url(/repo/CGN/desktop/footer/02-images/original-jacamo_pcuk_logo_small.jpg) no-repeat scroll 0 0 / 65% auto;
    height: 160px;
    position: absolute;
    right: 0px;
    width: 265px;
}


/* 1024x (tablet) */

@media only screen and (max-device-width: 1024px) {
    /* Container */
    .pdp .ft-container {
        margin: 0;
        width: auto;
    }
    /*	.ft-socials {
		text-align: center;
		width: 32%;
		margin: 0 34% 10px;
		clear: both;
		display: inline-block;
	}*/
    .ft-payment {
        margin-top: -5px;
    }
    /* Columns */
    .ft-col-link::after {
        font-weight: bold;
        margin-left: 7px;
    }
    /* Tertiary */
    .pdp .ft-tertiary {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    .ft-payment-link {
        text-align: left;
    }
    /* Other */
    iframe[name="google_conversion_frame"] {
        display: none;
    }
    .PCUK {
        height: 60px;
        right: 1px;
    }
}

@media only screen and (max-device-width: 768px) {
    .ft-socials {
        width: 38%;
        margin: 0 32% 0;
    }
    .ft-col-newsletter form {
        right: 34px;
    }
    .ft-newsletter-email {
        width: 300px;
    }
    .ft-container {
        height: auto;
    }
    .ft-payment-link {
        background-position-y: -31px;
        height: 18px;
    }
    .ft-content {
        width: 100%;
    }
    /*.ft-container {height: 720px !important;} */
    .ft-tertiary {
        margin-top: 8px;
    }
    .PCUK {
        right: auto;
    }
}


/* CSS Document */

.del-ju-jac {
    font-family: "FranchiseBold" !important;
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.8;
}

.del-ju-unlimited {
    font-family: "AlternateGotNo2";
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #c1b3a2;
    font-size: 1.4em;
}

#r-siteFooter .ftPayment {
    list-style-type: none;
    padding: 15px 0;
    margin: 0 0 15px;
    font-size: 0;
    text-align: center;
}

#r-siteFooter .ftPayment li {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    text-align: center;
}

#r-siteFooter .ftPayment li:last-child {
    margin-right: 0;
}

#r-siteFooter .ftPayment .ftListTitle {
    font-family: "LinetoBrownBold";
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
    color: #54565b;
}

#r-siteFooter .ftPayment li a {
    display: block;
    height: 28px;
    width: 45px;
    text-indent: -9999px;
}

#r-siteFooter .ftPayment .ftPaymentPersonal {
    background-position: center;
    background-image: url('/repo/FW/desktop/footer/02-images/personal-account.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
}

#r-siteFooter .ftPayment .ftPaymentVisa {
    /* background-position: 0 -42px; */
    background-image: url('/repo/FW/desktop/footer/02-images/vissa.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
}

#r-siteFooter .ftPayment .ftPaymentMastercard {
    background-image: url('/repo/FW/desktop/footer/02-images/mastercard.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
}

#r-siteFooter .ftPayment .ftPaymentAmex {
    background-image: url('/repo/FW/desktop/footer/02-images/amex.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
}