﻿#alertBox,#popupBasket{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.50);z-index: 9999999;display:none;}
.alertBoxContent,.popupBasketContent{position:absolute;background-color:rgba(255,255,255,1.00);box-shadow:0 0 30px rgba(0,0,0,0.6);border-radius:6px;top:50%;left:50%;width:90%;max-width: 90%;-webkit-transform: translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);display:none;padding:30px;text-align:center;max-height:90vh;overflow-y:auto;}
#popupBasket h3 {font-size:1.5rem;font-weight:700;margin-top:0;}
#popupBasket .popupBasketContentInner img {max-height:148px;margin:8px 0 15px 0;vertical-align:top;}
#popupBasket .popupBasketContent .productName {max-width:400px;margin:0 auto;}
#alertBox .popupBasketButtons,#popupBasket .popupBasketButtons {display:flex;flex-wrap:wrap;justify-content:center;margin:30px 0 0 0;}
.alertBoxContent .closeBtn,#popupBasket .popupBasketButtons div{background-color:#e7e6e3;border-radius:15px;color:#000;width:45%;margin:0 5% 0 0;padding:10px;font-weight:600;cursor:pointer;display: flex;flex-wrap: wrap;align-content: center;justify-content:center;}
#popupBasket .popupBasketButtons:not(.fav) div:last-child {background-color:#d4d1cb;margin:0 0 0 5%;}
#popupBasket .popupBasketButtons div:hover{opacity:0.8;}
#popupBasket .prodCardRelatedHeader{margin-top:0;margin-bottom:0;}
.alertBoxContent{max-width:320px;}
.alertBoxContent .closeBtn{margin:0;}
.popupBasketContentInner{display:flex;flex-wrap:wrap;margin:0 -15px;align-items:flex-end;}
.popupBasketContentInner>.popupBasketHrRelated{order:1;}
.popupBasketContentInner>div{flex:0 0 100%;max-width:100%;padding:0 15px;}
@media (min-width: 768px){
	#popupBasket .popupBasketContent .cont img {max-height:none;}
	.popupBasketContent{width:auto;min-width:730px;max-width:50%;}
	.popupBasketContent.fav{min-width:auto;}
	.popupBasketContentInner>div:not(:empty)+div{flex: 0 0 50%;max-width:50%;order:2;padding:0 15px;}
	.popupBasketContentInner>div:empty+div{flex:0 0 100%;max-width:100%;}
	#popupBasket .popupBasketContentInner>.popupBasketHrRelated:not(:empty){order:1;flex:0 0 50%;max-width:50%;display:block;margin-bottom:0;padding:0 15px;}
}
#basketShippingInfo:not(:empty){background-color:#f6f5f4;text-align:center;padding:10px;font-weight:900;border-radius:5px;}
.emptyCatText{text-align:center;margin:30px 0 60px;font-weight:700;}

#countdown_dashboard{display: table;margin: 30px auto;}
#countdown_dashboard .digits{width: auto;display: table;margin: 0 auto;}
#countdown_dashboard .digits:before,#countdown_dashboard.digits:after,#countdown_dashboard:before,#countdown_dashboard:after{content:"";display:table;clear:both;}
#countdown_dashboard .dashp {border:1px solid #9e9e9e;float:left;margin:0 2px;width:67px;height: auto;padding:10px;border-radius:15px;background-color:#000;}
#countdown_dashboard p{font-size:24px;font-weight:bold;color:#fff;margin: 0;text-align:center;display:block;}
#countdown_dashboard .dashtitle{font-size:14px;color:#ccc;clear:both;display:block;width:100%;text-align:center;}
#countdown_dashboard .bfSignup{text-align:center;padding:30px 0;clear:both;}
#countdown_dashboard .bfSignup .bfSignupHeader{font-weight:700;font-size:28px;line-height:normal;padding:0 0 10px 0;}
#countdown_dashboard .bfSignup ul{margin:30px 0;padding:0;list-style-type:none;}
#countdown_dashboard .bfSignup ul li input{width:100%;border:1px solid #DADADA;padding:15px;margin:10px 0;font-size:18px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px!;}
#countdown_dashboard .bfSignup ul li input[type="submit"]{border:none;background-color:#733c88;color:#fff;border:1px solid #733c88;}
#countdown_dashboard .bfSignup ul li input[type="submit"]:hover{opacity:0.8;}
#countdown_dashboard .bfSignup ul li.err{display:none;color:#ff0000;font-weight:700;text-align:center;}

@media (min-width:768px){
.checkGiftcardBox form{width:440px;}
#countdown_dashboard .digits{width:440px}
#countdown_dashboard .dashp{width:100px;height: auto;margin:0 5px;}
#countdown_dashboard p {font-size:40px;}
}