@import url("https://fonts.googleapis.com/css2?family=ABeeZee&family=Sigmar+One&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body {
  background: #ffeeee;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

footer {
  color: #fff;
  background: #851a1a;
  height: 50px;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer a,
footer a:visited,
footer a:hover {
  color: #fff;
}
footer a {
  display: inline-block;
  margin-left: 10px;
  font-size: 24px;
}
@media (max-width: 768px) {
  footer {
    height: auto;
  }
  footer .container {
    padding-top: 20px;
    padding-bottom: 10px;
    flex-direction: column;
    text-align: center;
  }
  footer p {
    margin-bottom: 6px;
  }
}

.container {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    width: 1080px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 980px;
  }
}
@media (max-width: 1080px) {
  .container {
    width: 90%;
  }
}

.cta-btn {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  padding: 16px 30px;
  color: #851a1a;
  font-size: 20px;
  font-family: "Sigmar One", sans-serif;
  border-radius: 50px;
  background: #e86d87;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.cta-btn:hover, .cta-btn:visited {
  color: #fff;
}
@media (max-width: 530px) {
  .cta-btn {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .cta-btn {
    font-size: 16px;
    padding: 10px 16px;
  }
}

body.pause {
  overflow: hidden;
}

.modal-container {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
}
.modal-container.active {
  display: flex;
}
.modal-container .modal-content-container {
  margin-left: 10%;
  margin-right: 10%;
  max-width: 650px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
.modal-container .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-container .modal-header .img-container {
  width: 40%;
}
.modal-container .modal-header .title {
  width: 50%;
}
.modal-container .modal-header h2 {
  margin-bottom: 20px;
}
.modal-container button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  right: -20px;
  top: -20px;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50px;
  font-size: 28px;
  color: #fff;
  background-color: #e86d87;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sigmar One", sans-serif;
  margin: 0;
  line-height: 1;
}

p,
a,
li,
button {
  margin: 0;
  font-family: "ABeeZee", sans-serif;
}

a,
button {
  cursor: pointer;
}

.post,
.page {
  margin: 0;
  background: #ffeeee;
}

.site-main a,
.site-main a:visited,
.site-main a:active,
.site-main a:hover {
  color: #fff;
}
.site-main .title-container {
  text-align: center;
  width: 60%;
  margin: 0 auto 100px;
}
.site-main .title-container h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #e86d87;
}
.site-main .title-container p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .site-main .title-container {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .site-main .title-container h2 {
    font-size: 28px;
  }
  .site-main .title-container p {
    font-size: 16px;
  }
}
.site-main section.section1 {
  height: 100vh;
  border-bottom: 60px solid #851a1a;
  background: linear-gradient(180deg, rgba(255, 138, 0, 0.3) 0%, rgba(255, 138, 0, 0) 100%);
}
.site-main section.section1 .container {
  display: flex;
  position: relative;
}
.site-main section.section1 .content-container {
  margin-top: 25%;
  position: relative;
  z-index: 3;
}
.site-main section.section1 h1 {
  font-size: 100px;
}
.site-main section.section1 h2 {
  font-size: 32px;
  margin-bottom: 10px;
}
.site-main section.section1 h3 {
  font-size: 36px;
}
.site-main section.section1 p {
  font-size: 22px;
  margin-bottom: 40px;
  color: #851a1a;
  width: 55%;
}
.site-main section.section1 h1,
.site-main section.section1 h2,
.site-main section.section1 h3 {
  color: #e86d87;
}
.site-main section.section1 img.cloud {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
.site-main section.section1 canvas {
  position: absolute;
  bottom: -74px;
  right: 15px;
  z-index: 2;
  display: block;
  width: 500px;
  height: max-content;
}
@media (max-width: 600px) {
  .site-main section.section1 canvas {
    width: 300px;
    bottom: -44px;
  }
}
@media (max-width: 530px) {
  .site-main section.section1 h3 {
    font-size: 30px;
  }
  .site-main section.section1 h1 {
    font-size: 60px;
  }
  .site-main section.section1 h2 {
    font-size: 18px;
  }
  .site-main section.section1 a {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .site-main section.section1 img.chef {
    bottom: -21px;
    width: 300px;
  }
}
.site-main section.section2 .container {
  padding: 150px 0;
}
.site-main section.section2 .product-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.site-main section.section2 p {
  color: #851a1a;
}
.site-main section.section2 .single-product {
  width: 23.3333333333%;
  text-align: center;
  margin: 0 5% 5%;
}
.site-main section.section2 .single-product .img-container {
  position: relative;
}
.site-main section.section2 .single-product img {
  display: block;
  max-width: 340px;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  transition: all 0.25s;
}
.site-main section.section2 .single-product .eclipse {
  position: absolute;
  bottom: 0;
  max-width: none;
  width: 100%;
  height: auto;
  opacity: 0.75;
  z-index: -1;
}
.site-main section.section2 .single-product:hover img:first-child {
  scale: 1.1;
}
@media (max-width: 768px) {
  .site-main section.section2 .single-product {
    width: 40%;
  }
}
@media (max-width: 530px) {
  .site-main section.section2 .single-product h2 {
    font-size: 18px;
  }
}
.site-main section.section-order {
  background: #851a1a;
  background: url("../img/order-bg.jpg") center/cover no-repeat;
  margin-bottom: 120px;
}
.site-main section.section-order .container {
  padding: 60px 0 10px;
  text-align: center;
}
.site-main section.section-order h1 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}
.site-main section.section-order p {
  font-size: 20px;
  color: #fff;
  width: 50%;
  margin: 0 auto 50px;
}
.site-main section.section-order .order-container {
  display: flex;
  gap: 10%;
  justify-content: center;
  margin-top: 40px;
}
.site-main section.section-order .order-container .single-order {
  width: 30%;
  text-align: center;
}
.site-main section.section-order .order-container h2 {
  color: #fff;
  margin-bottom: 10px;
}
.site-main section.section-order .order-container .img-container {
  position: relative;
  z-index: 1;
  width: 70%;
  margin: 0 auto 20px;
}
.site-main section.section-order .order-container img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
}
.site-main section.section-order .order-container .eclipse {
  position: absolute;
  bottom: 0%;
  left: 0%;
  max-width: none;
  width: 100%;
  height: auto;
  opacity: 0.75;
  z-index: -1;
}
.site-main section.section-order .order-container .arrow {
  position: absolute;
  bottom: 50%;
  left: calc(100% + 20px);
  width: 80px;
  height: auto;
}
.site-main section.section-order .order-container p {
  font-size: 20px;
  color: #fff;
  width: 100%;
}
@media (max-width: 1280px) {
  .site-main section.section-order .order-container .arrow {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .site-main section.section-order {
    margin-bottom: 60px;
  }
  .site-main section.section-order p {
    width: 100%;
  }
  .site-main section.section-order .order-container {
    margin-top: 100px;
    flex-direction: column;
    gap: 40px;
  }
  .site-main section.section-order .order-container .img-container {
    width: max-content;
  }
  .site-main section.section-order .order-container .arrow {
    left: calc(50% - 20px);
    bottom: -50px;
    transform: rotate(90deg);
    width: 50px;
  }
  .site-main section.section-order .order-container .single-order {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .site-main section.section-order .order-container .img-container {
    width: 70%;
  }
}
.site-main section.section3 .container {
  padding: 20px 20px 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.site-main section.section3 .title-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.site-main section.section3 p {
  color: #851a1a;
}
.site-main section.section3 .gallery-container {
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: relative;
  padding-bottom: 50px;
}
.site-main section.section3 .owl-nav {
  position: absolute;
  left: -10px;
  right: -10px;
  top: 40%;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}
.site-main section.section3 .owl-nav span {
  opacity: 0.5;
  font-size: 3em;
  line-height: 1;
}
.site-main section.section4 .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 100px 0;
}
.site-main section.section4 .right {
  width: 40%;
}
.site-main section.section4 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #e86d87;
}
.site-main section.section4 p {
  font-size: 20px;
  margin-bottom: 40px;
  color: #851a1a;
}
.site-main section.section4 a {
  display: inline-flex;
  align-items: center;
}
.site-main section.section4 a i {
  font-size: 2em;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .site-main section.section4 .container {
    flex-direction: column;
  }
  .site-main section.section4 .right {
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 530px) {
  .site-main section.section4 h2 {
    font-size: 28px;
  }
  .site-main section.section4 p {
    font-size: 16px;
  }
}

.error-404 {
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 138, 0, 0.3) 0%, rgba(255, 138, 0, 0) 100%);
}
.error-404 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.error-404 .content-container {
  text-align: center;
  position: relative;
  z-index: 2;
}
.error-404 h1 {
  color: #e86d87;
  font-size: 3em;
  margin-bottom: 10px;
}
.error-404 p {
  font-size: 18px;
  margin-bottom: 20px;
}
.error-404 img.thumbnail {
  display: block;
  max-width: 300px;
  margin: 0 auto 20px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
}
.error-404 img.cloud {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*# sourceMappingURL=style.css.map */
