/*//bilal changed */
/* Chrome, Safari, Edge, Opera */
.img-count-text::-webkit-outer-spin-button,
.img-count-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.img-count-text2::-webkit-outer-spin-button,
.img-count-text2::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.img-count-text2[type=number] {
  -moz-appearance: textfield;
}
.img-count-text2[type=number] {
  -moz-appearance: textfield;
}
.pick-box{
        width: 20%;
    margin-top: 0.5rem!important;
    background-color: #25262d!important;
    border-color: #25262d!important;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
	color: #fff;
    }
.cross-box{
        width: 20%;
    margin-top: 0.5rem!important;
    background-color: red!important;
    border-color: red !important;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 600;
    }
.form-select{
    font-size: 1.2rem !important;
    }
.hover-white:hover{
    border-color: white !important;
    }
.main-orange{
        color: #f5950a;
    }




/*upload custom image change*/
.upload-Div{
    background-color: #262626;
    min-height: 70%;
    }
#uploadbtn{
        font-size: 18px;
    font-weight: bold;
        padding: 5px !important;
    border-color: #e2344b !important;
    inline-size: max-content;
    background-color: #e2344b !important;
	border-radius: 5px;
    }
.custom-card-img{
        min-height: 89mm;
}
.uploadbtnDiv{
          display: flex;
    justify-content: space-around;
      padding: 28px 0 20px 0;
    }
.uploadh5{
            margin: auto;
    width: 100%;
    padding: 10px;
    }

/*end upload custom image change*/

/*custom modal */
/* The Modal (background) */
.custom-modal {
    display: none; 
    position: fixed; 
    z-index: 1; /* Sit on top */
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* Modal Content */
.custom-modal-content {
    background-color: #333;
    color:#fff;
    text-align:left;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    /*max-width: 424px;*/
    width: 80%;
    transition: all 0.3s ease;
}

/* The Close Button */
.custom-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position:absolute;
    right: .5em;
    top: 0.3em;
}

.custom-close:hover,
.custom-close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
/*end bilal changes*/

#searchbox
{
    width: 100% ;
}
#pdf-options ul{
    display:flex;
}

#pdf-options ul li {
    list-style: none !important;
    display: flex;
    text-align: center;
}

#pdf-options ul li span{
    padding-top: 6px;
}

#pdf-options ul li #scale{
    padding: 5px;
}

#pdf-options ul li #paper{
    margin-left: 18px !important;
}

/*.card-img
{
    width: 214px;
    height: 300px;
    margin: 1px;
}*/

#scale
{
    width: 111px !important;
}

#content #main header.entry-header{
    display:none !important;
}
#card-option-menu .img-count{
    padding-top:20px!important;
}
.new-order {
    font-size: 45px;
}
.empty-order,.f-order {
    padding: 10px 25px !important;
    font-size: 15px;
    border-color: #e2344b !important;
    background-color: #e2344b !important;
}
.empty-order,.f-order:hover {
    border-color: #e2344b !important;
    background-color: #e2344b !important;
}
.empty-order,.f-order:focus{
    border-color: #e2344b !important;
    background-color: #e2344b !important;
    box-shadow: unset !important;
}

#searchbtn:active{
    border-color: #e2344b !important;
    background-color: #e2344b !important;
    box-shadow: unset !important;
	font-size: 18px;
    font-weight: bold;
}
@media (min-width: 991px) {
    .order_desc{
        font-size: 21px;

    }
}

#pdfbtn {
    border-color: #e2344b !important;
    background-color: #e2344b !important;
}
#pdfbtn:focus{
    border-color: #e2344b !important;
    background-color: #e2344b !important;
    box-shadow: unset !important;
}
#pdfbtn:active{
    border-color: #e2344b !important;
    background-color: #e2344b !important;
    box-shadow: unset !important;
}
/*
#error-msg
{
    display: none;
}*/
