.fancybox-infobar,
.fancybox-toolbar .fancybox-button--zoom,
.fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs{
	display: none !important;
}
#item-date select{
	cursor: pointer;
}

/*==========================================================================*/
.wrapPopup{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(51 51 51 / .8);
    z-index: 4949;
    margin: 0 auto;
}
.wrapPopup.active{
	display: block;
}
.popupsell{
	max-width: 550px;
	margin: 0 auto;
	padding: 0;
	max-height: calc(100vh - 100px);
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.popupsell::-webkit-scrollbar{
    width: 6px;
    background-color: #F5F5F5;
}
.popupsell::-webkit-scrollbar-thumb {
	background-color: #874124;	
}
.popupsell .fancybox-close-small{
	color: #ffff;
	padding: 5px;
}
.popupsell .titlePop{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	background-color: #874124;
	padding: 10px 20px;
	text-align: center;
	position: relative;
}
.popupsell .titlePop span{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 10px;
    color: #eb1922;
    background: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popupsell .titlePop span:hover{
	color: #fff;
    background: #eb1922;
}
.popupsell .contentPop{
	padding: 20px;
}
.popupsell .contentPop .topPro{
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.popupsell .contentPop .topPro::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 90%;
	background-color: #ddd;
}
.popupsell .contentPop .topPro .thumb{
	width: 90px;
	height: 90px;
	border: 1px solid #874124;
	position: relative;
}
.popupsell .contentPop .topPro .thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 70%;
	max-height: 70%;
}
.popupsell .contentPop .topPro .decs{
	padding-left: 10px;
	width: calc(100% - 90px);
}
.popupsell .contentPop .topPro h3{
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.popupsell .contentPop .topPro h3 a{
	color: #874124;
}
.popupsell .contentPop .topPro .sl{
	margin-bottom: 5px;
}
.popupsell .contentPop .topPro .price{

}
.popupsell .contentPop .topPro .price strong{
	font-size: 16px;
	line-height: 24px;
	color: #cd0000;
}	
.popupsell .contentPop .form-group label{
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}
.popupsell .contentPop input{
	width: 100%;
	height: 40px;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 0 10px;
}
.popupsell .contentPop .gropFo{
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.popupsell .contentPop .gropFo select{
	width: 120px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid rgba(0,0,0,0.1);
}
.popupsell .contentPop .bankBo{
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 15px;
	margin-bottom: 20px;
}
.popupsell .contentPop .bankBo .imgbank{
	margin-bottom: 20px;
}
.popupsell .contentPop .btnpop button{
	min-width: 150px;
	border: none;
	text-align: center;
	background-color: #874124;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 10px;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.popupsell .contentPop .btnpop button:hover{
	background-color: #cd0000;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.popupsell textarea{
	width: 100%;
	height: 80px;
	padding: 10px 10px;
}
.popupsell .form-control-feedback{
    width: 40px;
    height: 40px;
    line-height: 40px;
}
iao-alert-box{
	z-index: 5959 !important;
}
/*==========================================================================*/