﻿a {
    color: #A8A8A8;
    font-size: 15px;
}

[name='kount-frame'],
img[src*="logo.gif"] {
    display: none !important;
}

.tadda {
    animation-name: tadda;
    -webkit-animation-name: tadda;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes tadda {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0px);
    }
}

.taddaR {
    animation-name: taddaR;
    -webkit-animation-name: taddaR;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes taddaR {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-15px);
    }

    100% {
        transform: translateX(0px);
    }
}

div#billingAddress label {
    float: left;
}

label strong {
    font-size: 0.9rem;
}

.other-address {
    display: flex;
}

#submit-checkout h2 {
    padding: 20px 40px;
    width: 100% !important;
    color: #fff;
    font-size: 25px;
    border-radius: 9px;
    font-weight: bold;
    display: block;
}

input,
select {
    border-radius: 3px !important;
}

/*prod section*/

.bluebar-txt {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}


.post span {
    color: #1E7A8E;
}

.lft-selectbox,
.lft-selectbox2 {
    border: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    box-shadow: 0 0 10px #e2dcdc;
    background: #fff;
    position: relative;
}

.post {
    
    background: url('../images/post.jpg') 15px 13px no-repeat #eef2f3;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #2d2d2d;
    font-weight: 600;
    margin: 25px 0 0 0;
    padding: 9px 10px 9px 205px;
}

.mbgRgt {
    float: right;
    width: calc(100% - 120px);
}

.cp-mbg-para {
    float: left;
    width: 100%;
    font-size: 15px;
    margin-top: 8px;
}

.cp-seal-mbg {
    float: left;
    width: 100px;
}

.cp-mbg-heading {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 7px;
    border-bottom: 1px solid #CCC;
}

.mbgBox {
    width: 100%;
    padding: 13px;
    box-sizing: border-box;
    display: table;
}

.smry-pric-rgt-p1 span,
.smry-pric-rgt-p3 span {
    float: right;
}

#submit-checkout {
    background: none;
    display: block;
    margin: 0 auto;
    border: none;
}



.form-container {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    margin: 10px auto 0 auto;
}

.clearall {
    clear: both;
    height: 1px;
    width: auto;
}

.smry-pric-lft {
    float: left;
    width: 35%;
    margin-top: 0px;
    padding-left: 20px;
}

.smry-pric-rgt {
    float: left;
    width: 65%;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.lft-selectbox,
.lft-selectbox2 {
    border: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    box-shadow: 0 0 10px #e2dcdc;
    background: #fff;
    position: relative;
}

.prod_selection .box-selection {
    transition: opacity .4s cubic-bezier(.645, .045, .355, 1);
}

.pric-box {
    display: table;
    width: 100%;
    padding: 20px 0;
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.7;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
}


.ck-btn {
    margin: 0;
}

.frmElmnts input.short,
.frmElmnts select.short {
    margin-right: 3%;
}

.frmElmnts input.short,
.frmElmnts input.short2,
.frmElmnts select.short,
.frmElmnts select.short2 {
    float: left;
    width: 48.5%;
}

.frmElmnts {
    float: left;
    width: 100%;
    margin: 14px 0 0 0;
}

    .frmElmnts input,
    .frmElmnts select {
        font-family: Tahoma, Geneva, sans-serif;
        width: 100%;
        box-sizing: border-box;
        height: 44px;
        border: 1px solid #bdbdbd;
        font-size: 17px;
        color: #000;
        text-align: left;
        padding: 0 10px;
        font-size: 16px;
        letter-spacing: 1px;
        outline: none;
    }

.sameas {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 19px;
    text-align: left;
    padding: 2px 0 0 29px;
    color: #333;
    margin: 0 0 0 0;
    position: relative;
    letter-spacing: 0.5px;
}

.s12lft-boxhding img {
    position: absolute;
    left: 15px;
    top: 12px;
}

.s12lft-boxhding span {
    font-weight: 600;
    text-transform: uppercase;
}

.s12lft-boxhdbox {
    background: #333;
}

.s12lft-boxhding {
    font-size: 1.2rem;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    padding: 17px 0 17px 75px;
    position: relative;
}

.smry-pric-rgt-p2 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    margin: 5px 0 0 0;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
    padding-bottom: 10px;
}

    .smry-pric-rgt-p2 span {
        float: right;
        text-align: right;
        color: #1e7a8e;
        font-weight: 700;
        font-size: 16px;
        font-family: roboto;
    }

.total-amount-label {
    float: right;
}

.smry-pric-rgt-p1,
.smry-pric-rgt-p3 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: left;
    line-height: 22px;
    margin: 10px 0 0 0;
}

.box-selection {
    margin: 7px;
    cursor: pointer;
    position: relative;
    opacity: 0.6;
}

.selected {
    position: absolute;
    right: 0;
    padding: 1px 15px;
    background-color: #1e7a8e;
    color: white;
    font-weight: bold;
    display: none;
}

.box-selection.active .selected {
    display: block;
}

.box-selection.active {
    border: 2px solid #1e7a8e;
    background: rgb(253, 253, 253);
    background: linear-gradient(126deg, rgba(253, 253, 253, 1) 50%, rgba(232, 235, 236, 1) 50%);
    opacity: 1;
}

.prod_selection .box-selection {
    transition: opacity .4s cubic-bezier(.645, .045, .355, 1);
}

.prod_selection:hover .box-selection {
    opacity: .4;
}



.prod_selection .box-selection:hover {
    opacity: 1;
    border: 2px solid #1e7a8e;
    background: rgb(253, 253, 253);
    background: linear-gradient(126deg, rgba(253, 253, 253, 1) 50%, rgba(232, 235, 236, 1) 50%);
}

.box-selection img {
    width: 70%;
}

.retail {
    font-size: 0.8em;
}

.unit,
.per_unit {
    font-size: 0.9em;
}

.pname,
main-amount-label {
    color: #142b4c;
}

.cvv-img:hover {
    cursor: pointer;
}

#cvv-link.active {
    color: #0056b3;
    text-decoration: underline;
}

.lean-overlay[style] {
    z-index: 101 !important;
}

#modal-popup[style] {
    z-index: 102 !important;
}

@media only screen and (max-width: 600px) {
    #submit-checkout h2 {
        background: #e9442e !important;
        padding: 20px;
        width: 100% !important;
        color: #fff;
        font-size: 18px;
        border-radius: 9px;
        font-weight: bold;
        display: block;
    }

    .smry-pric-lft,
    .smry-pric-rgt {
        float: left;
        margin-top: 0;
        padding: 10px;
    }

    .smry-pric-lft {
        width: 30%;
    }

    .smry-pric-rgt {
        width: 70%;
    }

    .smry-pric-lft img {
        width: 100%;
    }

    .smry-pric-lft img,
    img.summry-logo {
        display: block;
        margin: 0 auto;
    }

    .cvv-img {
        width: 40px;
    }
}


/* CC BUTTONS */
.cc-info {
    display: none;
}


.button-cc,
.button-cc2,
.paypal-btn {
    background: #ffc439;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    color: #212529;
    border: 2px solid #ffc439
}

.button-cc2 {
    display: none
}

    .button-cc2.active {
        display: block
    }

.button-cc.active {
    display: block
}

.button-cc {
    display: none
}

.btn-primary {
    background-color: #ffc439 !important;
    border-color: #ffc439 !important;
    color: #212529 !important;
}
