/*
Template Name: Epicurean - Food & Restaurant Html Template
*/
/*================================================
1. Default CSS
2. Menu CSS
3. CTA CSS
4. About CSS
5. Trending CSS
6. Food Menu CSS
7. Chef CSS
8. Info CSS
9. Testimonial CSS
10. Reservation CSS
11. Hero CSS
12. Footer CSS
13. Blog CSS
14. Contact CSS
15. FAQ CSS
16. Coffee CSS
17. Chose CSS
18. Shop CSS

=================================================*/
/*================================================
1. Default CSS
=================================================*/
@font-face {
  font-family: "bakilda_histori";
  src: url("../fonts/text-fonts/bakilda-histori.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "abril_display";
  src: url("../fonts/text-fonts/abril_display_regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: "abril_display";
  src: url("../fonts/text-fonts/abril_display_semibold.otf");
  font-weight: 600;
}

@font-face {
  font-family: "abril_display";
  src: url("../fonts/text-fonts/abril_display_bold.otf");
  font-weight: 700;
}

@font-face {
  font-family: "value_sans_pro";
  src: url("../fonts/text-fonts/value_sans_pro_regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "value_sans_pro";
  src: url("../fonts/text-fonts/value_sans_pro_medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "value_sans_pro";
  src: url("../fonts/text-fonts/value_sans_pro_bold.ttf");
  font-weight: 700;
}

/* Media Query Variable */
/*CSS Variable*/
:root {
  /*font Variable*/
  --ff-value-sans-pro: "value_sans_pro";
  --ff-abril-display: "abril_display";
  --ff-bakilda-histori: "bakilda_histori";
  /*Color Variable*/
  --text-heading-black: #101113;
  --text-bogy-gray: #53565c;
  --primary-yellow: #fd9900;
  --coffee-color: #86371c;
  --orange-color: #ff6347;
  --color-off-white: #f8f8f8;
  --color-white: #fff;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  color: var(--text-heading-black);
  font-family: var(--ff-bakilda-histori);
  font-weight: 400;
  letter-spacing: unset;
}

h2.h2 {
  font-size: 24px;
  font-family: var(--ff-abril-display);
  font-weight: 700;
  letter-spacing: 0.24px;
  margin-bottom: 0;
}

@media only screen and (max-width: 991.98px) {
  h2.h2 {
    font-size: 22px;
  }
}

html,
body {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-bogy-gray);
  font-family: var(--ff-value-sans-pro);
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

ul.custom-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-96 {
  margin-bottom: 96px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-96 {
  padding-bottom: 96px;
}

.z-index-one {
  z-index: 1 !important;
}

.z-index-minus-one {
  z-index: -1 !important;
}

@media only screen and (max-width: 991.98px) {
  .mt-120 {
    margin-top: 60px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mb-96 {
    margin-bottom: 36px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pt-96 {
    padding-top: 36px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .pb-96 {
    padding-bottom: 36px;
  }
}

.bg_color_off_white {
  background-color: var(--color-off-white);
}

.bg_color_off_black {
  background-color: var(--text-heading-black);
}

.bg_color_coffee {
  background-color: var(--coffee-color);
}

.bg_color_off_light_black {
  background-color: #17191e;
}

.bg_color_off_light_yellow {
  background-color: #fffaf2;
}

.bg_color_off_light_orange {
  background-color: #efece7;
}

.text_color_yellow {
  color: var(--primary-yellow);
}

.text_color_white {
  color: var(--color-white);
}

.text_color_coffee {
  color: #270a05;
}

.text_color_light_coffee {
  color: rgba(39, 10, 5, 0.6);
}

.font-family-value-sans {
  font-family: var(--ff-value-sans-pro);
}

.font-family-abril-display {
  font-family: var(--ff-abril-display);
}

/*
============================================
============= Custom Scroll Bar CSS ================
*/
body::-webkit-scrollbar {
  width: 0.3em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

/*
============================================
============= Custom Scroll Bar CSS End ================
*/

/* Custom Cursor */
.cursor {
  pointer-events: none;
  position: fixed;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: exclusion;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease,
    -webkit-transform 0.3s ease;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
  opacity: 0.1;
  cursor: pointer;
}

/* Custom Cursor End */
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #fff;
  mix-blend-mode: exclusion;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.back-to-top-btn i {
  color: #000;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-text-stroke: 1px;
}

.back-to-top-btn i::before {
  vertical-align: middle;
}

/*Back to Top btn End*/
.section-title span {
  font-family: var(--ff-value-sans-pro);
  color: var(--primary-yellow);
  display: inline-block;
}

.section-title h2 {
  font-size: 44px;
  line-height: 1.3;
}

@media only screen and (max-width: 1199.98px) {
  .section-title h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 991.98px) {
  .section-title h2 {
    font-size: 26px;
  }
}

.section-title.section-title-coffee span {
  color: var(--coffee-color);
  position: relative;
  display: inline-block;
  padding-left: 60px;
  padding-right: 60px;
}

.section-title.section-title-coffee span::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/title-left-sp.png);
  left: 0;
  height: 1px;
  width: 50px;
  content: "";
}

.section-title.section-title-coffee span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/title-right-sp.png);
  right: 0;
  height: 1px;
  width: 50px;
  content: "";
}

.section-title.section-title-coffee span.only-left-sp {
  padding-right: 0px;
}

.section-title.section-title-coffee span.only-left-sp::after {
  display: none;
}

.section-title.section-title-coffee span.white-sp::before {
  background-image: url(../images/title-left-white-sp.png);
}

.section-title.section-title-coffee span.white-sp::after {
  background-image: url(../images/title-right-white-sp.png);
}

.section-title.section-title-coffee h2 {
  color: var(--coffee-color);
}

.section-title.section-title-coffee.orange span {
  color: var(--orange-color);
}

.section-title.section-title-coffee.orange span::before {
  background-image: url(../images/title-left-sp-orange.png);
}

.section-title.section-title-coffee.orange span::after {
  background-image: url(../images/title-right-sp-orange.png);
}

.section-title.section-title-coffee.orange h2 {
  color: var(--text-heading-black);
}

.common-btn {
  overflow: hidden;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: 500;
  color: #fff;
  background: var(--primary-yellow);
  line-height: 1;
}

.common-btn span {
  z-index: 10;
  display: block;
}

.common-btn:hover {
  color: #fff;
}

.common-btn:hover span {
  -webkit-animation: UpInitial 0.3s, UpEnd 0.3s 0.3s;
  animation: UpInitial 0.3s, UpEnd 0.3s 0.3s;
}

.common-btn.bg-coffee {
  background: var(--coffee-color);
}

.common-btn.bg-orange {
  background: var(--orange-color);
}

.common-btn.style-border {
  color: var(--primary-yellow);
  border: 1px solid #fd9900;
  background: transparent;
}

.common-btn.style-border-coffee {
  color: var(--coffee-color);
  border: 1px solid var(--coffee-color);
  background: transparent;
}

.common-btn.style-border-orange {
  color: var(--orange-color);
  border: 1px solid var(--orange-color);
  background: transparent;
}

.common-btn.border-radius-0 {
  border-radius: unset;
}

.common-btn.border-radius-50 {
  border-radius: 50px;
}

.common-btn.sign-btn {
  color: var(--text-heading-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px;
  background-color: unset;
  gap: 10px;
}

.common-btn.sign-btn i {
  font-size: 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 1;
}

.common-btn.sign-btn:hover {
  color: var(--text-heading-black);
}

.common-btn.sign-btn:hover i {
  color: var(--primary-yellow);
}

@media only screen and (max-width: 991.98px) {
  .common-btn.sign-btn {
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@-webkit-keyframes UpInitial {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, -100%, 0) scale3d(1, 2, 1);
  }
}

@keyframes UpInitial {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, -100%, 0) scale3d(1, 2, 1);
  }
}

@-webkit-keyframes UpEnd {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes UpEnd {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.two-btn-wrap {
  gap: 26px;
}

.breadcrumb-area {
  padding: 243px 0 156px;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(16.65%, rgba(0, 0, 0, 0.57)),
      color-stop(100.78%, #000)
    ),
    url(../images/breadcrumb-img.png);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 16.65%, #000 100.78%),
    url(../images/breadcrumb-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 991.98px) {
  .breadcrumb-area {
    padding: 200px 0 100px;
  }
}

.breadcrumb-info h1 {
  font-size: clamp(30px, 4vw, 54px);
}

.container.custom-container {
  margin-left: calc((100% - 1320px) / 2);
  width: auto;
  min-width: auto;
  max-width: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .container.custom-container {
    margin-left: calc((100% - 1143px) / 2);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container.custom-container {
    margin-left: calc((100% - 970px) / 2);
  }
}

@media (min-width: 1400px) {
  .large-container {
    max-width: 1367px;
  }
}

@media (min-width: 100px) {
  .container.custom-container {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .container.custom-container {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .container.custom-container {
    margin-left: calc((100% - 970px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

@media (min-width: 1200px) {
  .container.custom-container {
    margin-left: calc((100% - 1143px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

@media (min-width: 1400px) {
  .container.custom-container {
    margin-left: calc((100% - 1320px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

@media (min-width: 1400px) {
  .container.resize {
    max-width: 1366px;
  }
}

/*================================================
2. Menu CSS
=================================================*/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')
}




.cbp-spmenu {
    background: #dfdfdf;
    position: fixed
}

.cbp-spmenu h3 {
    color: #fff;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #000000;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300
}

.cbp-spmenu a:hover {
    background: #000000;
}

.cbp-spmenu a:active {
    background: #333;
    color: #fff
}

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #ccc;
    padding: 1em
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em;
    border-left: 1px solid #258ecd
}

.cbp-spmenu-left {
    left: -240px
}

.cbp-spmenu-right {
    right: -240px
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0
}

.cbp-spmenu-top {
    top: -150px
}

.cbp-spmenu-bottom {
    bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu-push-toright {
    left: 240px
}

.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu,.cbp-spmenu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size:75%;
        height: 110px
    }

    .cbp-spmenu-top {
        top: -110px
    }

    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size:90%;
        width: 190px
    }

    .cbp-spmenu-left,.cbp-spmenu-push-toleft {
        left: -190px
    }

    .cbp-spmenu-right {
        right: -190px
    }

    .cbp-spmenu-push-toright {
        left: 190px
    }
}


#showLeftPush {
    display: block;
    height: 30px;
    position: absolute;
    left: 8px;
    top: 18px;
    width: 40px;
    z-index: 2;
    background: 0 0;
    border: 0;
    cursor: pointer
}

#showLeftPush span,#showLeftPush:after,#showLeftPush:before {
    background: #000;
    content: "";
    display: block;
    height: 4px;
    left: 7px;
    position: absolute;
    width: 30px
}

#showLeftPush:before {
    top: 8px
}

#showLeftPush:after {
    top: 24px
}

#showLeftPush span {
    top: 16px
}

#showLeftPush.active:before {
    transform: rotate(45deg)
}

#showLeftPush.active:after,#showLeftPush.active:before {
    top: 10px
}

#showLeftPush.active:after {
    transform: rotate(-45deg)
}

#showLeftPush.active span {
    opacity: 0
}

.navbar {
    display: none
}

#ommenu a,#ommenu li,#ommenu span,#ommenu ul {
    margin: 0;
    padding: 0;
    position: relative
}

#ommenu {
    width: auto
}

#ommenu a {
    color: #fff;
    text-transform: normal;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    line-height: 32px;
    border-bottom: 2px solid #ccc;
    display: block;
    padding: 10px
}

#ommenu ul {
    list-style: none
}

#ommenu>ul>li {
    display: block;
    margin: 0
}

#ommenu.align-center {
    text-align: center
}

#ommenu.align-center>ul>li {
    float: none
}

#ommenu.align-center ul ul {
    text-align: left
}

#ommenu.align-right>ul {
    float: right
}

#ommenu.align-right ul ul {
    text-align: right
}

#ommenu>ul>li>a {
    color: #fff;
    font-size: 15px
}

a.nav-link {}

#ommenu .has-sub:hover>ul {
    display: block;
    z-index: 20
}

#ommenu .has-sub ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #222
}

#ommenu .has-sub ul li a {
    background: #fff;
    border-bottom: 2px solid #080808;
    font-size: 15px;
    display: block;
    line-height: 120%;
    padding: 12px;
    color: #000
}

#ommenu .has-sub ul li:hover a {
    background: #222;
    color: #fff
}

#ommenu ul ul li:hover>a {
    color: #000
}

#ommenu .has-sub .has-sub:hover>ul {
    display: block
}

#ommenu .has-sub .has-sub ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0
}

#ommenu .has-sub .has-sub ul li a {
    background: #0c7fb0;
    border-bottom: 1px dotted #31b7f1
}

#ommenu .has-sub .has-sub ul li a:hover {
    background: #0a6d98
}

body.cbp-spmenu-push-toleft {
    left: 240px
}

@media screen and (min-width: 768px) {
    #showLeftPush {
        display:none
    }

    .navbar {
        display: block
    }

    .navbar-inverse {
        background: 0 0;
        margin-top: 9px;
        margin-bottom: 0;
        border: 0;
        z-index: 1;
        min-height: auto;
        text-transform: none;
        border-radius: 0
    }

    #ommenu a {
        border-bottom: none;
        padding: 0 10px;
        font-weight: 400;
        line-height: 102px;
        text-transform: normal
    }

    #ommenu ul {
        display: table;
        margin: 0 auto
    }

    #ommenu ul ul {
        display: block
    }

    #ommenu .has-sub ul li a {
        background: #000;
        color: #fff;
        border-bottom-color: #222
    }

    #ommenu>ul>li>a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        position: relative
    }

    #ommenu ul:after,#ommenu:after {
        content: '';
        display: block;
        clear: both
    }

    #ommenu>ul>li:hover:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: 0
    }

    #ommenu>ul>li:first-child>a {
        border-radius: 5px 0 0;
        -moz-border-radius: 5px 0 0;
        -webkit-border-radius: 5px 0 0
    }

    #ommenu.align-center>ul>li:first-child>a,#ommenu.align-right>ul>li:first-child>a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0
    }

    #ommenu.align-right>ul>li:last-child>a {
        border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0
    }

    #ommenu>ul>li.active>a {
        color: #688005;
        border-bottom-color: #688005;
        border-radius: 0
    }

    #ommenu>ul>li:hover>a {
        color: #264896;
        border-bottom-color: #264896;
        border-radius: 0
    }

    #ommenu .has-sub {
        z-index: 10
    }

    #ommenu.align-right .has-sub ul {
        left: auto;
        right: 0
    }

    #ommenu .has-sub ul li {
        *margin-bottom: -1px;
        background: #222
    }

    #ommenu.align-right .has-sub .has-sub ul,#ommenu.align-right ul ul ul {
        left: auto;
        right: 100%
    }

    #ommenu .has-sub ul li.last>a,#ommenu .has-sub ul li:last-child>a,#ommenu ul ul li.last>a,#ommenu ul ul li:last-child>a,#ommenu ul ul ul li.last>a,#ommenu ul ul ul li:last-child>a {
        border-bottom: 0
    }

    #ommenu>ul>li {
        display: inline-block;
        float: left;
        margin: 0
    }

    #ommenu .has-sub ul {
        width: 250px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:16px
    }

    #ommenu .has-sub ul li a {
        font-size: 14px
    }

    #ommenu a {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:20px
    }
}



.button,.om-btn-wrapper a,.view-menu-btn {
    background: #f60207;
    color: #fff!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border: none;
    margin: 15px auto 0;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-transform: normal;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none
}

.button:hover,.om-btn-wrapper a:hover,.view-menu-btn:hover {
    background: #ff8343;
    color: #fff!important;
}

.button.red-btn,.om-btn-wrapper a.red-btn,.view-menu-btn.red-btn {
    background: #688005;
    font-weight: 700;
    color: #fff!important
}

.button.red-btn:hover,.om-btn-wrapper a.red-btn:hover,.view-menu-btn.red-btn:hover {
    background: #404f03
}

.button a,.om-btn-wrapper a a,.view-menu-btn a {
    color: #fff
}

.button a:hover,.om-btn-wrapper a a:hover,.view-menu-btn a:hover {
    color: #000
}

.button.book-btn,.om-btn-wrapper a.book-btn,.view-menu-btn.book-btn {
    width: 50%
}

.order-online a {
    background: #8a082c;
    :;
    display: block;
    font-size: 16px;
    border: none;
    margin: 15px auto 0;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #e9c055;
}

.order-online a:hover {
    background: #546704;
    color: #fff!important
}
div#logo img {
    width: 90%;
}
.slider-container .om-btn-wrapper a,.slider-container .view-menu-btn {
    font-size: 22px;
    background: #688005
}

.om-welcome {
    background: #efefef
}

body.black-page {
    background: #fff;
    color: #000
}

#header {
    background: #ffffff;
    width: 100%;
    padding: 14px
}

#header .container {
    position: relative;
    color: #fff;
    padding: 0
}

#header .container #logo {
    margin: 0 auto;
    width: 120px
}

#header .container #logo a {
    display: block
}

#header .container .order-online ul {
    padding: 0;
    margin: 0
}

#header .container .order-online ul li {
    display: block
}

#header .left-nav,#header .right-nav,.header-top .address,.header-top .oo-top {
    display: none
}





@media screen and (min-width: 700px) {
    #header,#header .container {
        padding:0
    }

    #header .container #logo {
        width: 140px;
        float: left;
        margin: 0;
        padding: 14px 0 14px 14px
    }

    #header .container #logo a {
        padding: 0
    }

    #header .container .navbar {
        float: right;
        padding: 0;
        margin-top: 0;
        margin-right: 175px
    }

    #header .container .navbar .navbar-collapse {
        display: block
    }

    #header .container .order-online {
        right: 0;
        top: 15px;
        position: absolute;
        margin: 0;
        padding: 0
    }

    #header .left-nav,#header .right-nav {
        display: block
    }

    #header .left-nav .nav ul,#header .right-nav .nav ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    #header .left-nav .nav ul li,#header .right-nav .nav ul li {
        display: inline-block
    }

    #header .left-nav .nav ul li a,#header .right-nav .nav ul li a {
        display: block;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 700;
        line-height: 50px;
        color: #000
    }

    #header .left-nav .nav ul li a:hover,#header .right-nav .nav ul li a:hover {
        color: #ed1c24
    }

    #header .left-nav {
        float: left;
        margin-left: 70px
    }

    #header .right-nav {
        float: right
    }

    .contact-wrapper {
        padding-right: 80px
    }
}

@media screen and (min-width: 768px) {
    .m-visible {
        display:none!important
    }

    .d-visible {
        display: block!important
    }

    #header .container .navbar-collapse {
        padding: 0
    }
}

@media screen and (min-width: 980px) {
    #header .container #logo {
        width:158px;
        padding: 5px 0 0
    }

    #header .container .top-right .order-online {
        right: 80px;
        top: 52px
    }

    #header .container .navbar {
        margin-right: 265px;
        margin-top: 25px
    }

    section.about-us {
        padding: 40px;
        text-align: center
    }

    .menu-wrapper h2 {
        font-size: 32px
    }

    .menu-wrapper h3 {
        font-size: 30px
    }

    .menu-wrapper p {
        font-size: 20px
    }

    .menu-wrapper p.m-heading {
        font-size: 28px
    }
}

@media screen and (min-width: 992px) {
    .h1,h1 {
        font-size:32px
    }

    .h2,h2 {
        font-size: 28px
    }

    #header {
        position: static
    }

    #header .container,#header .container .navbar-inverse .navbar-collapse.collapse {
        padding: 0
    }

    .main-container h1 {
        margin-bottom: 65px
    }
}

@media screen and (min-width: 1180px) {
    #header .container .top-right .social-icon-list {
        margin-left:50px
    }

    .menu-items .menu-item {
        margin-bottom: 0
    }

    .header-top .oo-top {
        top: 12px
    }

    .header-top .oo-top a {
        font-size: 23px;
        padding-left: 10px;
        padding-right: 10px
    }

    .main-container {
        padding: 40px
    }
}

@media screen and (min-width: 1200px) {
    .menu-items .menu-item .desc {
        min-height:130px
    }

    .container {
        max-width: 1080px
    }
}

.jssor-slide-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0,0,0,.7)
}

.jssorl-009-spin img {
    animation-name: jssorl009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10
}

.jssora051:hover {
    opacity: .8
}

.jssora051.jssora051dn {
    opacity: .5
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none
}

#header .container:after,.header-right-bottom:after,.header-right-top:after,.menu-items:after,.order-online-btns ul:after,.social-icon-list ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

#header {
    padding-top: 0;
}

#header .container #logo {
    width: 160px;
    margin: 0px auto 10px auto;
    padding: 15px 0 0 0;
    text-align: center;
}

#header .container #logo h1 {
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #033e4b;
}

a, .home-text h1, .box-section h2, h2 {
    color: #033e4b;
}



#showLeftPush span, #showLeftPush::after, #showLeftPush::before {
    background: #8a082c;
}

#ommenu > ul > li > a {
    color: #000;
}

#ommenu > ul > li:hover > a {
    color: #ffffff;
}




@media screen and (min-width: 768px) {
    #ommenu > ul > li.active > a, #ommenu > ul > li:hover > a:hover {
        color: #8a082c;
    }

    #ommenu > ul > li > a {
        color: #000000;
        text-transform: uppercase;
    }

   

    #header {
    }

    .menu-category .menu-category-wrapper {
        max-width: 1480px;
        margin: 0 auto;
        background: #fff
    }

    .menu-category .menu-category-wrapper .menu-items-wrapper {
        display: flex;
        margin: 0 -15px
    }

    .menu-category .menu-category-wrapper .menu-item {
        flex: 1;
        padding: 0 15px
    }

    .menu-category .menu-category-wrapper .menu-title {
        top: auto;
        bottom: -25px
    }

    #header .container #logo {
        margin: 0px auto 0px auto;
        width: 105px;
        z-index: 50;
    }

    #ommenu a {
        line-height: 60px;
    }

    #header .container .navbar {
        margin-top: 16px;
    }

    #header .container .order-online {
        top: 5px;
    }
}

@media screen and (min-width: 980px) {
    #header .container {
        display: flex;
        align-items: center;
    }

    #header .container .navbar {
        margin-top: 0px;
    }

    .order-online a {
        margin-top: 0;
    }

    #header .container .top-right {
        flex: 1;
    }

    #header .container #logo {
        padding-top: 0;
    }

    #header .container .top-right .order-online {
        top: 9px;
    }
}

@media screen and (min-width: 1200px) {
    #header {
        padding:10px;
        background: #ffffff;
    }

    #header .container #logo {
        width: 180px;
    }

    #header .container .top-right .order-online {
        top: 49px;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1280px;
    }
}



/*================================================
4. About CSS
=================================================*/
.about-img-wrap {
  padding-right: 105px;
}

@media only screen and (max-width: 767.98px) {
  .about-img-wrap {
    padding-right: 50px;
  }
}

.about-img-wrap .about-img-main-wrap {
  max-width: 492px;
  width: 100%;
  height: 490px;
  background-image: url(../images/about/about-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 14px;
}

@media only screen and (max-width: 767.98px) {
  .about-img-wrap .about-img-main-wrap {
    height: 550px;
  }
}

.about-img-wrap .about-img-hover-wrap {
  border: 10px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border-radius: 18px;
}

@media only screen and (max-width: 767.98px) {
  .about-img-wrap .about-img-hover-wrap {
    top: auto;
    bottom: 20px;
    -webkit-transform: unset;
    transform: unset;
  }
}

.about-img-wrap .about-img-hover-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(16, 17, 19, 0.2);
}

.about-img-wrap .about-img-hover-wrap .vid {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.about-img-wrap .about-img-hover-wrap .vid .vid-icon {
  line-height: 1;
  font-size: 50px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.about-img-wrap .about-img-hover-wrap .vid .vid-icon:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.about-img-wrap-pizza {
  padding-bottom: 74px;
}

.about-img-wrap-pizza img {
  border-radius: 14px;
}

.about-img-wrap-pizza .about-img-hover-wrap {
  overflow: hidden;
  border-radius: 14px;
  border: 5px solid #fff;
  max-width: 340px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-img-wrap-pizza .about-img-hover-wrap .hover-img {
  border-radius: 9px;
}

.about-img-wrap-pizza .about-img-hover-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(16, 17, 19, 0.2);
}

.about-img-wrap-pizza .about-img-hover-wrap .vid {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.about-img-wrap-pizza .about-img-hover-wrap .vid .vid-icon {
  line-height: 1;
  font-size: 50px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.about-img-wrap-pizza .about-img-hover-wrap .vid .vid-icon:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.about-award-box {
  overflow: hidden;
}

.about-award-box img {
  height: 85px;
  width: 85px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about-award-box:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.about-slider-wrap {
  max-width: 450px;
  margin: 0;
  width: 100%;
}

.about-slider-wrap::before,
.about-slider-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 20px;
  z-index: 2;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(rgba(243, 243, 243, 0))
  );
  background: linear-gradient(90deg, #fff 0%, rgba(243, 243, 243, 0) 100%);
}

.about-slider-wrap::after {
  left: auto;
  right: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff),
    to(rgba(243, 243, 243, 0))
  );
  background: linear-gradient(270deg, #fff 0%, rgba(243, 243, 243, 0) 100%);
}

.about-slider-wrap .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.about-slider-wrap .swiper-slide {
  width: auto;
}

.about-video-area {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, rgba(16, 17, 19, 0.5)),
      to(rgba(16, 17, 19, 0.5))
    ),
    url(../images/about/page-video-bg.png);
  background: linear-gradient(
      rgba(16, 17, 19, 0.5) 100%,
      rgba(16, 17, 19, 0.5) 100%
    ),
    url(../images/about/page-video-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.about-page-video-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  border: 1px dotted var(--primary-yellow);
  border-radius: 50%;
  padding: 2px;
  overflow: hidden;
}

.about-page-video-icon .vid {
  background-color: var(--primary-yellow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  line-height: 0;
  color: #fff;
  font-size: 30px;
}

.about-video-text {
  max-width: 484px;
  width: 100%;
  margin: 0 auto;
}

.visit-box {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(30, 34, 41, 0.06);
  box-shadow: 0px 20px 60px 0px rgba(30, 34, 41, 0.06);
  padding: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.visit-box h2 {
  margin: 20px 0 10px;
}

.visit-box:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.check-list li:not(:last-child) {
  margin-bottom: 10px;
}

.check-list li i {
  color: var(--primary-yellow);
  font-size: 20px;
  line-height: 0;
}

.check-list.check-list-coffee li {
  gap: 12px;
  color: rgba(39, 10, 5, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.check-list.check-list-coffee li i {
  color: rgba(39, 10, 5, 0.7);
}

.check-list.orange li {
  font-weight: 500;
}

.check-list.orange li i {
  color: var(--orange-color);
}

.wp-block-quote {
  border-radius: 10px;
  background: var(--color-white);
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
  padding: 45px;
  z-index: 1;
}

.wp-block-quote::before {
  position: absolute;
  background-image: url(../images/icon/quote-up.svg);
  content: "";
  left: 15px;
  top: 15px;
  width: 60px;
  height: 60px;
  z-index: -1;
}

.wp-block-quote p {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
}

.wp-block-quote cite {
  font-size: 20px;
  font-family: var(--ff-abril-display);
  font-style: normal;
  font-weight: 700;
  color: var(--text-heading-black);
  margin-top: 15px;
  display: inline-block;
}

.details-tag-wrap {
  gap: 5px;
  padding: 20px 0;
  border-top: 1px solid #ecf0f5;
  border-bottom: 1px solid #ecf0f5;
}

.details-tag-wrap span {
  font-weight: 700;
  color: var(--text-heading-black);
}

.comments-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.comments-wrap .single-comments-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.comments-wrap .single-comments-box .comments-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 3px;
  border: 1px dashed var(--primary-yellow);
  overflow: hidden;
}

.comments-wrap .single-comments-box .comments-info h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--ff-abril-display);
  margin-bottom: 8px;
}

.comments-wrap .single-comments-box .comments-info h3 span {
  font-size: 16px;
  font-weight: 400;
}

.comments-wrap .single-comments-box .comments-info h3 a {
  float: right;
  font-family: var(--ff-value-sans-pro);
  font-size: 18px;
  font-weight: 700;
  color: #5b5b5b;
}

.comments-wrap .single-comments-box .comments-info h3 a i {
  margin-right: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 767.98px) {
  .comments-wrap .single-comments-box .comments-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .comments-wrap .single-comments-box .comments-info h3 {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.comments-wrap .single-comments-box:hover .comments-info h3 a i {
  color: var(--primary-yellow);
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.comments-wrap .single-comments-box:nth-child(even) {
  margin-left: 85px;
  border-bottom: 1px solid #ecf0f5;
  padding-bottom: 25px;
}

@media only screen and (max-width: 767.98px) {
  .comments-wrap .single-comments-box:nth-child(even) {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767.98px) {
  .comments-wrap .single-comments-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comments-wrap .single-comments-box:not(:last-child) {
    border-bottom: 1px solid #ecf0f5;
    padding-bottom: 25px;
  }
}

.comments-wrap.comments-wrap-rating .single-comments-box .social-btn {
  gap: 24px;
}

.comments-wrap.comments-wrap-rating .single-comments-box .social-btn li {
  font-size: 14px;
  font-weight: 500;
  color: rgba(16, 17, 19, 0.7);
  cursor: pointer;
}

.comments-wrap.comments-wrap-rating .single-comments-box:nth-child(even) {
  margin-left: 0px;
  border-bottom: unset;
  padding-bottom: unset;
}

.comments-wrap.comments-wrap-rating .single-comments-box:not(:last-child) {
  border-bottom: 1px solid #ecf0f5;
  padding-bottom: 24px;
}

.about-content-info-wrap {
  gap: 50px;
}

.about-content-info-wrap::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ddd;
  content: "";
  height: 100%;
  width: 1px;
}

@media only screen and (max-width: 575.98px) {
  .about-content-info-wrap.about-content-info-coffee-wrap {
    gap: 30px;
  }
  .about-content-info-wrap.about-content-info-coffee-wrap::before {
    display: none;
  }
}

.about-content-info-single {
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about-content-info-single .about-content-info-details p {
  font-size: 14px;
  margin-top: 5px;
}

.about-content-info-single.about-content-info-single-coffee
  .about-content-info-details
  p {
  max-width: 230px;
  font-size: 16px;
  margin-top: 10px;
}

.about-img-wrap-two {
  padding: 0 50px;
}

.about-img-wrap-two img {
  border-radius: 18px;
}

.about-img-wrap-two .about-two-cta {
  position: absolute;
  text-align: center;
  border-radius: 12px;
  background: var(--color-white);
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  padding: 10px 20px;
}

.about-img-wrap-two .about-two-cta p {
  color: var(--text-heading-black);
  font-size: 18px;
}

.about-img-wrap-two .about-two-cta.one {
  top: 40px;
  right: 0;
  -webkit-animation: slide_1 18s ease-in-out alternate infinite;
  animation: slide_1 18s ease-in-out alternate infinite;
}

.about-img-wrap-two .about-two-cta.two {
  right: 0;
  bottom: 120px;
  -webkit-animation: slide_2 15s ease-in-out alternate infinite;
  animation: slide_2 15s ease-in-out alternate infinite;
}

.about-bg-sp {
  width: 64%;
}

.coffee-cta-video {
  border-radius: 0px 0px 12px 12px;
  background: #86371c;
  height: 326px;
  padding: 50px 10px;
}

.coffee-cta-video h2 {
  gap: 18px;
}

.coffee-cta-video h2 .vid i {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}

.coffee-cta-video .arrow-bottom {
  top: 30px;
  -webkit-animation: up_to_bottom 1s alternate infinite linear;
  animation: up_to_bottom 1s alternate infinite linear;
}

@-webkit-keyframes up_to_bottom {
  0% {
    top: 30px;
  }
  100% {
    top: 10px;
  }
}

@keyframes up_to_bottom {
  0% {
    top: 30px;
  }
  100% {
    top: 10px;
  }
}

.coffee-cta-info-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  position: relative;
  padding: 70px 10px;
}

.coffee-cta-info-wrap::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  background-color: #efece7;
  height: 100%;
  width: 20000%;
  content: "";
  z-index: -1;
}

.coffee-cta-info-wrap .coffee-cta-info-single {
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .coffee-cta-info-wrap .coffee-cta-info-single:not(:first-child)::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    background-color: rgba(39, 10, 5, 0.1);
    height: 120px;
    width: 1px;
    content: "";
    z-index: -1;
  }
}

.coffee-cta-info-wrap .coffee-cta-info-single h2 {
  margin-bottom: 24px;
}

.coffee-cta-info-wrap .coffee-cta-info-single .coffee-cta-info-text {
  max-width: 200px;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .coffee-cta-info-wrap {
    grid-gap: 8px;
  }
}

@media only screen and (max-width: 767.98px) {
  .coffee-cta-info-wrap {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 575.98px) {
  .coffee-cta-info-wrap {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    padding: 50px 10px;
  }
  .coffee-cta-info-wrap .coffee-cta-info-single h2 {
    margin-bottom: 14px;
  }
}

/*================================================
5. Trending CSS
=================================================*/
.trending-box {
  border-radius: 15px;
}

.trending-box img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.trending-box .trending-hover-info {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 20;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, transparent),
    color-stop(2%, rgba(0, 0, 0, 0.01)),
    color-stop(90%, rgba(0, 0, 0, 0.75))
  );
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  left: 0;
  bottom: -50px;
  color: #fff;
  padding: 20px;
}

.trending-box .trending-hover-info i {
  font-size: 50px;
}

.trending-box .trending-hover-info .trending-category {
  color: var(--primary-yellow);
  margin: 11px 0 8px;
}

.trending-box .trending-hover-info .h2 {
  font-weight: 500;
}

.trending-box .trending-hover-info .line {
  text-align: center;
  height: 0.5px;
  width: 60px;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  margin: 20px auto 30px;
}

.trending-box .trending-hover-info .trending-permalink {
  font-style: italic;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.trending-box:hover img {
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.trending-box:hover .trending-hover-info {
  bottom: 0;
}

.trending-box:hover .trending-hover-info .line {
  width: 100%;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.category {
  background: var(--primary-yellow);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  width: 40px;
  line-height: 1;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  z-index: 3;
  -webkit-animation: beat_zm 0.7s ease infinite alternate;
  animation: beat_zm 0.7s ease infinite alternate;
}

.category::after,
.category::before {
  content: "";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.category::after {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.category.category-trending {
  left: 30px;
  top: 30px;
}

.category.discount-category {
  height: 60px;
  width: 60px;
  margin: 0 auto 50px;
  font-size: 22px;
  font-weight: 700;
}

@-webkit-keyframes beat_zm {
  0% {
    -webkit-transform: rotate(-20deg) scale(1);
    transform: rotate(-20deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(-20deg) scale(1.1);
    transform: rotate(-20deg) scale(1.1);
  }
}

@keyframes beat_zm {
  0% {
    -webkit-transform: rotate(-20deg) scale(1);
    transform: rotate(-20deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(-20deg) scale(1.1);
    transform: rotate(-20deg) scale(1.1);
  }
}

.slider-button-wrap {
  gap: 25px;
}

.slider-button-wrap .slide-btn-prev,
.slider-button-wrap .slide-btn-next {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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%;
  line-height: 1;
  color: var(--primary-yellow);
  border: 1px solid #fd9900;
}

.slider-button-wrap .slide-btn-prev i,
.slider-button-wrap .slide-btn-next i {
  -webkit-text-stroke: 0.5px;
}

.slider-button-wrap.slider-button-wrap-coffee {
  gap: 20px;
}

.slider-button-wrap.slider-button-wrap-coffee .slide-btn-prev,
.slider-button-wrap.slider-button-wrap-coffee .slide-btn-next {
  line-height: 0;
  color: var(--coffee-color);
  border: 1px dotted var(--coffee-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.slider-button-wrap.slider-button-wrap-coffee .slide-btn-prev i,
.slider-button-wrap.slider-button-wrap-coffee .slide-btn-next i {
  -webkit-text-stroke: 0.5px;
}

.slider-button-wrap.slider-button-wrap-coffee .slide-btn-prev:hover,
.slider-button-wrap.slider-button-wrap-coffee .slide-btn-next:hover {
  opacity: 1;
}

.slider-button-wrap.slider-button-wrap-coffee .slide-btn-prev {
  -webkit-transform: rotateY(190deg);
  transform: rotateY(190deg);
}

.slider-button-wrap.slider-button-wrap-coffee.orange .slide-btn-prev,
.slider-button-wrap.slider-button-wrap-coffee.orange .slide-btn-next {
  color: var(--orange-color);
  border: 1px dotted var(--orange-color);
}

.slider-button-wrap.slider-button-wrap-coffee.orange .slide-btn-prev:hover,
.slider-button-wrap.slider-button-wrap-coffee.orange .slide-btn-next:hover {
  opacity: 1;
  color: var(--color-white);
  border: 1px dotted var(--orange-color);
  background-color: var(--orange-color);
}

.trending-box-two {
  border-radius: 30px;
  border: 8px solid transparent;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.trending-box-two .trending-two-hover-info {
  padding: 50px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, transparent),
    color-stop(2%, rgba(0, 0, 0, 0.01)),
    color-stop(90%, rgba(0, 0, 0, 0.75))
  );
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.trending-box-two .trending-two-hover-info p {
  font-size: 24px;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.24px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.trending-box-two:hover {
  border: 8px solid rgba(16, 17, 19, 0.4);
}

.trending-box-two:hover .trending-two-hover-info {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.trending-box-two:hover .trending-two-hover-info p {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.trending-area-black .trending-box-two:hover {
  border: 8px solid rgba(254, 254, 254, 0.2);
}




/*================================================
10. Reservation CSS
=================================================*/
.reservation-area {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, rgba(16, 17, 19, 0.5)),
      to(rgba(16, 17, 19, 0.5))
    ),
    url(../images/reservation-bg.png);
  background: linear-gradient(
      rgba(16, 17, 19, 0.5) 100%,
      rgba(16, 17, 19, 0.5) 100%
    ),
    url(../images/reservation-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.reservation-area.reservation-area-padding {
  padding: 100px 0;
}

@media only screen and (max-width: 991.98px) {
  .reservation-area.reservation-area-padding {
    padding: 60px 0;
  }
}

.reservation-area-coffee {
  background-image: url(../images/coffee/reservation-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.reservation-area-coffee.reservation-area-padding {
  padding: 90px 0;
}

@media only screen and (max-width: 991.98px) {
  .reservation-area-coffee.reservation-area-padding {
    padding: 60px 0;
  }
}

.reservation-area-coffee.black-bg {
  background-image: url(../images/pizza/reservation-bg.png);
}

.ui-datepicker {
  font-size: 15px;
  color: #1b1b1b;
  background: #fff;
  z-index: 100 !important;
  border: 1px solid #fff;
  border-radius: 0px;
}

.ui-datepicker .ui-datepicker-header {
  background: #fd9900;
  border: #fd9900;
  color: #fff;
}

.ui-datepicker .ui-datepicker-prev:after {
  font-size: 13px;
  content: "\F284";
  font-family: bootstrap-icons !important;
  color: #fff;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next:before {
  font-size: 13px;
  content: "\F285";
  font-family: bootstrap-icons !important;
  color: #fff;
  float: right;
  cursor: pointer;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #f8f5f0;
  background: #f8f5f0;
  color: #1b1b1b;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fd9900;
  background: #fd9900;
  font-weight: normal;
  color: #fff;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: transparent;
  border: 1px solid transparent;
}

.select1_inner {
  position: relative;
}

.select1_inner::after {
  pointer-events: none;
  content: "";
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 500px;
}

.select2-container--default .select2-selection--single {
  background: none;
  border-radius: 0;
  border: none;
  height: auto;
  width: 100%;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #f4f4f4;
  color: var(--primary-yellow);
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #f4f4f4;
  color: var(--primary-yellow);
}

.selection {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.select2-dropdown {
  background: none;
  border-radius: 0;
  z-index: 100;
  min-width: 0px;
  border: none;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #ececec;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #ececec;
}

.select2-results__option {
  padding: 10px 30px;
  background: #fff;
  font-size: 15px;
  line-height: 20px;
  color: #1b1b1b;
  border: 1px solid #ececec;
  text-align: center;
}

.select2-results__option:first-child {
  border-top: none;
}

.small .select2-results__option {
  padding-left: 0;
}

.booking-form {
  background: rgba(16, 17, 19, 0.7);
  padding: 30px;
  z-index: 1;
  border-radius: 4px;
  background: linear-gradient(
    153deg,
    rgba(255, 255, 255, 0.36) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.booking-form input,
.booking-form textarea,
.booking-form .select2 {
  position: relative;
  width: 100% !important;
  background: #fff;
  border: none;
  padding: 12px 25px;
  color: #1a1a1d;
  border-radius: 6px;
}

.booking-form input *:focus,
.booking-form textarea *:focus,
.booking-form .select2 *:focus {
  outline: none !important;
}

.booking-form input::-webkit-input-placeholder,
.booking-form textarea::-webkit-input-placeholder,
.booking-form .select2::-webkit-input-placeholder {
  color: #8b8d8e;
}

.booking-form input:-ms-input-placeholder,
.booking-form textarea:-ms-input-placeholder,
.booking-form .select2:-ms-input-placeholder {
  color: #8b8d8e;
}

.booking-form input::-ms-input-placeholder,
.booking-form textarea::-ms-input-placeholder,
.booking-form .select2::-ms-input-placeholder {
  color: #8b8d8e;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder,
.booking-form .select2::placeholder {
  color: #8b8d8e;
}

.booking-form .form-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fd9900eb;
  height: 17px;
  width: 17px;
}

.booking-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #8b8d8e;
}

.booking-form.booking-form-two {
  border: unset;
  background: transparent;
  padding: 0;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
}

.booking-form.booking-form-two input,
.booking-form.booking-form-two textarea,
.booking-form.booking-form-two .select2 {
  background: #fff;
  color: #000;
  border: 1px solid #e6e6e6;
}

.booking-form.booking-form-two input::-webkit-input-placeholder,
.booking-form.booking-form-two textarea::-webkit-input-placeholder,
.booking-form.booking-form-two .select2::-webkit-input-placeholder {
  color: #a4aab2;
}

.booking-form.booking-form-two input:-ms-input-placeholder,
.booking-form.booking-form-two textarea:-ms-input-placeholder,
.booking-form.booking-form-two .select2:-ms-input-placeholder {
  color: #a4aab2;
}

.booking-form.booking-form-two input::-ms-input-placeholder,
.booking-form.booking-form-two textarea::-ms-input-placeholder,
.booking-form.booking-form-two .select2::-ms-input-placeholder {
  color: #a4aab2;
}

.booking-form.booking-form-two input::placeholder,
.booking-form.booking-form-two textarea::placeholder,
.booking-form.booking-form-two .select2::placeholder {
  color: #a4aab2;
}

.booking-form.coffee-booking-form {
  border-radius: 14px;
  background: rgba(134, 55, 28, 0.6);
}

.booking-form.coffee-booking-form input,
.booking-form.coffee-booking-form textarea,
.booking-form.coffee-booking-form .select2 {
  background: rgba(39, 10, 5, 0.6);
  color: #fff;
}

.booking-form.coffee-booking-form input::-webkit-input-placeholder,
.booking-form.coffee-booking-form textarea::-webkit-input-placeholder,
.booking-form.coffee-booking-form .select2::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.booking-form.coffee-booking-form input:-ms-input-placeholder,
.booking-form.coffee-booking-form textarea:-ms-input-placeholder,
.booking-form.coffee-booking-form .select2:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.booking-form.coffee-booking-form input::-ms-input-placeholder,
.booking-form.coffee-booking-form textarea::-ms-input-placeholder,
.booking-form.coffee-booking-form .select2::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.booking-form.coffee-booking-form input::placeholder,
.booking-form.coffee-booking-form textarea::placeholder,
.booking-form.coffee-booking-form .select2::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.booking-form.coffee-booking-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.booking-form.coffee-booking-form .form-icon {
  color: #f4b183;
}

.booking-form.coffee-booking-form .common-btn {
  background: #270a05;
}

.booking-form.booking-form-pizza {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.6);
}

.booking-form.booking-form-pizza input,
.booking-form.booking-form-pizza textarea,
.booking-form.booking-form-pizza .select2 {
  background: rgba(16, 17, 19, 0.6);
  color: #fff;
}

.booking-form.booking-form-pizza input::-webkit-input-placeholder,
.booking-form.booking-form-pizza textarea::-webkit-input-placeholder,
.booking-form.booking-form-pizza .select2::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.booking-form.booking-form-pizza input:-ms-input-placeholder,
.booking-form.booking-form-pizza textarea:-ms-input-placeholder,
.booking-form.booking-form-pizza .select2:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.booking-form.booking-form-pizza input::-ms-input-placeholder,
.booking-form.booking-form-pizza textarea::-ms-input-placeholder,
.booking-form.booking-form-pizza .select2::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.booking-form.booking-form-pizza input::placeholder,
.booking-form.booking-form-pizza textarea::placeholder,
.booking-form.booking-form-pizza .select2::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.booking-form.booking-form-pizza
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.booking-form.booking-form-pizza .form-icon {
  color: #fff;
}

.booking-form.booking-form-pizza .common-btn {
  background: var(--text-heading-black);
}

.booking-form.booking-form-checkout {
  padding: 0;
}

.booking-form.booking-form-checkout input,
.booking-form.booking-form-checkout textarea,
.booking-form.booking-form-checkout .select2 {
  border: 1px solid #efefef;
}
/*================================================
11. Hero CSS
=================================================*/
.hero-area {
  padding: 200px 0 0;
}

@media only screen and (max-width: 991.98px) {
  .hero-area {
    padding: 150px 0 50px;
  }
}

.hero-area.pizza {
  padding: 180px 0 120px;
}

@media only screen and (max-width: 991.98px) {
  .hero-area.pizza {
    padding: 180px 0 50px;
  }
}

.hero-area-two {
  padding: 200px 0 192px;
  position: relative;
  z-index: 1;
}

.hero-area-two .img-layer {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: 10s ease-out;
  transition: 10s ease-out;
  -webkit-transform: scale(1.1) translateX(4%);
  transform: scale(1.1) translateX(4%);
}

@media only screen and (max-width: 991.98px) {
  .hero-area-two {
    padding: 180px 0 132px;
  }
}

.hero-bg-slide .swiper-slide-active .hero-area-two .img-layer {
  -webkit-transform: scale(1.25) translateX(-4%);
  transform: scale(1.25) translateX(-4%);
}

.hero-info .hero-tag {
  color: var(--text-heading-black);
  font-weight: 700;
  letter-spacing: 0.16px;
}

.hero-info h1 {
  font-size: clamp(34px, 4vw, 70px);
  line-height: 1.11;
  margin: 15px 0 20px;
}

@media only screen and (max-width: 991.98px) {
  .hero-info h1 {
    margin: 10px 0 15px;
  }
}

.hero-info.hero-info-video {
  padding: 50px 0;
}

.hero-info.hero-info-video .hero-tag {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid var(--color-white);
  line-height: 1;
  padding: 10px 25px;
  font-weight: 300;
}

.hero-info.hero-info-video h1 {
  margin: 20px 0 25px;
}

@media only screen and (max-width: 991.98px) {
  .hero-info.hero-info-video h1 {
    margin: 20px 0 10px;
  }
}

.hero-info.hero-info-video .hero-info-video-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

@media only screen and (max-width: 991.98px) {
  .hero-info.hero-info-video .hero-info-video-text {
    font-size: 18px;
  }
}

.hero-info.hero-info-one {
  padding-bottom: 120px;
}

@media only screen and (max-width: 991.98px) {
  .hero-info.hero-info-one {
    padding-bottom: 0px;
  }
}

.hero-info.hero-info-one h1 {
  font-size: clamp(34px, 4vw, 70px);
}

.hero-info.hero-info-one p {
  max-width: 610px;
}

.hero-info.hero-info-one .common-btn {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.hero-info.hero-info-one.coffee-hero-info-one {
  padding-bottom: 0px;
}

.hero-info.hero-info-one.coffee-hero-info-one h1 {
  font-size: 110px;
  color: var(--coffee-color);
}

@media only screen and (max-width: 1399.98px) {
  .hero-info.hero-info-one.coffee-hero-info-one h1 {
    font-size: 100px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .hero-info.hero-info-one.coffee-hero-info-one h1 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero-info.hero-info-one.coffee-hero-info-one h1 {
    font-size: 60px;
  }
}

.hero-info.hero-info-one.coffee-hero-info-one h2 {
  font-size: 44px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 1199.98px) {
  .hero-info.hero-info-one.coffee-hero-info-one h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero-info.hero-info-one.coffee-hero-info-one h2 {
    font-size: 28px;
  }
}

.hero-info.hero-info-one.coffee-hero-info-one h1,
.hero-info.hero-info-one.coffee-hero-info-one h2 {
  color: #270a05;
}

.hero-info.hero-info-one.coffee-hero-info-one p {
  color: rgba(39, 10, 5, 0.6);
}

.hero-slide-control {
  gap: 30px;
}

.hero-slide-control .swiper-pagination-bullet {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin: 0;
  background-size: 71%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff7ec;
  border: 5px solid #fff0da;
  opacity: 1;
}

.hero-slide-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 5px solid #fed391;
  background-color: #fee9c8;
}

.hero-slide-control .hero-img-pagination {
  width: auto;
  gap: 30px;
}

.hero-slide-control
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}

.hero-slide-control .hero-button-wrap i {
  width: 36px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 5px;
  background: rgba(253, 153, 0, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-text-stroke: 1px;
  color: var(--primary-yellow);
}

.hero-slide-control.hero-slide-control-coffee {
  gap: 10px;
}

.hero-slide-control.hero-slide-control-coffee .hero-img-pagination {
  width: auto;
  gap: 10px;
}

.hero-slide-control.hero-slide-control-coffee .swiper-pagination-bullet {
  background-image: unset !important;
  width: 12px;
  height: 12px;
  background-color: #eae7e6;
  border: unset;
}

.hero-slide-control.hero-slide-control-coffee
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--coffee-color);
}

.hero-slide-control.hero-slide-control-coffee .hero-button-wrap i {
  width: unset;
  height: unset;
  background-color: unset;
  color: var(--coffee-color);
  font-size: 16px;
}

@media only screen and (max-width: 991.98px) {
  .hero-slide-control {
    gap: 10px;
  }
  .hero-slide-control .swiper-pagination-bullet {
    width: 70px;
    height: 70px;
  }
  .hero-slide-control .hero-img-pagination {
    gap: 10px;
  }
}

.hero-img-slide {
  max-width: 800px;
  margin-left: 0;
}

.hero-img-slide .swiper-slide .hero-food-img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: scale(0.4) translateY(-10%);
  transform: scale(0.4) translateY(-10%);
}

.hero-img-slide .swiper-slide.swiper-slide-active .hero-food-img {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.hero-info-slide .swiper-slide-active .common-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.hero-video-area {
  min-height: 100vh;
}

.hero-video-area::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(16, 17, 19, 0.5);
  z-index: 0;
}

.hero-video-player {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.sp-hero-2 {
  -webkit-animation: slide_1 18s ease-in-out alternate infinite;
  animation: slide_1 18s ease-in-out alternate infinite;
  left: 30px;
  width: 3%;
}

.hero-info-grid {
  max-width: 700px;
}

.hero-info-grid-coffee {
  max-width: 740px;
}

.hero-cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 130px;
}

.hero-cta-box .single-hero-cta-box {
  position: relative;
}

.hero-cta-box .single-hero-cta-box:not(:last-child)::before {
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: rgba(255, 99, 71, 0.5);
  content: "";
  left: 0;
  bottom: -94px;
}

.hero-cta-box.right .single-hero-cta-box:not(:last-child)::before {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 991.98px) {
  .hero-cta-box {
    gap: 60px;
  }
  .hero-cta-box .single-hero-cta-box {
    position: relative;
  }
  .hero-cta-box .single-hero-cta-box:not(:last-child)::before {
    height: 30px;
    left: 0;
    bottom: -42px;
  }
}

.hero-pizza-img-pagination {
  gap: 30px;
}

.hero-pizza-img-pagination .swiper-pagination-bullet {
  height: unset;
  width: unset;
  opacity: 1;
  border-radius: 0;
  background: unset;
  color: var(--text-heading-black);
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hero-pizza-img-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  text-decoration: underline;
  color: var(--orange-color);
}

.hero-cta-info-wrap {
  text-align: end;
}

.hero-cta-info-wrap h2 {
  font-size: 34px;
  font-family: var(--ff-abril-display);
  font-weight: 700;
}

.hero-cta-info-wrap p {
  font-size: 24px;
  color: var(--text-heading-black);
  font-weight: 400;
}

.hero-pizza-img-slide .swiper-slide img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0.6) translateY(-10%);
  transform: scale(0.6) translateY(-10%);
}

@media only screen and (max-width: 991.98px) {
  .hero-pizza-img-slide .swiper-slide img {
    max-width: 400px;
  }
}

.hero-pizza-img-slide .swiper-slide.swiper-slide-active img {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

/*================================================
12. Footer CSS
=================================================*/
.footer-area {
  padding: 80px 0 30px;
  background: url(../images/footer-bg.png),
    -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(10, 20, 46, 0.2)), to(rgba(10, 20, 46, 0.2)));
  background: url(../images/footer-bg.png),
    linear-gradient(rgba(10, 20, 46, 0.2) 100%, rgba(10, 20, 46, 0.2) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-box {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991.98px) {
  .footer-box {
    margin-bottom: 30px;
  }
}

.footer-box .footer-title {
  margin-bottom: 8px;
}

.footer-list li a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-list li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-list li:hover a {
  color: var(--primary-yellow);
}

.footer-subscribe {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 12px;
}

.footer-subscribe .footer-subscribe-form {
  height: 50px;
}

.footer-subscribe .footer-subscribe-form input,
.footer-subscribe .footer-subscribe-form button {
  border-radius: 6px;
}

.copyright-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-menu {
  color: rgba(255, 255, 255, 0.8);
}

.footer-menu li a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-menu li:not(:last-child) {
  margin-right: 20px;
}

.footer-menu li:hover a {
  color: var(--primary-yellow);
}

.instagram-img-wrap {
  overflow: hidden;
}

.instagram-img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.instagram-img-wrap .instagram-icon {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, transparent),
    color-stop(2%, rgba(0, 0, 0, 0.01)),
    color-stop(90%, rgba(0, 0, 0, 0.75))
  );
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.reviewus {
    text-align: center;
    padding: 50px;
}
.instagram-img-wrap .instagram-icon i {
  width: 50px;
  height: 50px;
  color: var(--color-off-white);
  background-color: var(--primary-yellow);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.instagram-img-wrap:hover .instagram-icon {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.instagram-img-wrap:hover .instagram-icon i {
  -webkit-animation: leftInitial 0.6s ease-in-out alternate;
  animation: leftInitial 0.6s ease-in-out alternate;
}

@-webkit-keyframes leftInitial {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@keyframes leftInitial {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

.footer-area-coffee .footer-list li:hover a {
  color: var(--coffee-color);
}

.footer-area-coffee .footer-subscribe-form .common-btn {
  background-color: var(--coffee-color);
}

/*================================================
13. Blog CSS
=================================================*/
.blog-wrap .blog-img {
  border-radius: 15px;
}

.blog-wrap .blog-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-wrap .blog-img .meta-date {
  left: 20px;
  top: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  background: #f8f8f8;
  color: var(--text-heading-black);
  font-weight: 500;
}

.blog-wrap .blog-img .meta-date span {
  display: block;
  font-size: 16px;
}

.blog-wrap:hover .blog-img img {
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.blog-wrap.blog-wrap-coffee .blog-img .meta-tag {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 7px;
  top: 20px;
  left: 20px;
  line-height: 0;
  padding: 22px 21px;
  background: rgba(255, 255, 255, 0.3);
}

.blog-wrap.blog-wrap-coffee .blog-info .coffee-blog-meta-info {
  margin: 14px 0 20px;
}

.blog-wrap.blog-wrap-coffee .blog-info .coffee-blog-meta-info li {
  font-size: 14px;
  color: rgba(39, 10, 5, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.blog-wrap.blog-wrap-coffee.trending .blog-img .meta-tag {
  color: #f4b183;
  background: rgba(244, 177, 131, 0.3);
}

.blog-box .blog-box-img {
  border-radius: 15px;
}

.blog-box .blog-box-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-box .blog-box-meta {
  row-gap: 12px;
}

.blog-box .blog-box-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: 0.14px;
  position: relative;
}

.blog-box .blog-box-meta li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}

.blog-box .blog-box-meta li:not(:last-child)::before {
  height: 60%;
  width: 0.5px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-box .blog-box-meta li i {
  color: var(--primary-yellow);
}

.blog-box h2 {
  font-size: clamp(28px, 4vw, 35px);
}

.blog-box .blog-btn {
  gap: 6px;
  line-height: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: var(--primary-yellow);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-box .blog-btn:hover {
  gap: 10px;
}

.blog-box:hover .blog-box-img img {
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.recent-post-wrap {
  row-gap: 24px;
}

.recent-post-wrap .blog-box h2 {
  font-size: 18px;
}

.blog-post-wrap {
  row-gap: 50px;
}

.sidebar-wrap .sidebar-item {
  background: var(--color-white);
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  padding: 30px 25px;
  border-radius: 14px;
}

.sidebar-wrap .sidebar-item:not(:last-child) {
  margin-bottom: 24px;
}

.sidebar-wrap .sidebar-item .sidebar-title {
  font-family: var(--ff-value-sans-pro);
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #ecf0f5;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.sidebar-form {
  border-radius: 10px;
}

.sidebar-form input {
  width: 100%;
  background-color: #ecf0f5;
  border: none;
  padding: 12px 121px 12px 15px;
}

.sidebar-form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  border-radius: unset;
  gap: 7px;
  padding: 0 20px;
}

.sidebar-about-wrap .sidebar-about-img {
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin: 0 auto;
}

.sidebar-tag {
  gap: 15px;
}

.sidebar-tag li {
  text-decoration: underline;
  text-underline-offset: 2.5px;
  -webkit-text-decoration-color: var(--primary-yellow);
  text-decoration-color: var(--primary-yellow);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar-tag li:hover {
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
}

.page-list {
  gap: 20px;
}

.page-list li {
  line-height: 1;
  font-weight: 500;
}

.page-list li i {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1.5px solid #7b7b7b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-list li.active {
  color: var(--primary-yellow);
}

.details-img-one-side {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.details-img-wrap-quote {
  font-size: 13px;
  color: #5b5b5b;
}

.blog-two-wrap .blog-two-img {
  border-radius: 18px;
  -webkit-box-shadow: 0px 8px 24px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 24px -3px rgba(0, 0, 0, 0.15);
}

.blog-two-wrap .blog-two-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-two-wrap .blog-two-img .blog-two-date {
  display: inline-block;
  padding: 12px 15px;
  border-radius: 8px 0px 0px 8px;
  background: var(--primary-yellow);
  color: var(--color-white);
  top: 0px;
  font-size: 14px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(270deg) translateX(-100%);
  transform: rotate(270deg) translateX(-100%);
  left: 30px;
  line-height: 1;
  z-index: 1;
}

.blog-two-wrap .blog-two-img .blog-two-hover {
  padding: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, transparent),
    color-stop(2%, rgba(0, 0, 0, 0.01)),
    color-stop(90%, rgba(0, 0, 0, 0.4))
  );
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.4) 90%
  );
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}

.blog-two-wrap .blog-two-img .blog-two-hover ul {
  gap: 16px;
}

.blog-two-wrap .blog-two-img .blog-two-hover ul li {
  display: inline-block;
  border-radius: 8px;
  background: var(--color-off-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 9px 12px 6px;
}

.blog-two-wrap .blog-two-img .blog-two-hover i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  width: 30px;
  height: 30px;
  background-color: var(--color-off-white);
  border-radius: 50%;
}

.blog-two-wrap:hover .blog-two-img img {
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.blog-two-wrap:hover .blog-two-img .blog-two-hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.pizza-blog-wrapper .pizza-blog-img {
  border-radius: 14px;
}

.pizza-blog-wrapper .pizza-blog-img::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(16, 17, 19, 0.4);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pizza-blog-wrapper .pizza-blog-img img {
  border-radius: 14px;
}

.pizza-blog-wrapper .pizza-blog-img ul {
  gap: 10px;
  padding: 20px 24px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.pizza-blog-wrapper .pizza-blog-img ul li {
  line-height: 1;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 8px 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pizza-blog-wrapper .pizza-blog-img ul li:hover {
  background-color: var(--orange-color);
  border: 1px solid var(--orange-color);
}

.pizza-blog-wrapper:hover .pizza-blog-img::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.pizza-blog-wrapper:hover .pizza-blog-img img {
  border-radius: 14px;
}

.pizza-blog-wrapper:hover .pizza-blog-img ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.shop-category-select {
  gap: 24px;
}

.shop-category-select .select2.select2-container {
  width: 100% !important;
  max-width: 160px;
  position: relative;
  z-index: 1;
}

.shop-category-select .select2.select2-container .select2-selection {
  border: 1px solid #ecf0f5;
  border-radius: 8px;
  height: 44px;
  outline: none !important;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

.shop-category-select .dropdown-wrapper {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.shop-category-select .dropdown-wrapper::before {
  position: absolute;
  font-family: bootstrap-icons !important;
  content: "\f282";
  line-height: 0;
  -webkit-text-stroke: 1px;
}

.shop-category-select
  .select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single {
  background: transparent;
}

.shop-category-select.shop-category-select-menu .select2.select2-container {
  max-width: 100%;
}

.shop-category-select.shop-category-select-menu
  .select2.select2-container
  .select2-selection {
  color: var(--text-heading-black);
  font-weight: 500;
}

.shop-category-select.shop-category-select-menu .dropdown-wrapper::before {
  color: var(--primary-yellow);
}

.shop-category-select.shop-category-select-include .select2.select2-container {
  max-width: 180px;
}

.shop-category-select.shop-category-select-coffee {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 767.98px) {
  .shop-category-select.shop-category-select-coffee {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.shop-category-select.shop-category-select-coffee .select2.select2-container {
  max-width: 100%;
}

.shop-tag-wrap {
  gap: 10px;
}

.shop-tag-wrap li {
  border: 1px solid #ecf0f5;
  border-radius: 5px;
  padding: 16px 18px;
  color: var(--text-heading-black);
  font-size: 14px;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0.14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.shop-tag-wrap li a {
  display: block;
  height: 100%;
  width: 100%;
}

.shop-tag-wrap li:hover {
  background-color: var(--primary-yellow);
  color: var(--color-white);
}

/*================================================
14. Contact CSS
=================================================*/
.address-box {
  padding: 30px 20px;
  background: var(--color-white);
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}

.address-box .address-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fffaf2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.address-box .address-icon i {
  font-size: 23px;
  line-height: 0;
  color: var(--primary-yellow);
}

.address-box p {
  margin: 15px 0 0px;
}

.address-box .address-link {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: var(--text-heading-black);
}

.address-box:hover .address-icon {
  background-color: var(--text-heading-black);
  -webkit-animation: zoomInitial 0.4s ease-in-out alternate;
  animation: zoomInitial 0.4s ease-in-out alternate;
}

.address-box:hover .address-icon i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
}

.address-box.address-box-two {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  gap: 20px;
}

.address-box.address-box-two .address-icon {
  margin: 0;
  border: 1px solid #ebebeb;
  background-color: var(--color-white);
}

.address-box.address-box-two .address-icon i {
  color: var(--text-heading-black);
}

.address-box.address-box-two p {
  color: var(--primary-yellow);
  font-weight: 500;
}

.contact-two-address-wrap {
  gap: 40px;
}

.address-area {
  margin-top: -70px;
}

.map-wrap {
  width: 100%;
  height: 400px;
}

.map-wrap iframe {
  height: 100%;
  width: 100%;
}

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

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

.contact-submit-wrap label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
}

.contact-submit-wrap input,
.contact-submit-wrap textarea {
  width: 100%;
  padding: 12px 25px;
  border: 1px solid #e6e6e6;
}

.contact-submit-wrap input::-webkit-input-placeholder,
.contact-submit-wrap textarea::-webkit-input-placeholder {
  color: #a4aab2;
}

.contact-submit-wrap input:-ms-input-placeholder,
.contact-submit-wrap textarea:-ms-input-placeholder {
  color: #a4aab2;
}

.contact-submit-wrap input::-ms-input-placeholder,
.contact-submit-wrap textarea::-ms-input-placeholder {
  color: #a4aab2;
}

.contact-submit-wrap input::placeholder,
.contact-submit-wrap textarea::placeholder {
  color: #a4aab2;
}

.contact-submit-wrap.contact-submit-wrap-two {
  margin-bottom: -200px;
  position: relative;
  z-index: 2;
  padding: 20px;
}

.contact-submit-wrap.contact-submit-wrap-two input,
.contact-submit-wrap.contact-submit-wrap-two textarea {
  margin-bottom: 20px;
}

/*================================================
15. FAQ CSS
=================================================*/
.faq-wrap .accordion-item {
  background-color: var(--color-off-white);
  border: unset;
}

.faq-wrap .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.faq-wrap .accordion-item:first-of-type,
.faq-wrap .accordion-item:last-of-type {
  border-radius: unset;
}

.faq-wrap .accordion-item .accordion-button {
  font-size: 20px;
  font-family: var(--ff-value-sans-pro);
  font-style: normal;
  font-weight: 500;
  color: var(--text-heading-black);
  background-color: transparent;
}

.faq-wrap .accordion-item .accordion-button::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: bootstrap-icons !important;
  content: "\f4fe";
  background-image: unset;
  font-size: 25px;
}

.faq-wrap .accordion-item .accordion-button:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #ddd;
}

.faq-wrap .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-bottom: 1px solid #ddd;
}

.faq-wrap .accordion-item .accordion-button:not(.collapsed)::after {
  font-family: bootstrap-icons !important;
  content: "\f2ea";
}

/*================================================
16. Coffee CSS
=================================================*/
.coffee-product-box .coffee-product-img {
  border-radius: 12px;
}

.coffee-product-box .coffee-product-img img {
  border-radius: 13px;
}

.coffee-product-box .coffee-product-img .coffee-product-hover {
  border-radius: 6px;
  background: rgba(39, 10, 5, 0.8);
  width: 88%;
  height: 0;
  padding: 48px 20px 20px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
}

.coffee-product-box
  .coffee-product-img
  .coffee-product-hover
  .coffee-product-details-btn {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.coffee-product-box
  .coffee-product-img
  .coffee-product-hover
  .coffee-product-details-btn:hover {
  color: #fff;
}

.coffee-product-box .coffee-product-info .coffee-product-title {
  margin: 25px 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(16, 17, 19, 0.14);
}

.coffee-product-box:hover .coffee-product-img .coffee-product-hover {
  opacity: 1;
  height: 88%;
}

.coffee-product-box.pizza-product-box
  .coffee-product-box
  .coffee-product-img
  .coffee-product-hover {
  background: rgba(0, 0, 0, 0.5);
}

.coffee-product-box.pizza-product-box .coffee-product-info h3 {
  font-family: var(--ff-abril-display);
  font-size: 26px;
  font-weight: 700;
  gap: 15px;
}

.coffee-product-box.pizza-product-box .coffee-product-info h3 del {
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
}

.number-input .number-btn {
  padding: 0;
  background: transparent;
}

.number-input .number {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin: 0 12px;
}

.number-input.number-input-shop-info {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
}

.number-input.number-input-shop-info.number-input-shop-info-cart {
  max-width: 200px;
  margin: 0 auto;
}

.coffee-img-border-box {
  padding: 20px;
  background-image: url(../images/coffee/img-box-sp.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.coffee-img-border-box img {
  border-radius: 16px;
}

.cup-coffee {
  left: -80px;
  top: -10px;
  -webkit-animation: rotational 20s linear infinite;
  animation: rotational 20s linear infinite;
}

@-webkit-keyframes rotational {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotational {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*================================================
17. Chose CSS
=================================================*/
.chose-info-count-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}

@media only screen and (max-width: 767.98px) {
  .chose-info-count-wrap {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 575.98px) {
  .chose-info-count-wrap {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.chose-info-count-wrap .chose-info-count-box {
  border-radius: 10px;
  border: 1.5px solid rgba(39, 10, 5, 0.1);
  padding: 20px 8px;
  position: relative;
}

.chose-info-count-wrap .chose-info-count-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  border: 1.5px solid rgba(39, 10, 5, 0.1);
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.chose-info-count-wrap .chose-info-count-box .counter-item {
  font-size: 44px;
  font-weight: 400;
}

.chose-info-count-wrap .chose-info-count-box .counter-item em {
  margin-left: -10px;
}

.chose-info-count-wrap .chose-info-count-box p {
  font-family: var(--ff-abril-display);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 8px;
}

.chose-info-count-wrap .chose-info-count-box:hover::before {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  opacity: 1;
}

.choose-orange-box {
  -webkit-transition: -webkit-transform 0.3s
    cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.choose-orange-box svg,
.choose-orange-box img,
.choose-orange-box i {
  padding-left: 24px;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.choose-orange-box .choose-orange-info {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 24px;
}

.choose-orange-box .choose-orange-info h2 {
  margin: 30px 0 14px;
}

.choose-orange-box .choose-orange-info p {
  max-width: 300px;
}

.choose-orange-box:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.choose-orange-box:hover svg,
.choose-orange-box:hover img,
.choose-orange-box:hover i {
  color: var(--orange-color);
}

@media only screen and (max-width: 991.98px) {
  .choose-orange-box {
    text-align: center;
  }
  .choose-orange-box svg,
  .choose-orange-box img,
  .choose-orange-box i {
    padding-left: 0px;
  }
  .choose-orange-box .choose-orange-info {
    border-left: unset;
    padding-left: 0;
  }
  .choose-orange-box .choose-orange-info h2 {
    margin: 20px 0 10px;
  }
  .choose-orange-box .choose-orange-info p {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 991.98px) {
  .choose-orange-img img {
    max-width: 400px;
    width: 100%;
  }
}

@media only screen and (min-width: 1400px) {
  .choose-orange-img {
    padding: 20px;
  }
  .choose-orange-img::before {
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/shape/choose-pizza-round-sp.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -webkit-animation: circle-rotate 40s linear infinite;
    animation: circle-rotate 40s linear infinite;
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

/*================================================
18. Shop CSS
=================================================*/
.shop-main-img-wrap {
  position: relative;
  border-radius: 14px;
}

.shop-main-img-wrap .shop-main-zm {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 14px 0px;
  background: rgba(255, 255, 255, 0.7);
}

.shop-main-slide-control .swiper-pagination-bullet {
  width: 160px;
  height: 160px;
  margin: 0;
  opacity: 1;
  padding: 1px;
  border-radius: 8px;
}

.shop-main-slide-control
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}

.shop-main-slide-control
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  content: "";
  border: 1.5px solid var(--primary-yellow);
}

.shop-main-slide-control .shop-main-pagination {
  width: auto;
  gap: 14px;
}

.shop-main-slide-control
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}

@media only screen and (max-width: 991.98px) {
  .shop-main-slide-control .swiper-pagination-bullet {
    width: 70px;
    height: 70px;
  }
  .shop-main-slide-control .shop-main-pagination {
    gap: 10px;
  }
}

.shop-info-nav {
  gap: 100px;
  border-bottom: 1px solid rgba(16, 17, 19, 0.1);
}

@media only screen and (max-width: 991.98px) {
  .shop-info-nav {
    gap: 15px;
  }
}

.shop-info-nav .nav-link {
  padding: 0;
  color: var(--text-heading-black);
  font-family: var(--ff-abril-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 16px;
}

@media only screen and (max-width: 991.98px) {
  .shop-info-nav .nav-link {
    font-size: 18px;
  }
}

.shop-info-nav .nav-link.active,
.shop-info-nav .show > .nav-link {
  color: var(--text-heading-black);
  background-color: unset;
  position: relative;
}

.shop-info-nav .nav-link.active::before,
.shop-info-nav .show > .nav-link::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: var(--text-heading-black);
  content: "";
}

.shop-info-cta {
  border-top: 1px solid rgba(16, 17, 19, 0.1);
  gap: 35px;
}

.shop-info-cta li span {
  text-decoration: underline;
  margin-left: 10px;
}

.nutrition-box {
  border-radius: 14px;
  padding: 30px;
  background: rgba(253, 153, 0, 0.03);
}

@media only screen and (max-width: 991.98px) {
  .nutrition-box {
    padding: 15px;
  }
}

.nutrition-box ul li {
  font-family: var(--ff-value-sans-pro);
  font-size: 18px;
  font-weight: 500;
  line-height: 166.667%;
  letter-spacing: 0.18px;
  color: var(--text-heading-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1199.98px) {
  .nutrition-box ul li {
    font-size: 15px;
  }
}

.nutrition-box ul li:not(:last-child) {
  border-bottom: 1px solid rgba(253, 153, 0, 0.3);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.nutrition-box ul li.sub-nutrition {
  font-size: 16px;
  font-weight: 400;
  color: rgba(16, 17, 19, 0.7);
  padding-left: 14px;
}

.nutrition-box ul li.sub-nutrition::before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-yellow);
  left: 0;
  top: 10px;
  content: "";
}

.shop-info-rating-box {
  background-color: #fffcf7;
  padding: 40px 10px;
}

.shop-info-rating-histogram {
  max-width: 370px;
  margin: 14px auto 55px;
  padding: 40px 0;
  gap: 26px;
  border-top: 1px solid rgba(253, 153, 0, 0.2);
  border-bottom: 1px solid rgba(253, 153, 0, 0.2);
}

.shop-info-rating-histogram .single-rating-histogram .rating {
  font-size: 12px;
}

.shop-info-rating-histogram .single-rating-histogram .shop-histogram {
  max-width: 166px;
  width: 100%;
  background-color: #ffe9c6;
  height: 15px;
}

.shop-info-rating-histogram
  .single-rating-histogram
  .shop-histogram
  .shop-histogram-content {
  background-color: var(--primary-yellow);
}

.size-wrap {
  gap: 24px;
}

@media only screen and (max-width: 991.98px) {
  .size-wrap {
    gap: 14px;
  }
}

.size-wrap .size-group {
  gap: 20px;
}

@media only screen and (max-width: 991.98px) {
  .size-wrap .size-group {
    gap: 12px;
  }
}

.size-wrap .size-group .size-group-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}

.size-wrap .size-group .size-box {
  font-size: 14px;
  display: block;
  text-align: center;
}

.size-wrap .size-group .size-box span {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 10px;
  color: var(--text-heading-black);
}

.size-wrap .size-group input[type="radio"] {
  display: none;
}

.size-wrap .size-group input[type="radio"]:checked ~ .size-box span {
  border: 1px solid var(--primary-yellow);
}

.size-wrap.size-wrap-coffee .option-info-title {
  border-bottom: 1px solid rgba(253, 153, 0, 0.1);
  padding-bottom: 5px;
}

.shop-details-info-wrap {
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 14px;
}

.shop-details-info-wrap .review-number {
  gap: 9px;
  margin: 9px 0 20px;
}

.shop-details-info-wrap .review-number .rating li {
  font-size: 12px;
}

.shop-details-info-wrap .review-number p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 0;
}

.shop-details-info-wrap .stock {
  gap: 15px;
  margin: 30px 0 20px;
}

.shop-details-info-wrap .stock b {
  position: relative;
  padding-left: 15px;
}

.shop-details-info-wrap .stock b::before {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--primary-yellow);
  content: "";
}

.shop-details-info-wrap .stock span {
  font-size: 14px;
  padding: 8px 15px 6px;
  border-radius: 6px;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: var(--text-heading-black);
}

.shop-details-info-wrap .wishlist {
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
}

.shop-details-info-wrap .wishlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.shop-form-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 19px;
  position: relative;
  width: 100%;
}

.shop-form-box li:not(:first-child)::before {
  position: absolute;
  left: -50%;
  top: 12px;
  border: 1px dotted rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 1px;
  content: "";
  z-index: -1;
}

.shop-form-box li span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid var(--primary-yellow);
  background-color: #fff;
}

.shop-form-box li.active span {
  background-color: var(--primary-yellow);
}

@media only screen and (max-width: 991.98px) {
  .shop-form-box li {
    font-size: 10px;
  }
}

.cart-product-details-wrap {
  padding-top: 35px;
  border-top: 1px solid #f5f5f5;
}

.cart-product-details-wrap .minus,
.cart-product-details-wrap .plus {
  width: 40px;
}

.cart-product-details-wrap .input-text.qty {
  width: 40px;
}

.cart-product-details-wrap tbody,
.cart-product-details-wrap td,
.cart-product-details-wrap tfoot,
.cart-product-details-wrap th,
.cart-product-details-wrap thead,
.cart-product-details-wrap tr {
  vertical-align: middle;
  text-align: center;
}

.cart-product-details-wrap th {
  font-weight: 500;
  font-size: 18px;
  background: #f5f5f5;
  position: relative;
}

.cart-product-details-wrap th:first-child {
  text-align: left;
}

.cart-product-details-wrap th:last-child:before {
  display: none;
}

.cart-product-details-wrap th:before {
  position: absolute;
  content: "";
  height: 85%;
  width: 1px;
  background: #fff;
  right: 0;
  top: 0;
}

.cart-product-details-wrap td {
  border-right: 1px solid #f4f4f4;
}

.cart-product-details-wrap td:last-child {
  border-right: 0;
}

.cart-product-details-wrap .table:last-child {
  margin-bottom: 0;
}

.cart-product-details-wrap tbody {
  border: 1px solid #f4f4f4;
  border-top: none;
}

.cart-product-details-wrap thead {
  border: 1px solid #f5f5f5;
}

.cart-product-details-wrap .table > :not(caption) > * > * {
  padding: 16px 10px;
}

.cart-product-details-wrap .table > :not(:last-child) > :last-child > * {
  border: none;
}

.cart-product-details-wrap .cart-quantity {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-product-details-wrap .cart-quantity .minus {
  border: none;
}

.cart-product-details-wrap .cart-quantity .plus {
  border: none;
}

.cart-product-details-wrap .cart-quantity .input-text.qty {
  border: 1px solid #f5f5f5;
  border-top: none;
  border-bottom: none;
}

.single-cart-product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-cart-product-box .single-cart-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

@media only screen and (max-width: 767.98px) {
  .cart-product-details-wrap-responsive thead {
    display: none;
  }
  .cart-product-details-wrap-responsive td {
    display: block;
  }
  .cart-product-details-wrap-responsive tbody {
    border-top: 1px solid #f4f4f4;
  }
  .cart-product-details-wrap-responsive tr {
    display: inline;
    text-align: center;
  }
  .cart-product-details-wrap-responsive th:first-child {
    text-align: center;
  }
  .cart-product-details-wrap-responsive th:before {
    display: none;
  }
  .checkout-product-details-wrap th {
    font-size: 15px;
  }
}

#slider {
  margin: 50px;
}

.price-slider-range .value {
  position: absolute;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  text-align: center;
  display: block;
  /* optional */
  color: #000;
  font-family: var(--ff-value-sans-pro);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.price-slider-range .price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 26px;
}

.price-slider-range .price-range-both {
  display: none;
}

.price-slider-range .value i {
  font-style: normal;
}

.price-slider-range .ui-slider-range.ui-widget-header {
  background: var(--primary-yellow);
}

.price-slider-range .ui-state-hover,
.price-slider-range .ui-widget-content .ui-state-hover,
.price-slider-range .ui-widget-header .ui-state-hover,
.price-slider-range .ui-state-focus,
.price-slider-range .ui-widget-content .ui-state-focus,
.price-slider-range .ui-widget-header .ui-state-focus {
  background: var(--primary-yellow) !important;
}

.price-slider-range .ui-state-default,
.price-slider-range .ui-widget-content .ui-state-default,
.price-slider-range .ui-widget-header .ui-state-default {
  background: var(--primary-yellow) !important;
  border-radius: 50%;
  font-size: 21px;
  border: none !important;
}

.price-slider-range .ui-state-default:focus,
.price-slider-range .ui-widget-content .ui-state-default:focus,
.price-slider-range .ui-widget-header .ui-state-default:focus {
  outline: none;
}

.price-slider-range span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
  outline: none;
}

.price-slider-range .ui-widget-content {
  border: unset;
  background: #ecf0f5;
}

.cart-form-wrapper label {
  color: var(--text-heading-black);
  font-weight: 500;
  margin-bottom: 20px;
}

.cart-form-wrapper input,
.cart-form-wrapper textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 20px;
}

.checkout-shop-info-wrap {
  gap: 24px;
}

.checkout-shop-info-wrap .single-checkout-shop {
  gap: 24px;
}

.checkout-shop-info-wrap .single-checkout-shop img {
  max-width: 100px;
  width: 100%;
}

.checkout-shop-info-wrap .single-checkout-shop .checkout-shop-info h4 {
  font-family: var(--ff-value-sans-pro);
  font-size: 18px;
  font-weight: 500;
  line-height: 144.444%;
  letter-spacing: 0.18px;
}

.checkout-shop-info-wrap
  .single-checkout-shop
  .checkout-shop-info
  h4
  .dot-check {
  max-width: 80px;
  width: 100%;
  border-top: 1px dotted #ddd;
  margin: 0 20px;
}

.checkout-shop-info-wrap
  .single-checkout-shop
  .checkout-shop-info
  h4
  .checkout-price-tag {
  float: right;
}

.checkout-shop-info-wrap .single-checkout-shop .checkout-shop-info p {
  max-width: 180px;
  width: 100%;
  margin-top: 8px;
}

.coupon-wrap {
  gap: 30px;
}

.coupon-wrap input {
  padding: 12px 25px;
  color: #1a1a1d;
  border-radius: 6px;
  border: 1px solid #efefef;
}

.coupon-wrap button {
  padding: 16px 30px;
}

.checkout-total-list {
  gap: 16px;
  border-bottom: 1px solid #000;
}

.checkout-total-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-heading-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.top-bottom-border {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top-bottom-border.checkout-total-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
/*# sourceMappingURL=style.css.map */
