﻿
/*  cokesbury theme specific */
.shopping-cart-page > .page-title {
    width: 100%;
    max-width: 1400px;
    height: 160px;
    text-align: center;
    background: url("/Themes/Cokesbury/Content/images/headers/Checkout.jpg") no-repeat left top;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 auto;
}

.totalsWrapper .totals {
    /*width: 360px;*/
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #eee;
    padding: 20px;
}
.coupon-box,
.giftcard-box,
.idMeWrapper,
.QuickAddToCartWidget {
    width: 100%;
    max-width: 360px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #eee;
    padding: 20px;
    margin-top: 20px;
}

.idMeWrapper .idme-trigger {margin-top: 0px !important;}
.idMeWrapper .idme-text {display: block; margin-top: 6px; font-style: italic;font-size: 1.25REM;color: #787878;}

.idMeWrapper .idMeRoleStatus {font-size: 1.2rem;text-transform: uppercase;font-weight: 700;vertical-align: middle;letter-spacing: .3px; display: block; height: 24px;}

.idMeWrapper .idMeRoleStatus:before{
    content: "";
    display: block;
    width:24px;
    height:24px;
    float: left;
    margin: -3px 5px 0px 0px;
    background: url('/Themes/Cokesbury/Content/images/checkbox_checkmark_lg_green.svg') right center no-repeat;
}


.cart th, .shipment-details-page .products th {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #f6f6f6;
    height: 60px;
}

.coupon-box .coupon-code input[type='text'],
.giftcard-box .coupon-code input[type='text'] {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    margin: 0px;
    height: 60px;
    text-indent: 2rem;
    padding: 0;
}
.order-completed input[type='button'] {
    --btn-width: auto;
}