/* All packges */
.pola-prints {
    margin: 30px 0;
}
.pola-prints .title-pola {}
.pola-prints .title-pola h1 {
    font-size: 28px;
    font-weight: normal;
    margin: 25px 0;
    color: #787878;
}
.items-pack {
    background: #f7f6f5;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 25px;
}
.standard-pola-prints {}
.standard-pola-prints .title-packages {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    font-weight: normal;
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    position: relative;
}
.standard-pola-prints .title-packages::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    width: 0;
    height: 0;
    z-index: 10;
    margin-left: -5px;
    border-style: solid;
    border-width: 8px 8px 0px 8px;
    border-color: #efaf19 transparent transparent;
}
.items-pack .all-pack {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: table;
    width: 100%;
}
.items-pack .all-pack li {
    display: table-cell;
    vertical-align: top;
}
.items-pack .all-pack li a {
    text-decoration: none;
    outline: 0;
}
.items-pack .all-pack li span {
    display: block;
    color: #646870;
}
.items-pack .all-pack li .img-pack {
    background: URL('../images/all-bg.png') no-repeat;
    display: block;
    margin: 16px auto 7px auto;
    width: 41px;
    height: 26px;
}
.items-pack .all-pack li .bg-one {
    background-position: 0px -318px;
    width: 145px;
    height: 42px;
    margin-top: 0;
}
.items-pack .all-pack li .bg-two {}
.items-pack .all-pack li .bg-three {
    background-position: 0px -35px;
    height: 34px;
    margin-top: 8px;
}
.items-pack .all-pack li .bg-four {
    background-position: 0px -68px;
    height: 43px;
    margin-top: 0;
}
.items-pack .all-pack li .number-prints {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #292929;
}
.items-pack .all-pack li .more-pack {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}
.items-pack .all-pack li hr {
    width: 60px;
    margin: 16px auto 16px auto;
    background: #ababab;
}
.items-pack .all-pack li .pack-price {
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    color: #292929;
}
.items-pack .all-pack li .choose-photos {
    font-size: 15px;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background: #efaf19;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 10px;
    width: 160px;
    transition:all 0.2s ease-in-out;
}
.items-pack .all-pack li .choose-photos:hover {
    background:#3a3a3a;
}


/* uplpad page */

.icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  fill: none;
}
.hidden {
  display: none;
}
.progresss {
  display: flex;
  width: 60%;
  transform: translate(0, 0);
  margin: auto;
  position: relative;
  right: -60px;
}
.step {
  flex-grow: 1;
  position: relative;
}
.step-progress {
  width: 100%;
  height: 0.25em;
  background: #656565;
}
.icon-wrapper {
  text-align: center;
  display: inline-block;
}
.step.done .step-progress:after {
  position: absolute;
  content: '';
  height: 0.25em;
  width: 0;
  background-color: #efaf19;
  animation: growLine 1s linear forwards;
}
.icon-checkmark {
  position: absolute;
  top: -0.55em;
  left: -0.125em;
  border: 0.125em solid #efaf19;
  background: #656565;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0.125em;
  border-radius: 50%;
  transition: all 0.25s linear;
}
.step.done .icon-checkmark {
  background: #efaf19;
  border-color: #efaf19;
}
.icon-checkmark .path1 {
  stroke: #aaa;
  stroke-width: 3px;
  stroke-linecap: square;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  fill: empty;
}
.step.done .icon-checkmark .path1 {
  animation: dash 5s linear forwards;
  stroke: #ffffff;
}
.step-text {
  position: relative;
  margin-left: -67%;
  letter-spacing: 1px;
  font-weight: bold;
  color: #aaa;
  margin-top: 0;
  opacity: 0;
  font-size: 13px;
}
.step.done .step-text {
  color: #efaf19;
  animation: dropText 0.5s linear forwards;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes growLine {
  to {
    width: 100%;
  }
}
@keyframes dropText {
  to {
    padding-top: 1em;
    opacity: 1;
  }
}

.upload-page {background: #f9f9f9;padding: 70px 0;}
.title-upload {
    text-align: center;
    margin: 0 0 40px 0;
}
.title-upload h2 {
    margin: 0 0 0 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #efaf19;
}
.title-upload h2 span {
  font-weight:bold;
}
.item-upload {
    background: #fff;
    text-align: center;
    padding: 35px 0 0 0;
    width: 450px;
    margin: 65px auto 0;
    border-radius: 5px;
    box-shadow: 0px 15px 40px 0px #dfdfdf;
}
.item-upload h3 {
    margin: 0 0 8px 0;
    font-weight: bold;
    color: #747474;
}
.item-upload p {
    color: #d2d2d2;
    margin: 0 0 40px 0;
}
.item-upload .upload-sec {
    background: #fbfbfb;
    padding: 5px 5px;
    margin: 0 30px;
    border-radius: 5px;
}
.upload-sec .inner-up-sec {
    border: 2px dashed #cadff6;
    padding: 40px 15px;
    border-radius: 5px;
}
.upload-sec .inner-up-sec .svg-inline--fa {
    display: block;
    margin: 0 auto 30px;
    font-size: 45px;
    color: #efaf19;
}
.next-sec {
    padding: 10px 0 10px 0;
    border-top: 1px solid #efefef;
    margin: 45px 0 0 0;
    overflow: hidden;
}
.next-sec .backto {
    float: left;
    color: #ccc;
    margin: 0 0 0 30px;
    padding: 5px 0;
}
.next-sec .next-but {
    float: right;
    margin: 0 30px 0 0;
    background: #efaf19;
    padding: 5px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}
 .chosse-filess{
  padding: 9px 10px;
  background: #f4d01a;
  background: -moz-linear-gradient(left, #f4d01a 1%, #efaf19 83%, #efaf19 83%);
  background: -webkit-linear-gradient(left, #f4d01a 1%,#efaf19 83%,#efaf19 83%);
  background: linear-gradient(to right, #f4d01a 1%,#efaf19 83%,#efaf19 83%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d01a', endColorstr='#efaf19',GradientType=1 );
  border: 0;
  position:relative;
  color:#fff;
  border-radius: 20px;
  text-align:center;
  float: none;
  cursor:pointer;
  width: 170px;
  margin: auto;
  font-size: 13px;
  font-weight: normal;
}
.upfile-pre {
    position: absolute;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 25px;
    width: 100%;
}
#fp {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 25px 0;
    color: #5b5b5b;
}
.show-det {
    background: none;
    box-shadow: none;
    border: 0;
    color: #9b9b9b;
    margin: 5px 0 0 0;
    outline: 0;
    font-size: 13px;
}
#infoPhotos {
    margin: 0 0 25px 0;
    text-align: left;
    list-style: none;
}
#infoPhotos .svg-inline--fa {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
    font-size: 17px;
    color: #4a4a4a;
}
#infoPhotos li {
    font-size: 12px;
    margin: 0 0 10px 0;
}

/* edit photos page */
.edit-page .row {
    margin: 0 0;
}
.edit-page .no-padd {
    padding: 0 0;
}
.title-photos-edit {
    text-align: center;
    background: #65676b;
    padding: 5px 0 5px 0;
}
.title-photos-edit h2 {
    margin: 0 0 0 0;
    color: #fff;
    font-size: 16px;
}
.selection-ret {
    background: #484848;
    padding: 7px 15px 5px 15px;
}
.selection-ret h3 {
    margin: 0 0 7px 0;
    font-size: 12px;
    color: #dadada;
    font-weight: bold;
}
.selection-ret h3 span {
  float:right;
}
.selection-ret .backto {
    color: #fff;
    font-size: 16px;
    position: relative;
    margin: 0 0 0 20px;
    text-decoration: none;
}
.selection-ret .backto .svg-inline--fa {
  
font-size: 24px;
  
position: absolute;
  
left: -18px;
  
top: -3px;
}
.right-edit-photos {
    padding: 0;
    position: fixed;
    display: block;
    left: 17%;
    right: 0;
    top: 0;
    overflow: hidden;
    bottom: 0;
    background: url(../images/bgnew.png) no-repeat;
    background-color:#f5f5f5;
    background-size:cover;
}
.edit-page {
  padding: 0 0 0 0;
  background: #f5f5f5;
  position: relative;
}
.inner-left {
    background: #fff;
    padding: 15px 10px 10px 10px;
}
.left-photos {
  border-radius: 5px;
  overflow: hidden;
  border-right: 1px solid #ccc;
  position: fixed;
  left: 4px;
  top: 0;
  bottom: 0;
  box-shadow: 0px 0 30px 0 #c0c0c0;
  z-index: -1;
}
.but-left-photo {
  position: fixed;
  bottom: 8px;
}
.but-left-photo .chosse-filess {
  font-size: 18px;
  border-radius: 5px;
  padding: 13px 0 13px 0;
  width: 220px;
  margin: 0 0 0 5px;
}
.but-left-photo .chosse-filess .svg-inline--fa {
  
font-size: 28px;
  
position: absolute;
  
left: 10px;
  
top: 11px;
  
color: #fbfbfb;
}
.cent-photos {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 59px;
    top: 55px;
    overflow: auto;
    padding: 30px 0 40px 0;
    text-align: center;
    /* background: url(../images/bgnew.png) no-repeat; */
    background-size:cover;
}
.cent-photos ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: inline;
    vertical-align: middle;
}
.cent-photos ul li {
    display: inline-block;
    background: #fff;
    box-shadow: 0px 1px 9px 0px #636363;
    padding: 10px 10px;
    width: 14%;
    height: 215px;
    margin: 0 10px 20px 10px;
    position: relative;
    overflow: visible;
}
.cent-photos ul li img {
    width: 100%;
    object-fit: cover;
    height: 160px;
}
.cent-photos ul li input {
    border: 1px dashed #b9b9b9;
    text-align: center;
    margin: 10px 0 0 0;
    width: 100%;
    height: 25px;
    outline: 0;
}
.bottom-next {
    position: absolute;
    bottom: 0;
    height: 60px;
    right: 0;
    left: 0;
    box-shadow: 0 0px 15px 0px #d0d0d0;
    padding: 5px 10px;
}
.checkbot {
    float: right;
    margin: 5px 30px 0 0 !important;
    background: #ff7e00;
    margin: 9px 30px 0 0;
    border-radius: 3px;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    transition:all 0.2s ease-in-out;
}
.title-right {
    box-shadow: 0 0px 15px 0px #e3e3e3;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    color: #787878;
    font-weight: bold;
}
.left-back {
    margin: 15px 0 0 10px;
    font-size: 14px;
    color: #6f6f6f;
    float: left;
    text-decoration: none;
}
.checkbot:hover {
  background:#000;
  color:#fff;
  text-decoration:none;
}
.close {
    position: absolute;
    top: -12px;
    right: -11px;
    width: 25px;
    border-radius: 50%;
    opacity: 1;
}
.close .svg-inline--fa {
    color: #888;
    background: #fff;
    font-size: 25px;
    border-radius: 50%;
}
#addElem {
    background: none;
    margin: 0 0 0 0;
    text-align: center;
    padding: 0 0 0 1px;
    outline: 0;
    border: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}
#addElem .svg-inline--fa {
    font-size: 28px;
    color: #848484;
}
.morebutt {
    background: #fff;
    height: 215px;
    width: 14%;
    display: inline-block;
    margin: 0 0 20px 10px;
    top: 0;
    position: relative;
}
.specli {
      margin: 0 0 -18px 15px !important;
      box-shadow: none !important;
}
.in-photo img {
    margin: 0 0 15px 10px;
    max-width: 100%;
    width: 43%;
    border: 3px solid #FFF;
    box-shadow: 0px 0px 2px 2px #c2c2c2;
}
.choosnew {
    
background: #b5b5b5;
    
border-radius: 0;
    
width: 100%;
    
height: 160px;
}
.choosnew .svg-inline--fa {
  
color: #808080;
  
font-size: 20px;
  
margin: 60px 0 0 0;
}
.choosnew input {
  
height: 160px !important;
  
margin: 0 0 0 0 !important;
}

/* start mobile */
@media (max-width:1200px) and (min-width:991px) {
    .but-left-photo .chosse-filess {
    font-size: 17px;
    border-radius: 5px;
    padding: 13px 0 13px 14px;
    width: 165px;
    margin: 0 0 0 4px;
}

}

@media (max-width:992px) and (min-width:767px) {
    
    .progresss {
        right: -35px;
    }
    .inner-left {
        display: none;
    }
    .right-edit-photos {
        padding: 0;
        position: fixed;
        display: block;
        left: 0;
        right: 0;
        top: 82px;
        overflow: hidden;
        bottom: 0;
    }
    .left-photos {
        border-radius: 5px;
        overflow: hidden;
        border-right: 1px solid #ccc;
        position: inherit;
        left: 0;
        top: 0;
        bottom: 0;
        box-shadow: 0px 0 30px 0 #c0c0c0;
        z-index: auto;
    }
  
}
@media (max-width:767px) {
  .checkbot {
    
margin: 4px 0 0 0 !important;
  }
  .modal-content {
    background: none;
    margin: 15% auto !important;
    padding: 20px;
    border: 0;
    width: 100% !important;
    z-index: 99999;
    box-shadow: none;
}
  .canvas-container {
    
width: 100% !important;
    
overflow: hidden;
  }
  .modal-content .close {
    color: #fff;
    float: right;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    right: 26px !important;
    top: -22px;
}
  .lower-canvas {
    
width: 100% !important;
    
object-fit: cover;
  }

  .items-pack .all-pack li {
    display: block;
    margin: 30px 0 0 0;
  }
  .pola-prints .title-pola h1,.standard-pola-prints .title-packages {
    font-size:18px;
  }
  .title-upload h2 {
        font-size: 16px;
    }
  .item-upload {
        width: 100%;
    }
    .item-upload h3 {
        font-size: 18px;
    }
.item-upload .upload-sec {
    background: #fbfbfb;
    padding: 5px 5px;
    margin: 0 10px;
    border-radius: 5px;
}
    .progresss {
    display: flex;
    width: 100%;
    transform: translate(0, 0);
    margin: auto;
    position: relative;
    right: -19px;
}
    .progresss {
    display: flex;
    width: 80%;
    transform: translate(0, 0);
    margin: auto;
    position: relative;
    right: -33px;
}
    .step-text {
        font-size: 10px;
    }
    .inner-left {
        display: none;
    }
    .right-edit-photos {
        padding: 0;
        position: fixed;
        display: block;
        left: 0;
        right: 0;
        top: 82px;
        overflow: hidden;
        bottom: 0;
    }
    .left-photos {
        border-radius: 5px;
        overflow: hidden;
        border-right: 1px solid #ccc;
        position: inherit;
        left: 0;
        top: 0;
        bottom: 0;
        box-shadow: 0px 0 30px 0 #c0c0c0;
        z-index: auto;
    }
    .cent-photos ul li {
    display: inline-block;
    background: #fff;
    box-shadow: 0px 1px 9px 0px #636363;
    padding: 10px 10px;
    width: 85%;
    position: relative;
    height: 215px;
    margin: 0 10px 20px 10px !important;
    }
    
}
@media (max-width:400px) {
    .progresss {
    display: flex;
    width: 100%;
    transform: translate(0, 0);
    margin: auto;
    position: relative;
    right: -21px;
}
    .step-text {
        font-size: 9px;
    }
}
.modal-backdrop {
    z-index:-1 !important;
}
/* Popup container */
.popup {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  right: 0;
  left: 0;
  top: 0;
  bottom: 45px;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: -83px;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -6px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  transform: rotate(180deg);
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.popup .show button {background: none;border: 0;box-shadow: none;padding: 0 0 0 0;font-size: 16px;font-weight: normal;}
.popup .show .svg-inline--fa {
  font-size: 25px;
  margin: 6px auto;
  display: block;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background: none;
  margin: 6% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 0;
  width: 34%; /* Could be more or less, depending on screen size */
  z-index: 99999;
  box-shadow: none;
}

/* The Close Button */
.modal-content .close {
  color: #fff;
  float: right;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -22px;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.modal-content img {
  height: auto !important;
}

.bottom-edit {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding: 10px 0 0 0;
}

.roatet-but {
    background: #000;
    color: #fff;
    border: 0;
    box-shadow: none;
    height: 55px;
    width: 60px;
    font-size: 25px;
}
.roatet-but2 {
        background: #000;
    color: #fff;
    border: 0;
    box-shadow: none;
    height: 55px;
    width: 60px;
    font-size: 25px;
}
.roatet-but2 .svg-inline--fa {
        transform: rotate(90deg);
}
.zoom {
    margin: -13px 0 0 -40px;
}
.zoom-out {
    background: none;
    box-shadow: none;
    border: 0;
    color: #9bc41d;
    font-size: 35px;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.zoom #start {
        display: inline-block;
    margin: 0 0 0 0;
    width: 85%;
}
.zoom-in {
        background: none;
    box-shadow: none;
    border: 0;
    color: #9bc41d;
    font-size: 55px;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.Cancel {
    background: #000;
    color: #fff;
    border: 0;
    box-shadow: none;
    height: 50px;
    width: 105px;
    font-size: 25px;
    font-size: 20px;
}

.save {
        background: #9bc41d;
    color: #fff;
    border: 0;
    box-shadow: none;
    height: 50px;
    width: 105px;
    font-size: 20px;
}

#container {
  width: 500px;
  height: auto;
  overflow: hidden;
}
#container.rotate90,
#container.rotate270 {
  width: 500px;
  height: auto;
}
#image {
  transform-origin: top left;
  /* IE 10+, Firefox, etc. */
  -webkit-transform-origin: top left;
  /* Chrome */
  -ms-transform-origin: top left;
  /* IE 9 */
}
#container.rotate90 #image {
  transform: rotate(90deg) translateY(-100%);
  -webkit-transform: rotate(90deg) translateY(-100%);
  -ms-transform: rotate(90deg) translateY(-100%);
}
#container.rotate180 #image {
  transform: rotate(180deg) translate(-100%, -100%);
  -webkit-transform: rotate(180deg) translate(-100%, -100%);
  -ms-transform: rotate(180deg) translateX(-100%, -100%);
}
#container.rotate270 #image {
  transform: rotate(270deg) translateX(-100%);
  -webkit-transform: rotate(270deg) translateX(-100%);
  -ms-transform: rotate(270deg) translateX(-100%);
}


