﻿
iframe {
    width: 100%;
    min-height: 660px;
    border: none;
    background: transparent;
}

#ifrmDD {
    min-height: 1410px;
}

.myproductdesc {
    font-weight:normal;
    font-size:1.8rem;
    margin-top:0px;
}

/*.mycardsform {
    background-color: #F3F3F3;
}*/

.btn-myprimary, .btn-mydefault {
    background: linear-gradient(to bottom,rgba(255,204,0,1) 0%,rgba(249,184,0,1) 100%);
    border: .1rem solid #ffc400;
    box-shadow: inset 0 1px 0 #fff0b3,0 0 10px 0 rgba(0,0,0,.2);
    color: #1d1d1d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcc00,endColorstr=#f9b800,GradientType=0);
    transform: scale(1);
    display: inline;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: .03em;
    box-sizing: border-box;
    line-height: 1rem;
    outline: none;
    border-radius: 5px;
    padding: 0.3rem;
    position: relative;
    text-align: center;
    width: 260px;
    text-decoration: none;
    text-transform: capitalize;
    transition: .1s transform ease-in,.2s background ease-in;
}

    .btn-myprimary:focus, .btn-myprimary:hover, .btn-myprimary:active {
        background: linear-gradient(to bottom,rgba(255,224,101,1) 0%,rgba(255,204,5,1) 100%);
        border: .1rem solid #ffc400;
    }

.btn-mydefault {
    background: linear-gradient(to bottom,#eee 0%,#ccc 100%);
    border: .1rem solid #ccc;
    box-shadow: inset 0 1px 0 #efefef,0 0 10px 0 rgba(0,0,0,.2);
    color: #666;
}

.total {
    margin-top: 40px;
}

.total div {
    font-weight:bold;
    font-size:1em;
}
.my-price-sub {
    color: #666;
}