body {
     margin: 0;
     padding: 0;
     color: #000;
     font-size: 16px;
     font-family: Arial, Helvetica, sans-serif;
}

.container-content {
     margin: 0 auto;
     max-width: 978px;
     background: #FFF;
}

.page-header {
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-bottom: solid 1px #dfdfdf;
     padding: 12px 0;
     width: 100%;
}

.page-header .page-label {
     color: #494d51;
     font-weight: bold;
     font-size: 32px;
}

.btn-primary {
     color: #000;
     border: solid 1px #000;
     box-shadow: none;
     background-color: #fff;
     font-size: 18px;
     cursor: pointer;
     padding: 5px 12px;
     font-weight: bold;
}

.btn-primary:hover {
     background-color: #ffa839;
}

.page-description {
     padding-top: 17px;
     width: calc(100% - 30px);
}

a {
     text-decoration: none;
}

.page-description p {
     line-height: normal;
     font-size: 18px;
     color: #494d51;
     padding: 0 15px;
     margin: 0 0 17px;
}

.file-upload {
     padding: 0;
     background-color: #dddddd;
     border-radius: 6px;
     min-height: 70px;
     margin-top: 15px;
     width: 100%;
}

.click-note {
     width: 100%;
}

.click-note p {
     text-align: center;
     line-height: normal;
     font-size: 18px;
     color: #494d51;
     padding: 10px 0 15px;
     cursor: pointer;
     margin: 0;
}

/* card list */
.card-list-section {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     padding: 0;
     /* padding: 0 15px; */
     column-gap: 25px;
     width: calc(100% - 30px);
     row-gap: 30px;
     justify-content: center;
}

.card-items {
     width: 218px;
     min-height: 320px;
     overflow: hidden;
}

.card-imgg,.card-img-back {
     text-align: center;
     position: relative;
     
}
.card-imgg img,.card-img-back img{
     border-radius: 12px;
}
.card-items img {
     max-width: 100%;
     width: 100%;
     height: 304px;
     /* width: 250px; */
     /* height: 350px; */
}

.card-headerr {
     display: flex;
     align-items: center;
     justify-content: space-around;
     column-gap: 5px;
     margin-bottom: 10px;
}

.card-headerr span {
     font-size: 14px;
     font-weight: bold;
}

.card-headerr .btn-primary {
     font-size: 12px;
     padding: 5px 10px;
}

.card-footer {
     padding: 7px 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
}

.card-number {
     display: flex;
     align-items: center;
     column-gap: 5px;
}

.card-number .btn {
     padding:0;
     color: #000;
     border: solid 1px #000;
     box-shadow: none;
     background-color: #fff;
     font-size: 18px;
     cursor: pointer;
     width: 25px;
     height: 28px;
     font-weight: bold;
}

.card-number input {
     width: 23.4px;
     height: 26.4px;
     border: solid 1px #000;
     text-align: center;
     font-weight: 700;
     padding: 0;
     line-height: 30px;
}

.card-number input:focus {
     box-shadow: none;
}

.card-number .btn:hover {
     background-color: #ffa839;
}

.card-foil {
     color: #000;
     border: solid 1px #000;
     box-shadow: none;
     background-color: #fff;
     font-size: 14px;
     cursor: pointer;
     height: 28px;
     font-weight: bold;
     display: flex;
     align-items: center;
     justify-content: center;
}

.card-foil:hover {
     background-color: #ffa839;
}
.card-foil.on{
     background-color: #ffa839;
}

.cross-btn {
     position: absolute;
     right: 10px;
     top: 10px;
     color: #000;
     border: solid 1px #000;
     box-shadow: none;
     background-color: #fff;
     font-size: 18px;
     cursor: pointer;
     height: 32px;
     width: 26px;
     font-weight: normal;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0;
     font-weight: bold;
     z-index: 9;
     opacity: 0.8;
}

.cross-btn span {
     padding-top: 2px;
}

.cross-btn:hover {
     background-color: #ffa839;
}

.page-footer {
     margin-top: 20px;
     padding-bottom: 40px;
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     padding: 0 15px;
     padding-bottom: 60px;
     width:calc(100% - 0px);
     /* width: calc(100% - 30px); */
     column-gap: 20px;
     flex-wrap: wrap;
}

.btn-place-oder {
     background-color: #ffa839;
     color: #000000;
     text-transform: uppercase;
     font-size: 22px;
     font-weight: bold;
     border: none;
     border-radius: 5px;
     padding: 6px 15px;
     cursor: pointer;
     margin-top: 10px;
     border: solid 1px #ffa839;
}

.btn-place-oder:hover {
     background-color: #fff;
     border: solid 1px #000;
}

.cost {
     font-size: 22px;
     font-weight: bold;
     color: #888888;
     margin-top: 10px;
     text-align: right;
}

.cost span {
     color: #bcbcbc;
}

.cost-block {
     text-align: right;
     display: flex;
     flex-direction: column;
     align-items: flex-end;
}

.card-total {
     background-color: #ededed;
     max-width: fit-content;
     padding: 10px 15px;
     font-size: 22px;
     font-weight: bold;
     border-radius: 6px;
     column-gap: 20px;
     display: flex;
     color: #888888;
}

.total-cards-number {
     color: #909090;
}

.foil {
     color: #4fcdc7;
}

.card-price-list {
     background-color: #ededed;
     border-radius: 10px;
     width: 288px;
}

.card-price-list ul {
     padding: 15px 0 5px;
     margin: 0;
}

.card-price-list ul li {
     list-style: none;
     display: flex;
     align-items: center;
     display: flex;
     column-gap: 10px;
     font-size: 18px;
     font-weight: bold;
     padding: 6px 0;
}

.card-price-list ul li.grey-bg {
     background-color: #cfcfcf;
}

.card-price-list ul li.light-grey-bg {
     background-color: #e3e3e3
}

.card-price-list ul li.active,.card-price-list ul li.on {
     background-color: #e6b966;
}

.card-price-list ul li .card-content {
     column-gap: 10px;
     display: flex;
     width: calc(100% - 50px);
     padding-right: 10px;
     font-size: 18px;
     justify-content: space-between;
}

.card-icon {
     min-width: 50px;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
}

.card-link {
     justify-content: center;
}

.card-link a {
     color: #000;
     text-decoration: underline;
     font-style: italic;
     font-weight: normal;
}

.card-link a:hover {
     color: #ffa839;
}

.file-upload .dropzone.dz-clickable {
     cursor: pointer;
     min-height: 86px;
     padding: 0;
     border: none;
     border-radius: 10px;
     background-color: #dddddd;
     display: flex;
     align-items: center;
     justify-content: center;
}

.file-upload .dz-message {
     display: flex;
     flex-direction: column;
     align-items: center;
}

.file-upload .note.needsclick {
     font-style: italic;
     color: #494d51;
}

.file-upload .dropzone .dz-message {
     margin: 0 !important;
}

.upload-button {
     background-color: #ffff;
     max-width: fit-content;
     border: solid 1px #000;
     padding: 4px 12px;
     font-weight: bold;
     margin-bottom: 5px;
     display: flex;
     align-items: center;
     justify-content: center;
     column-gap: 5px;
     line-height: normal;
}

.upload-button .upload-img {
     display: flex;
}

.upload-button .upload-img img {
     max-width: 21px;
}

.upload-button span {
     display: flex;
     align-items: center;
}


@media only screen and (max-width: 1024px) {

     .page-header {
          flex-direction: column;
          padding: 10px 15px;
          row-gap: 20px;
          width: calc(100% - 30px);
     }

     .page-header .page-label {
          font-size: 26px;
          text-align: center;
     }

     .page-description {
          width: calc(100% - 24px);
     }

     .file-upload {
          width: calc(100% - 24px);
          margin: 0 auto;
     }

     .page-footer {
          row-gap: 20px;
          justify-content: center;
     }

     .card-list-section {
          column-gap: 15px;
          width: calc(100% - 0px);
          padding: 0;
          row-gap: 15px;
     }

     .card-items {
          /* width: 44%; */
          min-height: auto;
     }

     .card-headerr .btn-primary {
          font-size: 10px;
     }

      .first-col {
          width: 46%;
     }

     .card-price-list {
          width: 100%;
     }
     .second-col {
          width: 46%; 
     }


}

@media only screen and (max-width:624px) {
     .card-headerr .btn-primary {
          font-size: 8px;
     }

     .page-footer .first-col {
          width: 100%;
     }

     .card-price-list {
          width: 100%;
     }

     .page-footer .second-col {
          width: 100%;
     }

    

}


.overlayBigImg {
     display: none;
     position: fixed;
     z-index: 10;
     background: rgba(0, 0, 0, 0.8);
     top: 0%;
         left: 50%;
   transform: translateX(-50%);
     width: 100%;
     height: auto;
     margin: 0;
   }
   @media (max-width: 480px) {
       .overlayBigImg{
           width: 100%;
       }
       .overlayBigImg .big-pic{
           width:80%;
       }
       .popup-area {
           max-width: 100%;
       }
   }
   
   .overlayBigImg .big-pic {
     border-radius: 5px;
     margin: 100px auto;
     margin-top: 0px;text-align:center
     
   }
   .overlayBigImg .big-pic img {
       height:100vh;
   }
   @media (max-width:768px) {
       .overlayBigImg .big-pic {
           margin-left:1em;
       }
       .overlayBigImg .big-pic img {
           width: 90% !important;
           height: auto !important;
       }
   }
   
   .overlayBigImg .big-pic .photo-title {
     font-family: Arial;
     margin-top: 1em;
     text-align: left;
   }
   .overlayBigImg .close {
     position: absolute;
     top: 20px;
     right: 20px;
     width: 30px;
     height: 30px;
     font-size: 20px;
     color: red;
     display: block;
     cursor: pointer;
     font-family: Arial;
   }



   .uploading-percent-inner {
     background-color: #e79e3f;
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 50%;
     border-radius: 8px;
 }

 .uploading-percent {
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 14px;
    position: relative;
    left: 0;
    top: 0;
}