
#cartFlyOutOverlay{
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ad;
}

#cartFlyOut{
    position: fixed;
    top: 0px;
    width: 40%;
    min-width: 460px;
    max-width: 600px;
    height: 100%;
    z-index: 9999999; /*214748360;*/
    background: white;
    right: -100%;
}

.cartFlyOutHeader{
    height: 10%;
    border-bottom: 1px solid #DCDCDC;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    min-height: 71px;
    max-height: 93px;
}

.cartFlyOutTitleHolder{
    height: 100%;
}

.cartFlyOutTitle{
    font-size: clamp(24px,1.36vw,26px);
    font-family: 'Roboto Medium', sans-serif;
    color: #089FAD;
    padding-left: 40%;
    position: relative;
    top: 33%;
}

.closeCartFlyOut{
	font-size: 25px;
	font-weight: 700;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	padding-right: 25px;
	cursor: pointer;
	position: absolute;
	top: 16px;
	right: 0;
	z-index:10;
}

.cartFlyOutFooter{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
    border-top: 1px solid #DCDCDC;
    box-shadow: 0 -2px 4px rgb(0 0 0 / 9%);
    background-color: #ffffff;
}

.cartFlyOutBody{
    position: relative;
    top: 0;
    left: 0;
    /*width: clamp(415px,90%,600px);*/
    height: 70%;
    padding: 0 5%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.cartFlyOutBody::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.cartFlyOutButtonHolder{
    text-align: center;
    padding-top: 20px;
}

.cartFlyOutCheckout{
    font-size: 19px;
    font-family: 'Roboto Medium', sans-serif;
    background-color: #28a745;
    border-color: #28a745;
    color: #FFFFFF;
    width: 90%;
    max-width: 555px;
    min-width: 414px;
    height: 6.4vh;
    min-height: 44px;
    max-height: 58px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 1px solid transparent;
    cursor: pointer;
}

.cartFlyOutContinue{
    font-size: 15px;
    font-family: 'Roboto Regular', sans-serif;
    background-color: #FFFFFF;
    color: #089FAD;
    width: 90%;
    max-width: 555px;
    min-width: 414px;
    height: 6.4vh;
    min-height: 44px;
    max-height: 58px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 1px solid #089FAD;
    cursor: pointer;
    margin-top: 2%;
}

.cartFlyOutItemInfoSection{
    margin-left: 5%;
    width: 60%;
    display: grid;
}

.cartFlyOutItemLi{
    display: flex;
    padding-top: 4%;
    padding-bottom: 4%;
    border-bottom: 1px solid #DCDCDC;
	flex-wrap:wrap;
}

.cartFlyOutItemImage{
    width: 113px;
    height: 105px;
    background: url(/cartFlyOut/images/dm-loading.gif) 50% 50% no-repeat;
}

.cartFlyOutItemName{
    font-size: clamp(14px,0.83vw,16px);
    font-family: 'Roboto Medium', sans-serif;
    color: #212121;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    margin-bottom: 1px;
    width: clamp(250px,22vw,355px);
}

.cartFlyOutItemNumber{
    font-size: clamp(13px,0.78vw,15px);
    font-family: 'Roboto Medium', sans-serif;
    color: #212121;
    margin-bottom: 15px;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cartFlyOutItemQtyCss{
    font-size: 15px;
    height: 30px;
    text-align: center;
    width: 45px;
    font-family: 'Roboto Medium', sans-serif;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    color: #212121;
    float: left;
}

.cartFlyOutItemRegularPrice{
    font-size: 15px;
    font-family: 'Roboto Medium', sans-serif;
    color: #212121;
    right: 19%;
    position: absolute;
    height: 34px;
    display: inline-flex;
    align-items: center;
}

.cartFlyOutItemStrikeOutPrice{
    font-size: 15px;
    font-family: 'Roboto Regular', sans-serif;
    color: #212121;
    text-decoration: line-through;
    float: right;
    margin-right: 2%;
    height: 34px;
    display: inline-flex;
    align-items: center;
}

.cartFlyOutItemSalePrice{
    font-size: 15px;
    font-family: 'Roboto Medium', sans-serif;
    color: #DE1313;
    float: right;
    margin-right: 5%;
    height: 34px;
    display: inline-flex;
    align-items: center;
}

.flyOutCartDeleteItem{
    width: 25px;
    height: 25px;
    background: url(/cartFlyOut/images/cartFlyOutCloseIcon.png) no-repeat 0 0;
    margin-left: auto;
    background-size: 100%;
}
.emptyCart{
    text-align: center;
}
.emptyCartImg{
    width: clamp(280px,24vw,450px);
    margin-top: 5%;
}
.emptyCartMsg{
    font-size: clamp(20px,1.25vw,24px);
    font-family: 'Roboto Medium', sans-serif;
    color: #727C8E;
}
.emptyCartTopCatMsg{
    font-size: clamp(22px,1.35vw,26px);
    font-family: 'Roboto Medium', sans-serif;
    color: #089FAD;
    margin-top: 5vh;
    margin-bottom: 1vh;
}
.emptyCartContShoppContainer{
    margin-top: 1vh;
}
.emptyCartContShopp{
    font-size: clamp(14px,0.9vw,17px);
    font-family: 'Roboto Regular', sans-serif;
    color: #089FAD;
    text-decoration: underline;
}
.categoryRow{
    box-sizing: border-box;
}
.categoryRow::after {
    content: "";
    clear: both;
    display: table;
}
.categoryColumn {
    float: left;
    width: 48%;
    padding: 0.5% 1%;
}
.priceSectionQty{
    margin-top: 10px;
}
.priceSectionApparel .cartFlyOutItemRegularPrice{
    font-weight: bold;
}
.qtyApparel{
    float: left;
    line-height: 2.18;
    color: #212121;
    font-family: 'Roboto Regular', sans-serif;
    font-size: 15px;
}
.qtyApparelSpan{
    font-size: 15px;
    font-family: 'Roboto Regular', sans-serif;
    color: #212121;
    font-weight: bold;
}
.qtyApparelSpan{
    border: none;
    min-width: 59px;
}
fieldset{
    border: 1px solid #DCDCDC;
    float: left;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 59px;
    height: 45px;
    margin-left: 1px;
}
fieldset input{
    border: none !important;
    min-width: 59px;
    font-weight: bold;
    color: #089FAD !important;
    height: 24px !important;
}
legend{
    font: 13px 'Roboto Medium', sans-serif;
    margin: auto;
    color: #666666;
    width: auto;
}
.affirm-text{
    padding: 15px 0;
    margin: 0 auto;
}

@media screen and (max-height: 580px) {
    .emptyCartTopCatMsg, .categoriesHolder{
        display: none;
    }
    .emptyCartImg{
        margin-top: 16vh;
    }
}
.cartFlyOutRushDelivery{
	flex: 0 0 auto;
	width: 100%;
}


/****Get It by Section***/

.cart_head{
	display:flex;
	justify-content:space-between;
	max-width:560px;
	margin:0 auto;
	padding:15px 50px 15px 15px;
	font-family:Roboto;
}
.cart_head .ship_title {
	font-size: 1rem;
	color:#212121;
}
.cart_head .cart_head_title{
	font-size:1.5rem;
	line-height:38px;
	font-weight:500;
	color:#12AEBB;
	border-right:1px solid #DCDCDC;
	padding-right:50px;
}
.cart_head .shipping_box{
	position: relative;
}
.cart_head .shipping_textbox{
	width:138px;
	height:38px;
	border:1px solid #DCDCDC;
	border-radius:6px;
	font-size:1rem;
	font-weight:bold;
	color:#212121;
	padding:0 10px;
	box-sizing:border-box;
	margin-left:10px;
	font-family:Roboto;
	text-align:center;
}
.cart_head .shipping_textbox.error{
	border-color:#DE1212;
	text-align:left !important;
	background:url(/cartFlyOut/images/error.png) 95% center no-repeat;
}
.cart_head .shipping_textbox::placeholder{color:#A1A1A1; opacity:1; font-weight:normal}
.cart_head .zipCodeError{
	font-size: 0.75rem;
	color: #DE1212;
	position: absolute;
	right: 20px;
	top: 39px;
	line-height:14px;
}
.mini_cart_getit_by{
	flex:0 0 auto;
	width:100%;
	margin:15px auto 0;
	font-family:Roboto;
}

.mini_cart_getit_by .get_it_title{
	font-size:1rem; font-weight:bold; color:#3D3D3D; margin-bottom:10px; display:block;
}
.mini_cart_getit_by .options_date{
	display:flex;
	flex-wrap:wrap;
}
.mini_cart_getit_by .options_date .delivery_date{
	box-sizing:border-box;
	width:100px;
	height:43px;
	font-size:1rem;
	line-height:17px;
	text-align:center;
	font-weight:bold;
	color:#007A89;
	border:1px solid #007A89;
	border-radius:5px;
	margin-right:10px;
	margin:5px;
	padding:5px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.mini_cart_getit_by .options_date .delivery_date:last-child{
	margin-right:0 !important;
}
.mini_cart_getit_by .options_date .delivery_date .price_text{
	font-size:0.75rem;
	font-weight:normal;
	flex:0 0 auto;
	width:100%;
}
.mini_cart_getit_by .date-w-100{
	width:100% !important; margin-right:0 !important; margin-bottom:15px;
}
.mini_cart_getit_by .options_date .selected{
	background: #17A2B8; border-color:#17A2B8 !important; color:#fff !important;
}


.radio_get_it_by .custom-radio{
	display:flex;
	align-items:center;
}
.radio_get_it_by .custom-radio .custom-control-label{
	font-size:1rem;
	line-height:20px;
	color:#3D3D3D;
	display:flex;
	align-items:center;
	padding-left:26px;
}
.radio_get_it_by .calen_iocn{
	width:20px;
	margin-right:10px;
}
.radio_get_it_by .radio_price_text{
	margin-left:auto;
}
.radio_get_it_by .custom-control{
	position:relative;
	display:block;
	min-height:1.5rem;
	margin-bottom:12px;
	padding-left: 0;
}
.radio_get_it_by .custom-control-label:before{
	position:absolute; left:0; display: block; width:16px; height:16px; pointer-events:none;
	content: ""; top:2px; background:#fff;	border:1px solid #3D3D3D; border-radius:50%; box-sizing: border-box;
}
.radio_get_it_by .custom-control-label:after{
	position:absolute; top:2px; left:0; display: block; width:1rem;
	height:1rem; content:""; background-repeat:no-repeat; background-position: center center; background-size: 50% 50%; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); box-sizing: border-box;
}
.radio_get_it_by .custom-control-input{
	position: absolute;	z-index: 1; opacity: 0; left:0;
}
.radio_get_it_by .custom-radio .custom-control-input:checked ~ .custom-control-label:before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color:#12AEBB;
	border-color:#12AEBB;
}

.radio_get_it_by .custom-radio .custom-control-input:checked ~ .custom-control-label span{
	color:#12AEBB; 	font-weight:bold;
}

.cartFlyOutRushDeliveryOptions, .cartFlyOutRushDeliveryOptions .collapse-header, .cartFlyOutRushDeliveryOptions .collapse-content{
	display:none;
}
.mini_cart_getit_by .collapse-header{
	position:relative;
}
.mini_cart_getit_by .collapse-head{
	display:flex;
	align-items:center;
	padding-right:50px;
	font-weight:bold;
}
.mini_cart_getit_by .collapse-head .price{
	margin-left: auto;
	color:#12AEBB;
}
.mini_cart_getit_by .collapse-head .calen_iocn, .mini_cart_getit_by .collapse-head .date{
	color:#12AEBB;
}
.mini_cart_getit_by .collapse-head .calen_iocn{
	margin:0 5px;
}
.mini_cart_getit_by .collapse-head .calen_iocn svg{
	display:block;
}
.mini_cart_getit_by .collapse-head .get_it_title{
	margin:0;
}
.mini_cart_getit_by .collapse-header .collapse-arrow{
	display:block;
	width:12px;
	height:8px;
	position:absolute;
	right:0;
	top:5px;
	background:url(/cartFlyOut/images/arrow.png) 0 0 no-repeat;
}
.mini_cart_getit_by .collapse-header .collapse-arrow.open{
	transform: rotate(180deg);
}
.mini_cart_getit_by.radio-option{
	padding: 0 60px 0 142px;
	box-sizing: border-box;
}
.delivery_msg{font-size:14px; margin: 10px 0; font-weight: bold;}


.pop-check-delivery-date{position:relative;width:460px;margin:0 auto;background:#fff;color:#848587;padding:15px;font-size:13px;padding:20px;-moz-box-shadow: 0px 1px 10px #9d9d9d;-webkit-box-shadow: 0px 1px 10px #9d9d9d;box-shadow: 0px 1px 10px #9d9d9d;-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9d9d9d')";filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9d9d9d'); border-radius: 8px;}
.pop-check-delivery-date .pop-check-delivery-close{position:absolute; background: #3e3d3b; width: 25px; height: 25px; text-align: center; line-height: 25px; border-radius: 50%; right: -12px; top: -12px; border: 3px solid #fff; font-weight: 700;}
.pop-check-delivery-date .pop-check-delivery-close a{font-size:14px;text-decoration:none;text-transform:uppercase; color: #fff; font-family: arial; font-weight: bold;}
.pop-check-delivery-date .pop-check-delivery-close a:hover{color:#f37132;}
.pop-check-delivery-date .pop-check-delivery-top{text-align:center;font-family: 'Roboto', sans-serif;}
.pop-check-delivery-date .pop-check-delivery-top span{font-weight:bold; display:block;}
.pop-check-delivery-date .pop-check-delivery-top span.delivery-hd{font-weight:700;color:#50c6d2;font-size:22px;margin: 15px 0;}
.pop-check-delivery-date .pop-check-delivery-top span.delivery-sub-hd{color:#eb2620;font-size:17px;margin-bottom:15px;}
.pop-check-delivery-date .pop-check-delivery-top p{margin:20px 0;color:#717271;font-size:16px; line-height: 23px;}
.pop-check-delivery-date .pop-check-delivery-top p.items{color:#50C6D2;}
.pop-check-delivery-date .pop-check-delivery-bot{text-align:center;margin-top:15px;}
.pop-check-delivery-date .pop-check-delivery-bot a{background:#6d6e72;color:#fff;display:inline-block;text-decoration:none;text-transform:uppercase;font-size:18px;font-weight:bold;width:190px;padding:8px 0;transition: all 0.2s linear 0s;}
.pop-check-delivery-date .pop-check-delivery-bot a:hover{background:#f37132;}
.pop-check-delivery-date .pop-check-delivery-bot a:first-child{margin-right:10px;}



/* Empty Cart */
.emptyCartWrap{text-align: center; padding: 40px 0;}
.emptyCartWrap .emptyCartMsg{font-size: 20px; font-weight: bold; color: #000;}
.emptyCartWrap .emptyCartImg{margin-top: 20px; width: 220px;}
.emptyCartWrap .emptyCartTopCatCaption{font-size: clamp(22px,1.35vw,26px); font-family: 'Roboto Medium', sans-serif; color: #089FAD; margin: 30px 0 20px; font-weight: bold;}
.emptyCartWrap .categoriesWrap{max-width: 600px; margin: 0 auto;}

/* cartFlyOut */
.emptyCart{padding: 10px 0 40px;}
.emptyCart .emptyCartImg{width:170px; margin-top: 0;}
.emptyCart .emptyCartMsg{font-size:16px; margin-bottom: 15px;}
.emptyCart .emptyCartTopCatCaption{font-size:16px; margin: 30px 0 20px;}
.emptyCart .categoriesWrap{max-width: 100%;}
.emptyCartWrap .categoryColumn{ width: 50%; padding: 5px; box-sizing: border-box;}
.emptyCartWrap .categoryColumn img{display: block;}
.cartFlyOutHeader.headerBorderNone{border:none;box-shadow:none;height:auto;min-height:auto;}

.free_shipping_badge_flyout{font-family:'Roboto',sans-serif; font-size: 11px; color: #F05C15; border: 1px solid #F05C15; padding: 2px 5px; border-radius: 5px; margin-left: 5px; display: inline-block; line-height: 14px;}