/* header-styles-starts */
.header {
  background-image: url(/assets/tradicinio-formato-photos/header-image.png);
  padding: 90px 0px 90px 160px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.header-homepage-crumb {
  font-family: 'Mulish';
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 16px;
  color: #fcfcfa;
  text-transform: uppercase;
      text-shadow: 2px 2px 4px #000000;
}
.breadCrumbs span {
  color: #fcfcfa;
    text-shadow: 2px 2px 4px #000000;
}
.header-current-crumb {
  font-family: 'Mulish';
  font-weight: 800;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fcfcfa;
  line-height: 16px;
text-shadow: 2px 2px 4px #000000;

}
.header-main-heading {
  margin: 32px 0px 0px 0px;
  font-size: 3rem;
  font-weight: 800;
  font-family: 'Mulish';
  line-height: 53px;
  text-transform: uppercase;
  color: #fcfcfa;
  text-shadow: 2px 2px 4px #000000;
}
/* header-styles-ends */

/* contact-form-styles-starts */

.form-banner-section {
  padding: 100px 0px;
}
.upload-a-photo-form {
  width: 77%;
  margin: 0px auto;
}
.field-container {
  display: flex;
}
.photo-resolution {
  display: flex;
  margin: 0px 0px 16px 0px;
  gap: 16px;
}
.photo-resolution li {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 18px;
  color: #161616;
  padding: 8px 14px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  transition: .3s;
}

.photo-resolution .active  {
    background: #1e412d;
    transition: .3s;
}

.photo-resolution .active a {
    color: #fff;
}

.photo-resolution li:hover {
    background: #1e412d;
    transition: .3s;
  }

  .photo-resolution li:hover a {
    color: #fff;
    transition: .3s;
  }

.photo-resolution .photo-resolution-active,
.photo-resolution li:hover button {
  color: #fcfcfa;
  background-color: #1e412d;
}
#size,
#paper-type,
#photo-editing,
#photo-corrections,
#photo-colors,
#photo-borders {
  border: none;
  padding: 0;
  margin: 0px 0px 32px 0px;
}
#size h5,
#paper-type h4,
.effectoptions h4,
#photo-editing h5,
#photo-corrections h5,
#photo-colors h5,
#photo-borders h5, 
.variations-col h5 {
  color: #161616;
  font-family: mulish;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 18px;
  margin: 0px 0px 16px 0px;
}


#size input,
.input-container input {
  position: relative;
  top: 2px;
}
#size label,
.input-container label {
  font-size: 1rem;
  line-height: 16px;
  font-weight: bold;
  color: #898989;
  font-weight: 400;
  margin: 0px 16px 0px 0px;
}

.photo-resolution-button {
    background: #1e412d;
    color: #fff;
    padding: 6px 20px;
    border: 0;
    font-weight: 700;
}

.background-upload {
    width: 580px;
    height: 250px;
    background-size: cover !important;
}

.upload-a-photo-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.upload-a-photo-container h5 {
  color: #161616;
  font-weight: 800;
  font-family: mulish;
  font-size: 1.5rem;
}

#upload-a-photo {
  margin: 16px 0px 32px 0px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 14px;
}
#upload-a-photo::-webkit-file-upload-button {
  padding: 8px 28px;
  color: #fcfcfa;
  border: none;
  border-radius: 2px;
  font-size: 0.875rem;
  line-height: 14px;
  font-weight: 800;
  margin: 0px 16px 0px 0px;
  font-family: mulish;
  background-color: #1e412d;
}
.upload-a-photo-drag-and-drop-text {
  font-weight: 400;
  font-size: 0.875rem;
  color: #161616;
}
#upload-more-photos {
  background-color: #1e412d;
  display: flex;
  flex-direction: row-reverse;
  font-size: mulish;
  font-family: mulish;
  font-weight: 800;
  font-size: 1rem;
  line-height: 16px;
  color: #fcfcfa;
  text-align: center;
  align-items: Center;
  padding: 16px 111px;
  gap: 16px;
}
/* #upload-a-photo span {
  font-family: mulish;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 14px;
} */

.cards-container {
  display: flex;
  width: 100%;
  justify-content: center;
}
.photo-card {
  width: 100%;
}
.card-img-container {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.card-img-bg {
  width: auto;
  height: auto;
  border-radius: 10px;
}
.card-img-bg-btn-container {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: center;
  gap: 32px;
  z-index: 1;
  background-color: rgba(30, 65, 45, 0.7);
  border-radius: 10px;
}
.card-img-copy-btn,
.card-img-edit-btn,
.card-img-del-btn {
  font-family: mulish;
  font-size: 0.875rem;
  line-height: 14px;
  color: #fcfcfa;
  border: 0;
  background: none;
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  margin: 8px 0px;
  cursor: pointer;
}
/* .card-img-container:hover .card-img-bg-btn-container {
  display: flex !important;
} */
.card-select-container {
  display: flex;
  gap: 4px;
  margin: 8px 0px;
}
.card-size-select,
.card-type-select {
  flex: 1;
  font-family: mulish;
  font-weight: 400;
  color: #161616;
  font-size: 1rem;
  line-height: 16px;
  padding: 12px 0px 12px 20px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}
.card-quantity-container {
  display: flex;
  justify-content: center;
}
.card-quantity-minus,
.card-quantity-plus {
  background-color: #efefef;
  border: none;
  border-radius: 50%;
  color: #161616;
  font-size: 2rem;
  font-family: mulish;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.card-quantity-text {
  margin: 0px 24px;
  font-family: mulish;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkout-container {
  display: flex;
}

.checkout-container-main-heading {
  font-family: mulish;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 18px;
  color: #161616;
  margin: 0px 0px 16px 0px;
}

.upload-a-photo-title-container {
  display: flex;
}
.upload-a-photo-title-container h1 {
  border-bottom: 1px solid #c4c4c4;
  font-family: mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #898989;
  padding: 0px 101px 8px 0px;
}
.upload-a-photo-title-container p {
  padding-right: 101px;
  font-family: mulish;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  color: #898989;
  padding: 8px 0px 0px 0px;
}
.upload-a-photo-title-container div:last-child h1 {
  padding: 0px 0px 8px 0px;
}
.checkout-submit-btn {
  color: #fcfcfa;
  text-transform: uppercase;
  padding: 50px 20px;
  background-color: #E00000;
  background-color: #e00000;
  border-radius: 50%;
  border: none;
  font-family: mulish;
  font-size: 1rem;
  font-weight: bold;
  line-height: 16px;
  margin: 0px 0px 0px 101px;
}

input[type='range'] {
  width: 400px;
  margin: 24px 0px;
}
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #1e412d;
  width: 24px;
  height: 24px;
}
.reset-btn-container {
  display: flex;
}

.reset-btn {
  margin: 0px 24px;
  font-family: mulish;
  font-weight: 400;
  color: #fcfcfa;
  padding: 14px 24px;
  font-size: 1.125rem;
  line-height: 18px;
  border: 0;
  background-color: #e00000;
  text-transform: uppercase;
  border-radius: 5px;
}


/* Large Photos */

.photolarge .nav-link.active, .photolarge .nav-link:hover {
    background: #1e412d !important;
}

.photolarge .nav-link {
    padding: 14px 40px !important;
    margin-right: 10px;
    border: 1px solid gray !important;
}


.photolarge .nav-tabs li {
    border: 0 !important;
}

.btn-green, .btn-green:hover {
    background: #1e412d;
    border-radius: 0;
    color: #fff;
}

.photolarge .img-frame {
    display: flex !important;
    justify-content: center !important;
}

/* Footer-styles-ends */

@media (max-width: 768px) {
 
    /* .nav-item {
        width: 100% !important;
        margin: 10px 0;
    }
     */

  /* header-styles-starts */

  .header {
    flex-direction: column-reverse;
    padding: 40px 10px;
  }
  .header-main-heading {
    font-size: 1.4rem;
    line-height: 30px;
  }

  .header-info {
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header-info h1 {
    font-size: 2rem;
    text-align: center;
    padding: 0px 10px;
  }
  .header-info p {
    text-align: center;
    padding: 0px 10px;
  }
  .header-info button {
    margin: 0px auto;
  }
  /* header-styles-ends */

  /* contact-form-styles-starts */

  .form-banner-section {
    padding: 40px 10px;
    flex-direction: column;
  }
  .upload-a-photo-form {
    width: 100%;
    padding: 0px 10px;
  }
  .field-container {
    flex-direction: column;
  }
  .cards-container {
    flex-wrap: wrap;
    margin: 24px 0px;
    gap: 24px;
  }
  .photo-card {
    width: 100%;
  }
  .card-img-container {
    max-width: 100%;
    width: 100%;
  }
  .card-img-bg {
    width: 100%;
    height: 100%;
  }
  .checkout-container {
    flex-direction: column;
    width: 100%;
  }
  .upload-a-photo-title-container {
    flex-direction: column;
  }
  .upload-a-photo-title-container div {
    margin: 8px 0px;
  }
  .photo-resolution {
    gap: 2%;
    flex-wrap: wrap;
  }
  .photo-resolution li {
    width: 49%;
    margin-bottom: 2%;
  }
  .photo-resolution li button {
    width: 100%;
    padding: 14px 0px;
  }
  .photo-resolution li:last-child {
    width: 100%;
  }
  input[type='range'] {
    width: 100%;
  }
  .reset-btn-container {
    margin: 0px 0px 24px 0px;
  }
  .checkout-submit-btn {
    margin: 0px auto;
    font-size: 1rem;
  }
  /* .form-banner {
    height: 300px;
    flex-basis: revert;
    width: 100%;
  }
  .contact-form {
    display: flex;
    flex-direction: column;
    margin: 24px 0px 0px 0px;
  }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
  }
  .contact-submit-btn {
    margin: 0px auto;
  } */

  /* contact-form-styles-ends */

  /* contact-info-styles-starts */

  .contact-information {
    width: 100%;
    padding: 40px 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .contact-info-divider {
    display: none;
  }
  .contact-information li {
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .contact-information-phone {
    margin: 24px 0px;
  }

  /* contact-info-styles-ends */

  /* Footer-styles-starts */


  /* Footer-styles-ends */
  .mobile-nav-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    background-color: rgba(255, 255, 255, 1);
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .nav-menu-two-mobile-close-menu-icon {
    display: flex;
    justify-content: flex-end;
    margin: 31px 10px 0px 0px;
    position: relative;
    right: -110px;
  }
  .nav-menu-two-mobile-close-menu-icon button {
    background: 0;
    border: none;
  }
}

/* mobile-styles-ends */

.photocanvas .nav-link.active, .photocanvas .nav-link:hover {
    background: #1e412d !important;
}
.photocanvas .nav-link {
    padding: 14px 40px !important;
    margin-right: 10px;
    border: 1px solid gray !important;
}

.photocanvas .nav-tabs li {
    border: 0 !important;
}