/* ** test
----------------------------------------------
Styles and Assets needed for tcom ATC overlay
---------------------------------------------
** */
/* 
----------------------------
From Touchstatic master.css 
----------------------------
*/
/* -------------------------------------------------------------------------------------------
	(2) Grid and Layout */
/* Main Container */

.container {
    margin-left: auto;
    margin-right: auto;
}
/* FLEX BOX STYLES */

.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    box-pack: justify;
}
.flex-vcenter {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
}
.flex>.flex-grow-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
html.no-flexbox .flex>.flex-grow-1 {
    float: left;
}
.flex>.flex-grow-2 {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -ms-box-flex: 2;
    box-flex: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
}
.flex-40 {
    width: 40%;
}
.flex-50 {
    width: 50%;
}
.flex-60 {
    width: 60%;
}
.no-shrink {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.flex-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.flex-start {
    align-self: flex-start;
    -webkit-align-self: flex-start;
}
.space-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.align-items-center {
    align-items: center;
    -webkit-align-items: center;
}
/* MODULE STYLES */

.module-small {
    padding: 10px;
}
.module-normal {
    padding: 15px;
}
.module-large {
    padding: 20px;
}
.module-normal.no-bottom {
    padding-bottom: 0;
}
/*	----------------------------------------
	(3c) Generics - Rounded Corners */

.rounded-corners {
    border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.rounded-corners-bottom {
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
}
/*  ----------------------------------------------------------------------------
  (3) Typography */
/*	----------------------------------------
	(3a) Typography - Text Colors */

.text-faint {
    color: #ddd;
}
/* Very light gray */

.text-muted {
    color: #777;
}
/* Light Gray */

.text-secondary {
    color: #666;
}
/* Medium Gray */

.text-primary {
    color: #f96302;
}
/* THD Orange */

.text-warning {
    color: #ffc20e;
}
/* Yellow */

.text-danger {
    color: #EF1F1E;
}
/* Red */

.text-success {
    color: #00ae4d;
}
/* NLP Green */

.text-info {
    color: #333;
}
/* Dark Gray */

.text-reverse {
    color: #fff;
}
/* White */

.text-normal {
    color: #000;
}
/*	----------------------------------------
	(3b) Typography - Text Alignment */

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-bottom {
    vertical-align: bottom;
}
.truncate {
    /* Only works on single lines */
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.v-align-middle {
    vertical-align: middle;
}
.v-align-top {
    vertical-align: top;
}
.v-align-bottom {
    vertical-align: bottom;
}
.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*	----------------------------------------
	(3c) Typography - Text Sizes */

.title {
    font-weight: bold;
}
.xjumbo {
    font-size: 40px;
}
.jumbo {
    font-size: 30px;
}
.xxlarge {
    font-size: 25px;
}
.xlarge {
    font-size: 22px;
}
.larger {
    font-size: 20px;
}
.xlarger {
    font-size: 19px;
}
#smartOverlay .large {
    font-size: 14px;
}
.medium {
    font-size: 16px;
}
.md-modal-atc .normal {
    font-size: 14px;
    line-height: 15px;
}
.small {
    font-size: 12px;
}
.medium-small {
    font-size: 11px;
}
.xsmall {
    font-size: 10px;
}
.tiny {
    font-size: 9px;
}
.md-modal-atc .right {
    float: right;
}
.md-modal-atc .left {
    float: left;
}
.md-modal-atc .bold {
    font-weight: bold;
}
.md-modal-atc .p-top-small {
    padding-top: 10px;
}
.md-modal-atc .float-clear {
    clear: both;
}
.md-modal-atc .italic {
    font-style: italic;
}
.md-modal-atc .uppercase {
    text-transform: uppercase;
}
/* Standard Margins */

.smargin {
    margin: 10px;
}
.md-modal-atc .georgia {
    font-family: Georgia, "Times New Roman", serif;
}
.m-bottom-xsmall {
    margin-bottom: 5px;
}
.m-bottom-small {
    margin-bottom: 10px;
}
.m-bottom-normal {
    margin-bottom: 15px;
}
.m-bottom-large {
    margin-bottom: 20px;
}
.m-bottom-xlarge {
    margin-bottom: 30px;
}
.m-bottom-jumbo {
    margin-bottom: 40px;
}
.m-left-xsmall {
    margin-left: 5px;
}
.m-right-xsmall {
    margin-right: 5px;
}
.m-right-small {
    margin-right: 10px;
}
.m-left-small {
    margin-left: 10px;
}
.m-left-normal {
    margin-left: 15px;
}
.m-left-large {
    margin-left: 20px;
}
.m-left-jumbo {
    margin-left: 40px;
}
.m-right-normal {
    margin-right: 15px;
}
/*
.md-modal-atc .m-right-large {
	margin-right: 20px;
}
*/

.m-right-xlarge {
    margin-right: 30px;
}
.m-left-xlarge {
    margin-left: 30px;
}
.m-right-jumbo {
    margin-right: 40px;
}
.m-top-small {
    margin-top: 10px;
}
.m-top-large {
    margin-top: 20px;
}
.m-top-close {
    margin-top: -5px;
}
.m-top-closer {
    margin-top: -10px;
}
.m-sides-normal {
    margin-left: 15px;
    margin-right: 15px;
}
.m-sides-large {
    margin-left: 20px;
    margin-right: 20px;
}
.m-sides-jumbo {
    margin-left: 40px;
    margin-right: 40px;
}
.m-all-large {
    margin: 20px;
}
/* Standard Border */

.sborder {
    border: 0 solid #ccc;
}
.border-top {
    border-top-width: 1px;
}
.border-top-secondary {
    border-top-width: 4px;
}
.border-bottom-secondary {
    border-bottom-width: 4px;
}
.border-bottom {
    border-bottom-width: 1px;
}
.border-right {
    border-right-width: 1px;
}
.border-left {
    border-left-width: 1px;
}
.border-all {
    border-width: 1px;
}
/* 
----------------------------------
From touch thd.tw.touch.assets.css 
----------------------------------
*/
/* TOUCH ASSETS
------------------------------------------------------------------------------*/
/* (5) Buttons
------------------------------------------------------------------------------*/
/*	
.btn>i[class*="icon-"] {
	vertical-align: middle;
}*/

.thdTablet-btn {
    display: inline-block;
    padding: 8px;
    /*margin-bottom: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;*/
    
    text-transform: uppercase;
    /*text-align: center;*/
    
    white-space: nowrap;
    vertical-align: baseline;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
    -moz-border-radius: 3px;
    /*-0-border-radius: 3px; - This line is breaking CSS*/
    
    -webkit-border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-shadow {
    -moz-box-shadow: 2px 2px 2px 0px #CCCCCC;
    -webkit-box-shadow: 2px 2px 2px 0px #CCCCCC;
    box-shadow: 2px 2px 2px 0px #CCCCCC;
}
.btn-default,
input.btn-default {
    /* Light Gray, Gradient Button */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3b3b3), color-stop(100%, #999999));
    background: -webkit-linear-gradient(top, #b3b3b3 0%, #999999 100%);
    background: -ms-linear-gradient(top, #b3b3b3 0%, #999999 100%);
    background: linear-gradient(to bottom, #b3b3b3 0%, #999999 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#999999', GradientType=0);
    border: 1px solid #9a9a9a;
    color: #fff;
}
.md-modal-atc .btn-primary,
.md-modal-atc input.btn-primary,
#appliance-parts-services-config-modal .btn-primary {
    /* Orange, Gradient Button */
    
    background: #f96302;
    color: #fff;
    border: 1px solid #F96305;
}
.thdTablet-glyph-btn-primary,
input.thdTablet-glyph-btn-primary {
    /* Orange, Gradient Button */
    
    background: #f96302 !important;
    color: #fff !important;
}
.btn-success,
input.btn-success {
    /* Green, Flat Button */
    
    background: #00ae4d;
    border: 1px solid #00ae4d;
    color: #fff;
}
.btn-info,
input.btn-info {
    /* Dark Gray, Flat Button */
    
    background: #666;
    color: #fff;
}
.btn-secondary,
input.btn-secondary {
    /* Medium Gray, Gradient Button */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #777777));
    background: -webkit-linear-gradient(top, #999999 0%, #777777 100%);
    background: -ms-linear-gradient(top, #999999 0%, #777777 100%);
    background: linear-gradient(to bottom, #999999 0%, #777777 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#777777', GradientType=0);
    border: 1px solid #777777;
    color: #fff;
}
.btn-dark,
input.btn-dark {
    /* Dark Gray, Gradient Button */
    
    color: #FFF;
    border: 1px solid #555555;
    background: #575757;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #555555 0%, #333333 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #333333));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #555555 0%, #333333 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #555555 0%, #333333 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #555555 0%, #333333 100%);
    /* IE10+ */
    
    background: linear-gradient(top bottom, #555555 0%, #333333 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#55', endColorstr='#33', GradientType=0);
    /* IE6-9 */
}
.btn-danger,
input.btn-danger {
    /* Red, Flat Button */
    
    color: #fff;
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
}
.btn-short {
    text-transform: capitalize;
    padding: 4px 6px;
    font-weight: normal;
}
/* Disabled Buttons */

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
    filter: alpha(opacity 50);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link {
    font-weight: normal;
    color: #777;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Button Sizing */

.btn-sm,
.btn-xs {
    padding: 3px 8px;
    font-size: 11px;
    border-radius: 3px;
}
.btn-large {
    font-size: 14px;
    padding: 15px 20px;
}
.btn-xs {
    padding: 1px 5px;
}
.btn-tiny {
    padding: 3px 10px;
    line-height: 1.2em;
    font-size: 11px;
    height: 20px;
}
.btn-tiny.short {
    padding: 0 3px;
    min-width: 19px;
    text-align: center;
    display: inline-block;
    height: 16px;
}
.btn-tiny:empty {
    display: none;
}
/* Button Display Helpers */

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.btn-block+.btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
/* Input Append Button */

.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.input-append input+.btn-group .btn:last-child,
.input-append select+.btn-group .btn:last-child,
.input-append .uneditable-input+.btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -3px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child>.dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.input-append button {
    height: 35px;
}
.md-modal-atc .btn,
.md-modal-atc .thdTablet-btn {
    border-radius: 3px;
    -moz-border-radius: 3px;
    /*-0-border-radius: 3px; - This line is breaking CSS*/
    
    -webkit-border-radius: 3px;
    /*font-weight: bold;
	padding: 8px 10px;*/
    
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}
.btn-short,
.thdTablet-btn-short {
    text-transform: capitalize;
    padding: 4px 6px;
    font-weight: normal;
}
.btn-orange,
input.btn-orange,
.thdTablet-btn-orange,
input.thdTablet-btn-orange {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9871e), color-stop(100%, #f96302));
    background: -webkit-linear-gradient(top, #f9871e 0%, #f96302 100%);
    background: -ms-linear-gradient(top, #f9871e 0%, #f96302 100%);
    background: linear-gradient(top, #f9871e 0%, #f96302 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9871e', endColorstr='#f96302', GradientType=0);
    border: 1px solid #f96302;
    color: #fff;
}
.btn-gray,
input.btn-gray,
.thdTablet-btn-gray,
input.thdTablet-btn-gray {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #777777));
    background: -webkit-linear-gradient(top, #999999 0%, #777777 100%);
    background: -ms-linear-gradient(top, #999999 0%, #777777 100%);
    background: linear-gradient(to bottom, #999999 0%, #777777 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#777777', GradientType=0);
    border: 1px solid #777777;
    color: #fff;
}
.btn-lightGray,
input.btn-lightGray,
.thdTablet-btn-lightGray,
input.thdTablet-btn-lightGray {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3b3b3), color-stop(100%, #999999));
    background: -webkit-linear-gradient(top, #b3b3b3 0%, #999999 100%);
    background: -ms-linear-gradient(top, #b3b3b3 0%, #999999 100%);
    background: linear-gradient(to bottom, #b3b3b3 0%, #999999 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#999999', GradientType=0);
    border: 1px solid #9a9a9a;
    color: #fff;
}
.btn-white,
input.btn-white,
.thdTablet-btn-white,
input.thdTablet-btn-white {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    border: 1px solid #ccc;
    /* color: #666; */
}
.md-modal-atc .btn-flat-lightGray,
.md-modal-atc .thdTablet-btn-flat-lightGray,
#appliance-parts-services-config-modal .thdTablet-btn-flat-lightGray {
    background: #ddd;
    border: 0;
    border: 1px solid #ccc;
}
.btn-flat-medGray,
.thdTablet-btn-flat-medGray {
    background: #ccc;
    border: 0;
}
.btn-flat-darkGray,
.thdTablet-btn-flat-darkGray {
    background: #666;
    color: #fff;
}
.btn-flat-green,
.thdTablet-btn-flat-green {
    background: #00ae4d;
    border: 1px solid #00ae4d;
    color: #fff;
}
.input-append button {
    display: inline-block;
}
.checkout_paypal {
    width: 142px;
    height: 27px;
    background-image: url("../images/PP_Checkout_sunrise_142x27_2x.png");
    background-size: 142px 27px;
    background-repeat: no-repeat;
}
/*
------------------------
From thd.tw.defaults.css
-----------------------
*/
/*	----------------------------------------------------------------------------
(3) Generics */
/* More located on master.css. */

.c {
    text-align: center;
}
.r {
    text-align: right;
}
.l {
    text-align: left;
}
.j {
    text-align: justify;
}
.hide {
    display: none !important;
}
/* General styles for the modal */
/*
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the
perspective effects (not including the modals and the overlay).
*/

.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}
.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.container {
    background: #e74c3c;
    min-height: 100%;
}
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 630px;
    height: auto;
    z-index: 10001;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
}
#scheduleDatePickerModal.md-modal {
    max-width: 736px;
}
.md-modal-wide {
    width: 760px;
    max-width: 760px;
}
.ipad-position.md-modal {
	position: absolute;
}
.md-modal form {
    min-width: 475px;
}
.md-show {
    visibility: visible;
}
h3 .md-close {
    font-size: 0.2em;
    /*defect #50912 */
    
    float: right;
    border: none;
    font-weight: normal;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    /*color: #555; defect #50912 */
    
    background: none;
}
/* Content styles */

.md-content {
    background: rgba(255, 255, 255, 1);
    position: relative;
    border-radius: 6px;
    margin: 0 auto;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 10px #666;
}
.md-content>h3:first-child {
    margin: 0;
    height: auto;
    padding: 14px 15px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    background-color: #EEE;
    border-radius: 3px 3px 0 0;
    color: #333;
}
.appliance-parts-services-config-modal .md-content>h3:first-child {
    height: 50px;
}
h3.md-title {
    font-weight: bold
}
.module-normal .font-secondary {
    padding: 10px 0 0px;
}
.md-content>div ul li {
    padding: 5px 0;
}
/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */

.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* Effect 2: Slide from the right */

.md-effect-2 .md-content {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.md-show.md-effect-2 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
/* Effect 3: Slide from the bottom */

.md-effect-3 .md-content {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-3 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
/* Effect 4: Newspaper */

.md-effect-4 .md-content {
    -webkit-transform: scale(0) rotate(720deg);
    -moz-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0;
}
.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.md-show.md-effect-4 .md-content {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
}
/* Effect 5: fall */

.md-effect-5.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}
.md-effect-5 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -moz-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
}
.md-show.md-effect-5 .md-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translateZ(0px) rotateX(0deg);
    -moz-transform: translateZ(0px) rotateX(0deg);
    -ms-transform: translateZ(0px) rotateX(0deg);
    transform: translateZ(0px) rotateX(0deg);
    opacity: 1;
}
/* Effect 6: side fall */

.md-effect-6.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}
.md-effect-6 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
    -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
}
.md-show.md-effect-6 .md-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
    -moz-transform: translate(0%) translateZ(0) rotate(0deg);
    -ms-transform: translate(0%) translateZ(0) rotate(0deg);
    transform: translate(0%) translateZ(0) rotate(0deg);
    opacity: 1;
}
/* Effect 7:  slide and stick to top (aka, Pulldown) */
/*
.md-effect-7 {
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.md-effect-7 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.md-show.md-effect-7 .md-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 6px 6px;
	opacity: 1;
}
*/
/* Override md-effect-7 to behave like md-effect1, except 30px from top */

.md-background {
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.7;
}
.md-effect-7 {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
}
.md-effect-7 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-7 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* Effect 8: 3D flip horizontal */

.md-effect-8.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}
.md-effect-8 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.md-show.md-effect-8 .md-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}
/* Effect 9: 3D flip vertical */

.md-effect-9.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}
.md-effect-9 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.md-show.md-effect-9 .md-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}
/* Effect 10: 3D sign */

.md-effect-10.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}
.md-effect-10 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-10 .md-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}
/* Effect 11: Super scaled */

.md-effect-11 .md-content {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-11 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* Effect 12:  Just me */

.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-12 ~ .md-overlay {
    background: #e74c3c;
}
.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
    background: transparent;
}
.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* Effect 13: 3D slit */

.md-effect-13.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}
.md-effect-13 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
}
.md-show.md-effect-13 .md-content {
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
}
@ -webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateZ (0) rotateY (0deg);
        opacity: 1;
    }
}
@ -moz-keyframes slit {
    50% {
        -moz-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -moz-animation-timing-function: ease-out;
    }
    100% {
        -moz-transform: translateZ (0) rotateY (0deg);
        opacity: 1;
    }
}
@ keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in;
    }
    100% {
        transform: translateZ (0) rotateY (0deg);
        opacity: 1;
    }
}
/* Effect 14:  3D Rotate from bottom */

.md-effect-14.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}
.md-effect-14 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(90deg);
    -moz-transform: translateY(100%) rotateX(90deg);
    -ms-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.md-show.md-effect-14 .md-content {
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
    opacity: 1;
}
/* Effect 15:  3D Rotate in from left */

.md-effect-15.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}
.md-effect-15 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-15 .md-content {
    -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    transform: translateZ(0px) translateX(0%) rotateY(0deg);
    opacity: 1;
}
/* Effect 16:  Blur */

.md-show.md-effect-16 ~ .md-overlay {
    background: rgba(180, 46, 32, 0.5);
}
.md-show.md-effect-16 ~ .container {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}
.md-effect-16 .md-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
}
.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-16 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
/* Effect 17:  Slide in from bottom with perspective on container */

.md-show.md-effect-17 ~ .container {
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
    -webkit-transform: rotateX(-2deg);
    -moz-transform: rotateX(-2deg);
    -ms-transform: rotateX(-2deg);
    transform: rotateX(-2deg);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.md-effect-17 .md-content {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}
.md-show.md-effect-17 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.3s 0.2s;
    -moz-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}
/* Effect 18:  Slide from right with perspective on container */

.md-show.md-effect-18 ~ .container {
    height: 100%;
    overflow: hidden;
}
.md-show.md-effect-18 ~ .md-overlay {
    background: rgba(143, 27, 15, 0.8);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 0% 50%;
    animation: rotateRightSideFirst 0.5s forwards ease-in;
}
@ -webkit-keyframes rotateRightSideFirst {
    50% {
        -webkit-transform: translateZ(-50px) rotateY(5deg);
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateZ (-200px);
    }
}
@ -moz-keyframes rotateRightSideFirst {
    50% {
        -moz-transform: translateZ(-50px) rotateY(5deg);
        -moz-animation-timing-function: ease-out;
    }
    100% {
        -moz-transform: translateZ (-200px);
    }
}
@ keyframes rotateRightSideFirst {
    50% {
        transform: translateZ(-50px) rotateY(5deg);
        animation-timing-function: ease-out;
    }
    100% {
        transform: translateZ (-200px);
    }
}
.md-effect-18 .md-content {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
}
.md-show.md-effect-18 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}
/* Effect 19:  Slip in from the top with perspective on container */

.md-show.md-effect-19 ~ .container {
    height: 100%;
    overflow: hidden;
}
.md-show.md-effect-19 ~ .md-overlay {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: OpenTop 0.5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 50% 100%;
    -moz-animation: OpenTop 0.5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    animation: OpenTop 0.5s forwards ease-in;
}
@ -webkit-keyframes OpenTop {
    50% {
        -webkit-transform: rotateX(10deg);
        -webkit-animation-timing-function: ease-out;
    }
}
@ -moz-keyframes OpenTop {
    50% {
        -moz-transform: rotateX(10deg);
        -moz-animation-timing-function: ease-out;
    }
}
@ keyframes OpenTop {
    50% {
        transform: rotateX(10deg);
        animation-timing-function: ease-out;
    }
}
.md-effect-19 .md-content {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
}
.md-show.md-effect-19 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}
@media screen and (max-width: 32em) {
    body {
        font-size: 75%;
    }
}
.md-modal-atc input[type="tel"] {
    background-color: #eee;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #333;
    font-size: 12px;
    height: 40px;
    margin-bottom: 15px;
    outline: medium none;
    padding: 0px 10px 0px 10px;
    min-width: 180px;
    max-width: 180px;
    width: 180px;
}
.md-body .bopis-qty {
    width: 33px
}
/* -------------------------------------------------------------------------------------------
ADD TO CART OVERLAY */
/* .atc-overlay {
	width:680px;
} */

.mini-cart {
    width: 234px;
    height: 95px;
}
.atc-overlay-buttons {
    margin-left: 135px;
}
.atc-overlay-pod {
    width: 160px;
    padding: 5px;
}
.atc-overlay-pod-description {
    height: 65px;
}
.atc-pod-wrapper {
    overflow: auto;
}
.btn-overlay {
    width: 185px;
    height: 40px;
    line-height: 40px;
    padding: 0 inherit;
}
.md-modal h3 .md-close,
.quick-tip-mcc h3 .md-close,
h3 button.md-close,
.view-custom-blinds-modal .md-close,
.shippingview-custom-blinds-modal .icon-close-symbol {
    background-image: url("/MCCCheckout/static/TabletWebCheckout/tablet/images/dwarves.png");
    /* defect #50912 */
    
    background-position: -335px -260px;
    cursor: pointer;
    display: inline;
    height: 50px;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    z-index: 1103;
}
.shippingview-custom-blinds-modal .icon-close-symbol:before {
    content: "";
}
.view-allcustom-details #heading h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.view-allcustom-details .blinds-left-cls .tpl-content {
    padding: 0px 0px 10px;
}
.view-allcustom-details .blinds-img-text {
    color: #777;
    font-weight: 700;
}
.view-allcustom-details .right-content-cls {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 15px;
}
.view-allcustom-details {
    width: 670px;
}
.md-modal-atc {
    color: #333;
}
/* CHECK AVAILABILITY STYLES */

.check-available-input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -webkit-appearance: none;
    height: 40px !important;
}
.md-content .zip-column {
    width: 50%;
}
/*thd.tw.icons styles*/

@font-face {
    font-family: 'hd-custom';
    src: url('/MCCCheckout/static/global/fonts/hd-custom.eot?#iefix') format('embedded-opentype'), url('/MCCCheckout/static/global/fonts/hd-custom.woff') format('woff'), url('/MCCCheckout/static/global/fonts/hd-custom.ttf') format('truetype');
}
.md-modal-atc .icon-attention,
.md-modal-atc .icon-caution,
.md-modal-atc .icon-calendar,
.md-modal-atc .icon-verified-symbol {
    font-family: 'hd-custom';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background-image: none;
}
.md-maml .error-report {
    background-color: #f1f1f1;
    color: #666;
    display: table;
    font-size: 12px;
    font-weight: bold;
    margin: 15px;
    padding: 10px;
}
.md-maml .error-report .error-msg {
    background: #f1f1f1;
    clear: both;
    color: #000;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    vertical-align: middle;
    width: 400px;
}
.icon-verified-symbol:before {
    content: "\e006";
}
.icon-verified-symbol:before {
    content: "\e006";
}
.icon-attention:before {
    content: "\e009";
}
.form-cart-warning .icon-attention:before {
    content: "";
}
.icon-attention {
    background: none;
    color: #5E5E5E;
}
.icon-caution:before {
    content: "\e604";
}
.icon-calendar:before {
    content: "\e600";
}
.md-modal-atc .radio-btn {
    width: 40px;
    height: 30px;
    vertical-align: baseline;
    cursor: pointer;
    display: table-cell;
    position: relative;
}
.md-modal-atc .radio-btn:before {
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #999;
    color: #999;
}
.md-modal-atc.radio-btn:before,
.md-modal-atc .radio-btn:after {
    content: "";
    position: absolute;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.md-modal-atc .radio-btn:after {
    width: 18px;
    height: 18px;
    left: 6px;
    top: 6px;
    border: 1px solid #999;
    box-sizing: border-box;
    background: none;
}
.md-modal-atc .radio-btn:before,
.md-modal-atc .radio-btn:after {
    content: "";
    position: absolute;
    /* border-radius: 50%; */
    
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.md-modal-atc .md-body {
    margin-top: -7px;
}
/* GM ATC overlay Styles Start*/

.md-modal-atc .atc-overlay-gm {
    height: auto;
}
.md-modal-atc #productImgMccAtc {
    display: block;
}
.md-modal-atc #atcGmBtnsCntr {
    width: 345px;
    float: right;
}
.md-modal-atc #atcGmBtnsCntr a {
    width: 130px;
    margin: 0px 0px 0px 10px;
    display: inline-block;
    box-sizing: content-box;
    padding: 10px 15px !important;
}
.md-modal-atc #atcGmBtnsCntr #atcCheckoutPP,
.md-modal-atc #atcGmBtnsCntr #atcCheckoutPP:hover {
    background: url(/MCCCheckout/static/TabletWebCheckout/tablet/images/PayPal-Button_168x35.png) no-repeat;
    background-size: contain;
    height: 38px;
    min-width: 160px;
    border: 0;
    padding: 0px !important;
}
#atcCheckoutPP:hover {
    opacity: 0.9;
}
.md-modal-atc .cartModelCurrentSummaryMCC {
    float: right;
    width: 327px;
    font-size: 14px;
}
.md-modal-atc .cartModelSmallSummaryMCC {
    font-size: 14px;
    padding: 20px;
    color: #333;
}
.md-modal-atc .innerValuesCartDetailHeadMCC {
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
}
.md-modal-atc .innerValuesCartDetailTotalMCC span {
    padding-left: 10px;
    color: #333;
}
.md-modal-atc .cartModelProductModelMCC {
    width: 216px;
    height: 101px;
}
.md-modal-atc .cartModelBody2LinkMCC {
    color: #000;
    font-weight: 700;
    width: 211px;
}
.md-modal-atc .cartModelBody2LinkMCC a {
    font-size: 14px;
}
.md-modal-atc .cartModelBody2LinkGryMCC {
    color: #777;
    font-weight: 400;
}
.md-modal-atc .offerpriceMCC {
    padding-top: 10px;
    color: #666;
}
.md-modal-atc #cartModelSummaryCntrMCC {
    width: 330px;
    margin-top: 10px;
}
.md-modal-atc .pricechkoutMCC {
    float: left;
    width: 100%;
    box-sizing: content-box;
}
.md-modal-atc .pricedetailMCC {
    float: left;
    clear: both;
    padding-top: 6px;
    margin-left: 153px;
    margin-top: -10px;
}
.md-modal-atc .m-top-large {
    overflow: hidden;
}
/* GM ATC overlay Styles end */
/* Appliance ATC overlay Styles */
/* -------------------------------------------------------------------------------------------
ADD TO CART OVERLAY */
/* .atc-overlay {
	width:680px;
} */

.mini-cart {
    width: 234px;
    height: 95px;
}
.atc-overlay-buttons {
    margin-left: 135px;
}
.atc-overlay-pod {
    width: 160px;
    padding: 5px;
}
.atc-overlay-pod-description {
    height: 65px;
}
.atc-pod-wrapper {
    overflow: auto;
}
.btn-overlay {
    width: 185px;
    height: 40px;
    line-height: 40px;
    padding: 0 inherit;
}
/* CHECK AVAILABILITY STYLES */

.check-available-input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -webkit-appearance: none;
}
/* Added recently to match full site*/

p.left.bold.m-right-small.text-primary:hover,
a.text-primary.bold.ofaq-checkout:hover,
.edit-cart-link:hover,
.schedule-delivery-options .view-calendar:hover,
.zipcode-lookup-field .zipcode-change:hover {
    text-decoration: underline;
    cursor: pointer;
}
/* Added for defect #52806 .md-modal .icon-error */

.md-modal-atc .icon-error,
.md-modal .icon-error  {
    background: url("/MCCCheckout/static/TabletWebCheckout/tablet/images/exclamation_red.png") no-repeat 5px center;
    background-size: 20px auto;
    padding: 0px 5px 0px 25px;
    color: #666!important;
    font-size: 12px;
    font-weight: bold;
    min-height: 20px;
    float:left;
    
}
 .md-modal span.exceedsQTYLimit{
 	margin-left:0px;
 }
.md-modal-atc .icon-error:before,
.md-modal .icon-error:before {
    content: "";
}
.md-modal-atc {
    max-width: 680px;
    font-family: Arial, Helvetica, sans-serif;
}
#checkAvailableZip {
    margin: 0px;
    float: right;
}
#enterZipMsg {
    /* margin-top: -6px; */
    
    font-size: 14px;
    width: 162px
}
#zipChecker {
    margin: 0px 0px 30px 4px;
}
#zipChecker .icon-calendar {
    /* margin-right: 17px; */
    
    width: initial;
    height: initial
}
#checkAvailableMessage {
    margin-left: -30px;
    line-height: 14px;
    color: #666;
    font-weight: 700;
}
#checkAvailableMessage .m-bottom-normal {
    margin-bottom: 10px;
}
#checkAvailableMessage .icon-attention {
    margin-right: 20px;
    margin-top: -2px;
}
#checkAvailableMessage .icon-attention {
    margin-right: 15px;
}
.out-of-stock-err .info-details {
    display: inline-block;
    vertical-align: top;
}
#contactLocalStr,
#myDeleiveryLocationCntr {
    margin-left: 0px;
    width: 223px;
}
#addToListBtn {
    width: 162px;
    margin-top: 35px; /* defect #55107 */
}
#backOrdBtnSec #addToListBtn {
   /* margin-left: -40px defect #55107 */
}
#addToCart {
    width: 147px;
    margin-left: 10px;
    margin-top: 35px; /* defect #55107 */
}
#backOrdBtnSec {
    margin-left: 7px;
    height: 70px;
    width: 320px;
}
#backOrdBtnSec a {
    padding: 10px 15px;
    text-align: center;
}
.contact-local-str {
    margin-left: 36px !important;
}
#checkAvailableError {
    margin-left: -10px;
    margin-bottom: 28px;
}
#checkAvailableError .icon-attention:before {
    color: #EF1F1E;
}
.md-modal-atc .strike-through {
    text-decoration: line-through;
}
#checkAvailableError p {
    margin-left: 10px;
    margin-top: 5px;
}
#checkAvailableZip .invalid-zip {
    border-color: #ed1c24;
    color: #ed1c24;
}
.zip-column .out-of-stock-err {
    margin-left: 0px !important;
}
.more-than-two-appl-error .icon-attention,
.more-than-twelve-appl-error .icon-attention {
    margin-top: 3px;
    margin-right: 5px;
}
.more-than-two-appl-error p {
    line-height: 16px;
    width: 170px;
    line-height: 16px;
}
.more-than-twelve-appl-error {
    margin-left: -69px !important;
}
.more-than-twelve-appl-error p {
    line-height: 16px;
    width: 224px;
    line-height: 16px;
}
#sameZipCodeMsg {
    width: 190px;
}
#sameZipCodeMsg .icon-caution {
    height: 0px;
    float: left;
    margin-left: -42px;
    margin-top: 8px;
}
#sameZipCodeMsg p {
    font-size: 12px;
    font-weight: 700;
}
.md-modal-atc .icon-checkmark-success {
    background-position: left 2056px;
    background-image: url("/MCCCheckout/static/global/images/halflings.png");
    background-repeat: repeat-y;
    display: inline-block;
    vertical-align: text-top;
    padding: 17px 18px 2px 8px;
    height: 0;
    width: 0;
}
.vp-map-title-icon,
.vp-map-remove .icon-close-symbol {
    background-position: left 2407px;
    background-image: url("/MCCCheckout/static/global/images/halflings.png");
    background-repeat: repeat-y;
    display: inline-block;
    vertical-align: text-top;
    padding: 6px 11px 0 0;
    height: 24px;
    width: 24px;
    content: "";
}
.vp-map-title-icon:before,
.vp-map-remove .icon-close-symbol:before {
    content: "";
}
.vp-map-title-icon {
    margin-right: 5px;
}
.md-modal-atc .icon-checkmark-success:before {
    content: none;
}
.vp-map-remove.p-top-normal {
    margin-left: -15px;
}
.md-modal-atc #goToCartBtn {
    float: right;
    width: 137px;
    margin-right: 7px;
    text-align: center;
}
.dd-dwon-atc-err .icon-attention {
    margin-left: -32px;
    margin-top: 1px;
}
.dd-dwon-atc-err p {
    width: 174px;
    margin-top: -16px
}
/* Parts and Services Styles */
/* -------------------------------------------------------------------------------------------
PARTS & SERVICES OVERLAY */
/* SET SIZE OF OVERLAY */
/* .parts-services-selector {
	width: 680px;
	height: 312px;
} */
/* SET HEIGHT TO ACCOMODATE ABSOLUTE PANELS */

#parts-services-selector {
    height: 280px !important;
    margin: 0px 20px;
    font-size: 12px;
    /* overflow:scroll; */
}
#parts-services-selector-aPSOptional a.tab {
    line-height: 40px;
    height: 38px;
    clear: both;
    box-sizing: content-box;
}
.parts-services-selector ul {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.parts-services-selector ul li {
    clear: both;
}
/* .parts-services-selector img {
	min-width: 110px;
} */

.parts-services-selector .label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 155px !important;
    font-weight: normal;
    font-size: 12px;
}
.parts-services-selector,
.parts-services-selector label {
    color: #777;
    font-size: 12px;
}
#parts-services-selector-total .price {
    width: 80px;
    font-size: 14px;
}
/* THE BREADCRUMB SELECT TABS */

.parts-services-tabs {
    /*width: 650px; to fix the defect #44735 */
    
    width: auto;
    float: none;
    list-style: none;
    position: relative;
    margin: 0;
    text-align: left;
    padding-top: 7px;
}
.parts-services-tabs li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-right: 0;
}
.parts-services-tabs input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.parts-services-tabs label {
    display: block;
    padding: 10px;
    cursor: pointer;
    position: relative;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: #eee;
    color: #777;
}
.parts-services-tabs label:after {
    content: '';
    position: absolute;
    top: 0;
    right: -16px;
    width: 34px;
    height: 34px;
    -webkit-transform: scale(0.707) rotate(45deg);
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: #eee;
    box-shadow: 0px 0px 0 0px rgba(255, 255, 255, 1), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
    border-radius: 0 5px 0 0px;
}
.parts-services-tabs [id^="tab"]:checked+label:after {
    background: #fff;
    /* arrow color */
}
.parts-services-tabs li:last-child [id^="tab"]:checked+label:after {
    right: 0;
    height: 0;
    width: 0;
}
.parts-services-tabs li:last-child label {
    margin-right: 20px;
}
.parts-services-tabs li:last-child [id^="tab"]:checked+label {
    margin-right: 0;
}
/* .parts-services-tabs li [id^="tab"]:checked + label {
	height:38px;
} */

.parts-services-tabs .parts-services-tab-content {
    z-index: 2;
    display: none;
    overflow: auto;
    width: 100% !important;
    position: absolute;
    left: 0;
    margin-top: 15px;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.parts-services-tabs [id^="tab"]:checked+label {
    top: 0;
    background: #fff;
    color: #f96302;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 7px;
}
.parts-services-tabs [id^="tab"]:checked+label i {
    color: #f96302;
}
.parts-services-tabs [id^="tab"]:checked ~ [id^="tab-content"] {
    display: block;
}
/* COLOR THE DOT OF THE RADIO BUTTON */

a.active .radio-btn:after {
    background-color: #f96302;
    border: 0;
}
/* THE CHECKBOX STYLES */

.parts-services-selector input[type=checkbox] {
    width: 31px;
    height: 31px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    float: left;
    margin-right: 10px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    color: #999;
    padding: 4px 0 0 4px;
    font-family: 'hd-custom';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.parts-services-selector input[type=checkbox]:before {
    content: "\e025";
    font-size: 20px;
}
.parts-services-selector input[type=checkbox]:checked {
    color: #F96302;
}
.parts-services-selector input[type=checkbox]:checked:before {
    content: "\e024";
}
/* Disable outline when clicked*/

.parts-services-selector input[type=checkbox]:checked,
.parts-services-selector input[type=radio]:checked,
.parts-services-selector input[type=checkbox]:focus,
.parts-services-selector input[type=radio]:focus {
    outline: none !important;
}
.parts-services-selector input[type=checkbox].disabled-mcc {
    opacity: .5;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
}
#appliance-parts-services-config-modal {
    max-width: none;
    width: 686px;
    height: auto;
    padding: 20px 0px 20px;
}
.parts-services-selector #tab-content3 {
    height: auto;
    overflow-y: hidden;
}
#cartApplOvrl {
    margin: 24px 25px 0px 24px;
}
.parts-services-tabs li [id^="tab"]:not(:checked)+label .icon-verified-symbol {
    position: relative;
    top: -3px;
    left: -5px;
}
#hdpp_copy_message li {
    list-style-type: square;
    line-height: 16px;
    color: #777;
}
#hdpp_copy_message p {
    margin-bottom: 5px;
    margin-right: 18px;
}
#hdpp_copy_message ul {
    margin-right: 44px;
    margin-left: 26px;
    margin-bottom: -5px;
}
#cartApplOvrl img {
    float: left;
    height: 60px;
    width: 60px;
}
.product-details {
    font-size: 14px;
}
.product-details .prod-name {
    margin-right: 5px;
}
.product-details .model-number {
    margin-left: 5px;
    font-size: 12px;
}
.model-number {
    margin: 7px 0;
}
.georgia,
.serif {
    font-family: Georgia, "Times New Roman", serif;
}
#cartApplHeader .product-info {
    font-size: 24px;
    margin-right: 10px;
    margin-bottom: 22px;
}
/* #appliance-parts-services-config-modal h3{background:none;height:0px;}*/

#cartApplHeader {
    margin-left: 70px;
    color: #666;
    vertical-align: top;
}
#appl-ps-header {
    font-size: 22px;
    margin-bottom: 15px;
}
#parts-services-selector-total {
    margin: 30px 20px 0px 0px;
}
.parts-services-selector #maufacture_warranty {
    margin-left: 39px;
}
#parts-services-selector-warranty img {
    min-width: 70px;
}
#parts-services-selector-controls a {
    text-align: center;
    padding: 7px 15px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 700;
    box-sizing: content-box;
}
div#completeParts {
    position: relative;
    min-height: 40px;
}
#parts-services-selector-controls #back {
    margin-left: 20px;
}
#parts-services-selector-controls #next {
    margin-right: 20px;
}
#parts-services-selector-controls #savePNSMCC {
    margin-right: 20px;
    color: #fff;
    width: 100px;
    height: 14px;
    position: absolute;
    right: 0px;
}
#parts-services-selector-controls #continueBtn {
    white-space: nowrap;
    color: #333;
    position: absolute;
    right: 140px;
    padding: 7px 10px;
}
#parts-services-selector-controls #goToCartBtnMCC {
    margin-right: 20px;
    width: 92px;
    color: #fff;
    position: absolute;
    right: 0px;
}
.md-modal-atc #pnsDownBtnCntrMCC,
#appliance-parts-services-config-modal #pnsDownBtnCntrMCC {
    margin-right: 3px;
    float: right;
}
#pnsDownSectionMCC {
    border-top: 1px solid #EEEEEE;
    margin: 0 20px;
}
#pnsDownCntrMCC {
    width: 649px;
    margin-top: 20px;
}
#pnsDownCntrMCC .icon-caution {
    height: 0px;
    float: left;
    margin-left: 18px;
    margin-top: -1px;
}
#pnsDownCntrMCC p {
    margin-left: 51px;
    font-size: 12px;
    color: #666;
}
#pnsDownBtn {
    width: 137px !important;
}
#pnsResetErr {
    margin-top: 20px;
}
#pnsResetErr .icon-attention {
    color: #ed1c24;
    background: none;
    margin-left: 20px;
}
#pnsResetErr span {
    margin-left: 13px;
    font-size: 12px;
    font-weight: bold;
}
#twoStepInstallMsgMCC {
    width: auto;
}
#twoStepInstallMsgMCC ul {
    list-style: disc inside none;
}
#checkAvailableBtn_MCC {
    padding: 12px 0px 12px 0px;
    min-width: 180px;
    max-width: 180px;
    width: 180px;
    float: right;
    margin-bottom: 0px;
}
#checkAvailableBtn {
    padding: 12px 0px 12px 0px;
    min-width: 180px;
    max-width: 180px;
    width: 180px;
    float: right;
    margin: 15px 0px 0px 0px;
}
#changeZipcodeLinkMCC {
    cursor: pointer;
}
#changeZipOverlayMCC {
    height: 330px;
}
#changeZipcodeLinkMCC:hover {
    cursor: pointer;
    text-decoration: underline;
}
#changeZipOverlayMCC .icon-attention {
    color: #ed1c24;
    background: none;
}
#changeZipOverlayMCC #checkAvailableError {
    font-size: 12px;
}
#changeZipOverlayMCC #checkAvailableError p {
    width: 170px;
}
#changeZipOverlayMCC #checkAvailableError p {
    margin-top: 4px;
}
#changeZipOverlayMCC .change-zip-unavailable-mcc p {
    width: 159px !important;
    margin-top: 0px !important;
}
#changeZipBtnDDErr {
    margin-top: 28px;
}
#changeZipBtnDDErr #retunToCartBtn {
    width: 142px;
    margin-left: 30px;
    text-align: center;
}
#changeZipErrCntr {
    margin-left: -32px;
}
#changeZipErrCntr p {
    width: 193px;
    margin-top: 0px;
    margin-left: 15px;
    font-size: 12px;
    line-height: 16px;
}
.change-zip-update-err {
    margin-left: -3px !important;
}
.change-zip-update-err p {
    width: 163px !important;
}
/*Certona for ma_atcmodal_rr*/

#ma_atcmodal_rr {
    padding-left: 0;
}
#ma_atcmodal_rr .container_30 .col-1-4 {
    box-sizing: border-box !important;
}
#atcmodal_rr .container_30 .col-1-4 {
    box-sizing: border-box !important;
    position: relative;
    float: left;
    padding: 10px;
}
/* changed the below styles for defect #54659 */

#mccCertonaApplError i {
    padding-right: 0px;
    padding-left: 0px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}
#mccCertonaApplError span {
    display: inline;
    vertical-align: middle;
}
#editCartBtn .m-bottom-normal {
    margin-bottom: 0px;
}
#parts-services-selector-controls .thdTablet-btn-flat-lightGray:hover {
    background-color: #ddd;
}
.display-promo {
    display: inline-block;
    margin-right: 20px;
}
.display-amt {
    border-left: 1px solid #cccccc;
    display: inline-block;
    padding-left: 20px;
}
.md-close i:before {
    content: "";
}
/* UX requested changes to parts & services overlay */

.md-modal-atc #applATCBtnsCntr {
    width: 253px;
    height: auto;
    float: right;
}
#applATCBtnsCntr #editCartBtn {
    margin: 0px;
    float: left;
    padding: 10px 25px !important;
    min-width: 0px;
}
#applATCBtnsCntr #selectParts {
    float: right;
}
#ma_atcmodal_rr .container_30,
#atcmodal_rr .container_30 {
    width: 650px !important;
}
#ma_atcmodal_rr [class*=col-],
#atcmodal_rr [class*=col-] {
    border-left: none;
}
.col-1-4.pad:last-child {
    border-right: none;
}
#parts-services-selector-controls {
    overflow: auto;
    width: 100%;
    padding: 5px 0px 15px 0px;
}
.md-content .ajax-loader {
    min-height: 150px;
    padding: 10px 30px 30px 30px;
}
.md-content .ajax-loader-error {
    min-height: 50px;
    padding: 10px 30px 30px 30px;
}
input.zipcode-lookup {
    width: 40% !important;
}
#atcmodal_rr .container_30 h3.rowHeader,
#ma_atcmodal_rr .container_30 h3.rowHeader {
    padding: 5px 0 5px 0px;
}
#other-stores .align-items-center .bopis-stock-error {
    width: 257px !important;
}
/*Styles merged from 7.26.2*/

#atcmodal_rr .col-1-4 {
    width: 25%;
}
#checkout #atcmodal_rr .reviews:before,
#checkout #atcmodal_rr .stars:after {
    content: "";
}
#checkout #ma_atcmodal_rr .reviews:before,
#checkout #ma_atcmodal_rr .stars:after {
    content: "";
}
.md-modal-atc #atcmodal_rr .reviews:before,
.md-modal-atc #atcmodal_rr .stars:after {
    content: "";
}
#thankyou1_rr .reviews:before,
#thankyou1_rr .stars:after {
    content: "";
}
.RV_container_rr {
    width: auto;
    max-width: 960px
}
#cart_rr .item_pricing_wrapper,
#thankyou1_rr .item_pricing_wrapper,
#ma_atcmodal_rr .item_pricing_wrapper,
#atcmodal_rr .item_pricing_wrapper {
    height: 50px;
    margin: 0 0 25px;
}
#cart_rr .savings_message,
#thankyou1_rr .savings_message,
#ma_atcmodal_rr .savings_message,
#atcmodal_rr .savings_message {
    font-size: 14px;
}
#mccCertonaApplError i:before {
    content: ""
}
#atcmodal_rr .item_price,
#ma_atcmodal_rr .item_price,
#thankyou1_rr .item_price,
#cart_rr .item_price {
    font-size: 20px;
}
#cartModalBtnContainer span {
    font-size: 12px;
}
div#rv_thankyou_rr,
div#rv_cart_rr {
    width: 100%
}
#cart_rr .product-image,
#thankyou1_rr .product-image,
#rv_cart_rr .product-image,
#rv_thankyou_rr .product-image {
    width: auto;
    max-width: 145px;
    height: auto;
    max-height: 145px;
}
span.slider_pagination {
    font-size: 14px;
}
#thankyou1_rr .dynamic .item_description,
#rv_thankyou_rr .dynamic .item_description {
    text-decoration: none;
}
#thankyou1_rr .dynamic .item_description:hover,
#rv_thankyou_rr .dynamic .item_description:hover {
    text-decoration: underline;
}
/* Styles copied from global.css for TY page Certona - it can be removed once we have header inp place for TY page*/

#cartModalBtnContainer i {
    background-image: url(/static/images/halflings.png);
    background-position: 14px 14px;
    background-repeat: repeat-y;
    display: inline-block;
    vertical-align: text-top;
    padding: 0 20px 0 0;
}
#cartModalBtnContainer .icon-certona-green-check {
    background-position: left 3796px;
}
#cartModalBtnContainer .icon-redx {
    background-position: right 2408px;
}
#cartModalBtnContainer i {
    line-height: 14px;
    height: 14px;
    width: 14px;
    padding: 0 5px 0 0
}
#cartModalBtnContainer i {
    padding: 14px;
    float: left;
    margin-right: 4px;
    height: auto;
    width: auto
}
.dynamic .savings_message,
.product-imagelabel {
    position: absolute;
    top: 15px;
    left: -15px;
    background: #f96302;
    font-weight: 700;
    color: #fff;
    text-align: right;
    padding: 4px 6px 3px 13px;
    cursor: default;
}
#atcmodal_rr .addCartConfirmBtn {
    margin-top: -30px;
}
#atcmodal_rr .addedTocartLabel {
    position: inherit;
    margin-top: 5px;
}
#atcmodal_rr .product-image {
    height: 100px;
    width: 100px;
}
.addedTocartLabel,
.itemNotAddedLabel {
    display: none;
    visibility: hidden;
    width: 140px;
    position: absolute;
    left: 20px;
    font-size: 12px;
}
.addedTocartLabel span,
.itemNotAddedLabel span {
    float: left;
    margin-top: 3px;
}
/* Certona section on appliance add to cart modal */

#cartModalBtnContainer .itemNotAddedLabel .icon-redx {
    margin-top: 2px;
    margin-right: 0;
    margin-left: -5px;
    padding: 10px;
}
#ma_atcmodal_rr .addedTocartLabel {
    margin-left: -5px;
}
#ma_atcmodal_rr .addedTocartLabel i {
    padding: 12px;
}
#ma_atcmodal_rr .itemNotAddedLabel,
#ma_atcmodal_rr .addedTocartLabel {
    visibility: visible;
    width: 140px;
    position: inherit;
    margin-top: 3px;
}
#cart_rr {
    clear: both;
}
/*Styles merged from 7.26.2 ENDED*/

span#myDeleiveryLocationZip {
    color: #000;
}
p#contactLocalStr {
    width: 180px;
}
p.uppercase.m-bottom-normal {
    margin-top: 4px;
}
/*============ HDPP info for product page ======================*/

.md-content #hdpp_info {
    padding: 15px;
    width: 288px;
}
.md-content #hdpp_info_banner {
    display: block;
    margin: 0 auto;
    margin-bottom: 27px;
}
.md-content #hdpp_info_tagline {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.md-content #hdpp_info_list {
    margin-bottom: 10px;
}
.md-content #hdpp_info_list li {
    list-style: none;
    height: 28px;
    line-height: 14px;
    margin-bottom: 2px;
}
.md-content #hdpp_info_list li p {
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 36px;
}
.md-content #hdpp_li_no-fees {
    background: rgba(0, 0, 0, 0) url("/MCCCheckout/static/global/images/hdpp_no-fees_icon.png") no-repeat scroll 0 0;
    ;
    background-size: 10%;
}
.md-content #hdpp_li_parts-labor {
    background: rgba(0, 0, 0, 0) url("/MCCCheckout/static/global/images/hdpp_parts-labor_icon.png") no-repeat scroll 0 0;
    background-size: 10%;
}
.md-content #hdpp_li_in-home {
    background: rgba(0, 0, 0, 0) url("/MCCCheckout/static/global/images/hdpp_in-home_icon.png") no-repeat scroll 0 0;
    background-size: 10%;
}
.md-content #hdpp_li_24-7 {
    background: rgba(0, 0, 0, 0) url("/MCCCheckout/static/global/images/hdpp_24-7_icon.png") no-repeat scroll 0 0;
    background-size: 10%;
}
.md-content #compare_link {
    margin-top: 10px;
    margin-bottom: 15px;
}
.md-content #hdpp_exclusions a {
    color: #F37224;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
}
/*============ HDPP info for cart popup ======================*/

.md-content #hdpp_info_wrapper {
    width: 390px;
    padding-left: 19px !important;
}
.md-content #hdpp_info_cart_left {
    float: left;
    width: 160px;
}
.md-content #hdpp_info_cart_banner {
    width: 160px;
    display: block;
    margin: 0 auto;
}
.md-content #hdpp_info_cart_right {
    float: right;
    width: 200px;
}
.md-content #hdpp_info_cart_tagline {
    text-transform: uppercase;
    margin: 0px 0px 10px 25px;
}
.md-content #hdpp_info_cart_list li {
    list-style: none;
    margin-left: 25px;
    margin-bottom: 2px;
}
.md-content #hdpp_info_cart_list li p {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    margin-top: 0px;
    margin-left: 30px;
}
.md-content #hdpp_info_cart_more_info {
    font-weight: bold;
    display: block;
    text-align: right;
    margin-bottom: 5px;
}
.md-content #hdpp_cart_exclusions {
    display: block;
    text-align: right;
    color: #666;
    font-size: 9px;
    font-weight: bold;
    line-height: 14px;
}
.md-content #hdpp_cart_exclusions a {
    color: #F37224;
    font-size: 9px;
    font-weight: bold;
    line-height: 14px;
}
.md-content .applPnSImgDesc {
    margin-left: 5px;
}
.md-content .applPnSImgDesc ul li {
    padding: 0px;
}
.md-content p#hdpp_protection_plan_link {
    margin-top: 10px;
}
#popupAddList a.createListBtn.dynamic_btn.btn-orange {
    background: #F96305;
}
.order-summary-content .m-left-xsmall {
    margin-left: 1px;
}
#ma_atcmodal_rr:empty {
    margin-top: 0px;
}
.view-custom-blinds-modal .md-modal {
    max-width: 670px;
}
.view-custom-blinds-modal-body #heading {
    padding-bottom: 5px;
}
#blindsTotal {
    display: inline-block;
}
.view-allcustom-details #blindsTotal .fs14,
.view-allcustom-details #heading .fs14 {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.view-allcustom-details #blindsTotal .fs18,
.view-allcustom-details #heading .fs18 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}
/*overide LP style for fixing LP button in checkout*/

#lpbuttondiv-hd {
    top: calc(75% - 60px);
}
.md-modal-atc #ma_atcmodal_rr .container_30 .grid_6,
.md-modal-atc #atcmodal_rr .container_30 .grid_6 {
    margin-right: 0px;
    width: 25%;
}
.md-modal-atc #ma_atcmodal_rr .pod.grid_6:last-child .spad,
.md-modal-atc #atcmodal_rr .pod.grid_6:last-child .spad {
    padding: 15px 0 0 0;
}
/* for iPad form submit button */

.submit-hide {
    left: -9999px;
    position: absolute;
    width: 0px;
    height: 0px;
    border: none;
}
.md-modal form#bopisOverlayForm,
.md-modal form#bopisOverlayFormOther,
#bopisSearchOverlayForm {
    width: auto;
}
#show-custom-details.md-modal {
    max-width: 675px;
}
.disable-body-scroll {
    overflow: hidden;
}
.disable-body-scroll-tablet {
    overflow: hidden;
    height: 100%;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-perspective: 1000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show ~ .md-overlay {
    opacity: .7;
    visibility: visible;
}
/* Defect #53785 */

#ma_atcmodal_rr span.normal,
#cart_rr span.normal {
    color: #666;
    font-size: 12px;
}
/*============ HDPP for GM ATC ======================*/

.md-modal-atc #merchHDPPCntr {
    background-color: #EEE;
    margin-top: 45px;
    padding: 14px 15px;
    border-radius: 3px 3px 0 0;
    text-align: left;
}
.md-modal-atc #HDPPdesc {
    width: 188px;
}
.md-modal-atc #addHDPPSec {
    margin-top: -30px;
}
.md-modal-atc #addedToCartHDPP {
    width: 94px;
    margin-top: 3px;
}
.md-modal-atc #addedHDPPToCart {
    margin-top: -21px;
    margin-left: 28px;
}
.md-modal-atc .atcPricingSec h3,
h4 {
    font-size: 14px;
}
.md-modal-atc .atcPricingSec h3 {
    font-weight: normal;
}
.md-modal-atc .atcPricingSec h4,
.md-modal-atc #hdppPrice {
    font-weight: 700;
}
.md-modal-atc #addedToCartHDPP {
    font-size: 12px;
}
.md-modal-atc #addedToCartLbl {
    line-height: 17px;
    float: right;
    margin-top: -5px;
    margin-right: 6px;
    width: 54px;
}
.md-modal-atc #hdppViewCart {
    cursor: pointer;
}
.md-modal-atc .add-plan {
    color: #3E7697
}
.md-modal-atc #hdppErrSec {
    width: 177px;
    margin-left: 33px;
    line-height: 17px;
    font-size: 12px;
    font-weight: 700;
}
.md-modal-atc #addHDPPBtn {
    margin-right: 11px;
}
.md-modal-atc #atcmodal_rr {
    margin-top: 10px;
}

#hdppErrCntr .icon-error{
	padding:8px 5px 0px 15px;
}

/* defect #55418 */

.container_30 .confirmation .alpha {
  overflow: auto;
  float: none;
}


/*********************************************************
 *
 * Media Queries Section:
 * Please keep the media queries at the bottom of the file
 *
 *********************************************************/
/* overrides for small resolution monitors */

@media (max-height: 800px) {
    .pickupPersonDetails {
        word-wrap: break-word;
        max-width: 150px;
    }
}
/* portrait mode styles */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .pod-contact-info ul.contact_us {
        position: absolute;
        margin-top: 0;
        width: 410px;
    }
    .pod-contact-info ul.contact_us + h3 {
        position: absolute;
        margin-top: 50px;
    }
    .pod-contact-info ul.contact_us li {
        padding: 0 5px 0 5px;
    }
    .pod-contact-info ul.contact_us li:first-child {
        padding-left: 0;
    }
}

/* portrait/landscape mode styles */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* QC-56574 related to position:fixed css issue in iOS */
    
    #checkout #change-pickup-time-slot.md-modal.md-show,
    #checkout #scheduleDatePickerModal.md-modal.md-show {
        position: absolute;
    }
}
.container_30 .confirmation .RV_container_rr .alpha {
    float: left;
}
.container_30 .confirmation .RV_container_rr .alpha {
    display: inline-block;
    overflow: initial;
    min-height: 245px;
    float: left;
}
div#rv_thankyou_rr.RV_container_rr {
    max-height: initial;
}

/* Defect 58944 */
.sortByGroup .radio-custom {
	height: 26px;
	background-image: url(/static/images/dwarves.png);
}
