@charset "utf-8";
/* CSS Document */
.blkWhiteShadowForm {
    background: none repeat scroll 0 0 #fafafa;
    box-shadow: 1px 1px 10px #222222;
    -moz-box-shadow: 1px 1px 10px #222222;
    -ms-box-shadow: 1px 1px 10px #222222;
    -webkit-box-shadow: 1px 1px 10px #222222;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    margin: 12px auto 0;
    overflow: hidden;
    width: 975px;
}
#promo-image {margin: 10px 0 0 20px;}
#order-items-table tr:first-child {background:#222222;padding:20px 40px;}
#order-items-table .dailyDealTable td {padding-left:0;padding-bottom:10px !important;border-bottom:none !important;background:#fff;}
#order-items-table .dailyDealTable td.productTitle {padding-left:15px;}
#order-items-table tr.topBlkHdr td {border-bottom: none;vertical-align: middle;}

#select-em-size, #select-em-topp, #em-item-form .tzSelect  {
    float: right;
    margin-bottom: 15px;
    margin-right: 0;
    margin-top: 0;
    width: 175px;
}

#order-items-table td {
    border-bottom: 1px solid #E5E5E5;
    border-collapse: collapse;
    padding: 20px 0 20px 20px;
    text-align: left;
    vertical-align: top;
    color:#000;
}
tr.addCouponUpsell {
    height:120px;
    border-top:2px dotted #999999 !important;
    border-bottom:2px dotted #999999;
    border-top:none;
    background:#ebebeb;
}

#order-items-table td.productQty {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    color: #999999;
    font-family: "Arial";
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 35px;
    padding-left: 0;
    text-align: center;
    width: 121px;
}
#order-items-table tr > td.productTitle a, #order-items-table .qtyInputContainer a, .osContinueBtn a, .osContShop, .addCouponUpsell a, .dailyDealTitle a {
    color: #cd0000;
    font-family: "Interstate";
    font-size: 12px;
    font-weight: normal !important;
    line-height: 24px;
    text-decoration: none;
    text-shadow: none;
}
#order-items-table tr > td.productTitle {vertical-align: middle;padding-left: 25px;}
.orderTotalTable td.productPrice {color:#000;padding-right: 35px;}
#order-items-table td .os_LocationEntryTitle {font-family: "Interstate Light";font-size: 20px;}
#os_TopRow td {color:#fff;padding:0 10px;}
#os_TopRow .os_LocationEntryTitle {width: 100%;}
#os_LocationAddress {width: 350px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#os_TopRow td .visaCheckoutBtn img { margin: 3px 0 0 !important;}
.os_checkoutBtnContainer {  color: #999;float: right;padding: 30px 20px 30px 0;width: 470px;}
.os_checkoutBtnContainer .visaCheckoutBtn img {margin:0;}
.os_checkoutBtnContainer span {font-weight: bold;left: 16px;position: relative;top: 13px;}
.counterInputQty {
    background: #feffff; /* Old browsers */
    background: -moz-linear-gradient(top, #feffff 0%, #e2e2e2 35%, #f1f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(35%, #e2e2e2), color-stop(100%, #f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #feffff 0%, #e2e2e2 35%, #f1f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #feffff 0%, #e2e2e2 35%, #f1f1f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #feffff 0%, #e2e2e2 35%, #f1f1f1 100%); /* IE10+ */
    background: linear-gradient(top, #feffff 0%, #e2e2e2 35%, #f1f1f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f1f1f1', GradientType=0 ); /* IE6-9 */
    
    border-radius: 5px 0 0 5px;
    -moz-border-radius: s5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
	
    box-shadow: 0 0 15px 1px #999999 inset;
    -moz-box-shadow: 0 0 15px 1px #999999 inset;
    -ms-box-shadow: 0 0 15px 1px #999999 inset;
    -o-box-shadow: 0 0 15px 1px #999999 inset;
    -webkit-box-shadow: 0 0 15px 1px #999999 inset;
    display: inline-block;
    float: left;
    height: 30px;
    margin-left:2px;
    width: 32px;
}
#order-items-table .counterInputQty {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    box-shadow: 2px 2px 6px #666666 inset;
    -moz-box-shadow: 2px 2px 6px #666666 inset;
    -ms-box-shadow: 2px 2px 6px #666666 inset;
    -o-box-shadow: 2px 2px 6px #666666 inset;
    -webkit-box-shadow: 2px 2px 6px #666666 inset;
    border:1px solid #e5e5e5;
    border-right:none;
    display: inline-block;
    float: left;
    height: 28px;
    margin-left: 2px;
    width: 32px;
}

#order-items-table .counterInputQty > .inputAmount {
    color: #000000;
    font-family: "Interstate Black";
    font-size: 15px;
    font-weight:normal;
    margin-top: 7px;
    text-align: center;
    text-shadow: 1px 1px 0.5px #FFFFFF;
    vertical-align: middle;
}
#order-items-table .osContinueBtn {float: right;font-size: 20px; margin-right: 20px;padding: 8px 34px;}
#order-items-table tr > td.productPrice {
	font-family: "Interstate Light";
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -0.55px;
        text-align: right;
	padding: 45px 35px 0 2px;
	/*vertical-align: middle;*/
	width: 85px;
}

.orderTotalTable #estOrderTime {padding: 12px 0 0 25px;vertical-align: top;}
#estOrderTime p {color:#999999;font-family:"Arial";font-size:12px;}
#order-items-table tr .qtyInputContainer {display: inline-block;height: 31px;margin: 5px auto 0;width: 56px;}
#order-items-table .eyebrowWrapper {padding-top:8px;white-space: nowrap;}
#em-item-form .tileAmtBtn {display: inline-block;float: right;margin:0 !important;width: 175px;}

.orderDetailsTable .tileAmtBtn .yButton {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    width: 165px;
}
.orderDetailsTable .pb_btnPlus {
    background-position: -509px -158px;
    float: right;
    display:inline-block;
    margin-top: 0 !important;
    height: 19px;
    margin-right: 0;
    margin-top: 1px;
    width: 20px;
}
#order-item-table #select-em-size, #order-item-table #select-em-topp {width:173px;}
.orderDetailsTable .tzSelect .selectBox {margin-right:0;padding: 3px 11px;}

.orderDetailsTable .tileAmtBtn .counterInput {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e5e5e5;
    border-right:none;

    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;

    -moz-box-shadow: 2px 2px 5px #888888 inset;
    -ms-box-shadow: 2px 2px 5px #888888 inset;
    -o-box-shadow: 2px 2px 5px #888888 inset;
    -webkit-box-shadow: 2px 2px 5px #888888 inset;
    box-shadow: 2px 2px 5px #888888 inset;
    display: inline-block;
    margin-right:-1px;
    float: left;
    height: 39px;
    width: 42px;
}
#order-item-table .yButton {
    cursor: pointer;
    display: inline;
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    text-align: center;
    color: #000;
    font-family: "Interstate Black";
    font-weight:normal;

    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    text-shadow:1px 0 0 rgba(255, 255, 255, 0.65);

    /* Gradient */
    background: #feea75; /* Old browsers */
    background: -moz-linear-gradient(top, #feea75 0%, #feea75 50%, #fed23b 50%, #f5a739 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feea75), color-stop(50%, #feea75), color-stop(50%, #fed23b), color-stop(100%, #f5a739)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #feea75 0%, #feea75 50%, #fed23b 50%, #f5a739 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #feea75 0%, #feea75 50%, #fed23b 50%, #f5a739 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #feea75 0%, #feea75 50%, #fed23b 50%, #f5a739 100%); /* IE10+ */
    background: linear-gradient(top, #feea75 0%, #feea75 50%, #fed23b 50%, #f5a739 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feea75', endColorstr='#f5a739', GradientType=0 ); /* IE6-9 */
}

#order-items-table td.os_LocationEntryTitle {color: #FFFFFF;font-family: "Interstate Light";font-size: 18px;padding-left:0;}
#order-items-table .os_LocationEntry {padding-right: 30px !important;}
#order-items-table .qtyInputContainer > .inputAmount {color: #000000;}
#order-items-table #order-items-table tr > td.productTitle {padding-left: 0;vertical-align: middle;}
.orderTotalTable {color:#000;background:#fafafa;}
.couponCode {float: right;height: 25px;padding-bottom: 3px;position: relative;width: 185px;}

#coupon-code {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e5e5e5;
    border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:2px 2px 5px #888888 inset;
    -moz-box-shadow:2px 2px 5px #888888 inset;
    -ms-box-shadow:2px 2px 5px #888888 inset;
    -o-box-shadow:2px 2px 5px #888888 inset;
    -webkit-box-shadow:2px 2px 5px #888888 inset;
    float: left;
    color: #000000;
    height: 25px;
    letter-spacing: -0.02em;
    margin-left: 0;
    padding: 0 0PX 0 4px;
    text-align: left;
    width: 173px;
}
#coupon-code-button {
    display: none;
    font-size: 13px;
    height: 8px;
    line-height: 7px;
    margin-left: 125px;
    margin-top: 3px;
    padding: 7px 8px;
    position: absolute;
    vertical-align: top;
}
.couponSubmitEnabled {color:#000;}
.couponSubmitDisabled {color:#AAA;}
.codeContainer {padding: 15px 25px 0 0;vertical-align: bottom;}

#coupon-error {
    float: right;
    font-size: 14px;
    letter-spacing: -0.55px;
    line-height: 16px;
    margin-left: 0;
	/*	Change by Bhargav: To represent Message proper aligned in all browsers. Ticket-ID Fix: PH-2749 */
    padding:17px 0 0 350px;
	width:64%;
}
/*	Change by Bhargav: To represent Message proper aligned in all browsers. Ticket-ID Fix: PH-2749 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #coupon-error {width:68%;}
}
/*	Change by Bhargav: To represent Message proper aligned in all browsers. Ticket-ID Fix: PH-2749 */
.alert-text-msg { 
	width: 93%;
	float: left;
}
.couponCode > input {
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    -webkit--border-radius:5px;
    border-radius: 5px 5px 5px 5px;
    /*    color: #999999;*/
    float: right;
    font-size: 12px;
    height: 27px;
    margin-right: 8px;
    padding: 2px 7px 2px 6px;
    width: 118px;
}
.osContinueBtn {
    float: right;
    font-size: 20px;
    margin-right: 12px;
    padding: 10px 35px;
}
.codeTextBtn {
    display: inline;
    cursor: pointer;
    float: left;
    font-size: 12px;
    padding:2px 11px 4px 9px;
}
.os_ArrowUp, .os_ArrowDn {left: 5px;position: relative;top: 5px;}

.orderDetailsTable > tr.addCouponUpsell {border-bottom: 1px dotted #D4D4D4 !important;height: 120px!important;}
.orderDetailsTable > .addCouponUpsell p {color: #000000 !important;font-size: 13px;line-height: 15px;}
.orderDetailsTable .tzOptions li {text-align:left !important;}
.orderDetailsTable .tileContBtn { display: inline-block;float: right;margin-bottom: 15px; margin-right: 0; margin-top: 0; }

#em-item-form .tileContBtn { white-space: normal;display: inline-block;float: right;font-size: 18px;letter-spacing: -0.055em;margin-bottom: 0 !important;margin-top: 0;padding: 10px 20px !important;}
#em-item-form .selectContainer { margin-bottom: 10px;/*margin-left: 48px;*/}
.originalDealPrice {text-decoration: line-through;}
#modal_change .moreDealInfo, #modal_same .moreDealInfo  {background: #efefef; text-align: left !important; padding:20px;  margin-bottom: 25px;}
.blkWhiteShadowForm .modalChange {color: #CA0000;font-size: 12px;margin: 6px 0 0 15px; text-align: center;width: 100%;cursor:pointer}
#modal_change h3, #modal_same h3 {text-align: center; color:#333 !important;}
#modal_change p, #modal_same p {color: #666666;font-size: 15px; line-height: 18px;}
#modal_change #dealDisclaimer, #modal_same #dealDisclaimer  {color:#999999;  line-height: 18px; }
#modal_change.alertOverlay, #modal_same.alertOverlay {padding:35px 40px !important;}

.alertOverlay h3 .title {text-align: left !important;}
.alertOverlay .text { color: #666666;font-size: 15px;line-height: 18px; padding-bottom: 20px;text-align: left;}
.alertOverlay .list {background: none repeat scroll 0 0 #EFEFEF;margin-bottom: 25px;padding: 20px;text-align: left !important;color: #666666;}
.alertOverlay .list ul {color: #999999 !important;line-height: 18px;margin-left:15px;}
.alertOverlay .list ul li {color: #999999 !important;line-height: 18px; list-style-type:square;}

.productThmb .eyebrowBlock {padding: 3px 10px; margin-top: 25px;}
.productThmb .eyebrow {font-size: 11px;}

.editItem,.removeItem { cursor: pointer;}

.as_select_card { width: 275px; }
.as_month { width: 182px; }
.as_year { width: 70px; font-variant-numeric: lining-nums; -moz-font-feature-settings: "tnum"; -ms-font-feature-settings: "tnum"; -o-font-feature-settings: "tnum"; -webkit-font-feature-settings: "tnum"; font-feature-settings: "tnum"; }
.as_state { width: 75px; }
.as_spinner_modal { padding: 20px 0 30px; width: 350px; margin: 0 auto; background-color: white; color: black; box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 8px; border-radius: 3px; font-weight: bold; letter-spacing: -1px; font-size: 20px; }
.as_spinner_modal img { margin: 0 12px -10px 0; }
.as_remove { float: right; font-size: 15px; color: #C00; cursor: pointer; }
.as_payments { font-size: 18px; padding: 10px 15px; background: #EEE; margin-bottom: 5px; letter-spacing: -1px; }
.as_balance { font-size: 21px; letter-spacing: -1px; font-weight: bold; margin: 15px 30px 20px; }
.as_cvv_input { width: 82px; margin-left: 2px }
.as_disabled_exp { padding: 10px 12px; font-weight: bold; font-size: 20px; font-family: Interstate; display: inline-block; }
.as_disabled_name { padding: 10px 12px; font-weight: bold; font-size: 20px; font-family: Interstate; display: inline-block; }
.as_disabled_zip { padding:10px 12px;font-weight:bold;font-size:20px;font-family:Interstate;display:inline-block; }
.as_what_is_this {display:inline-block;float:none;}

.creditCardBack { background: url("https://www.pizzahut.com/assets/w/p/images/poCcWhereLink.png");height: 195px;width: 372px;}
.as_payment_modal table {margin-top: 15px; margin-bottom: 15px;}
.as-payments {   background: none repeat scroll 0 0 #EEEEEE;height: 18px;padding: 10px 10px 10px 15px;}
.as-payments p {color: #303030;float: left;font-size: 18px;letter-spacing: -0.055em;}
.as_payment_desc_col, .as_payment_amount_col { background: none repeat scroll 0 0 #EEEEEE;border-bottom: 3px solid #FFFFFF;color: #303030;padding: 15px;}
.as_payment_desc_col {border-right: 3px solid #FFFFFF;width: 290px;}
.as_payment_amount_col { padding-left: 35px;text-align: right;white-space: nowrap;}

#signIn { font-size: 16px; }
#card_error_message { position: absolute; color: #AC0000; width: 650px; overflow: hidden; padding-top: 5px; display: none;}
#em-baseSelectBoxIt { width: 170px; }
.prodPrice { position: relative; top: -19px; }
.ieOriginalCost, .iePriceChange { font-family: "Interstate Light"; }
.visaCheckoutBtn.floatLeft.wall {
    background: none repeat scroll 0 0 #ebebeb;
    border-radius: 5px;
    margin-left: -325px;
    margin-top: -15px;
    padding: 15px;
    text-align: right;
}
.visaCheckoutBtn.floatLeft.wall p {
    color: #222;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.link { color:#1b1f6c;text-decoration: underline !important;}
.link:hover { text-decoration: none !important;}