@import url("./fonts.css");
html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  position: relative;
  scroll-behavior: smooth;
}

html, body, h1, h2, h3, h4, p, a, span, ul, li {
  margin: 0;
  padding: 0;
  display: block;
  text-decoration: none;
  outline: none;
  list-style: none;
}

header .nav-main-wrapper {
  background-color: #fff;
  position: relative;
}

header .nav-main-wrapper .langs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 30px;
  top: 10px;
}

@media only screen and (max-width: 991.98px) {
  header .nav-main-wrapper .langs {
    right: 20px;
  }
}

header .nav-main-wrapper .langs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .nav-main-wrapper .langs a svg {
  width: 20px;
}

header .nav-main-wrapper .langs .mkd {
  margin-left: 10px;
}

header .nav-main-wrapper .navbar-brand img {
  width: 60px;
  height: auto;
}

header .nav-main-wrapper .navbar-toggler {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  width: 40px;
  height: 40px;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  header .nav-main-wrapper .navbar-toggler {
    margin-top: 25px;
  }
}

header .nav-main-wrapper .navbar-toggler:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #231F20;
  left: 10px;
  top: 19px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .nav-main-wrapper .navbar-toggler:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #231F20;
  left: 10px;
  top: 19px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .nav-main-wrapper .navbar-toggler.collapsed:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #231F20;
  left: 5px;
  top: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

header .nav-main-wrapper .navbar-toggler.collapsed:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #231F20;
  left: 5px;
  top: 22px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

header .nav-main-wrapper .navbar-toggler.collapsed:hover:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #231F20;
  left: 5px;
  top: 15px;
}

header .nav-main-wrapper .navbar-toggler.collapsed:hover:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #231F20;
  left: 5px;
  top: 22px;
}

header .nav-main-wrapper .main-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  padding-top: 10px;
}

@media only screen and (max-width: 991.98px) {
  header .nav-main-wrapper .main-nav-list {
    padding: 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header .nav-main-wrapper .main-nav-list-link {
  padding: .25em .5em;
  color: #231F20;
  text-decoration: none;
  font-weight: 5  00;
  margin: 0 .5rem;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  header .nav-main-wrapper .main-nav-list-link {
    padding: .25em 0;
    margin: 0;
    margin-bottom: 10px;
  }
  header .nav-main-wrapper .main-nav-list-link:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

header .nav-main-wrapper .main-nav-list-link:hover {
  font-weight: 600;
}

header .nav-sub-wrapper {
  background-color: #231F20;
}

header .nav-sub-wrapper .contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E8E9ED;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  font-weight: 500;
}

header .nav-sub-wrapper .contact .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #fff;
  color: #231F20;
}

header .nav-sub-wrapper .contact:hover .icon {
  background-color: #FFD255;
}

header .nav-sub-wrapper .contact span {
  margin-left: 10px;
}

header .nav-sub-wrapper .social-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .nav-sub-wrapper .social-media-links a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E8E9ED;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  margin-right: 20px;
}

header .nav-sub-wrapper .social-media-links a:nth-last-of-type(1) {
  margin-right: 0;
}

header .nav-sub-wrapper .social-media-links a:hover .icon {
  color: #fff;
}

header .nav-sub-wrapper .social-media-links a:hover .icon.insta {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

header .nav-sub-wrapper .social-media-links a:hover .icon.facebook {
  background: #3b5988;
}

header .nav-sub-wrapper .social-media-links a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #fff;
  color: #231F20;
}

header .nav-sub-wrapper .social-media-links a .name {
  margin-left: 5px;
}

@media only screen and (max-width: 480px) {
  header .nav-sub-wrapper .social-media-links a .name {
    display: none;
  }
}

main {
  background-color: #E8E9ED;
}

main .hero-section {
  position: relative;
}

main .hero-section-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px 40px;
  left: 0;
  color: #E8E9ED;
  font-family: 'Raleway';
  text-align: center;
}

main .hero-section-text > h2 {
  font-size: 50px;
  color: #231F20;
  font-weight: 500;
}

@media only screen and (max-width: 991.98px) {
  main .hero-section-text > h2 {
    font-size: 34px;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  main .hero-section-text > h2 {
    font-size: 25px;
    text-align: center;
  }
}

main .hero-section-img {
  height: 700px;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 12px #d6d6d6;
          box-shadow: 0px 0px 20px 12px #d6d6d6;
}

main .hero-section-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 32%;
     object-position: 0 32%;
}

main .best-gift {
  font-family: 'Raleway';
  padding: 60px 0 0 0;
}

main .best-gift-wrapper {
  padding: 40px;
  background-color: #fff;
  color: #231F20;
}

main .best-gift-header {
  font-size: 50px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991.98px) {
  main .best-gift-header {
    font-size: 34px;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  main .best-gift-header {
    font-size: 25px;
    text-align: center;
  }
}

main .best-gift-text {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991.98px) {
  main .best-gift-text {
    font-size: 24px;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  main .best-gift-text {
    font-size: 18px;
    text-align: center;
  }
}

main .best-gift-work {
  font-size: 18px;
  color: #231F20;
  width: 200px;
  text-align: center;
  padding: 10px 0;
  border-radius: 25px;
  margin: auto;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px solid #231F20;
  font-weight: 500;
}

@media only screen and (max-width: 991.98px) {
  main .best-gift-work {
    font-size: 24px;
    text-align: center;
    width: 250px;
    border-radius: 35px;
  }
}

@media only screen and (max-width: 480px) {
  main .best-gift-work {
    font-size: 18px;
    text-align: center;
    width: 200px;
  }
}

main .best-gift-work:hover {
  border-radius: 25px;
  background-color: #231F20;
  color: #fff;
}

main .why-us {
  padding: 0 0 60px 0;
}

main .why-us .container {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

main .why-us .container .row {
  padding: 40px;
  margin: 0;
}

main .why-us-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 991.98px) {
  main .why-us-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

main .why-us-img-wrapper img {
  width: 500px;
  height: auto;
}

@media only screen and (max-width: 991.98px) {
  main .why-us-img-wrapper img {
    width: 400px;
  }
}

@media only screen and (max-width: 480px) {
  main .why-us-img-wrapper img {
    width: 100%;
  }
}

main .why-us-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-family: 'Raleway';
}

@media only screen and (max-width: 991.98px) {
  main .why-us-text {
    font-size: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main .why-us-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .why-us-text-wrapper h4 {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 500;
}

@media only screen and (max-width: 991.98px) {
  main .why-us-text-wrapper h4 {
    font-size: 34px;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  main .why-us-text-wrapper h4 {
    font-size: 25px;
    text-align: center;
  }
}

main .why-us-text-wrapper p {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  padding-left: 10px;
}

@media only screen and (max-width: 991.98px) {
  main .why-us-text-wrapper p {
    font-size: 24px;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  main .why-us-text-wrapper p {
    font-size: 18px;
    text-align: center;
  }
}

main .why-us-text-wrapper a {
  margin-top: 20px;
  margin-left: 10px;
  text-decoration: none;
  color: #231F20;
  font-size: 25px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 35px;
  border: 2px solid #231F20;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media only screen and (max-width: 991.98px) {
  main .why-us-text-wrapper a {
    font-size: 24px;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  main .why-us-text-wrapper a {
    font-size: 18px;
    text-align: center;
  }
}

main .why-us-text-wrapper a:hover {
  background-color: #231F20;
  color: #fff;
}

main .gallery-holder {
  font-family: "Raleway";
  padding: 50px 0;
}

main .gallery-holder .wrapper {
  margin: auto;
  max-width: 1100px;
}

main .gallery-holder .wrapper nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .gallery-holder .wrapper .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .gallery-holder .items span {
  padding: 5px 15px;
  margin: 5px 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: #231F20;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}

main .gallery-holder .items span.active,
main .gallery-holder .items span:hover {
  color: #231F20;
  background: #FFD255;
}

main .gallery-holder .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}

main .gallery-holder .gallery .image {
  width: calc(100% / 4);
  padding: 7px;
}

main .gallery-holder .gallery .image span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 100%;
  border: 3px solid #231F20;
}

main .gallery-holder .gallery .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .gallery-holder .gallery .image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .gallery-holder .gallery .image.hide {
  display: none;
}

main .gallery-holder .gallery .image.show {
  -webkit-animation: animate 0.4s ease;
          animation: animate 0.4s ease;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animate {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

main .gallery-holder .preview-box {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  background: #fff;
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

main .gallery-holder .preview-box.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main .gallery-holder .preview-box .details {
  padding: 13px 15px 13px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .gallery-holder .details .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 400;
}

main .gallery-holder .details .title p {
  font-weight: 500;
  margin-left: 5px;
}

main .gallery-holder .details .icon {
  color: #231F20;
  font-style: 22px;
  cursor: pointer;
}

main .gallery-holder .preview-box .image-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .gallery-holder .image-box img {
  width: 100%;
  border-radius: 0 0 3px 3px;
}

main .gallery-holder .shadow {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}

main .gallery-holder .shadow.show {
  display: block;
}

@media (max-width: 1000px) {
  main .gallery-holder .gallery .image {
    width: calc(100% / 3);
  }
}

@media (max-width: 800px) {
  main .gallery-holder .gallery .image {
    width: calc(100% / 2);
  }
}

@media (max-width: 700px) {
  main .gallery-holder .wrapper nav .items {
    max-width: 600px;
  }
  main .gallery-holder nav .items span {
    padding: 7px 15px;
  }
}

@media (max-width: 600px) {
  main .gallery-holder .wrapper {
    margin: 30px auto;
  }
  main .gallery-holder .wrapper nav .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .gallery-holder nav .items span {
    margin: 5px;
    width: 45%;
    text-align: center;
  }
  main .gallery-holder .gallery .image {
    width: 100%;
  }
}

main .gallery-holder .mobile-category {
  width: 175px;
}

main .order {
  font-family: "Raleway";
  padding: 80px 0;
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

main .order .chart-color {
  max-width: 450px;
  margin: auto;
  padding: 20px;
  background-color: #E8E9ED;
  position: relative;
  overflow: hidden;
  height: 550px;
  background-color: #fff;
  -webkit-box-shadow: 2px 1px 8px 0 rgba(255, 128, 128, 0.3), -1px -2px 8px 0 rgba(255, 228, 136, 0.3), 1px -1px 8px 0 rgba(140, 255, 133, 0.3), 0 -2px 8px 0 rgba(128, 199, 255, 0.3), 2px 3px 8px 0 rgba(228, 136, 255, 0.3), -2px -3px 8px 0 rgba(255, 97, 107, 0.3), -4px 2px 8px 0px rgba(142, 92, 255, 0.3);
          box-shadow: 2px 1px 8px 0 rgba(255, 128, 128, 0.3), -1px -2px 8px 0 rgba(255, 228, 136, 0.3), 1px -1px 8px 0 rgba(140, 255, 133, 0.3), 0 -2px 8px 0 rgba(128, 199, 255, 0.3), 2px 3px 8px 0 rgba(228, 136, 255, 0.3), -2px -3px 8px 0 rgba(255, 97, 107, 0.3), -4px 2px 8px 0px rgba(142, 92, 255, 0.3);
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media only screen and (max-width: 480px) {
  main .order .chart-color {
    height: 550px;
    padding: 20px 0;
  }
}

main .order .chart-color:hover {
  -webkit-box-shadow: 2px 1px 12px 0 rgba(255, 128, 128, 0.6), -1px -2px 12px 0 rgba(255, 228, 136, 0.6), 1px -1px 12px 0 rgba(140, 255, 133, 0.6), 0 -2px 12px 0 rgba(128, 199, 255, 0.6), 2px 3px 12px 0 rgba(228, 136, 255, 0.6), -2px -3px 12px 0 rgba(255, 97, 107, 0.6), -4px 2px 12px 0px rgba(142, 92, 255, 0.6);
          box-shadow: 2px 1px 12px 0 rgba(255, 128, 128, 0.6), -1px -2px 12px 0 rgba(255, 228, 136, 0.6), 1px -1px 12px 0 rgba(140, 255, 133, 0.6), 0 -2px 12px 0 rgba(128, 199, 255, 0.6), 2px 3px 12px 0 rgba(228, 136, 255, 0.6), -2px -3px 12px 0 rgba(255, 97, 107, 0.6), -4px 2px 12px 0px rgba(142, 92, 255, 0.6);
}

main .order .chart-color:hover p span {
  font-weight: 600;
}

main .order .chart-color h4 {
  margin: 15px 0 25px 0;
  color: #231F20;
}

@media only screen and (max-width: 480px) {
  main .order .chart-color h4 {
    padding: 0 20px;
    text-align: center;
  }
}

main .order .chart-color p {
  margin-bottom: 30px;
  color: #231F20;
}

main .order .chart-color p span {
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  main .order .chart-color p {
    font-size: 13px;
    margin-bottom: 30px;
    text-align: center;
  }
}

main .order .chart-color ul {
  padding: 20px 0;
  z-index: 10;
  position: relative;
}

@media only screen and (max-width: 480px) {
  main .order .chart-color ul {
    font-weight: 600;
  }
}

main .order .chart-color-img {
  position: absolute;
  bottom: -54px;
  right: -90px;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  main .order .chart-color-img {
    bottom: -55px;
    right: -180px;
  }
}

main .order .chart-color-img img {
  display: block;
}

main .order .chart-color-img img.mobile-img {
  display: none;
}

@media only screen and (max-width: 480px) {
  main .order .chart-color-img img {
    display: none;
  }
  main .order .chart-color-img img.mobile-img {
    display: block;
  }
}

main .order .chart-pencil {
  max-width: 450px;
  margin: auto;
  padding: 20px;
  background-color: #E8E9ED;
  position: relative;
  overflow: hidden;
  height: 550px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media only screen and (max-width: 480px) {
  main .order .chart-pencil {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  main .order .chart-pencil {
    height: 550px;
  }
}

main .order .chart-pencil:hover {
  -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.6);
}

main .order .chart-pencil:hover p span {
  font-weight: 600;
}

main .order .chart-pencil h4 {
  margin: 15px 0 25px 0;
  color: #231F20;
}

@media only screen and (max-width: 480px) {
  main .order .chart-pencil h4 {
    padding: 0 20px;
    text-align: center;
  }
}

main .order .chart-pencil p {
  margin-bottom: 30px;
  color: #231F20;
}

@media only screen and (max-width: 480px) {
  main .order .chart-pencil p {
    font-size: 13px;
    margin-bottom: 30px;
    text-align: center;
  }
}

main .order .chart-pencil p span {
  display: inline;
}

main .order .chart-pencil ul {
  padding: 20px 0;
  z-index: 10;
  position: relative;
}

@media only screen and (max-width: 480px) {
  main .order .chart-pencil ul {
    font-weight: 600;
  }
}

main .order .chart-pencil-img {
  position: absolute;
  bottom: -145px;
  right: 145px;
}

@media only screen and (max-width: 480px) {
  main .order .chart-pencil-img {
    bottom: -90px;
    right: 150px;
  }
}

main .order .chart-pencil-img img {
  display: block;
}

main .order .chart-pencil-img img.mobile-img {
  display: none;
}

@media only screen and (max-width: 480px) {
  main .order .chart-pencil-img img {
    display: none;
  }
  main .order .chart-pencil-img img.mobile-img {
    display: block;
  }
}

@media only screen and (max-width: 991.98px) {
  main .order .chart-color, main .order .chart-pencil {
    margin-bottom: 40px;
  }
}

main .order .how-to-order {
  padding: 20px 20px 60px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
  margin: auto;
  margin-bottom: 80px;
  max-width: 1250px;
}

@media only screen and (max-width: 991px) {
  main .order .how-to-order {
    max-width: 450px;
  }
}

main .order .how-to-order:hover {
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
}

main .order .how-to-order:hover a, main .order .how-to-order:hover span {
  font-weight: 600;
}

main .order .how-to-order h3 {
  margin: 15px 0 25px 0;
}

@media only screen and (max-width: 991px) {
  main .order .how-to-order h3 {
    text-align: center;
  }
}

main .order .how-to-order p {
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  main .order .how-to-order p {
    text-align: center;
    margin-bottom: 30px;
  }
}

main .order .how-to-order a, main .order .how-to-order span {
  margin: 0 0 0 0;
  color: #231F20;
  font-weight: 500;
  display: inline-block;
}

main .order .how-to-order a.facebook, main .order .how-to-order span.facebook {
  margin-right: 0;
}

#backToTop {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #FFD255;
  /* Set a background color */
  color: #231F20;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer {
  background-color: #231F20;
  padding: 40px 0;
}

footer .footer-contact, footer .footer-link, footer .footer-social {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767.98px) {
  footer .footer-contact, footer .footer-link, footer .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px 0;
    max-width: 200px;
    min-width: 200px;
  }
}

footer h3 {
  color: #E8E9ED;
  position: relative;
  padding: 5px 0;
  font-size: 24px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991.98px) {
  footer h3 {
    font-size: 20px;
  }
}

footer p, footer a {
  color: #E8E9ED;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991.98px) {
  footer p, footer a {
    font-size: 14px;
  }
}

footer p span, footer a span {
  margin-right: 10px;
}

footer a {
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

footer a:hover {
  color: #E8E9ED;
  text-decoration: underline;
  position: relative;
}

footer .main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  footer .main-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .main-footer .footer-logo {
  width: 100px;
  margin-right: 50px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media only screen and (max-width: 991.98px) {
  footer .main-footer .footer-logo {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  footer .main-footer .footer-logo {
    margin: 20px 0;
    margin-right: 100px;
  }
}

footer .main-footer .footer-logo img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */