/*-----------------------------------------------------------------------------------

    Template Name: 
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    01. Theme default CSS	
	

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Fonts --*/
@font-face {
  font-family: 'FlameBold';
  src: url("../fonts/FlameBold.eot");
  src: url("../fonts/FlameBold.eot") format("embedded-opentype"), url("../fonts/FlameBold.woff2") format("woff2"), url("../fonts/FlameBold.woff") format("woff"), url("../fonts/FlameBold.ttf") format("truetype"), url("../fonts/FlameBold.svg#FlameBold") format("svg");
}

@font-face {
  font-family: 'FlameBoldVariable';
  src: url("../fonts/FlameBoldVariable.eot");
  src: url("../fonts/FlameBoldVariable.eot") format("embedded-opentype"), url("../fonts/FlameBoldVariable.woff2") format("woff2"), url("../fonts/FlameBoldVariable.woff") format("woff"), url("../fonts/FlameBoldVariable.ttf") format("truetype"), url("../fonts/FlameBoldVariable.svg#FlameBoldVariable") format("svg");
}

@font-face {
  font-family: 'FlameRegular';
  src: url("../fonts/FlameRegular.eot");
  src: url("../fonts/FlameRegular.eot") format("embedded-opentype"), url("../fonts/FlameRegular.woff2") format("woff2"), url("../fonts/FlameRegular.woff") format("woff"), url("../fonts/FlameRegular.ttf") format("truetype"), url("../fonts/FlameRegular.svg#FlameRegular") format("svg");
}

@font-face {
  font-family: 'FlameSansRegular';
  src: url("../fonts/FlameSansRegular.eot");
  src: url("../fonts/FlameSansRegular.eot") format("embedded-opentype"), url("../fonts/FlameSansRegular.woff2") format("woff2"), url("../fonts/FlameSansRegular.woff") format("woff"), url("../fonts/FlameSansRegular.ttf") format("truetype"), url("../fonts/FlameSansRegular.svg#FlameSansRegular") format("svg");
}

/*-- Common Style --*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "FlameRegular";
  color: #502314;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F5EBDC;
  color: "";
}

body[dir="rtl"] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "FlameBold";
  color: #502314;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

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

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  font-family: "FlameSansRegular";
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: 0;
}

a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #D62300;
}

ul, ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

button, input[type="submit"] {
  cursor: pointer;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  float: left;
  width: 100%;
}

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

.main-wrapper {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .main-wrapper {
    padding-top: 60px;
  }
}

.bk_custom-container {
  max-width: 1615px;
}

.bk_custom-container-02 {
  max-width: 1320px;
}

.bg-primary {
  background-color: #F5EBDC !important;
}

.bg-secondary {
  background-color: #269843 !important;
}

.bg-success {
  background-color: #4CAF50 !important;
}

.bg-danger {
  background-color: #D62300 !important;
}

.bg-warning {
  background-color: #FFC107 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-color-01 {
  background-color: #FF8732 !important;
}

.bg-color-02 {
  background-color: #1B8737 !important;
}

/*--Tab Content & Pane Fix--*/
.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*--Section Spacing--*/
.bk__section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bk__section-padding-02 {
  padding-top: 60px;
}

/*--Section Title--*/
.bk__section-title {
  text-align: center;
}

.bk__section_main-title {
  font-family: "FlameRegular";
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #502314;
  margin-top: -14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__section_main-title {
    font-size: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__section_main-title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .bk__section_main-title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__section_main-title {
    font-size: 30px;
  }
}

/*--Remove & Quantity--*/
.bk__remove {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  border: 0;
  background: none;
}

.bk__quantity {
  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;
}

.bk__quantity button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0;
  background: none;
  border: 2px solid #BBA391;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 0;
}

.bk__quantity button svg {
  fill: #BBA391;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bk__quantity button:hover {
  border-color: #D62300;
}

.bk__quantity button:hover svg {
  fill: #D62300;
}

.bk__quantity input {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 16px;
  color: #502314;
  text-align: center;
  width: 50px;
  height: 24px;
  border: 0;
}

/*-- Preloader --*/
.bk__preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5EBDC;
  z-index: 999;
  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;
}

.bk__loader {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bk__loader__circle {
  width: 6px;
  height: 6px;
  background: #D62300;
  border-radius: 50%;
  -webkit-animation: jump 1s linear infinite;
          animation: jump 1s linear infinite;
  margin: 0 7px;
}

.bk__loader__circle:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.bk__loader__circle:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
.form-select,
.form-control {
  font-size: 18px;
  font-family: "FlameSansRegular";
  font-weight: 400;
  color: #502314;
  background-color: #fff;
  border-color: #D62300;
  border-radius: 10px;
  padding: 0 30px;
}

.form-select:focus,
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #D62300;
}

.form-floating {
  margin-top: 24px;
}

.form-floating > .form-control {
  padding: 0 22px;
}

@media only screen and (max-width: 767px) {
  .form-floating > .form-control {
    height: calc(3rem + 2px);
  }
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 12px;
}

.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 12px;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 12px;
}

.form-floating > label {
  font-size: 22px;
  font-weight: 400;
  font-family: "FlameSansRegular";
  padding: 0px 8px;
  border-radius: 8px;
  line-height: 1.1;
  height: auto;
  background-color: #ffffff;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
}

@media only screen and (max-width: 767px) {
  .form-floating > label {
    font-size: 18px;
    left: 15px;
  }
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(0.7) translateY(-51px) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 1;
  -ms-transform: scale(0.7) translateY(-51px) translateX(0.15rem);
      transform: scale(0.7) translateY(-51px) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  -webkit-transform: scale(0.7) translateY(-51px) translateX(0.15rem);
      -ms-transform: scale(0.7) translateY(-51px) translateX(0.15rem);
          transform: scale(0.7) translateY(-51px) translateX(0.15rem);
}

@media only screen and (max-width: 767px) {
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    transform: scale(0.7) translateY(-44px) translateX(0.15rem);
  }
  .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    -ms-transform: scale(0.7) translateY(-44px) translateX(0.15rem);
        transform: scale(0.7) translateY(-44px) translateX(0.15rem);
  }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    -webkit-transform: scale(0.7) translateY(-44px) translateX(0.15rem);
        -ms-transform: scale(0.7) translateY(-44px) translateX(0.15rem);
            transform: scale(0.7) translateY(-44px) translateX(0.15rem);
  }
}

.form-check {
  margin-top: 8px;
}

.form-check-input {
  width: 20px;
  height: 20px;
}

.form-check-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #502314;
}

.form-check-input:checked {
  background-color: #D62300;
  border-color: #D62300;
}

.form-check-label {
  padding-left: 8px;
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 14px;
  color: #502314;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px;
}

.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-color: transparent;
  color: #502314;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "FlameRegular";
  line-height: 28px;
  padding: 0px 35px;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  letter-spacing: 1px;
}

.btn:focus, .btn:focus:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.btn-group .btn {
  border-radius: 0;
}

.btn-group .btn:first-child {
  border-radius: 4px 0 0 4px;
}

.btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*="btn-icon-"] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}

.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}

.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-box {
  width: 50px;
  padding: 10px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50px;
      -ms-flex: 1 0 50px;
          flex: 1 0 50px;
}

.btn-box i {
  display: block;
  line-height: 24px;
}

.btn-primary {
  background-color: #F5EBDC;
  border-color: #F5EBDC;
  color: #D62300;
}

.btn-primary:hover {
  background-color: #F5EBDC;
  border-color: #F5EBDC;
}

.btn-primary:focus, .btn-primary:focus:active {
  color: #D62300;
}

.btn-secondary {
  background-color: #269843;
  border-color: #269843;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #269843;
  border-color: #269843;
}

.btn-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #ffffff;
}

.btn-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.btn-danger {
  background-color: #D62300;
  border-color: #D62300;
  color: #ffffff;
}

.btn-danger:hover {
  background-color: #D62300;
  border-color: #D62300;
}

.btn-warning {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #502314;
}

.btn-warning:hover {
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #502314;
}

.btn-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

.btn-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #502314;
  -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
          box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

.btn-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

[class*="btn-outline-"] {
  border: 2px solid transparent;
}

.btn-outline-primary {
  border-color: #F5EBDC;
  color: #F5EBDC;
}

.btn-outline-primary:hover {
  background-color: #F5EBDC;
  border-color: #F5EBDC;
  color: #D62300;
}

.btn-outline-secondary {
  border-color: #269843;
  color: #269843;
}

.btn-outline-secondary:hover {
  background-color: #269843;
  border-color: #269843;
  color: #ffffff;
}

.btn-outline-success {
  border-color: #4CAF50;
  color: #4CAF50;
}

.btn-outline-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #ffffff;
}

.btn-outline-danger {
  border-color: #D62300;
  color: #D62300;
}

.btn-outline-danger:hover {
  background-color: #D62300;
  border-color: #D62300;
  color: #ffffff;
}

.btn-outline-warning {
  border-color: #FFC107;
  color: #FFC107;
}

.btn-outline-warning:hover {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #502314;
}

.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}

.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}

.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #502314;
}

.btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}

.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

.btn-outline-white {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #502314;
}

.btn-hover-primary:hover {
  background-color: #F5EBDC;
  border-color: #F5EBDC;
  color: #ffffff;
}

.btn-hover-secondary:hover {
  background-color: #269843;
  border-color: #269843;
  color: #ffffff;
}

.btn-hover-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #ffffff;
}

.btn-hover-danger:hover {
  background-color: #D62300;
  border-color: #D62300;
  color: #ffffff;
}

.btn-hover-warning:hover {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #502314;
}

.btn-hover-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-hover-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #502314;
}

.btn-hover-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

.btn-hover-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #502314;
  -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
          box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

/*----------------------------------------*/
/*  03. Header CSS
/*----------------------------------------*/
/*--
/*  3.1 - Header Main CSS
/*----------------------------------------*/
.bk__header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 97;
  background-color: #F5EBDC;
}

.bk__sticky {
  position: fixed;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.11);
  -webkit-animation: sticky 0.8s;
          animation: sticky 0.8s;
}

.bk__main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bk__main-menu > li {
  padding-left: 30px;
  position: relative;
}

.bk__main-menu > li:first-child {
  padding-left: 0;
}

.bk__main-menu > li > a {
  font-family: "FlameRegular";
  font-size: 24px;
  line-height: 2.08;
  text-transform: capitalize;
  position: relative;
  padding: 5px 8px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bk__main-menu > li > a::before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 6px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #D62300;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__main-menu > li > a {
    font-size: 20px;
  }
}

.bk__main-menu > li > a.active {
  color: #D62300;
}

.bk__main-menu > li > a.active::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.bk__main-menu > li:hover > a {
  color: #D62300;
}

.bk__main-menu > li:hover > a::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.bk__main-menu .dropdown-menu {
  width: 320px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.11);
  background-color: #F5EBDC;
  border: 0px;
  padding: 1rem 2rem;
  top: 118% !important;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  left: 78% !important;
  right: auto !important;
}

.bk__main-menu .dropdown-menu li a {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 16px;
}

.bk__toggle button {
  background: none;
  border: 0;
  padding: 0;
}

.bk__toggle button span {
  width: 25px;
  height: 2px;
  background-color: #D62300;
  margin: 6px 0;
  display: block;
}

.bk__header-logo {
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.bk__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bk__actions > * {
  margin-left: 10px;
  padding: 20px 0;
}

@media only screen and (max-width: 575px) {
  .bk__actions > * {
    padding: 0;
  }
}

.bk__actions > *:first-child {
  margin-left: 0;
}

.bk__action {
  font-size: 16px;
  border-color: #502314;
  min-width: 100px;
  height: 36px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 50px;
  color: #502314;
}

@media only screen and (max-width: 575px) {
  .bk__action {
    width: auto;
    min-width: initial;
    font-size: 14px;
    padding: 0 10px;
  }
}

.bk__action svg {
  fill: #502314;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bk__action span {
  margin-left: 5px;
}

.bk__action:hover svg {
  fill: #ffffff;
}

.bk__mini-cart {
  position: relative;
}

.bk__mini-cart__dropdown {
  width: 420px;
  border: 1px solid rgba(214, 35, 0, 0.5);
  background-color: #F5EBDC;
  padding: 24px;
  border-radius: 22px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 100% !important;
  -webkit-transform: translate(0px, 0px) !important;
      -ms-transform: translate(0px, 0px) !important;
          transform: translate(0px, 0px) !important;
  left: auto !important;
  right: 0 !important;
}

.bk__mini-cart-items {
  max-height: 360px;
  overflow-y: auto;
  margin-bottom: 28px;
}

.bk__cart-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.11);
  border-radius: 12px;
  padding: 20px;
}

.bk__cart-item + .bk__cart-item {
  margin-top: 10px;
}

.bk__cart-item__header {
  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;
  padding: 0 8px 14px;
}

.bk__cart-item__header .title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}

.bk__cart-item__header .price {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #502314;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__cart-item__header .price {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__cart-item__header .price {
    font-size: 20px;
  }
}

.bk__cart-item__body {
  padding: 0 8px 14px;
}

.bk__cart-item__body p {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #502314;
}

.bk__cart-item__footer {
  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 #502314;
  padding: 12px 0 0;
}

.bk__mini-cart-price {
  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;
  padding: 0 8px 28px;
}

.bk__mini-cart-price .label,
.bk__mini-cart-price .value {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #502314;
}

.bk__mini-cart-btn a {
  background-color: #D62300;
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #F5EBDC;
  border-radius: 22px;
  height: 50px;
  line-height: 45px;
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bk__mini-cart-btn a:hover {
  background-color: #A71B00;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

/*--
/*  3.2 - Header Mobile CSS
/*----------------------------------------*/
.bk__mobile-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #F5EBDC;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.11);
}

.bk__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.bk__navigation li a {
  text-align: center;
  padding: 5px 0;
}

.bk__navigation li a svg {
  fill: #502314;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bk__navigation li a span {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 13px;
  color: #502314;
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bk__navigation li a.active svg {
  fill: #D62300;
}

.bk__navigation li a.active span {
  color: #D62300;
}

.bk__navigation li:hover > a svg {
  fill: #D62300;
}

.bk__navigation li:hover > a span {
  color: #D62300;
}

.bk__offcanvas-title {
  text-align: center;
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 32px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.bk__offcanvas-menu {
  margin-top: 40px;
}

.bk__offcanvas-menu li a {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  display: block;
  border-bottom: 1px solid rgba(80, 35, 20, 0.15);
  padding: 20px 20px;
}

.bk__offcanvas-menu-02 li a {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  display: block;
  border-bottom: 1px solid rgba(80, 35, 20, 0.15);
  padding: 12px 20px;
}

.offcanvas-start {
  background-color: #F5EBDC;
}

.offcanvas-body {
  padding: 0;
}

/*----------------------------------------*/
/*  04. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  4.1 - Slider CSS
/*----------------------------------------*/
.bk__slider-area {
  background-color: #D62300;
}

.bk__single-slider {
  padding-top: 85px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 575px) {
  .bk__single-slider {
    padding-top: 55px;
    padding-bottom: 90px;
  }
}

.bk__slider-content {
  text-align: center;
}

.bk__slider-content__sub-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 50px;
  line-height: 1.8;
  color: #F5EBDC;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__slider-content__sub-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__slider-content__sub-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .bk__slider-content__sub-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__slider-content__sub-title {
    font-size: 22px;
  }
}

.bk__slider-content__main-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 140px;
  line-height: 1.2;
  color: #F5EBDC;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__slider-content__main-title {
    font-size: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__slider-content__main-title {
    font-size: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .bk__slider-content__main-title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__slider-content__main-title {
    font-size: 44px;
  }
}

.bk__slider-content__button {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .bk__slider-content__button {
    padding-top: 30px;
  }
}

.bk__slider-content__btn {
  font-size: 26px;
  height: 70px;
  line-height: 66px;
  min-width: 270px;
  margin: 10px 5px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__slider-content__btn {
    font-size: 22px;
    height: 60px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .bk__slider-content__btn {
    font-size: 18px;
    height: 56px;
    line-height: 50px;
    min-width: inherit;
    padding: 0 24px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__slider-content__btn {
    height: 46px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 20px;
  }
}

.bk__slider-active .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: #F5EBDC;
  border-radius: 50%;
  opacity: 1;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .bk__slider-active .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}

.bk__slider-active .swiper-pagination .swiper-pagination-bullet::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #D62300;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0.55);
      -ms-transform: scale(0.55);
          transform: scale(0.55);
}

.bk__slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
  visibility: visible;
}

.animation-style-01 .bk__slider-content {
  opacity: 0;
}

.animation-style-01.swiper-slide-active .bk__slider-content {
  opacity: 1;
}

.animation-style-01.swiper-slide-active .bk__slider-content > *:nth-child(1) {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animation-style-01.swiper-slide-active .bk__slider-content > *:nth-child(2) {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animation-style-01.swiper-slide-active .bk__slider-content > *:nth-child(3) {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animation-style-01.swiper-slide-active .bk__slider-content > *:nth-child(4) {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/*--
/*  4.2 - Product CSS
/*----------------------------------------*/
.bk__our-menu-wrapper {
  margin-top: -50px;
}

.bk__single-product {
  text-align: center;
  margin-top: 50px;
}

.bk__product-content {
  padding: 15px;
}

.bk__product-title {
  font-family: "FlameRegular";
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__product-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__product-title {
    font-size: 20px;
  }
}

.bk__single-product-02 {
  text-align: center;
  cursor: pointer;
}

.bk__single-product-02.active .bk__product-title-02 {
  color: #502314;
}

.bk__single-product-02.active .bk__product-title-02::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.bk__single-product-02:hover .bk__product-title-02 {
  color: #502314;
}

.bk__single-product-02:hover .bk__product-title-02::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.bk__product-content-02 {
  padding: 15px;
}

.bk__product-title-02 {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 1px;
  position: relative;
  padding: 10px 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__product-title-02 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__product-title-02 {
    font-size: 16px;
  }
}

.bk__product-title-02::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #502314;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bk__single-product-active {
  position: relative;
}

.bk__single-product-active .swiper-button-next,
.bk__single-product-active .swiper-button-prev {
  background-color: #DFD1C3;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bk__single-product-active .swiper-button-next::after,
.bk__single-product-active .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 700;
  color: #63301D;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bk__single-product-active .swiper-button-next:hover,
.bk__single-product-active .swiper-button-prev:hover {
  background-color: #D62300;
}

.bk__single-product-active .swiper-button-next:hover::after,
.bk__single-product-active .swiper-button-prev:hover::after {
  color: #F5EBDC;
}

.bk__single-product-active .swiper-button-next {
  right: -5px;
}

@media only screen and (min-width: 1600px) {
  .bk__single-product-active .swiper-button-next {
    right: -20px;
  }
}

.bk__single-product-active .swiper-button-prev {
  left: -5px;
}

@media only screen and (min-width: 1600px) {
  .bk__single-product-active .swiper-button-prev {
    left: -20px;
  }
}

.bk__menu-button {
  margin-top: 20px;
}

.bk__menu-btn {
  height: 36px;
  line-height: 30px;
  border-radius: 50px;
  padding: 0 26px;
  font-size: 16px;
}

.bk__menu-btn svg {
  stroke: #D62300;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 3px;
}

.bk__menu-btn:hover svg {
  stroke: #ffffff;
}

.bk__single-product-03 {
  text-align: center;
  margin-top: 50px;
}

.bk__product-title-03 {
  font-size: 28px;
  font-weight: 400;
  font-family: "FlameRegular";
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .bk__product-title-03 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__product-title-03 {
    font-size: 18px;
  }
}

.bk__product-title-03 a {
  position: relative;
  padding: 0 25px 10px;
}

.bk__product-title-03 a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #D62300;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bk__product-title-03:hover a::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.bk__product-add-price {
  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;
  margin-top: 20px;
}

@media only screen and (max-width: 575px) {
  .bk__product-add-price {
    display: block;
    margin-top: 10px;
  }
}

.bk__product-add-price > * {
  margin-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__product-add-price > * {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__product-add-price > * {
    margin-left: 0;
  }
}

.bk__product-add-price > *:first-child {
  margin-left: 0;
}

.bk__product-add {
  padding-top: 10px;
}

.bk__product-add__btn {
  height: 36px;
  line-height: 30px;
  border-radius: 50px;
  padding: 0 20px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .bk__product-add__btn {
    font-size: 14px;
    padding: 0 15px;
  }
}

.bk__product-add__btn svg {
  fill: #D62300;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 3px;
}

.bk__product-add__btn:hover svg {
  fill: #ffffff;
}

.bk__product-price {
  padding-top: 10px;
}

.bk__product-price p {
  font-size: 22px;
  font-family: "FlameSansRegular";
  font-weight: 400;
  color: #D62300;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .bk__product-price p {
    font-size: 18px;
  }
}

.swiper-slide.active .bk__single-product-02 {
  text-align: center;
  cursor: pointer;
}

.swiper-slide.active .bk__single-product-02 .bk__product-title-02 {
  color: #502314;
}

.swiper-slide.active .bk__single-product-02 .bk__product-title-02::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

/*--
/*  4.3 - Our Offer CSS
/*----------------------------------------*/
.bk__our-offer-wrapper {
  padding-top: 24px;
}

.bk__single-offer {
  height: 488px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .bk__single-offer {
    height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__single-offer {
    height: 288px;
  }
}

.bk__offer-content {
  padding: 20px 40px;
}

@media only screen and (max-width: 575px) {
  .bk__offer-content {
    padding: 20px;
  }
}

.bk__offer-content p {
  color: #ffffff;
  font-family: Flame Sans;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  margin-top: 5px;
}

@media only screen and (max-width: 575px) {
  .bk__offer-content p {
    font-size: 16px;
    margin-top: 10px;
  }
}

.bk__offer-title {
  font-family: "FlameRegular";
  font-weight: 700;
  font-size: 75px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__offer-title {
    font-size: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .bk__offer-title {
    font-size: 56px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__offer-title {
    font-size: 36px;
  }
}

.bk__offer-title:hover a {
  color: #F5EBDC;
}

.bk__offer-title-02 {
  font-family: "FlameRegular";
  font-weight: 700;
  font-size: 106px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
}

.bk__offer-title-02 span {
  font-size: 64px;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__offer-title-02 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .bk__offer-title-02 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__offer-title-02 {
    font-size: 36px;
  }
}

.bk__offer-title-02:hover a {
  color: #F5EBDC;
}

.bk__offer-btn {
  font-size: 20px;
  padding: 0 24px;
  border-radius: 5px;
  height: 50px;
  line-height: 44px;
  text-transform: capitalize;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.bk__single-offer-02 {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 10px;
}

.bk__offer-image-02 a {
  display: block;
}

.bk__offer-image-02 a img {
  width: 100%;
}

.bk__offer-content-02 {
  background-color: #ffffff;
  padding: 20px;
  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;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__offer-content-02 {
    display: block;
  }
}

.bk__offer-content-02 p {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  color: #353535;
  padding-right: 15px;
}

.bk__offer-btn-02 {
  white-space: nowrap;
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 20px;
  padding: 0 15px;
  border-radius: 10px;
  min-width: 160px;
  height: 50px;
  line-height: 44px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__offer-btn-02 {
    margin-top: 20px;
  }
}

.bk__single-offer-03 {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 10px;
}

.bk__offer-image-03 a {
  display: block;
}

.bk__offer-image-03 a img {
  width: 100%;
}

.bk__offer-content-03 {
  background-color: #ffffff;
  padding: 8px 20px;
}

.bk__offer-content-03 p {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  color: #353535;
  padding-right: 15px;
  margin-top: 8px;
}

.bk__offer-title-03 {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
}

.bk__single-offer-04 {
  height: 408px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .bk__single-offer-04 {
    height: 380px;
  }
}

.bk__offer-content-04 {
  padding: 30px;
}

.bk__offer-title-04 {
  font-family: "FlameRegular";
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .bk__offer-title-04 {
    font-size: 46px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__offer-title-04 {
    font-size: 36px;
  }
}

.bk__offer-title-04:hover a {
  color: #F5EBDC;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .bk__mobile-offer-wrapper .bk__section-title {
    padding: 40px 0 30px;
  }
}

.bk__mobile__single-offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(80, 35, 20, 0.09);
  border-bottom: 1px solid rgba(80, 35, 20, 0.09);
  padding: 15px 10px;
  margin-top: -1px;
}

.bk__mobile__offer-image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.bk__mobile__offer-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 20px;
}

.bk__mobile__offer-content p {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #502314;
  margin-top: 4px;
}

.bk__mobile__offer-title {
  font-family: "FlameRegular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #502314;
}

/*--
/*  4.4 - Page Banner CSS
/*----------------------------------------*/
.bk__page-banner {
  background-color: #D62300;
}

.bk__page-banner-content {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__page-banner-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .bk__page-banner-content {
    padding-top: 30px;
    padding-bottom: 28px;
  }
}

.bk__page-banner-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 120px;
  line-height: 1;
  color: #F5EBDC;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__page-banner-title {
    font-size: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__page-banner-title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .bk__page-banner-title {
    font-size: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__page-banner-title {
    font-size: 44px;
  }
}

.bk__page-banner-images {
  text-align: center;
  position: relative;
  margin-bottom: -150px;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__page-banner-images {
    margin-bottom: -80px;
  }
}

@media only screen and (max-width: 767px) {
  .bk__page-banner-images {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__page-banner-images img {
    max-width: 505px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__page-banner-images img {
    max-width: 505px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__page-banner-images img {
    max-width: 345px;
  }
}

@media only screen and (max-width: 767px) {
  .bk__page-banner-images img {
    max-width: 70%;
  }
}

/*--
/*  4.5 - Add Cart CSS
/*----------------------------------------*/
.bk__add-cart-wrapper {
  padding-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__add-cart-wrapper {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .bk__add-cart-wrapper {
    padding-top: 0;
  }
}

.bk__add-cart-title-price {
  text-align: center;
}

.bk__cart-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .bk__cart-title {
    font-size: 28px;
  }
}

.bk__cart-price {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #502314;
  display: block;
  margin-top: 16px;
}

.bk__add-cart-box {
  max-width: 345px;
  margin: 24px auto 0;
}

.bk__cart-box-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
}

.bk__add-cart-option {
  border-top: 1px solid #D7C7B5;
  padding-top: 12px;
  padding-bottom: 10px;
  margin-top: 20px;
}

.bk__add-cart-option__items {
  padding-top: 8px;
}

.bk__add-cart-option p {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #502314;
}

.bk__checkbox {
  display: none;
}

.bk__checkbox:checked + .bk__single-cart-option {
  border-color: #D62300;
}

.bk__checkbox:checked + .bk__single-cart-option .bk__cart-check {
  opacity: 1;
  visibility: visible;
}

.bk__single-cart-option {
  background-color: #ffffff;
  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-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 8px;
  margin-top: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.bk__option-image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.bk__option-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bk__cart-option-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #502314;
}

.bk__cart-check {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bk__cart-quantity {
  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;
  background-color: #ffffff;
  padding: 20px 24px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  margin-top: 16px;
}

.bk__cart-button {
  margin-top: 40px;
}

.bk__cart-button__btn {
  font-size: 20px;
  height: 50px;
  line-height: 48px;
  border-radius: 50px;
  display: block;
  width: 100%;
}

.bk__add-cart-condition p {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #502314;
  margin-top: 25px;
}

.bk__add-cart-condition p a {
  color: #D62300;
  text-decoration: underline;
  display: contents;
}

/*--
/*  4.6 - Checkout CSS
/*----------------------------------------*/
.bk__checkout-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  padding: 0 20px;
}

.bk__checkout-form-wrapper {
  margin-top: 30px;
}

.bk__checkout-form {
  background-color: #ffffff;
  border-radius: 7px;
  padding: 40px 20px;
  margin-top: 30px;
}

.bk__checkout-sub-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}

.bk__delivery {
  background-color: #F7F8F4;
  padding: 12px 30px;
  border-radius: 10px;
  margin-top: 30px;
  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;
}

@media only screen and (max-width: 575px) {
  .bk__delivery {
    padding: 12px 20px;
  }
}

.bk__delivery__date p {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 22px;
  color: #502314;
  line-height: 1;
}

@media only screen and (max-width: 575px) {
  .bk__delivery__date p {
    font-size: 18px;
  }
}

.bk__delivery__date p small {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .bk__delivery__date p small {
    font-size: 12px;
  }
}

.bk__delivery__time {
  position: relative;
}

@media only screen and (max-width: 575px) {
  .bk__delivery__time {
    padding-top: 16px;
  }
}

.bk__delivery__time .form-control {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
  text-align: right;
  border: 0;
  background: transparent;
  padding: 0;
}

@media only screen and (max-width: 575px) {
  .bk__delivery__time .form-control {
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: 18px;
  }
}

.bk__checkout-delivery-details {
  padding-top: 40px;
}

.bk__checkout-payment {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bk__checkout-payment__option input[type="radio"] {
  display: none;
}

.bk__checkout-payment__option input[type="radio"]:checked + .bk__payment-option .payment {
  border-color: #D62300;
}

.bk__checkout-payment__option input[type="radio"]:checked + .bk__payment-option .circle {
  border-color: #D62300;
}

.bk__checkout-payment__option input[type="radio"]:checked + .bk__payment-option .circle::before {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  background-color: #D62300;
}

.bk__checkout-payment__option input[type="radio"]:checked + .bk__payment-option .payment {
  border-color: #D62300;
}

.bk__payment-option {
  margin-top: 30px;
  cursor: pointer;
}

.bk__payment-option .circle {
  width: 25px;
  height: 25px;
  display: block;
  border: 2px solid #BFBFBF;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 auto;
}

@media only screen and (max-width: 575px) {
  .bk__payment-option .circle {
    width: 16px;
    height: 16px;
  }
}

.bk__payment-option .circle::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-color: #BFBFBF;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bk__payment-option .payment {
  width: 135px;
  height: 87px;
  border: 1px solid #BFBFBF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  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;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 20px;
  padding: 10px;
}

@media only screen and (max-width: 575px) {
  .bk__payment-option .payment {
    width: 75px;
    height: 60px;
    margin-top: 10px;
  }
}

.bk__checkout-button {
  padding-top: 70px;
}

@media only screen and (max-width: 767px) {
  .bk__checkout-button {
    padding-top: 40px;
  }
}

.bk__checkout-btn {
  width: 100%;
  height: 60px;
  line-height: 54px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .bk__checkout-btn {
    height: 50px;
    line-height: 44px;
    font-size: 18px;
  }
}

.bk__checkout-cart-wrapper {
  margin-top: 30px;
}

.bk__checkout-cart {
  margin-top: 30px;
}

.bk__checkout-promo {
  position: relative;
  padding-right: 160px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__checkout-promo {
    padding-right: 0;
  }
}

.bk__checkout-promo .form-floating > .form-control {
  padding: 0 22px;
  height: 50px;
  font-size: 16px;
}

.bk__checkout-promo .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 0px;
}

.bk__checkout-promo .form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 0px;
}

.bk__checkout-promo .form-floating > .form-control:focus, .bk__checkout-promo .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0px;
}

.bk__checkout-promo .form-floating > label {
  font-size: 20px;
}

.bk__checkout-promo .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(0.7) translateY(-45px) translateX(0.15rem);
}

.bk__checkout-promo .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 1;
  -ms-transform: scale(0.7) translateY(-45px) translateX(0.15rem);
      transform: scale(0.7) translateY(-45px) translateX(0.15rem);
}

.bk__checkout-promo .form-floating > .form-control:focus ~ label,
.bk__checkout-promo .form-floating > .form-control:not(:placeholder-shown) ~ label,
.bk__checkout-promo .form-floating > .form-select ~ label {
  opacity: 1;
  -webkit-transform: scale(0.7) translateY(-45px) translateX(0.15rem);
      -ms-transform: scale(0.7) translateY(-45px) translateX(0.15rem);
          transform: scale(0.7) translateY(-45px) translateX(0.15rem);
}

.bk__checkout-promo-btn {
  border-radius: 50px;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__checkout-promo-btn {
    position: relative;
    margin-top: 10px;
  }
}

.bk__checkout-table {
  padding-top: 30px;
}

.bk__checkout-table .table {
  margin-bottom: 0;
}

.bk__checkout-table .table tbody tr td {
  border: 0;
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #502314;
  padding: 12px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__checkout-table .table tbody tr td {
    font-size: 18px;
  }
}

.bk__checkout-table .table tbody tr td:last-child {
  text-align: right;
}

.bk__checkout-table .table tfoot {
  border-top: 1px solid #502314;
}

.bk__checkout-table .table tfoot tr td {
  border: 0;
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #502314;
  padding: 20px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__checkout-table .table tfoot tr td {
    font-size: 18px;
  }
}

.bk__checkout-table .table tfoot tr td:last-child {
  text-align: right;
}

/*--
/*  4.7 - About CSS
/*----------------------------------------*/
.bk__about-section {
  position: relative;
  z-index: 1;
}

.bk__about-section::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #502314;
  opacity: 0.8;
  mix-blend-mode: multiply;
  z-index: -1;
}

.bk__about-wrapper ul li {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 22px;
  line-height: 1.9;
  color: #F5EBDC;
  margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__about-wrapper ul li {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__about-wrapper ul li {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bk__about-wrapper ul li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__about-wrapper ul li {
    font-size: 16px;
  }
}

.bk__about-title {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #F5EBDC;
  padding-bottom: 16px;
}

@media only screen and (max-width: 575px) {
  .bk__about-title {
    font-size: 28px;
  }
}

.bk__about-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-top: 30px;
}

.bk__about-icon-item {
  margin-top: 30px;
  width: 20%;
  padding: 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__about-icon-item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .bk__about-icon-item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 575px) {
  .bk__about-icon-item {
    width: 50%;
  }
}

/*--
/*  4.8 - Sign Up & Sign In CSS
/*----------------------------------------*/
.bk__sign-up-in-form .form-floating > .form-control {
  padding: 0 22px;
}

@media only screen and (max-width: 767px) {
  .bk__sign-up-in-form .form-floating > .form-control {
    height: calc(3rem + 2px);
  }
}

.bk__sign-up-in-form .form-floating > label {
  font-size: 18px;
  left: 15px;
  top: 48%;
}

.bk__sign-up-in-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
}

.bk__sign-up-in-title-02 {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 36px;
  line-height: 1.1;
}

.bk__have-account {
  border-top: 1px solid #502314;
  border-bottom: 1px solid #502314;
  max-width: 340px;
  margin: 50px auto 40px;
  padding: 8px 0;
}

.bk__have-account p {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #502314;
  margin-bottom: 8px;
}

.bk__have-account a {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
}

.bk__form-check-wrapper {
  text-align: left;
  padding-top: 40px;
}

.bk__sign-up-in-button {
  margin-top: 30px;
}

.bk__sign-up-in-button p {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 14px;
  color: #502314;
  margin-top: 20px;
}

.bk__sign-up-in-btn {
  max-width: 335px;
  width: 100%;
  border-radius: 50px;
}

.bk__sign-up-in-notice {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 14px;
  color: #502314;
  margin-top: 30px;
}

/*--
/*  4.9 - Location CSS
/*----------------------------------------*/
.bk__location-map-section {
  position: relative;
}

.bk__location-map {
  height: 820px;
}

.bk__location-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 410px;
  height: 100%;
  z-index: 9;
  background-color: #F5EBDC;
  padding: 20px 40px;
  overflow-y: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__location-content {
    padding: 5px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bk__location-content {
    width: 360px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__location-content {
    width: 290px;
  }
}

@media only screen and (max-width: 767px) {
  .bk__location-content {
    position: relative;
    width: 100%;
  }
}

.bk__location-info {
  border-bottom: 1px solid rgba(80, 35, 20, 0.1);
  padding: 15px 0;
}

.bk__location-info:last-child {
  border-bottom: 0;
}

.bk__location-info p {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 8px;
}

.bk__location-name {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
}

/*--
/*  4.10 - Location CSS
/*----------------------------------------*/
.bk__search-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
}

.bk__search-form {
  margin-top: 40px;
}

.bk__search-form > .form-select {
  border-color: transparent;
}

.bk__search-form .select2-container {
  display: block;
  width: 100% !important;
}

.bk__search-form .select2-container .selection {
  display: block;
  width: 100%;
}

.bk__search-form .select2-container .selection .select2-selection {
  width: 100%;
  border-radius: 10px;
  border: 0;
  height: auto;
}

.bk__search-form .select2-container .selection .select2-selection:focus {
  outline: 0;
}

.bk__search-form .select2-container .selection .select2-selection .select2-selection__rendered {
  line-height: 50px;
  padding-left: 15px;
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
}

.bk__search-form .select2-container .selection .select2-selection .select2-selection__arrow {
  height: 50px;
  right: 10px;
}

.bk__search-location-store {
  text-align: center;
  margin-top: 60px;
}

.bk__search-location-store p {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 25px;
}

.bk__search-location-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 20px;
}

.bk__search-location-btn {
  font-size: 18px;
  border-radius: 50px;
  padding: 0 15px;
  text-transform: capitalize;
  margin-top: 25px;
}

.select2-dropdown {
  border: 0;
  border-radius: 0;
}

.select2-container--default .select2-results__option--selected {
  background-color: rgba(214, 35, 0, 0.2);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #D62300;
}

.select2-results__option {
  padding: 11px 16px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  font-size: 16px;
}

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

/*--
/*  4.11 - Remove Modal CSS
/*----------------------------------------*/
.bk__remove-modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 50px;
  text-align: center;
}

.bk__remove-modal-content {
  background: #F5EBDC;
  border-radius: 11px;
  max-width: 516px;
  margin: 0 auto;
  padding: 25px 45px;
}

.bk__remove-modal-content p {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  margin-top: 8px;
}

.bk__remove-modal-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 27px;
  line-height: 1.1;
}

.bk__remove-modal-botton {
  margin-top: 30px;
}

.bk__remove-modal-btn {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 20px;
  height: 50px;
  line-height: 44px;
  width: 180px;
  border-radius: 50px;
  margin: 0 8px;
}

/*--
/*  4.11 - Remove Modal CSS
/*----------------------------------------*/
.modal-dialog {
  max-width: 810px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 710px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog {
    max-width: 510px;
  }
}

@media only screen and (max-width: 575px) {
  .modal-dialog {
    margin: 16px;
  }
}

.modal-content {
  border-radius: 11px;
  background-color: #F5EBDC;
}

.modal-body {
  padding: 30px 20px;
}

.bk__modal-content + .bk__modal-content {
  margin-top: 45px;
}

@media only screen and (max-width: 575px) {
  .bk__modal-content + .bk__modal-content {
    margin-top: 30px;
  }
}

.bk__modal-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 27px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .bk__modal-title {
    font-size: 22px;
  }
}

.bk__modal-content-wrapper {
  padding-top: 20px;
}

@media only screen and (max-width: 575px) {
  .bk__modal-content-wrapper {
    padding-top: 5px;
  }
}

.bk__modal-option {
  margin-top: 10px;
}

.bk__modal-option input {
  display: none;
}

.bk__modal-option input:checked + label {
  background-color: #502314;
  color: #ffffff;
}

.bk__modal-option label {
  display: block;
  margin-bottom: 0;
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 20px;
  height: 40px;
  line-height: 36px;
  border: 1px solid #502314;
  padding: 0 14px;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .bk__modal-option label {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .bk__modal-option label {
    font-size: 16px;
  }
}

.bk__modal-option label span {
  display: block;
  float: right;
}

.bk__modal-btn {
  width: 100%;
  display: block;
  border-radius: 50px;
}

/*----------------------------------------*/
/*  05. Widget CSS
/*----------------------------------------*/
/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar-wrap {
  border-left: 1px solid #eeeeee;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrap {
    border-left: none;
    height: auto;
    padding-top: 0;
  }
}

.widget {
  margin-bottom: 40px;
  color: #502314;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget .widget-title {
    padding-left: 0;
  }
}

/*--
/*  5.2 - Footer Widget CSS
/*----------------------------------------*/
.bk__footer-widget-wrapper {
  margin-top: -40px;
}

.bk__footer-widget {
  margin-top: 40px;
}

.bk__footer-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #F5EBDC;
  margin-top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__footer-title {
    font-size: 20px;
  }
}

.bk__footer-link li {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__footer-link li {
    margin-top: 16px;
  }
}

.bk__footer-link li a {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #F5EBDC;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bk__footer-link li a {
    font-size: 16px;
  }
}

/*--
/*  07. Footer CSS
/*----------------------------------------*/
.bk__footer {
  background-color: #502314;
  position: relative;
  z-index: 1;
  margin-top: 13px;
}

.bk__footer-bg {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .bk__footer-copyright {
    padding-bottom: 60px;
  }
}

.bk__footer-copyright-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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 rgba(195, 195, 195, 0.5);
  padding: 30px 0 50px;
}

.bk__footer-copyright-content {
  margin-top: 20px;
}

.bk__footer-copyright-content p {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #F5EBDC;
  margin-top: 16px;
}

.bk__footer-copyright-link {
  margin-top: 24px;
}

.bk__footer-copyright-link a {
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #F5EBDC;
  display: inline-block;
  position: relative;
}

.bk__footer-copyright-link a + a::before {
  content: '|';
  margin: 0 10px;
  font-family: "FlameSansRegular";
  font-weight: 400;
  font-size: 15px;
  color: #F5EBDC;
}

.bk__footer-copyright-social {
  margin-top: 20px;
}

.bk__footer-copyright-social a + a {
  margin-left: 60px;
}


/*--
/*  4.12 - Checkout Payment CSS
/*----------------------------------------*/
.bk__checkout-payment-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .bk__checkout-payment-title {
    font-size: 24px;
  }
}

.bk__checkout-payment-content {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 35px 25px;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .bk__checkout-payment-content {
    padding: 20px 15px;
    margin-top: 40px;
  }
}

.bk__checkout-payment-content-title {
  font-family: "FlameRegular";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .bk__checkout-payment-content-title {
    font-size: 18px;
  }
}

.bk__checkout-payment-table {
  background-color: #F7F8F4;
  padding: 50px;
  border-radius: 10px;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .bk__checkout-payment-table {
    padding: 20px;
  }
}

.bk__checkout-payment-table .table {
  margin-bottom: 0;
}

.bk__checkout-payment-table .table tr th,
.bk__checkout-payment-table .table tr td {
  font-family: "FlameRegular";
  font-weight: 300;
  font-size: 20px;
  line-height: 50px;
  color: #502314;
  border-bottom-color: #502314;
  padding: 0 10px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .bk__checkout-payment-table .table tr th,
  .bk__checkout-payment-table .table tr td {
    font-size: 16px;
  }
}

.bk__checkout-payment-table .table tr td {
  text-align: right;
}

.bk__checkout-payment-table .table tr:last-child th,
.bk__checkout-payment-table .table tr:last-child td {
  border-bottom: 0;
}
