@charset "UTF-8";
/*
Template Name: Pizzer
Template URL: http://angfuzsoft.com/html/pizzer
Description: Pizzer - Fast Food & Restaurant HTML Template
Author: Angfuzsoft
Author URI: https://themeforest.net/user/angfuz_soft
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Contact
    4.00. About
    4.00. Team
    4.00. Testimonial
    4.00. Counter
    4.00. Blog
    4.00. Feature
    4.00. Simple Sections
    4.00. Why
    4.00. Tab Menu
    4.00. Faq
    4.00. Category
    4.00. Menu
    4.00. Offer
    4.00. Download
    4.00. Booking
    4.00. Gallery
    4.00. Home Dark

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #FFCC00;
  --theme-color2: #ff9d2d;
  --title-color: #084d8e;
  --body-color: #4d5765;
  --smoke-color: rgba(1, 15, 28, 0.06);
  --smoke-color2: #faf7f2;
  --black-color: #000000;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #72849b;
  --yellow-color: #ffe539;
  --success-color: #145da4;
  --error-color: #dc3545;
  --border-color: #e0e0e0;
  --title-font: "Figtree", sans-serif;
  --style-font: "Lobster Two", cursive;
  --body-font: "Roboto", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1420px;
  --container-gutters: 24px;
  --section-space: 60px;
  --section-space-mobile: 40px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.4. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}

a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 48px;
  line-height: 1.208;
}

.h2,
h2 {
  font-size: 40px;
  line-height: 1.25;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 44px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 32px;
    line-height: 1.25;
  }
  .h3,
  h3 {
    font-size: 28px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 30px;
  }
}

@media (max-width: 340px) {
  .h1,
  h1 {
    font-size: 27px;
  }
}

/*------------------- 1.5. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

@media (min-width: 1560px) {
  .as-container2 {
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .as-container2 .container {
    --main-container: 1220px;
  }
}

@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}

@media only screen and (min-width: 1300px) {
  .as-container {
    --main-container: 1720px;
  }
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}

@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 55px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid var(--border-color);
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 28px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--smoke-color);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: var(--body-color);
}

select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: var(--body-color);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  border: 1px solid transparent;
  padding-left: 52px;
  background-image: none;
}

select.style2 ~ i,
.form-control.style2 ~ i,
.form-select.style2 ~ i,
textarea.style2 ~ i,
input.style2 ~ i {
  color: var(--theme-color);
  font-weight: 400;
  left: 25px;
  max-width: 16px;
}

select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
  background-color: var(--white-color);
  border: none;
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 20px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}

.form-group > i.fa-envelope {
  padding-top: 1px;
}

.form-group > i.fa-comment {
  margin-top: -2px;
}

.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: #F0F1F2;
}

.form-group.has-label > i {
  top: 50px;
}

[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}

[class*="col-"].form-group .style2 ~ i {
  left: calc((var(--bs-gutter-x) / 2) + 25px);
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--success-color);
  border-color: var(--success-color);
}

input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

input[type="checkbox"] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}


input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="radio"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

input[type="radio"] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--success-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="radio"]:checked ~ label::before {
  border-color: var(--success-color);
  background-color: var(--success-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}

.form-messages.mb-0 * {
  margin-bottom: 0;
}

.form-messages.success {
  color: var(--success-color);
  display: block;
}

.form-messages.error {
  color: var(--error-color);
  display: block;
}

.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Slick Slider -------------------*/
.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0 0;
  margin: 40px 0 0 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.slick-dots li {
  display: inline-block;
  margin-right: 8px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 20px;
  height: 6px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: #bdbdbd;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.slick-dots button:hover {
  border-color: var(--theme-color);
}

.slick-dots .slick-active button {
  width: 40px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-color: var(--theme-color);
}

.number-dots {
  text-align: center;
}

.number-dots .dots-wrapper {
  text-align: center;
}

.number-dots ul {
  margin-top: 50px;
  position: relative;
  display: inline-block;
  width: auto;
}

.number-dots ul:before, .number-dots ul:after {
  content: '';
  height: 2px;
  width: 100px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.number-dots ul:before {
  background: -webkit-linear-gradient(right, var(--theme-color) 0%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(to left, var(--theme-color) 0%, rgba(217, 217, 217, 0) 100%);
  right: calc(100% + 10px);
}

.number-dots ul:after {
  background: -webkit-linear-gradient(left, var(--theme-color) 0%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(to right, var(--theme-color) 0%, rgba(217, 217, 217, 0) 100%);
  left: calc(100% + 10px);
}

.number-dots li {
  margin-right: 15px;
}

.number-dots li:last-child {
  margin-right: 0;
}

.number-dots button {
  height: 20px;
  width: 20px;
  background-color: var(--body-color);
  font-size: 12px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--title-font);
  position: relative;
  margin: 5px;
}

.number-dots button:before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.769298 11.7782C1.32317 11.9273 1.8955 11.5965 2.04782 11.0374C2.16782 10.5948 1.9832 10.1429 1.62318 9.89595C3.70482 4.35161 9.05892 0.563752 14.9992 0.563752C20.9349 0.563752 26.289 4.35161 28.3752 9.89595C28.0152 10.1429 27.8306 10.5902 27.9506 11.0374C28.0983 11.5965 28.6706 11.932 29.2291 11.7782C29.783 11.6291 30.1153 11.0514 29.963 10.4877C29.8338 9.99845 29.3814 9.68163 28.8968 9.70958C26.7367 3.94626 21.1703 0 14.9992 0C8.82814 0 3.26172 3.94161 1.10162 9.70958C0.621592 9.68163 0.169264 9.99845 0.0354115 10.4877C-0.112288 11.0514 0.215425 11.6245 0.769298 11.7782Z' fill='%234D5765'/%3E%3Cpath d='M29.2017 18.3336C28.6478 18.1799 28.0708 18.506 27.9185 19.0651C27.7985 19.5077 27.9785 19.9643 28.3339 20.2112C26.2154 25.7742 20.9813 29.4409 14.9948 29.4409C9.0084 29.4409 3.7743 25.7695 1.65574 20.2112C2.01114 19.9643 2.19576 19.5124 2.07114 19.0651C1.91883 18.506 1.34188 18.1752 0.788003 18.3336C0.23413 18.4874 -0.0935812 19.0697 0.0633494 19.6288C0.197202 20.118 0.649535 20.4302 1.13417 20.3976C3.3312 26.1842 8.773 30 14.9948 30C21.2167 30 26.6585 26.1795 28.8555 20.3976C29.3355 20.4302 29.7925 20.118 29.9263 19.6288C30.0833 19.0697 29.7555 18.492 29.2017 18.3336Z' fill='%234D5765'/%3E%3C/svg%3E");
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.number-dots button:hover:before {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.number-dots .slick-active button {
  background-color: var(--theme-color);
  width: 20px;
}

.number-dots .slick-active button:before {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.23852 11.9122C1.77421 12.0551 2.32776 11.7381 2.47508 11.2024C2.59114 10.7783 2.41258 10.3453 2.06438 10.1087C4.07769 4.79642 9.25605 1.16711 15.0013 1.16711C20.7466 1.16711 25.9205 4.79642 27.9383 10.1087C27.5901 10.3453 27.4115 10.7739 27.5276 11.2024C27.6705 11.7381 28.224 12.0595 28.7642 11.9122C29.2999 11.7693 29.6213 11.2158 29.474 10.6756C29.349 10.2069 28.9115 9.90335 28.4428 9.93014C26.3536 4.40805 20.9698 0.626953 15.0013 0.626953C9.03284 0.626953 3.64467 4.40805 1.55547 9.93014C1.09121 9.90335 0.653723 10.2069 0.524264 10.6756C0.381412 11.2158 0.702828 11.7649 1.23852 11.9122Z' fill='%23EB0029'/%3E%3Cpath d='M28.7373 18.1933C28.2016 18.046 27.6436 18.3584 27.4963 18.8941C27.3803 19.3182 27.5543 19.7557 27.8981 19.9923C25.8491 25.3224 20.7868 28.8357 14.9968 28.8357C9.20689 28.8357 4.14461 25.318 2.09558 19.9923C2.43932 19.7557 2.61788 19.3227 2.49735 18.8941C2.35004 18.3584 1.79202 18.0415 1.25633 18.1933C0.720641 18.3406 0.403689 18.8986 0.555468 19.4343C0.684927 19.903 1.12241 20.2021 1.59114 20.1709C3.71605 25.7153 8.97923 29.3758 15.0013 29.3758C21.0189 29.3758 26.2821 25.7153 28.407 20.1753C28.8713 20.2066 29.3132 19.9075 29.4427 19.4388C29.5855 18.8986 29.273 18.345 28.7373 18.1933Z' fill='%23EB0029'/%3E%3C/svg%3E");
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  border: 1px solid var(--white-color);
  box-shadow: 0px 2px 15px rgba(1, 15, 28, 0.1);
  left: var(--pos-x, -140px);
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  font-size: var(--icon-font-size, 16px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 2;
  border-radius: 999px;
}

.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}

.slick-arrow.slick-next {
  right: var(--pos-x, -140px);
  left: auto;
}

.slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slick-arrow {
    margin-right: 0;
  }
}

/*------------------- 2.5. Mobile Menu -------------------*/
.as-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.as-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: #416631;
}

.as-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.as-menu-wrapper .as-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.as-menu-wrapper .as-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.as-menu-wrapper .as-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #416631;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.menu-area-mobile{
    display: none;
}

.as-menu-wrapper.as-body-visible {
  opacity: 1;
  visibility: visible;
}

.as-menu-wrapper.as-body-visible .as-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.as-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  text-align: left;
}

.as-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.as-mobile-menu ul li {
  list-style-type: none;
  margin-bottom: 24px;
}

.as-mobile-menu ul li a {
  display: block;
  position: relative;
  line-height: 1.4;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
font-family: Inter, sans-serif;
}

.as-mobile-menu ul li.as-active > a {
  color: var(--theme-color);
}

.as-mobile-menu ul li.as-active > a:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.as-mobile-menu ul li ul li {
  padding-left: 20px;
}

.as-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.as-mobile-menu ul .as-item-has-children > a .as-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.as-mobile-menu ul .as-item-has-children > a .as-mean-expand:before {
  content: '\f067';
  font-family: var(--icon-font);
}

.as-mobile-menu ul .as-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
  display: none;
}

.as-mobile-menu ul .as-item-has-children.as-active > a .as-mean-expand:before {
  content: '\f068';
}

.as-mobile-menu ul .as-item-has-children.as-active > a:after {
  content: "\f068";
}

.as-mobile-menu > ul {
  padding: 0 16px;
}

.as-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.as-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 6px;
}

.as-menu-toggle:hover {
  background-color: var(--title-color);
}

.as-menu-toggle.style-text, .as-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.as-menu-toggle.style-text i, .as-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.as-menu-toggle.style-text-white {
  color: var(--white-color);
}

.pizzadepotUser{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.75rem;
    width: 100%;
    border: none;
    background: none;
    padding: 0;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid #fff;
}

.pizzadepotUser img{
    filter: brightness(0) invert(1);
}

.pizzadepotUserAfter img{
    filter: brightness(0) invert(1);
}

.pizzadepotUserAfter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.75rem;
    width: 100%;
    border: none;
    background: none;
    padding: 0;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid #fff;
    display: none;
}

.register-user.active .pizzadepotUserAfter{
    display: flex;
}

.register-user{
    padding: 0 16px;
}

.register-user.active{
    height: 100%;
}

.register-user.active .pizzadepotUser{
    display: none;
}

.register-user.active .pizzadepotUser svg{
    transform: rotate(90deg);
}

.register-user-account-menu{
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.register-user-account-menu li{
    margin-bottom: 24px;
}

.register-user-account-menu li a{
    display: block;
    position: relative;
    line-height: 1.4;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: Inter, sans-serif;
}

.register-user-menu{
    display: none;
}

.register-user-menu.active{
    display: block;
}



@media (max-width: 400px) {
  .as-menu-wrapper .as-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .as-mobile-menu > ul {
    padding: 0 20px;
  }
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
}

.preloader .as-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  background: var(--success-color);
  box-sizing: border-box;
  -webkit-animation: flipX 1s linear infinite;
          animation: flipX 1s linear infinite;
}

@-webkit-keyframes flipX {
  0% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
            transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
            transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
            transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes flipX {
  0% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
            transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
            transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
            transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
  }
}

/*------------------- 3.2. Buttons -------------------*/
.as-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  padding:10px 35px 10px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #fff;
    height: 56px !important;
    background: #145da4;
    border-radius: 9999px;
    margin-right: 1rem;
    border: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .07em;
  transition: background-color 0.25s linear, color 0.4s ease-in-out;
  

}

.as-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}

.as-btn:hover, .as-btn.active {
  color: var(--white-color);
  background-color: var(--title-color);
}

.as-btn:hover::before, .as-btn.active::before {
  width: 100%;
}

.as-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding: 20px 27px 19px 27px;
  box-shadow: none;
}

.as-btn.style2:hover {
  color: var(--title-color);
  background-color: var(--white-color);
}

.as-btn.style2:hover:before {
  background-color: var(--white-color);
}

.as-btn.style3:hover {
  color: var(--title-color);
  background-color: var(--white-color);
}

.as-btn.style3:hover:before {
  background-color: var(--white-color);
}

.as-btn.style4 {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.as-btn.style4:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.as-btn.style4:hover:before {
  background-color: var(--theme-color);
}

.as-btn.style5 {
  background-color: var(--title-color);
  color: var(--white-color);
}

.as-btn.style5:hover {
  color: var(--title-color);
  background-color: var(--white-color);
}

.as-btn.style5:hover:before {
  background-color: var(--white-color);
}

.as-btn.style6 {
  background-color: #eb0029;
  color: #fff;
}

.as-btn.style6:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}

.as-btn.style6:hover:before {
  background-color: var(--title-color);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 56px);
  font-size: var(--btn-font-size, 16px);
  background:transparent;
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  border: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  line-height: var(--icon-size, 60px);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 1.1em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn .fa-play {
  padding-left: 0.16em;
}

.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.play-btn.style2:before, .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.play-btn.style3 > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 24px;
}

.play-btn.style3:before, .play-btn.style3:after {
  background-color: var(--theme-color);
}

.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.play-btn.style3:hover:before, .play-btn.style3:hover:after {
  background-color: var(--white-color);
}

.link-btn {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
}

.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.link-btn:hover {
  color: var(--theme-color);
}

.link-btn:hover::before {
  width: 100%;
}

.line-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--body-color);
}

.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}

.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 40px;
  height: 1px;
  background-color: var(--body-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.line-btn:hover {
  color: var(--theme-color);
}

.line-btn:hover::before {
  background-color: var(--theme-color);
  width: 100%;
}

.scroll-btn {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  -webkit-clip-path: polygon(53% 0, 100% 20px, 100% 100%, 0 100%, 0% 20px);
          clip-path: polygon(53% 0, 100% 20px, 100% 100%, 0 100%, 0% 20px);
  /* Small devices */
}

.scroll-btn i {
  display: inline-block;
  background-color: var(--success-color);
  color: var(--white-color);
  text-align: center;
  font-size: 20px;
  width: var(--btn-size, 40px);
  height: var(--btn-size, 60px);
  line-height: var(--btn-size, 70px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  /* Small devices */
}

@media (max-width: 767px) {
  .scroll-btn i {
    font-size: 16px;
    width: var(--btn-size, 40px);
    height: var(--btn-size, 60px);
    line-height: var(--btn-size, 70px);
  }
}

.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}

.scroll-btn.show {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .scroll-btn {
    right: 15px;
    bottom: 15px;
  }
  .scroll-btn.show {
    bottom: 0;
  }
}

.scrollToTop {
  position: fixed;
  right: 50px;
  bottom: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 96;
}

.scrollToTop.show {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
  .scrollToTop {
    right: 15px;
  }
  .scrollToTop.show {
    bottom: 0;
  }
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  margin-top: -0.23em;
}

.sub-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-color);
  font-family: var(--style-font);
  text-transform: capitalize;
  
  padding-top: 5px;
  position: relative;
}

.sub-title .icon {
  margin: -13px 3px 0 0;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 15px;
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.41em;
}

.title-border {
  border-bottom: 1px dashed var(--gray-color);
  margin-bottom: var(--section-title-space);
}

.divider-title {
  position: relative;
  z-index: 2;
  margin: 35px 0;
  text-align: center;
  font-size: 25px; font-weight:600;
}

.divider-title .text {
  display: inline-block;
  background-color: var(--white-color);
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.divider-title:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: var(--success-color);
}

.sec-text {
  max-width: 560px;
  margin-bottom: 23px;
}

.sec-btn {
  margin-bottom: var(--section-title-space);
}

.box-title {
  font-size: 20px;
  margin-top: -0.3em;
  line-height: 1.417;
  font-weight: 500;
}

.box-title a {
  color: inherit;
}

.box-title a:hover {
  color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 17px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-30,
  .sec-title.mb-30 {
    margin-bottom: 25px;
  }
  .title-area.mb-40,
  .sec-title.mb-40 {
    margin-bottom: 30px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 32px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 35px;
  }
  .title-area.mb-25,
  .sec-title.mb-25 {
    margin-bottom: 15px;
  }
  .title-area.mb-35,
  .sec-title.mb-35 {
    margin-bottom: 25px;
  }
  .sec-btn {
    --section-title-space: 65px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 45px;
  }
  .title-area.mb-40,
  .sec-title.mb-40 {
    margin-bottom: 25px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 27px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 28px;
  }
  .sec-btn,
  .title-border {
    --section-title-space: 45px;
  }
  .divider-title {
    font-size: 26px;
  }
}

/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}

.image-scale-hover img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.image-scale-hover:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}

.shape-mockup.z-index-3 {
  z-index: 3;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-3 {
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.2em 0.4em;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  font-weight: 400;
  font-size: 0.7em;
}

.as-social a {
  display: inline-block;
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 40px);
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}

.as-social a:last-child {
  margin-right: 0;
}

.as-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}

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

/*------------------- 3.6. Font style -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-style {
  font-family: var(--style-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-extralight {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs12{font-size: 12px;}
.fs14{font-size: 14px;}
.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

.fs-xs2 {
  font-size: 16px;
}

.fs-28 {
  font-size: 28px;
}

.fs-40 {
  font-size: 40px;
}

.fs-60 {
  font-size: 60px;
}

/* Large devices */
@media (max-width: 1199px) {
  .fs-40 {
    font-size: 34px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .fs-40 {
    font-size: 30px;
  }
  .fs-40.mt-n3 {
    margin-top: -0.6rem;
  }
  .fs-40.mt-n2 {
    margin-top: -0.2rem;
  }
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-theme2 {
  background-color: var(--theme-color2) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-smoke2 {
  background-color: var(--smoke-color2) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.bg-smoke2 {
  background-color: #F8F8F8;
}

.gr-bg1 {
  background-image: -webkit-linear-gradient(194.6deg, rgba(146, 184, 253, 0.15) 5.09%, var(--smoke-color) 63%);
  background-image: linear-gradient(255.4deg, rgba(146, 184, 253, 0.15) 5.09%, var(--smoke-color) 63%);
}

.gr-bg2 {
  background-image: -webkit-linear-gradient(right, #EDF2FB 0%, #FFFFFF 100%);
  background-image: linear-gradient(270deg, #EDF2FB 0%, #FFFFFF 100%);
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}

.bg-top-right {
  background-size: auto;
  background-position: top right;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

.bg-top-left {
  background-size: auto;
  background-position: top left;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.bg-contain-repeat {
  background-size: contain;
  background-repeat: repeat;
  background-position: center left;
}

/* Large devices */
@media (max-width: 1199px) {
  .bg-contain-repeat {
    background-position: bottom left;
  }
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-theme2 {
  color: var(--theme-color2) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-border {
  color: var(--border-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}

.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
  z-index: 2;
}

[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
  z-index: 1;
}

[data-overlay]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay="theme"]:before {
  background-color: var(--theme-color);
}

[data-overlay="theme2"]:before {
  background-color: var(--theme-color2);
}

[data-overlay="title"]:before {
  background-color: var(--title-color);
}

[data-overlay="white"]:before {
  background-color: var(--white-color);
}

[data-overlay="black"]:before {
  background-color: var(--black-color);
}

[data-overlay="overlay1"]:before {
  background-color: #0e121d;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.moving {
  -webkit-animation: moving 8s linear infinite;
          animation: moving 8s linear infinite;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.spin {
  -webkit-animation: spin 15s linear infinite;
          animation: spin 15s linear infinite;
}

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

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

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

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

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.scalein.as-animated {
  --animation-name: scalein;
}

.slidetopleft.as-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.as-animated {
  --animation-name: slidebottomright;
}

.slideinleft.as-animated {
  --animation-name: slideinleft;
}

.slideinright.as-animated {
  --animation-name: slideinright;
}

.slideinup.as-animated {
  --animation-name: slideinup;
}

.slideindown.as-animated {
  --animation-name: slideindown;
}

.rollinleft.as-animated {
  --animation-name: rollinleft;
}

.rollinright.as-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.as-animated {
  opacity: 1;
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

@-webkit-keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_archive > ul,
.widget_categories > ul {
  margin: 0 0 -10px 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: var(--smoke-color2);
  border: 1px solid var(--border-color);
  margin: 0 0 10px 0;
  padding: 18px 45px 18px 57px;
  font-size: 12px;
  line-height: 1.313;
  color: #fff;
  border-radius: 28px;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: var(--theme-color);
}

.widget_nav_menu .icon,
.widget_meta .icon,
.widget_pages .icon,
.widget_archive .icon,
.widget_categories .icon {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-filter: brightness(0) invert(0.3);
          filter: brightness(0) invert(0.3);
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  font-size: 14px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget_nav_menu li:hover > span,
.widget_meta li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
  color: var(--theme-color);
}

.widget_nav_menu li:hover .icon,
.widget_meta li:hover .icon,
.widget_pages li:hover .icon,
.widget_archive li:hover .icon,
.widget_categories li:hover .icon {
  -webkit-filter: none;
          filter: none;
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

.as-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--white-color);
  margin-bottom: 40px;
  box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.08);
  border-radius: 20px;
  position: relative;
}

.widget select,
.widget input {
  background-color: var(--smoke-color2);
}

.widget[data-overlay]:before {
  z-index: -1;
}

.widget_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.1em 0 30px 0;
}

.widget_title:after {
  content: '';
  height: 1px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px dashed var(--gray-color);
}

.widget .search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.widget .search-form button {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  font-size: 14px;
  width: 36px;
  height: 36px;
  line-height: 33px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 99px;
}

.widget .search-form button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--title-font);
  text-transform: uppercase;
  line-height: 1;
  padding: 14px 17px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--body-color);
  background-color: transparent;
  border-radius: 99px;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
  border-color: var(--theme-color);
}

.wp-block-tag-cloud,
.tagcloud {
  margin-right: -10px;
  margin-bottom: -10px;
}

.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .media-img {
  margin-right: 15px;
  width: 80px;
  overflow: hidden;
  border-radius: 8px;
}

.recent-post .media-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 6px 0;
  font-family: var(--title-font);
  text-transform: capitalize;
}

.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
}

.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}

.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}

.recent-post:hover .media-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.sidemenu-content .widget,
.sidemenu-content .widget_shopping_cart {
  box-shadow: none;
}

.widget_shopping_cart .widget_title {
  margin-bottom: 30px;
  border-bottom: none;
}

.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}

.widget_shopping_cart ul li {
  list-style-type: none;
}

.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 10px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  text-align: left;
}

.widget_shopping_cart .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
}

.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}

.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--body-color);
}

.widget_shopping_cart .cart_list a.remove:hover {
  color: var(--theme-color);
}

.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 23px;
}

.widget_shopping_cart .quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}

.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--body-font);
}

.widget_shopping_cart .amount {
  padding-left: 5px;
}

.widget_shopping_cart .as-btn {
  margin-right: 15px;
}

.widget_shopping_cart .as-btn:last-child {
  margin-right: 0;
}

.sidebar-area .widget_shopping_cart .as-btn {
  margin-right: 10px;
  padding: 8px 22px;
  font-size: 14px;
}

.sidebar-area {
  margin-bottom: -10px;
}

.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}

.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}

.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}

.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.recent-product .product-title {
  font-size: 16px;
}

.author-widget-wrap {
  text-align: center;
}

.author-widget-wrap .avater {
  margin-bottom: 20px;
}

.author-widget-wrap .avater img {
  border-radius: 50%;
}

.author-widget-wrap .name {
  font-size: 24px;
  margin-bottom: 15px;
}

.author-widget-wrap .name a {
  color: inherit;
}

.author-widget-wrap .name a:hover {
  color: var(--theme-color);
}

.author-widget-wrap .author-bio {
  margin-bottom: 23px;
}

.author-widget-wrap .author-social {
  display: block;
}

.author-widget-wrap .author-social a {
  font-size: 16px;
  color: var(--body-color);
  position: relative;
  border-right: 1px solid var(--gray-color);
  padding: 6px 15px 6px 0;
  margin-right: 12px;
}

.author-widget-wrap .author-social a:last-child {
  padding: 6px 0 6px 0;
  margin-right: 0;
  border-right: none;
}

.author-widget-wrap .author-social a:hover {
  color: var(--theme-color);
}

.donwload-widget-wrap .as-btn {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.donwload-widget-wrap .as-btn:not(:last-child) {
  margin-bottom: 10px;
}

.donwload-widget-wrap .as-btn:before, .donwload-widget-wrap .as-btn:after {
  background-color: var(--theme-color);
}

.widget_banner {
  text-align: center;
}

.widget_banner .widget_title:before, .widget_banner .widget_title:after {
  background-color: var(--white-color);
  left: calc(50% - 35px);
}

.widget_banner .widget_title:after {
  left: calc(50% + 30px);
}

.widget-banner .banner-text {
  color: var(--white-color);
  margin-bottom: 23px;
}

.widget-banner .banner-link {
  color: var(--white-color);
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.widget-banner .banner-link:last-child {
  margin-bottom: -0.4em;
}

.widget-banner .banner-link i {
  margin-right: 4px;
}

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

.info-list li {
  color: var(--white-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 14px;
  padding-top: 14px;
}

.info-list li:first-child {
  padding-top: 0;
}

.info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: -0.4em;
}

.info-list strong {
  font-weight: bold;
  color: var(--theme-color);
  margin-right: 10px;
}

.widget-form select,
.widget-form .form-control,
.widget-form .form-select,
.widget-form textarea,
.widget-form input {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
}

.widget-form select::-moz-placeholder,
.widget-form .form-control::-moz-placeholder,
.widget-form .form-select::-moz-placeholder,
.widget-form textarea::-moz-placeholder,
.widget-form input::-moz-placeholder {
  color: var(--white-color);
}

.widget-form select::-webkit-input-placeholder,
.widget-form .form-control::-webkit-input-placeholder,
.widget-form .form-select::-webkit-input-placeholder,
.widget-form textarea::-webkit-input-placeholder,
.widget-form input::-webkit-input-placeholder {
  color: var(--white-color);
}

.widget-form select:-ms-input-placeholder,
.widget-form .form-control:-ms-input-placeholder,
.widget-form .form-select:-ms-input-placeholder,
.widget-form textarea:-ms-input-placeholder,
.widget-form input:-ms-input-placeholder {
  color: var(--white-color);
}

.widget-form select::-webkit-input-placeholder, .widget-form .form-control::-webkit-input-placeholder, .widget-form .form-select::-webkit-input-placeholder, .widget-form textarea::-webkit-input-placeholder, .widget-form input::-webkit-input-placeholder {
  color: var(--white-color);
}

.widget-form select::-moz-placeholder, .widget-form .form-control::-moz-placeholder, .widget-form .form-select::-moz-placeholder, .widget-form textarea::-moz-placeholder, .widget-form input::-moz-placeholder {
  color: var(--white-color);
}

.widget-form select:-ms-input-placeholder, .widget-form .form-control:-ms-input-placeholder, .widget-form .form-select:-ms-input-placeholder, .widget-form textarea:-ms-input-placeholder, .widget-form input:-ms-input-placeholder {
  color: var(--white-color);
}

.widget-form select::-ms-input-placeholder, .widget-form .form-control::-ms-input-placeholder, .widget-form .form-select::-ms-input-placeholder, .widget-form textarea::-ms-input-placeholder, .widget-form input::-ms-input-placeholder {
  color: var(--white-color);
}

.widget-form select::placeholder,
.widget-form .form-control::placeholder,
.widget-form .form-select::placeholder,
.widget-form textarea::placeholder,
.widget-form input::placeholder {
  color: var(--white-color);
}

.widget-form textarea.form-control,
.widget-form textarea {
  min-height: 130px;
}

.widget-form option {
  background-color: #272A34;
}

.widget-form .form-group {
  margin-bottom: 10px;
}

.widget-form .form-group > i {
  color: var(--white-color);
  background-color: #272A34;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
    border-radius: 15px;
  }
  .widget_title {
    font-size: 22px;
  }
  .author-widget-wrap .name {
    font-size: 22px;
  }
  .widget_offer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .widget {
    padding: 35px 20px;
  }
}

@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 12px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget input,
.footer-widget select {
  height: 55px;
  background-color: transparent;
  border: 1px solid #283752;
}

.footer-widget input:focus,
.footer-widget select:focus {
  border-color: var(--theme-color);
  background-color: transparent;
}

.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}

.footer-widget .widget_title {
  font-weight: 400;
  max-width: 275px;
  margin-bottom: 30px !important;
  padding-bottom: 4px;
  border-bottom: solid 2px #ffd40d;
}

.footer-widget .widget_title:after {
border-top: 0px;
}

.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}

.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -3px;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -6px;
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 23px;
  margin-bottom: 19px;
  border: none;
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  position: relative;
}

.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "\276F";
  font-weight: 500;
  left: 0;
  top: 1px;
  background-color: transparent;
  font-family: var(--icon-font);
  border: none;
  color: #fff;
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
  position: absolute;
  left: 0;
}

.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}

.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-widget .recent-post {
  max-width: 330px;
  margin-top: -0.3em;
}

.footer-widget .recent-post .post-title {
  line-height: 1.5;
  margin-bottom: 7px;
}

.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-widget .recent-post .recent-post-meta i {
  color: var(--theme-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}

.as-widget-about .about-logo {
  margin-bottom: 35px;
}

.as-widget-about .about-text {
  margin-bottom: 25px;
  margin-top: -0.38em;
}

.footer-text {
  margin-top: -0.38em;
  margin-bottom: 30px;
}

.newsletter-widget {
  max-width: 280px;
}

.newsletter-widget .newsletter-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newsletter-widget .as-btn:hover {
  color: var(--theme-color);
}

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.newsletter-form .form-control {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  color: var(--title-color);
}

.newsletter-form .form-control::-moz-placeholder {
  color: var(--title-color);
}

.newsletter-form .form-control::-webkit-input-placeholder {
  color: var(--title-color);
}

.newsletter-form .form-control:-ms-input-placeholder {
  color: var(--title-color);
}

.newsletter-form .form-control::-ms-input-placeholder {
  color: var(--title-color);
}

.newsletter-form .form-control::placeholder {
  color: var(--title-color);
}

.newsletter-form .form-control:focus {
  background-color: var(--white-color);
  border-color: var(--title-color);
}

.newsletter-form .icon-btn {
  min-width: 55px;
  height: 55px;
  border-radius: 0;
  background-color: var(--title-color);
  color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
  .newsletter-widget {
    padding-top: 40px;
  }
  .newsletter-widget .bg-shape {
    height: 100%;
  }
}

/*------------------- 4.2. Header  -------------------*/
.as-header {
  position: relative;
  z-index: 41;
}

.as-header .icon-btn {
  
}

.as-header .icon-btn:hover {
  border-color: var(--theme-color);
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.will-sticky .sticky-active.active {
  top: 0;
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: var(--white-color);
}

.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu a.active {
  color: var(--theme-color);
}


.main-menu > ul > li {
  margin: 0 12px;
}

.main-menu > ul > li > a {
  padding: 31.5px 0;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li.menu-item-has-children > a:after {
  content: "\2b";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: 0;
  color: var(--theme-color);
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  -webkit-transform: scaleY(1) translateX(-50%);
      -ms-transform: scaleY(1) translateX(-50%);
          transform: scaleY(1) translateX(-50%);
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  border-radius: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 1px;
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 23px;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "\f2e6";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 700;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.main-menu .mega-menu-wrap {
  position: static;
}

.main-menu ul.mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  -webkit-transform: scaleY(0) translateX(-50%);
      -ms-transform: scaleY(0) translateX(-50%);
          transform: scaleY(0) translateX(-50%);
}

.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.main-menu ul.mega-menu li li {
  padding: 2px 0;
}

.main-menu ul.mega-menu li a {
  display: inline-block;
  text-transform: capitalize;
}

.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}

.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

.dropdown-toggle::after {
  content: "\f107";
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
}

.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 20px) !important;
  left: calc(50% - 10px) !important;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--border-color);
}

.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}

.dropdown-menu li:after {
  display: none;
}

.dropdown-menu li a {
  display: block;
}

.dropdown-menu a {
  color: var(--body-color);
}

.dropdown-menu a:hover {
  color: var(--theme-color);
}

.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  color: var(--white-color);
}

.simple-icon:hover {
  color: var(--theme-color);
}

.header-button {
  height: 100%;
  
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.header-button .icon-btn {
  position: relative;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 400;
}

.header-links li:not(:last-child) {
  padding: 0 20px 0 0;
  margin: 0 17px 0 0;
}

.header-links li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: var(--body-color);
  width: 1px;
  height: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
}

.header-links li > i {
  margin-right: 10px;
  color: var(--theme-color);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  font-family: var(--body-font);
  color: var(--body-color);
}

.header-links i {
  color: var(--body-color);
  padding-right: 5px;
}

.header-links b,
.header-links strong {
  font-weight: 600;
}

.header-social .social-title {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.header-social a {
  font-size: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 10px 0 0;
}

.header-social a:last-child {
  margin-right: 0;
}

.header-social a:hover {
  color: var(--theme-color);
}

.link-box {
  
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2; float:right;
}
.link-box span{width:100%; color: var(--yellow-color);}
.link-box p{width:100%; color: var(--white-color); font-size:20px; font-weight:700;}

.link-box_icon i {
  font-size: 40px;
  color: var(--white-color);
}

.link-box_text {
  color: var(--white-color);
  margin-bottom: 3px;
}

.link-box_link {
  color: var(--title-color);
  font-size: 20px;
  font-weight: bold;
}

.link-box_link:hover {
  color: var(--theme-color);
}

.link-box p{
    margin: 0;
}

.header-logo {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-notice {
  margin-bottom: 0;
  display: inline-block;
}

.icon-btn:hover .badge {
  background-color: var(--title-color);
}

/* Header 1 ---------------------------------- */
.header-layout1 {
  position: relative;
}

.header-layout1:before, .header-layout1:after {
  content: '';
  height: 0px;
  width: 18%;
  position: absolute;
  bottom: 0;
  z-index: 0;
  background-color: var(--white-color);
}

.header-layout1:before {
  left: 0;
}




.header-layout1 .header-top {
  --body-color: #fff;
  background-color: #000000;
}

.header-layout1 .header-top a:hover {
  color: var(--theme-color);
}

.header-layout1 .menu-area {
  background-color: var(--success-color);
  padding: 10px 0;
}

.header-layout1 .header-button {
  position: relative;
  z-index: 2;
}

.logo-style1 {
  position: relative;
  z-index: 2;
  background-color: var(--white-color);
}

.header-top-container{
    display: flex;
    justify-content: space-between;
}

.main-header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .header-layout1:before, .header-layout1:after {
    width: 26%;
  }
}

@media (max-width: 1700px) {
  .header-layout1:before, .header-layout1:after {
    width: 14%;
  }
  .header-layout1 .link-box {
    
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1::before, .header-layout1:after {
    width: 17%;
  }
  .header-layout1 .header-button .as-btn {
    display: none;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout1:before, .header-layout1:after {
    display: none;
  }
  .header-layout1 .header-button {
    display: none;
  }
  .logo-style1 img {
    height: 70px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .logo-style1 img {
    height: 60px;
  }
}

/* Header 2 ---------------------------------- */
.header-info {
  display: inline-block;
  margin-bottom: 0;
  color: var(--body-color);
  margin-right: 25px;
  font-weight: 500;
}

.header-info:last-child {
  margin-right: 0;
}

.header-info i {
  height: 30px;
  width: 30px;
  line-height: 31px;
  background-color: rgba(255, 255, 255, 0.3);
  color: var(--body-color);
  text-align: center;
  margin-right: 6px;
  font-size: 13px;
  border-radius: 99px;
}

.header-info a {
  color: inherit;
}

.header-top .as-social a {
  --icon-size: 30px;
  line-height: 31px;
  background-color: rgba(255, 255, 255, 0.3);
  color: var(--body-color);
  font-size: 13px;
  margin-right: 2px;
}

.header-top .as-social a:last-child {
  margin-right: 0;
}

.header-shape1 {
  width: 100%;
  max-width: 1680px;
  height: 124px;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: path("M6.93299 11.866C18.108 34.16 35.985 57.951 52.323 72.275C85.979 101.781 123.106 118.156 167.211 122.945C173.923 123.674 382.207 123.99 841.711 123.969C1547.75 123.936 1515.41 124.142 1537 119.542C1574.47 111.561 1609.87 92.266 1637 65.038C1653.26 48.714 1664.48 32.965 1675.51 10.978L1681.02 0H841.001H0.984985L6.93299 11.866Z");
          clip-path: path("M6.93299 11.866C18.108 34.16 35.985 57.951 52.323 72.275C85.979 101.781 123.106 118.156 167.211 122.945C173.923 123.674 382.207 123.99 841.711 123.969C1547.75 123.936 1515.41 124.142 1537 119.542C1574.47 111.561 1609.87 92.266 1637 65.038C1653.26 48.714 1664.48 32.965 1675.51 10.978L1681.02 0H841.001H0.984985L6.93299 11.866Z");
  z-index: -1;
}

@media (max-width: 1680px) {
  .header-shape1 {
    -webkit-clip-path: none;
            clip-path: none;
    border-radius: 0 0 130% 130% / 0 0 999px 999px;
  }
}

.header-layout2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
}

.header-layout2 .header-top {
  --body-color: #fff;
  padding: 15px 0;
}

.header-layout2 .menu-area {
  padding: 0 30px;
  border-radius: 999px;
  box-shadow: 0px 15px 20px rgba(1, 15, 28, 0.1);
  background-color: var(--white-color);
}

.header-layout2 .main-menu > ul > li > a {
  padding: 47px 0;
}

.header-layout2 .will-sticky .sticky-active {
  background-color: transparent;
  box-shadow: none;
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout2 .header-top {
    display: none;
  }
  .header-layout2 .main-menu > ul > li > a {
    padding: 42px 0;
  }
  .header-shape1 {
    height: 60px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-shape1 {
    height: 47px;
  }
  .header-layout2 .header-top {
    padding: 10px 0;
  }
  .header-layout2 .menu-area {
    border-radius: 8px;
    padding: 0 20px;
  }
  .header-logo img {
    height: 70px;
  }
}

/* Header 3 ---------------------------------- */
.header-layout3 .main-menu > ul > li > a {
  padding: 46.5px 0;
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  position: relative;
  z-index: 2;
}

.footer-wrapper .newsletter-title {
  color: var(--white-color);
}

.footer-wrapper .as-social a {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}

.footer-wrapper .as-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.widget-area {
  padding-top: var(--section-space);
  padding-bottom: 75px;
}

.copyright-wrap {
  padding: 29px 0;
}

.copyright-text {
  margin: 0;
}

.copyright-text a {
  color: inherit;
}

.copyright-text a:hover {
  color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .as-social a {
    margin-right: 3px;
  }
  .as-social a:last-child {
    margin-right: 0;
  }
}

.footer-links ul {
  padding: 0;
  margin: 0;
}

.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}

.footer-links li:after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0;
}

.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer-links li:last-child:after {
  display: none;
}

.footer-links a {
  font-family: inherit;
  color: var(--body-color);
}

.footer-links a:hover {
  color: var(--theme-color);
}

.as-widget-contact {
  max-width: 280px;
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.info-box:last-child {
  margin-bottom: -5px;
}

.info-box_icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  line-height: 32px;
  font-size: 14px;
  
  color: var(--white-color);
  border-radius: 999px;
  text-align: center;
  margin-right: 10px;
}

.info-box_text {
  display: block;
  color: #fff;
  margin-top: -0.45em;
  margin-bottom: 0;
}

.info-box_link {
  display: inline-block;
  color: #fff;
}

.info-box_link:hover {
  color: #ed1e26;
}

/* Footer 1 ---------------------------------- */
.footer-layout1 {
  background-color: #000;
  --body-color: #F2F2F2;
  --border-color: #4D5765;
}

.footer-layout1 .footer-widget {
  --title-color: #fff;
}

.footer-layout1 .widget-area {
  padding-top: var(--section-space);
  padding-bottom: 75px;
}

.footer-layout1 .copyright-wrap {
  padding: 26px 0;
   border-top: 2px solid #ffd40d;
}

.footer-top {
  padding: 80px 0;
  border-bottom: 1px solid var(--border-color);
}

.footer-top .footer-logo {
  border-right: 1px solid #fff;
}

.subscribe-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding-left: 16px;
}

.subscribe-box_text {
  color: #fff;
  margin-bottom: 0;
}

.subscribe-box_title {
  color: var(--white-color);
  margin-bottom: 5px;
  font-weight: 600;
}

.newsletter-form {
  width: 100%;
  max-width: 460px;
  gap: 10px;
}

.newsletter-form .form-control {
  border: 1px solid transparent;
  color: #4D5765;
}

.newsletter-form .form-control::-moz-placeholder {
  color: #4D5765;
}

.newsletter-form .form-control::-webkit-input-placeholder {
  color: #4D5765;
}

.newsletter-form .form-control:-ms-input-placeholder {
  color: #4D5765;
}

.newsletter-form .form-control::-ms-input-placeholder {
  color: #4D5765;
}

.newsletter-form .form-control::placeholder {
  color: #4D5765;
}

.newsletter-form .as-btn {
  min-width: 140px;
  padding: 20.5px 20px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .subscribe-box .newsletter-form {
    max-width: 430px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-top .footer-logo {
    text-align: center;
    border-right: none;
    padding: 0px 0 30px 0;
  }
  .subscribe-box {
    padding-left: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-layout1 .widget-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .footer-layout1 .copyright-text {
    text-align: center;
  }
  .subscribe-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 20px;
  }
  .newsletter-form {
    max-width: 500px;
    width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .newsletter-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Footer 2 ---------------------------------- */
.footer-layout2 {
  background-color: var(--smoke-color2);
}

.footer-layout2 .copyright-wrap {
  background-color: var(--title-color);
  padding: 25px 0;
  --body-color: #fff;
  --border-color: #f2f2f2;
}

.newsletter-wrap {
  position: relative;
  z-index: 3;
  border-radius: 20px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.newsletter-wrap .newsletter-form {
  margin-left: auto;
  margin-right: auto;
}

/* Footer 3 ---------------------------------- */
.footer-layout3 {
  background-color: var(--title-color);
  --body-color: #F2F2F2;
  --border-color: #4D5765;
}

.footer-layout3 .footer-widget,
.footer-layout3 .contact-card {
  --title-color: #fff;
}

.footer-layout3 .widget-area {
  padding-top: var(--section-space);
  padding-bottom: 75px;
}

.footer-layout3 .footer-top {
  padding: 0;
}

.footer-layout3 .copyright-wrap {
  padding: 26px 0;
  background-color: var(--theme-color);
}

.footer-layout3 .copyright-wrap a:hover {
  color: var(--title-color);
}

.footer-logo2 {
  padding-right: 70px;
}

.contact-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.contact-card-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 50px 70px;
  border-left: 1px solid var(--border-color);
}

.contact-card_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: -0.35em;
}

.contact-card .icon-btn {
  background-color: var(--theme-color) !important;
  color: #fff !important;
  font-size: 22px;
}

.contact-card_text {
  margin-bottom: -0.5em;
}

.contact-card_text a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
}

.contact-card_text a:hover {
  color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-logo2 {
    padding: 35px 0;
    text-align: center;
  }
  .contact-card-wrap {
    padding: 35px 0;
    border-left: none;
    border-top: 1px solid var(--border-color);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .contact-card-wrap {
    grid-template-columns: auto auto;
    gap: 30px 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .contact-card {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .contact-card-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-card_text a {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .contact-card-wrap {
    grid-template-columns: auto;
  }
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 26px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}

.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 5px;
  list-style: none;
  position: relative;
}

.breadcumb-menu li:after {
  content: '\f054';
  position: relative;
  margin-left: 10px;
  font-weight: 600;
  font-size: 15px;
  color: var(--white-color);
  font-family: var(--icon-font);
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
}

.breadcumb-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.18;
  text-transform: uppercase;
  color: var(--white-color);
  margin: -0.2em 0 -0.22em 0;
}

.breadcumb-wrapper {
  background-color: var(--title-color);
  padding: 180px 0;
  overflow: hidden;
}

.breadcumb-wrapper2 {
  background-color: var(--title-color);
  padding: 80px 0;
  overflow: hidden;
}


.breadcumb-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 40%;
}

.breadcumb-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 42px;
  }
  .breadcumb-wrapper {
    padding: 140px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
  .breadcumb-shape {
    width: 25%;
  }
  .breadcumb-menu {
    margin: 20px 0 -0.5em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
  .breadcumb-title {
    font-size: 38px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
  .breadcumb-title {
    font-size: 34px;
  }
}

/*------------------- 4.5. Pagination  -------------------*/
.as-pagination {
  margin-bottom: 30px;
}

.as-pagination ul {
  margin: 0;
  padding: 0;
}

.as-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}

.as-pagination li:last-child {
  margin-right: 0;
}

.as-pagination li:first-child {
  margin-left: 0;
}

.as-pagination span,
.as-pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  border: none;
  color: var(--title-color);
  background-color: var(--smoke-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  border-radius: 7px;
}

.as-pagination span.active, .as-pagination span:hover,
.as-pagination a.active,
.as-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  box-shadow: none;
}

/* Small devices */
@media (max-width: 767px) {
  .as-pagination span,
  .as-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

/*------------------- 4.6. Blog  -------------------*/
blockquote,
.wp-block-quote {
  font-size: 16px;
  line-height: 1.6;
  padding: 50px 50px 50px 50px;
  font-weight: 500;
  display: block;
  position: relative;
  background-color: var(--smoke-color2);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color);
  font-style: italic;
  border-radius: 10px;
}

blockquote p,
.wp-block-quote p {
  font-size: inherit;
  font-family: inherit;
  margin-top: -0.3em;
  margin-bottom: 18px;
  line-height: inherit;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
}

blockquote p a,
.wp-block-quote p a {
  color: inherit;
}

blockquote:before,
.wp-block-quote:before {
  content: "";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='46' viewBox='0 0 60 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.5V45.5L22.5 23V0.5H0ZM37.5 0.5V45.5L60 23V0.5H37.5Z' fill='%23010F1C'/%3E%3C/svg%3E");
  width: 60px;
  height: 45px;
  opacity: 0.06;
}

blockquote cite,
.wp-block-quote cite {
  display: block;
  font-size: 20px;
  position: relative;
  border-color: inherit;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: -0.1em;
  font-style: normal;
  font-family: var(--title-font);
  padding-left: 50px;
  margin-left: 10px;
}

blockquote cite:before,
.wp-block-quote cite:before {
  content: "";
  height: 2px;
  width: 50px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 9px;
  left: -10px;
}

blockquote.style-left-icon, blockquote.is-large, blockquote.is-style-large, blockquote.has-text-align-right,
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
  padding: 50px;
}

blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  padding-left: 160px;
}

blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none;
}

blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
  color: var(--title-color);
}

blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px;
}

blockquote.is-large cite:before, blockquote.is-style-large cite:before,
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
  top: unset;
  bottom: 13px;
}

blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
  content: "\f10d";
  right: unset;
  left: 60px;
}

.wp-block-pullquote {
  color: var(--white-color);
  padding: 0;
}

blockquote.has-very-dark-gray-color {
  color: var(--white-color) !important;
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
  padding: 100px 15px 30px 15px;
}

.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
  width: 100%;
  height: 60px;
  font-size: 30px;
}

.wp-block-column blockquote.style-left-icon, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
  padding: 100px 15px 30px 15px;
}

.blog-meta {
  display: block;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 14px;
  color: var(--body-color);
  position: relative;
  margin-right: 16px;
  padding-right: 20px;
}

.blog-meta span:after,
.blog-meta a:after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: #bdbdbd;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}

.blog-meta span i,
.blog-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}

.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog-meta span:last-child:after,
.blog-meta a:last-child:after {
  display: none;
}

.blog-meta .author {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
}

.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-audio img,
.blog-img img,
.blog-video img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-title a {
  color: inherit;
}

.blog-title a:hover {
  color: var(--theme-color);
}

.as-blog {
  margin-bottom: 30px;
}

.blog-inner-title {
  font-size: 30px;
  margin-top: -0.25em;
  margin-bottom: 25px;
}

.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 4px;
}

.blog-author {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--smoke-color);
  border-radius: 8px;
  overflow: hidden;
}

.blog-author .auhtor-img {
  min-height: 100%;
}

.blog-author .auhtor-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.blog-author .author-name {
  font-size: 24px;
  margin-top: -0.2em;
  margin-bottom: 10px;
}

.blog-author .author-text {
  margin-bottom: 15px;
}

.blog-author .media-body {
  padding: 35px 40px 30px 40px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.blog-author .as-social a {
  border-radius: 6px;
  --icon-size: 36px;
  font-size: 13px;
}

@media (min-width: 1299px) {
  .blog-single {
    margin-right: 16px;
  }
  .as-comment-form,
  .as-comments-wrap {
    margin-right: 16px;
  }
}

.blog-single {
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.08);
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  border-radius: 20px;
}

.blog-single .blog-title {
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 600;
}

.blog-single .blog-text {
  margin-bottom: 26px;
}

.blog-single .social-links {
  margin: 0;
  padding: 8px 20px;
  list-style-type: none;
  display: inline-block;
  border: 1px solid var(--border-color);
  border-radius: 999px;
}

.blog-single .social-links li {
  display: inline-block;
  margin-right: 13px;
}

.blog-single .social-links li:last-child {
  margin-right: 0;
}

.blog-single .social-links a {
  line-height: 1;
  font-size: 16px;
  color: var(--title-color);
  text-align: center;
  display: block;
}

.blog-single .social-links a:hover {
  color: var(--theme-color);
}

.blog-single .blog-meta {
  margin: -0.3em 0 15px 0;
}

.blog-single .blog-content {
  margin: 0 0 0 0;
  position: relative;
}

.blog-single .blog-audio {
  line-height: 1;
}

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
  margin-bottom: 35px;
  border-radius: inherit;
}

.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
}

.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-single .blog-img .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}

.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.share-links-title {
  font-size: 20px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 15px 0 0;
  display: inline-block;
}

.share-links {
  margin: 30px 0 0 0;
  border-top: 1px solid var(--border-color);
  padding: var(--blog-space-y, 40px) 0 0 0;
}

.share-links > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  --bs-gutter-y: 20px;
}

.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
  display: inline-block;
}

.blog-details .blog-single {
  background-color: transparent;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-single .blog-title {
    font-size: 26px;
  }
  .share-links {
    --blog-space-x: 20px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  blockquote,
  .wp-block-quote {
    padding: 40px 20px 40px 20px;
  }
  blockquote:before,
  .wp-block-quote:before {
    font-size: 4rem;
    line-height: 2.5rem;
  }
  blockquote.style-left-icon, blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.has-text-align-right,
  .wp-block-quote.style-left-icon,
  .wp-block-quote.is-large:not(.is-style-plain),
  .wp-block-quote.is-style-large:not(.is-style-plain),
  .wp-block-quote.has-text-align-right {
    padding: 40px 20px 40px 20px;
  }
  .blog-single {
    --blog-space-x: 30px;
    --blog-space-y: 30px;
    border-radius: 15px;
  }
  .blog-meta span,
  .blog-meta a {
    margin-right: 11px;
    padding-right: 15px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-single {
    --blog-space-x: 40px;
    --blog-space-y: 40px;
  }
  .share-links {
    --blog-space-x: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .share-links {
    --blog-space-x: 20px;
  }
  .blog-single .social-links {
    padding: 5px 20px;
  }
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }
  blockquote cite,
  .wp-block-quote cite {
    font-size: 18px;
  }
  .blog-inner-title {
    font-size: 24px;
  }
  .blog-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-author .auhtor-img img {
    width: 100%;
  }
  .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 40px;
  }
  .blog-single .blog-audio,
  .blog-single .blog-img,
  .blog-single .blog-video {
    margin-bottom: 25px;
  }
  .blog-single .blog-audio img,
  .blog-single .blog-img img,
  .blog-single .blog-video img {
    min-height: 180px;
    object-fit: cover;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .blog-single .blog-text {
    margin-bottom: 20px;
  }
  .blog-single .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-author .media-body {
    padding: 35px 20px 30px 20px;
  }
  .blog-inner-title {
    font-size: 24px;
  }
  .blog-meta span,
  .blog-meta a {
    margin-right: 5px;
    padding-right: 5px;
  }
  .blog-meta span:after,
  .blog-meta a:after {
    display: none;
  }
}

/*------------------- 4.7. Comments  -------------------*/
.as-comment-form {
  margin-top: var(--blog-space-y, 40px);
  margin-bottom: 30px;
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  position: relative;
}

.as-comment-form .row {
  --bs-gutter-x: 20px;
}

.as-comment-form .blog-inner-title {
  margin-bottom: 10px;
}

.as-comment-form .form-title {
  margin-top: -0.35em;
}

.as-comment-form .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}

.as-comment-form .form-text {
  margin-bottom: 25px;
}

.blog-comment-area {
  margin-bottom: 25px;
}

.as-comment-form,
.as-comments-wrap {
  padding: 40px;
  box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
  border-radius: 20px;
}

.as-comments-wrap {
  margin-top: var(--blog-space-y, 40px);
  margin-bottom: 30px;
}

.as-comments-wrap .description p:last-child {
  margin-bottom: -0.5em;
}

.as-comments-wrap .comment-respond {
  margin: 30px 0;
}

.as-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.as-comments-wrap li {
  margin: 0;
}

.as-comments-wrap .as-post-comment {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}

.as-comments-wrap .as-post-comment ol,
.as-comments-wrap .as-post-comment ul,
.as-comments-wrap .as-post-comment dl {
  margin-bottom: 1rem;
}

.as-comments-wrap .as-post-comment ol ol,
.as-comments-wrap .as-post-comment ol ul,
.as-comments-wrap .as-post-comment ul ol,
.as-comments-wrap .as-post-comment ul ul {
  margin-bottom: 0;
}

.as-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -30px;
}

.as-comments-wrap ul.comment-list ul ul,
.as-comments-wrap ul.comment-list ul ol,
.as-comments-wrap ul.comment-list ol ul,
.as-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}

.as-comments-wrap .comment-avater {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 999px;
}

.as-comments-wrap .comment-avater img {
  width: 100%;
}

.as-comments-wrap .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -6px;
  position: relative;
}

.as-comments-wrap .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 400;
  color: var(--body-color);
}

.as-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}

.as-comments-wrap .name {
  margin-bottom: 12px;
  font-size: 20px;
}

.as-comments-wrap .comment-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.as-comments-wrap .text {
  margin-bottom: 10px;
}

.as-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 80px;
}

.as-comments-wrap .reply_and_edit {
  margin-top: 12px;
  margin-bottom: -0.46em;
}

.as-comments-wrap .reply_and_edit a {
  margin-right: 10px;
}

.as-comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}

.as-comments-wrap .reply-btn {
  font-weight: 600;
  font-size: 16px;
  color: var(--theme-color);
  display: inline-block;
}

.as-comments-wrap .reply-btn i {
  margin-right: 7px;
}

.as-comments-wrap .reply-btn:hover {
  color: var(--title-color);
}

.as-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

ul.comment-list .as-comment-item:last-child > .as-post-comment {
  border-bottom: none;
  padding-bottom: 0;
}

ul.comment-list .as-comment-item:first-child > .as-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}

.as-comments-wrap.as-comment-form {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .as-comment-form,
  .as-comments-wrap {
    padding: 40px 30px;
  }
  .as-comments-wrap .children {
    margin-left: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .as-comment-form,
  .as-comments-wrap {
    padding: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .as-comment-form,
  .as-comments-wrap {
    padding: 40px 20px;
  }
  .as-comments-wrap .as-post-comment {
    display: block;
  }
  .as-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .as-comments-wrap .comment-top {
    display: block;
  }
  .as-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .as-comments-wrap .children {
    margin-left: 40px;
  }
  .as-comments-wrap .children {
    margin-left: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .as-comment-form {
    --blog-space-x: 20px;
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.as-hero-carousel .icon-btn {
  width: 58px !important;
  height: 58px !important;
  line-height: 58px !important;
  padding: 0 !important;
}

.hero-title .font-style {
  font-family: "Lobster Two", cursive !important;
}

.hero-title .text-theme2 {
  color: #ff9d2d !important;
}

.hero-title .text-theme {
  color: #EB0029 !important;
}

.hero-1.phone {
  max-height: 550px !important;
}

.hero-2.phone {
  max-height: 700px !important;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .hero-3 .icon-btn {
    display: none !important;
  }
}

/*------------------- 4.9. Error  -------------------*/
.error-content {
  text-align: center;
  margin: 0 auto;
}

.error-img {
  margin-bottom: 40px;
  text-align: center;
}

.error-title {
  font-size: 64px;
  font-family: var(--style-font);
  margin-bottom: 14px;
}

.error-text {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

/* Medium devices */
@media (max-width: 991px) {
  .error-img {
    margin-bottom: 20px;
  }
  .error-title {
    font-size: 44px;
    margin-bottom: 10px;
  }
  .error-text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .error-title {
    font-size: 36px;
  }
  .error-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
}

/*------------------- 4.00. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: var(--theme-color);
}

.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  /* Large devices */
}

@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}

.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--theme-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::placeholder {
  color: #fff;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 120px 30px 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 4.00. Wocommerce  -------------------*/
.woocommerce-message,
.woocommerce-info {
  position: relative;
  padding: 11px 20px 11px 50px;
  background-color: #d3d3d3;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  border-radius: 0;
}

.woocommerce-message a,
.woocommerce-info a {
  color: var(--title-color);
  text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
  color: var(--theme-color);
}

.woocommerce-message:before,
.woocommerce-info:before {
  content: '\f06a';
  font-family: var(--icon-font);
  font-weight: 400;
  margin-right: 10px;
  font-size: 18px;
  position: absolute;
  left: 20px;
  top: 11px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.woocommerce-notices-wrapper .woocommerce-message:before {
  content: '\f14a';
  font-weight: 300;
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.woocommerce-form-login-toggle .woocommerce-info a {
  color: inherit;
}

.woocommerce-form-login-toggle .woocommerce-info a:hover {
  color: var(--white-color);
}

.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
  padding: 35px 40px 35px 40px;
  background-color: var(--smoke-color);
  margin-bottom: 0;
  /* Extra small devices */
}

.woocommerce-form-register select,
.woocommerce-form-register .form-control,
.woocommerce-form-register .form-select,
.woocommerce-form-register textarea,
.woocommerce-form-register input,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon textarea,
.woocommerce-form-coupon input,
.woocommerce-form-login select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .form-select,
.woocommerce-form-login textarea,
.woocommerce-form-login input {
  background-color: var(--white-color);
}

@media (max-width: 575px) {
  .woocommerce-form-register,
  .woocommerce-form-coupon,
  .woocommerce-form-login {
    padding: 40px 20px;
  }
}

.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
  margin-bottom: 20px;
}

.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-error {
  background-color: var(--error-color);
  color: #fff;
  list-style: none;
  padding: 10px 26px;
  margin: 0 0 30px 0;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

nav.woocommerce-MyAccount-navigation li {
  border: 1px solid #ddd;
  margin: 0;
  border-top: none;
}

nav.woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid #ddd;
}

nav.woocommerce-MyAccount-navigation li a {
  color: var(--title-color);
  font-weight: 700;
  padding: 7px 17px;
  display: block;
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.woocommerce-MyAccount-content h3 {
  margin-top: -0.3em;
}

.woocommerce-MyAccount-content .btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 700;
}

.woocommerce-MyAccount-content .btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

table.variations,
.woocommerce-grouped-product-list-item {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}

table.variations td,
.woocommerce-grouped-product-list-item td {
  border: none;
  vertical-align: middle;
  padding: 0 5px;
}

table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
  padding: 0;
}

table.variations label,
.woocommerce-grouped-product-list-item label {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}

table.variations label a,
.woocommerce-grouped-product-list-item label a {
  color: var(--title-color);
}

table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
  color: var(--theme-color);
}

table.variations .label,
.woocommerce-grouped-product-list-item .label {
  border: none;
}

table.variations__label,
.woocommerce-grouped-product-list-item__label {
  border: none !important;
  font-weight: 600;
}

table.variations__price,
.woocommerce-grouped-product-list-item__price {
  border: none !important;
}

table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
  font-size: 18px !important;
}

table.variations del,
.woocommerce-grouped-product-list-item del {
  margin-left: 12px;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  border: 1px solid var(--border-color);
}

.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
  margin-bottom: 0;
}

.woocommerce-grouped-product-list.group_table {
  border-collapse: collapse;
  margin-bottom: 15px;
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--title-color);
}

.woocommerce-grouped-product-list.group_table label {
  margin: 0 0 0 10px;
  margin: 0 0 0 10px;
  font-family: var(--title-font);
  font-size: 18px;
}

.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr {
  border-bottom: 1px solid #e3e6e9;
}

.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none;
}

.woocommerce-grouped-product-list.group_table td {
  padding: 30px 5px;
}

table.variations {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

table.variations td {
  padding: 0;
}

table.variations td.label {
  padding-right: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

table.variations select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  padding-right: 54px;
  padding-left: 20px;
  height: 50px;
}

table.variations .reset_variations {
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  left: 100%;
  bottom: 25px;
}

.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
  width: auto !important;
}

.woocommerce-variation.single_variation {
  margin-bottom: 30px;
}

.woocommerce-variation.single_variation .price {
  color: var(--title-color);
  font-weight: 700;
}

.wooscp-table-items td.woocommerce-product-attributes-item__value {
  padding-left: 15px !important;
}

.wooscp-table-items a.added_to_cart.wc-forward {
  margin-left: 15px;
  text-decoration: underline;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
  z-index: 1111;
}

table.woocommerce-product-attributes {
  margin-bottom: 30px;
}

#woosq-popup .product_meta {
  margin-top: 20px;
}

#woosq-popup .product_title {
  font-size: 24px;
  margin-bottom: 5px;
}

#woosq-popup .single-product .product .actions {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#woosq-popup .single-product .product .actions > div {
  height: auto;
  overflow: visible;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.login-tab {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-tab button.nav-link {
  background-color: var(--smoke-color);
  color: var(--title-color);
  padding: 11px 39px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px ​15px 0;
}

.login-tab button.nav-link.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}

.star-rating:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  color: var(--yellow-color);
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
  font-weight: 400;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\e28b\e28b\e28b\e28b\e28b";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--yellow-color);
  letter-spacing: 3px;
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
}

.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}

.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color);
}

.rating-select p.stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 400;
}

.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700;
}

.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700;
}

.rating-select p.stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 400;
}

.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700;
}

/* Small devices */
@media (max-width: 767px) {
  .woocommerce-message,
  .woocommerce-info {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px 10px 37px;
  }
  .woocommerce-message:before,
  .woocommerce-info:before {
    font-size: 16px;
    top: 10px;
    left: 15px;
  }
}

/*------------------- 4.00. Products  -------------------*/
.as-product {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 10px;
  box-shadow: 0px 6px 15px rgba(1, 15, 28, 0.06);
  border: 1px solid rgb(213, 212, 212);
}

.as-product:hover {border-color: rgb(76 114 42 / var(--tw-border-opacity));}

.as-product .product-title {
  font-size: 20px; font-family: "Figtree", sans-serif;
  margin: 16px 0 0; text-transform: uppercase;
  font-weight: 600; color: #064a8a;
}

.as-product .product-content p{line-height:18px; font-size: 14px;}

.as-product .product-title a {
  color: inherit;
}

.as-product .product-title a:hover {
  color: #064a8a;
}

.as-product .price {
  display: block;
  color: var(--theme-color);
  font-weight: 700;
  margin-bottom: -0.45em;
  font-family: var(--title-font);
}

.as-product .price del {
  margin-left: 10px;
  color: var(--body-color);
}

.as-product .product-img {
  text-align: center;
  z-index: 3;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.as-product .product-img img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}



.as-product .product-content {
  
}

.as-product .product-content:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: -2;
}

.as-product .category {
  display: block;
  color: var(--body-color);
  margin: -0.5em 0 5px 0;
}

.as-product .category:hover {
  color: var(--theme-color);
}

.as-product .product-rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 15px;
}

.as-product .star-rating {
  margin: 0 auto 2px auto;
  width: 93px;
}

.as-product .actions {
  --btn-size: 46px;
  text-align: center;
  margin-top: 30px;
  justify-content: space-between;
}

.as-product .actions .icon-btn {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  background-color: var(--theme-color);
  color: var(--white-color);
}

.as-product .actions .icon-btn:hover {
  background-color: var(--title-color);
}

.as-product .actions > * {
  margin: 0 var(--icon-gap-x, 3px);
}

.as-product .actions > * > a {
  margin: 0;
}

.as-product .icon-btn:nth-child(1), .as-product .icon-btn:nth-child(3) {
  background-color: var(--title-color);
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.as-product .icon-btn:nth-child(1):hover, .as-product .icon-btn:nth-child(3):hover {
  background-color: var(--theme-color);
}

.as-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.as-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 46px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
}

.as-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.as-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}

.as-product .tinv-wishlist a {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 50%;
}

.as-product .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.as-product .add_to_cart_button.added {
  display: none;
}

.as-product .added_to_cart {
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: var(--white-color);
  color: var(--title-color);
  font-size: 0;
  text-align: center;
  border-radius: 50%;
}

.as-product .added_to_cart:after {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
}

.as-product .added_to_cart:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.as-product:hover .icon-btn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.as-product:hover .product-content:after {
  
}

.as-product.list-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  height: 100%;
  background-color: var(--smoke-color2);
  border: 1px solid #bdbdbd;
  border-radius: 10px;
}

.as-product.list-view .product-img {
  width: 100%;
  max-width: 130px;
  margin: 0;
  background-color: rgba(255, 157, 45, 0.2);
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.as-product.list-view .star-rating {
  margin: 0 auto 10px 0;
  width: 80px;
  position: absolute;
  top: 27px;
  right: 25px;
  font-size: 12px;
}

.as-product.list-view .star-rating:before {
  letter-spacing: 4px;
}

.as-product.list-view .star-rating span:before {
  letter-spacing: 4px;
}

.as-product.list-view .product-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 26px;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.as-product.list-view .product-content:after {
  display: none;
}

.as-product.list-view .product-text {
  font-size: 14px;
  margin-bottom: 10px;
  max-width: 380px;
}

.as-product.list-view .icon-btn:nth-child(1),
.as-product.list-view .icon-btn:nth-child(3) {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.as-product.list-view .actions {
  --btn-size: 30px;
  --btn-font-size: 12px;
  --icon-gap-x: 0px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-top: 18px;
}

.as-product.list-view .actions .as-btn {
  height: 40px;
  padding: 14px 19px;
}

.as-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.as-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.as-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.as-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  font-size: 20px;
}

.as-product.list-view .tinv-wishlist a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.as-product.list-view .added_to_cart {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.as-product.list-view .added_to_cart:after {
  font-size: 16px;
}

.as-product.list-view .action-btn {
  padding: 8px 15px;
}

.as-product.list-view .tag {
  top: 8px;
  right: 8px;
  padding: 0px 15px;
}

.as-product.list-view .product-title {
  font-size: 14px;
  margin: -0.24em 0 10px 0;
}

.as-product.list-view .product-title.active {
  color: var(--yellow-color) !important;
}



.as-product.list-view .product-price {
  font-size: 14px;
}

.as-product.list-view:hover .product-img {
  background-color: var(--theme-color2);
}

.as-product.list-view:hover .product-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.product_style1 {
  padding: 27px 0 45px 0;
  background-color: var(--white-color);
  box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.08);
  border-radius: 999px;
}

.product_style1 .product-content {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}

.product_style1 .product-content:after {
  display: none;
}

.product_style1 .product-img {
  margin-bottom: 0;
}

.mfp-content {
  margin: 1.5rem auto;
}

.mfp-content .product-details-img {
  padding-top: 15px;
}

.mfp-content .product-about {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-content .container {
  position: relative;
  border-radius: 10px;
}

.mfp-content .product-big-img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.woosq-popup {
  max-height: 600px;
  max-width: 1220px;
}

.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
  display: none;
}

.woosq-product > .product > div {
  max-height: 600px;
  min-height: 460px;
  height: auto;
}

.as-sort-bar {
  background-color: var(--smoke-color);
  padding: 15px 30px;
  margin: 0 0 40px 0;
  border-radius: 5px;
}

.as-sort-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 15px;
}

.as-sort-bar select {
  height: 50px;
  border: none;
  background-color: var(--white-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  font-size: 16px;
  margin: 0;
  color: var(--body-color);
  border-radius: 5px;
}

.as-sort-bar .woocommerce-result-count {
  margin-bottom: 0;
  color: var(--body-color);
}

.as-sort-bar .nav a {
  display: inline-block;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--body-color);
  margin: 0 0 0 20px;
}

.as-sort-bar .nav a.active, .as-sort-bar .nav a:hover {
  color: var(--theme-color);
}

.product-thumb-area {
  position: relative;
}

.product-thumb-area .product-thumb-tab {
  position: absolute;
  top: 0;
  left: 0;
}

.product-thumb-tab {
  max-width: 100px;
  position: relative;
}

.product-thumb-tab .tab-btn {
  height: 100px;
  width: 100px;
  background-color: var(--smoke-color2);
  border-radius: 10px;
  padding: 18px 13px 13px 13px;
  cursor: pointer;
}

.product-thumb-tab .tab-btn:not(:last-of-type) {
  margin-bottom: 24px;
}

.product-thumb-tab .indicator {
  position: absolute;
  top: var(--pos-y);
  left: var(--pos-x);
  width: var(--width-set);
  height: var(--height-set);
  border: 2px solid var(--theme-color);
  border-radius: 10px;
  pointer-events: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.product-big-img {
  background-color: var(--smoke-color2);
  text-align: center;
  max-width: calc(100% - 124px);
  height: 596px;
  margin-left: 124px;
  padding: 80px 33px 33px 33px;
  border-radius: 20px;
}

.product-big-img .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.quantity > .screen-reader-text {
  display: inline-block;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-right: 10px;
}

.quantity .qty-btn,
.quantity .qty-input {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  border-right: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  text-align: center;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 600;
}

.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
  border-right: none;
}

.quantity .qty-btn {
  font-size: 16px;
}

.product_meta {
  font-weight: 700;
  font-size: 16px;
  font-family: var(--body-font);
  margin: 35px 0 0 0;
}

.product_meta > span {
  display: block;
  margin-bottom: 5px;
  color: var(--title-color);
  font-weight: bold;
}

.product_meta > span:last-child {
  margin-bottom: 0;
}

.product_meta > span a {
  color: inherit;
}

.product_meta > span a:hover {
  color: var(--theme-color);
}

.product_meta > span > a,
.product_meta > span > span {
  position: relative;
  color: var(--body-color);
  font-weight: 400;
}

.product_meta > span > a:after,
.product_meta > span > span:after {
  content: ",";
  margin-right: 5px;
}

.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
  display: none;
}

.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  margin-left: 7px;
}

.product-tab-style1 {
  border-bottom: 1px solid var(--border-color);
  margin: 95px auto 40px auto;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.product-tab-style1 .as-btn {
  background-color: var(--smoke-color2);
  border: 1px solid var(--border-color);
  color: var(--title-color);
}

.product-tab-style1 .as-btn:before {
  background-color: var(--theme-color);
}

.product-tab-style1 .as-btn:hover, .product-tab-style1 .as-btn.active {
  color: var(--white-color);
  border-color: var(--theme-color);
}

#productTabContent {
  margin-bottom: -10px;
}

#additional_information {
  margin-bottom: 40px;
}

.product-inner-list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product-inner-list li {
  position: relative;
  padding-left: 15px;
}

.product-inner-list li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.summary-content,
.product-about {
  
}

.summary-content .product-title,
.product-about .product-title {
  margin: 0 0 10px 0;
}

.summary-content > .price,
.product-about > .price {
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 20px;
}

.summary-content > .price del,
.product-about > .price del {
  color: var(--body-color);
  font-weight: 500;
  margin-left: 15px;
}

.summary-content .product-rating,
.product-about .product-rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 2px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  margin-bottom: 20px;
}

.summary-content .product-rating .star-rating,
.product-about .product-rating .star-rating {
  width: 80px;
  font-size: 12px;
  margin-right: 8px;
}

.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
  color: var(--body-color);
}

.summary-content .checklist,
.product-about .checklist {
  margin: 30px 0 40px 0;
}

.summary-content .checklist li,
.product-about .checklist li {
  font-weight: 400;
}

.summary-content .actions,
.product-about .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px 24px;
  margin: 30px 0 30px 0;
}

.summary-content .actions .as-btn,
.product-about .actions .as-btn {
  border-radius: 100px;
}

.summary-content .actions .as-btn .btn-icon,
.product-about .actions .as-btn .btn-icon {
  padding: 10.5px 15px 10.5px 15px;
}

.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
  border-radius: 10px;
  background-color: var(--title-color);
  color: var(--white-color);
}

.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
  background-color: var(--theme-color);
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  border-radius: 0;
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}

.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 0;
}

.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.summary-content .quantity,
.product-about .quantity {
  border: 2px solid var(--border-color);
  border-radius: 10px;
  width: 120px;
}

.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
  width: 62px;
  height: 52px;
  border: none;
  background-color: transparent;
  color: var(--title-color);
  padding: 0 25px;
  text-align: left;
  font-weight: 500;
  border-right: 2px solid var(--border-color);
}

.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
  color: var(--title-color);
  background-color: transparent;
  position: absolute;
  right: 22px;
  height: auto;
  width: auto;
  border: none;
}

.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
  bottom: 7px;
}

.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
  top: 8px;
}

.summary-content .share,
.product-about .share {
  margin-top: 24px;
}

.summary-content .share-title,
.product-about .share-title {
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--title-color);
}

.summary-content .share-title i,
.product-about .share-title i {
  color: var(--theme-color);
}

.summary-content .as-social a,
.product-about .as-social a {
  background-color: var(--border-color);
  color: var(--body-color);
  border-radius: 5px;
}

.summary-content .as-social a:hover,
.product-about .as-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

#description {
  margin-bottom: 30px;
}

.woocommerce-Reviews .as-post-comment .text {
  margin-bottom: -0.5em;
}

.woocommerce-Reviews .as-comments-wrap {
  padding: 0;
  box-shadow: none;
}

.woocommerce-Reviews .comment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  margin-bottom: 40px;
}

.woocommerce-Reviews .as-post-comment {
  border: 1px solid var(--border-color) !important;
  padding: 40px !important;
  box-shadow: 0px 4px 30px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  margin-bottom: 24px;
}

.woocommerce-Reviews .as-post-comment .name {
  margin-bottom: 3px;
}

.woocommerce-Reviews .as-post-comment .commented-on {
  margin-bottom: 12px;
}

/* Large devices */
@media (max-width: 1199px) {
  .woocommerce-Reviews .as-post-comment {
    padding: 30px !important;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-details .as-comments-wrap {
  margin-top: 0;
}

.product-details .border-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.product-details .border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: var(--theme-color);
}

.product-inner-title {
  font-size: 32px;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 7px 0;
  margin: 0 0 30px 0;
}

.related-product-wrapper {
  padding-top: 115px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .as-product.list-view .product-img {
    max-width: 150px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .summary-content,
  .product-about {
    padding-left: 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .as-sort-bar select {
    min-width: auto;
  }
  .product-big-img {
    padding: 130px 8px 8px 8px;
  }
  .summary-content .actions,
  .product-about .actions {
    gap: 16px;
  }
  .product-tab-style1 {
    margin: 55px 0 40px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .product-big-img {
    margin-bottom: 40px;
    padding: 80px 8px 8px 8px;
  }
  .as-product.list-view .product-img {
    max-width: 180px;
  }
  .as-sort-bar {
    padding: 15px;
  }
  .as-sort-bar .row {
    --bs-gutter-x: 20px;
  }
  .as-sort-bar .nav a:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .as-sort-bar .nav a:last-child:before {
    display: none;
  }
  .woosq-product > .product .thumbnails {
    max-height: 400px;
    min-height: 200px;
    padding: 10px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .as-sort-bar {
    text-align: center;
  }
  .as-sort-bar .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .as-sort-bar select {
    margin: 0 auto;
  }
  .product-thumb-tab .tab-btn {
    height: 75px;
    width: 75px;
    padding: 10px 6px 6px 6px;
  }
  .product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .product-big-img {
    max-width: calc(100% - 90px);
    margin-left: 90px;
    height: 435px;
    padding: 50px 8px 8px 8px;
    border-radius: 10px;
  }
  .as-product.list-view .product-img {
    max-width: 130px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .as-product {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .product_style1 {
    max-width: 287px;
  }
  .product-about .actions {
    gap: 15px 15px;
  }
  .as-product.list-view {
    max-width: 100%;
  }
  .as-product.list-view .product-img {
    max-width: 140px;
  }
  .as-product.list-view .product-text {
    display: none;
  }
  .as-product.list-view .star-rating {
    position: relative;
    top: unset;
    right: unset;
    margin-bottom: 15px;
  }
  .as-product.list-view .actions {
    position: relative;
    right: unset;
    bottom: unset;
    text-align: left;
  }
}

@media (max-width: 450px) {
  .product-thumb-tab .tab-btn {
    height: 60px;
    width: 60px;
    padding: 6px 3px 3px 3px;
    border-radius: 5px;
  }
  .product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .product-thumb-tab .indicator {
    border-radius: 5px;
    border: 1px solid var(--theme-color);
  }
  .product-big-img {
    max-width: calc(100% - 68px);
    margin-left: 68px;
    height: 332px;
    padding: 40px 8px 8px 8px;
    border-radius: 10px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .product-big-img {
    padding: 70px 8px 8px 8px;
  }
}

@media (max-width: 370px) {
  .as-product.list-view {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .as-product.list-view .product-img {
    max-width: 100%;
    width: 100%;
    min-height: 180px;
  }
}

/*------------------- 4.00. Cart  -------------------*/
.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}

.cart_table thead {
  background-color: #ecf0f1;
}

.cart_table thead th {
  border: none !important;
}

.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  border: none;
  padding: 27px 15px;
}

.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
}

.cart_table .product-quantity {
  color: var(--title-color);
}

.cart_table .product-quantity input {
  position: relative;
  top: -2px;
}

.cart_table .cart-productname {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
}

.cart_table .cart-productimage {
  display: inline-block;
  border: 1px solid var(--smoke-color);
  padding: 8px 4px 0 0;
  border-radius: 5px;
}

.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}

.cart_table .quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_table .qty-btn {
  border: 2px solid var(--smoke-color) !important;
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  border-radius: 4px;
}

.cart_table .qty-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--smoke-color);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-weight: 700;
  margin: 0 10px;
  border-radius: 4px;
  padding: 0;
  /* Firefox */
}

.cart_table .qty-input::-moz-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::-webkit-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input:-ms-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::-ms-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart_table .qty-input[type=number] {
  -moz-appearance: textfield;
}

.cart_table .actions {
  text-align: right;
  vertical-align: middle;
}

.cart_table .actions > .as-btn {
  font-size: 14px;
  padding: 17px 28px;
  margin-right: 15px;
}

.cart_table .actions > .as-btn:last-child {
  margin-right: 0;
}

.cart_table .as-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart_table .as-cart-coupon input {
  height: 50px;
  width: calc(100% - 200px);
  margin-right: 10px;
}

.cart_table .as-cart-coupon .as-btn {
  font-size: 14px;
  padding: 17px 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cart_totals {
  border: 1px solid #ecf0f1;
}

.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
  color: var(--title-color);
  width: 55%;
}

.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}

.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--title-color);
  font-weight: 700;
}

.cart_totals .shipping-calculator-button:hover {
  color: var(--theme-color);
}

.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}

.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}

.cart_totals .shipping-calculator-form {
  display: none;
}

.cart_totals .shipping-calculator-form p:first-child {
  margin-top: 20px;
}

.cart_totals .shipping-calculator-form p:last-child {
  margin-bottom: 0;
}

.cart_totals .shipping-calculator-form .as-btn {
  padding: 5px 30px;
}

.cart_totals .amount {
  font-weight: 700;
}

.cart_totals .order-total .amount {
  color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .as-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cart_table .actions {
    text-align: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .as-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .as-btn:last-child {
    margin-right: auto;
  }
  .cart_table .as-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .as-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}

/*------------------- 4.00. Checkout  -------------------*/
.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
  margin-bottom: 0;
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
  margin-bottom: 0;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
  margin-top: -35px;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: -30px;
}

.woocommerce-checkout .select2-dropdown {
  border: 1px solid #e3e6e9;
  border-top: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
  color: var(--body-color);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
  padding: 0;
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
  margin-bottom: var(--bs-gutter-x);
}

#ship-to-different-address {
  margin-top: 15px;
}

.select2-container--default .select2-selection--single {
  height: 60px;
  border: 1px solid #e3e6e9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding-left: 30px;
  padding-right: 25px;
}

.woocommerce-billing-fields .form-row {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: '\f107';
  font-family: var(--icon-font);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  border: none;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  line-height: 60px;
  margin-right: 30px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  border-radius: 0;
  background-position: right 13px center;
}

.shipping-calculator-form .as-btn {
  font-size: 14px;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: none;
  vertical-align: top;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: #2c3e50;
}

.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}

.checkout-ordertable .order-total .amount {
  color: var(--theme-color);
}

.checkout-ordertable input[type="hidden"] ~ label {
  color: var(--theme-color);
}

.woocommerce-checkout .form-group input:not(:last-child) {
  margin-bottom: var(--bs-gutter-x);
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: 1px solid #ededed;
  text-align: right;
  padding: 5px 20px;
}

.checkout-ordertable th {
  text-align: left;
}

.woocommerce-checkout-payment {
  text-align: left;
}

.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.woocommerce-checkout-payment ul li {
  padding-top: 10px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 16px;
}

.woocommerce-checkout-payment ul input[type="radio"] ~ label {
  margin-bottom: 15px;
  color: var(--body-color);
}

.woocommerce-checkout-payment ul input[type="radio"] ~ label img {
  margin-bottom: -2px;
  margin-left: 10px;
}

.woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}

.woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}

.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

.as-checkout-wrapper form.woocommerce-form {
  margin-bottom: 25px;
}

/* Small devices */
@media (max-width: 767px) {
  tfoot.checkout-ordertable th {
    display: none;
  }
  .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
    max-width: 150px;
  }
  .checkout-ordertable th,
  .checkout-ordertable td {
    padding: 5px 20px 5px 60px;
  }
}

/*------------------- 4.00. Wishlist  -------------------*/
.tinv-wishlist input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
  width: auto;
  height: auto;
}

.tinv-wishlist .tinv-header {
  margin-top: -0.8rem;
}

.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 10px;
  font-weight: 700;
}

.tinv-wishlist p.return-to-shop .button:Hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.tinv-wishlist table {
  border: none;
}

.tinv-wishlist table th {
  color: var(--title-color);
}

.tinv-wishlist table td, .tinv-wishlist table th {
  padding: 15.3px 10px;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}

.tinv-wishlist table thead {
  background-color: var(--smoke-color);
}

.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
  width: 40px;
  text-align: center;
}

.tinv-wishlist .product-thumbnail {
  width: 110px;
}

.tinv-wishlist .product-thumbnail img {
  padding-top: 6px;
  padding-right: 4px;
}

.tinv-wishlist .stock.in-stock {
  margin-bottom: 0;
}

.tinv-wishlist ins {
  text-decoration: none;
}

.tinv-wishlist .product-remove button {
  border: none;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  border-radius: 0;
  padding-top: 0;
}

.tinv-wishlist .product-remove button i {
  line-height: 22px;
  font-size: 16px;
}

.tinv-wishlist .tinvwl-mobile {
  display: none;
}

.tinv-wishlist .social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 295px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tinv-wishlist .social-buttons ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 16px;
}

.tinv-wishlist .product-stock .stock {
  display: block;
}

.tinv-wishlist .product-stock span {
  display: inline;
}

.tinv-wishlist .product-stock i {
  margin-right: 5px;
}

.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}

.tinv-wishlist button.button {
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-color);
  color: #fff;
  padding: 1px 15px;
  min-width: 140px;
}

.tinv-wishlist button.button.mask-btn {
  padding: 0;
}

.tinv-wishlist button.button .btn-text-mask {
  padding: 0.5px 21px;
}

.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: #fff;
}

.tinv-wishlist button.button i {
  font-size: 1em !important;
  margin-right: 3px !important;
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
}

.tinv-wishlist td.product-name a {
  color: var(--body-color);
}

.tinv-wishlist td.product-name a:hover {
  color: var(--theme-color);
}

.tinv-wishlist td.product-price del {
  margin-left: 8px;
  font-size: 0.9em;
}

.tinv-wishlist .social-buttons > span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--title-font);
  color: var(--title-color);
}

.tinv-wishlist .social-buttons li {
  display: inline-block;
  margin-right: 0;
}

.tinv-wishlist .social-buttons li a.social {
  background-color: var(--theme-color);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-left: 3px;
}

.tinv-wishlist .social-buttons li a.social:first-child {
  margin-left: 0;
}

.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit;
}

.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .tinvwl-full {
    display: none;
  }
  .tinv-wishlist .tinvwl-mobile {
    display: block;
  }
  .tinvwl-txt {
    display: block;
  }
  .tinv-wishlist .product-stock {
    width: 40px;
    text-align: center;
  }
  .tinv-wishlist .product-stock .tinvwl-txt {
    display: none;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
  }
  .tinv-wishlist table td, .tinv-wishlist table th {
    border: 1px solid var(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .product-name {
    text-align: center;
  }
  .tinv-wishlist table td, .tinv-wishlist table th {
    border-bottom: none;
  }
  .tinv-wishlist table tfoot {
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tinv-wishlist .social-buttons ul {
    margin-left: unset;
    margin-top: 5px;
  }
  .tinvwl-txt {
    display: inline-block;
  }
  .tinv-wishlist .product-stock .tinvwl-txt {
    display: inline;
  }
}

/*------------------- 4.00. Contact  -------------------*/
/* Contact 1 ---------------------------------- */
.quote-form {
  padding: 40px;
  border-top: 5px solid var(--theme-color);
  background-color: var(--white-color);
  box-shadow: 0px 10px 50px rgba(7, 36, 95, 0.1);
}

.quote-form .form-title {
  margin-top: -0.26em;
  margin-bottom: 26px;
}

.quote-form.style2 {
  padding: 30px;
  border-top: none;
}

.call-btn {
  color: var(--theme-color);
  font-size: 30px;
  font-weight: bold;
  font-family: var(--title-font);
  display: inline-block;
}

.call-btn .play-btn {
  --icon-size: 45px;
  font-size: 14px;
  margin-right: 15px;
}

.call-btn .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.call-btn .play-btn:after, .call-btn .play-btn:before {
  background-color: var(--theme-color);
}

.call-btn .fa-phone {
  font-size: 22px;
}

.call-btn .btn-title {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: bold;
}

.call-btn .btn-text {
  font-size: 22px;
}

.call-btn.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.call-btn.style3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.call-btn.style3 .btn-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 0px;
}

.call-btn.style3 .btn-text {
  font-size: 20px;
  color: var(--white-color);
}

.call-btn.style3 .play-btn > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.call-btn.style3 .play-btn:after, .call-btn.style3 .play-btn:before {
  background-color: var(--white-color);
}

.call-btn:hover .icon-btn {
  background-color: var(--title-color);
}

.call-btn:hover .play-btn > i {
  background-color: var(--title-color);
}

.call-btn:hover .play-btn:after, .call-btn:hover .play-btn:before {
  background-color: var(--title-color);
}

/* Small devices */
@media (max-width: 767px) {
  .call-btn {
    font-size: 24px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .quote-form {
    padding: 40px 15px;
  }
  .quote-form.style2 {
    padding: 30px 15px;
  }
}

/* Contact 2 ---------------------------------- */
.box-wrap1 {
  padding: 30px 22px 30px 30px;
  height: 100%;
}

/* Contact Page ---------------------------------- */
.contact-info {
  background-color: var(--white-color);
  background-size: 100% 100%;
  padding: 50px 15px;
  text-align: center;
  box-shadow: 0px -4px 30px rgba(1, 15, 28, 0.08);
  border-radius: 10px;
}

.contact-info_title {
  margin-bottom: 6px;
}

.contact-info_icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 83px;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 32px;
  border-radius: 999px;
  margin: 0 auto 30px auto;
  position: relative;
  z-index: 2;
}

.contact-info_icon:before, .contact-info_icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--theme-color);
  opacity: 0.2;
  border-radius: inherit;
  z-index: -2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.contact-info_icon:before {
  left: -10px;
  top: -5px;
}

.contact-info_icon:after {
  right: -10px;
  top: 5px;
}

.contact-info_text {
  display: block;
  margin-bottom: -0.5em;
}

.contact-info_text span,
.contact-info_text a {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.contact-info_text a {
  color: var(--body-color);
}

.contact-info_text a:hover {
  color: var(--theme-color);
}

.contact-info:hover .contact-info_icon:before {
  left: 0;
  top: 0;
}

.contact-info:hover .contact-info_icon:after {
  right: 0;
  top: 0;
}

.contact-form {
  background-color: var(--white-color);
  box-shadow: 0px 6px 50px rgba(1, 15, 28, 0.05);
  border-radius: 20px;
  padding-top: 50px;
}

.contact-form .form-title {
  margin: -0.24em auto 30px auto;
}

.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
  border: none;
}

.contact-map {
  line-height: 0.01px;
}

.contact-map iframe {
  border-radius: 20px;
  width: 100%;
  height: 550px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .contact-map iframe {
    height: 400px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .contact-form {
    padding: 40px;
    border-radius: 10px;
  }
  .contact-map iframe {
    border-radius: 10px;
    height: 250px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .contact-form {
    padding: 40px 20px;
  }
}

/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
.checklist-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}

.profile-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.profile-box .avater {
  border-radius: 99px;
  overflow: hidden;
  width: 56px;
  height: 56px;
}

.profile-box .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 4px;
}

.profile-box .desig {
  margin-bottom: 0;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .about-shape1 {
    width: 40%;
    height: 100%;
  }
  .about-shape1 img {
    width: 100%;
    height: 82%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .about-shape1 {
    width: 30%;
    height: 100%;
  }
  .about-shape1 img {
    width: 100%;
    height: 82%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .about-shape1 {
    width: 70%;
  }
  .about-shape1 img {
    height: 47%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .about-shape1 {
    width: 60%;
  }
  .about-shape1 img {
    height: 40%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .about-shape1 {
    display: none;
  }
}

@media (max-width: 500px) {
  .checklist-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
}

/* About 2 ---------------------------------- */
.img-box2 {
  position: relative;
  z-index: 2;
}

.img-box2 .img1 {
  text-align: right;
}

.img-box2 .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.img-box2 .discount_style1 {
  position: absolute;
  top: 75px;
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.img-box2 .discount_style1 .percentage {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.img-box2 .order-btn {
  position: absolute;
  bottom: 60px;
  right: 40px;
}

.order-btn {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: var(--title-color);
  border-bottom: 3px solid var(--theme-color2);
  width: 85px;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg width='85' height='23' viewBox='0 0 85 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.36428 12.7547L0.180133 12.0501C0.0705612 12.0402 -0.00912041 11.9509 0.000840704 11.8418C0.0108018 11.7425 0.0805223 11.6731 0.180133 11.6632L9.36428 10.9586C9.86234 10.9189 10.2907 11.2861 10.3305 11.7822C10.3704 12.2784 10.0018 12.7051 9.50375 12.7448C9.45394 12.7547 9.40412 12.7547 9.36428 12.7547Z' fill='%23EB0029'/%3E%3Cpath d='M8.77666 3.85389L3.23829 0.936582C3.13868 0.886968 3.09883 0.757993 3.14864 0.648842C3.19845 0.559536 3.29805 0.519829 3.3877 0.539675L9.4341 2.18687C9.91223 2.31586 10.2011 2.81202 10.0617 3.28831C9.93216 3.76461 9.43409 4.05235 8.95596 3.91343C8.89619 3.91343 8.83643 3.88366 8.77666 3.85389Z' fill='%23EB0029'/%3E%3Cpath d='M8.77666 19.6807L3.23829 22.5981C3.13868 22.6477 3.09883 22.7767 3.14864 22.8858C3.19845 22.9751 3.29805 23.0148 3.3877 22.995L9.4341 21.3478C9.91223 21.2188 10.2011 20.7226 10.0617 20.2464C9.93216 19.7701 9.43409 19.4823 8.95596 19.6212C8.89619 19.6311 8.83643 19.6609 8.77666 19.6807Z' fill='%23EB0029'/%3E%3Cpath d='M75.6357 10.79L84.8198 11.4945C84.9294 11.5044 85.0091 11.5937 84.9992 11.7029C84.9892 11.8021 84.9194 11.8716 84.8198 11.8815L75.6357 12.586C75.1376 12.6257 74.7093 12.2585 74.6695 11.7624C74.6296 11.2662 74.9982 10.8396 75.4962 10.7999C75.5361 10.78 75.5859 10.78 75.6357 10.79Z' fill='%23EB0029'/%3E%3Cpath d='M76.2132 19.6807L81.7516 22.5981C81.8512 22.6477 81.891 22.7767 81.8412 22.8858C81.7914 22.9751 81.6918 23.0148 81.6022 22.995L75.5558 21.3478C75.0776 21.2188 74.7888 20.7226 74.9282 20.2464C75.0577 19.7701 75.5558 19.4823 76.0339 19.6212C76.0937 19.6311 76.1634 19.6609 76.2132 19.6807Z' fill='%23EB0029'/%3E%3Cpath d='M76.2132 3.85389L81.7516 0.936582C81.8512 0.886968 81.891 0.757993 81.8412 0.648842C81.7914 0.559536 81.6918 0.519829 81.6022 0.539675L75.5558 2.18687C75.0776 2.31586 74.7888 2.81202 74.9282 3.28831C75.0577 3.76461 75.5558 4.05235 76.0339 3.91343C76.0937 3.91343 76.1634 3.88366 76.2132 3.85389Z' fill='%23EB0029'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom 8px center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.order-btn .font-style {
  display: block;
}

.order-btn:hover {
  -webkit-animation: bgPulse 0.8s linear infinite;
          animation: bgPulse 0.8s linear infinite;
}

@-webkit-keyframes bgPulse {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 85% 85%;
    background-position: bottom center;
  }
  100% {
    background-size: 100% 100%;
  }
}

@keyframes bgPulse {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 85% 85%;
    background-position: bottom center;
  }
  100% {
    background-size: 100% 100%;
  }
}

.about-counter1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.about-counter1 .counter-title {
  font-size: 52px;
  color: var(--theme-color);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}

.about-counter1 .counter-info {
  margin-bottom: -0.3em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.about-counter1 .counter-text {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-wrap.style1 {
  border-top: 1px solid var(--border-color);
  padding-top: 33px;
}

/* Large devices */
@media (max-width: 1199px) {
  .space-top.space-xl {
    padding-top: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .space-top.space-xl {
    padding-top: 10px;
  }
  .about-shape2 {
    right: 0px;
    bottom: 160px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .img-box2 .order-btn {
    bottom: 10px;
    right: 10px;
  }
  .img-box2 .discount_style1 {
    top: 0;
  }
}

/* About 3 ---------------------------------- */
.img-box3 {
  position: relative;
  display: inline-block;
}

.img-box3 .about-counter1 {
  position: absolute;
  bottom: 20px;
  left: 62%;
}

.about-feature-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 35px;
}

.about-feature_icon {
  margin-bottom: 10px;
}

.about-feature_text {
  font-weight: 600;
  color: var(--title-color);
  text-transform: uppercase;
  margin-bottom: -0.5em;
}

/* Small devices */
@media (max-width: 767px) {
  .img-box3 .about-counter1 {
    bottom: 0px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .img-box3 .about-counter1 {
    left: unset;
    right: 0;
    background-color: var(--white-color);
  }
}

/* About Page ---------------------------------- */
.img-box2.style2 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.img-box2.style2 .discount_style1 .percentage {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.img-box2.style2 .order-btn {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.about-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 1600px) {
  .about-line {
    background-size: 100% 100%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .about-line {
    display: none;
  }
}

/*------------------- 4.00. Team  -------------------*/
/* Team 1 ---------------------------------- */
.team-card {
  position: relative;
  text-align: center;
}

.team-card .team-img {
  overflow: hidden;
  border-radius: 999px;
  width: 238px;
  margin: 0 auto -114px auto;
  padding: 10px;
  position: relative;
  z-index: 3;
}

.team-card .team-img:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
}

.team-card .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: inherit;
}

.team-card .team-title {
  margin-bottom: 4px;
  font-weight: 600;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.team-card .team-title a:hover {
  color: var(--smoke-color2);
}

.team-card .team-desig {
  display: block;
  padding-bottom: 13px;
  margin-bottom: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-bottom: 1px solid var(--border-color);
}

.team-card .team-content {
  border-radius: 20px;
  background-color: var(--white-color);
  text-align: center;
  padding: 142px 30px 30px 30px;
  box-shadow: 0px 6px 15px rgba(1, 15, 28, 0.06);
  position: relative;
  z-index: 2;
}

.team-card .team-content:after, .team-card .team-content:before {
  content: '';
  width: 100%;
  height: 0;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
  border-radius: inherit;
}

.team-card .team-content:after {
  z-index: -2;
}

.team-card .team-content:before {
  bottom: unset;
  height: 44px;
  top: -1px;
  max-width: calc(100% - 48px);
  left: 24px;
  background-color: var(--white-color);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  border-radius: 0;
}

.team-card .as-social a {
  background-color: transparent;
  border: 1px solid var(--gray-color);
  color: var(--body-color);
}

.team-card:hover .team-content:after {
  height: 100%;
}

.team-card:hover .team-title {
  color: var(--white-color);
}

.team-card:hover .team-desig {
  color: var(--white-color);
  border-color: var(--white-color);
}

.team-card:hover .as-social a {
  border-color: var(--white-color);
  color: var(--white-color);
}

.team-card:hover .as-social a:hover {
  background-color: var(--white-color);
  border-color: var(--white-color);
  color: var(--theme-color);
}

/* Extra small devices */
@media (max-width: 575px) {
  .team-card {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Team Details ---------------------------------- */
.about-card {
  padding-left: 16px;
}

.about-card_img {
  border-radius: 20px;
  overflow: hidden;
}

.about-card_title {
  margin-top: -0.2em;
  margin-bottom: 14px;
}

.about-card_text {
  margin-bottom: 25px;
}

.about-card .as-social a {
  background-color: transparent;
  color: var(--body-color);
  border: 1px solid;
}

.about-card .as-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.about-card .as-social a:not(:last-child) {
  margin-right: 3px;
}

.info-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.info-table .table-col {
  width: 38.5%;
}

.info-table .table-col:first-child {
  width: 23%;
}

.info-table .table-col:not(:last-child) {
  border-right: 1px solid var(--gray-color);
}

.info-table .th, .info-table .td {
  padding: 12px 15px;
  text-align: center;
}

.info-table .th {
  background-color: var(--border-color);
  color: var(--title-color);
  font-weight: 500;
}

.info-table .td {
  background-color: var(--smoke-color);
  margin-bottom: 0;
}

.social-box {
  margin-top: 25px;
}

.social-box_title {
  font-size: 20px;
  margin-bottom: 8px;
}

/* Large devices */
@media (max-width: 1199px) {
  .about-card {
    padding-left: 0;
    margin-top: 35px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .info-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info-table .table-col {
    width: 100% !important;
  }
  .info-table .table-col:not(:last-child) {
    border-right: none;
  }
}

/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial 1 ---------------------------------- */
.testi-box {
  overflow: hidden;
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 3px 15px rgba(1, 15, 28, 0.08);
  text-align: left;
}

.testi-box_icon {
  margin-bottom: 21px;
}

.testi-box_img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.testi-box_review {
  margin-bottom: 23px;
}

.testi-box_review i {
  font-size: 14px;
  margin-right: 3px;
  color: var(--yellow-color);
}

.testi-box_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.testi-box_avater {
  width: 60px;
  border-radius: 99px;
  overflow: hidden;
}

.testi-box_name {
  font-size: 20px;
  margin-bottom: 2px;
  font-weight: 600;
}

.testi-box_desig {
  font-size: 14px;
  margin-bottom: -0.3em;
  display: block;
}

.testi-box_text {
  margin-bottom: 16px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .testi-box_img {
    bottom: -25px;
    right: -25px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-box_img {
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 400px) {
  .testi-box {
    padding: 40px 20px;
    border-radius: 15px;
  }
  .testi-box_img {
    bottom: -25px;
    right: -25px;
  }
}

@media (max-width: 350px) {
  .testi-box_img {
    bottom: 0;
    right: 0;
    max-width: 110px;
  }
}

/* Testimonial 2 ---------------------------------- */
.testi-slide-wrap {
  max-width: 391px;
  position: relative;
  /* Large devices */
}

@media (max-width: 1199px) {
  .testi-slide-wrap {
    max-width: 100%;
  }
}

.testi-slide-wrap .number-dots ul {
  position: absolute;
  top: 47%;
  left: -120px;
  -webkit-transform: rotate(90deg) translateY(-50%);
      -ms-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  margin-top: 0;
}

.testi-slide-wrap .number-dots li {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .testi-slide-wrap .number-dots ul {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    margin-top: 40px;
  }
  .testi-slide-wrap .number-dots li {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}

/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
.counter-sec1 {
  margin-top: -50px;
  position: relative;
  z-index: -1;
  /* Small devices */
}

@media (max-width: 767px) {
  .counter-sec1 {
    margin-top: -60px;
  }
}

.counter-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.counter-card_icon {
  padding-left: 24px;
  padding-top: 20px;
  text-align: right;
  position: relative;
  z-index: 2;
}

.counter-card_icon:before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 99px;
  z-index: -1;
}

.counter-card_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.counter-card_number {
  color: var(--white-color);
  margin-bottom: 5px;
  margin-top: -0.24em;
}

.counter-card_text {
  color: var(--gray-color);
  display: block;
  font-weight: 500;
  margin-bottom: -0.45em;
}

.counter-card .plus {
  font-size: 24px;
}

.counter-card:hover .counter-card_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.counter-card.style2 .counter-card_icon {
  border: none;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .counter-card_number {
    max-width: 110px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .counter-card_number {
    font-size: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .counter-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .counter-card_number {
    max-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .counter-card-wrap {
    padding: 65px 20px;
  }
}

/*------------------- 4.00. Blog  -------------------*/
/* Blog 1 ---------------------------------- */
.blog-card {
  box-shadow: 0px 10px 15px rgba(1, 15, 28, 0.06);
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--white-color);
  position: relative;
  z-index: 2;
}

.blog-card .blog-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-bottom: 21px;
}

.blog-card .blog-img {
  overflow: hidden;
}

.blog-card .blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-card .blog-content {
  padding: 33px 30px 33px 30px;
}

.blog-card .blog-meta {
  margin-bottom: 15px;
  display: inline-block;
}

.blog-card .blog-meta span, .blog-card .blog-meta a {
  margin-left: 0;
  margin-right: 5px;
  padding-right: 8px;
}

.blog-card .blog-meta span:after, .blog-card .blog-meta a:after {
  -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
          transform: rotate(14deg);
  height: 16px;
  margin-top: -8px;
  background-color: var(--body-color);
}

.blog-card .blog-meta span:last-child, .blog-card .blog-meta a:last-child {
  padding-right: 0;
  margin-right: 0;
}

.blog-card .blog-meta span:last-child:after, .blog-card .blog-meta a:last-child:after {
  display: none;
}

.blog-card .blog-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
}

.blog-card .line-btn {
  margin-bottom: -0.1em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.blog-card .comment {
  color: var(--body-color);
  font-size: 14px;
}

.blog-card .comment:hover {
  color: var(--theme-color);
}

.blog-card .comment i {
  margin-right: 6px;
  color: var(--theme-color);
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-card .blog-content {
    padding: 33px 20px 33px 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-card .blog-content {
    padding: 33px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-card .blog-meta span:after, .blog-card .blog-meta a:after {
    display: block;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .blog-card .blog-content {
    padding: 33px 20px;
  }
}

@media (max-width: 340px) {
  .blog-card .blog-content {
    padding: 33px 15px;
  }
  .blog-card .blog-title {
    font-size: 20px;
  }
  .blog-card .blog-meta span, .blog-card .blog-meta a {
    padding-right: 0;
  }
  .blog-card .blog-meta span:after, .blog-card .blog-meta a:after {
    display: none;
  }
}

/*------------------- 4.00. Feature  -------------------*/
/* Feature 1 ---------------------------------- */
.feature-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  flex: 1;
  justify-content: center;
}

.feature-card-wrap:first-child .feature-card {
  border-right: 1px dashed var(--gray-color);
}

.feature-card-wrap:last-child .feature-card {
  border-left: 1px dashed var(--gray-color);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.feature-card-wrap:nth-child(2) .feature-card {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-card_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  min-width: 80px;
  background-color: var(--smoke-color2);
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-align: center;
}

.feature-card_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-card_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: -0.24em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-card_text {
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  max-width: 258px;
}

.feature-card:hover .feature-card_icon {
  background-color: var(--theme-color);
}

.feature-card:hover .feature-card_icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.feature-card-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.feature-card-container .feature-card:nth-child(1){
    border-right: 1px dashed #bdbdbd;
}

.feature-card-container .feature-card:nth-child(3){
    border-left: 1px dashed #bdbdbd;
}

/* Large devices */
@media (max-width: 1199px) {
  .feature-card-wrap:last-child .feature-card {
    padding-left: 10px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .feature-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0 7px !important;
  }
  .feature-card-wrap:first-child .feature-card {
    border-right: none;
  }
  .feature-card-wrap:last-child .feature-card {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: none;
  }
}

/* Feature 2 ---------------------------------- */
.feature-grid {
  text-align: center;
  padding: 0 10px;
}

.feature-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}

.feature-grid:not(:last-child) {
  border-right: 1px dashed var(--gray-color);
}

.feature-grid_img {
  margin-bottom: 28px;
}

.feature-grid_img img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-grid_title {
  font-weight: 600;
}

.feature-grid_text {
  max-width: 335px;
  margin: 0 auto -0.5em auto;
}

.feature-grid:hover .feature-grid_img img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Small devices */
@media (max-width: 767px) {
  .feature-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .feature-grid:not(:last-child) {
    border-right: none;
  }
}

/*------------------- 4.00. Simple Sections  -------------------*/
.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}

.checklist li {
  color: var(--title-color);
  margin-bottom: 11px;
  font-weight: 500;
  position: relative;
  padding-left: 24px;
}

.checklist li:before {
  content: "\f336";
  font-family: var(--icon-font);
  font-weight: 900;
  color: var(--theme-color);
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.checklist li:last-child {
  margin-bottom: 0;
}

.checklist.style2 li {
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--body-color);
  margin-bottom: 5px;
}

.checklist.style2 li:before {
  content: "\f336";
}

.checklist.style2 li:last-child {
  margin-bottom: 0;
}

.checklist.mb-40 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px;
  }
}

.checklist.mb-45 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 35px;
  }
}

.bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
}

.img-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 48%;
  /* Large devices */
}

.img-left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top right;
}

@media (max-width: 1199px) {
  .img-left {
    position: relative;
    width: 100%;
  }
}

.xdsoft_datetimepicker {
  background-color: var(--white-color);
  z-index: 10;
}

.home-dark .xdsoft_datetimepicker {
  --title-color: #010f1c;
  --body-color: #4d5765;
  --smoke-color: rgba(1, 15, 28, 0.06);
}

.as-video {
  position: relative;
  border-radius: 10px;
}

.as-video > img {
  border-radius: inherit;
  min-height: 175px;
  object-fit: cover;
}

.as-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.as-video .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.video-box1 {
  position: relative;
  z-index: 3;
  text-align: center;
}

.video-box1 > img {
  min-height: 290px;
  object-fit: cover;
}

.video-box1 .video-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.icon-box .slick-arrow:first-child {
  margin-right: 5px;
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 30px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .chili {
    max-width: 260px;
  }
  .leaf {
    max-width: 180px;
  }
  .leaf-group {
    max-width: 50%;
    top: 35% !important;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-30 {
    margin-bottom: 25px;
  }
  p.mb-35 {
    margin-bottom: 28px;
  }
  p.mb-40 {
    margin-bottom: 32px;
  }
  p.mb-45 {
    margin-bottom: 35px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .chili {
    max-width: 160px;
  }
  .leaf {
    max-width: 100px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .bg-img.shape_style1 {
    background-size: 180% 100%;
  }
}

/*------------------- 4.00. Why -------------------*/
/* Why 1 ---------------------------------- */
.img-box1 {
  position: relative;
  text-align: right;
  
}

.img-box1 .img1 {
  display: inline-block;
}

.img-box1 .shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.img-box1 .discount_style1 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.img-box1:hover .shape1,
.img-box1:hover .discount_style1 {
  -webkit-animation: pluse1 2s ease-in-out infinite;
          animation: pluse1 2s ease-in-out infinite;
}

@-webkit-keyframes pluse1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pluse1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 33px;
}

.feature-box-wrap {
  margin-bottom: 33px;
  border-bottom: 1px solid var(--body-color);
}

.feature-box_icon {
  width: 78px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.feature-box_title {
  color: var(--white-color);
  margin-bottom: 8px;
  font-weight: 600;
}

.feature-box_text {
  color: var(--white-color);
  margin-bottom: -0.5em;
  max-width: 375px;
}

.video-btn .play-btn {
  --icon-size: 50px;
  font-size: 14px;
  margin-right: 15px;
}

.video-btn .play-btn > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.video-btn .play-btn:after, .video-btn .play-btn:before {
  background-color: var(--theme-color);
}

.video-btn .btn-text {
  color: var(--white-color);
  border-bottom: 1px solid;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.video-btn:hover .btn-text {
  color: var(--theme-color);
}

.video-btn:hover .play-btn > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.video-btn:hover .play-btn:after, .video-btn:hover .play-btn:before {
  background-color: var(--white-color);
}

.discount_style1 {
  height: 123px;
  width: 112px;
  text-align: center;
  padding: 60px 14px 60px 0;
}

.discount_style1 .percentage {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 30px;
}

.discount_style1 .small-text {
  font-weight: 500;
  line-height: 0.5;
  font-size: 0.6em;
  text-transform: uppercase;
  display: inline-block;
  text-align: left;
  margin-left: -5px;
}

.discount_style1 .small-text .text {
  font-size: 0.6em;
  font-weight: 400;
}

/* Small devices */
@media (max-width: 767px) {
  .img-box1 .discount_style1 {
    bottom: 0;
    left: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .feature-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* Why 2 ---------------------------------- */
.progress {
  position: relative;
  height: 6px;
  background-color: var(--white-color);
  overflow: visible;
  border-radius: 99px;
}

.progress-bar {
  background-color: var(--theme-color);
  border-radius: inherit;
  position: relative;
  overflow: visible;
}

.skill-feature {
  margin-bottom: 35px;
}

.skill-feature-wrap {
  position: relative;
  padding: 50px 50px 50px 0;
  z-index: 2;
  background-color: var(--title-color);
}

.skill-feature-wrap:before {
  content: "";
  height: 100%;
  width: calc(100% + 130px);
  background-color: var(--title-color);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(80px 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(80px 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.skill-feature.style2 {
  margin-bottom: 25px;
}

.skill-feature:last-child {
  margin-bottom: 0 !important;
}

.skill-feature_title,
.skill-feature .progress-value {
  font-family: var(--title-font);
  margin-top: -0.3em;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--white-color);
}

.skill-feature .progress-value {
  margin-bottom: 0;
  position: absolute;
  top: -35px;
  right: 0;
}

/*------------------- 4.00. Tab Menu -------------------*/
/* Tab Menu 1 ---------------------------------- */
.tab-menu1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: var(--section-title-space);
  border-bottom:1px solid;
  border-color: #adadad;
}

.tab-menu1 button {
  font-size: 14px;
  color: #242424;
  
  font-weight: 500;
  text-align: center;
  padding: 9px 14px;
  border: 0px solid;
  background-color: transparent;
  
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
      font-family: Figtree, serif;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s ease-in-out;
}

.mixitup-control-active{
  color: #242424 !important;
  border-bottom:1px solid var(--theme-color) !important;
}

/* Medium devices */
@media (max-width: 1299px) {
  .tab-menu1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* Tab Menu 2 ---------------------------------- */
.tab-menu2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30;
  box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  background-color: var(--white-color);
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.tab-menu2 button {
  font-size: 14px;
  line-height: 0.8;
  color: var(--title-color);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 30px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background-color: transparent;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}

.tab-menu2 button:before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.tab-menu2 button img {
  text-align: center;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin: 0 auto 20px auto;
}

.tab-menu2 button.active {
  color: var(--white-color);
}

.tab-menu2 button.active:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.tab-menu2 button.active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* Small devices */
@media (max-width: 767px) {
  .tab-menu2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tab-menu2 button {
    min-width: 125px;
    padding: 15px 10px;
  }
  .tab-menu2 button img {
    margin-bottom: 14px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .tab-menu2 button {
    min-width: 110px;
  }
}

/* Tab Menu 2 ---------------------------------- */
.food-menu-tab {
  border-bottom: 2px solid var(--gray-color);
  max-width: 380px;
  margin: -0.5em auto 20px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.food-menu-tab button {
  background-color: transparent;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--title-color);
  text-transform: uppercase;
  border: none;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  width: 50%;
}

.food-menu-tab .indicator {
  position: absolute;
  top: 100% !important;
  left: 0;
  height: 2px !important;
  width: 100%;
  background-color: var(--theme-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.food-menu-tab .indicator:after {
  content: '';
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: var(--theme-color) transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.accordion-card {
  margin-bottom: 24px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  
  border: solid 1px var(--border-color);
  color: var(--title-color);
  background-color: var(--white-color);
  border-radius: 0;
  padding: 15px 50px 15px 30px;
  min-height: 50px;
  border-radius: 5px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.accordion-card .accordion-button:after {
  content: "\f063";
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-image: none;
  background-color: var(--white-color);
  font-family: var(--icon-font);
  color: var(--success-color);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 10px;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--success-color);
  box-shadow: none;
  border-radius: 5px 5px 0 0;
}

.accordion-card .accordion-button:not(.collapsed):after {
  content: '\f062';
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.accordion-card .accordion-collapse {
  border: none;
}

.accordion-card .accordion-body {
  box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  border-top: none;
  padding: 23px 20px 23px 20px;
  border-radius: 0 0 5px 5px;
}

.accordion-card .faq-text {
  margin-bottom: -0.48em;
}

.accordion-card:last-child {
  margin-bottom: 0;
}

.faq-area {
  padding: 50px;
  box-shadow: 0px 10px 50px rgba(1, 15, 28, 0.08);
}

.faq-area .faq-img img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* Large devices */
@media (max-width: 1199px) {
  .faq-area .faq-img {
    margin-top: 30px;
  }
  .faq-area .faq-img img {
    max-width: 100%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .faq-area {
    padding: 15px;
  }
  .accordion-card .accordion-button {
    font-size: 16px;
    padding: 10px 50px 10px 20px;
    line-height: 1.4;
  }
  .accordion-card .accordion-body {
    padding: 23px 20px 30px 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}

/*------------------- 4.00. Category -------------------*/
/* Category 1 ---------------------------------- */
.category-card {
  position: relative;
  margin-left: 53px;
  margin-top: 26px;
}

.category-card_content {
  background-color: var(--white-color);
  padding: 33px 26px 33px 55px;
  box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.05);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.category-card_img {
  position: absolute;
  top: -26px;
  left: -63px;
  z-index: 2;
}

.category-card_content {
  margin-bottom: -0.45em;
}

.category-card_title {
  font-size: 20px;
  font-weight: 600;
  margin-top: -0.23em;
  margin-bottom: 5px;
}

.category-card_title a {
  color: inherit;
}

.category-card_title a:hover {
  color: var(--theme-color);
}

.category-card_text {
  margin-bottom: -0.45em;
}

.category-card .icon-btn {
  --btn-size: 72px;
  line-height: 60px;
  padding-right: 15px;
  background-color: var(--theme-color2);
  color: var(--white-color);
  position: absolute;
  bottom: -17px;
  right: -20px;
}

.category-card .icon-btn:hover {
  background-color: var(--theme-color);
}

.category-card:hover .category-card_icon {
  background-color: var(--theme-color);
}

.category-card:hover .category-card_icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* Category 2 ---------------------------------- */
.category-list {
  text-align: center;
}

.category-list_icon img {
  height: 58px;
}

.category-list_name {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  display: inline-block;
}

.category-list_name:hover {
  color: var(--theme-color);
}

.top-shape1 {
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 425px;
  background-color: inherit;
}

.menu-title1 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .top-shape1 {
    height: 100px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .menu-title1 {
    top: 10px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .category-list_name {
    font-size: 14px;
  }
}

/*------------------- 4.00. Menu -------------------*/
/* Menu 1 ---------------------------------- */
.menu-card {
  text-align: center;
  border:1px solid #000;
  border-radius: 10px;
  height: 100%;
}

.menu-card_img {
  position: relative;
  z-index: 3;
}

.menu-card_content {
  background-color: var(--white-color);
  
  border-radius: 20px;
  padding: 20px 10px 30px 10px;
  position: relative;
  z-index: 2;
}

.menu-card_content:before {
  content: '';
  height: 0;
  width: 100%;
  background-color:none;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.menu-card_title {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.menu-card_title a:hover {
  color: var(--gray-color);
}

.menu-card_text {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  max-width: 230px;
  margin: 0 auto 20px auto;
}

.menu-card:hover .menu-card_content:before {
  height: 100%;
}

.menu-card:hover .menu-card_title, .menu-card:hover .menu-card_text {
  color: var(--dark-color);
}

.menu-card:hover .as-btn {
  background-color: var(--title-color);
  color: var(--white-color);
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu-card:hover .as-btn:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}

/* Extra small devices */
@media (max-width: 575px) {
  .menu-card {
    margin: 0 auto;
  }
}

/* Menu 2 ---------------------------------- */
.board-wrap {
  border-radius: 10px;
  padding: 40px;
}

.board-wrap .row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

.menu-board {
  border: 1px dashed var(--gray-color);
  border-radius: 10px;
  padding: 40px;
}

.menu-board_title {
  font-size: 30px;
  font-weight: 600;
  margin-top: -0.22em;
  color: var(--white-color);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  white-space: nowrap;
  gap: 15px;
}

.menu-board_title:before, .menu-board_title:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: var(--theme-color);
  display: inline-block;
}

.board-list {
  margin-bottom: 25px;
}

.board-list:last-of-type {
  margin-bottom: 0;
}

.board-list_title, .board-list_price {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}

.board-list_title {
  color: var(--title-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 15px;
  white-space: nowrap;
}

.board-list_title:after {
  content: '';
  width: 100%;
  border-bottom: 2px dashed var(--title-color);
  display: inline-block;
  position: relative;
  top: -6px;
}

.board-list_price {
  color: var(--theme-color);
}

.board-list_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px 15px;
}

.board-list_text {
  color: var(--body-color);
  font-size: 14px;
  margin-bottom: -0.55em;
}

.menu-board .board-list_title {
  color: var(--white-color);
}

.menu-board .board-list_title:after {
  border-bottom: 2px dashed var(--gray-color);
}

.menu-board .board-list_text {
  color: var(--gray-color);
}

/* Extra small devices */
@media (max-width: 575px) {
  .board-wrap {
    padding: 40px 15px;
  }
  .menu-board {
    padding: 40px 20px;
  }
  .menu-board_title {
    font-size: 26px;
  }
  .board-list_title, .board-list_price {
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .menu-board_title {
    font-size: 22px;
  }
  .board-list_title, .board-list_price {
    font-size: 16px;
  }
  .board-list_title {
    white-space: initial;
  }
  .board-list_title:after {
    display: none;
  }
}

/* Menu 2 style2 ---------------------------------- */
.board-wrap2 {
  background-color: var(--smoke-color2);
  padding: 40px;
  border-radius: 10px;
}

.menu-list-img {
  margin-left: 31px;
}

.menu-list-img.left {
  margin-left: unset;
  margin-right: 31px;
}

.menu-list-img img {
  width: 100%;
  border-radius: 10px;
}

.menu-list_title {
  font-size: 30px;
  margin-top: -0.24em;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
}

.menu-list_title:after {
  content: '';
  height: 2px;
  width: 146px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 10px;
  left: calc(100% + 10px);
}

.menu-list-divider {
  margin: 40px 0;
  display: block;
  text-align: center;
  position: relative;
  background-color: inherit;
  z-index: 2;
}

.menu-list-divider img {
  padding: 0 18px;
  background-color: inherit;
}

.menu-list-divider:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: var(--theme-color);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .menu-list-img {
    margin-left: 0;
  }
  .menu-list-img.left {
    margin-right: 0;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .menu-list-img {
    margin-bottom: 35px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .board-wrap2 {
    padding: 20px;
  }
  .menu-list-img {
    margin-bottom: 30px;
  }
  .menu-list-divider {
    margin: 30px 0;
  }
}

@media (max-width: 420px) {
  .menu-list_title {
    font-size: 24px;
  }
}

/*------------------- 4.00. Offer -------------------*/
/* Offer 1 ---------------------------------- */
.price_style1 {
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 0;
  font-size: 24px;
}

.price_style1 del {
  font-size: 0.75em;
  margin-left: 3px;
  vertical-align: middle;
  color: var(--smoke-color2);
}

.discount_counter1 {
  margin: 0;
  padding: 0;
}

.discount_counter1 li {
  list-style: none;
  width: 60px;
  height: 60px;
  background-color: var(--white-color);
  border-radius: 10px;
  margin: 0 0 5px 0;
  padding: 10px 5px;
  text-align: center;
}

.discount_counter1 li:last-child {
  margin: 0;
}

.discount_counter1 .count-number {
  font-size: 22px;
  margin-bottom: -2px;
  line-height: 1;
  font-weight: bold;
  font-family: var(--title-font);
  color: var(--title-color);
}

.discount_counter1 .count-name {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: -4px;
}

.discount_style2 {
  position: absolute;
  top: var(--section-space);
  right: 6%;
  text-align: center;
  padding: 55px 40px 50px 70px;
  height: 242px;
  width: 234px;
}

.discount_style2 .percentage {
  font-size: 40px;
  font-weight: bold;
  color: var(--theme-color);
  margin-bottom: 0;
}

.discount_style2 .small-text1,
.discount_style2 .small-text2 {
  font-family: var(--title-font);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--title-color);
  margin-bottom: 0;
  line-height: 1.1;
}

.position-relative:hover .discount_style2 {
  -webkit-animation: pluse1 2s ease-in-out infinite;
          animation: pluse1 2s ease-in-out infinite;
}

/* Medium devices */
@media (max-width: 991px) {
  .discount_style2 {
    top: var(--section-space);
    right: 1%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .discount_counter1 {
    display: inline-block;
  }
  .discount_counter1 li {
    display: inline-block;
  }
  .discount_style2 {
    position: relative;
    margin-top: -40px;
    top: 0;
    right: 0;
  }
}

/* Offer 2 ---------------------------------- */
.offer-card {
  padding: 40px;
  border-radius: 10px;
  background-position: left center;
}

.offer-card .offer-title {
  color: var(--white-color);
  margin-bottom: 8px;
}

.offer-card .offer-text {
  color: var(--white-color);
  max-width: 145px;
  margin-bottom: 8px;
}

.offer-card .line-btn {
  color: var(--white-color);
}

.offer-card .line-btn:before {
  background-color: var(--white-color);
  width: 100%;
}

.offer-card .line-btn:hover:before {
  width: 35px;
}

/*------------------- 4.00. Download -------------------*/
.download-area {
  border-radius: 20px;
  padding: 80px;
}

.download-btn {
  background-color: var(--theme-color);
  padding: 12px 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white-color);
  border-radius: 999px;
}

.download-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}

.download-btn i {
  font-size: 32px;
}

.download-btn .small-text {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}

.download-btn .big-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
  color: inherit;
}

.download-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.download-btn.bg-theme2:hover {
  background-color: var(--title-color) !important;
}

/* Medium devices */
@media (max-width: 991px) {
  .download-area {
    padding: 60px;
    background-position: top left -80px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .download-area {
    padding: 40px 30px;
    border-radius: 15px;
  }
  .download-btn {
    padding: 12px 19px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .download-area {
    padding: 40px 15px;
  }
}

/*------------------- 4.00. Booking -------------------*/
/* Booking 1 ---------------------------------- */
.booking-form {
  position: relative;
  z-index: 3;
}

.booking-form .form-control {
  background-color: var(--title-color);
  border-color: var(--body-color);
  color: var(--white-color);
}

.booking-form .form-control::-moz-placeholder {
  color: var(--white-color);
}

.booking-form .form-control::-webkit-input-placeholder {
  color: var(--white-color);
}

.booking-form .form-control:-ms-input-placeholder {
  color: var(--white-color);
}

.booking-form .form-control::-ms-input-placeholder {
  color: var(--white-color);
}

.booking-form .form-control::placeholder {
  color: var(--white-color);
}

.booking-form .form-group i {
  color: var(--white-color);
}

/* Booking 2 ---------------------------------- */
.available-table {
  background-color: var(--white-color);
  padding: 45px 50px;
  border-radius: 20px;
  width: 500px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.available-table_title {
  font-family: var(--style-font);
  font-size: 30px;
  border-bottom: 1px solid var(--theme-color);
  padding-bottom: 16px;
  margin-bottom: 30px;
  margin-top: -0.3em;
}

.available-table_title.style2 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 8px;
  margin-top: 25px;
}

.available-table_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed var(--gray-color);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.available-table_info span {
  display: inline-block;
}

.available-table_call {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  padding-top: 10px;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-top: 1px soliD var(--theme-color);
  margin: 0 auto -0.2em auto;
}

.available-table.style2 {
  width: 100%;
  box-shadow: 0px 0px 25px rgba(1, 15, 28, 0.09) !important;
}

.available-table-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 39%;
}

.booking-form.style2 {
  max-width: 940px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .booking-form.style2 {
    max-width: 760px;
  }
  .available-table {
    width: 470px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .booking-form.style2 {
    max-width: 700px;
  }
  .available-table {
    width: 390px;
  }
}

@media only screen and (min-width:1200px) and (max-width:1299px){
    .booking-form.style2 {
        padding-left: 30px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
  .available-table-bg {
    display: none;
  }
  .available-table {
    width: 550px;
    margin: 0 auto 45px auto;
  }
  .booking-form.style2 {
    max-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .available-table {
    width: 100%;
    padding: 45px 20px;
  }
}

/*------------------- 4.00. Gallery -------------------*/
/* Gallery 1 ---------------------------------- */
.gallery-card {
  --box-space: 40px;
  position: relative;
  text-align: center;
}

.gallery-card .gallery-img {
  overflow: hidden;
}

.gallery-card .gallery-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.gallery-card .gallery-content {
  position: absolute;
  top: var(--box-space);
  left: var(--box-space);
  width: calc(100% - var(--box-space)*2);
  height: calc(100% - var(--box-space)*2);
  z-index: 2;
  background-color: rgba(1, 15, 28, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.gallery-card .gallery-title {
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 5px;
}

.gallery-card .gallery-chef {
  display: block;
  margin-bottom: 23px;
  color: var(--border-color);
}

.gallery-card .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.gallery-card .icon-btn:hover {
  background-color: var(--theme-color2);
}

.gallery-card:hover .gallery-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery-card:hover .gallery-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Large devices */
@media (max-width: 1199px) {
  .gallery-card {
    --box-space: 25px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .gallery-card {
    --box-space: 15px;
  }
}

/*------------------- 4.00. Home Dark -------------------*/
.home-dark {
  --title-color: #fff;
  --body-color: #E0E0E0;
  --smoke-color: rgba(1, 15, 28, 0.06);
  --smoke-color2: #081622;
  --black-color: #000000;
  --gray-color: #bdbdbd;
  --white-color: #010F1C;
  --light-color: #72849b;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #e0e0e0;
  background-color: var(--white-color);
}

.home-dark .icon-btn {
  background-color: rgba(255, 255, 255, 0.2);
}

.home-dark .as-btn {
  color: var(--title-color);
}

.home-dark .as-btn:hover {
  color: var(--theme-color);
}

.home-dark .as-btn.style3:hover:before {
  background-color: #fff;
}

.home-dark .as-menu-toggle {
  --white-color: #fff;
}

.home-dark .as-menu-toggle:hover {
  color: var(--theme-color);
}

.home-dark .as-menu-wrapper .as-menu-area {
  background-color: var(--white-color);
}

.home-dark .as-menu-wrapper .mobile-logo {
  background-color: var(--title-color);
}

.home-dark .as-mobile-menu ul .as-item-has-children > a .as-mean-expand {
  background-color: rgba(255, 255, 255, 0.1);
}

.home-dark .text-white {
  color: var(--title-color) !important;
}

.home-dark .bg-title {
  background-color: var(--white-color) !important;
}

.home-dark .slick-arrow {
  background-color: var(--smoke-color2);
  color: var(--title-color);
}

.home-dark .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--title-color);
}

.home-dark .number-dots .slick-active button {
  color: #fff;
}

.home-dark .as-header .icon-btn {
  border: none;
}

.home-dark .as-header .icon-btn:hover {
  background-color: var(--title-color);
}

.home-dark .as-header .icon-btn .badge {
  background-color: var(--theme-color);
}

.home-dark .badge {
  color: var(--title-color);
}

.home-dark .about-shape3 {
  -webkit-filter: brightness(0.25) invert(0);
          filter: brightness(0.25) invert(0);
  opacity: 0.20;
}

.home-dark .offer-card {
  --white-color: #fff;
}

.home-dark .tab-menu2 button.active {
  --white-color: #fff;
}

.home-dark .as-product .price {
  font-weight: 600;
}

.home-dark .as-product .price del {
  font-weight: 400;
}

.home-dark .as-product .actions .icon-btn {
  background-color: var(--theme-color);
  color: var(--title-color);
}

.home-dark .as-product .actions .icon-btn:hover {
  background-color: var(--white-color);
}

.home-dark .as-product.list-view {
  border: 1px solid rgba(250, 247, 242, 0.2);
}

.home-dark .as-product.list-view .icon-btn:nth-child(1), .home-dark .as-product.list-view .icon-btn:nth-child(3) {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--title-color);
}

.home-dark .as-product.list-view .icon-btn:nth-child(1):hover, .home-dark .as-product.list-view .icon-btn:nth-child(3):hover {
  background-color: var(--theme-color);
}

.home-dark .summary-content .as-social a,
.home-dark .product-about .as-social a {
  color: var(--white-color);
}

.home-dark .summary-content .as-social a:hover,
.home-dark .product-about .as-social a:hover {
  color: var(--title-color);
}

.home-dark .price_style1 del {
  color: var(--body-color);
}

.home-dark .menu-board {
  --white-color: #fff;
}

.home-dark .booking-form {
  --white-color: #fff;
  --title-color: #010F1C;
}

.home-dark .booking-form .as-btn:not(:hover) {
  color: var(--white-color);
}

.home-dark .testi-box {
  background-color: #101D29;
}

.home-dark .blog-card {
  background-color: #101D29;
}

.home-dark .newsletter-form .form-control {
  color: #4D5765;
  --white-color: #fff;
}

.home-dark .footer-wrapper .as-social a:hover {
  color: #fff;
}

.home-dark .scroll-btn i {
  color: var(--title-color);
}

.home-dark .scroll-btn i:hover {
  color: var(--white-color);
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

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

.mt-n1 {
  margin-top: -.25rem;
}

.mt-n2 {
  margin-top: -.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -.25rem;
}

.mb-n2 {
  margin-bottom: -.5rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

@media (min-width: 1199px) {
  .space-lg-top {
    padding-top: var(--section-space);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}

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

/*custom */

.sub-div{background:#fe0000;}
.dashed-bor-btm{border-bottom:dashed 1px #3e3e3e;}
.solid-bor-btm-w{border-bottom:solid 1px #fff;}
.solid-bor-btm-g{border-bottom:solid 1px #d4d4d4;}
.text-color-danger{color: #f3274c !important;}
.text-grey{color: var(--gray-color) !important;}

.pull-left{float:left !important;}
.pull-right{float:right !important;}
.w-100{width:100% !important;}
.w20{width:20px;}
.h20{height:20px;}
.font-200{font-weight:200;}
.font-w-600{font-weight:600;}
.h40{height:40px !important;}
.borrad5{border-radius:5px !important;}

.green-bg{background:var(--success-color) !important;}

.img-zoom {  
  overflow: hidden; 
}

.img-zoom {
  display: inline-block;
  box-sizing: border-box;
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.2);
}

.toppings {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    padding-top: 5px;
}


.toppings p {
    width: 50%;
}

.toppings p {
    margin-bottom: 0px;
    font-weight: 600;
}

.toppings_box {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
}

.toppings_box span:first-child {
    margin: 5px;
}
.toppings_box span:last-child {
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    border-radius: 22px;
}


.toppings_box input {
    visibility: hidden;
}
.topping_click input:checked + label img.empty {
    filter: none;
}
.topping_click input:checked + label img {
    box-sizing: border-box;
    filter: unset;
}

.toppings_box img.right_half {
    transform: rotate(180deg);
}


.toppings_box img {
    cursor: pointer;
    width: 23px;
    margin-right: 0px;
    filter: invert(1) drop-shadow(0px 0px 1px black) grayscale(90%);
}

.toppings_box input[type="checkbox"] ~ label {
    padding-left: 0px;
}

.toppings_box input[type="checkbox"] ~ label:before {
  content: none;
  
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 0px solid var(--border-color);
  height: 0px;
  width: 0px;
  line-height: 0px;
  text-align: center;
  font-size: 12px;
}



.tdr-popup-content img {
    max-width: 350px;
    width: 100%;
    border-radius: 15px;
}
img.empty {
    filter: grayscale(1);
}

.topping_click input:checked + label img {
    box-sizing: border-box;
    filter: unset;
}

.topping_click input[type="radio"] ~ label::before{content:none !important;}

.topping_click input[type="radio"] ~ label{padding-left:0px;}

.form_group input {
    width: 17px;
    position: absolute !important;
    right: 0px;
    top: 7px;
}

.topping_click input[type="checkbox"]:checked + label span {
    background-color: #eb0029;
    color: #fff;
}


/* footer */
.foot-img{background:url(../img/foot-img.png) bottom right no-repeat #000;}

/* footer timing */
.foottimebg{background:#033d73; border-radius:30px; padding:30px 30px 50px 30px;}


/* menu detail page */

.menudetail-border {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ddd;
}


.flex-wrap {
    flex-wrap: wrap;
}
.flex {
    display: flex;
}
.border {
    border-width: 1px;
}

.border-grey-300 {
    --tw-border-opacity: 1;
    border-color: rgb(215 215 215 / var(--tw-border-opacity));
}
.rounded-full {
    border-radius: 9999px;
}
.items-center {
    align-items: center;
}

@media (min-width: 1024px) {
    .md\:w-10 {
        width: 2.5rem;
    }
}
@media (min-width: 1024px) {
    .md\:h-10 {
        height: 2.5rem;
    }
}

@media (max-width: 524px) {
   .w-6 {
    width: 2.0rem;
}

.h-6 {
    height: 2.0rem;
}

}


.bg-primary-green {
    --tw-bg-opacity: 1;
    background-color: rgb(76 114 42 / var(--tw-bg-opacity));
}


.single-product {
    padding: 3rem 0 1rem;
}
.single-product .slt {
    margin-bottom: 2rem;
}

.single-product .size {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    padding-left:0px;
}

.single-product .slt {
    margin-bottom: 2rem;
}

.single-product .slt li a.active {
    background: #dfefff;
}
.single-product .size li {
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin: 0px 3px;
    transition: all 500ms ease;
}
.single-product .slt li {
    display: inline-block;
}

.single-product .size li a {
    border: none;
}

.single-product .slt li a {
    display: block;
    border: 1px solid #dddddd; border-radius: .5rem;
    font-size: 14px;
    color: #000;
    padding: 1.5rem 1.5rem;
    margin: 0px 3px;
    text-align: center;
    font-weight: 500;
}
.single-product .slt li a svg {
    margin-bottom: 12px;
}
.single-product .slt li a span:nth-child(2) {
    color: #000;
}

.single-product .slt li a span {
    display: block; color: #416631;
}
.single-product .slt li a span {
    display: block;
}

@media (min-width: 1024px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.grid {
    display: grid;
}

/* location */

.locatioview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  height: 100%;
  background-color: var(--success-color);
  border: 1px solid #bdbdbd;
  border-radius: 10px;
}

.solid hr{background:#ffffff; height: 1px;}

a.text-hover-white:hover{color:#ffffff !important;}



/* menu 2nd tab */
.menu-tablistgrid-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
#filterTitleHeading{
    margin: 0;
}
.shop-tablist li a.active {
    background-color: rgb(225, 232, 210);
}
.shop-tablist li a {
    display: block;
    height: 36px;
    width: 36px;
    color: var(--success-color);
    text-align: center;
}
.shop-tablist li a i {
    display: block;
    font-size: 22px;
    line-height: 36px;
}

.as-product .price {
    display: block;
    font-family: "Figtree", sans-serif;
    color: rgb(42, 64, 38);
    font-weight: 700;
    padding:6px 0;
    line-height: 28px;
}

.quick-span {
    font-size: 13px !important;
    font-weight: 700;
    color: rgb(124, 125, 122);
}











.featured-product{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  padding-left: 0;
}

.featured-product .flickity-button{
    top: -50px;
    opacity:1;
    background:transparent;
    z-index: 100;
}

.featured-product .flickity-button svg path{
    fill:#fff;
}

.featured-product .flickity-prev-next-button.previous{
    left:0px;
}

.featured-product .flickity-prev-next-button.next{
    right:0px;
}

.featured-product .flickity-page-dots .dot{
    background: #fff;
}



.featured-product-container{
  border: 1px solid #d7d7d7;
  padding: .75rem;
  border-radius: .5rem;
  background: #fff;
}

.featured-product-container:hover{
  border: 1px solid #145da4;
}

.featured-product-container{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 0%;
  position: inherit !important;
}

.featured-product-image-title{
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  width: 100%;
}

.featured-product-selection{
  display: flex;
  flex-direction: column;
}

.featured-product-img-card{
  border-radius: 8px;
}

.featured-product-content{
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.featured-product-name{
  margin-bottom: .5rem;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  font-family: Figtree, serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #064a8a;
}

.featured-product-price{
  margin-bottom: .5rem;
  display: flex;
}

.featured-product-price p{
  font-family: Figtree, serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #064a8a;
  text-align: left;
  margin-bottom: 0;
}

.featured-product-price p .slice{
  font-size: 13px !important;
  padding-left: .5rem;
  color: #7f807e;
  line-height: 20px;
  white-space: nowrap;
}

.featured-product-description{
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: #4f4f4f;
  margin-bottom: 1rem;
}

.featured-product-selection .pizza-quantity{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.featured-product-selection .pizza-quantity .select.slices{
  width: 7rem;
  flex: 1 1 0%;
  margin-bottom: 1rem;
}

.featured-product-selection .pizza-quantity .select.quantity{
  margin-left: .75rem;
  width: 88px;
  margin-bottom: 1rem;
}

.featured-product-selection .pizza-quantity .select select{
  align-items: center;
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 54px;
  position: relative;
  transition: 100ms;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: black;
  padding-left: 16px;
  padding-right: 0px;
  padding-right: 2.5rem;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  appearance: none;
  background-size: 1rem;
}

.featured-product-selection .pizza-quantity .select select option{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.featured-product-selection .pizza-quantity .select.dough-type-container{
  width: 100%;
  position: relative;
  margin: 16px 0;
}

.featured-product-selection .pizza-quantity .select.crust-type-container{
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}

.featured-product-selection .pizza-quantity .well-done-container{
  width: 100%;
}

.featured-product-selection .pizza-quantity .well-done-container .well-done-check{
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #f1f1f1;
}

.featured-product-selection .pizza-quantity .well-done-container .well-done-check label{
  margin: 0;
  font-size: .875rem;
  line-height: 1.25rem;
  cursor: pointer;
  font-family: Figtree, serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #064a8a;
}

.featured-product-selection .pizza-quantity .well-done-container .well-done-check .featured-well-done{
  height: inherit;
}

.featured-product-selection .pizza-quantity .well-done-container input[type="checkbox"] ~ label:before{
  border-radius: 9999px;
  border: 2px solid #7f807e;
  width: 1rem;
  height: 1rem;
  font-size: 10px;
  line-height: 13px;
  right: 0px;
  left: inherit;
}

.featured-product-selection .pizza-quantity .well-done-container input[type="checkbox"]:checked ~ label:before{
  border: 2px solid #145da4;
}

.featured-product-selection .pizza-quantity .selection-label{
  left: .5rem;
  top: -.5rem;
  position: absolute;
  z-index: 10;
  color: #145da4;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .75rem;
  line-height: 1rem;
  background: #fff;
  font-family: Figtree, serif;
  text-transform: uppercase;
  font-weight: 700;
}

.featured-product-selection .add-cart-button{
  display: flex;
}

.featured-product-selection .add-cart-button .cart-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #fff;
  height: 56px !important;
  background: #145da4;
  border-radius: 9999px;
  width: 5rem;
  margin-right: 1rem;
  border: none;
  font-family: Figtree, serif;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: .07em;
}

.featured-product-selection .add-cart-button .cart-btn:hover{
  background: #084D8E;
}

.featured-product-selection .add-cart-button a{
  color: #fff;
}

.featured-product-selection .add-cart-button .cart-btn.customize{
  background-color: #fff;
  border: 2px solid #145da4;
  flex: 1 1 0%;
  color: #145da4;
  margin-right: 0rem;
}

.featured-product-selection .add-cart-button .cart-btn.customize:hover{
  background-color: #145da4;
  color: #fff;
}

#product-list .featured-product{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}








/* -------------// single product css start //------------- */

.product {
	padding: 5rem 0 10rem 0;
	background: var(--background);
	position: relative;
	z-index: 10;
}

.product .product-card {
	position: relative;
	max-width: 355px;
	width: 24%;
	border-radius: 2.5rem;
	padding: 2rem 3rem 3rem 3rem;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	transition: .5s all ease-in-out;
}

.product .product-card .logo-cart {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.product .product-card .logo-cart i {
	font-size: 2.4rem;
	color: #084D8E;
	cursor: pointer;
	transition: color 0.3s ease;
}

.product .product-card .logo-cart i:hover {
	color: #c52d32;
}

.product .pizza-image {
	position: relative;
	z-index: 1;
}

.product .pizza-image img {
	width: 100%;
	transition: .5s all ease-in-out;
}

.product .product-card:hover .pizza-image .product-img {
	transform: scale(1.1);
}

.pizza-name-price {
	padding: 2rem 0 1rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product .pizza_name {
	font-size: 2.2rem;
	flex: 0 0 70%;
}

.product .pizza_name a {
	color: var(--text);
	transition: .5s all ease-in-out;
}

.product .pizza_name a:hover {
	color: #c52d32;
}

.product .pizza_description {
	font-size: 1.6rem;
	font-style: italic;
	color: var(--light-gray);
	padding: 1rem 0;
}

.product .product-card .pizza-details .stars i {
	margin: 0 -1px;
	color: #c52d32;
	font-size: 1.6rem;
}

.product .product-card .pizza-price {
	font-size: 2.2rem;
	font-weight: 600;
	color: #c52d32;
	font-family: Oswald, sans-serif;
	flex: 0 0 30%;
}

.product .add-cart-button {
	position: relative;
	height: 5rem;
	width: 100%;
	border-radius: 2.5rem;
	margin-top: 1rem;
}

.product .product-card .add-cart-button button {
	font-size: 2rem;
	text-transform: uppercase;
	border-radius: 5px;
	margin: 0 auto;
	letter-spacing: 2px;
	padding: .6rem 2rem;
	border: 2px solid #c52d32;
	background: #c52d32;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: .5s all ease-in-out;
}

.product .product-card .add-cart-button button a {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product .product-card .add-cart-button button:hover {
	background: #084D8E;
	border: 2px solid #084D8E;
}

.product .product-card .add-cart-button .cart-btn img {
	margin-right: 10px;
	width: 32px;
}

.product .product-container {
	display: flex;
	gap: 1.7rem;
	flex-wrap: wrap;
}

.product .pizza-quantity {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.5rem;
	padding: 1rem 0;
	border-radius: 8px;
	max-width: 40rem;
}

.product .customize button {
	background: #084D8E !important;
	border: 2px solid #084D8E !important;
}

.product .customize button:hover {
	border: 2px solid #c52d32 !important;
	background: #c52d32 !important;
}

.product .product-card .customize .cart-btn img {
	filter: invert(1) !important;
}

.product .customize {
	margin-top: 2rem;
}

.product .pizza-quantity .select select {
	position: relative;
	vertical-align: middle;
	height: 5rem;
	background-color: #fff;
	border: 1px solid var(--input-border);
	font-size: 1.6rem;
	border-radius: 8px;
	padding: 10px;
	cursor: pointer;
	font-family: Roboto, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background-image: url("../images/chevron-down.svg");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px;
	transition: all 500ms ease;
}

.product .pizza-quantity .select select:focus {
	outline: none !important;
	box-shadow: none !important;
	border: 1px solid #c52d32;
}

.product .pizza-quantity .slices {
	width: 70%;
}

.product .pizza-quantity .slices select {
	width: 100%;
}

.product .pizza-quantity .quantity {
	width: 24%;
}

.product .pizza-quantity .quantity select {
	width: 100%;
}

.product .pizza-quantity .doug {
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding: 0px 0 20px 0;
}

.product .pizza-quantity .doug select {
	width: 100%;
}

.product .pizza-quantity .crust {
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding: 0px 0 20px 0;
}

.product .pizza-quantity .crust select {
	width: 100%;
}

.product .pizza-quantity label {
	font-size: 1.6rem;
	padding-bottom: 1rem;
	color: var(--text);
	font-weight: bold;
	display: block !important;
    cursor: pointer;
}


.single-product {
	padding: 3rem 0;
}



.product-customize-optional{
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, opacity 0.5s ease;
}

.product-customize-optional.show {
	max-height: 100%;
	opacity: 1;
}

.single-product-title {
	font-size: 3.2rem;
	color: #084D8E;
	font-weight: 700;
	line-height: 4rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 1.2rem;
}

.single-product-price {
	font-size: 2.5rem;
	color: #c52d32;
	font-weight: 700;
	line-height: 4rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 1.2rem;
}

.single-product-short-desc {
	font-size: 1.6rem;
	color: var(--text);
	margin-bottom: 2rem;
}

.title-label {
	color: var(--text);
	font-family: Oswald, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 1.6rem;
    cursor: pointer;
}

.single-product .choose li {
	display: inline-block;
}

.single-product .choose li a {
	display: block;
	border: 1px solid #dddddd;
	font-size: 1.6rem;
	color: var(--text);
	padding: 1.3rem 2.4rem;
	margin: 0px 3px;
	text-align: center;
	font-weight: 500;
}

.single-product .choose li a span {
	display: block;
}

.single-product .choose li a span:nth-child(1) {
	margin-bottom: 5px;
}

.single-product .choose li a span:nth-child(2) {
	color: #084D8E;
}

.single-product .choose li a img{
    margin-bottom: 12px;
    opacity: 0.2;
}

.single-product .choose li.active a img {
    opacity: 1;
}

.single-product .choose li.active{
    background: #dfefff;
}

.single-product .choose {
	margin-bottom: 2rem;
}

.single-product .size{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.single-product .size li{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dddddd;
    margin: 0px 3px;
    transition: all 500ms ease;
}

.single-product .size li a{
    border:none;
}

.quantity-product {
	margin-top: 3rem;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 3rem;
}

.quantity-product input {
	width: 5rem;
	height: 5rem;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 0;
	appearance: none;
	font-size: 2rem;
	color: var(--text);
	font-weight: 700;
}

.add-cart {
	background: #c52d32;
	color: #fff;
	border: 1px solid #c52d32;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 9px 29px;
	margin-left: 18px;
	transition: all 500ms ease;
}

.add-cart:hover {
	color: #c52d32;
	background: transparent;
}


.product__carousel {
	display: block;
	max-width: 700px;
	margin: 1em auto 3em;
}

.product__carousel a {
	display: block;
	margin-bottom: 1.5rem;
}

.product__carousel .gallery-top {
	border: 2px solid #084D8E;
	border-radius: 3px;
	margin-bottom: 2rem;
}

.product__carousel .gallery-top .swiper-slide {
	position: relative;
	overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
	min-width: 100%;
	min-height: 100%;
}

.product__carousel .gallery-thumbs .swiper-slide {
	position: relative;
	transition: border .15s linear;
	border: 2px solid #ebebeb;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
	height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: #084D8E;
}

.product__carousel .gallery-thumbs .swiper-slide img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
}

.round {
	position: relative;
	width: 28px;
}

.round label {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	height: 28px;
	left: 0;
	position: absolute;
	top: 0;
	width: 28px;
}

.round label:after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 7px;
	opacity: 0;
	position: absolute;
	top: 8px;
	transform: rotate(-45deg);
	width: 12px;
}

.round input[type="checkbox"] {
	visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
	background-color: #084D8E;
	border-color: #084D8E;
}

.round input[type="checkbox"]:checked+label:after {
	opacity: 1;
}

.well-done-container {
	width: 100%;
}

.well-done-check {
	display: flex;
	justify-content: space-between;
}

.well-done-check label {
	padding-bottom: 0px !important;
}

.customize-extra .customize-title{
    color: #084D8E;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 0.8rem;
}

.customize-extra .customize-subtitle{
    color: var(--text);
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}

.customize-extra .reset{
    display: flex;
    justify-content: flex-end;
}

.customize-extra .reset .reset-btn{
    border: none;
    background: none;
    color: #c52d32;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}


.dough-regular-select-left img{
    width: 102px;
    object-fit: cover;
    border-radius: .5rem;
}

.dough-regular-select-right h5{
    color: var(--text);
    font-weight: 700;
    font-size: 1.8rem;
    cursor: pointer;
}


.dough-regular-select-right{
    text-align: left;
    flex: 1 1 0%;
}

.dough-regular-select-right label{
    color: var(--text);
    font-weight: 500;
    font-size: 1.6rem;
    cursor: pointer;
    padding-left: 1.2rem;
}

.dough-regular-select-right input{
    width: 20px;
    height: 20px;
}

.select-option.selected {
    background-color: #e0f7e0; /* Highlight selected option */
    border-color: #28a745;
}

.select-option svg {
    transform: rotate(180deg); /* Example of an animation effect */
}


.extra{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: .75rem;
}

.extra-container{
    display: flex;
    justify-content: space-between;
}

.extra .select-option-btn{
    padding: 20px;
    background: #084D8E;
    color: #fff;
    border: none;
    width: 100%;
}

.extra .select-option-content{
    padding: 20px 0;
    background: #fff;
    border: none;
}


.select-option-sub-btn{
    border: 1px solid #dddddd;
    font-size: 1.6rem;
    color: var(--text);
    padding: 1.3rem 2.4rem;
    text-align: center;
    font-weight: 500;
    background: #fff;
    display: inline-block;
    margin-top: 1.5rem;
}

.extra-sauce{
	background: #f6f6f6;
	padding: 20px;
	margin: 1rem 0;
}

.extra-sauce .title-label {
	margin-bottom: 0px !important;
}

.extra .dough-regular-select-left{
	position: relative;
}

.extra .round{
	position: static;
}

.extra .round label{
	left: 5px;
	top: 5px;
}

.topping-extra-btns{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #000;
	padding: 20px;
}

.toppings-btns .select-option-sub-btn{
	border: none;
	margin-top: 0px;
	margin-right: 20px;
    padding: 0;
}


.toppinngs-select-left{
	display: flex;
    align-items: flex-start;
    padding: 1rem;
    padding-left: 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
}





.topping-regular-select{
	display: flex;
	padding: 16px;
    border: 1px solid #084D8E;
    border-radius: 8px;
    background: #fff;
}

.count-toppings button{
	border: none;
	background: none;
}

.count-toppings button svg path{
	fill: #d7d7d7;
	cursor: pointer;
	transition: all 500ms ease;
}

.count-toppings button:focus svg path{
	fill: #084D8E;
}

.count-toppings button svg circle{
	fill: #d7d7d7;
	cursor: pointer;
	transition: all 500ms ease;
}

.count-toppings button:focus svg circle{
	fill: #084D8E;
}

.toppings-content h5{
	color: var(--text);
    font-weight: 700;
    font-size: 1.8rem;
    cursor: pointer;
}

.toppings-content p{
	color: var(--text);
    margin-bottom: 2rem;
    font-size: 1.4rem;
    margin-top: 0.8rem;
}

.topping-extra-btns span.text-right{
	color: var(--text);
    font-size: 1.4rem;
}

#accordion .customize-btn{
	display: flex;
	justify-content: space-between;
	padding: 20px;
    border: none;
    width: 100%;
	background: #084D8E;
    color: #fff;
}


#accordion .customize-btn:focus{
	box-shadow: none;
	outline: none;
}

#accordion .card-header{
	padding: 0;
    border: none;
}

#accordion .customize-btn .extra-name{
    font-size: 1.8rem;
    font-family: Oswald, sans-serif;
    font-weight: 700;
	color: #fff;
}

#accordion .customize-btn .extra-desc{
    font-size: 1.6rem;
	color: #fff;
}

#accordion .customize-sub-btn{
	border: 1px solid #dddddd;
    font-size: 1.6rem;
    color: var(--text);
    padding: 1.3rem 2rem;
    text-align: center;
    font-weight: 500;
    background: #fff;
    display: inline-block;
}

#accordion .customize-sub-btn:focus{
	box-shadow: none;
    outline: none;
}

#accordion .dough-regular-select-left{
	position: relative;
}

#accordion .round-check{
	position: static;
}

#accordion .select-option-content{
	margin: 1rem;
	transition: all 500ms ease;
}

#accordion .radio-box{
	display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

#accordion .cheese-select-box{
	cursor: pointer;
}

#accordion .cheese-select-box .dough-regular-select-right p{
	margin-bottom: 0px !important;
}

.hidden {
	display: none;
	transition: all 500ms ease;
  }


/* Hide the default radio input */
.custom-radio input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  /* Create a custom radio style */
  .custom-radio label {
	display: inline-block;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	font-size: 16px;
	color: #333;
  }
  
  /* Add the circular radio button */
  .custom-radio label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #999;
	background-color: transparent;
	transition: background-color 0.3s, border-color 0.3s;
  }
  
  /* Style the checked state */
  .custom-radio input[type="radio"]:checked + label::before {
	background-color: #084D8E; /* Change this to your desired color */
	border-color: #084D8E;
  }
  
  /* Add a dot inside the radio button when checked */
  .custom-radio label::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 6px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: white;
	opacity: 0;
	transition: opacity 0.3s;
  }
  
  .custom-radio input[type="radio"]:checked + label::after {
	opacity: 1;
  }




  


@media only screen and (max-width:767px) {
	.container {
		padding: 0 15px
	}

	.header-top {
		flex-direction: column;
		text-align: center
	}

	.header-top-bar .header-top-left {
		margin-bottom: 1.5rem
	}

	.header-top .header-top-left ul li {
		margin-right: 0
	}

	.header-bottom-bar .logo {
		width: 150px
	}

	.header-bottom-bar .order-online h6 {
		font-size: 2.2rem
	}

	.hero-banner span {
		font-size: 2.5rem
	}

	.hero-banner h1 {
		font-size: 4.5rem
	}

	.hero-banner h1 span {
		font-size: 6rem
	}

	.about-us-img-box {
		margin-bottom: 2rem
	}

	.categories {
		padding-top: 5rem
	}

	.our-menu #productfilterbtn .btn.active::after {
		display: none
	}

	.our-pizzas .icon-box {
		padding: 3rem
	}

	.our-quality {
		text-align: center
	}

	.header-bottom-bar .wrapper .btn {
		display: block
	}

	.our-menu .special-tab ul li {
		margin-bottom: 1rem
	}

	.our-menu .special-tab .nav-tabs li a.active::before {
		bottom: 0
	}

    .product .product-card{
        width: 100%;
        max-width: 100%;
    }

    .product .pizza-category-name{
        font-size: 3rem;
    }
}

@media only screen and (max-width:1024px) {
	.header-bottom-bar.sticky {
		position: inherit !important
	}

	.header-bottom-bar .wrapper .btn {
		order: 3;
		display: block
	}

	.header-bottom-bar .order-online {
		order: 1;
		padding-left: 0;
		padding-right: 3rem;
		border: none
	}

	.section-heading {
		font-size: 4rem
	}

	.about-us p {
		font-size: 1.8rem
	}

	.section-button {
		font-size: 1.8rem
	}

	.our-menu .special-tab .nav-tabs li a {
		font-size: 1.8rem
	}

	.our-menu .our-menu-panel .menu-box {
		padding-top: 30px
	}

	.our-menu .special-tab .nav-tabs li a {
		margin-right: 1rem
	}

	.our-quality .exlusive-container {
		position: relative;
		z-index: 2
	}

	.footer .pizza-depot-timing {
		margin-bottom: 5rem
	}

	.header-bottom-bar .navbar {
		width: 100%;
		height: 100vh;
		background-image: url(../images/hero-banner-background.png);
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: translateX(100%);
		transition: all .5s linear;
		opacity: 0;
		visibility: hidden;
		pointer-events: none
	}

	.header {
		position: relative
	}

	.header-bottom-bar .wrapper .nav-links {
		position: fixed;
		height: 100vh;
		width: 100%;
		max-width: 300px;
		top: 0;
		right: -100%;
		background-image: url(../images/hero-banner-background.png);
		display: block;
		padding: 50px 0;
		line-height: 50px;
		overflow-y: auto;
		box-shadow: 0 15px 15px rgba(0, 0, 0, .18);
		z-index: 99;
		transition: all .5s ease
	}

	.header-bottom-bar .wrapper .btn.close-btn {
		display: block;
		font-size: 16px;
		right: 25px;
		line-height: 30px;
		width: 24px;
		cursor: pointer;
		z-index: 10
	}

	#menu-btn:checked~.nav-links {
		right: 0
	}

	.header-bottom-bar .nav-links li a {
		padding: 5px 25px;
		margin-right: 0 !important;
		display: block
	}

	::-webkit-scrollbar {
		width: 10px
	}

	::-webkit-scrollbar-track {
		background: 0 0 !important
	}

	::-webkit-scrollbar-thumb {
		background: 0 0 !important
	}

	.header-bottom-bar .nav-links li {
		border-top: 1px solid rgba(255, 255, 255, .1)
	}

	.header-bottom-bar .nav-links li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, .1)
	}

	#showDrop:checked~.drop-menu,
	#showMega:checked~.mega-box {
		max-height: 100%
	}

	.header-bottom-bar .nav-links .desktop-item {
		display: none
	}

	.header-bottom-bar .nav-links .mobile-item {
		display: block;
		color: #f2f2f2;
		font-size: 20px;
		font-weight: 500;
		padding: 5px 25px;
		cursor: pointer;
		border-radius: 5px;
		transition: all .3s ease
	}

	.header-bottom-bar .drop-menu li {
		margin: 0
	}

	.header-bottom-bar .drop-menu li a {
		border-radius: 5px;
		font-size: 18px
	}

	.header-bottom-bar .mega-box {
		position: static;
		top: 65px;
		opacity: 1;
		visibility: visible;
		padding: 0;
		max-height: 0;
		overflow: hidden;
		transition: all .3s ease
	}

	.header-bottom-bar .mega-box .content {
		box-shadow: none;
		flex-direction: column;
		padding: 10px 10px 0 10px
	}

	.header-bottom-bar .mega-box .content .row {
		width: 100%;
		margin-bottom: 15px;
		border-top: 1px solid rgba(255, 255, 255, .08)
	}

	.header-bottom-bar .mega-box .content .row:nth-child(1),
	.header-bottom-bar .mega-box .content .row:nth-child(2) {
		border-top: 0
	}

	.header-bottom-bar .content .row .mega-links {
		border-left: 0;
		padding-left: 20px
	}

	.header-bottom-bar .row .mega-links li {
		margin: 0
	}

	.header-bottom-bar .content .row header {
		font-size: 19px
	}

	.header-bottom-bar .mega-box .mega-links li a {
		padding: 0;
		margin-right: 0
	}

	.header-bottom-bar .mobile-logo {
		display: block;
		position: relative;
		padding: 50px 25px;
		text-align: left
	}

	.header-bottom-bar .mobile-logo img {
		width: 200px
	}

	.featured-product .product-box {
		margin-bottom: 2rem
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.our-quality {
		text-align: center
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.header-top .header-top-left ul li {
		margin-right: 2rem
	}

	.header-bottom .header-bottom-right .order-online {
		order: 1
	}

	.header-bottom-bar .mobile-navbar-btn {
		order: 2;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.hero-banner span {
		font-size: 2.8rem
	}

	.hero-banner h1 {
		color: #fff;
		font-size: 5.6rem
	}

	.hero-banner h1 span {
		font-size: 7rem
	}

	.container {
		padding: 0
	}

	.our-menu .product-box-container {
		gap: 1rem
	}

	.our-pizzas .icon-box {
		padding: 1rem
	}

    .product .product-container{
        gap: 1.4rem;
    }

    .product .product-card{
        max-width: 100%;
        width: 49%;
    }

    .product .pizza-category-name{
        font-size: 3.5rem;
    }
}

@media only screen and (min-width:1025px) and (max-width:1199px) {
	.header-bottom-bar .nav-links li a {
		margin-right: 2rem
	}

	.header-bottom-bar .logo {
		width: 200px
	}

    .product .pizza-quantity .slices {
        width: 69%;
    }

    .product .product-card{
        width: 32%;
    }

    .product .product-container{
        gap: 1.8rem;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .product .product-container {
        gap: 1.5rem;
    }
}


input[type="checkbox"]:checked ~ label:before{
  display: none;
}

input[type="checkbox"] ~ label:before{
  display: none;
}

.round input[type="checkbox"] ~ label{
  padding-left: 0px !important;
}

.pizza-single-size .choose.size{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.pizza-single-size .choose.size li{
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dddddd;
  margin: 0px 3px;
  transition: all 500ms ease;
}

.pizza-single-size .choose.size li.active {
  background: #dfefff;
}

.pizza-single-size .choose li a {
  display: block;
  border: 1px solid #dddddd;
  font-size: 1.6rem;
  color: var(--text);
  padding: 1.3rem 2.4rem;
  margin: 0px 3px;
  text-align: center;
  font-weight: 500;
}

.pizza-single-size .size li a {
  border: none;
}
/* -------------// single product css end //------------- */









.featured-screen-product {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2.5rem;
}

.featured-screen-product-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 0%;
  width: 100%;
  position: inherit !important;
  border: 1px solid #d7d7d7;
  padding: .75rem;
  border-radius: .5rem;
  display: none;
}

.featured-screen-product-container:hover{
  border: 1px solid #145da4;
}

.featured-screen-product-container.active{
  display: flex;
}

.featured-screen-product-image-title {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  width: 100%;
}

.featured-screen-product-img-card {
  border-radius: 8px;
  aspect-ratio: 4 / 3;
  width: 100%;
}

.featured-screen-product-content {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.featured-screen-product-name {
  margin-bottom: .5rem;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  font-family: Figtree, serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #064a8a;
}

.featured-screen-product-price {
  margin-bottom: .5rem;
  display: flex;
}

.featured-screen-product-price p {
  font-family: Figtree, serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #064a8a;
  text-align: left;
  margin-bottom: 0;
}

.featured-screen-product-price p .slice {
  font-size: 13px !important;
  padding-left: .5rem;
  color: #7f807e;
  line-height: 20px;
  white-space: nowrap;
}

.featured-screen-product-description {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: #4f4f4f;
  margin-bottom: 1rem;
}

.featured-screen-product-selection {
  display: flex;
  flex-direction: column;
}

.featured-screen-product-selection .pizza-quantity {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.featured-screen-product-selection .pizza-quantity .select.slices {
  width: 7rem;
  flex: 1 1 0%;
  margin-bottom: 1rem;
}

.featured-screen-product-selection .pizza-quantity .select.quantity{
margin-left: .75rem;
width: 70px;
margin-bottom: 1rem;
}

.featured-screen-product-selection .pizza-quantity .select select{
width: 100%;
align-items: center;
font-size: 16px;
cursor: default;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
min-height: 54px;
position: relative;
transition: 100ms;
background-color: rgb(255, 255, 255);
border: 1px solid rgb(204, 204, 204);
border-radius: 0.5rem;
box-sizing: border-box;
color: black;
padding-left: 16px;
padding-right: 0px;
padding-right: 2.5rem;
box-sizing: border-box;
white-space: nowrap;
text-overflow: ellipsis;
font-family: "Inter", sans-serif;
appearance: none;
background-image: url('https://sarvadaa.com/demo/pizza/images/screen-chevron-down.svg');
background-repeat: no-repeat;
background-position: right 16px center;
background-size: 14px;
cursor: pointer;
}




.featured-screen-product-selection .pizza-quantity .select select:focus{
  border: 2px solid rgb(204, 204, 204);
  outline: none;
}

.featured-screen-product-selection .pizza-quantity .select select option{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.featured-screen-product-selection .pizza-quantity .select.dough-type-container{
width: 100%;
position: relative;
margin: 16px 0;
}

.featured-screen-product-selection .pizza-quantity .select.crust-type-container{
width: 100%;
position: relative;
margin-bottom: 16px;
}

.pizza-screen-welldone-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f1f1;
  padding: 12px 16px;
  border: 1px solid #fff;
  margin-bottom: 16px;
  border-radius: 8px;
  cursor: pointer;
}

.pizza-screen-welldone-container:hover{
  background: #dfefff;
  border: 1px solid #145da4;
}

.pizza-screen-welldone-container .pizza-screen-welldone-label{
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-family: Figtree, serif;
  color: #064a8a;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
}

.pizza-screen-welldone-container input{
  width: 16px;
  height: 16px;
}

.pizza-screen-welldone-container input[type="checkbox"] {
  display: none;
}

.pizza-screen-round-checkbox .custom-label {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #7f807e;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 0;
}

.pizza-screen-round-checkbox .checked-label {
  border: 2px solid #145da4 !important;
  background: #145da4 !important;
}

.pizza-screen-round-checkbox input[type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}






.featured-screen-product-selection .pizza-quantity .selection-label{
left: .5rem;
top: -.5rem;
position: absolute;
z-index: 10;
color: #145da4;
padding-left: .5rem;
padding-right: .5rem;
font-size: 12px;
line-height: 1rem;
background: #fff;
font-family: Figtree, serif;
text-transform: uppercase;
font-weight: 700;
}

.featured-screen-product-selection .add-cart-button{
display: flex;
}

.featured-screen-product-selection .add-cart-button .cart-btn{
display: flex;
align-items: center;
justify-content: center;
padding-left: 1.5rem;
padding-right: 1.5rem;
color: #fff;
height: 56px !important;
background: #145da4;
border-radius: 9999px;
width: 8rem;
margin-right: 1rem;
border: none;
font-family: "Inter", sans-serif;        
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
line-height: 16px;
letter-spacing: .07em;
}

.featured-screen-product-selection .add-cart-button .cart-btn:hover{
background: #145da4;
}

.featured-screen-product-selection .add-cart-button a{
color: #fff;
}

.featured-screen-product-selection .add-cart-button .cart-btn.customize{
background-color: #fff;
border: 2px solid #145da4;
flex: 1 1 0%;
color: #145da4;
margin-right: 0rem;
}

.featured-screen-product-selection .add-cart-button .cart-btn.customize:hover{
background-color: #145da4;
color: #fff;
}

.pizza-screen-round-checkbox{
  line-height: 1;
}


























/* -------------// single product css start //------------- */
.single-product {
	padding: 3rem 0;
}

.single-product-right {
	padding-left: 3rem;
}

.product-customize-optional{
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, opacity 0.5s ease;
}

.product-customize-optional.show {
	max-height: 100%;
	opacity: 1;
	margin-bottom: 3rem;
}

.single-product-title {
	font-size: 3.2rem;
	color: #084D8E;
	font-weight: 700;
	line-height: 4rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 1.2rem;
}

.single-product-price {
	font-size: 2.5rem;
	color: #c52d32;
	font-weight: 700;
	line-height: 4rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 1.2rem;
}

.single-product-short-desc {
	font-size: 1.6rem;
	color: var(--text);
	margin-bottom: 2rem;
}

.title-label {
	color: var(--text);
	font-family: Oswald, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 1.6rem;
    cursor: pointer;
}

.single-product .choose li {
	display: inline-block;
}

.single-product .choose li a {
	display: block;
	border: 1px solid #dddddd;
	font-size: 1.6rem;
	color: var(--text);
	padding: 1.3rem 2.4rem;
	margin: 0px 3px;
	text-align: center;
	font-weight: 500;
}

.single-product .choose li a span {
	display: block;
}

.single-product .choose li a span:nth-child(1) {
	margin-bottom: 5px;
}

.single-product .choose li a span:nth-child(2) {
	color: #084D8E;
}

.single-product .choose li a svg{
    margin-bottom: 12px;
}

.single-product .choose li.active a svg circle,
.single-product .choose li.active a svg rect{
    fill: #c52d32;
}

.single-product .choose li.active{
    background: #dfefff;
}

.single-product .choose {
	margin-bottom: 2rem;
}

.single-product .size{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.single-product .size li{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dddddd;
    margin: 0px 3px;
    transition: all 500ms ease;
}

.single-product .size li a{
    border:none;
}

.single-product .quantity-product {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 3rem;
}

.single-product .quantity-product input {
	width: 5rem;
	height: 5rem;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 0;
	appearance: none;
	font-size: 2rem;
	color: var(--text);
	font-weight: 700;
}

.single-product .quantity-product input:focus{
	box-shadow: none;
	outline: none;
	border: 2px solid #084D8E;
	color: #084D8E;
}

.single-product .add-cart {
	background: #c52d32;
	color: #fff;
	border: 1px solid #c52d32;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 9px 29px;
	margin-left: 18px;
	transition: all 500ms ease;
}

.single-product .add-cart:hover {
	color: #c52d32;
	background: transparent;
}

.single-product .round {
	position: relative;
	width: 28px;
}

.single-product .round label {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	height: 28px;
	left: 0;
	position: absolute;
	top: 0;
	width: 28px;
}

.single-product .round label:after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 7px;
	opacity: 0;
	position: absolute;
	top: 8px;
	transform: rotate(-45deg);
	width: 12px;
}

.single-product .round input[type="checkbox"] {
	visibility: hidden;
}

.single-product .round input[type="checkbox"]:checked+label {
	background-color: #084D8E;
	border-color: #084D8E;
}

.single-product .round input[type="checkbox"]:checked+label:after {
	opacity: 1;
}

.well-done-container {
	width: 100%;
}

.well-done-check {
	display: flex;
	justify-content: space-between;
}

.well-done-check label {
	padding-bottom: 0px !important;
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.well-done-container .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.well-done-container .round{
	position: relative;
    width: 28px;
}

.well-done-container .round input[type="checkbox"] {
    visibility: hidden;
}


.single-product .customize-extra .customize-title{
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: Inter, sans-serif;
    color: #064a8a;
    font-size: 20px;
}

.single-product .customize-extra .customize-subtitle{
  font-size: 14px;
  line-height: 20px;
  font-family: Inter, sans-serif;
  color: #4f4f4f;
  margin-bottom: 5px;
}

.single-product .customize-extra .reset{
    display: flex;
    justify-content: flex-end;
}

.single-product .customize-extra .reset .reset-btn{
    border: none;
    background: none;
    color: #c52d32;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 1rem;
    font-family: Inter, sans-serif;
}

.single-product .regular-select{
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    border: 1px solid #084D8E;
    border-radius: 8px;
    background: #fff;
}

.single-product .dough-regular-select-left{
    width: 102px;
    margin-right: 16px;
}

.single-product .dough-regular-select-left img{
    width: 102px;
    object-fit: cover;
    border-radius: .5rem;
}

.single-product .dough-regular-select-right h5{
    color: var(--text);
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    font-family: Inter, sans-serif;
}

.single-product .dough-regular-select-right p{
    color: var(--text);
    margin-bottom: 30px;
    font-size: 14px;
    margin-top: 8px;
    font-family: Inter, sans-serif;
}

.single-product .dough-regular-select-right{
    text-align: left;
    flex: 1 1 0%;
}

.single-product .dough-regular-select-right input{
    width: 20px;
    height: 20px;
}

.single-product .extra-sauce{
	background: #f6f6f6;
	padding: 20px;
	margin: 10px 0;
}

.single-product .extra-sauce .title-label {
	margin-bottom: 0px !important;
}


.single-product .toppings-img-box{
    margin-right: 16px;
}

.single-product .toppings-img-box img{
	width: 250px;
	border-radius: 8px;
}

.single-product .drinks-dips .toppings-img-box img{
	width: 102px;
	border-radius: 8px;
}

.single-product .drinks-dips .increment-topping{
    gap:10px;
}

.single-product .count-toppings{
	display: flex;
	justify-content: space-between;
	gap: 10px;
}



.single-product .count-toppings button{
	border: none;
	background: none;
  margin: 0;
  padding: 0;
}

.single-product .count-toppings button svg path{
	fill: #d7d7d7;
	cursor: pointer;
	transition: all 500ms ease;
}

.single-product .count-toppings label img{
    opacity: 0.3;
	cursor: pointer;
	transition: all 500ms ease;
}

.single-product .count-toppings label input{
    position: absolute;
    width: 100%;
    height: 100%;
}

.single-product .count-toppings input[type="radio"]:checked + img {
    opacity: 1;
}


.single-product .count-toppings .right-shape img{
	transform: rotate(180deg);
}

.single-product .count-toppings label{
   position: relative;
   border: 1px solid #d7d7d7;
   border-radius: 100%;
   width: 40px;
}


.single-product .increment-topping{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 10px;
}

.single-product .increment-topping button{
	width: 40px !important;
    height: 40px !important;
    color: #191818;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 9999px;
}

.single-product .increment-topping button svg{
	width: 24px;
	height: 24px;
}

.single-product .toppings-content h5{
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    font-family: Inter, sans-serif;
    color: #064a8a;
}

.single-product .toppings-content p{
	color: var(--text);
    margin-bottom: 2rem;
    font-size: 14px;
    margin-top: 0.8rem;
    font-family: Inter, sans-serif;
}

.single-product .increment-topping span{
    font-size: 14px;
    line-height: 20px;
}

.single-product #accordion .customize-btn{
	display: flex;
	justify-content: space-between;
	padding: 20px;
    border: none;
    width: 100%;
	background: #084D8E;
    color: #fff;
}

.single-product #accordion .customize-btn:focus{
	box-shadow: none;
	outline: none;
}

.single-product #accordion .card-header{
	padding: 0;
    border: none;
}

.single-product #accordion .customize-btn .extra-name{
    font-size: 18px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #fff;
}

.single-product #accordion .customize-btn .extra-desc{
    font-size: 16px;
    color: #fff;
    font-family: Inter, sans-serif;

}

.single-product #accordion .customize-sub-btn{
	border: 1px solid #dddddd;
    font-size: 1.6rem;
    color: #fff;
    padding: 1.3rem 2rem;
    text-align: center;
    font-weight: 500;
    background: #fff;
    display: inline-block;
}

.single-product #accordion .customize-sub-btn:focus{
	box-shadow: none;
    outline: none;
}

.single-product #accordion .dough-regular-select-left{
	position: relative;
}

.single-product #accordion .round-check{
	position: static;
}

.single-product #accordion .select-option-content{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
	margin: 10px;
	transition: all 500ms ease;
}

.single-product #accordion .radio-box{
	display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.single-product .well-done-check label {
  position: inherit;
  width: 100%;
}

.single-product #accordion .cheese-select-box{
	cursor: pointer;
}

.single-product #accordion .cheese-select-box .dough-regular-select-right p{
	margin-bottom: 0px !important;
}

.single-product .hidden {
	display: none;
	transition: all 500ms ease;
}

.single-product .custom-radio input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
  
.single-product .custom-radio label {
	display: inline-block;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	font-size: 16px;
  line-height: 25px;
	color: #333;
	font-weight: 500;
}
  
.single-product .custom-radio label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #999;
	background-color: transparent;
	transition: background-color 0.3s, border-color 0.3s;
}
  
.single-product .custom-radio input[type="radio"]:checked + label::before {
	background-color: #084D8E;
	border-color: #084D8E;
}
  
.single-product .custom-radio label::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 6px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: white;
	opacity: 0;
	transition: opacity 0.3s;
}
  
.single-product .custom-radio input[type="radio"]:checked + label::after {
	opacity: 1;
}

.single-product .share{
	display: inline-block;
    width: 100%;
    padding-top: 20px;
}

.single-product .share li{
	display: inline-block;
}

.single-product .share li a{
	color: #084D8E;
    font-size: 20px;
    padding: 8px 12px;
    border: 1px solid #084D8E;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 500ms ease;
}

.single-product .share li a:hover{
	color: #c52d32;
	border: 1px solid #c52d32;
}
  
.single-product .share label{
	padding-right: 10px;
}

.single-product .nav .nav-item button{
	font-size: 1.6rem;
}

.single-product .nav .nav-item button.active {
	background-color: transparent;
	color: #c52d32 !important;
}
.single-product .nav .nav-item button.active::after {
	content: "";
	border-bottom: 4px solid #c52d32;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1px;
	border-radius: 5px 5px 0 0;
}

.single-product .product-selected-items{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: .75rem;
}

.single-product .product-selected-items li{
	font-size: 1.4rem;
	color: #084D8E;
	font-weight: 500;
}

.single-product .product-selected-items li b{
	color: var(--text);
}


.pizza-screen-single-product-top{
  display: flex;
  gap: 20px;
}

.pizza-screen-single-product-img{
  width: 25%;
}

.pizza-screen-single-product-img img{
  border-radius: 8px;
}

.pizza-screen-single-product-detail{
  width: 75%;
  padding-bottom: 22px;
}

.pizz-screen-single-product-container{
  padding: 24px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
}

.pizza-screen-single-product-price h3{
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-family: Inter, sans-serif;
  margin-bottom: 4px;
}

.pizza-screen-single-product-price h5{
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #7f807e;
  font-family: Inter, sans-serif;
}

.add-to-order{
  background: #145da4;
  color: #fff;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  height: 52px;
  font-family: Inter, sans-serif;
  transition: all 500ms ease;
}

.add-to-order:hover{
  background: #145da4;
  color: #fff;
}

.pizz-screen-single-product-container .increment-topping{
  justify-content: flex-start;
  margin-top: 22px;
}

.pizz-screen-single-product-container .add-to-order{
  margin-left: 22px;
}

.pizz-screen-single-product-container .increment-topping button{
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #d7d7d7;
  background: none;
}

.pizz-screen-single-product-container .increment-topping span{
  padding-left: 16px;
  padding-right: 16px;
}

.user-selected-data{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 12px;
  list-style-type: none;
  padding-left: 0;
}

.user-selected-data li{
  font-size: 14px;
  line-height: 20px;
  color: #145da4;
  font-weight: 500;
  font-family: Inter, sans-serif;
}

.user-selected-data li b{
  color: #4f4f4f;
}

.pizz-screen-single-product-container hr{
  margin: 16px 0;
  border-bottom-color: #d7d7d7;
}

.topping-container{
  display: flex;
  flex-wrap: wrap;
}

.topping-box{
  display: flex;
  padding: 8px;
  align-items: center;
  margin-right: 16px;
  margin-bottom: 16px;
  border: 1px solid #d7d7d7;
  border-radius: 9999px;
}

.pizza-screen-single-product-botttom h3{
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #064a8a;
  text-transform: uppercase;
  font-family: Figtree, serif;
  margin-bottom: 16px;
}

.topping-box img{
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 9999px;
}

.topping-box span{
  margin-right: 8px;
  font-family: Inter, sans-serif;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
}

.topping-green-circle{
  background-color: #145da4;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  margin-right: 8px;
}

.tooping-remove{
  border: none;
  background: none;
}

.topping-box .tooping-remove img{
  width: 24px;
  height: 24px;
}


.single-product .title-label{
  background: none !important;
  border: none !important;
  font-family: Inter, sans-serif;
  height: inherit;
  font-size: 16px;
}

.single-product .size li a {
  font-size: 14px;
  line-height: 20px;
  font-family: Inter, sans-serif;
  padding: 13px 24px;
}

.single-proudct-top-name{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    font-family: Inter, sans-serif;
    margin-bottom: 4px;
    color: #064a8a;
    text-transform: uppercase;
}
.single-proudct-top-desc{
    font-size: 16px;
    line-height: 24px;
    font-family: Inter, sans-serif;
    margin-bottom: 32px;

}

.single-product .custom-single-size .title-label{
    padding: 20px;
    background: #145da4 !important;
    border: 1px solid #145da4 !important;
    color: #fff;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}
.single-product .custom-single-size .choose.size{
    border: 1px solid #145da4 !important;
    padding: 20px 20px;
    border-radius: 0 0 8px 8px;
    justify-content: center;
}

#product-grid .customize{
    border: 2px solid #145da4 !important;
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 56px !important;
    background: #fff;
    border-radius: 9999px;
    font-family: Figtree, serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .07em;
    transition: all 500ms ease;
}

#product-grid .customize:hover{
  background: #145da4;
  border: 2px solid #145da4 !important;

}

#product-grid .add{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #fff;
    height: 56px !important;
    background: #145da4;
    border-radius: 9999px;
    width: 5rem;
    margin-right: 1rem;
    border: none;
    font-family: Figtree, serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    letter-spacing: .07em;
}
/* -------------// single product css end //------------- */



/* -------------// home featured product slider css start //------------- */
.featured-slider{
    display:inherit;
}

/* Style for the swiper container */
.featured-slider .swiper-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow:hidden;
  padding: 50px 0;
}

/* Arrows styling */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 40px;
  transform: translateY(-50%);
  z-index: 10;
  color: white;
  background: transparent;
  padding: 10px;
  border-radius: 50%;
}

.swiper-button-next {
  right: 0px;
  position: absolute;
    transform: translateY(-50%);
    background: none;
    border: none;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-image: url('https://demopages.ca/webmaster2/pizzakarachi//assets/img/icon/arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-button-prev {
  left: 0px;
    position: absolute;
    transform: translateY(-50%);
    background: none;
    border: none;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-image: url('https://demopages.ca/webmaster2/pizzakarachi//assets/img/icon/arrow-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Dots styling */
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 10;
}

.swiper-pagination-bullet {
  background: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size:30px;
    display:none;
}
/* -------------// home featured product slider css end //------------- */


.select-order-location{
    padding: 8px 15px;
}

.main-menu > ul > li {
    margin: 0 10px;
}

.select-order-location-container{
    padding: 4px 4px 4px 12px;
    background: #fff;
    display: flex;
    cursor: pointer;
    align-items: center;
    border-radius: 9999px;
}

.select-order-location-container .map-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

.select-order-location-container .map-icon img{
    width: 30px;
}

.select-order-location-placeholder{
    width: 11rem;
    flex: none;
    padding-left: .5rem;
    padding-right: .5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    margin-bottom: 0;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent;
    text-align: left;
    font-family: Inter, sans-serif;
}

.select-order-location-order-now{
    margin-bottom: 0;
    padding: 12px 16px;
    height: 100%;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: #145da4;
    text-align: center;
    font-family: Figtree, serif;
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1rem;
    letter-spacing: .05em;
    color: #fff;
}

.select-order-location-order-now:hover{
    background-color: #145da4;
}

.selectOrderModal{
    z-index: 25896;
}

.selectOrderModal .modal-title{
    margin: 0 auto;
    color: #000;
    text-transform: uppercase;
}

.selectOrderModal .btn-close{
    margin: 0;
}

.selectOrderModal .modal-body{
    padding: 32px;
}

.selectOrderModalLocation .modal-body{
    height: calc(90vh - 57px - 64px);
    scrollbar-gutter: stable;
    overflow-y: scroll;
}

.selectOrderModal .modal-body::-webkit-scrollbar {
    width: 8px;
  }

  .selectOrderModal .modal-body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
 }

 .selectOrderModal .modal-body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.asap-future-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.asap-future-container .asap img{
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.asap-future-container .asap span{
    font-weight: 700;
    color: #000;
    font-family: Figtree, serif;
}

.future button{
    background: #f1f1f1;
    border: none;
    padding: 8px 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-family: Figtree, serif;
    color: #064a8a;
}

.delivery-pickup-container{
    margin-top: 16px;
}

.delivery-pickup-container .nav-tabs{
    border: none;
}

.delivery-pickup-container .nav-tabs .nav-link{
    width: 50%;
    border: 1px solid #4f4f4f;
    padding: 14px 0;
    font-family: Figtree, serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: .07em;
    background: #fff;
}

.delivery-pickup-container .nav-tabs .nav-link:nth-child(1){
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.delivery-pickup-container .nav-tabs .nav-link:nth-child(2){
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.delivery-pickup-container .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #064a8a;
    border: 1px solid #064a8a;
}

.saveAddress{
    padding: 16px 0;
    width: 100%;
    margin-top: 24px;
    border: 1px solid #d7d7d7;
    background: #fff;
    font-family: Figtree, serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #064a8a;
    border-radius: 6px;
    letter-spacing: .07em;
}

.saveAddress a{
    color: #064a8a;
}

#order-method-address .saveAddressText{
    font-family: Figtree, serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 0;
    color: #19191d;
}

.saveAddressSignIn{
    color: #7f807e;
    margin-top: 16px;
    margin-bottom: 0;
}

.signIn-Up{
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.signIn-Up button{
    padding: 0 28px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #145da4;
    background: #fff;
    border-radius: 9999px;
    border: 2px solid #074b8c;
    font-family: Figtree, serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    letter-spacing: .07em;
    transition: all 500ms ease;
}

.signIn-Up button:hover{
    color: #fff;
    background: #074b8c;
}

.signIn-Up button:nth-child(1) {
    color: #fff;
    background: #145da4;
    border: 2px solid #145da4;
}

.signIn-Up button:nth-child(1):hover{
    color: #fff;
    background: #074b8c;
    border: 2px solid #074b8c;
}

.selectOrderModal .pickup-location .search-bar{
    position: relative;
    display: inline-flex;
    align-items: center;
    border: 1px solid #b4b4b4;
    border-radius: 25px;
    padding: 0 24px;
    width: 100%;
    background: #fff;
    margin: 16px 0;
}

.selectOrderModal .pickup-location .search-bar .icon {
    position: absolute;
    font-size: 16px;
    color: #888;
    line-height: 16px;
    left: 15px;
}

.selectOrderModal .pickup-location .search-bar input {
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
    padding: 16px 40px 16px 20px;
    background: #fff;
}

.pickup-location .orderHistory-tab{
    padding: 0 16px;
    margin: 16px 0;
    border-bottom: 1px solid #d7d7d7;
}

.pickup-location .orderHistory-btn span{
    font-family: Figtree, serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.pickup-location .orderHistory-btn.active span{
    border: none !important;
}

.pickup-location .orderHistory-btn.active{
    border-bottom: 4px solid #191818;
}

.selectOrderModal .store{
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    transition: transform 0.2s;
}

.selectOrderModal .store:hover{
    border: 1px solid #064a8a;
}

.selectOrderModal .store-distance{
    color: #000;
    font-size: .75rem;
    line-height: 1rem;
    opacity: .7;
    font-family: Inter, sans-serif;
    text-align: center;
    text-wrap: nowrap;
    margin-bottom: 0;
}

.selectOrderModal .store-top{
    display: flex;
    align-items: flex-start;
}

.selectOrderModal .store-name{
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}

.selectOrderModal .store-address{
    font-size: .75rem;
    line-height: 1rem;
    font-family: Inter, sans-serif;
    margin-bottom: 4px;
    opacity: .7;
    color: #000;
}

.selectOrderModal .store-top-right{
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 0%;
}

.selectOrderModal .store-top-left{
    margin-right: 10px;
    text-align: center;
}

.selectOrderModal .store-status{
    padding: 1px 8px;
    margin-bottom: 4px;
    background: #da282c;
    border-radius: 9999px;
    width: fit-content;
}

.selectOrderModal .store-status p{
    font-size: .75rem;
    line-height: 1rem;
    margin: 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.selectOrderModal .store-timing{
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    opacity: .7;
    font-family: Inter, sans-serif;
    margin-bottom: 8px;
    color: #000;
}

.selectOrderModal .select-store{
    padding: 1px 10px;
    background: #e5dfd1;
    border-radius: 9999px;
    width: fit-content;
}

.selectOrderModal .select-store p{
    margin: 0;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    color: #000;
    opacity: .7;
    font-family: Inter, sans-serif;
}

.selectOrderModal .select-store p span{
    text-transform: uppercase;
}

.selectOrderModal .wish{
    border: none;
    font-size: 1.5rem;
    line-height: 2rem;
    background: transparent;
    margin-left: 1rem;
}

#favourite-item-tab .wish svg{
    color: #da282c;
    fill: #da282c;
    stroke: #da282c;
}


.selectOrderModal .strore-bottom-left{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex: 1 1 0%;
}

.selectOrderModal .futerOrder{
    width: 200px;
    margin-top: -3px;
    margin-bottom: -4px;
    letter-spacing: .07em;
    display: flex;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #145da4;
    font-family: Figtree, serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: none;
    display: none;
    transition: all 500ms ease;
}

.selectOrderModal .futerOrder:hover{
    background-color: #074b8c;
}

.selectOrderModal .store.active .futerOrder{
    display: block;
}

.selectOrderModal .store.active{
    background: #f2f7ee;
}

.editTime .selectTime{
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}

.editTime .save{
    padding: 0 28px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    background: #145da4;
    border-radius: 9999px;
    border: 2px solid #145da4;
    font-family: Figtree, serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    letter-spacing: .07em;
    transition: all 500ms ease;
}

.editTime .save:hover{
    background: #074b8c;
}

.editTime select{
    align-items: center;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 54px;
    position: relative;
    transition: 100ms;
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
    border-radius: 0.5rem;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    min-width: auto;
    color: black;
    outline: 0px !important;
}

.editTime select:focus{
    border-color: rgb(204, 204, 204) !important;
    background-color: rgb(255, 255, 255) !important;
}

.editTime select.form-small{
    width: 150px;
}

.editTime .modal-btn-close{
    border: none;
    background: #fff;
}

.editTime .modal-btn-close img{
    width: 24px;
    height: 24px;
}

.selectOrderModal .modal-btn-close{
    border: none;
    background: #fff;
}

.selectOrderModal .modal-btn-close img{
    width: 24px;
    height: 24px;
}

.signIn .modal-btn-close{
    border: none;
    background: #fff;
}

.signIn .modal-btn-close img{
    width: 24px;
    height: 24px;
}


.signIn input{
    position: relative;
    display: block;
    width: 100%;
    border-radius: .5rem;
    border-width: 1px;
    border-color: #d7d7d7;
    padding: 1rem;
    font-size: 16px;
    line-height: 1.25rem;
    background: #fff;
}

.signIn input:focus{
    border-color: #d7d7d7 !important;
    background: #fff !important;
}

.signIn select{
    position: relative;
    display: block;
    width: 100%;
    border-radius: .5rem;
    border: 1px solid #d7d7d7;
    padding: 1rem;
    font-size: 16px;
    line-height: 1.25rem;
    background-color: #fff;
    background-size: 14%;
    color: #000;
}

.signIn select:focus{
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.signIn label{
    margin-bottom: .5rem;
    display: block;
    font-family: Figtree, serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #4f4f4f;
}

.signIn label span{
    color: #DA282C;
}

.stay-btn{
    background: #fff;
    border: none;
    width: 100%;
}

.stay-logged{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.stay-log-left{
    display: flex;
    align-items: center;
}

.stay-log-left p{
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.stay-log-left img{
    margin-left: .75rem;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.signInBtn{
    padding: 0 28px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    background: #145da4;
    border-radius: 9999px;
    border: 2px solid #145da4;
    font-family: Figtree, serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    letter-spacing: .07em;
    transition: all 500ms ease;
}

.signInBtn:hover{
    background: #074b8c;
}

.signIn .forget{
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #4f4f4f;
}

.signIn .dontAccount{
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 0;
    color: #000;
}

.signIn .dontAccount a{
    font-family: Figtree, serif;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-decoration: underline;
    color: #145da4;
    cursor: pointer;
}

.signIn .or{
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.signIn .orLine{
    flex-grow: 1;
    border-top: 1px solid #e7e7e7;
}

.signIn .orText{
    margin-left: 1rem;
    margin-right: 1rem;
    flex-shrink: 1;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #7f807e;
}

.signIn .social-log h3{
    margin-bottom: 1rem;
    text-align: center;
    font-family: Figtree, serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: #19191d;
}

.signIn .social-log-container{
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    font-size: 1.5rem;
    line-height: 2rem;
}

.signIn .social-log-container button{
    margin-left: .5rem;
    margin-right: .5rem;
    border-radius: 9999px;
    background-color: #f1f1f1;
    padding: 1rem;
    color: #064a8a;
    border: none;
    width: 52px;
    height: 52px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
}

.signIn .social-log-container button:hover{
    background-color: #145da4;
}

.signIn .social-log-container button:hover img{
    filter: brightness(0) invert(1);
}

.signIn .social-log-container button img{
    width: 20px;
    height: 20px;
}

.signIn .stay-log-right .switch{
    position: relative;
    display: inline-block;
    width: 44px;
    height: 28px;
    margin-bottom: 0px;
}

.signIn .stay-log-right .switch input{
    opacity: 0;
  width: 0;
  height: 0;
}

.signIn .stay-log-right .slider{
    position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.signIn .stay-log-right .slider::before{
    position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.signIn input:checked + .slider {
    background-color: #000;
  }

  .signIn input:focus + .slider {
    background-color: #2196F3;
  }

  .signIn input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
  }

  .signIn .slider.round {
    border-radius: 34px;
  }

  .signIn .slider.round:before {
    border-radius: 50%;
  }

  .signIn .round{
    width: 44px;
  }

  .modal-backdrop{
    background-color: rgba(0, 0, 0, 0.3);
  }



  .addressAdd .steps {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.addressAdd .step {
    color: #ccc;
    padding-bottom: 5px;
    border-bottom: 6px solid #d7d7d7;
    width: 100%;
    margin-right: .5rem;
    cursor: pointer;
    font-size: .875rem;
    font-family: Figtree, serif;
    text-transform: uppercase;
    flex: 1 1 0%;
    height: 2.5rem;
}

.addressAdd form{
  max-width: 100%;
}

.addressAdd .step.active {
    color: #4a6c40;
    border-bottom-color: #4a6c40;
}

.addressAdd .step-form {
    display: none;
}

.addressAdd .step-form[data-step="1"] {
    display: block;
}

.addressAdd .form-group {
    width: 100%;
    margin-bottom: 24px;
}

.addressAdd label {
    margin-bottom: .5rem;
    display: block;
    font-family: Figtree, serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #4f4f4f;
}

.addressAdd input[type="text"] {
    position: relative;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    outline: none;
    color: #000;
    text-transform: uppercase;
}

.addressAdd input:disabled{
    background: rgba(239, 239, 239, 0.3);
}

.addressAdd input::placeholder{
    text-transform:none;
}

.addressAdd .send-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #000;
}

.addressAdd .send-btn img{
    width: 24px;
    height: 24px;
}

.addressAdd .next-btn, .back-btn, .submit-btn {
    padding: 10px 30px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 25px;
    border: none;
    width: 100%;
}

.addressAdd .next-btn {
    background-color: #b4b4b4;
    color: white;
    width: 100%;
    height: 56px;
    font-family: Figtree, serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    letter-spacing: .07em;
}

.addressAdd .next-btn.active{
    background-color: #145da4;
    transition: all 500ms ease;
}

.addressAdd .next-btn.active:hover{
    background-color: #074b8c;
}

.addressAdd .back-btn {
    background-color: #fff;
    color: #064a8a;
    border: 2px solid #064a8a;
    width: 100%;
    height: 56px;
    margin-right: 1rem;
    font-family: Figtree, serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    letter-spacing: .07em;
}

.addressAdd .submit-btn {
    background-color: #4a6c40;
    color: #fff;
    width: 100%;
    height: 56px;
    font-family: Figtree, serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    letter-spacing: .07em;
    transition: all 500ms ease;
}

.addressAdd .submit-btn:hover{
    background-color: #074b8c;
}

.addressAdd .help-text{
  font-size: .875rem;
  line-height: 1.25rem;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.addressAdd .help-text a{
  letter-spacing: .07em;
  font-weight: 700;
  font-size: 13px;
  font-family: Figtree, serif;
  color: #145da4;
  text-transform: uppercase;
}

.location-btn-container{
    display: flex;
    flex-wrap: wrap;
}

.location-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: .5rem;
    border: 1px solid #e7e7e7;
    padding: .625rem 1rem;
    font-family: Figtree, serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    width: 122px;
    margin-bottom: .5rem;
    margin-right: .5rem;
    color: #7f807e;
    background-color: #fff;
    position:relative;
}

.location-btn input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: .5rem;
}

.location-btn.active{
    background-color: #064a8a;
    color: #fff;
}

.location-btn img{
    width: 19px;
    height: auto;
}

.location-btn.active img{
    filter: brightness(0) invert(1);
}

.back-next{
    display: flex;
}

.street-container{
    display: flex;
}

.street-container .form-group{
    margin-bottom: 0 !important;
}

.street-container .street-number{
    width: 120px;
    margin-right: 16px;
}

.street-container .street-address{
    flex: 1 1 0%;
}

.addressSaved{
    margin-top: 16px;
}

.savedAddressListItem{
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
    cursor: pointer;
    align-items: center;
    border-radius: .5rem;
    border: 1px solid #e7e7e7;
    padding: 20px 16px;
    transition: all 500ms ease;
}

.savedAddressListItem:hover{
    border: 1px solid #064a8a;
}

.savedAddressListItem-container{
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
}

.savedAddressListItem-top{
    padding: 1px 8px;
    background-color: #da282c;
    border-radius: 9999px;
    margin-bottom: 4px;
    width: fit-content;
}

.savedAddressListItem-top p{
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
}

.savedAddressListItem-bottom{
    display: flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: space-between;
    text-align: start;
}

.savedAddressListItemBtn{
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    border: none;
    background: #fff;
    padding: 0;
}

.savedAddressListItem-title{
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: start;
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.savedAddressListItem-text{
    font-family: Inter, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    opacity: .7;
    margin: 0;
    text-align: left;
}

.savedAddressListItem-bottom .future-address{
    padding: 1px 10px;
    background-color: #e5dfd1;
    border-radius: 9999px;
    margin-top: 4px;
}

.savedAddressListItem-bottom .future-address p{
    margin: 0;
    font-weight: 500;
    font-size: .75rem;
    line-height: 1rem;
    text-transform: uppercase;
}

.addressSaved ul{
    padding: 0;
}

.savedAddressListItem-edit img{
    width: 24px;
    height: 24px;
    margin-right: 1rem;
}

.savedAddressListItem-editBtn{
    position: relative;
    z-index: 10;
    margin-top: 4px;
    cursor: pointer;
    border-radius: .375rem;
    background-color: #f1f1f1;
    padding: 8px 16px;
    font-family: Figtree, serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #064a8a;
    border: none;
}

.savedAddressListItem-editBtn a{
    color: #064a8a;
}

.accountModal .modal-content{
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
}

.passwordRequirement{
    list-style-type: none;
    padding: 0;
}

.passwordRequirement li{
    font-size: .75rem;
    line-height: 1rem;
    color: #b7b8b7;
    margin-top: 4px;
}

.passwordRequirement li img{
    width: 24px;
    height: 24px;
    margin-right: .5rem;
     opacity: 0.4;
}

.condition-check .form-check{
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    color: #4f4f4f;
    padding: 0;
}

.condition-check .form-check input{
    height: 18px;
    width: 18px;
    margin: 0;
    margin-right: 7px;
    border: 1px solid #064a8a;
    background: #fff;
    border-radius: .125rem;
    opacity: 1;
    visibility: visible;
    padding: 0;
    appearance: none;
    cursor: pointer;
    position: relative;
}

.condition-check .form-check input:focus{
    box-shadow: none;
    outline: none;
}

.condition-check .form-check input:checked{
    background-color: #064a8a !important;
    border-color: #064a8a !important;
    background-image: none;
}

.form-check-input:checked::before {
    content: '✔';
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 3px;
}

.condition-check .form-check-label{
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.condition-check .form-check-label a{
    color: #145da4;
    text-decoration-line: underline;
}

.password-field{
    position: relative;
}

.show-password{
    color: #da282c;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1rem;
    cursor: pointer;
    position: absolute;
    top: 1.25rem;
    right: 1rem;
}

.modal-signin-title{
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-family: Figtree, serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.modal-signin-text{
    margin-top: 1rem;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #6b6b6b;
}

.signiplogout .signIn-Up{
    display: block;
}

.signiplogout .modal-footer{
    padding: 0;
}

.signiplogout .close-modal{
    width: 100%;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    background: none;
    border: none;
    padding: 24px 0;
}

.checkout-left{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 0%;
}

.checkout-left h1{
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Figtree, serif;
  color: #000;
  margin: 0;
}

.delivery-notes{
  display: flex;
}

.delivery-note-container{
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: space-between;
  text-align: start;
}

.delivery-note-left{
  display: flex;
}

.delivery-note-text{
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
  opacity: .7;
  margin: 0;
  margin-left: 4px;
  color: #b7b8b7;
}

.checkoutAddressSaved{
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: .5rem;
  border: 1px solid #e7e7e7;
  padding: 20px 16px;
  transition: all 500ms ease;
}

.checkoutsavedAddressListItem{
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
}

.checkoutAddressSaved ul{
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.confirmDeliveryAddress{
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-color: #da282c;
  padding: 12px;
  margin-top: 16px;
  border: 1px solid #e7e7e7;
  width: 100%;
}

.confirmDeliveryAddress.active{
  background-color: #dfefff;
}

.confirmDeliveryAddress.active .confirmDeliveryAddress-heading{
  color: #000;
}

.confirmDeliveryAddress-container{
  display: flex;
  flex: 1 1 0%;
  align-items: flex-start;
  justify-content: space-between;
  text-align: start;
}

.confirmDeliveryAddress-left{
  flex: 1 1 0%;
}

.confirmDeliveryAddress-heading{
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  font-family: Figtree, serif;
  margin: 0;
}

.confirmDeliveryAddress-text{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  margin: 0;
}

.confirmDeliveryAddress-right input{
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  opacity: 1;
  visibility: visible;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  appearance: none;
  display: block;
  outline: none;
  box-shadow: none;
  position: relative;
  cursor: pointer;
}

.confirmDeliveryAddress-right input:checked[type=checkbox]{
  background-image: none;
}

.confirmDeliveryAddress-right input:focus{
  box-shadow: none;
  outline: none;
}

.confirmDeliveryAddress-right input:checked{
  background-color: #064a8a !important;
  border-color: #064a8a !important;
  background-image: none;
}

.confirmDeliveryAddress-right input:checked::before {
  content: '✔';
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: -4px;
  left: 3px;
}

.confirmDeliveryAddress-right .form-check{
  padding: 0;
  margin: 0;
}

.stay-logged .form-check input{
  width: 20px;
  height: 20px;
  border: 2px solid #4f4f4f;
  opacity: 1;
  visibility: visible;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  appearance: none;
  display: block;
  outline: none;
  box-shadow: none;
  position: relative;
  cursor: pointer;
}

.stay-logged .form-check input:checked[type=checkbox]{
  background-image: none;
}

.stay-logged .form-check input:focus{
  box-shadow: none;
  outline: none;
}

.stay-logged .form-check input:checked{
  background-color: #064a8a !important;
  border-color: #064a8a !important;
  background-image: none;
}

.stay-logged .form-check input:checked::before {
  content: '✔';
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: -4px;
  left: 3px;
}

.stay-logged .form-check{
  padding: 0;
  margin: 0;
}

.payment-method .payment-method-label{
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Figtree, serif;
  margin: 0;
  margin-bottom: 12px;
  color: #000;
}

.payment-method .location-btn{
  padding: 0 24px;
  width: auto;
  height: 56px;
  border: 2px solid #064a8a;
  gap: .5rem;
}

.checkout-container{
  display: flex;
  gap: 72px;
}

.checkout-right{
  flex: 1 1 0%;
  padding: 20px;
  border: 1px solid #b4b4b4;
  border-radius: 8px;
}

.product-subtotal{
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #b4b4b4;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 22px;
}

.product-subtotal-container{
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.product-subtotal-container .product-subtotal-value{
  font-weight: 500;
}

.product-subtotal-container .product-subtotal-value.highlight{
  color: #da282c;
}

.productTotal{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

.productTotal .product-subtotal-value{
  font-weight: 700;
}

.driver-heading{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Figtree, serif;
  margin-bottom: 0;
  color: #000;
}

.driver-text{
  color: #6b6b6b;
  font-family: Inter, sans-serif;
  margin: 0;
}

.tip-amount{
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.tip-btn{
  padding: 8px 16px;
  border: 1px solid #e7e7e7;
  flex: 1 1 0%;
  background: #fff;
}

.tip-btn span{
  display: block;
}

.tip-percentage{
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 2px;
}

.tip-amount-value{
  font-size: 14px;
  line-height: 20px;
  color: #6b6b6b;
}

.tip-amount-manually{
  margin: 24px 0;
}

.tip-amount-manually input{
  background: #fff;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  padding: 0;
  padding-bottom: 12px;
  border-radius: 0;
  height: auto;
}

.please-note{
  margin-top: 40px;
}

.please-note-heading{
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Figtree, serif;
  margin-bottom: 12px;
}

.please-note-list{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.please-note-list li{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  color: #000;
}

.cart-item-heading{
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Figtree, serif;
  margin-bottom: 24px;
}

.cart-item-view-edit{
  padding: 16px;
  margin-bottom: 16px;
  color: #064a8a;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  background-color: #f7f6f1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-item-view-edit button{
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  font-family: Figtree, serif;
  padding: 4px 8px;
  background-color: #145da4;
  border-radius: 4px;
  border: none;
  font-weight: 700;
}

.cart-summary{
  display: flex;
  width: 100%;
}

.cart-img{
  width: 82px;
}

.cart-img img{
  object-fit: cover;
  border-radius: 4px;
}

.cart-data-container{
  display: flex;
  align-items: center;
}

.cart-quantity-count{
  background-color: #145da4;
  border-radius: .25rem;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}

.cart-data-right{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 0%;
}

.cart-data-right .product-name{
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  font-size: .875rem;
  line-height: 1.25rem;
  font-family: Inter, sans-serif;
}

.cart-data-right .product-amount{
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  margin: 0;
  font-family: Inter, sans-serif;
}

.cart-data-right .product-text{
  color: #7f807e;
  font-family: Inter, sans-serif;
  line-height: 24px;
}

.cart-data-container .mx-2{
  width: 20px;
}

.cart-close{
  display: flex;
  align-items: center;
}

.cart-close img{
    width: 24px;
    height: 24px;
}

.cart-close .h-fit{
  padding: 0;
  border: none;
  background: none;
}

.cart-close .h-fit svg{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #6b6b6b;
  cursor: pointer;
}

#checkout-nav-delivery .saveAddress:hover{
  background-color: #f1f1f1;
}

.cash{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
}

.cash .paymentimg{
  margin-right: 1.25rem;
}

.cash span{
  color: #000;
  font-family: Inter, sans-serif;
}

.paylaterOptionBtn{
    margin-top: 24px;
}

.cashModal .cash.active{
    border: 1px solid #145da4;
}

.cashModal .cash{
    padding: 24px;
    cursor: pointer;
    position: relative;
}

.cashModal .cash input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cashModal-container{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cashModal .cash .payment-check-icon{
    display: none;
}

.cashModal .cash .payment-check-icon img{
    width:24px;
    height:24px;
}

.cashModal .cash.active .payment-check-icon{
    display: block;
}

/*=================================
    acoount setting css start
==================================*/

.accountsetting_container{
    max-width: 42rem !important;
    margin: 0 auto;
    padding: 40px 0;
}
.setting_top{
    padding-bottom: 32px;
}
.setting_top h1{
    font-size: 40px;
    line-height: 48px;
    font-family: Figtree, serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.backBtn{
    padding: 0;
    background: none;
    border: none;
}
.backBtn svg{
    font-size: 1.5rem;
    line-height: 2rem;
}
.setting_link{
    padding: 16px;
    border: 1px solid #d7d7d7;
    display: block;
    width: 100%;
}
.setting_link p{
    margin: 0;
    font-size: 14px !important;
    line-height: 24px !important;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: Inter, sans-serif;
    color: #000;
}
.setting_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.setting_container img{
    width: 24px;
    height: 24px;
}
.setting_main .border_top_radius{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}
.setting_main .border_bottom_radius{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}
.setting_main .stay-logged{
    padding: 14px 16px;
}
.setting_main .stay-logged .switch{
    position: relative;
    display: inline-block;
    width: 44px;
    height: 28px;
    margin-bottom: 0px;
}
.setting_main .stay-logged input{
    position: relative;
    display: block;
    border-radius: .5rem;
    border-width: 1px;
    border-color: #d7d7d7;
    padding: 1rem;
    font-size: 16px;
    line-height: 1.25rem;
    background: #fff;
    opacity: 0;
    width: 0;
    height: 0;
}
.setting_main .stay-logged .slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    width: 44px;
    transition: .4s;
}
.setting_main .stay-logged .slider::before{
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
}

.setting_main .stay-logged input:checked + .slider{
    background-color: #000;
}

.setting_main .stay-logged input:focus + .slider{
    background-color: #2196F3;
}

.setting_main .stay-logged input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.market_communication{
    margin: 0;
}
.push_notification{
    margin-top: 0;
    margin-bottom: 20px;
}
.settingSignBtn a{
    padding: 0 28px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #074b8c;
    background: #fff;
    border-radius: 9999px;
    border: 2px solid #074b8c;
    font-family: Figtree, serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    letter-spacing: .07em;
    transition: all 500ms ease;
}
.settingSignBtn a:hover{
    background: #074b8c;
    color: #fff;
}
.setting-personal-form .fname_lname_container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}
.setting-personal-form .fname_lname_container .flname{
    flex: 1 1 0%;
}
.setting-personal-form input{
    position: relative;
    display: block;
    width: 100%;
    border-radius: .5rem;
    border: 1px solid #d7d7d7;
    padding: 1rem;
    font-size: 16px;
    line-height: 1.25rem;
    background-color: #fff;
}
.setting-personal-form input:focus{
    border: 1px solid #d7d7d7;
    background-color: #fff;
}
.form-group-field{
    position: relative;
}
.form-group-field img{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #000;
    cursor: pointer;
}

.setting-personal-form .form-group-field.birth-field svg{
    right: 2.5rem;
}
.setting-personal-form .show-password{
    cursor: pointer;
    border-radius: .375rem;
    background-color: #f1f1f1;
    padding: .5rem 1rem;
    font-family: Figtree, serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #064a8a;
    top: 50%;
    right: -10px;
    transform: translate(-50%, -50%);
}
.setting-personal-form select{
    position: relative;
    display: block;
    width: 100%;
    border-radius: .5rem;
    border: 1px solid #d7d7d7;
    padding: 1rem;
    font-size: 16px;
    line-height: 1.25rem;
    background-color: #fff;
}
.setting-personal-form select:focus{
    border: 1px solid #d7d7d7;
    background-color: #fff;
}
.setting-personal-form .form-group{
    margin-bottom: 32px;
}
.deleteAccount{
    background: none;
    border: none;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Figtree, serif;
    text-align: center;
    color: #7f807e;
    margin-top: 24px;
    width: 100%;
    padding: 0;
}
.setting_main .saveAddress{
    color: #585858;
    margin-bottom: 32px;
}
.setting_main .saveAddress:hover{
    background-color: #f1f1f1;
}
.giftcard{
    max-width: 492px !important;
}
.giftcard .setting_top{
    padding: 36px 0 56px 0;
    text-align: center;
}
.giftcard_container h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: Figtree, serif;
    margin-bottom: 32px;
}
.giftBtn{
    width: 100%;
    border: 2px solid #4f4f4f;
    border-radius: 9999px;
    height: 40px;
    padding: 0 24px;
    background: transparent;
    font-family: Figtree, serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    letter-spacing: .07em;
    color: #064a8a;
    transition: all 500ms ease;
}
.giftBtn:hover{
    background-color: #f1f1f1;
}
.giftHr{
    color: #f1f1f1;
    opacity: 1;
    margin: 56px 0;
}
.sendgift img{
    margin-bottom: 24px;
    border-radius: 8px;
    width: 100%;
}
.sendgift .giftBtn{
    width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.check_balance{
    padding: 12px 16px;
    margin-top: 32px;
    background-color: #f1ece2;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.balance_container{
    display: flex;
    gap: .875rem;
}
.balance_container span{
    font-size: 14px;
    line-height: 20px;
    max-width: 178px;
    flex: 1 1 0%;
    color: #000;
}
.backBtn{
    display: none;
}
.accountStayLogged .modal-signin-text{
    margin: 0;
}
.accountStayLogged .modal-footer{
    padding: 0;
}
.accountStayLogged .btn{
    width: 100%;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    background: none;
    border: none;
    padding: 32px 0;
    margin: 0;
    font-family: Figtree, serif;
}
.accountStayLogged .btn:focus{
    outline: none;
    box-shadow: none;
}
.accountStayLogged .modal-signin-title{
    font-size: 24px;
    line-height: 32px;
}
.accountStayLogged .modal-content{
    border-radius: 8px;
}

.accountStayLogged .modal-body{
    min-height: 184px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.addNewCard input{
    position: relative;
    display: block;
    width: 100%;
    border-radius: .5rem;
    border: 1px solid #d7d7d7;
    padding: 1rem;
    font-size: 16px;
    line-height: 1.25rem;
    background-color: #fff;
}
.addNewCard input:focus{
    border: 1px solid #d7d7d7;
    background-color: #fff;
}
.addNewCard select{
    position: relative;
    display: block;
    width: 100%;
    border-radius: .5rem;
    border: 1px solid #d7d7d7;
    padding: 1rem;
    font-size: 16px;
    line-height: 1.25rem;
    background-color: #fff;
}
.addNewCard select:focus{
    border: 1px solid #d7d7d7;
    background-color: #fff;
}
.selectCardMonthYear{
    display: flex;
    gap: 1rem;
}
.buyNewECard input{
    position: relative;
    display: block;
    width: 100%;
    border-radius: .5rem;
    border: 1px solid #d7d7d7;
    padding: 1rem;
    font-size: 16px;
    line-height: 1.25rem;
    background-color: #fff;
}
.buyNewECard input:focus{
    border: 1px solid #d7d7d7;
    background-color: #fff;
}
.buyNewECard .next{
    padding: 0 28px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    background: #145da4;
    border-radius: 9999px;
    border: 2px solid #145da4;
    font-family: Figtree, serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    letter-spacing: .07em;
    transition: all 500ms ease;
}
.tip-amount-manually input {
    background: #fff;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    padding: 0;
    border-radius: 0;
    height: 55px;
    color: #000;
    font-family: Inter, sans-serif;
}
.tip-amount-manually input:focus{
    border: none;
    border-bottom: 1px solid #d7d7d7;
}
.buyNewECard .swiper-container{
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}
.buyNewECard .swiper-slide-active .giftCardSlider-container .card-check{
    position: absolute;
    left: .5rem;
    top: 4px;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    border: 2px solid #fff;
    background-color: #145da4;
}
.buyNewECard .swiper-slide .giftCardSlider-container .card-check img{
    opacity:0;
}
.buyNewECard .swiper-slide-active .giftCardSlider-container .card-check img{
    width:19px;
    height:auto;
    opacity:1;
    filter: brightness(0) invert(1);
}
.giftCardSlider-container img{
    border-radius: 8px;
}
.deleteTitle{
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
    color: #000;
}
.deleteText{
    font-size: 1rem;
    line-height: 1.5rem;
    color: #6b6b6b;
    margin: 0;
    font-family: Inter, sans-serif;
}
.deleteUserAccount .modal-footer{
    padding: 0;
}
.delete-footerBtn{
    display: flex;
    width: 100%;
    margin: 0;
}
.deleteUserAccount .modal-footer button{
    font-size: 16px !important;
    line-height: 20px !important;
    width: 50%;
    padding: 32px 0;
    font-family: Figtree, serif;
    font-weight: 500;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    border: none;
}
.signOutAccount{
    z-index: 99999999;
}
.modal button:focus{
    outline: none;
    box-shadow: none;
}
.deleteAccountYes{
    border-left: 1px solid #d7d7d7 !important;
}
.accountsetting .birth{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.accountsetting .birth label span{
    color: #DA282C;
}
.accountsetting .birth button{
    padding: 0;
    border: none;
    background: none;
    line-height: 20px;
}
.accountsetting .birth button img{
    cursor: pointer;
    width: 24px;
    height: 24px;
}
.setting-personal-form label{
    margin-bottom: .5rem;
    display: block;
    font-family: Figtree, serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #4f4f4f;
}
.buyNewECard  label{
    margin-bottom: .5rem;
    display: block;
    font-family: Figtree, serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #4f4f4f;
    display: flex;
}
.buyNewECard .tip-amount .tip-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.buyNewECard .tip-amount .tip-amount-value{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tip-amount-manually svg{
    display: none;
}

.tip-amount-manually.active svg{
    display: block;
}
.giftCard .swiper-pagination-bullet{
    height: 8px;
    width: 8px;
    border-radius: 9999px;
    border: 2px solid #7f807e;
    background-color: #fff;
}
.giftCard .swiper-pagination-bullet-active{
    width: 56px;
    border-color: #145da4;
    background-color: #145da4;
}
.addNewCard .condition-check label{
    font-family: Figtree, serif;
    letter-spacing: .025em;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

@media only screen and (max-width:1024px){
    .backBtn{
        display: block;
    }
    .setting_top{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .setting_top h1{
        font-size: 16px;
        line-height: 24px;
    }
    .push_notification{
        display: none;
    }
    .market_communication{
        margin-bottom: 20px;
    }
}

/*=================================
    acoount setting css End
==================================*/



/*=================================
    order Information css start
==================================*/
.orderInfo{
    padding: 40px 60px;
}
.orderBackground{
    width: 100%;
    height: 632px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    background-color: #f7f6f1;
    border-bottom-right-radius: 300px;
    border-bottom-left-radius: 300px;
}
.orderInfo-container{
    width: 870px;
    margin: 0 auto;
    background-color: #fff;
}
.orderinfo-header{
    border: 1px solid #e7e7e7;
    padding: 32px;
    margin-bottom: 24px;
}
.order-date-nickname{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-date-nickname p{
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Figtree, serif;
    color: #000;
    margin-bottom: 4px;
}
.order-date-nickname .savedAddressListItem-editBtn:hover{
    background-color: #e7e7e7;
}
.orderInfo-container h3{
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Figtree, serif;
    margin-bottom: 8px;
    color: #000;
}
.order_number{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}
.order_number span{
    color: #145da4;
    display: block;
}
.deliver-address{
    font-size: 14px;
    line-height: 20px;
    padding: 16px;
    margin-bottom: 16px;
    background-color: #dfefff;
    border-radius: 8px;
}
.deliver-address p{
    color: #000;
    margin: 0;
    font-family: Inter, sans-serif;
}
.deliver-title{
    font-weight: 700;
    margin-bottom: 8px;
    font-family: Figtree, serif;
}
.orderHr{
    color: #d7d7d7;
    opacity: 1;
    margin: 20px 0;
}
.orderInfo-container .cart-data-right .product-text{
    margin-bottom: 0;
}
.orderInfo-container .product-subtotal{
    border-bottom: 1px solid #d7d7d7;
}
.orderInfo-container .productTotal{
    margin-bottom: 0;
}
.orderInfo-footer h3{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Figtree, serif;
    margin-bottom: 12px;
}
.orderInfo-footer button{
    background-color: #145da4;
    width: 13rem;
    border-radius: 9999px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #fff;
    margin: 0 auto;
    border: none;
    font-family: Figtree, serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    letter-spacing: .07em;
}
.orderInfo-footer button:hover{
    background-color: #074b8c;
}
.lastUpdate{
    color: #6b6b6b;
    font-weight: 500;
    font-size: .75rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.lastUpdate button{
    padding: 0;
    border: none;
    background: none;
}
.lastUpdate button img{
    width: 24px;
    line-height: 1;
}
.estimated-Delivery{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
    font-family: Inter, sans-serif;
}
.orderInfo .cash{
    padding: 32px;
    margin-bottom: 16px;
}
/*=================================
    order Information css end
==================================*/




/*=================================
    user action menu css start
==================================*/
/* Style for the user action menu */
.userActionMenu {
    position: relative;
    display: inline-block;
}

/* Hide the dropdown menu by default */
.userAction-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    display: none;
    width: 13rem;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    font-family: Figtree, serif;
    font-weight: 600;
    text-transform: none;
    color: #000;
    list-style-type: none;
}

.userAction-dropdown-menu li a {
    display: block;
    padding: .75rem 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #000;
}

/* Hover effect for the dropdown items */
.userAction-dropdown-menu li a:hover {
    background-color: #f1f1f1;
}

/* Show the dropdown when the parent div is hovered */
.userActionMenu:hover .userAction-dropdown-menu {
    display: block;
}

/* Style the drop-down icon */
.userActionDropIcon {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.userActionDropIcon img{
    filter: brightness(0) invert(1);
}

/* Optional: Add some padding around the user name */
.userActionMenu {
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
}
/*=================================
    user action menu css end
==================================*/


/*=================================
    order css start
==================================*/

.order{
    padding: 40px 0;
}
.orderHistory-tab{
    display: flex;
    margin-bottom: 56px;
}
.orderHistory-tab .nav-tabs{
    border: none !important;
    flex-wrap: nowrap;
}
.orderHistory-btn{
    background: none;
    border: none;
    display: flex;
}
.orderHistory-btn img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    opacity: 0.3;
}
.orderHistory-btn.active img{
    opacity: 1;
}

.orderHistory-btn span{
    font-size: 28px;
    line-height: 24px;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #b7b8b7;
    font-weight: 500;
    padding-bottom: 12px;
}

.orderHistoryCard-box .orderBox-top-right button.active img{
    filter: invert(19%) sepia(92%) saturate(4200%) hue-rotate(350deg) brightness(92%) contrast(108%);
}

.orderHistory-btn.active span{
    color: #191818;
    border-bottom: 4px solid #191818;
}

.orderHistory-line{
    margin: 0 20px;
    border-right: 1px solid #000;
    height: 1.5rem;
}
.orderHistoryCard-box{
    margin-bottom: 2.25rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.25rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.orderBox{
    padding: 16px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
}
.orderBox-top{
    display: flex;
    justify-content: space-between;
}
.orderBox-top-left .date{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-family: Figtree, serif;
    color: #000;
    margin: 0;
}
.orderBox-top-left .price{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.orderBox-top-right button{
    background: none;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.orderBox-top-right button p{
    color: #000;
    margin: 0;
}
.orderBox .product-name{
    color: #6b6b6b;
    font-size: 14px;
    line-height: 20px;
    max-width: 70%;
    margin-bottom: 32px;
}
.orderBox-bottom{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.orderBox-bottom .view-order{
    padding: 0 8px;
    border: 2px solid #4f4f4f;
    border-radius: 9999px;
    flex: 1 1 0%;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #064a8a;
    font-family: Figtree, serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    letter-spacing: .07em;
    transition: all 500ms ease;
}
.orderBox-bottom .view-order:hover{
    background-color: #f1f1f1;
}
.orderBox-bottom .order-again{
    padding: 0 8px;
    border-radius: 9999px;
    flex: 1 1 0%;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Figtree, serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    letter-spacing: .07em;
    background-color: #145da4;
    transition: all 500ms ease;
}
.orderBox-bottom .order-again:hover{
    background-color: #074b8c;
}

/*=================================
    order css end
==================================*/



/*=================================
    addToCart css start
==================================*/

.addToCart{
    position: fixed;
    right: -550px;
    top: 0;
    z-index: 54;
    background-color: #fff;
    width: 513px;
    height: calc(100%);
    transition: all .5s cubic-bezier(.4,0,.2,1);
}
.addToCart.active{
    right: 0;
}
 .addToCart-container{
    padding: 24px 32px 20px 32px;
    border-bottom: 1px solid #d7d7d7;
 }
 .addToCart-summary{
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 .summary-title{
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin: 0;
 }
 .addToCart-summary svg{
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000;
    cursor: pointer;
 }
 .addToCart-item-container{
    padding: 24px 32px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    scrollbar-width: none;
 }
 .addToCart .savedAddressListItem-editBtn{
    height: 2.25rem;
    padding: 0 24px;
    transition: all 500ms ease;
 }
 .addToCart .savedAddressListItem-editBtn:hover{
    background-color: #e7e7e7;
 }
 .addToCart-item{
    margin-bottom: 16px;
 }
 .addToCart .add-item{
    padding: 16px 24px;
    color: #064a8a;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1rem;
    font-family: Inter, sans-serif;
    margin-bottom: 40px;
    transition: all 500ms ease;
 }
 .addToCart .add-item:hover{
    background-color: #f1f1f1;
    border: 1px solid #064a8a;
 }
 .promo-title{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-family: Figtree, serif;
    margin-bottom: 8px;
 }
 .promo-code-field{
    display: flex;
 }
 .promo-code-field button{
    background-color: #b4b4b4 !important;
    height: 50px;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
 }
 .promo-code-field button a{
    color: #fff;
 }
 .promo-code-field input{
    padding: 12px 16px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    height: 50px;
 }
 .promo-code-field .form-group-field{
    display: flex;
    flex: 1 1 0%;
 }
 .promo-code-field .form-group-field img{
    right: 16px;
    top: 13px;
 }
 .addToCart-subtotal-container{
    padding: 16px 32px 24px 32px;
    border-top: 1px solid #d7d7d7;
    height: 140px;
 }
 .subtotal-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
 }
 .subtotal-item p{
    color: #000;
    margin: 0;
 }
 .addToCart-checkout{
    background-color: #145da4;
    border-radius: 9999px;
    display: flex;
    height: 56px;
    align-items: center;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #fff;
    font-family: Figtree, serif;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1rem;
    letter-spacing: .07em;
    transition: all 500ms ease;
 }
 .addToCart-checkout:hover{
    background-color: #074b8c;
    color: #fff;
 }
 .cart-dark-bg.active{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6) !important;
    position: fixed;
    z-index: 53;
    left: 0;
    top: 0;
    transition: all .15s cubic-bezier(.4,0,.2,1);
 }
 .cart-count{
    padding-left: 15px;
 }
 .cart-count button{
    padding: 10px 16px 4px 16px;
    border: none;
    background-color: #fff;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
 }
 .cart-count button svg{
    color: #064a8a;
 }
 .cart-count button .cart-quantity{
    position: absolute;
    height: 1rem;
    width: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    top: 4px;
    left: 20px;
 }
 .cart-count button .cart-value{
    margin-left: .5rem;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: Inter, sans-serif;
 }
.cart-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    background: #fff;
}
.cart-open{
    overflow: hidden;
    margin: 0;
}
/*=================================
    addToCart css end
==================================*/


.ls-wp-container{
    margin: 0 !important;
}

.modal-backdrop{
    display: none !important;
}

.scroll-to-top{
    display: none !important;
}

.main-header-center .as-menu-toggle{
    display: none;
}

.menu-area-mobile .map{display: flex;align-items: center;}
.menu-area-mobile .select-order-location-container{justify-content: space-between;}


.about-pizzaDepot-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.about-pizzaDepot-box{
  text-align: center;
  padding: 48px;
  width: 25%;
}

.about-pizzaDepot-box h2{
  font-size: 18px;
  color: #fff;
  margin: 16px 0;
  line-height: 1.5;
}

.about-pizzaDepot-box h2 a{
  color: #fff;
}

.about-pizzaDepot-box p{
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  font-family: Inter, sans-serif;
  margin: 0;
}

.exclusive-offer{
    padding: 60px 0;
}

.exclusive-offer-container{
    padding: 30px 48px 60px 48px;
}

.about-section-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.about-img-box{
    flex: 1 1 0%;
}

.about-pizzadepot-text{
    flex: 1 1 0%;
}

.about-pizzadepot-text .sec-title{
    margin-bottom: 15px;
}

.modal.show .modal-body{
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
}


@media only screen and (max-width:767px){
    .pizza-single-size .choose.size li{margin-bottom:10px;}
    .single-product .custom-single-size .choose.size{justify-content: flex-start;}
    .pizza-screen-single-product-img {width: 100%;}
    .pizza-screen-single-product-detail {width: 100%;}
    .pizza-screen-single-product-top {flex-wrap:wrap;}
    .featured-product{grid-template-columns: repeat(1, minmax(0, 1fr));}
    #product-list .featured-product {grid-template-columns: repeat(1, minmax(0, 1fr));}
    .menu-area-desktop .select-order-location{display: none;}
    .menu-area-desktop .cart-count{padding-right: 5px;padding-left: 5px;}
    .savedAddressListItem-edit{text-align: right;display: flex;align-items: center;}
    .savedAddressListItem{padding: 20px 10px;}
    .about-pizzaDepot-box{width: 100%;padding: 30px 15px;}
    .menu-tablistgrid-container{margin-bottom: 25px;}
    .exclusive-offer-container{padding: 30px 0px;}
    .signIn-Up button{padding: 0;}
    .selectOrderModal .strore-bottom-left{flex-direction: column;gap: 20px;}
    .selectOrderModal .store-top-right{align-items: flex-start;}
    .feature-card-container{flex-direction: column;}
    .feature-card-container .feature-card:nth-child(1) {border-right: none;}
    .feature-card-container .feature-card:nth-child(3) {border-left: none;}
    .buyNewECard .tip-amount .tip-amount-value{width: 100%;}
}

@media only screen and (max-width:991px){
    .about-section-container{flex-direction: column;}
}

@media only screen and (min-width:768px) and (max-width:1024px){
    .menu-area-desktop .cart-count{padding-right: 15px;padding-left: 15px;}
    .about-pizzaDepot-box{width: 50%;padding: 30px 15px;}
}

@media only screen and (min-width:768px) and (max-width:1023px){
    .featured-product{grid-template-columns: repeat(2, minmax(0, 1fr));gap: 15px;}
    #product-list .featured-product {grid-template-columns: repeat(2, minmax(0, 1fr));gap: 15px;}
}

@media only screen and (min-width:1024px) and (max-width:1399px){
    .featured-product{grid-template-columns: repeat(3, minmax(0, 1fr));gap: 15px;}
    #product-list .featured-product {grid-template-columns: repeat(3, minmax(0, 1fr));gap: 15px;}
}



@media only screen and (min-width:991px) and (max-width:1430px){
    .pizza-single-size .choose.size li{margin-bottom:10px;}
    .single-product .custom-single-size .choose.size{justify-content: flex-start;}
}


@media only screen and (max-width:1024px){
    .menu-area-desktop .userActions{display: none;}
    .menu-area-desktop .cart-count{order: 1;}
    .menu-area-mobile{display: block;}
    .mobile-div .cart-count{order: 1;}
    .mobile-div .as-menu-toggle{order: 2;}
    .menu-area-mobile .select-order-location{padding: 8px 0;}
    .menu-area-mobile .menu-mobile-select-order{display: flex;justify-content: center;align-items: center;}
    .header-top-container{justify-content: center;}
    .select-order-location-order-now{padding: 12px 10px;}
    .main-header-right{display: none;}
    .main-header-center .as-menu-toggle{order: 2;}
    .select-order-location-placeholder{width: 8rem;}
    .main-header-center .main-menu{display: none;}
    .main-header-center .select-order-location{display: none;}
    .main-header-center .as-menu-toggle{display: block;}
    .menu-area-mobile .menu-mobile-select-order-right{display: none;}
    .menu-area-mobile .menu-mobile-select-order-left{width: 100%;}
    .selectOrderModal .modal-body {padding: 15px;}
}


@media only screen and (min-width:1025px) and (max-width:1500px){
    .main-header-center .userActions{display: none;}
    .main-header-center .select-order-location{display: none;}
    .main-header-center .cart-count{display: none;}
    .menu-area-mobile{display: block;}
    .menu-area-mobile .menu-mobile-select-order{display: flex;justify-content: space-between;align-items: center;}
    .menu-area-mobile .menu-mobile-select-order-right{display: flex;align-items: center;}
    .menu-area-mobile .select-order-location{padding: 8px 0px;}
    .about-pizzaDepot-box{padding: 48px 15px;}
}

@media only screen and (max-width:1199px){
    .footer-layout1 .col-md-6{margin-bottom: 30px;}
    .selectCombo .col-md-6{margin-bottom: 20px;}
}


@media only screen and (max-width: 768px) {
    .modal-dialog {max-width: 710px;}
}