/*-- Google Font --*/

@import url("https://fonts.googleapis.com/css?family=Noto+Sans:300,400,500,600,700,800,900");
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

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

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

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  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;
  color: #000;
}

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: none !important;
}

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

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

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.7rem;
  margin-bottom: 0.7rem;
  border: 0;
  border-top: 1px solid #dedede;
}

/*-- FONT -- */

@font-face {
  font-family: "Union Rough";
  src: url("../fonts/UnionRough/Union Rough Bold.eot");
  src: url("../fonts/UnionRough/Union Rough Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/UnionRough/Union Rough Bold.woff2") format("woff2"),
    url("../fonts/UnionRough/Union Rough Bold.woff") format("woff"),
    url("../fonts/UnionRough/Union Rough Bold.svg#Union Rough Bold")
      format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  unicode-range: U+0020-00BF;
}

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

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

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

.btn-jco:hover,
.btn-jco:active {
  border-color: #642416;
  color: #f26725;
}

.btn-jco2 {
  -webkit-background-color: #f26725;
  -o-background-color: #f26725;
  -moz-background-color: #f26725;
  -webkit-appearance: none;
  background-color: #f26725;
  color: #fff;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: none !important;
}

.btn-jco2:hover,
.btn-jco2:active {
  background-color: #642416;
  color: #fff;
  /* color: #F26725; */
}

.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 a:hover {
  border: 1px solid #f26420;
  color: #fff;
}

.btn-hover a::before,
.btn-hover a::after {
  content: "";
  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: #f26420;
}

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

/*************************
  Basic margin padding
*************************/

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

/*************************
        Margin top
*************************/

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

/*************************
    Margin right
*************************/

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

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

/*************************
    Margin bottom
*************************/

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

/*************************
        Margin left
*************************/

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

/*************************
        Padding top
*************************/

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

/*************************
        Padding right
*************************/

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

/*************************
        Padding bottom
*************************/

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

/*************************
        Padding left
*************************/

.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 Placeholder
-----------------------------------------*/

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

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

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

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

input:focus {
  background: transparent;
}

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

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

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

/*-- 
  Scroll Up 
-----------------------------------------*/

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

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

#scrollUp i {
  display: block;
  line-height: 50px;
  font-size: 22px;
}

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

#scrollUp:hover i {
  -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;
}

.height-100 {
  height: 100vh;
}

/* section .main-content {
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  section .main-content {
    padding-top: 75px;
  }
} */

/*  -- header -- */

.header-area {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.sticky-bar.stick {
  width: 100%;
  /*height: 52px;*/
  color: rgba(49, 53, 59, 0.96);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  /*box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px 0px;*/
  z-index: 999;
  /*max-width: 500px;*/
  margin: 0px auto;
  transition: background-color 700ms ease 0s;
}

.jco-logo-stick {
  position: relative;
  margin: 5px 0;
}

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

@media only screen and (max-width: 768px) {
  .jco-logo-stick img {
    width: 40px;
  }
}

.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 0px 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: 0px;
}

.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: 0px;
}

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

.main-menu nav ul li ul.submenu li a::before {
  background: #f26420 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: #f69321 !important;
}

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

.header-bar {
  width: 100%;
  margin: auto;
  padding: 0 1rem;
}

/* @media only screen and (max-width:768px) {
	.header-bar {
	}
} */

@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;
  flex-direction: row;
  justify-content: flex-end;
  padding: 1rem .5rem;
}

@media only screen and (max-width: 767px) {
  .header-right-wrap {
    /* margin-right: 50px; */
  }
}

.header-right-wrap .btn-track-order{
  font-size: 13px;
}

.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: #000;
}

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

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

.header-right-wrap .cart-bag {
  margin-left: 14px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-wrap .cart-bag {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header-right-wrap .cart-bag {
    margin-left: 5px;
  }
}

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

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

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

.header-right-wrap .cart-bag.cart-wrap {
  margin-left: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-wrap .cart-bag.cart-wrap {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .header-right-wrap .cart-bag.cart-wrap {
    margin-left: 10px;
  }
}

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

.header-right-wrap .cart-bag.cart-wrap button span.count-style {
  position: absolute;
  top: -9px;
  right: -14px;
  background-color: #f26725;
  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: #f26420;
}

.header-top-area {
  background-color: #f26725;
}

.header-top-area .header-top-wap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
}

@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: 0px;
    margin-top: 0px;
  }
}

.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: 13px;
  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-top-area .header-top-wap .top-contact-wrap .contact-list:hover a, .header-top-area .header-top-wap .top-location-wrap .loc a:hover {
  font-size: 1rem;
} */

.header-res-padding {
  width: 100%;
  /*height: 52px;*/
  color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  /*box-shadow: initial;
    max-width: 500px;*/
  background-color: rgb(255, 255, 255);
  margin: 0px auto;
  transition: background-color 700ms ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-res-padding {
    /*  padding: 20px 0 15px;*/
  }
}

@media only screen and (max-width: 767px) {
  /*.header-res-padding {
    padding: 20px 0 15px;
  }*/
}

.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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.tab-nav {
  padding: 10px;
  position: sticky;
  top: 104px;
  left: 0;
  z-index: 10;
  background: #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

.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: #f26420;
  width: 80px;
  height: 2px;
  top: 0px;
}

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

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

h2.menu-h-title {
  font-family: "Union Rough", sans-serif;
  font-size: 50px;
  text-transform: capitalize;
  font-weight: 700;
  color: #642416;
  margin-top: 25px;
  /* border-bottom:#F26725 1px dotted; */
  padding-bottom: 10px;
}

/* -- SLIDER AREA -- */

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

@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: 320px;
  }
}

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

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

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

@media only screen and (max-width: 375px) {
  .slider-items.slider-height-res {
    height: 108px;
    position: relative;
  }
  .slider-items.slider-height-res:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    /*background-color: #fff;*/
    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: 0px 0 0;
  }
}

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

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

.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 #f26420;
  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 0px 0 0px;
  }
}

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

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

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

.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 {
  color: #f1f1f1;
  display: inline-block;
  font-size: 40px;
  left: 80px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  -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;
}

.owl-carousel .owl-stage-outer {
  border-radius: 10px;
}

@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: 15px;
    font-size: 30px;
  }
}

.slider.owl-carousel .owl-nav div:hover {
  color: #f26420;
}

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

@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: 15px;
  }
}

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

.main-product-area {
  background: #f7f7f7;
}

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

.product-tab-list {
  width: 100%;
  max-width: 1170px;
  margin: auto;
}

.product-tab-list .tab-wrap {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}

/* .product-tab-list.sticky-list .tab-wrap{
	margin-left: 170px;
} */

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

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

  .tab-wrap::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .tab-wrap {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  .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;
  margin-right: 10px;
  padding: 0.25rem 0.75rem .25rem 0;
  border-radius: 0.5rem;
  color: #fff;
}

.product-tab-list a.promo-list {
  background: #ffa461;
}
.product-tab-list a.specialities-list {
  background: #fee66b;
}
.product-tab-list a.donuts-list {
  background: #f7e7c3;
}
.product-tab-list a.beverage-list {
  background: #dc9a78;
}
.product-tab-list a.jcool-list {
  background: #ffffff;
}
.product-tab-list a.cookies-list {
  background: #fdbe6e;
}
.product-tab-list a.merchandise-list {
  background: #f48186;
}
.product-tab-list a.hampers-list {
  background: #d6e7b0;
}
.product-tab-list a.others-list {
  background: #fee9ce;
}
.product-tab-list a.all-day-meal-list {
  background: #ffb103;
}

.product-tab-list .tab-list-img {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 4px 0 8px;
}

.product-tab-list .tab-list-title {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  flex-flow: column nowrap;
  margin: auto;
}

.product-tab-list a h4 {
  font-weight: 400;
  font-size: 18px;
  color: #763728;
  margin: 0;
  white-space: nowrap;
}

.product-tab-list a:hover h4 {
  color: #fff;
}

.product-tab-list a.active {
  border-bottom: 2px solid #f26420;
}

.product-tab-list a.active h4 {
  color: #f26420;
  font-weight: 400;
}

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

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

.product-tab-list.sticky-list {
  position: fixed;
  width: 100%;
  left: 0;
  top: 111px;
  background: #fff;
  z-index: 9;
  min-height: 58px;
  padding-left: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-tab-list.sticky-list .tab-wrap {
    margin-left: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .product-tab-list.sticky-list {
    top: 75px;
    min-height: 58px;
  }

  .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: 88px;
    min-height: 48px;
  }
}

@media only screen and (max-width: 320px) {
  .product-tab-list.sticky-list {
    top: 72px;
    min-height: 38px;
  }
}

.product-wrap {
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 2px 8px #ddd;
  box-shadow: 0px 2px 8px #ddd;
}

.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: normal;
  line-height: 1rem;
  padding-bottom: 0.7rem;
  margin: 0;
  cursor: pointer;
}

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

.product-price .product-normal-price{
  font-size: 13px;
  color: #886d6d;
  text-decoration: line-through;
}

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

.product-wrap .product-content .b-promo {
  color: #dc9a78;
  font-size: 13px;
}

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

/* .product-img:before {
  content: "";
  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 {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  width: 100%;
}

.product-wrap .product-img span {
  position: absolute;
    top: 1.45em;
    left: -1.4em;
    font-size: 17px;
    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-content .product-header {
  position: relative;
  display: inline-block;
  top: -1em;
  left: -10px;
}

.product-header .product-fdv {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  background-color: #0CA12D;
  color: #FFF;
  border-radius: 0px 20px 20px 0px;
  
}

.product-header .product-fdv span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
}

/* ------ FOOTER ------ */

.footer-area {
  border-top: 1px solid #dadada;
}

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

.footer-widget .footer-list ul li {
  margin: 0 0 11px;
}

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

.footer-widget .footer-list ul li a {
  color: #5d5d5d;
  letter-spacing: 0.3px;
}

.footer-widget .footer-list ul li a:hover {
  color: #f26420;
}

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

.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 {
  /* overlay layer */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  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: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.cd-panel__header {
  position: fixed;
  width: 100%;
  height: 50px;
  line-height: 50px;
  max-width: 375px;
  text-align: center;
  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;
  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: #f26725;
  padding-left: 5%;
  line-height: 48px;
}

.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.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

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

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

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

.cd-panel__close::before,
.cd-panel__close::after {
  /* close icon created in CSS */
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  -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: #f26420;
}

.cd-panel__close:hover::before,
.cd-panel__close:hover::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: 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(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes cd-close-1 {
  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes cd-close-2 {
  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes cd-close-2 {
  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.cd-panel__container {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 375px;
  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;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.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 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 50px 0 113px;
  overflow-y: scroll;
}

.cd-panel__content.mincart-content {
  padding: 3.1rem 0 9.3rem 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;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

/* ---------- PRODUCT DETAILS ------------------ */

.main-area {
  background-color: #f9f9f9;
}

.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 0px;
  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: 0px;
  }
}

.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 #f26420;
  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 {
  background-color: #fff;
  border: 1px dashed #f26725;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 8px 11px 9px;
  cursor: pointer;
}

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

.ch_mn_body
  .product-details-variant
  .product-details-variant-content
  ul
  li
  input[type="radio"]:checked
  + label {
  background-color: #f26420;
  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 small {
  margin-bottom: 10px;
  display: block;
}

.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: transparent;
  outline: none;
  resize: none;
  overflow: hidden;
}

/* ----- */

.panel__content__details .ch_mn_img {
  text-align: center;
}

.panel__content__details .ch_mn_img img {
  width: 100%;
  border-radius: 0.5rem;
}

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

.panel__content__details h5 {
  font-weight: 400;
}

.panel__content__details .ch_mn_header span {
  display: block;
  /*color: #dc3545;*/
  font-size: 12px;
  line-height: 1.6;
}

.panel__content__details .ch_mn_header span a {
  font-weight: 400;
  color: #f26420;
}

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

.shopping-cart-footer .cart-plus-minus {
  background: #fff;
  /* border: 1px solid #e8e8e8; */
  display: inline-block;
  height: 37px;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* width: 80px; */
}

.shopping-cart-footer .cart-plus-minus .qtybutton {
  color: #f26420;
  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; */
  padding: 0.5rem 0.7rem;
  border: 1px solid #dadada;
  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;
  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;
  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;
}

/* ----- MENU PAGE ---- */

.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 0px 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: 0px;
  }
}

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

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

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

.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: #eeeeee;
  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: #f26420;
}

@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: #f26420;
  -webkit-box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
}

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

.pro-pagination-style ul li a.active {
  background-color: #f26420;
  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.prev,
.pro-pagination-style ul li a.next {
  background-color: #f6f6f6;
  color: #f26420;
  font-size: 17px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pro-pagination-style ul li a.prev:hover,
.pro-pagination-style ul li a.next:hover {
  background-color: #f26420;
  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: #ffffff;
  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;
  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 {
  /* overlay layer */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  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: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.5s 0s;
}

header.cd-panel__header {
  position: fixed;
  width: 100%;
  height: 50px;
  line-height: 50px;
  max-width: 375px;
  text-align: center;
  /*background: rgba(255, 255, 255, 0.96);*/
  background: #f9f9f9;
  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;
  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: #f26725;
  padding-left: 5%;
  line-height: 48px;
}

.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;
  transition: transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

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

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

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

.cd-panel__close::before,
.cd-panel__close::after {
  /* close icon created in CSS */
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  -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: #f26420;
}

.cd-panel__close:hover::before,
.cd-panel__close:hover::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: 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(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes cd-close-1 {
  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes cd-close-2 {
  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes cd-close-2 {
  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.cd-panel__container {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 375px;
  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;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.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 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -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;
}

@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;
  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 li {
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
}

.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: 99999;
  flex-direction: column;
}

.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-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: #f26420;
}

.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-top: 10px;
  background-color: #fff;
  border-top: 1px solid #eceff8;
}

.cd-panel__container .shopping-cart-footer .shopping-cart-btn .btn-close-cart {
  margin: 0 3rem 0.5rem;
  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
  .btn-close-cart:hover {
  color: #fff !important;
}

.cd-panel__container .shopping-cart-footer .shopping-cart-btn .default-btn {
  margin-top: 5px;
  padding: 20px 40px;
  font-weight: 400;
  font-size: 12px;
  display: block;
  z-index: 1;
  line-height: 1;
  border: 0;
  border-top: 1px solid #dedede;
  color: #fff;
  background: #f26420;
  cursor: pointer;
}

.cd-panel__container
  .shopping-cart-footer
  .shopping-cart-btn
  .default-btn.disabled {
  background: #f2642094;
  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 .shopping-cart-footer .shopping-cart-total h4 {
  color: #f37133;
  font-size: 18px;
  font-weight: 400;
}

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

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

.btn-count-item:disabled:hover,
.btn-count-item:disabled:active {
  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: #f26420;
  font-weight: 400;
}

.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: #f26420;
  font-size: 17px;
  font-weight: 400;
}

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

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

/* ------------- CART --------------- */

@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 #f69321;
  width: 100%;
}

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

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

.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: #f26420;
  font-weight: 400;
}

.cart-table table tbody > tr td.product-name .product-title:hover,
.cart-table table tbody > tr td.product-name .product-title:active {
  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-plus-minus 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-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: #f26420;
}

.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 0px 55px;
}

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

.cart-update-wrapper .cart-update > a,
.cart-update-wrapper .cart-clear > button,
.cart-update-wrapper .cart-clear > a {
  background-color: #fff;
  color: #f69321;
  border: 1px solid #f69321;
  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-update > a,
  .cart-update-wrapper .cart-clear > button,
  .cart-update-wrapper .cart-clear > a {
    padding: 18px 25px 17px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-update-wrapper .cart-update > a,
  .cart-update-wrapper .cart-clear > button,
  .cart-update-wrapper .cart-clear > a {
    padding: 10px;
    margin: 0 0 15px;
  }
}

.cart-update-wrapper .cart-update > a:hover,
.cart-update-wrapper .cart-clear > button:hover,
.cart-update-wrapper .cart-clear > a:hover {
  background-color: #f26420;
  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: 45px 30px 50px; */
  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 0px;
}

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

.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: #f26420;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 25px;
}

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

.grand-total button {
  background-color: #f26420;
  /*border-radius: 50px;*/
  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: 0px;
}

.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 PAGE ------------- */

.billing-info-wrap h3,
h3.billing-info-title {
  font: 400 50px/1 Union Rough, sans-serif;
  color: #642416;
  margin: 0 0 20px;
  font-weight: 500;
}

.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 input,
.billing-info-wrap .billing-select input,
.billing-info-wrap .billing-info textarea,
.billing-info-wrap .billing-info .billing-row-adds {
  background: transparent none repeat scroll 0 0;
  border-radius: 0.5rem;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 1rem;
}

.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;
  float: left;
  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: #f26420;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 30px;
  text-transform: uppercase;
  /*border-radius: 50px*/
  z-index: 9;
}

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

.billing-info-wrap .form-check-label {
  color: #888888;
}

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

.your-order-area,
.your-order-payment,
.billing-order-area,
.prg-order-area {
  -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;
}

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

@media only screen and (max-width: 767px) {
  .your-order-area {
    margin-top: 30px;
  }
}

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

.your-order-area .your-order-header label,
.billing-order-area .billing-order-header label,
.prg-order-area .prg-order-header label {
  font-weight: 600;
  color: #fff;
  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: transparent;
  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: transparent;
  border: none;
  padding: 0;
  resize: none;
}

.your-order-payment {
  position: relative;
  /* border: 1px solid #eceff8; */
  background-color: #ffffff;
}

/*.your-order-payment h3{
	font: 400 40px/0.5 Union Rough,sans-serif;
  color: #642416;
  display: inline-block;
  padding-right: 18px;
  line-height:1;border: none;
}*/

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

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

.your-order-payment .order-payment-header {
  background: #f26725;
  padding: 1rem;
  color: #fff;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.order-payment-header label {
  font-weight: 600;
}

.payment-method {
  padding: 0 1rem;
  display: flex;
  /* margin-bottom: 1rem; */
}

.order-submit > a {
  background-color: #642416;
  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: #f26725;
  box-shadow: 0 2px 5px 0 #6424168c;
  -webkit-box-shadow: 0 2px 5px 0 #6424168c;
}

.table-checkout th,
.table-checkout td {
  font-size: 14px;
  line-height: 1.5;
  border: 0;
}

.table-checkout th {
  font-weight: 600;
  border-bottom: 1px solid #dee2e6 !important;
}

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

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

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

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

.table-checkout tr td.od_g {
  color: #00a651;
}

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

.table-checkout td:first-child {
  font-weight: 400;
}

.your-order-wrap .your-order-total {
  padding: 0 1rem;
  border-top: 2px dashed #dee2e6;
}

.your-order-total .order-total strong {
  color: #f26725;
}

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

.your-order-total .row {
  padding: 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: #f26420;
}

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

.billing-order-info {
  padding: 1rem;
}

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

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

.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-jco {
  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: #f26420;
}

.billing-side-body a:hover,
.billing-side-body a:active,
.billing-side-body a:focus {
  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;
  padding: 1rem 0;
}

.prg-step-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0px;
  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 #f26420;
}

.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 #f26420;
  background-color: #f26420;
}

.prg-step strong {
  display: block;
}

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

.order-success-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #f26420;
}

.order-success-subtitle {
  font-size: 19px;
  line-height: 1;
}

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

.billing-order-row-title {
  font-weight: 400;
  color: #222;
}

/* ----------- LOGIN ----------------- */

.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;
  /* margin-bottom: 40px; */
}

.login-area .login-area-tab-list a {
  position: relative;
  width: 50%;
  float: left;
  text-align: center;
  background: #f2672540;
  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;
  /* margin: 0 20px; */
  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: #f26420;
}

.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: #f26725;
}

.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: #f26420;
}

.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: #f26420;
  color: #fff;
}

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

/*================================== LOADER START ======================================== */

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

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

.loader__container {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  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 #ff974d;
  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 #ff974d inset;
  box-shadow: 0 0 0 1px #ff974d 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: #ff974d;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  border-radius: 50%;
  width: 150%;
  height: 150%;
  top: 50%;
  left: -12.5%;
}

/*================================== LOADER END ======================================== */

/*===== MAPS CSS ========= */

/* The Modal (background) */

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

body.modal-open {
  -webkit-overflow: hidden;
  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: "";
}

/* Modal Content */

.location-modal .location-modal-body {
  background-color: #fefefe;
  display: inline-block;
  max-width: 500px;
  position: relative;
  border-radius: 0.5rem;
  width: 100%;
  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;
}

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

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

.location-details input {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 1rem;
  background: transparent;
  border: 0px;
}

.autocomplete-input span {
  width: 2rem;
  cursor: pointer;
  color: #8f8f8f;
  display: none;
}

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

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

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

@media screen and (max-width: 768px) {
  .location-modal .location-modal-body,
  .location-modal .chpayment-modal {
    width: 100%;
    padding: 1rem;
  }
  .location-modal-body label {
    font-size: 1rem;
  }

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

/*.location-details a {
        line-height: 2.8rem;
        font-size: 1.5rem;
        color: #ff5722 !important;
        vertical-align: top;
        width: 5%;
        background: #eceff8;
    }*/

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

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

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

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

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

/*-----------------------------------------------
       PAYMENT 
------------------------------------------------*/

.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 #f26725;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f26725 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(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rb-payment {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

.payment-label {
  padding: 0.75rem 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  padding-left: 2rem;
  position: relative;
  top: 0.25rem;
}

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

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

.rb-payment-csin {
  background-color: white;
  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: #f26725;
  border-radius: 50%;
  content: "";
  display: none;
  left: 3px;
  position: absolute;
  top: 3px;
  height: 16px;
  width: 16px;
}

.rb-payment-input {
  /* opacity: 0;
  position: absolute;
  z-index: -1; */
  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 {
  display: inline-block;
}

.payment-m-img img {
  max-width: 40px;
}

/*-------------------------------------------------------
TRACKING SYSTEM
-------------------------------------------------------*/
.tracking__body {
  text-align: left;
}

.tracking-order label {
  margin-bottom: 5px;
  font-size: 14px;
}

.tracking-order input {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Then Style */
  border-radius: 5px;
  border: 1px solid #bbb;
  padding: 10px;
  line-height: 20px;
  background: transparent;
  outline: none;
}

.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 p,
.process_pyt .process_pyt_b a {
  font-size: 12px;
  margin: 0;
  color: #a8a8a8;
}

.process_pyt .process_pyt_b p:first-child {
  color: #e4aa80;
}

/* COUPON SYSTEM */
.order-vocher {
  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-vocher-title {
  padding: 1rem;
  background: #f26825;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.order-vocher-title {
  padding: 1rem;
  background: #f26825;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.order-vocher-body {
  position: relative;
  padding: 1rem;
}

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

.vocher-modal-body {
  background-color: #fefefe;
  display: inline-block;
  max-width: 500px;
  position: relative;
  border-radius: 0.5rem;
  text-align: left;
}

.vocher-modal-title {
  padding: 1rem;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.vocher-modal-content {
  padding: 0 1rem;
  overflow: auto;
  height: calc(100vh - 75px);
  max-height: 425px;
}

.vocher-modal-item {
  padding: 15px 10px;
  border: 1px solid #e9ecef;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 15px;
  cursor: pointer;
}

.vocher-modal-item.selected {
  border-color: #f2672570;
  background-color: #f267250d;
}

.vocher-item-title {
  font-weight: 600;
}

.vocher-item-description {
  font-size: 14px;
}

.vocher-modal-footer {
  padding: 1rem;
  display: flex;
  justify-content: flex-end;
}

.vocher-modal-footer button {
  outline: none;
  border: 0;
  padding: 10px 1rem;
  width: 142px;
  border-radius: 8px;
}

.vocher-modal-footer button.disabled {
  background: #dedede;
  pointer-events: none;
}

.modal-cancel {
  font-size: 14px;
  margin-right: 10px;
  background: transparent;
}

/* FOOTER */
.footer-logo {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (min-width: 767px) {
  .footer-logo {
    flex-flow: column;
  }
}

.download-apps-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.download-apps-link {
  margin-right: 8px;
}

.download-apps-link a img {
  width: 125px;
  height: 40px;
}

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