*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

body {
  background-color: #fff;
  line-height: 24px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #222222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 42px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

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

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

:focus {
  outline: 0 !important;
}

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

a:active,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

a.default-btn {
  font-size: 16px;
  color: #010101;
  display: inline-block;
  border: 1px solid #333;
  text-transform: uppercase;
  line-height: 1;
  padding: 19px 50px 21px;
}

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

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

hr {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  border: 0;
  border-top: 1px solid #dedede;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.bg-jco {
  -webkit-background-color: #8E1537 !important;
  background-color: #8E1537 !important;
}

.btn-mako {
  -webkit-background: transparent;
  -o-background: transparent;
  -moz-background: transparent;
  -webkit-appearance: none;
  background: 0 0;
  padding: 0.35rem 0.5rem !important;
  font-size: 1rem;
  border: 2px dashed #8E1537;
}

.btn-mako:active,
.btn-mako:hover {
  border-color: #642416;
  color: #8E1537;
}

.btn-mako2 {
  -webkit-background-color: #8E1537;
  -o-background-color: #8E1537;
  -moz-background-color: #8E1537;
  -webkit-appearance: none;
  background-color: #8E1537;
  color: #fff;
  border: 0;
  border-radius: 5px;
  width: 100%;
}

.btn-mako2:active,
.btn-mako2:hover {
  background-color: #dc3545;
  color: #fff;
}

.btn-hover .default-btn,
.btn-hover a {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.btn-hover .default-btn:hover,
.btn-hover a:hover {
  border: 1px solid #8E1537;
  color: #fff;
}

.btn-hover a::after,
.btn-hover a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}

.btn-hover a::after {
  width: 0;
  left: auto;
  right: 0;
  background: #8E1537;
}

.btn-hover a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-change-location {
  max-width: 185px;
}

.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.mt-0 {
  margin-top: 0;
}

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 60px;
  }
}

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

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

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

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

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

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

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

.mr-0 {
  margin-right: 0;
}

.mr-10 {
  margin-right: 10px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

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

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

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

@media only screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

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

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

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

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

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

.ml-0 {
  margin-left: 0;
}

.ml-10 {
  margin-left: 10px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-ntv5 {
  margin-left: -5px;
}

.pt-0 {
  padding-top: 0;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 60px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 60px;
  }
}

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

@media only screen and (max-width: 767px) {
  .pt-95 {
    padding-top: 55px;
  }
}

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

@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 50px;
  }
}

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

@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 60px;
  }
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .pt-115 {
    padding-top: 60px;
  }
}

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

@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 50px;
  }
}

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

@media only screen and (max-width: 767px) {
  .pt-125 {
    padding-top: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-125 {
    padding-top: 75px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-130 {
    padding-top: 80px;
  }
}

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .pt-180 {
    padding-top: 60px;
  }
}

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

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-270 {
    padding-top: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-270 {
    padding-top: 100px;
  }
}

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

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

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

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

.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-270 {
  padding-right: 270px;
}

.pb-0 {
  padding-bottom: 0;
}

.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-50 {
  padding-bottom: 50px;
}

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

@media only screen and (max-width: 767px) {
  .pb-55 {
    padding-bottom: 15px;
  }
}

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

@media only screen and (max-width: 767px) {
  .pb-60 {
    padding-bottom: 20px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 30px;
  }
}

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

@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 50px;
  }
}

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

@media only screen and (max-width: 767px) {
  .pb-95 {
    padding-bottom: 55px;
  }
}

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

@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 30px;
  }
}

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

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

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

@media only screen and (max-width: 767px) {
  .pb-115 {
    padding-bottom: 60px;
  }
}

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

@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}

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

@media only screen and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 60px;
  }
}

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

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

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

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

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

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

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-270 {
    padding-bottom: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-270 {
    padding-bottom: 100px;
  }
}

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

.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-190 {
  padding-left: 190px;
}

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

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

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

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

input[type="text"] {
  /* background: #eceff8; */
  /* border: 2px solid #eceff8; */
  outline: none;
  height: 45px;
  /* -webkit-box-shadow: none; */
  box-shadow: none;
  padding-left: 10px;
  /* font-size: 14px; */
  /* color: #333; */
  width: 100%;
}

.form-control:focus{
  border-color: inherit !important;
  box-shadow: none !important;
}

select {
  width: 100%;
  background: 0 0;
  border: 0 solid #eceff8;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #333;
}

option {
  background: #fff;
  border: 0 solid #626262;
  padding-left: 10px;
  font-size: 14px;
}

input:focus {
  background: 0 0;
}

textarea {
  resize: vertical;
  background: #eceff8;
  border: 2px solid #eceff8;
  padding: 10px;
  width: 100%;
  font-size: 14px;
}

textarea:focus {
  background: 0 0;
  border: 2px solid #4fc1f0;
  outline: 0;
}

.alert p {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
}

#scrollUp {
  width: 50px;
  height: 50px;
  background-color: #8E1537;
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 5px rgba(27, 27, 27, 0.46);
  box-shadow: 0 0 5px rgba(27, 27, 27, 0.46);
  z-index: 981 !important;
}

#scrollUp i {
  padding: 32%;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    width: 40px;
    height: 40px;
  }
}

#scrollUp svg {
  display: block;
  position: absolute;
  top: 25%;
  left: 30%;
}

@media only screen and (max-width: 767px) {
  #scrollUp svg {
    line-height: 40px;
    font-size: 16px;
  }
}

#scrollUp:hover svg {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: initial;
  animation-iteration-count: initial;
}

#ecatalog {
  position: fixed;
  right: 0px;
  top: 50%;
  width: 125px;
  height: 55px;
  z-index: 2147483647;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  color: #fff;
  background-color: #4f3c15;
  border-radius: 3px 0 0 3px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-shadow: 0 0 5px rgba(27, 27, 27, 0.46);
  box-shadow: 0 0 5px rgba(27, 27, 27, 0.46);
  z-index: 981 !important;
}

#ecatalog:hover {
  width: 145px;
}

#ecatalog .title small{
  font-family: "Dancing Script", cursive;
  font-size: 13px;
}

.height-100 {
  height: 100vh;
}

.page-content {
  background-color: #f7f7f7;
}

.header-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #8E1537;
}

.sticky-bar.stick {
  width: 100%;
  color: rgba(49, 53, 59, 0.96);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 999;
  margin: 0 auto;
  transition: background-color 0.7s ease 0s;
}

.logo-stick {
  position: relative;
  padding: 10px;
}

.logo-stick img {
  max-width: 120px;
}

@media only screen and (max-width: 768px) {
  .logo-stick {
    margin-top: 0 !important;
  }

  .logo-stick img {
    width: 72px;
  }
}

.main-menu nav ul {
  display: block;
  margin-top: -5px;
}

.main-menu nav ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

.main-menu nav ul li ul.submenu {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  display: block;
  left: 0;
  padding: 20px 0 22px;
  position: absolute;
  top: 100%;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 190px;
  z-index: 999;
}

.main-menu nav ul li ul.submenu li {
  display: block;
  padding: 0 20px;
  margin-left: 0;
}

.main-menu nav ul li ul.submenu li a {
  color: #333;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-transform: capitalize;
  padding-top: 0;
}

.main-menu nav ul li ul.submenu li a:hover {
  color: #8E1537;
}

.main-menu nav ul li ul.submenu li a::before {
  background: #8E1537 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 13px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 7px;
  z-index: 999;
}

.main-menu nav ul li ul.submenu li:hover a::before {
  opacity: 1;
}

.main-menu nav ul li ul.submenu li:hover a {
  padding-left: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu nav ul li {
    padding: 0 7px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu nav ul li {
    padding: 0 10px;
  }
}

.main-menu nav ul li>a {
  display: inline-block;
  font-size: 15px;
  color: #282b34;
  text-transform: uppercase;
  line-height: 75px;
}

.main-menu nav ul li:hover a {
  color: #8E1537 !important;
}

.main-menu nav ul li>a i {
  font-size: 15px;
  margin-left: 1px;
  position: relative;
  top: 0;
}

.header-bar {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 576px) {
  .header-bar {
    max-width: 540px;
  }
}

@media only screen and (min-width: 768px) {
  .header-bar {
    max-width: 720px;
  }
}

@media only screen and (min-width: 992px) {
  .header-bar {
    max-width: 960px;
  }
}

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

.header-right-wrap {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}

.header-right-wrap svg {
  font-size: 1.3rem;
  color: #474747;
}

.header-right-wrap .btn-account-login {
  font-size: 24px;
}

@media only screen and (max-width: 576px) {

  .header-right-wrap .btn-account-login,
  .header-right-wrap .icon-cart {
    font-size: 22px !important;
  }
}

.header-right-wrap .account-login {
  padding-left: 1rem;
  margin-left: 2rem;
  border-left: 1px solid #dedede;
}

.header-right-wrap .account-menu-dropdown {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  left: 0;
  padding: 8px 12px 10px;
  position: absolute;
  text-align: left;
  width: 145px;
  z-index: 220;
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-right-wrap .account-menu-dropdown {
    top: 100%;
    margin-top: 14px;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right-wrap .account-menu-dropdown {
    top: 100%;
    margin-top: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-wrap .account-menu-dropdown {
    left: -40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-right-wrap .account-menu-dropdown {
    left: -34px;
  }
}

.header-right-wrap .account-menu-dropdown ul li {
  border-bottom: 1px solid #dedede;
  padding: 5px 0;
}

.header-right-wrap .account-menu-dropdown ul li:last-child {
  border-bottom: none;
}

.header-right-wrap .account-menu-dropdown ul li a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0;
  color: #222222;
}

.header-right-wrap .account-menu-dropdown ul li a:hover {
  padding-left: 5px;
  color: #8E1537;
}

.header-right-wrap .account-btn>a {
  font-size: 24px;
}

.header-right-wrap .cart-bag {
  position: relative;
}

.header-right-wrap .cart-bag>a {
  color: #222222;
  font-size: 23px;
}

.header-right-wrap .cart-bag:first-child {
  margin-left: 0;
}

.header-right-wrap .cart-bag:hover>a {
  color: #8E1537;
}

.header-right-wrap .cart-bag,
.header-right-wrap .order-tracking {
  padding: 10px;
}

.header-right-wrap .order-tracking {
  background: #FFF;
  border: 1px solid #FFF;
  color: #8d1437;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  transition: all ease-in-out 200ms;
  cursor: pointer;
}

.header-right-wrap .order-tracking:hover,
.header-right-wrap .order-tracking:focus {
  background: #8d1437;
  color: #FFF;
}

.header-right-wrap .cart-bag.cart-wrap button {
  background: 0 0;
  border: none;
  padding: 0;
  color: inherit;
  font-size: 24px;
  position: relative;
}

.header-right-wrap .cart-bag.cart-wrap button span.count-style {
  position: absolute;
  top: -7px;
  right: -13px;
  background-color: #FF2442;
  color: #fff;
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  line-height: 21px;
  font-size: 12px;
}

/* .header-right-wrap .cart-bag.cart-wrap:hover > button {
  color: #8E1537;
} */
.header-top-area {
  background-color: #8E1537;
}

.header-top-area .header-top-wap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header-top-area .header-top-wap {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top-area .header-top-wap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.header-top-area .header-top-wap .top-contact-wrap .contact-list a,
.header-top-area .header-top-wap .top-location-wrap .loc,
.header-top-area .header-top-wap .top-location-wrap .loc a {
  font-size: 12px;
  color: #f8f9fa;
}

@media only screen and (max-width: 320px) {

  .header-top-area .header-top-wap .top-contact-wrap .contact-list a,
  .header-top-area .header-top-wap .top-location-wrap .loc,
  .header-top-area .header-top-wap .top-location-wrap .loc a {
    font-size: 11px;
  }
}

.header-top-area .header-top-wap .top-location-wrap img {
  max-width: 26px;
}

.header-top-area .header-top-wap .top-location-wrap a span {
  padding: 3px;
  font-size: 77%;
  background-color: #681a12;
  border-radius: 3px;
}

.header-res-padding {
  width: 100%;
  color: #fff;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  /* margin: 0 auto; */
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-menu-area {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-menu-area {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mobile-menu-area {
    display: block;
  }
}

.mobile-menu .mean-nav ul.menu-overflow {
  height: 110px;
  margin-top: 10;
  overflow-y: auto;
}

.mobile-menu.mean-container .mean-nav ul {
  margin: 14px 0 0;
}

.mean-container a.meanmenu-reveal {
  top: -30px;
}

.product-container {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.nav-container {
  padding: 0 15px;
}

.nav-container .tab-nav {
  position: relative;
  display: block;
  height: 100%;
  min-height: 90px;
}

.main-product-area .product-container,
.main-product-head .nav-container,
.main-product-head .product-container {
  max-width: 1440px;
}

.product-container.container-min-width {
  max-width: 795px !important;
}

.main-product-head .section-title h2 {
  font: 400 55px/0 Union Rough, sans-serif;
  color: #642416;
  margin: 0 0 0;
  position: relative;
  display: inline-block;
}

.main-product-head .section-title h2::after {
  position: absolute;
  content: "";
  right: -100px;
  background-color: #8E1537;
  width: 80px;
  height: 2px;
  top: 0;
}

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

  .product-container .m-list {
    padding: 0.5rem;
  }
}

h2.menu-h-title {
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 700;
}

.slider-items {
  height: 355px;
  max-height: 355px;
  border-radius: 8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-items {
    height: 480px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-items {
    height: 290px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-items {
    height: 210px;
  }

  .container-min-width .slider-items {
    height: 340px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-items {
    height: 230px;
  }

  .container-min-width .slider-items {
    height: 330px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 576px) {
  .slider-items {
    height: 110px;
  }

  .container-min-width .slider-items {
    height: 182px;
  }
}

@media only screen and (max-width: 375px) {
  .slider-items.slider-height-res {
    height: 100px;
    position: relative;
  }

  .slider-items.slider-height-res:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.5;
  }
}

.single-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.single-slider .slider-content {
  padding: 183px 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-slider .slider-content {
    padding: 80px 0 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider .slider-content {
    padding: 45px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider .slider-content {
    padding: 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider .slider-content {
    padding: 0 0 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-slider .slider-content {
    padding: 0 0 0;
  }
}

.single-slider .slider-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.single-slider .slider-content h1 {
  line-height: 97px;
  font-size: 72px;
  color: #010101;
  margin: 6px 0 37px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider .slider-content h1 {
    line-height: 65px;
    font-size: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider .slider-content h1 {
    line-height: 52px;
    font-size: 40px;
    margin: 6px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider .slider-content h1 {
    line-height: 48px;
    font-size: 33px;
    margin: 6px 0 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-slider .slider-content h1 {
    font-size: 30px;
    margin: 6px 0 10px;
  }
}

.single-slider .slider-content .slider-btn a {
  font-size: 16px;
  color: #010101;
  display: inline-block;
  border: 1px solid #333;
  text-transform: uppercase;
  line-height: 1;
  padding: 19px 50px 21px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider .slider-content .slider-btn a {
    padding: 15px 35px 17px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider .slider-content .slider-btn a {
    padding: 15px 35px 17px;
  }
}

.single-slider .slider-content .slider-btn a:hover {
  border: 1px solid #8E1537;
  color: #fff;
}

.single-slider .slider-content.slider-content-10 {
  padding-top: 0;
}

.single-slider .slider-single-img {
  margin: 0 -80px 0 -80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-slider .slider-single-img {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider .slider-single-img {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider .slider-single-img {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider .slider-single-img {
    margin: 0;
  }
}

.single-slider.single-slider-10 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-item .slider-content * {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-item.active .slider-animated-1 h3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 h1 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 p {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 a {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1.slider-single-img img {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1.single-slider-img4 img {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1.slider-singleimg-hm9 img {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 h3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-2 h1 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-2 a {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-2.slider-singleimg-hm10 img {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.slider.owl-carousel .owl-nav div {
  display: inline-block;
  font-size: 40px;
  left: -15px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  color: #8E1537;
  background: #FFF;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider.owl-carousel .owl-nav div {
    left: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider.owl-carousel .owl-nav div {
    left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider.owl-carousel .owl-nav div {
    left: 15px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .slider.owl-carousel .owl-nav div {
    left: 0px;
    font-size: 20px;
  }
}

.slider.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider.owl-carousel .owl-nav div.owl-next {
    right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider.owl-carousel .owl-nav div.owl-next {
    right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider.owl-carousel .owl-nav div.owl-next {
    right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .slider.owl-carousel .owl-nav div.owl-next {
    right: 0px;
  }
}

.slider-area {
  padding-top: 10px;
}

.slider-area:hover .slider.owl-carousel>.owl-nav div {
  opacity: 1;
  visibility: visible;
}

.main-product-head {
  position: relative;
}

.product-tab-list {
  width: 100%;
  transition: all 300ms ease-in-out;
}

.product-tab-list .tab-wrap {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product-tab-list .tab-wrap::-webkit-scrollbar {
  display: none;
}

.product-tab-list .tab-wrap.sticky-list {
  max-width: 1208px;
  margin: 0 auto;
  padding: 0 15px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .product-tab-list.sticky-list .tab-wrap {
    margin-left: 0;
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 767px) {
  .product-tab-list.sticky-list {
    top: 118px !important;
    min-height: 48px;
  }
}

.product-tab-list img {
  max-width: 35px;
  max-height: 35px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .product-tab-list .tab-wrap {
    overflow-x: scroll !important;
  }

  .product-tab-list img {
    max-width: 40px;
    max-height: 40px;
  }

  .product-tab-list.sticky-list .tab-wrap {
    margin: auto;
  }
}

.product-tab-list a {
  display: flex;
  flex-direction: row;
  flex-basis: content;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  margin: 0.5rem 0.5rem 0.5rem 0;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
}

.product-tab-list a:hover {
  border: 1px solid #8E1537;
  color: #8E1537;
}

.product-tab-list .tab-list-img {
  margin: auto;
}

.product-tab-list .tab-list-title {
  font-weight: 400;
  font-size: 13px;
  color: #8E1537;
}

@media only screen and (max-width: 320px) {
  .product-tab-list a h4 {
    font-size: 13px;
  }

  .product-tab-list img {
    max-width: 30px;
    max-height: 30px;
  }
}

.product-tab-list.sticky-list {
  position: fixed;
  width: 100%;
  left: 0;
  top: 74px;
  background: #8E1537;
  z-index: 998;
  min-height: 75px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 3px 0;
}

.product-wrap {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  ;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  ;
}

.product-wrap .product-content {
  padding: 1rem 10px;
  position: relative;
}

.product-wrap .product-content h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  cursor: pointer;
}

.product-realprice span {
  font-size: 12px;
  font-weight: 300;
  text-decoration: line-through;
  color: #6666;
}

.product-wrap .product-content .product-price p,
.product-wrap .product-content .product-price span {
  margin: 0;
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
}

.product-wrap .product-content .product-price small {
  color: #dc3545;
}

.product-img {
  position: relative;
  cursor: pointer;
}

.product-img:before {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 5px;
  z-index: 3;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAFCAYAAABxeg0vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGZJREFUeNpi/P//PwMy+PvnFw+QWgjET4G4gpmF7RuKApAGGP7z+6cSEF8C4v9QfAeIbZHVICt2BOLXSIph+C8Q9wMxF0gdI4gAOiMLaNkEIGZlwA1uA3ESI1DnUiAjioE48A8gwABE92fYusK+KwAAAABJRU5ErkJggg==) left bottom repeat-x;
}

.product-wrap .product-img img {
  width: 100%;
}

span.b-promo {
  position: absolute;
  top: 1.45em;
  left: -1.5em;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 0px 20px 20px 1rem;
  font-weight: 400;
  background: #F00D00;
  transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .product-wrap .product-action {
    padding-top: 1rem;
  }
}

.mini-image {
  overflow: hidden;
}

.mini-image a img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mini-image:hover a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.product-header {
  display: flex;
  flex-direction: row;
}

.product-fdv {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  background-color: #0CA12D;
  color: #FFF;
  gap: 5px;
  font-size: 12px;
  font-style: italic;
  border-radius: 0px 20px 20px 0px;
}

.footer-area {
  background-color: #8E1537;
  color: #FFF;
}

.footer-area-top {
  padding-top: 50px;
  background: #f37133;
}

.footer-area-bottom {
  background: #9e181d;
  padding: 10px 0;
  text-align: center;
}

.footer-area p {
  margin: 0;
  color: #7f8286;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 375px) {
  .footer-area p {
    font-size: 10px;
  }
}

.footer-widget .footer-title h3 {
  font-size: 16px;
  font-weight: 600;
  color: #977124;
  margin: 0 0 16px;
  line-height: 1;
}

.footer-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.footer-widget .footer-list ul li {
  margin-bottom: 8px;
}

.footer-widget .footer-list ul li:last-child {
  margin: 0 0 0;
}

.footer-widget .footer-list ul li a {
  color: #FFF;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.footer-logo img {
  max-width: 90px;
}

.main-area {
  background-color: #f9f9f9;
  min-height: 100vh;
}

.product-image-wrap {
  position: relative;
}

.product-image-wrap img {
  width: 100%;
  max-width: 225px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content.ml-70 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content.ml-70 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content.ml-70 {
    margin-left: 0;
    margin-top: 30px;
  }
}

.product-details-content h2 {
  font: 400 40px/0 Union Rough, sans-serif;
  color: #642416;
  margin: 0 0 0;
  line-height: 1;
}

.product-details-content .product-details-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 26px;
}

.product-details-content .product-details-price span {
  font-size: 24px;
  color: #fe5252;
}

.product-details-content .product-details-price span.old {
  color: #333;
  font-size: 18px;
  text-decoration: line-through;
  margin-left: 20px;
}

.product-details-content p {
  font-size: 15px;
  line-height: 28px;
  color: #333;
  margin: 0;
}

.product-details-content .product-details-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .product-details-content .product-details-size {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .product-details-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-details-content .product-details-size .product-details-size-content {
  margin-right: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .product-details-content .product-details-size .product-details-size-content {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .product-details-size .product-details-size-content {
    margin-bottom: 0;
  }
}

.product-details-content .product-details-size .product-details-size-content span {
  display: block;
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 15px;
}

.product-details-content .product-details-size .product-details-size-conten .product-details-size-contentlist ul li {
  border-radius: 50px;
  cursor: pointer;
  display: block;
  float: left;
  height: 14px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 14px;
}

.size-option {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../../assets/img/icon-img/cart.png) no-repeat scroll right 18px center;
  border: 1px solid #8E1537;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #242424;
  font-size: 13px;
  height: 40px;
  padding: 0 50px 0 15px;
  width: 100%;
  cursor: pointer;
}

.ch_mn_body .product-details-variant span {
  display: block;
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 15px;
}

.ch_mn_body .product-details-variant .product-details-variant-content ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 2px 0 0;
}

.ch_mn_body .product-details-variant .product-details-variant-content ul li label {
  display: inline-block;
  min-width: 70px;
  border: 1px dashed #8E1537;
  border-radius: 3px;
  color: #222222;
  background-color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 8px 11px 9px;
  text-align: center;
  cursor: pointer;
}

.ch_mn_body .product-details-variant .product-details-variant-content ul li label:hover {
  background-color: #8E1537;
  color: #fff;
}

.ch_mn_body .product-details-variant .product-details-variant-content ul li input[type="radio"]:checked+label {
  background-color: #8E1537;
  color: #fff;
}

.ch_mn_body .product-details-variant .product-details-variant-content ul li input {
  display: none;
}

.product-details-content .product-details-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 34px;
}

.product-details-content .product-details-quantity .cart-plus-minus {
  background: #fff;
  border: 1px solid #e8e8e8;
  display: inline-block;
  height: 60px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px;
}

.product-details-content .product-details-quantity .cart-plus-minus .qtybutton {
  color: #8f8f8f;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 24px;
}

.product-details-content .product-details-quantity .cart-plus-minus .dec.qtybutton {
  height: 60px;
  left: 0;
  padding-top: 20px;
  top: 0;
}

.product-details-content .product-details-quantity .cart-plus-minus .inc.qtybutton {
  height: 60px;
  padding-top: 20px;
  right: 0;
  top: 0;
}

.product-details-content .product-details-quantity .cart-plus-minus input.cart-qty-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #8f8f8f;
  float: left;
  font-size: 14px;
  height: 60px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 80px;
}

.product-details-notes h4 {
  font-weight: 500;
  display: inline;
}

.product-details-notes span {
  font-size: 12px;
  color: #787878;
}

.product-details-notes .product-details-notes-content textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #bbb;
  line-height: 20px;
  height: 60px;
  background: 0 0;
  outline: 0;
  resize: none;
  overflow: hidden;
}

.panel__content__details {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  width: 100%;
  padding: 15px 15px 20px;
  gap: 1rem;
}

.panel__content__details .ch_mn_img {
  position: relative;
}

.panel__content__details .ch_mn_img img {
  min-width: 100%;
  min-height: 350px;
  background: transparent url(https://test.btdelivery.com/assets/img/loading.gif) center no-repeat;
  width: 100%;
  border-radius: 10px;
}

.panel__content__details .ch_mn_header h3 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 0;
}

.panel__content__details .ch_mn_header span {
  display: block;
  font-size: 12px;
  line-height: 1.6;
}

.panel__content__details .ch_mn_header span a {
  font-weight: 600;
  color: #8E1537;
}

.panel__content__details .ch_mn_header span a:active,
.panel__content__details .ch_mn_header span a:focus,
.panel__content__details .ch_mn_header span a:hover {
  color: #642416;
}

.shopping-cart-empty-icon {
  font-size: 4em;
  margin-bottom: 15px;
  ;
}

.shopping-cart-empty-title {
  font-size: 1.1em;
}

.shopping-cart-footer .cart-plus-minus {
  background: #fff;
  display: inline-block;
  height: 37px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.shopping-cart-footer .cart-plus-minus .qtybutton {
  color: #FFF;
  background-color: #8E1537;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0.5rem 0.7rem;
  border-radius: 5px;
}

.shopping-cart-footer .cart-plus-minus .dec.qtybutton {
  height: 37px;
  left: 0;
  top: 0;
}

.shopping-cart-footer .cart-plus-minus .inc.qtybutton {
  height: 37px;
  width: 37px;
  right: 0;
  top: 0;
}

.shopping-cart-footer .cart-plus-minus input.cart-qty-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #343a40;
  float: left;
  font-size: 16px;
  font-weight: 400;
  height: 37px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 125px;
}

.product-details-content .product-details-quantity .product-details-add-cart {
  margin: 0 25px 0 10px;
}

@media only screen and (max-width: 767px) {
  .product-details-content .product-details-quantity .product-details-add-cart {
    margin: 0 10px 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .product-details-quantity .product-details-add-cart {
    margin: 0 17px 0 10px;
  }
}

.product-details-content .product-details-quantity .product-details-add-cart a {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #68210f;
  display: inline-block;
  line-height: 1;
  padding: 23px 38px 23px;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .product-details-content .product-details-quantity .product-details-add-cart a {
    padding: 23px 12px 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .product-details-quantity .product-details-add-cart a {
    padding: 22px 22px 22px;
  }
}

.product-details-content .product-details-quantity .product-details-add-cart a:hover {
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .product-top-bar {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-top-bar .product-shorting-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .product-top-bar .product-shorting-wrap {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-top-bar .product-shorting-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-top-bar .product-shorting-wrap .shorting-select {
  margin-right: 50px;
}

.product-top-bar .product-shorting-wrap .shorting-select select {
  font-size: 14px;
  color: #606060;
  -moz-appearance: none;
  -webkit-appearance: none;
  min-width: 143px;
  background: rgba(0, 0, 0, 0) url(../../assets/img/icon-img/select.png) no-repeat scroll right 0 center;
}

.product-top-bar .product-count-result p {
  color: #606060;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .product-top-bar .product-count-result p {
    margin: 5px 0 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-top-bar .product-count-result p {
    margin: 0;
  }
}

.sidebar-widget h4.sidebar-product-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.sidebar-widget .sidebar-list ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0 15px;
}

.sidebar-widget .sidebar-list ul li:last-child {
  padding: 0 0 0;
}

.sidebar-widget .sidebar-list ul li .sidebar-list-item {
  position: relative;
}

.sidebar-widget .sidebar-list ul li a {
  display: block;
}

.sidebar-widget .sidebar-list ul li a span {
  color: #9a9a9a;
  font-weight: 500;
  background-color: #eee;
  width: 30px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border-radius: 50px;
  float: right;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-widget .sidebar-list ul li a:hover span {
  color: #fff;
  background-color: #8E1537;
}

@media only screen and (max-width: 767px) {
  .pro-pagination-style.mt-30 {
    margin-top: 10px;
  }
}

.pro-pagination-style ul li {
  display: inline-block;
  margin: 0 4px;
}

.pro-pagination-style ul li a {
  display: inline-block;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  font-size: 16px;
  border-radius: 100%;
  color: #8E1537;
  -webkit-box-shadow: 0 0 12px 0.8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 0.8px rgba(0, 0, 0, 0.1);
}

.pro-pagination-style ul li a:hover {
  background-color: #8E1537;
  color: #fff;
}

.pro-pagination-style ul li a.active {
  background-color: #8E1537;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pro-pagination-style ul li a.active:hover {
  background-color: #333;
}

.pro-pagination-style ul li a.next,
.pro-pagination-style ul li a.prev {
  background-color: #f6f6f6;
  color: #8E1537;
  font-size: 17px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pro-pagination-style ul li a.next:hover,
.pro-pagination-style ul li a.prev:hover {
  background-color: #8E1537;
  color: #fff;
}

.cd-main-content {
  text-align: center;
}

.cd-main-content h1 {
  font-size: 2rem;
  color: #64788c;
  padding: 4em 0;
}

.cd-btn {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  background-color: #89ba2c;
  color: #fff;
  border-radius: 50em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.cd-btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 0 20px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1170px) {
  .cd-main-content h1 {
    font-size: 3.2rem;
  }
}

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}

.cd-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.cd-panel.cd-panel--is-visible::after {
  background: rgb(0 0 0 / 10%);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.5s 0s;
}

header.cd-panel__header {
  position: fixed;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.96);
  background: #ffff;
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.cd-panel__header h4 {
  color: #8E1537;
  padding-left: 5%;
  line-height: 48px;
  font-weight: 600;
}

.cd-panel--from-right .cd-panel__header {
  right: 0;
}

.cd-panel--from-left .cd-panel__header {
  left: 0;
}

.cd-panel--is-visible .cd-panel__header {
  -webkit-transition: -webkit-transform 0.5s 0.5s;
  transition: -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cd-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-panel__close::after,
.cd-panel__close::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  height: 2px;
  width: 20px;
  background-color: #424f5c;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-panel__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-panel__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-panel__close:hover {
  background-color: #8E1537;
}

.cd-panel__close:hover::after,
.cd-panel__close:hover::before {
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-panel__close:hover::before {
  -webkit-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  transform: rotate(220deg);
}

.cd-panel__close:hover::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {

  0%,
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes cd-close-1 {

  0%,
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes cd-close-2 {

  0%,
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes cd-close-2 {

  0%,
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.cd-panel__container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

@media screen and (min-width: 426px) {

  .cd-panel__container,
  .cd-panel__header {
    max-width: 375px;
  }
}

.cd-panel--from-right .cd-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .cd-panel__container {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__container {
    width: 50%;
  }
}

.cd-panel__content .panel__content_sec {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.cd-panel__content .panel__content_sec p {
  font-size: 1.4rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}

.cd-panel__content .panel__content_sec p:first-of-type {
  margin-top: 0;
}

.cd-panel__content form {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .cd-panel__content .panel__content_sec p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.cd-panel__footer {
  position: fixed;
  width: 100%;
  height: 50px;
  line-height: 50px;
  max-width: 375px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.cd-panel__container .shopping-cart-content {
  margin-bottom: 20px;
}

.cd-panel__container .shopping-cart-content ul {
  flex: 1;
}

.cd-panel__container .shopping-cart-content ul li {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px;
}

.cd-panel__container .shopping-cart-content ul li .shopping-cart-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 82px;
  flex: 0 0 82px;
  margin-right: 15px;
}

.cd-panel__container .shopping-cart-content ul li .shopping-cart-img img {
  max-width: 82px;
  border-radius: 0.5rem;
}

.cd-panel__container .shopping-cart-content ul li .shopping-cart-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cd-panel__container .shopping-cart-content ul li .shopping-cart-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.cd-panel__container .shopping-cart-content ul li .shopping-cart-title h6 {
  margin-bottom: 0.1rem;
}

.cd-panel__container .shopping-cart-content ul li .shopping-cart-title span {
  font-size: 13px;
  font-weight: 500;
  color: #8E1537;
}

.cd-panel__container .shopping-cart-content ul li .shopping-cart-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cd-panel__container .shopping-cart-content ul li .shopping-cart-delete a {
  font-size: 26px;
  color: #8E1537;
}

.cd-panel__container .shopping-cart-content ul li .shopping-cart-delete a:hover {
  color: #333;
}

.cd-panel__container .shopping-cart-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  border-top: 1px solid #eceff8;
}

.cart-footer__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.cart-footer__content label {
  display: block;
  margin: 0;
  color: #999;
}

.cart-footer__content .shopping-cart-total span {
  font-weight: 600;
  color: #8E1537;
}

.cd-panel__container .shopping-cart-footer .shopping-cart-btn .btn-close-cart {
  padding: 1rem 0 !important;
  background: #fff !important;
  color: #222 !important;
  border: 1px solid #dadada !important;
  border-radius: 0.5rem;
}

.cd-panel__container .shopping-cart-footer .shopping-cart-btn .btn-close-cart::after {
  border-radius: 0.5rem;
}

.cd-panel__container .shopping-cart-footer .shopping-cart-btn .default-btn {
  margin-top: 5px;
  padding: 15px;
  font-weight: 500;
  font-size: 13px;
  display: block;
  z-index: 1;
  line-height: 1;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #8E1537;
  cursor: pointer;
  text-align: center;
}

.cd-panel__container .shopping-cart-footer .shopping-cart-btn .default-btn:hover {
  opacity: 0.9;
}

.cd-panel__container .shopping-cart-footer .shopping-cart-btn .default-btn.disabled {
  background: #8E153794;
  pointer-events: none;
  cursor: not-allowed;
}

.cd-panel__container .shopping-cart-footer .shopping-cart-btn a span {
  text-transform: none !important;
}

.cd-panel__container .shopping-cart-footer .shopping-cart-btn a.disabled {
  pointer-events: none;
  cursor: default;
  border: 1px solid #ff98005c;
  color: #ff98005c;
}

.cd-panel__container .card .card-footer {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}

.cd-panel__content {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0 125px 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.cd-panel__content.mincart-content {
  padding: 50px 0 148px 0;
}

.cd-panel__content p {
  font-size: 1.4rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}

.cd-panel__content p:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .cd-panel__content p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.cd-panel__footer {
  position: fixed;
  width: 100%;
  height: 50px;
  line-height: 50px;
  max-width: 375px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.btn-count-item:active,
.btn-count-item:hover {
  color: #ff5722 !important;
}

.btn-count-item:disabled:active,
.btn-count-item:disabled:hover {
  color: #f8f9fa !important;
}

.item-count {
  width: 2rem;
  height: 2rem;
  padding: 0.5rem 0.35rem;
  cursor: default;
}

.order-success-area .success-header h2,
.order-success-area .success-header h3 span {
  color: #8E1537;
  font-weight: 600;
}

.order-success-area .success-page-body {
  border: 2px dashed #dedede;
  padding: 25px;
}

.order-success-area .table {
  font-size: 15px;
  line-height: 1.5rem;
}

.order-success-area .table>tbody>tr:first-child>td {
  border: none;
}

.order-success-area .table-price>tbody>tr:last-child>td {
  color: #8E1537;
  font-size: 17px;
  font-weight: 600;
}

.order-success-area .table-price>tbody>tr>td:first-child {
  font-weight: 600;
}

.table-menu-details {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .cart-main-area.pb-100 {
    padding-bottom: 60px;
  }
}

h3.cart-page-title {
  font: 400 40px/0 Union Rough, sans-serif;
  color: #642416;
  font-weight: 500;
  margin: 0 0 35px;
}

.cart-table table {
  border: 1px solid #8E1537;
  width: 100%;
}

.cart-table table thead>tr {
  background-color: #fcc78321;
  border: 1px solid #8E1537;
}

.cart-table table thead>tr th {
  border-top: medium none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 21px 40px 22px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-table table thead>tr th {
    padding: 21px 35px 22px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table table thead>tr th {
    padding: 21px 20px 22px;
  }
}

.cart-table table tbody>tr {
  border-bottom: 1px solid #8E1537;
}

.cart-table table tbody>tr td.product-thumbnail {
  width: 150px;
}

.cart-table table tbody>tr td.product-thumbnail img {
  max-width: 82px;
}

.cart-table table tbody>tr td.product-name .product-title {
  color: #8E1537;
  font-weight: 600;
}

.cart-table table tbody>tr td.product-name .product-title:active,
.cart-table table tbody>tr td.product-name .product-title:hover {
  color: #62190c;
}

.cart-table table tbody>tr td.product-name ul {
  font-size: 12px;
  line-height: 1rem !important;
}

.cart-table table tbody>tr td.product-quantity .cart-qty {
  min-width: 1rem;
}

.cart-table table tbody>tr td.product-quantity .cart-qty input.cart-qty-box {
  color: #333;
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0;
  width: 110px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  text-align: center;
}

.cart-table table tbody>tr td.product-remove a {
  color: #666;
  font-size: 17px;
  margin: 0 13px;
  cursor: pointer;
}

.cart-table table tbody>tr td.product-remove a:hover {
  color: #8E1537;
}

.cart-table table tbody>tr td {
  background: #fff;
  color: #333;
  font-size: 15px;
  padding: 30px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cart-table table tbody>tr td {
    padding: 10px 10px;
  }
}

.cart-table table tbody>tr td .show-details {
  font-size: 11px;
}

.cart-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 55px;
}

@media only screen and (max-width: 767px) {
  .cart-update-wrapper {
    display: block;
    padding: 30px 0 15px;
  }
}

.cart-update-wrapper .cart-clear>a,
.cart-update-wrapper .cart-clear>button,
.cart-update-wrapper .cart-update>a {
  background-color: #fff;
  color: #8E1537;
  border: 1px solid #8E1537;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 63px 17px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .cart-update-wrapper .cart-clear>a,
  .cart-update-wrapper .cart-clear>button,
  .cart-update-wrapper .cart-update>a {
    padding: 18px 25px 17px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {

  .cart-update-wrapper .cart-clear>a,
  .cart-update-wrapper .cart-clear>button,
  .cart-update-wrapper .cart-update>a {
    padding: 10px;
    margin: 0 0 15px;
  }
}

.cart-update-wrapper .cart-clear>a:hover,
.cart-update-wrapper .cart-clear>button:hover,
.cart-update-wrapper .cart-update>a:hover {
  background-color: #8E1537;
  color: #fff;
}

.cart-update-wrapper .cart-clear>button {
  cursor: pointer;
  margin-right: 27px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-update-wrapper .cart-clear>button {
    margin-right: 15px;
  }
}

.grand-total {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 1rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grand-total {
    padding: 45px 18px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grand-total {
    margin-top: 30px;
  }
}

.grand-total .title-wrap {
  position: relative;
  padding-bottom: 1rem;
}

.grand-total .title-wrap::before {
  background-color: #f9b566;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}

.grand-total .title-wrap h4.cart-bottom-title {
  font: 400 40px/0.5 Union Rough, sans-serif;
  color: #642416;
  display: inline-block;
  margin: 0;
  padding-right: 18px;
  line-height: 1;
}

.grand-total .title-wrap .section-bg-gary-cart {
  background-color: #fff;
  position: relative;
  z-index: 9;
}

.grand-total h5 {
  font-size: 14px;
  margin: 36px 0 27px;
}

.grand-total h5 span {
  float: right;
  font-size: 18px;
  font-weight: 500;
}

.grand-total .total-shipping {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 0 0 27px;
  padding: 28px 0;
}

.grand-total .total-shipping h5 {
  font-size: 14px;
  margin: 0;
}

.grand-total .total-shipping ul {
  padding: 19px 0 0 0;
}

.grand-total .total-shipping ul li {
  color: #242424;
  list-style: outside none none;
  margin: 0 0 6px;
}

.grand-total .total-shipping ul li:last-child {
  margin: 0 0 0;
}

.grand-total .total-shipping ul li input {
  background: #e9e9e9 none repeat scroll 0 0;
  border: 1px solid #d7d7d7;
  border-radius: 5px !important;
  color: #626262;
  cursor: pointer;
  height: 13px;
  margin-right: 10px;
  padding: 0;
  position: relative;
  top: 2px;
  width: 13px;
}

.grand-total .total-shipping ul li span {
  float: right;
}

.grand-total h4.grand-total-title {
  color: #8E1537;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 25px;
}

.grand-total h4.grand-total-title span {
  float: right;
}

.grand-total button {
  background-color: #8E1537;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 10px 17px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
}

.grand-total button:hover {
  background-color: #62190c;
}

.grand-total .additional-info-wrap .additional-info textarea {
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
  height: 138px;
  padding: 0.5rem;
  resize: none;
}

.checkout-area {
  background: #f9f9f9;
}

.billing-info-wrap .billing-info-body {
  padding: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(27, 27, 27, 0.1);
  box-shadow: 0 2px 5px 0 rgba(27, 27, 27, 0.1);
}

.billing-info-header label {
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #642418e3;
}

.billing-info-wrap .billing-info label,
.billing-info-wrap .billing-select label {
  color: #222;
  font-weight: 400;
  margin: 0 0 7px;
}

.billing-info-wrap .billing-info .billing-row-adds,
.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-info textarea,
.billing-info-wrap .billing-select input,
.your-order-area .your-order-wrap textarea {
  background: transparent none repeat scroll 0 0;
  border-radius: 0.5rem;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 1rem;
}

.billing-info-wrap .billing-info input.dpicker {
  max-width: 150px;
  margin-left: 15px;
}

.billing-info textarea {
  resize: none;
}

.billing-info .billing-row-adds {
  min-height: 88px;
}

.invalid label {
  color: #dc3545 !important;
}

.invalid input,
.invalid textarea {
  border-color: #dc3545 !important;
}

.billing-info-wrap .billing-info input.billing-address,
.billing-info-wrap .billing-select input.billing-address {
  margin-bottom: 10px;
}

.billing-info-wrap .billing-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
  height: 45px;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0) url(../../assets/img/icon-img/select.png) no-repeat scroll right 18px center;
  cursor: pointer;
}

.billing-info-wrap .checkout-account {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.billing-info-wrap .checkout-account input {
  border: 1px solid #9fa0a2;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.billing-info-wrap .checkout-account span {
  color: #333;
  font-weight: 400;
  margin: 0 0 0 12px;
}

.billing-info-wrap .checkout-account-toggle input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 0 20px;
}

.billing-info-wrap .checkout-account-toggle button.checkout-btn {
  background-color: #8E1537;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 30px;
  text-transform: uppercase;
  z-index: 9;
}

.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover {
  background-color: #62190c;
}

.billing-info-wrap .form-check-label {
  color: #888;
  cursor: pointer;
}

input[type="radio"]:checked+label {
  color: #222;
}

.grand-total .additional-info-wrap {
  margin: 0 0 27px;
}

.grand-total .additional-info-wrap h4 {
  font-size: 16px;
  font-weight: 500;
}

.grand-total .additional-info-wrap .additional-info label {
  color: #333;
  font-size: 14px;
  margin: 0 0 7px;
}

.billing-order-area,
.prg-order-area,
.your-order-area,
.your-order-payment {
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px 0 rgba(27, 27, 27, 0.1);
  box-shadow: 0 2px 5px 0 rgba(27, 27, 27, 0.1);
  background: #fff;
  border-radius: 0.5rem;
}

.billing-order-area .billing-order-header,
.prg-order-area .prg-order-header,
.your-order-area .your-order-header,
.your-order-payment .order-payment-header {
  padding: 0.8rem 1rem;
  background: #8E1537;
  border: none;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.billing-order-header label,
.prg-order-header label,
.your-order-area .your-order-header label,
.your-order-payment .order-payment-header label {
  color: #ffff;
  font-weight: 600;
  margin: 0;
}

.your-order-area .your-order-wrap .your-order-bottom {
  padding: 0 1rem;
  background-color: #f3ede8;
}

.your-order-area .your-order-wrap .your-order-bottom textarea {
  background: 0 0;
  border: none;
  resize: none;
}

.your-order-footer {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  border-top: 1px solid #dedede;
}

.your-order-footer label {
  font-weight: 500;
  font-size: 1rem;
}

.your-order-footer textarea {
  background: 0 0;
  border: none;
  padding: 0;
  resize: none;
}

.your-order-payment {
  position: relative;
  background-color: #fff;
}

.your-order-payment label {
  font-weight: 400;
  margin: 0;
}

.your-order-payment label i {
  font-size: 1.5rem;
  margin-right: 10px;
  vertical-align: middle;
}

.error-min-order p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #f37133;
  margin-bottom: 15px;
}

@media screen and (max-width: 425px) {
  .error-min-order p {
    font-size: 14px;
  }
}

.payment-method {
  display: flex;
  flex-direction: column;
}

.order-submit>a {
  background-color: #1b2d2d;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1;
  padding: 18px 20px;
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
  border-radius: 0.5rem;
}

.order-submit>a.btn-disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #795548;
  background: #a94210;
}

.order-submit>a:hover {
  background-color: #8E1537;
  box-shadow: 0 2px 5px 0 #6424168c;
  -webkit-box-shadow: 0 2px 5px 0 #6424168c;
}

.table-checkout td,
.table-checkout th {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 0.5rem 0.75rem;
  border: 0;
}

.table-checkout th {
  font-weight: 600;
}

.table-checkout tr {
  line-height: 2rem;
}

.table-checkout td:first-child {
  width: 5px;
}

.table-checkout td:nth-child(2) {
  font-weight: 500;
}

.table-checkout td small,
.table-checkout th {
  color: #797979;
}

.table-checkout td ul {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.table-checkout td:last-child,
.table-checkout th:last-child {
  text-align: right;
}

.table-checkout tr td.od_g {
  color: #8E1537;
}

.table-checkout tr:last-child td {
  border: 0;
}

.your-order-wrap .your-order-total {
  padding: 0 1rem;
}

.your-order-total .order-total strong {
  font-weight: 600;
  color: #8E1537;
}

hr.order-hr-sp {
  background-color: rgba(0, 0, 0, 0.12);
  border: none;
  height: 2px;
  margin: 0;
}

.your-order-total .row {
  padding: 0.5rem 0 1rem 0;
}

.your-order-total .o_notes_section {
  border-top: 1px solid #dededede;
  background-color: #fff;
  padding: 0.5rem 0;
}

.your-order-total .o_notes_section label {
  font-size: 1rem;
  color: #8E1537;
}

.your-order-total .o_notes_section textarea {
  background: #fff;
  border: 0;
  resize: none;
}

.billing-order-info {
  padding: 5px 5px 10px;
  font-size: 14px;
}

.billing-order-info .table th {
  border: 0;
  padding-bottom: 8px;
}

.billing-order-info .table td {
  border: 0;
  padding: 0 0.75rem;
}

.billing-order-info .billing-addrs {
  display: block;
  flex-wrap: wrap;
  padding: 0.5rem;
}

.billing-order-info .billing-addrs .billing-addrs-title {
  display: block;
  margin-block-start: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}

.billing-side-payment {
  padding: 1.3rem;
  border: 1px solid #dadada;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1);
  box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1);
}

@media only screen and (max-width: 767px) {
  .billing-side-payment {
    margin-top: 1rem;
  }
}

.billing-side-payment .btn-mako {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.2;
}

.billing-side-body {
  margin-bottom: 1.2rem;
  line-height: 1.4;
}

.billing-side-body a {
  color: #8E1537;
}

.billing-side-body a:active,
.billing-side-body a:focus,
.billing-side-body a:hover {
  color: #642416;
}

.prg-step {
  position: relative;
  padding-left: 45px;
  list-style: none;
}

.prg-step::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 10px;
  height: 100%;
  border-left: 2px solid #ccc;
}

.prg-step-item {
  position: relative;
  counter-increment: list;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 1rem 0;
}

.prg-step-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  height: 100%;
  width: 10px;
}

.prg-step-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: -35px;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}

.prg-step-item.is-done::before {
  border-left: 2px solid #8E1537;
}

.prg-step-item.is-done::after {
  position: absolute;
  top: 1rem;
  left: -35px;
  content: "";
  font-size: 0.5rem;
  color: #fff !important;
  text-align: center;
  border: 2px solid #8E1537;
  background-color: #8E1537;
}

.prg-step-item h4 {
  display: block;
  font-weight: 500;
}

.prg-step strong {
  display: block;
}

.order-failure,
.order-success {
  background: #f9f9f9;
}

.order-success-image {
  padding-bottom: 50px;
}

.order-success-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #8E1537;
}

.order-success-subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.order-success-textcontent {
  font-size: 16px;
  margin-bottom: 5px;
}

.billing-order-row-title {
  color: #6c757d;
}

.login-area {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.login-area .login-area-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-area .login-area-tab-list a {
  position: relative;
  width: 50%;
  float: left;
  text-align: center;
  background: #8E153740;
  cursor: pointer;
}

.login-area .login-area-tab-list::after {
  clear: both;
  content: "";
  display: table;
}

.login-area .login-area-tab-list a.active {
  background: #fff;
}

.login-area .login-area-tab-list a h4 {
  font-size: 23px;
  font-weight: 700;
  color: #9e9e9ea6;
  line-height: 62px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.login-area .login-area-tab-list a:last-child::before {
  display: none;
}

.login-area .login-area-tab-list a.active h4 {
  color: #8E1537;
}

.login-area .login-form-area {
  background: transparent none repeat scroll 0 0;
  padding: 80px;
  text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-area .login-form-area {
    padding: 80px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .login-area .login-form-area {
    padding: 40px 15px;
  }
}

.login-area .login-form-area .login-form form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #333;
  font-size: 14px;
  height: 45px;
  margin-bottom: 30px;
  padding: 0 15px;
}

.login-area .login-form-area .login-form form input:active,
.login-area .login-form-area .login-form form input:focus {
  border-color: #8E1537;
}

.login-area .login-form-area .login-form form .button-box .login-toggle-btn {
  text-align: right;
  padding: 10px 0 19px;
}

.login-area .login-form-area .login-form form .button-box .login-toggle-btn label {
  color: #242424;
  font-size: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .login-area .login-form-area .login-form form .button-box .login-toggle-btn label {
    font-size: 14px;
  }
}

.login-area .login-form-area .login-form form .button-box .login-toggle-btn a {
  color: #242424;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .login-area .login-form-area .login-form form .button-box .login-toggle-btn a {
    font-size: 14px;
  }
}

.login-area .login-form-area .login-form form .button-box .login-toggle-btn a:hover {
  color: #8E1537;
}

.login-area .login-form-area .login-form form .button-box button {
  background-color: #f2f2f2;
  border: medium none;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  padding: 11px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.login-area .login-form-area .login-form form .button-box button:hover {
  background-color: #8E1537;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .login-register-area.pb-100 {
    padding-bottom: 60px;
  }
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader__container {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
}

.loader__container .loader__main {
  background: #fff;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 8px;
}

.loader {
  position: absolute;
  margin: -18px 0 0 -18px;
  border: 3.6px solid #8E1537;
  box-sizing: border-box;
  overflow: hidden;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
  animation: loader-spin 2s linear infinite reverse;
  -webkit-filter: url(#goo);
  filter: url(#goo);
  -webkit-box-shadow: 0 0 0 1px #8E1537 inset;
  box-shadow: 0 0 0 1px #8E1537 inset;
}

.loader:before {
  content: "";
  position: absolute;
  -webkit-animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
  animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
  background: #8E1537;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  border-radius: 50%;
  width: 150%;
  height: 150%;
  top: 50%;
  left: -12.5%;
}

.location-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  padding: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

body.modal-open {
  overflow: hidden;
}

.location-modal.modal-open {
  display: block;
}

body.modal-open .page-content {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}

.location-modal:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}

.location-modal .location-modal-body {
  background-color: #fefefe;
  display: inline-block;
  max-width: 500px;
  position: relative;
  border-radius: 0.5rem;
  width: 80%;
  padding: 1rem;
}

.location-modal .location-modal-body button.close,
.location-modal .payment-modal-body button.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 1rem;
  z-index: 2;
}

.location-modal-body label {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.location-modal-body .location-details {
  padding-bottom: 1rem;
}

.location-details input {
  flex: 1;
  height: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 1rem;
  background: 0 0;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}

.location-details .autocomplete-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #eee;
  border-radius: 5px;
}

.autocomplete-input span {
  padding: 10px;
  cursor: pointer;
  display: none;
  color: #999;
}

.location-modal .chpayment-modal {
  background-color: #fefefe;
  width: 80%;
  max-width: 500px;
  margin: auto;
  position: relative;
  border-radius: 0.3rem;
  padding: 0 !important;
}

.location-modal .chpayment-modal .chpayment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.location-modal .chpayment-modal .chpayment-header h4 {
  font-weight: 600;
}

.location-modal-body .location-err-sec h3 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {

  .location-modal .chpayment-modal,
  .location-modal .location-modal-body {
    width: 90%;
  }

  .location-modal-body label {
    font-size: 1rem;
  }

  .location-modal-body .location-err-sec h3 {
    font-size: 16px;
  }
}

.pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
  z-index: 99999;
}

.location-map-section {
  display: none;
}

.location-err-sec .location-error-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  color: #dd0000
}

@media screen and (min-width: 768px) {
  #mapCanvas {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  #mapCanvas {
    height: 350px;
  }
}

.op-l {
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}

.cp-l {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid #8E1537;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #8E1537 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rb-payment {
  padding: 0 10px;
}

.rb-payment.ac {
  background: #8E153717;
  border-radius: 3px;
}

.payment-label {
  display: flex;
  flex-direction: row;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px 0 10px 30px;
}

.rb-payment.ac .payment-label {
  font-weight: 500;
}

.payment-m-img {
  display: inline-block;
}

.rb-payment-title {
  display: inline-block;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  font-size: 14px;
}

.rb-payment-text {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
}

.rb-payment-csin {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.rb-payment-csin::after {
  background-color: #8E1537;
  border-radius: 50%;
  content: "";
  display: none;
  left: 3px;
  position: absolute;
  top: 3px;
  height: 16px;
  width: 16px;
}

.rb-payment-input {
  display: none;
}

.rb-payment-input:checked~.rb-payment-csin::after {
  display: block;
}

.rb-payment-input:disabled~.rb-payment-csin {
  opacity: 0.6;
  pointer-events: none;
}

.payment-m-img img {
  max-width: 40px;
}

.tracking__body {
  text-align: left;
}

.tracking-order label {
  margin-bottom: 5px;
  font-size: 14px;
}

.tracking-order input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #bbb;
  height: 40px;
  line-height: 20px;
  background: 0 0;
  outline: 0;
}

.process_pyt {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 500px;
}

.process_pyt .loader {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

.process_pyt .process_pyt_b {
  margin-top: 1rem;
  text-align: center;
}

.process_pyt .process_pyt_b a,
.process_pyt .process_pyt_b p {
  font-size: 12px;
  margin: 0;
  color: #a8a8a8;
}

.process_pyt .process_pyt_b p:first-child {
  color: #ca1c23;
}

.header__location {
  padding: 0 15px;
  display: none;
}

.header-location,
.header__changelocation {
  padding: 8px 0;
  display: flex;
  flex-direction: row;
  -webkit-display: flex;
  -webkit-flex-direction: row;
  max-width: 320px;
  align-items: center;
  z-index: 9;
}

.header-location {
  width: 240px;
  padding: 8px 10px;
  border: 1px solid #dedede;
  border-radius: 10px;
  margin: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .header-location {
    display: none;
  }

  .header__location {
    display: block;
  }
}

.changelocation__right,
.location-right {
  margin-left: 10px;
  flex: 1;
  -webkit-flex: 1;
}

.changelocation__right h5,
.location-right h5 {
  margin: 0;
  font-size: 12px;
}

.changelocation__right p,
.location-right p {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.select2-container {
  z-index: 99999;
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] span h4,
.select2-container--default .select2-results__option--highlighted[aria-selected] span p {
  color: #fff;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #8E1537;
}

.select2-container--default .select2-selection--single {
  border: 0;
}

.select2-search--dropdown {
  padding: 8px;
}

.select2-dropdown {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  border-radius: 5px;
}

.autocomplete-results {
  right: 0;
  left: 0;
  position: absolute;
  display: none;
  background-color: #fff;
  padding: 0;
  list-style-type: none;
  margin: 0 2rem;
  border: 1px solid #d2d2d2;
  border-top: 0;
  box-sizing: border-box;
  text-align: left;
  z-index: 1;
}

.autocomplete-item {
  padding: 0.5rem;
  line-height: 1.5rem;
  border-top: 1px solid #d9d9d9;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .autocomplete-results {
    margin: 0 1rem;
  }

  .autocomplete-item {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}

.dtype__area {
  width: 100%;
}

.dtype__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-bottom: 0.8rem;
  justify-content: space-between;
  align-items: center;
}

.dheader__item {
  width: 50%;
  padding: 8px;
  line-height: 1.2;
  color: #6c757d;
  cursor: pointer;
  z-index: 1;
}

.dheader__item.active {
  color: #8E1537;
  border-bottom: 2px solid #8E1537;
}

.dtype__body {
  width: 100%;
  text-align: left;
}

.dbody__item .dbody__title h4 {
  font-size: 16px;
  color: #696969;
}

.dbody__item .city__list,
.dbody__item .input-store {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #dedede;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #dedede;
}

.city__list input {
  background: 0 0;
  border: 0;
  outline: 0;
}

.city__list span {
  font-size: 16px;
}

.dbody__action {
  margin-top: 20px;
}

.dbody__action .btn-mako {
  padding: 10px !important;
}

.outlet__box {
  display: flex;
  flex-wrap: wrap;
  -webkit-felx-wrap: wrap;
  align-items: center;
}

.input-store {
  flex: 1;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-right: 10px;
}

.outlet__box button {
  height: 45px;
  outline-width: 0;
  box-shadow: none !important;
}

.button-store {
  margin-top: 10px;
  font-size: 12px;
}

.opt-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.opt-item>span:first-child {
  margin-right: 10px;
}

.opt-item>span:nth-child(2) {
  flex: 1;
}

.opt-item>span:nth-child(2)>h4 {
  font-size: 14px;
  margin: 0;
}

.opt-item>span:nth-child(2)>p {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
}

.opt-logo {
  max-width: 30px;
}

.input-store>input {
  width: 100% !important;
  min-width: 278px;
  max-width: 512px;
  font-size: 16px;
  border: 0;
  outline-width: 0 !important;
  background: #fff;
  box-shadow: none !important;
}

.fs-area {
  position: relative;
  overflow: hidden;
  max-width: 1170px;
  margin: auto;
}

.fs-area .fs__title {
  display: flex;
  flex-direction: row;
  align-items: end;
  margin-left: 15px;
  margin-right: 15px;
}

.fs__title h3 {
  font-family: "Union Rough", sans-serif;
  font-size: 50px;
  text-transform: capitalize;
  font-weight: 700;
  color: #642416;
  padding-bottom: 10px;
}

.fs__title .fs__cdtimer {
  margin-left: 10px;
}

.fs__timer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fs__timer .fs__timercount {
  padding: 5px 8px;
  border-radius: 3px;
  background: #dc3545;
  color: #fff;
}

.fs__timer .fs__timercolon {
  margin-left: 2px;
  margin-right: 2px;
}

.fs__body {
  display: block;
  overflow-x: scroll;
  padding-bottom: 10px;
}

.fs__bodycontent {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
}

.fs__body .fs__itemwrap {
  padding-left: 8px;
  padding-right: 8px;
}

.fs__itemwrap {
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  max-width: 43%;
}

@media only screen and (max-width: 321px) {
  .fs__title h3 {
    font-size: 38px;
  }

  .fs__timer .fs__timercount {
    padding: 3px 5px;
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .fs__itemwrap {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 768px) {
  .fs__itemwrap {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
}

@media (min-width: 992px) {
  .fs__itemwrap {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
}

.fs__item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px #ddd;
  box-shadow: 0 2px 8px #ddd;
}

.fs__itemimg img {
  width: 100%;
}

.fs__itembody {
  padding: 8px;
}

.fs__itembody .fs__bodytitle {
  color: red;
  font-size: 12px;
}

.fs__itembody h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.fs__itembody .fs__realprice {
  font-size: 12px;
  text-decoration: line-through;
  color: #6666;
}

.fs__itembody .fs__price {
  font-weight: 600;
}

.fs__notes {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #dc3545 !important;
}

/* COUPON SYSTEM */
.order-coupon {
  margin: 1rem 0;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px 0 rgb(27 27 27 / 10%);
  box-shadow: 0 2px 5px 0 rgb(27 27 27 / 10%);
}

.over-coupon-title {
  padding: 1rem;
  background: #8E1537;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.order-coupon-title {
  padding: 1rem;
  background: #8E1537;
  color: #fff;
}

.order-coupon-body {
  position: relative;
  padding: 1rem;
}

.order-coupon-act {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 1px solid #6c757d;
  color: #6c757d;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 8px;
}

span.err {
  font-size: 12px;
  color: #dc3545;
}

.coupon-modal-body {
  background-color: #fefefe;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  position: relative;
  border-radius: 0.5rem;
  text-align: left;
}

.coupon-modal-title {
  padding: 1rem;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.coupon-modal-content {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  overflow: auto;
  height: calc(100vh - 75px);
  max-height: 425px;
}

.coupon-modal-item {
  padding: 0;
  border: 1px solid #e9ecef;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 15px;
  cursor: pointer;
}

.coupon-modal-item.selected {
  border-color: #dc3545;
  background-color: #fffafc;
}

.coupon-item-title {
  font-weight: 600;
  padding: 10px 10px 0;
}

.coupon-item-description {
  font-size: 14px;
  padding: 5px 10px;
}

.coupon-item-expired-time{
  padding: 5px 10px 10px;
  font-size: 13px;
  background-color: rgb(170 170 170 / 20%);
}

.coupon-modal-footer {
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
}

.coupon-modal-footer button {
  outline: none;
  border: 0;
  padding: 10px 1rem;
  width: 142px;
  border-radius: 8px;
}

.coupon-modal-footer button.disabled {
  background: #dedede;
  pointer-events: none;
}

.modal-cancel {
  font-size: 14px;
  margin-right: 10px;
  background: transparent;
}

.autocomplete-input {
  position: relative;
}

.searchSuggestion {
  display: flex;
  flex-direction: column;
  border-radius: 0.25em;
  max-height: 280px;
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  overflow-y: scroll;
  background: #FFF;
  text-align: left;
  -webkit-box-shadow: 0 1px 6px 0 rgb(49 53 59 / 12%);
  box-shadow: 0 1px 6px 0 rgb(49 53 59 / 12%);
}

.searchSuggestion__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
  padding: .7rem .5rem;
}

.searchSuggestion__icon {
  padding: 0 8px;
  color: #dc3545;
}

.searchSuggestion__item__wrapper span {
  font-weight: 600;
}

.searchSuggestion__item__wrapper p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #56645680;
}

.placeDetails__wrapper,
.placeMaps {
  height: 100%;
}

#add-items-cart.disabled {
  background: #ccc;
  pointer-events: none;
  cursor: not-allowed;
}



.lazy-load {
  background: linear-gradient(-90deg, #f1f1f1, #2222, #dedede);
  -webkit-animation: gradient 3s ease infinite;
  -moz-animation: gradient 3s ease infinite;
  animation: gradient 3s ease infinite;
  background-size: 200% 200%;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 91% 100%
  }

  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 91% 100%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}