﻿#mycontext {
    padding: 15px 20px 35px;
}

.div-giftcard {
    position: relative;
    width: 100%;
    /*background-color: #f9eeb4;*/
    background: url('/assets/images/giftcard/bg.png');
    box-shadow: 0 0 5px #94947d;
    border-radius: 40px;
    border: solid 1px #bcbc49;
    min-height: 300px;
    padding: 90px 20px 20px 90px;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 30pt;
}

    .div-giftcard #img-aroosimoon-logo {
        left: 110px;
        position: absolute;
        top: 7px;
        width: 140px;
    }

    .div-giftcard .img-roman {
        position: absolute;
    }

    .div-giftcard #div-repeat-horizontal {
        position: absolute;
        height: 39px;
        top: 38px;
        left: 242px;
        right: 94px;
        background: url('/assets/images/giftcard/repeat-horizontal.png');
        background-repeat: repeat-x;
    }

    .div-giftcard #div-repeat-vertical {
        position: absolute;
        left: 36px;
        width: 40px;
        top: 159px;
        bottom: 90px;
        background: url('/assets/images/giftcard/repeat-vertical.png');
        background-repeat: repeat-y;
    }

    .div-giftcard #img-corner-top-left {
        left: -24px;
        top: -7px;
    }

    .div-giftcard #img-corner-top-right {
        right: -6px;
        top: 38px;
    }

    .div-giftcard #img-corner-bottom-left {
        left: 36px;
        bottom: -4px;
    }

    .div-giftcard > span {
        font-size: 13pt;
        color: #808080;
    }

    .div-giftcard .sp-value {
        font-size: 14pt;
        color: #912727;
        margin-right: 7px;
    }

    .div-giftcard > p {
        line-height: 20pt;
        font-size: 15pt;
        text-align: justify;
    }

.div-desc {
    margin-bottom: 15px;
}

    .div-desc .sp-attention {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0;
        display: block;
    }

        .div-desc .sp-attention span {
            font-size: 20px;
        }

    .div-desc .sp-price {
        color: #f12957;
        font-weight:bold;
        font-size:116%;
    }

    .div-more-products .div-body {
        padding: 10px;
    }

.div-more-products li {
    padding: 11px 9px;
    border-bottom: solid 1px #eee;
}

    .div-more-products li:last-child {
        border-bottom: none;
    }

    .div-more-products li a {
        color: #606060;
    }

    .div-more-products li .sp-discount {
        color: #f12957;
        font-weight: bold;
    }

.btn-submit-order {
    background: #ef4123;
    background: -moz-linear-gradient(-60deg,#ef4123 0,#ef2379 100%);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0,#ef4123),color-stop(100%,#ef2379));
    background: -webkit-linear-gradient(-60deg,#ef4123,#ef2379);
    background: -o-linear-gradient(-60deg,#ef4123 0,#ef2379 100%);
    background: -ms-linear-gradient(-60deg,#ef4123 0,#ef2379 100%);
    background: linear-gradient(-60deg,#ef4123,#ef2379);
    color: #fff;
    padding: 12px 73px;
    font-size: 111%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    /*margin-bottom: 70px;*/
}

    .btn-submit-order:hover {
        color: #fff;
        padding: 12px 93px;
        background: -moz-linear-gradient(-80deg,#d22c0f 0,#e9136d 100%);
        background: -webkit-gradient(linear,left bottom,right top,color-stop(0,#d22c0f),color-stop(100%,#e9136d));
        background: -webkit-linear-gradient(-80deg,#d22c0f,#e9136d);
        background: -o-linear-gradient(-80deg,#d22c0f 0,#e9136d 100%);
        background: -ms-linear-gradient(-80deg,#d22c0f 0,#e9136d 100%);
        background: linear-gradient(-80deg,#d22c0f,#e9136d);
    }

    .btn-submit-order:focus {
        color: #fff;
    }

.sp-more-products {
    color: #555;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 22px;
    font-weight:bold;
    display:block;
}


@media (max-width: 767px) {
    #div-customer {
        background: none;
        border: none;
        box-shadow: none;
    }

        #div-customer .div-body {
            padding: 15px 0;
        }    

    .div-giftcard {
        margin-top: 0;
        margin-bottom: 25px;
        border-radius: 40px;
        background-color: #fff5e0;
        background-image: none;
        padding: 10px 10px 20px 10px;
        box-shadow: none;
    }

        .div-giftcard #div-repeat-vertical, .div-giftcard #div-repeat-horizontal {
            background: none;
        }

        .div-giftcard #img-mobile-corner-top-left {
            position: absolute;
            top: -1px;
            width: 200px;
            left: -2px;
        }

        .div-giftcard .sp-value {
            margin-right: 0;
            text-align: justify;
            display: block;
            line-height: 20pt;
            margin-bottom: 10px;
            font-size: 95%;
        }

        .div-giftcard .sp-caption {
            display: block;
            font-size: 90%;
        }

        .div-giftcard > p {
            line-height: 24pt;
            font-size: 100%;
        }

    .div-desc .sp-attention {
        line-height: 20pt;
    }

    .sp-more-products{
        margin-top:60px;
    }
}
