.main-color {
  color: #ff0000;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Worksans;
  src: url(../../Fonts/Worksans/WorkSansRegular.ttf);
}
@font-face {
  font-family: Montserrat;
  src: url(../../Fonts/montserrat/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Allura;
  src: url(../../Fonts/Allura/AlluraRegular.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  transition: ease-in-out 0.4s;
  overflow-x: hidden !important;
  background-color: #000;
  color: #fff;
}

.main-text {
  padding: 40px 0;
  background-color: #ff0000;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  .main-text {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .main-text {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .main-text {
    font-size: 16px;
  }
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 9;
  background-image: url(../../imgs/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-intro {
  background-color: #000;
  background-image: url(../../imgs/hero/wave.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: flex !important;
  justify-content: center;
}

.valentine-gif {
  max-width: 100px;
}
@media (max-width: 480px) {
  .valentine-gif {
    max-width: 60px;
  }
}

.order-btn {
  background-color: #ff0000;
  padding: 12px 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 10px;
  transition: ease-in-out 0.7s;
}

header {
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
@media (max-width: 991px) {
  header {
    padding: 0 20px;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .navbar-brand .shop-logo {
  display: flex;
  justify-content: center;
  width: 220px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  header .navbar-brand .shop-logo {
    max-width: 180px;
  }
}
header .navbar-nav {
  padding: 0;
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .navbar-nav .nav-item.active .nav-link {
  padding: 0 !important;
  transition: ease-in-out 0.7s;
}
header .navbar-nav .nav-item.active .nav-link a {
  color: #ff0000;
}
header .navbar-nav .nav-item.active .nav-link:hover {
  border-bottom-color: #fff !important;
}
@media (max-width: 991px) {
  header .navbar-nav .nav-item.active .nav-link {
    border: none !important;
  }
}
@media (min-width: 1024px) {
  header section.menu-section {
    margin-right: 110px;
  }
}
@media (max-width: 1024px) {
  header section.menu-section {
    margin: 0;
    padding: 0;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 991px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: #000;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .btn {
  padding: 0 !important;
}
header section.menu-section nav .btn a {
  background-color: #fff;
  border-radius: 30px;
  padding: 12px 20px !important;
  color: #ff0000 !important;
  border-bottom: none !important;
  transition: ease-in-out 0.7s;
}
header section.menu-section nav .btn a:hover {
  border-bottom: none !important;
  background-color: #000;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section nav .header-links .nav-item {
  color: #fff;
  font-family: Worksans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  padding: 17px;
}
@media (max-width: 991px) {
  header section.menu-section nav .header-links .nav-item {
    padding-bottom: 10px;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
header section.menu-section nav .header-links .nav-item a.nav-link {
  color: #fff;
  padding: 0;
  font-size: 17px;
}
@media (max-width: 1100px) {
  header section.menu-section nav .header-links .nav-item a.nav-link {
    font-size: 13px;
  }
}
header section.menu-section nav .header-links .nav-item a.nav-link:hover {
  color: #fff;
  text-shadow: 0px 0px 4px #000;
  border-color: #000;
}
@media (max-width: 1200) {
  header section.menu-section nav .header-links .nav-item a.nav-link:hover {
    border: none;
  }
}
@media (max-width: 1170px) {
  header section.menu-section nav .header-links .nav-item {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav .header-links .nav-item {
    font-size: 17px;
  }
}
header section.menu-section nav .header-links .nav-item .dropdown-menu {
  background-color: rgb(0, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item {
  color: #9d9d9d;
  z-index: 999;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

/* section hero */
section.hero-section {
  padding: 50px 0 80px 0;
  color: #DA291C;
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 0 0 50px 0;
  }
}
section.hero-section .hero-img {
  position: relative;
  display: flex;
  justify-content: center;
}
section.hero-section img {
  border-radius: 50%;
  max-width: 90%;
  box-shadow: 0px 0px 26px rgba(255, 255, 255, 0.1725490196);
}
section.hero-section h1 {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 2px 0px #ff0000;
}
@media (max-width: 1200px) {
  section.hero-section h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 991px) {
  section.hero-section h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  section.hero-section h1 {
    font-size: 2.7rem;
  }
}
section.hero-section h2 {
  color: #fff;
}
@media (max-width: 991px) {
  section.hero-section h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  section.hero-section h2 {
    font-size: 1rem;
  }
}
section.hero-section p {
  margin-bottom: 30px;
  max-width: 500px;
}
@media (max-width: 991px) {
  section.hero-section p {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  section.hero-section p {
    margin: auto;
  }
}
section.hero-section a {
  color: #fff;
  text-transform: capitalize;
  border: 2px solid #ff0000;
  border-radius: 30px;
  transition: ease-in-out 0.7s;
}
section.hero-section a:hover {
  border-color: #ff0000;
  color: #ff0000;
  background-color: transparent;
  text-decoration: none;
}
@media (max-width: 768px) {
  section.hero-section a {
    margin-right: auto;
    margin-left: auto;
  }
}

/* more about us section */
section.more-about-us {
  background-color: #fff;
}
section.more-about-us .col-12 {
  height: 100%;
  padding: 0;
}
section.more-about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
  text-transform: capitalize;
  color: #ff0000;
}
section.more-about-us div.about-us-content .about-us-img {
  padding: 0%;
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content .about-us-img {
    padding: 5% 22% 1% 22%;
    max-width: 80%;
    margin: auto;
    display: flex;
  }
}
@media (max-width: 768px) {
  section.more-about-us div.about-us-content .about-us-img {
    padding: 5% 15%;
  }
}
@media (max-width: 567px) {
  section.more-about-us div.about-us-content .about-us-img {
    padding: 5% 10%;
  }
}
section.more-about-us div.about-us-content h5 {
  font-size: 15px;
}
@media (max-width: 350px) {
  section.more-about-us div.about-us-content h5 {
    font-size: 11px;
  }
}
section.more-about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin-bottom: 50px;
  font-weight: bolder;
}
section.more-about-us div.about-us-content div.shop-about-text {
  padding: 13% 17%;
}
@media (max-width: 1200px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 9%;
  }
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 0% 23% 5% 23%;
  }
}
@media (max-width: 768px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 0% 15% 10% 15%;
  }
}
section.more-about-us div.about-us-content div.shop-about-text h3 {
  margin-bottom: 20px;
  color: #ff0000;
  font-size: 37px;
  line-height: 33px;
  font-weight: bolder;
  letter-spacing: -2px;
}
@media (max-width: 1200px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    margin-bottom: 20px;
    font-size: 37px;
    line-height: 33px;
    font-weight: bolder;
    letter-spacing: -2px;
    font-family: Worksans;
  }
}
@media (max-width: 768px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    font-size: 20px;
  }
}
section.more-about-us div.about-us-content div.shop-about-text p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1200px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    padding-top: 40px;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    padding-top: 20px;
  }
}

section.category {
  padding: 80px 0;
  position: relative;
}
section.category::before {
  position: absolute;
  content: "";
  background-image: url(../../imgs/about/wave-about.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.category h3 {
  font-weight: bold;
  font-size: 65px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 80px;
  text-transform: capitalize;
  color: #ff0000;
}
@media (max-width: 768px) {
  section.category h3 {
    font-size: 35px;
  }
}
section.category .card {
  background-color: transparent;
  border-color: transparent;
  transition: ease-in-out 0.7s;
  border-radius: 2.25rem;
  padding: 0;
}
section.category .card:hover {
  transform: scale(1.1);
}
section.category .card:hover a {
  text-decoration: none !important;
}
section.category .card:hover .card-title {
  display: flex;
}
section.category .card .card-img-top {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 28px #fca316;
  position: relative;
}
section.category .card .card-title {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3450980392);
  border-radius: 50%;
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: ease-in-out 0.7s;
  display: none;
}

.specialOffer {
  background-image: url(../../imgs/hero/the-kebab-rugeley-shop-front.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 700px;
  display: flex;
}
@media (max-width: 991px) {
  .specialOffer {
    background-attachment: unset;
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .specialOffer {
    background-attachment: unset;
    min-height: 400px;
  }
}
.specialOffer h1 {
  font-size: 37px;
  font-weight: bolder;
  font-family: worksans;
  text-align: center;
  padding: 0 15px;
  color: rgb(255, 0, 0);
  text-shadow: -3px -2px rgba(255, 255, 255, 0.6392156863);
  background-image: linear-gradient(to left, transparent, rgba(202, 202, 202, 0.2745098039), rgba(255, 255, 255, 0.4470588235), rgba(190, 190, 190, 0.2784313725), transparent);
  padding: 15px;
}
@media (max-width: 991px) {
  .specialOffer h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .specialOffer h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .specialOffer h1 {
    font-size: 22px;
  }
}

.gallery {
  background-color: #DA291C;
  padding: 50px;
}
@media (max-width: 991px) {
  .gallery {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .gallery {
    padding: 30px 20px;
  }
}
.gallery .swiper-slide {
  transition: ease-in-out 0.7s;
}
.gallery .swiper-slide:hover {
  transform: scale(1.1);
}
.gallery .swiper-slide a {
  text-decoration: none;
}
.gallery .gallery-img {
  width: 100%;
  height: 90%;
  padding: 2px;
  border-radius: 25%;
}
.gallery .title {
  text-align: center;
  margin: 5px 0;
  color: #fff !important;
  font-size: 15px;
}

.dessert-section {
  padding: 40px 0;
}
.dessert-section img {
  background-color: #ff0000;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
  width: 85%;
  margin-bottom: 23px;
}
.dessert-section h3,
.dessert-section p {
  text-align: left;
}
@media (max-width: 768px) {
  .dessert-section h3,
  .dessert-section p {
    text-align: center;
  }
}
.dessert-section .order-btn {
  background-color: #ff0000;
  padding: 12px 25px;
  color: #fff;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .dessert-section .order-btn {
    margin: 20px auto 0 auto;
  }
}

.about-us {
  background-color: #131313;
  color: #fff;
  padding: 100px 50px 0 80px;
  position: relative;
}
@media (max-width: 991px) {
  .about-us {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .about-us {
    padding: 50px 0 0 0;
  }
}
.about-us::after {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  content: "";
  background-image: url(../../imgs/hero/black-wave.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 55%;
  display: flex;
}
@media (max-width: 768px) {
  .about-us::after {
    height: 25%;
  }
}
.about-us a {
  color: #fff;
  text-transform: capitalize;
  border: 2px solid #ff0000;
  border-radius: 30px;
  transition: ease-in-out 0.7s;
}
.about-us a:hover {
  border-color: #ff0000;
  color: #ff0000;
  background-color: transparent;
  text-decoration: none;
}
@media (max-width: 991px) {
  .about-us a {
    margin-left: auto;
    margin-right: auto;
  }
}
.about-us h3 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 32px;
}
@media (max-width: 1200px) {
  .about-us h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .about-us h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .about-us p {
    max-width: 90%;
    font-size: 15px;
    margin: auto;
  }
}
.about-us img {
  max-width: 95%;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .about-us img {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .about-us img {
    max-width: 90%;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .about-us img {
    margin-bottom: 30px;
    max-width: 70%;
  }
}

section.peyment-method {
  background-color: #ff0000;
}
section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row div.col-10 .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

section.dl-app {
  margin: 50px 0;
}
@media (max-width: 576px) {
  section.dl-app {
    margin: 0;
  }
}
section.dl-app .app-mockup {
  max-width: 95%;
}
section.dl-app .app-mockup:hover {
  animation: app-animation 1s ease-in;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
@keyframes app-animation {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
section.dl-app div.inner-content {
  padding: 0;
  max-width: 516px;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content p {
  color: #DA291C;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
section.dl-app div.inner-content img.dl-app-link {
  width: 180px;
  margin: 0 10px 0 0;
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-style: normal;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #DA291C;
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 30px;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
section.reviews .container {
  background-color: #DA291C;
  border-radius: 34px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
}
@media (min-width: 991px) {
  section.reviews h3 {
    font-size: 40px;
  }
}
section.reviews .comment-section {
  padding: 20px;
  text-align: center;
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #ff0000;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}
section.reviews img {
  width: 25px !important;
  height: 25px;
  margin-right: 2px;
}
section.reviews .star-o {
  margin-left: 2px;
}

/* footer */
footer {
  padding: 0;
}
footer .footer-blur {
  margin: 0;
  padding: 0;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
footer .fa {
  font-size: 2rem;
  color: #fff;
}
footer .social-media {
  width: 1.8rem;
}
footer .ft {
  border-right: 1px solid #DA291C;
}
@media (max-width: 768px) {
  footer .ft {
    border-right-color: transparent;
  }
}
footer .footer-header {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #ff0000;
}
footer .footer-details {
  margin: 8% 4% 0% 4%;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  flex-direction: column;
  padding: 20px 0;
}
@media (max-width: 768px) {
  footer .footer-details {
    padding: 10px 0;
  }
}
footer .footer-details p {
  color: #fff;
  justify-content: center;
  text-align: center;
}
footer .footer-details img.dl-app {
  margin: 5% 0;
  max-width: 220px;
}
footer #openinghour {
  font-size: 1.2rem;
  padding: 0 5px 0 5px;
  width: 90%;
}
@media (max-width: 991px) {
  footer #openinghour {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer #openinghour {
    width: 80%;
  }
}
footer #location-span {
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
footer #location-span svg {
  width: 20px;
  margin-right: 5px;
}
footer #location-span p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.food-links {
  padding: 2% 14% 0 14%;
}
.food-links ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.food-links ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #cdcdcd;
  text-transform: capitalize;
  border-radius: 17px;
  padding: 8px 15px;
  margin: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-color: #000;
}
.food-links ul li a {
  color: #fff !important;
  margin-bottom: 0;
  font-size: 13px;
  transition: ease-in-out 0.7s;
}
.food-links ul li a:hover {
  text-decoration: none;
}
.food-links ul li:hover {
  border: 1px solid #ff0000;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 17px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #ff0000;
  outline: none;
  background-color: #b8b8b8;
  color: #ff0000;
  cursor: pointer;
  padding: 8px 15px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  transition: ease-in-out 0.7s;
}
#myBtn:hover {
  background-color: #ffffff;
}

section.social-media {
  background-color: #000;
}
section.social-media h5 {
  color: #ff0000;
}
section.social-media div.icon-holder {
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #ff0000;
  color: white;
}
::selection {
  background-color: #ff0000;
  color: white;
}

::-moz-selection {
  background-color: #ff0000;
  color: white;
}

/* Customize  Scrollbar  */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #ff0000;
  border-radius: 10px;
}

section.copyright {
  background-color: #DA291C;
  color: #fff;
}
section.copyright a.mealzo-link {
  color: #ff0000 !important;
}
section.copyright a.mealzo-link img {
  max-width: 150px;
}/*# sourceMappingURL=style2.css.map */