*{
      font-family: "Hanken Grotesk", sans-serif;
     color: black;

}
:root {
  --latest-color: #081132;
  /*--secondary-color: #22c55e;*/
  --accent-color: #7a1b35;
  --text-color: #111827;
  --background-color: #ffffff;
}

html, body {
   overscroll-behavior: contain;
  touch-action: manipulation;
  scroll-behavior: auto !important;
}
.text-latest{
    color: var(--latest-color)!important;
}

.col-primary{
    color: var(--latest-color);
}
small{
    font-size: 16px;
    color:black;
    font-weight: 500;
}
body {
  margin: 0px;
  padding: 0px;

  font-size: 15px;
  line-height: 24px;
  color: rgb(149, 147, 147);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 20px;
 
}

h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

h4 {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
}

h5 {
  font-size: 20px;
  font-weight: 700;
}

h6 {
  font-size: 15px;
  font-family: "Hanken Grotesk", sans-serif;
}

p {
  margin: 0px 0px 25px;
}

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

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

ul.list,
ol.list {
  margin: 0px 0px 0px 5px;
  list-style: disc;
}

ul.list li,
ol.list li {
  margin: 0px 0px 0px 10px;
  list-style: disc;
}

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

a,
a:hover {
  color: inherit;
}

a {
  color: var(--latest-color);
}

.button-default {
  display: inline-block;
  width: auto;
  padding: 0px 35px;
  min-width: 170px;
  height: 42px;
  border: 2px solid rgb(199, 161, 122);
  border-radius: 50px;
  text-align: center;
  line-height: 39px;
  box-shadow: none;
  background: transparent;
  color: rgb(228, 185, 91);
  font-size: 16px;
    font-family: "Hanken Grotesk", sans-serif;
  font-weight: normal;
  transition: 0.5s;
}

.btn-medium {
  height: 50px;
  line-height: 48px;
 
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  padding: 0px 35px;
  min-width: 170px;
  border: 2px solid rgb(199, 161, 122);
  border-radius: 50px;
  text-align: center;
  box-shadow: none;
  background: transparent;
  color: rgb(228, 185, 91);
  font-size: 16px;
  transition: 0.5s;
  font-weight: 700;
}

.button-default:hover {
  background: rgb(228, 185, 91);
  border-color: rgb(228, 185, 91);
  color: rgb(255, 255, 255);
}

.button-default-white {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.button-default-dark {
  color: rgb(149, 147, 147);
  border-color: rgb(149, 147, 147);
}

.buttone-text-dark {
  color: rgb(55, 39, 39);
}

.button-dark-red {
  background: rgb(54, 38, 38);
  color: rgb(255, 255, 255);
  border-color: rgb(54, 38, 38);
}

.button-dark-red:hover {
  background: rgb(198, 109, 86);
  border-color: rgb(198, 109, 86);
}

.button-red {
  background: rgb(198, 109, 86);
  border-color: rgb(198, 109, 86);
  color: rgb(255, 255, 255);
}

.button-dark-nero {
  border-color: rgb(55, 39, 39);
  color: rgb(55, 39, 39);
}

.btn-large {
  height: 55px !important;
  line-height: 55px !important;
  padding: 0px 50px !important;
}

.btn-dark-coffee {
  background: rgb(55, 39, 39);
  color: rgb(255, 255, 255);
  border-color: rgb(55, 39, 39);
}

.btn-skin {
  background: var(--latest-color);
  border-color: var(--latest-color);
  color: rgb(255, 255, 255);
}

.btn-skin:hover {
  background: rgb(228, 185, 91);
  color: rgb(255, 255, 255);
  border-color: rgb(228, 185, 91);
}

.btn-primary-gold {
  background: var(--latest-color);
  color: rgb(255, 255, 255);
  border-color: var(--latest-color);
}

.primary-gold {
  border-color: rgb(193, 153, 66);
}

.btn-primary-gold:hover {
  background: rgb(199, 161, 122);
  border-color: rgb(199, 161, 122);
  color: rgb(255, 255, 255);
}

section::before,
section::after {
  clear: both;
  display: table;
  content: "";
}

section {
  width: 100%;
  position: relative;
  clear: both;
}

img {
  max-width: 100%;
}

.default-section {
  padding: 40px 0px;
}

.left-slot {
  left: 0px !important;
  margin-bottom: -50px;
}

.right-slot {
  text-align: right;
  right: 0px !important;
}

.text-uppercase {
  text-transform: uppercase;
}

::-webkit-input-placeholder {
  opacity: 1 !important;
}

.fontello {
  font-family: fontello;
}

.animated {
  transition: 0.5s;
}

.pad-top-remove {
  padding-top: 0px !important;
}

.pad-bottom-remove {
  padding-bottom: 0px !important;
}

.v-pad-remove {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.v-pad-small {
  padding: 75px 0px;
}

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

.text-white {
  color: rgb(255, 255, 255);
}

.dp-animation:hover img {
  transform: scale(0.95);
}

.bg-grey {
  background: rgb(234, 231, 222);
}
.bg-primary {
  background: var(--latest-color)!important;
}

.bg-skin {
  background: rgb(186, 147, 106);
}

.text-coffee {
  color: rgb(55, 39, 39);
}

.text-turkish {
  color: black;
}

.text-dark {
  color: rgb(32, 32, 47);
}

.bg-turkish {
  background: rgb(39, 27, 27);
}

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

.Banner-Bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.input-fields {
  border: 2px solid rgb(244, 242, 237);
  width: 100%;
  height: 50px;
  padding: 0px 25px;
  border-radius: 50px;
  background: transparent;
  margin-bottom: 20px;
}

label {
  font-weight: normal;
  color: rgb(32, 32, 47);
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"] {
  height: 50px;
  width: 100%;
  border: 2px solid rgb(244, 242, 237);
  border-radius: 80px;
  padding: 0px 30px;
  margin-bottom: 29px;
  outline: none;
}

textarea {
  height: 175px;
  padding: 25px 30px;
  width: 100%;
  border: 2px solid rgb(244, 242, 237);
  border-radius: 25px;
  margin-bottom: 29px;
  resize: none;
  outline: none;
}

.select-dropbox {
  margin-bottom: 29px;
}

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

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

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

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

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

.margin-bottom-20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-arrow {
  position: fixed;
  bottom: 50px;
  background: url("../images/arrow-top.png") 0px 0px no-repeat;
  width: 50px;
  height: 50px;
  right: 30px;
  display: none;
  z-index: 99;
}

#pre-loader {
  background: #ffffff;
  inset: 0;
  display: block;
  position: fixed;
  text-align: center;
  z-index: 999999;

  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease;
}

#pre-loader .loader-holder::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin: 0px 0px 0px -5px;
  overflow: hidden;
  vertical-align: middle;
  width: 1px;
}

#pre-loader .loader-holder {
  height: 400px;
  left: 50%;
  margin: -200px 0px 0px -200px;
  position: absolute;
  top: 50%;
  white-space: nowrap;
  width: 400px;
}

#pre-loader .loader-holder .frame {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

#pre-loader img {
  display: inline-block;
  margin: 0px 0px 45px;
}

.alert-dismissible label {
  display: block;
}

.header-part {
  float: left;
  width: 100%;
  background: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
 
  position: relative;
  z-index: 999;
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.sticky-fixed .header-nav {
  position: fixed;
  left: 0px;
  width: 100%;
  top: 0px;
  padding: 10px 0px;
  background: rgb(255, 255, 255);
  transition: 0.5s;
}

.full-screen {
  height: calc(var(--vh, 1vh) * 100);
}

.header-nav {
  float: left;
  width: 100%;
}

.header-nav-inside {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.logo {
  float: left;
  width: auto;
   font-family: "Hanken Grotesk", sans-serif;
  font-size: 50px;
  line-height: 34px;
  width: 150px;
  padding: 10px;
}

.logo a {
  color: rgb(255, 255, 255);
  display: inline-block;
  height: 100%;
  width: 100%;
}

.logo span {
  float: left;
  width: auto;
  clear: both;
  position: relative;
}

.logo span::after {
  background: url("../images/logo-icon.png") 0px 0px no-repeat scroll
    rgba(0, 0, 0, 0);
  content: "";
  height: 27px;
  position: absolute;
  right: 37px;
  top: -18px;
  width: 43px;
}

.logo small {
  float: right;
  text-align: right;
  font-size: 14px;
  clear: both;
  line-height: 24px;
}

.menu-top-part {
  /* float: right; */
  /* width: auto; */
  font-size: 16px;
  font-weight: 700;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.menu-nav-main {
  float: left;
  width: auto;
  font-size: 16px;
  font-weight: 700;
}

.menu-nav-main li {
  float: left;
  width: auto;
  position: relative;
  color: black;
}

.menu-nav-main li a {
  display: block;
  padding: 15px;
  position: relative;
  color: rgb(255, 255, 255);
}

.menu-nav-main li > a {
  color: black;
  padding: 0px 25px;
  font-size: 14px;
}

.drop-nav-arrow {
  display: none;
}

.menu-nav-main li.mega-menu {
  position: static;
}

.mega-title {
  color: rgb(32, 32, 47);
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
  display: block;
  margin-bottom: 25px;
}

.mega-position {
  float: right;
  margin-right: -40px;
  margin-bottom: -40px;
  position: relative;
  bottom: -5px;
}

.mega-position img {
  border-radius: 20px;
}

.menu-nav-main ul > li.mega-menu:hover > a::before {
  border-bottom: 8px dashed rgb(255, 255, 255);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  display: inline-block;
  margin-top: -8px;
  margin-left: -8px;
}

.menu-nav-main li.mega-menu .drop-nav {
  min-width: 200px;
  background: rgb(255, 255, 255);
  padding: 40px;
  width: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  border-radius: 18px;
  color: rgb(220, 128, 104);
  z-index: 99;
  display: none;
  box-shadow: rgba(147, 109, 29, 0.3) 0px 3px 5px 0px;
}

.menu-nav-main ul > li:hover > .drop-nav {
  display: block;
  box-shadow: rgba(147, 109, 29, 0.3) 0px 3px 5px 0px;
}

.menu-nav-main li.mega-menu .drop-nav li a {
  padding-bottom: 0px;
  padding-left: 24px;
  margin-bottom: 12px;
  color: rgb(220, 128, 104);
}

.menu-nav-main li .drop-nav li a {
  color: rgb(55, 39, 39);
}

.menu-nav-main li.mega-menu .drop-nav li a::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
}

.drop-mega-part {
  font-size: 15px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: normal;
}

.menu-nav-main li .drop-nav li {
  margin: 0px;
  width: 100%;
}

.drop-mega-part {
  display: inline-block;
  width: 100%;
}

.menu-nav-main li.has-child .drop-nav li a::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
}

.drop-has-child > a::after {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
}

.menu-nav-main li.has-child .drop-nav {
  min-width: 200px;
  position: absolute;
  left: 0px;
  top: 100%;
  color: rgb(55, 39, 39);
  background: rgb(255, 255, 255);
  z-index: 99;
  padding: 25px 0px 25px 28px;
  font-size: 15px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: normal;
  border-radius: 18px;
  display: none;
}

.menu-nav-main li.has-child .drop-nav .drop-nav {
  top: -25px;
  left: 100%;
  box-shadow: rgba(147, 109, 29, 0.3) 0px 0px 5px 0px;
}

.menu-nav-main li.has-child .drop-nav li a {
  padding-left: 0;
  padding-bottom: 10px;
}

.menu-nav-main ul > li.has-child:hover > a::before {
  border-bottom: 8px dashed rgb(255, 255, 255);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  display: inline-block;
  margin-top: -8px;
  margin-left: -8px;
}

.menu-icon {
  float: right;
  width: auto;
  display: none;
}

.menu-icon a {
  display: inline-block;
  height: 24px;
  width: 30px;
  margin-top: 10px;
  margin-left: 20px;
  position: relative;
  z-index: 9999;
  /* background: black; */
}

.menu-icon a span {
  background: none 0px 0px repeat scroll rgb(32, 32, 47);
  border-radius: 3px;
  display: inline-block;
  float: left;
  height: 3px;
  margin: 0px 0px 5px;
  position: relative;
  transition: 0.5s;
  width: 100%;
}

.menu-icon a span::after {
  background: none 0px 0px repeat scroll rgb(149, 147, 147);
  content: "";
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0px;
}

.menu-icon a span.bar-1::after {
  transition: 0.5s;
}

.menu-icon a span.bar-2::after {
  transition: 0.5s 0.15s;
}

.menu-icon a span.bar-3::after {
  transition: 0.5s 0.25s;
}

.menu-icon a:hover span::after {
  width: 100%;
}

.menu-icon a.open span::after {
  width: 100%;
  background: rgb(32, 32, 47);
}

.menu-icon a.open .bar-1 {
  transform: rotate(-45deg) translate(-7px, 4px);
}

.menu-icon a.open .bar-2 {
  opacity: 0;
}

.menu-icon a.open .bar-3 {
  transform: rotate(45deg) translate(-7px, -4px);
}

.category-icon-menu {
  width: auto;
  display: none;
}

.category-icon-menu a {
  display: inline-block;
  height: 24px;
  width: 30px;
  position: relative;
  z-index: 99;
}

.category-icon ul li:hover a {
  color: rgb(255, 255, 255);
}

.category-icon ul li:hover a .custom-icon {
  filter: brightness(0) invert(1);
}

.category-icon-menu a span {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  border-radius: 3px;
  display: inline-block;
  float: left;
  height: 3px;
  margin: 0px 0px 5px;
  position: relative;
  transition: 0.5s;
  width: 100%;
}

.category-icon-menu a span::after {
  background: none 0px 0px repeat scroll rgb(213, 211, 211);
  content: "";
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0px;
}

.category-icon-menu a span.bar-1::after {
  transition: 0.5s;
}

.category-icon-menu a span.bar-2::after {
  transition: 0.5s 0.15s;
}

.category-icon-menu a span.bar-3::after {
  transition: 0.5s 0.25s;
}

.category-icon-menu a:hover span::after {
  width: 100%;
}

.category-icon-menu a.open span::after {
  width: 100%;
}

.category-icon-menu a.open .bar-1 {
  transform: rotate(-45deg) translate(-7px, 4px);
}

.category-icon-menu a.open .bar-2 {
  opacity: 0;
}

.category-icon-menu a.open .bar-3 {
  transform: rotate(45deg) translate(-7px, -4px);
}

.cell-part {
  float: left;
  width: auto;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}

.cell-part a {
  color: black;
}

.menu-top-part .fontello {
  font-size: 24px;
  padding-right: 5px;
  vertical-align: middle;
  color: var(--latest-color);
}

.cart {
  position: relative;
  float: left;
  width: auto;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid rgb(224, 166, 72);
  padding: 10px 30px;
  margin-left: 30px;
  margin-top: -12px;
  font-size: 16px;
  font-weight: 700;
  color: black;
}

.cart span {
  display: table-cell;
  vertical-align: middle;
}

.cart:hover {
  color: rgb(193, 153, 66);
  background: rgb(255, 255, 255);
}

.cart-wrap {
  position: absolute;
  top: 100%;
  right: 0px;
  width: auto;
  padding-top: 25px;
  z-index: 99999;
  display: none;
}

.cart:hover .cart-wrap {
  display: block;
}

.cart:hover .cart-blog::before {
  border-bottom: 8px dashed rgb(255, 255, 255);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 0px;
  right: 55px;
  content: "";
  display: inline-block;
  margin-top: -8px;
  margin-left: -8px;
  z-index: 99;
}

.cart-blog {
  background: rgb(255, 255, 255);
  min-width: 380px;
  padding: 40px 25px;
  color: rgb(32, 32, 47);
  border-radius: 18px;
  position: relative;
  z-index: 99;
}

.cart-item {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}

.cart-item-left {
  display: table-cell;
  width: 66px;
  vertical-align: middle;
}

.cart-item-right {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.cart-blog h6 {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Hanken Grotesk", sans-serif;
}

.cart-blog span {
  color: rgb(158, 158, 171);
  font-size: 14px;
  font-family: "Hanken Grotesk", sans-serif;
}

.delete-icon {
  position: absolute;
  right: 0px;
  width: 12px;
  height: 15px;
  background: url("../images/delete.png") center center no-repeat;
  top: 50%;
  margin-top: -10px;
}

.subtotal {
  display: inline-block;
  width: 100%;
}

.subtotal h6 {
  margin-bottom: 0px;
}

.subtotal span {
  text-align: right;
  float: right;
}

.cart-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 12px;
}

.cart-btn .button-default {
  min-width: inherit;
  padding: 0px 25px;
  font-size: 14px;
  font-weight: 700;
 
  text-transform: uppercase;
  color: rgb(255, 255, 255) !important;
}

.cart-btn .view {
  border-color: rgb(55, 39, 39);
  background: rgb(55, 39, 39);
  margin-right: 25px;
}

.cart-btn .checkout {
  border-color: rgb(228, 185, 91);
  background: rgb(228, 185, 91);
}

.cart-btn .button-default:hover {
  background: transparent;
  border-color: rgb(32, 32, 47);
  color: rgb(32, 32, 47) !important;
}

.header-category {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.category-icon {
  float: left;
  width: 100%;
  position: relative;
}

.category-icon li {
  float: left;
  width: auto;
  padding-right: 8.5%;
}

.category-icon li:last-child {
  padding-right: 0px;
}

.category-icon a {
  color: rgb(255, 226, 164);
  font-size: 16px;
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
}

.category-icon li a {
  position: relative;
  display: table-cell;
  height: 46px;
}

.category-icon li.current a::before {
  position: absolute;
  left: 50%;
  bottom: -26px;
  content: "";
  border-bottom: 12px dashed rgb(255, 255, 255);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  width: 0px;
  height: 0px;
  margin-left: -12px;
}

.category-icon a strong {
  font-weight: normal;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}

.custom-icon {
  display: table-cell;
  vertical-align: middle;
}

.cofee {
  background: url("../images/coffee.png") center center no-repeat;
  width: 33px;
  height: 42px;
}

.milk {
  background: url("../images/milk.png") center center no-repeat;
  width: 21px;
  height: 46px;
}

.cocktail {
  background: url("../images/cocktail.png") center center no-repeat;
  width: 39px;
  height: 42px;
}

.bewerages {
  background: url("../images/bewerages.png") center center no-repeat;
  width: 32px;
  height: 43px;
}

.tea {
  background: url("../images/tea.png") center center no-repeat;
  width: 39px;
  height: 39px;
}

.cake {
  background: url("../images/cake.png") center center no-repeat;
  width: 35px;
  height: 35px;
}

.main-part {
  float: left;
  width: 100%;
}

.v-light {
  font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
  color: rgb(253, 217, 138);
  text-shadow: none;
}

.best-after::before {
  background: rgb(255, 255, 255);
  content: "";
  position: absolute;
  left: -120px;
  width: 100px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.best-after::after {
  background: rgb(255, 255, 255);
  content: "";
  position: absolute;
  right: -120px;
  width: 100px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.blog-list {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.blog-over-info {
  position: absolute;
  bottom: 0px;
  left: 35px;
  width: auto;
}

.blog-over-info .button-default {
  margin-bottom: 35px;
}

.round-price {
  background: rgb(228, 185, 91);
  width: 54px;
  height: 54px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
}

.title {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 20px;
}

.item-list {
  display: inline-block;
  width: 100%;
}

.item-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 45px;
}

.item-left {
  float: left;
  width: 105px;
}

.item-right {
  margin-left: 135px;
  margin-top: 5px;
}

.item-right h5 {
  margin: 0px;
}

.item-right p {
  margin: 0px;
}

.item-right-top {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 2px dashed rgb(255, 255, 255);
  margin-bottom: 10px;
  padding-right: 75px;
}

.item-right-top span {
  position: absolute;
  right: 0px;
  color: rgb(228, 185, 91);
  top: 0px;
 
  font-weight: 700;
  font-size: 20px;
}

.btn-wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 65px;
}

.product-wrapper {
  display: inline-block;
  width: 100%;
}

.product-img {
  display: inline-block;
  width: 100%;
  position: relative;
  background: rgb(245, 245, 245);
  height: 264px;
}

.product-wrapper .product-img span.icon-basket {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: rgb(199, 161, 122);
  font-size: 26px;
  color: rgb(255, 255, 255);
  padding: 7px 8px;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  display: none;
}

.product-wrapper .item:hover span.icon-basket {
  display: block;
}

.product-wrapper .owl-carousel h5 {
  color: rgb(32, 32, 47);
  margin: 16px 0px 10px;
}

.product-wrapper .owl-carousel span {
  font-size: 20px;
  color: rgb(199, 161, 122);
  padding-right: 12px;
  font-weight: 700;
}

.product-wrapper .owl-carousel del {
  font-size: 13px;
  color: rgb(199, 161, 122);
    font-family: "Hanken Grotesk", sans-serif;
}

.product-single {
  display: inline-block;
  width: 100%;
  margin-top: 87px;
}

.product-single-left {
  width: 110%;
  float: left;
  margin-right: -10%;
  padding: 45px 15px 120px 45px;
  position: relative;
  z-index: 9;
  border-radius: 10px;
  font-size: 16px;
    font-family: "Hanken Grotesk", sans-serif;
}

.product-single-left h2 span {
  font-weight: 300;
}

.product-single-detail {
  max-width: 80%;
}

.product-single-right {
  width: 100%;
  float: right;
  margin-top: 20px;
}

.item-product {
  position: absolute;
  right: 15px;
  margin-top: -5%;
}

.product-single .owl-dots {
  width: 90%;
  position: absolute;
  right: 0px;
  margin-top: 0px;
  text-align: left;
}

.feature-img {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 250px;
}

.date-feature {
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-align: center;
  background: var(--latest-color);
  border-radius: 17px;
  /* width: 56px; */
  /* height: 50px; */
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  padding: 8px 8px;
}

.bg-grey .owl-theme .owl-dots .owl-dot span {
  background: rgb(255, 255, 255);
}

.bg-grey .owl-theme .owl-dots .owl-dot.active span,
.bg-grey .owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(199, 161, 122);
}

.feature-blog .owl-dots {
  margin-top: 30px;
}

.date-feature small {
  color: rgb(255, 255, 255);
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

.feature-info {
  display: inline-block;
  width: 100%;
  padding: 5px 25px;
}

.feature-info span {
  color: rgb(199, 161, 122);
  margin-right: 25px;
}

.feature-info-text h5 {
  color: rgb(32, 32, 47);
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 10px 0px;
  font-size: 20px;
}

.feature-info a {
  color: var(--latest-color);
}

.feature-info .icon-right-4 {
  margin-left: 12px;
}

.feature-info p {
  margin-bottom: 10px;
}

.feature-blog .item {
  background: rgb(255, 255, 255);
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  text-indent: -10000px;
  margin: 0px;
}

.owl-theme .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  background: url("../images/arrow-left.png") center center no-repeat;
  float: left;
  margin-left: -120px;
}

.owl-theme .owl-nav .owl-prev:hover {
  background: url("../images/arrow-left-active.png") center center no-repeat;
}

.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background: url("../images/arrow-right.png") center center no-repeat;
  float: right;
  margin-right: -120px;
}

.owl-theme .owl-nav .owl-next:hover {
  background: url("../images/arrow-right-active.png") center center no-repeat;
}

.feature-blog .item,
.feature-blog .owl-item {
  border-radius: 20px;
}

.feature-blog .item .feature-img img {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  /* padding-top: 0; */
  padding-bottom: 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.client-say .item img {
  width: auto;
  display: inline-block;
  padding: 0;
}

.client-say .item h5 {
  margin-bottom: 10px;
}

.client-say .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}

.feature-list {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.feature-list h5 {
  margin: 20px 0px 10px;
}

.gallery-slider {
  float: left;
  width: 100%;
  padding: 0px 70px;
}

.gallery-slider .item {
  position: relative;
}

.gallery-slider .owl-theme .owl-nav .owl-prev {
  margin-left: -60px;
}

.gallery-slider .owl-theme .owl-nav .owl-next {
  margin-right: -60px;
}

.gallery-slider .owl-theme .owl-nav {
  z-index: -1;
}

.gallery-overlay {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transform: scale(0) rotate(-180deg);
  transition: 0.4s;
}

.gallery-overlay-inner {
  position: relative;
  background: url("../images/gradient-bg.png") center center / cover no-repeat;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  font-size: 42px;
  color: rgb(255, 255, 255);
  border-radius: 17px;
}

.gallery-overlay-inner i {
  display: table-cell;
  vertical-align: middle;
}

.gallery-slider .item:hover .gallery-overlay {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition-delay: 0.1s;
  z-index: 1;
}

.footer-part {
  float: left;
  width: 100%;
  font-family: "Hanken Grotesk", sans-serif;
  background-color: black;
}

.footer-inner-info {
  float: left;
  width: 100%;
  padding: 30px 0px 21px;
  color: rgb(255, 255, 255);
  font-size: 13px;
}

.footer-part .logo {
  float: none;
  display: inline-block;
  color: rgb(200, 163, 125);
  padding: 32px;
  height: 200px;
  width: 200px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-part a {
  color: rgb(255, 255, 255);
}

.footer-part a:hover {
  color: rgb(228, 185, 91);
}

.footer-part .logo span::after {
  display: none;
}

.footer-part h5 {
  font-size: 22px;
  color: var(--latest-color);
  margin-top: 24px;
}

.footer-social,
.footer-social li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}

.footer-social li {
  display: inline;
  width: auto;
  margin-right: 15px;
  font-size: 16px;
}

.footer-social li:last-child {
  margin-right: 0px;
}

.footer-social li a {
  color: white;
}

.footer-social li:hover a {
  color: rgb(255, 255, 255);
}

.copyright {
  float: left;
  width: 100%;
  background: rgb(29, 19, 19);
  color: rgb(90, 70, 70);
  font-size: 13px;
  text-align: center;
  padding: 20px 0px;
}

.copyright p {
  margin: 0px;
}

.header-transparent {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding-top: 50px;
}

.header-transparent .header-nav {
  border-bottom: none;
}

.header-transparent .logo {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.screen-container {
  max-width: 1600px;
  padding: 0px 15px;
  margin: 0px auto;
}

.header-transparent .cart-show {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}

.header-transparent .cart-show:hover {
  background: inherit;
}

.header-transparent .menu-top-part {
  margin-top: 32px;
}

.header-transparent .menu-nav-main {
  margin-top: 32px;
}

.text-rotate {
  transform: rotate(-5deg) !important;
}

.footer-inner-full {
  text-align: center;
  padding: 50px 0px 0px;
}

.footer-part .footer-inner-full .logo {
  margin-bottom: 22px;
}

.footer-inner-full .footer-social li i {
  width: 50px;
  height: 50px;
  border: 1px solid rgb(90, 70, 70);
  border-radius: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

.footer-inner-full .footer-social li:hover i {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.header-full-menu {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.header-full-menu .header-nav {
  border: none;
}

.header-full-menu .cart {
  border: none;
  padding: 0px;
  float: right;
  margin-top: 0px;
}

.header-full-menu .cart:hover {
  background: inherit;
}

.header-full-menu .logo {
  font-size: 38px;
  transform: rotate(-12deg);
  position: relative;
  bottom: -3px;
}

.header-menu-long {
  padding: 0px 15px;
  max-width: 1360px;
  margin: 0px auto;
}

.header-full-menu .header-nav-inside {
  background: rgb(199, 161, 122);
  padding: 5px 113px 0px;
  border-radius: 60px;
}

.header-full-menu .menu-top-part {
  margin-top: 23px;
}

.header-user {
  float: left;
  width: 100%;
  margin: 0px 0px 14px;
}

.header-full-menu .menu-nav-main li a {
  padding-bottom: 28px;
}

.header-full-menu .menu-nav-main {
  margin-right: 50px;
}

.header-search {
  float: right;
  right: 100px;
  position: absolute;
  top: 15px;
  width: auto;
}

.header-search input[type="text"] {
  color: rgb(55, 39, 39);
  background: url("../images/search.png") center center no-repeat
    rgb(255, 255, 255);
  border: none;
  border-radius: 50px;
  font-weight: normal;
  height: 48px;
  width: 48px;
  font-size: 16px;
  padding: 10px 33px 10px 15px;
  transition: 0.5s;
}

.header-search input[type="text"]:focus {
  width: 200px;
  background-position: 95% center;
  transition: 0.5s;
}

.language-menu {
  float: right;
  width: auto;
  position: relative;
  font-weight: 700;
  margin-left: 35px;
}

.language-menu .fa-caret-down {
  margin-left: 8px;
  color: rgb(199, 161, 122);
}

.language-menu ul {
  position: absolute;
  top: 30px;
  right: 0px;
  width: auto;
  z-index: 99999;
  background: rgb(34, 34, 34);
  padding: 3px 0px 6px;
  min-width: 110px;
  display: none;
}

.language-menu ul li a {
  padding: 0px 10px;
  display: block;
}

.language-menu ul li img {
  margin-top: -3px;
  margin-right: 10px;
}

.header-menu-with-left .menu-nav-main {
  text-align: left;
}

.header-menu-with-left .header-nav-inside {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu-with-left .logo {
  float: none;
  display: inline-block;
  width: 150px;
  padding: 20px 0px;
}

.header-menu-with-left .menu-nav-main li a {
}

.header-dark-turkish {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.bg-turkish .product-wrapper .owl-carousel h5 {
  color: rgb(255, 255, 255);
}

.bg-turkish .text-coffee {
  color: rgb(228, 185, 91);
}

.bg-turkish .feature-list h5 {
  color: rgb(255, 255, 255);
}

.bg-turkish .owl-theme .owl-nav .owl-prev:hover {
  background: url("../images/arrow-left-active-white.png") center center
    no-repeat;
}

.bg-turkish .owl-theme .owl-nav .owl-next:hover {
  background: url("../images/arrow-right-active-white.png") center center
    no-repeat;
}

.breadcrumb-nav {
  padding: 25px 0px;
  border-bottom: 1px solid rgb(233, 230, 222);
}

.breadcrumb-nav-inner {
  float: left;
  width: 100%;
  position: relative;
}

.breadcrumb-nav-inner ul,
.breadcrumb-nav-inner ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.breadcrumb-nav-inner ul {
  float: left;
  width: auto;
}

.breadcrumb-nav-inner ul li {
  float: left;
  width: auto;
}

.breadcrumb-nav-inner ul li a {
  display: block;
  padding: 8px 25px;
  border-radius: 50px;
  color: black;
}

.breadcrumb-nav-inner ul li.active a {
  background: var(--latest-color);
  color: white;
}

.breadcrumb-nav-inner .now {
  float: right;
  width: auto;
  color: var(--latest-color);
  font-size: 30px;
  font-weight: 700;
  padding: 8px 25px;
}

.menu-thumb-main {
  float: left;
  width: 100%;
}

.menu-thumb-blog {
  float: left;
  width: 100%;
  background: rgb(244, 242, 237);
  border-radius: 20px;
  margin-bottom: 30px;
}

.menu-thumb-img {
  float: left;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.menu-thumb-img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

.menu-thumb-info {
  float: left;
  width: 100%;
  padding: 25px;
  position: relative;
}

.menu-thumb-info h5 {
  position: relative;
  color: rgb(32, 32, 47);
  margin: 0px;
  padding-right: 75px;
}

.menu-thumb-info .menu-price {
  position: absolute;
  right: 0px;
  top: 0px;
  color: rgb(228, 185, 91);
}

.discount-part {
  float: left;
  width: 100%;
  position: relative;
}

.discount-part h6 {
  margin: 0px;
}

.discount-part h2 {
    font-family: "Hanken Grotesk", sans-serif;
  font-weight: normal;
}

.discount-part h2 span {
  color: rgb(228, 185, 91);
  font-size: 60px;
  font-weight: 700;
 
}

.discount-right {
  float: right;
  width: auto;
  position: absolute;
  z-index: 1;
  right: 50px;
  top: 0px;
  margin-top: 40px;
}

.on-flow {
  position: absolute;
  top: -30px;
  right: 0px;
}

.menu-fix h5 {
  color: rgb(55, 39, 39);
  font-size: 18px;
  position: relative;
  border-bottom: 1px dashed rgb(204, 204, 204);
  padding-bottom: 25px;
  padding-right: 60px;
}

.menu-fix h5 span {
  position: absolute;
  right: 0px;
  top: 0px;
  color: rgb(228, 185, 91);
}

.menu-fix-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0px 0px 55px;
}

.menu-fix-list {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.menu-fix-product {
  position: absolute;
  left: 0px;
  max-width: 120px;
}

.menu-fix-with-item .menu-fix-list {
  padding-left: 145px;
}

.service-list {
  background: rgb(234, 231, 222);
  float: left;
  width: 100%;
  border-radius: 17px;
  padding: 45px 25px 55px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: 0.5s linear;
}

.service-list:hover {
  transform: rotateY(180deg);
}

.service-icon-in {
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
}

.service-icon {
  display: table-cell;
  width: 100%;
  height: 70px;
  vertical-align: middle;
}

.service-list h2,
.service-list h3,
.service-list h4,
.service-list h5 {
  margin: 0px;
}

.service-list-front {
  backface-visibility: hidden;
  float: left;
  width: 100%;
}

.service-list-back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 17px;
  padding: 20px 25px;
  text-align: center;
  color: rgb(255, 255, 255);
  backface-visibility: hidden;
  transform: rotateY(180deg);
}

.service-list-back::before {
  background: rgba(187, 149, 110, 0.8);
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  border-radius: 17px;
}

.service-list-back h3,
.service-list-back h4,
.service-list-back h5,
.service-list-back h6,
.service-list-back p,
.service-list-back span,
.service-list-back strong {
  position: relative;
  z-index: 1;
}

.service-back-in {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.service-icon-back {
  display: table-cell;
  width: 100%;
  height: 48px;
  vertical-align: middle;
}

.service-list-back p {
  margin: 10px 0px 0px;
}

.service-main-partition {
  float: left;
  width: 100%;
  margin-bottom: 95px;
}

.service-partition-left {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 17px;
  border: 2px solid rgb(244, 242, 237);
}

.service-partition-left img {
  border-radius: 17px;
  position: relative;
  top: -20px;
  left: -20px;
  width: 100%;
}

.service-partition-right {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 8%;
}

.service-main-partition h1,
.service-main-partition h2,
.service-main-partition h3,
.service-main-partition h4,
.service-main-partition h5,
.service-main-partition h6 {
  color: rgb(32, 32, 47);
}

.service-main-partition.even .service-left-column {
  float: right;
}

.service-main-partition:last-child {
  margin-bottom: 0px;
}

.partner-main .owl-carousel .item img {
  display: inline-block;
  width: auto;
}

.gallery-megic-blog {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 17px;
  color: rgb(255, 255, 255);
  margin: 0px 0px 40px;
}

.gallery-megic-blog h1,
.gallery-megic-blog h2,
.gallery-megic-blog h3,
.gallery-megic-blog h4,
.gallery-megic-blog h5,
.gallery-megic-blog h6,
.gallery-megic-blog p {
  margin: 0px;
}

.gallery-megic-inner {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  padding: 20px;
  border-radius: 17px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transform: scale(0) rotate(-180deg);
  transition: 0.4s;
}

.gallery-megic-out {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
  background: rgba(187, 149, 110, 0.9);
  border-radius: 17px;
}

.gallery-megic-detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 15px;
}

.gallery-megic-blog img {
  width: 100%;
  border-radius: 17px;
}

.gallery-megic-detail span {
  font-size: 18px;
}

.gallery-megic-blog:hover .gallery-megic-inner {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition-delay: 0.1s;
  z-index: 1;
}

.gallery-pagination {
  text-align: center;
  display: inline-block;
  width: 100%;
   font-family: "Hanken Grotesk", sans-serif;
  font-size: 13px;
  color: rgb(149, 147, 147);
  margin-top: 0;
  margin-bottom: 30px;
}

.gallery-pagination-inner {
  display: inline-block;
  width: auto;
}

.gallery-pagination ul,
.gallery-pagination li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.gallery-pagination li {
  display: inline-block;
  width: auto;
  margin-right: 18px;
  text-align: center;
}

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

.gallery-pagination li a {
  display: block;
  padding: 0px;
  border: 2px solid rgb(244, 242, 237);
  border-radius: 80px;
  width: 52px;
  height: 52px;
  line-height: 50px;
  color: rgb(149, 147, 147);
}

.gallery-pagination li .pagination-prev,
.gallery-pagination li .pagination-next {
  text-transform: uppercase;
  border-radius: 28px;
  padding: 0px 30px;
  width: auto;
}

.gallery-pagination li:hover a,
.gallery-pagination li.active a {
  background: rgb(32, 32, 47);
  color: rgb(255, 255, 255);
}

.galereya-grid {
  width: 100%;
  float: left;
}

.galereya-grid .gallery-megic-blog {
  margin: 0px;
}

.msrItem {
  margin: 0px;
  padding: 15px;
}

.wide-grid-item,
.big-grid-item {
  width: 50%;
  float: left;
}

.small-grid-item {
  width: 25%;
  float: left;
}

.blog-left-section {
  background-color: rgb(244, 242, 237);
  padding: 38px 28px;
  border-radius: 17px;
}

.blog-left-section h5 {
  color: rgb(56, 56, 72);
  text-align: left;
}

.blog-left-section .list li {
  color: rgb(228, 185, 91);
  margin-top: 10px;
}

.blog-left-section .list li a {
  color: rgb(122, 118, 118);
  display: block;
  padding-left: 10px;
}

.blog-left-section small {
  color: rgb(122, 118, 118);
  font-size: 14px;
}

.blog-left-section h6 {
  color: rgb(32, 32, 47);
  font-size: 16px;
  margin-bottom: 12px;
}

.blog-left-section p {
  margin-bottom: 12px;
}

.blog-common-wide {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.blog-left-search input[type="text"] {
  width: 100%;
  height: 60px;
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 80px;
  padding: 10px 60px 10px 40px;
  font-size: 16px;
  margin: 0px;
}

.blog-left-search input[type="submit"] {
  font-family: FontAwesome;
  background: none;
  border: none;
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  padding: 0px 20px;
}

.recent-blog-list {
  display: inline-block;
  margin-bottom: 22px;
  width: 100%;
}

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

.popular-tag {
  text-align: center;
}

.popular-tag a {
  display: inline-block;
  width: auto;
  padding: 0px 20px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  min-width: 88px;
  background: rgb(255, 255, 255);
  text-align: center;
  border-radius: 50px;
  margin: 0px 5px 15px;
  transition: 0.4s;
  color: rgb(122, 118, 118);
}

.popular-tag a:hover {
  background: rgb(32, 32, 47);
  color: rgb(255, 255, 255);
}

.tag-btn {
  display: inline-block;
  width: auto;
  padding: 0px 20px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  min-width: 88px;
  text-align: center;
  border-radius: 50px;
  margin: 0px 9px 15px 0px;
  transition: 0.4s;
  background: rgb(244, 242, 237) !important;
  color: rgb(122, 118, 118) !important;
  font-weight: bold!important;
}

.tag-btn:hover {
  background: var(--latest-color) !important;
  color: rgb(255, 255, 255) !important;
}

.tag-btn:last-child {
  margin-right: 0px;
}

.best-deal-blog {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 35px;
}

.best-deal-blog p {
  margin: 0px;
}

.best-deal-left {
  float: left;
  max-width: 111px;
}

.best-deal-right {
  margin-left: 130px;
}

.best-deal-right p {
  color: rgb(32, 32, 47);
}

.best-deal-right strong {
  color: rgb(228, 185, 91);
}

.best-deal-blog:last-child {
  margin-bottom: 0px;
}

.blog-right-listing {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 30px;
}

.blog-right-listing .feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-right-listing .feature-info {
  padding-left: 0px;
  padding-right: 0px;
}

.blog-right-listing .feature-info h5 {
  margin: 15px 0px;
}

.blog-right-listing .feature-info p {
  margin-bottom: 20px;
}

.blog-right-listing .button-default {
  height: 50px;
  line-height: 47px;
}

.blog-common-wide:last-child {
  margin-bottom: 0px;
}

.blog-main-full .blog-right-listing .feature-info {
  padding-top: 40px;
}

.blog-main-full .date-feature {
  top: inherit;
  bottom: -40px;
  right: 90px;
}

.blog-main-2col .blog-right-listing .feature-info {
  padding-top: 65px;
}

.blog-main-2col .date-feature {
  top: inherit;
  bottom: -40px;
  right: inherit;
  left: 50%;
  transform: translateX(-50%);
}

.blog-list-outer .feature-img {
  float: left;
  width: 50%;
  padding-right: 15px;
  height: 280px;
}

.blog-list-outer .feature-info {
  float: left;
  width: 50%;
  padding-top: 0px;
  padding-left: 15px;
}

.blog-list-outer .date-feature {
  right: inherit;
  left: 20px;
}

.blog-single blockquote {
  font-size: 15px;
  font-style: italic;
  border: 2px solid rgb(244, 242, 237);
  border-radius: 17px;
  padding: 20px 55px 20px 95px;
  position: relative;
}

.blog-single blockquote .quote {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 90px;
 
  font-weight: 700;
  color: rgb(199, 161, 122);
  font-style: normal;
}

.ul-list {
  margin-left: 25px;
}

.ul-list li {
  padding-left: 25px;
  position: relative;
}

.ul-list li::before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  color: rgb(228, 185, 91);
}

.share-tag {
  display: inline-block;
  width: 100%;
  margin: 25px 0px;
}

.share-tag h5 {
  font-size: 18px;
  display: inline-block;
  color: rgb(32, 32, 47);
  margin-right: 10px !important;
}

.share-tag .social {
  display: inline-block;
  width: auto;
}

.social li {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

.social li:last-child {
  margin-right: 0px;
}

.social li a {
  display: block;
  width: 40px;
  border: 2px solid rgb(244, 242, 237);
  height: 40px;
  text-align: center;
  border-radius: 100%;
  line-height: 39px;
  color: rgb(149, 147, 147);
}

.social li:hover a {
  color: rgb(255, 255, 255);
}

.social li.social-facebook:hover a {
  background: rgb(59, 89, 152);
  border-color: rgb(59, 89, 152);
}

.social li.social-tweeter:hover a {
  background: rgb(29, 161, 242);
  border-color: rgb(29, 161, 242);
}

.social li.social-instagram:hover a {
  background: rgb(251, 173, 80);
  border-color: rgb(251, 173, 80);
}

.social li.social-dribble:hover a {
  background: rgb(221, 62, 123);
  border-color: rgb(221, 62, 123);
}

.social li.social-google:hover a {
  background: rgb(58, 124, 236);
  border-color: rgb(58, 124, 236);
}

.plain-btn {
  display: inline-block;
  width: auto;
  border: 2px solid rgb(244, 242, 237);
  border-radius: 50px;
  padding: 10px 35px;
  font-size: 13px;
  text-transform: uppercase;
  color: rgb(149, 147, 147) !important;
}

.plain-btn .icon-left-4 {
  margin-right: 22px;
}

.comment-blog {
  display: inline-block;
  width: 100%;
}

.comment-blog h3 {
  font-size: 25px;
  color: rgb(32, 32, 47);
}

.comment-inner-list {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.comment-inner-list h5 {
  font-size: 18px;
  color: rgb(32, 32, 47);
  margin-bottom: 10px;
  padding-right: 34%;
}

.comment-img {
  float: left;
  max-width: 115px;
}

.comment-info {
  margin-left: 145px;
  position: relative;
}

.comment-date {
  position: absolute;
  font-size: 14px;
  color: rgb(228, 185, 91);
  right: 0px;
  top: -2px;
  width: 32%;
  text-align: right;
}

.comment-blog form {
  margin-top: 36px;
}

.comment-blog textarea {
  border: none;
  background-color: rgb(244, 242, 237);
}

.comment-blog input[type="text"],
.comment-blog input[type="password"],
.comment-blog input[type="tel"],
.comment-blog input[type="email"],
.comment-blog input[type="number"] {
  background-color: rgb(244, 242, 237);
  border: none;
}

.submit-btn {
  height: 50px;
  width: auto;
  background-color: var(--latest-color);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  border: none;
  border-radius: 80px;
  padding: 0px 30px;
  text-align: center;
  min-width: 225px;
  font-size: 16px;
  display: inline-block;
  line-height: 50px;
  transition: 0.4s;
}

.submit-btn:hover {
  color: rgb(255, 255, 255);
  background: rgb(32, 32, 47);
}

.shop-main-list {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.shop-search {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.shop-search h6 {
  margin-bottom: 0px;
  margin-top: 22px;
}

.shop-search .select-dropbox {
  float: right;
  width: 260px;
  margin-bottom: 0px;
}

.shop-product {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  background: #e9e8e6;
  height: 260px;
  /* overflow: auto; */
  border-radius: 5px;
}

.shop-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 20px;
  border-radius: 5px;
  overflow: ;
}

.shop-main-list h5 {
  font-size: 18px;
  color: rgb(32, 32, 47);
  margin: 0px 0px 10px;
}

.shop-main-list h5 strong {
  color: rgb(199, 161, 122);
}

.shop-page .gallery-pagination {
  text-align: center;
}

.shop-cart-btn {
  line-height: 40px;
  width: auto;
  min-width: 152px;
  background-color: rgb(55, 39, 39);
  color: rgb(255, 255, 255);
  height: 40px;
  display: inline-block;
  text-align: center;
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  border-radius: 50px;
}

.cart-overlay-wrap {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(199, 161, 122, 0.8);
  top: 0px;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transform: scale(0) rotate(-180deg);
  transition: 0.4s;
}

.shop-main-list:hover .cart-overlay-wrap {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition-delay: 0.1s;
  z-index: 1;
}

.cart-overlay {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.filter-btn {
  transition: 0.4s;
  display: inline-block;
  width: auto;
  min-width: 110px;
  height: 36px;
  line-height: 36px;
  background: var(--latest-color);
  text-align: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-top: 20px;
  border-radius: 30px;
  font-weight: 700;
}

.filter-btn:hover {
  color: rgb(255, 255, 255);
  background: rgb(55, 39, 39);
}

.nto {
  display: inline-block;
  width: auto;
  text-align: right;
  margin: 30px 0px;
}

.nto span {
  font-size: 59px;
  color: rgb(32, 32, 47);
  font-family: "Hanken Grotesk", sans-serif;
}

.form-common {
  float: left;
  width: 100%;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 60px 45px;
}

.form-common h3 {
  margin-bottom: 0px;
}

.register-form .button-default-submit {
  width: 100%;
  background: rgb(230 187 65);
  height: 60px;
  font-size: 22px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  margin: 10px 0px 15px;
  border-color: var(--latest-color);
}

.register-form .button-default-submit:hover {
  background: rgb(228, 185, 91);
}

.register-wrap p {
  margin: 25px 0px 0px;
}

.form-common a {
  color: rgb(32, 32, 47);
}

.form-common label {
  font-weight: normal;
}

.login-form .button-default-submit {
  width: 100%;
  background: rgb(230 187 65);
  border-color: rgb(230 187 65);
  height: 60px;
  font-size: 22px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  margin: 30px 0px;
}

.login-form .button-default-submit:hover {
  background: rgb(228, 185, 91);
  border-color: rgb(228, 185, 91);
}

.divider-login {
  display: inline-block;
  width: 100%;
  position: relative;
}

.divider-login hr {
  border-top: 1.5px solid rgb(204, 204, 204);
}

.divider-login span {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0px 24px;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
}

.form-common .btn-change {
  height: 60px;
  width: 100%;
  color: rgb(255, 255, 255);
  padding: 0px 20px;
  line-height: 60px;
  margin-top: 15px;
}

.form-common .facebook-btn {
  background: rgb(59, 89, 152);
  border-color: rgb(59, 89, 152);
  color: rgb(255, 255, 255);
}

.form-common .facebook-btn:hover {
  color: rgb(255, 255, 255);
}

.form-common .tweeter-btn {
  background: rgb(29, 161, 242);
  border-color: rgb(29, 161, 242);
}

.form-common .tweeter-btn {
  color: rgb(255, 255, 255);
}

.btn-change .fa {
  margin-right: 5px;
}

.shop-single p {
  margin: 20px 0px;
}

.slick-shop img {
  width: 100%;
  border-radius: 17px;
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.slick-shop-thumb {
  padding: 0px 30px;
  margin-top: 25px;
}

.slick-shop-thumb img {
  width: 100%;
}

.slick-shop-thumb .slick-slide {
  margin: 0px 12px;
}

.slick-shop-thumb .slick-current {
  position: relative;
}

.slick-shop-thumb .slick-current::before {
  position: absolute;
  border: 2px solid rgb(228, 185, 91);
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 17px;
}

.star-review-collect {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 5px;
}

.star-rating {
  float: left;
  margin-right: 15px;
  position: relative;
  font-family: icomoon;
  font-size: 1em;
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  top: 4px;
  width: 5.4em;
}

.star-rating::before {
  color: rgb(229, 229, 229);
  content: "SSSSS";
  float: left;
  left: 0px;
  position: absolute;
  top: 0px;
}

.star-rating span.star-rating-customer::before {
  color: rgb(255, 160, 0);
  content: "SSSSS";
  left: 0px;
  position: absolute;
  top: 0px;
}

.star-rating .star-rating-customer {
  float: left;
  left: 0px;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  text-shadow: none;
  top: 0px;
}

.star-review span.star-review-customer {
  background: url("../images/star.png") left 0px repeat-x scroll
    rgba(0, 0, 0, 0);
  display: inline-block;
  height: 16px;
  position: relative;
  width: 80px;
  margin-bottom: -3px;
}

.star-review span.star-review-customer a {
  float: left;
  height: 0px;
  left: 0px;
  overflow: hidden;
  padding-top: 16px;
  position: absolute;
  top: 0px;
  width: 16px;
}

.star-review span.star-review-customer a.star-1 {
  width: 16px;
  z-index: 10;
}

.star-review span.star-review-customer a.star-2 {
  width: 32px;
  z-index: 9;
}

.star-review span.star-review-customer a.star-3 {
  width: 48px;
  z-index: 8;
}

.star-review span.star-review-customer a.star-4 {
  width: 64px;
  z-index: 7;
}

.star-review span.star-review-customer a.star-5 {
  width: 80px;
  z-index: 6;
}

.star-review span.star-review-customer a:hover {
  background: url("../images/star.png") left -32px repeat-x scroll rgba(0, 0, 0, 0);
}

.comment-blog .star-review span.star-review-customer {
  background: url("../images/star.png") left -16px repeat-x scroll rgba(0, 0, 0, 0);
  margin-left: 15px;
}

.review-text {
  margin-left: 10px;
  color: var(--latest-color);
}

.price-textbox {
  display: inline-block;
  width: auto;
  position: relative;
  max-width: 170px;
  text-align: center;
  color: rgb(55, 39, 39);
}

.price-textbox input {
  text-align: center;
  color: rgb(55, 39, 39);
  margin: 0px;
}

.price-textbox input::-webkit-input-placeholder {
  text-align: center !important;
}

.fa-shopping-bag {
  margin-right: 15px;
}

.shop-single .social-wrap {
  margin-bottom: 20px;
}

.shop-single .share-tag {
  margin: 35px 0px;
}

.shop-single .filter-btn {
  margin-left: 18px;
}

.minus-text {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
}

.plus-text {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.comment-review-tab {
  margin: 125px 0px 0px;
}

.tab-part {
  float: left;
  width: 100%;
  margin-top: -55px;
}

.tab-inner {
  display: inline-block;
  width: 100%;
}

.tab-part .tab-content {
  padding: 70px 0px 60px;
  /* max-width: 750px; */
  margin-left: auto;
  margin-right: auto;
}

.tab-part .nav-tabs {
  text-align: center;
}

.tab-part .nav-tabs > li {
  float: none;
  display: inline-block;
    font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
}

.tab-part .nav-tabs > li > a {
  margin-right: 0px;
  padding: 16px 47px;
  border: none;
  color: rgb(32, 32, 47);
  border-radius: 17px 17px 0px 0px;
}

.tab-part .nav-tabs > li.active > a,
.tab-part .nav-tabs > li.active > a:hover,
.tab-part .nav-tabs > li.active > a:focus {
  border: none;
  color: rgb(32, 32, 47);
  background: rgb(234, 231, 222);
}

.tab-part .nav > li > a:hover,
.tab-part .nav > li > a:focus {
  background: rgb(234, 231, 222);
}

.tab-part .review-text {
  margin-left: 0px;
  margin-right: 10px;
  color: rgb(149, 147, 147);
}

.tab-part .comment-blog .form p {
  text-align: center;
}

.tab-part .tab-content .title {
  margin-bottom: 30px;
}

.tab-part .tab-content h3 {
  margin-bottom: 0px;
}

.tab-part .comment-blog form {
  margin-top: 0px;
}

.contact-part iframe,
.contact-part .map {
  width: 100% !important;
  margin-bottom: 45px;
}

.contact-blog-row {
  float: left;
  width: 100%;
  border: 2px solid rgb(244, 242, 237);
  padding: 25px 45px;
  border-radius: 17px;
  color: rgb(32, 32, 47);
  text-align: center;
  min-height: 212px;
  margin-bottom: 70px;
}

.contact-icon {
  display: block;
  min-height: 65px;
}

.contact-blog-row p {
  margin: 45px 0px 0px;
}

.contact-part .submit-btn {
  float: right;
}

.co-title {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 13px;
 
}

.time-list li {
  margin-bottom: 8px;
}

.time-list li span {
  display: inline-block;
  width: auto;
}

.time-list .week-name {
  min-width: 180px;
}

.contact-part address {
  margin-bottom: 50px;
  color: rgb(32, 32, 47);
}

.contact-part address a {
  color: rgb(32, 32, 47);
}

.contact-part address a:hover {
  color: rgb(228, 185, 91);
}

.checkout-wrap {
  text-align: center;
  padding: 0px 0px 115px;
}

ul.checkout-bar {
  height: 15px;
}

ul.checkout-bar li {
  color: rgb(51, 62, 72);
  font-size: 16px;
  font-weight: 600;
  position: relative;
    font-family: "Hanken Grotesk", sans-serif;
  display: inline-block;
  margin: 50px 0px 0px;
  padding: 0px;
  text-align: center;
  width: 19%;
  cursor: pointer;
}

ul.checkout-bar li::before {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  line-height: 45px;
  height: 45px;
  position: absolute;
  text-align: center;
  top: -65px;
  width: 45px;
  z-index: 9;
 
  left: 50%;
  transform: translateX(-50%);
}

ul.checkout-bar li.active {
 
}

ul.checkout-bar li.done-proceed::before,
ul.checkout-bar li.active::before {
  background: var(--latest-color);
  z-index: 9;
  color: rgb(255, 255, 255);
  border-color: var(--latest-color);
}

.checkout-bar li::after {
  animation: 3s ease 0s 0 normal none running myanimation;
  background-color: rgb(255, 255, 255);
  content: "";
  height: 5px;
  width: 100%;
  left: 50%;
  position: absolute;
  top: -45px;
  z-index: 0;
}

.checkout-bar li.done-proceed::after {
  animation: 3s ease 0s 0 normal none running myanimation;
  background-color: var(--latest-color);
  content: "";
  height: 5px;
  width: 100%;
  left: 50%;
  position: absolute;
  top: -45px;
  z-index: 0;
}

.checkout-bar li:last-child::after {
  display: none !important;
}

ul.checkout-bar li:nth-child(1)::before {
  content: "1";
}

ul.checkout-bar li:nth-child(2)::before {
  content: "2";
}

ul.checkout-bar li:nth-child(3)::before {
  content: "3";
}

ul.checkout-bar li:nth-child(4)::before {
  content: "4";
}

ul.checkout-bar li:nth-child(5)::before {
  content: "5";
}

ul.checkout-bar li:nth-child(6)::before {
  content: "6";
}

.shop-cart-list {
  display: inline-block;
  width: 100%;
  padding: 30px 34px;
  background-color: rgb(255, 255, 255);
  border-radius: 17px;
}

table.shop-cart-table {
 
  font-weight: 700;
  border-spacing: 0px;
  font-size: 18px;
  position: relative;
  width: 100%;
  border-collapse: separate !important;
}

table.shop-cart-table th,
table.shop-cart-table td {
  padding: 18px 0px;
}

table.shop-cart-table td {
  padding: 26px 0px;
}

table.shop-cart-table thead {
  color: rgb(255, 255, 255);
}

table.shop-cart-table th {
  background-color: rgb(55, 39, 39);
}

table.shop-cart-table thead th:first-child {
  padding-left: 38px;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}

table.shop-cart-table thead th:last-child {
  padding-right: 38px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
}

table.shop-cart-table tbody {
  color: rgb(55, 39, 39);
}

table.shop-cart-table tbody th {
  display: none;
}

.product-cart {
  display: flex;
  height: 90px;
  width: 90px;
  background: #eae7de;
  border-radius: 4px;
  padding: 17px;
  margin-bottom: 20px;
}

.product-cart-title {
  display: table-cell;
  vertical-align: middle;
}

table.shop-cart-table strong {
  color: rgb(199, 161, 122);
  display: block;
}

table.shop-cart-table del {
  color: rgb(225, 223, 218);
  display: block;
    font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
}

table.shop-cart-table .shop-cart-close {
  position: absolute;
  right: 0px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 35px;
}

.product-cart-detail {
  display: inline-block;
  width: 100%;
}

.product-cart-detail input {
  margin: 0px;
}

.cupon-part {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}

.cart-total {
  float: right;
  width: 100%;
  padding: 30px 50px;
  background-color: rgb(255, 255, 255);
  border-radius: 17px;
  margin-top: 45px;
  max-width: 460px;
  color: rgb(55, 39, 39);
  font-size: 18px;
}

.cart-total small {
  font-size: 15px;
  float: left;
  color: rgb(149, 147, 147);
}

.cart-total-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 55px;
  text-align: center;
}

.cart-total h5 {
  margin: 0px;
  font-size: 22px;
}

.product-cart-total {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
}

.product-cart-total span,
.grand-total span {
  float: right;
}

.grand-total {
  display: inline-block;
  width: 100%;
  margin: 19px 0px 45px;
}

.grand-total h5 span {
  color: rgb(199, 161, 122);
}

.proceed-check {
  display: inline-block;
  width: 100%;
}

.proceed-check .btn-medium {
  width: 100%;
}

.order-complete-box {
  display: inline-block;
  width: 100%;
  padding: 65px 25px 55px;
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 17px;
}

.order-complete-box p {
  margin: 50px 0px;
}

.track-oder {
  display: inline-block;
  width: 100%;
  padding: 65px 25px 55px;
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 17px;
}

.track-oder-inner {
  display: inline-block;
  width: auto;
  text-align: left;
}

.track-oder-inner h3 {
  font-size: 28px;
  line-height: 36px;
  color: rgb(27, 27, 41);
  margin: 0px;
}

.track-oder-inner h3 span {
  color: rgb(234, 231, 222);
  font-weight: 400;
}

.clock-track-icon {
  display: table-cell;
  vertical-align: middle;
}

.track-status {
  display: table-cell;
  vertical-align: middle;
  padding-left: 65px;
}

.terms-left {
  float: left;
  width: 100%;
  padding-right: 50px;
}

.terms-left h5 {
  color: rgb(32, 32, 47);
}

.terms-right {
  float: left;
  width: 100%;
  background: rgb(55, 39, 39);
  border-radius: 17px;
  color: rgb(255, 255, 255);
}

.terms-right ul {
  padding: 18px 0px;
}

.terms-right li {
  display: block;
  width: 100%;
}

.terms-right li a {
  display: block;
  width: 100%;
  padding: 11px 30px;
  transition: 0.5s;
  color: rgb(255, 255, 255);
}

.terms-right li.active a,
.terms-right li:hover a {
  background: rgb(193, 153, 66);
  border-radius: 50px;
  margin-left: -15%;
  width: 115%;
  padding: 11px 30px 11px 68px;
}

.accordion-part .panel-default {
  border: none;
  box-shadow: none;
}

.accordion-part.panel-group .panel-heading + .panel-collapse > .panel-body,
.accordion-part.panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}

.accordion-part .panel-heading {
  padding: 0px;
  background: transparent;
}

.accordion-part .panel-title {
  font-size: 18px;

  font-weight: 600;
}

.accordion-part .panel-title a {
  display: block;
  padding: 13px 50px 13px 34px;
  color: rgb(55, 39, 39);
  border: 2px solid rgb(244, 242, 237);
  border-radius: 50px;
  position: relative;
}

.accordion-part .panel-title a::after {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡";
  position: absolute;
  right: 28px;
  top: 50%;
  font-family: FontAwesome;
  transform: translateY(-50%);
}

.accordion-part .panel-title a[aria-expanded="true"] {
  background: rgb(244, 242, 237);
}

.accordion-part .panel-title a[aria-expanded="true"]::after {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ";
}

.accordion-part .panel-body {
  padding: 28px 34px;
}

.error-404 {
  position: fixed;
  left: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  z-index: 1;
}

.error-404-inner {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 36px;
  padding: 0px 15px;
}

.error-404-inner h2,
.error-404-inner p {
  margin: 0px;
}

.error-404-inner h2 {
  margin-bottom: 8px;
}

.error-404-inner a {
  color: rgb(228, 185, 91);
    font-family: "Hanken Grotesk", sans-serif;
  text-decoration: underline;
}

.error-404-title {
  display: inline-block;
  width: 100%;
  color: rgb(228, 185, 91);
  font-size: 200px;
  margin-bottom: 40px;
 
  font-weight: 700;
}

.shop-checkout-left {
  float: left;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 35px 30px 10px;
  border-radius: 17px;
}

.shop-checkout-left h6 {
  font-size: 18px;
}

.shop-checkout-left h6 a {
  font-weight: 700;
  color: rgb(32, 32, 47);
}

.form-checkout {
  margin-top: 45px;
}

.form-checkout label {
  color: rgb(149, 147, 147);
}

.form-checkout label {
  margin-bottom: 29px;
}

.form-checkout h5 {
  color: rgb(32, 32, 47);
  font-size: 17px;
  margin-bottom: 29px;
}

.shop-checkout-right {
  float: left;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 35px 30px 40px;
  border-radius: 17px;
}

.shop-checkout-right h5 {
  color: rgb(32, 32, 47);
  font-size: 22px;
  text-align: center;
  margin: 0px 0px 50px;
}

.shop-checkout-right h6 {
  color: rgb(55, 39, 39);
  font-weight: 700;
  margin: 0px;
}

.shop-checkout-right h6 span {
  float: right;
}

.shop-checkout-row,
.shop-checkout-title {
  display: inline-block;
  width: 100%;
}

.shop-checkout-row {
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(224, 224, 224);
}

.shop-checkout-title {
  padding-bottom: 30px;
}

.shop-checkout-row p {
  margin: 0px 0px 5px;
}

.shop-checkout-row p span {
  min-width: 160px;
  display: inline-block;
}

.shop-checkout-right small {
  float: right;
  font-size: 15px;
  color: rgb(149, 147, 147);
}

.shop-checkout-right a {
  color: rgb(55, 39, 39);
}

.checkout-total {
  display: inline-block;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid rgb(224, 224, 224);
}

.shop-checkout-box .checkout-total:last-child {
  border-bottom: none;
}

.shop-checkout-right .price-big {
  font-size: 22px;
  color: rgb(230 187 65);
  font-weight: 700;
}

.shop-checkout-box {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 50px;
}

.shop-checkout-box:last-child {
  margin-bottom: 0px;
}

.payment-mode {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.payment-mode label {
  margin-right: 30px;
  vertical-align: middle;
}

.payment-mode img {
  margin-top: -10px;
  margin-right: 15px;
}

.checkout-terms {
  display: inline-block;
  width: 100%;
  margin: 50px 0px 30px;
}

.checkout-button {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.checkout-button .button-default {
  font-weight: 700;
}

.skills {
  display: block;
  margin-bottom: 50px;
}

.skill-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
}

.sonny_progressbar {
  margin-bottom: 20px;
}

.skill-wrap small {
  font-size: 16px;
  color: rgb(50, 48, 49);
 
  font-weight: 700;
  position: absolute;
  top: 9px;
  right: 0px;
}

.sonny_progressbar p.title {
  font-size: 18px;
  line-height: 34px;
  margin: 0px;
  padding: 5px 0px;
  color: rgb(50, 48, 49);
 
  font-weight: 700;
}

.sonny_progressbar p.title span {
  float: right;
}

.sonny_progressbar .bar-container {
  position: relative;
  height: 40px;
}

.sonny_progressbar .bar-container.shadow {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px 0px inset;
  border-radius: 25px;
}

.sonny_progressbar .backgroundBar {
  position: absolute;
  inset: 0px;
  border-radius: 25px;
}

.sonny_progressbar .bar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  border-radius: 25px;
}

.sonny_progressbar .targetBar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  animation: 2s ease 0s infinite normal none running Animation;
}

.sonny_progressbar .targetBar.loader {
  animation: 4s ease 0s infinite normal none running AnimationB;
  background-image: url("../images/animated-overlay.gif");
}

.sonny_progressbar .bar-container.border .bar,
.sonny_progressbar .bar-container.border .targetBar,
.sonny_progressbar .bar-container.border .backgroundBar {
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

.sonny_progressbar .progress-percent {
    font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  position: absolute;
  right: 15px;
}

@keyframes Animation {
  0% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

@-webkit-keyframes Animation {
  0% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

@keyframes AnimationB {
  0% {
    opacity: 0.01;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 0.01;
  }
}

@-webkit-keyframes AnimationB {
  0% {
    opacity: 0.01;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 0.01;
  }
}

.package {
  float: left;
  width: 100%;
  background: rgb(234, 231, 222);
  border-radius: 17px;
  text-align: center;
  margin-bottom: 30px;
}

.package h2 {
  color: rgb(193, 153, 66);
  margin-bottom: 10px;
}

.package h3 {
  color: rgb(55, 39, 39);
  margin-bottom: 15px;
}

.package-title {
  display: inline-block;
  width: 100%;
  padding: 30px;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.package-title p {
  max-width: 75%;
  margin: 0px auto;
}

.package-list {
  display: inline-block;
  width: 100%;
  padding: 30px;
}

.package ul {
  color: rgb(55, 39, 39);
  margin-bottom: 40px;
}

.package ul li {
  margin-bottom: 24px;
}

.package.current .package-title {
  background: rgb(193, 153, 66);
  color: rgb(255, 255, 255);
}

.package:hover .package-title {
  background: rgb(193, 153, 66);
  color: rgb(255, 255, 255);
}

.package:hover .package-title h2,
.package:hover .package-title h3 {
  color: rgb(255, 255, 255);
}

.package.current .package-title h2,
.package.current .package-title h3 {
  color: rgb(255, 255, 255);
}

.skill-initial {
  display: inline-block;
  width: 100%;
}

.skill-initial h5 {
  font-size: 18px;
  color: rgb(50, 48, 49);
  margin: 20px 0px;
}

.map-outer #map {
  float: left;
  width: 100%;
  min-height: 500px;
  margin-bottom: 50px;
}

.tp-simpleresponsive > ul > li::after {
  content: "";
  background-color: black;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.25;
}

.l-bg {
  position: relative;
}

.l-bg::after {
  content: "";
  background-image: url("../img/down.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.07;
  z-index: -1;
}

.overlay-bg::after {
  content: "";
  background-color: black;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
.logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.home-s img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.slide-card {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 80%; */
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translate(-50%,-50%); */
  position: relative;
  z-index: 11;
  /* height: 350px; */
}
.slide-card img {
  height: 75vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/* .slick-img::after {
      background-color: black;
      opacity: 0.1;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      }
  */
.slider-content {
  /* position: absolute; */
  /* top: 60%; */
  left: 5%;
  /* -webkit-transform: translateY(-50%); */
  -ms-transform: translateY(-50%);
  /* transform: translateY(-50%); */
  z-index: 1212;
}

.slider-content h2 {
  margin-bottom: 0;
  font-size: 60px;
  font-weight: bold;
  opacity: 0;
  color: black;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  font-family: "Hanken Grotesk", sans-serif;
}

.slider-content h3 {
  margin: 20px 0px;
  font-size: 20px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  -o-transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

.slick-active h2,
.slick-active h3,
.slick-active .slider-content .button,
.slick-active p {
  z-index: 9999;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.slider-content-border {
  border: 2px dashed rgb(198, 109, 85);
  border-radius: 47px;
  display: inline-block;
  padding: 5px;
  margin-bottom: 20px;
}
.slider-content .button {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  background-color: rgb(198, 109, 85);
  color: white;
  border-radius: 40px;
  padding: 10px 20px;
  text-decoration: none;

  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

  -webkit-transition: opacity 0.9s, -webkit-transform 0.9s;
  -o-transition: opacity 0.9s, transform 0.9s;
  transition: opacity 0.9s, -webkit-transform 0.9s;
  transition: opacity 0.9s, transform 0.9s;
  transition: opacity 0.9s, transform 0.9s, -webkit-transform 0.9s;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  position: relative;
  z-index: 111;
}

.slider-content .button:hover {
  background-color: black;
  outline: 2px solid rgb(198, 109, 85);
}
.slick-img {
  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;
}
.slick-img img {
}
/* home-slider-end   */
.tilt-tag {
  position: sticky;
  top: 162px;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}
.tilt-tag h1 {
  writing-mode: sideways-lr;
  position: relative;
  z-index: ;
  text-orientation: upright;
  font-size: 50px;
  font-weight: bolder;
  margin: 0;
  background-image: url("../img/bg-2.jpg");
  color: white;
  padding: 36px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1111111111111111111;
  text-align: center;
}
.tilt-tag h1::after {
  /* background-color: black; */
  /* opacity: 32%; */
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.blog-left-section .b-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.blog-left-section .b-img {
  height: 200px;
}
.m-responsive {
  height: 100%;
  width: 100%;
}
.c-form {
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}
.product-cart img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

/* ---------------------------------------cart-page---------------------------------------------------- */

.cart-bottom-border::after {
  content: "";
  position: absolute;
  height: 0.2px;
  width: 98%;
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.cart-list {
}
.cart-list-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cart-list-img {
  width: 95px;
}
.cart-list small {
}
.cart-list span {
}

.cart-list-close {
  position: absolute;

  top: 5px;

  right: 15px;

  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;

  transform: translate(0%, 50%);
  cursor: pointer;
}

.cart-number2 {
  display: inline-flex;
  align-items: center;
  /* border: 1px solid #e0e0e0; */
  border-radius: 5px;
  overflow: auto;
  /* padding: 5px 0px; */
}
.cart-number2 button {
  border: none;
  background: transparent;
  color: black;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 500;
}
.cart-number2 input {
  /* border: none; */
  outline: none;
  width: 100%;
  text-align: center;
  border: 1px solid #dee2e6;
  font-size: 14px;
  height: 28px;
  font-weight: 500;
  margin: 0;
}

.cart-number2 button {
  border: none;
  background: transparent;
  color: black;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 500;
  font-size: 17px;
}
.cart-righ-bar input {
  font-size: 12px;
  margin: 0;
}
.cart-righ-bar button {
  border: none;
  outline: none;
  width: 100%;
  background: var(--latest-color);
  color: white;
  padding: 8px 0px;
  border-radius: 50px;
  font-size: 12px;
}
.cart-card {
  /* margin: 0px 2px; */
  overflow: auto;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 1rem;
  border: transparent;
  position: relative;
  overflow: hidden;
  background: white;
}
.cart-righ-bar {
  background-color: #dddddda8;
}
.cart-heading {
  text-align: center;
}
.c-form {
}
.c-form input {
  border: none;
  border: 1px solid #ccc;
  height: 33px;
  font-size: 12px;
}
/* .login-form input {
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  font-size: 12px;
  padding: 10px 10px;
} */
.login-form button {
  background: var(--primary-color);
  color: white;
  border: none;
  outline: none;
  /* display: flex; */
  width: 100%;
  font-size: 14px;
  padding: 8px 0px;
  border-radius: 4px;
}
.c-form,
.login-form label {
  font-size: 12px;
}
.c-form,
.login-form .select2-container {
  border-color: #e3dbdb;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
  border-radius: 7px;
  font-size: 12px;
}
.select2-results__option[aria-selected] {
  text-align: start;
}

.select2-container {
  width: 100% !important;
  font-size: 12px;
}

.select2-container .select2-selection--single {
  height: 34px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
  border-color: #e3dbdb !important;
  border-radius: 7px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 33px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  box-shadow: none;
  border: none !important;
  outline: 1px solid #ccc;
}
/* ---------------------------------------cart-page-end--------------------------------------------------- */
/* ---------------------------------------dashbaord-page--------------------------------------------------- */
.dashboard-card {
  background-color: white;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 7px;
}

.mob-dash-btn img {
    display: none;
  height: 18px;
  width: 18px;
  /* background: var(--primary-color); */
  /* border-radius: 4px; */
  /* padding: 5px; */
}
.dash-list {
  padding: 0;

  list-style-type: none;

  display: flex;

  flex-direction: column;

  gap: 8px;
}
.dash-list li {
  position: relative;
  transition: 0.3s all;
  cursor: pointer;
  /* background: red; */
  padding: 13px 10px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dash-list .active,
.dash-list .active a {
  background-color: white;
  color: white !important;
}
.dash-list li small {
  font-weight: 500;
}
/* .dash-list li:hover{
  background-color:var(--primary-color);
  border-radius: 7px;
  transform: scale(1.2);
  padding: 13px 10px;
} */
.dash-list li img {
  height: 15px;

  width: 15px;
}

/* ---------------------------------------dashbaord-page-end--------------------------------------------------- */

/* ---------------------------------------order-page---------------------------------------------------- */

.order-table tr,
th {
  font-size: 11px;
}

.bac-l-stack-xs {
  margin-left: 5px !important;
}

.outstock {
  background: #8b000026 !important;
}
.outstock p {
  color: darkred !important;
}
.inweek {
  background: #ff980021 !important;
}
.inweek p {
  color: #ff9800 !important;
}

.highlight-status {
  position: relative;
  display: inline-flex;
  width: 12px;
  height: 12px;
  /* z-index: 1; */
}

.highlight-status::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  border-radius: 50%;
}

.highlight-status.auxiliar-low::after {
  background: green;
  border: green;
  -webkit-animation: pulse_auxiliar-low 1s ease var(--iteration-count);
  animation: pulse_auxiliar-low 1s ease var(--iteration-count);
}

@keyframes pulse_auxiliar-low {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px green;
    box-shadow: 0px 0px 0px 0px green;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 5px transparent;
  }
}

.status-tag {
  position: relative;
  width: auto;
  display: inline-flex;
  height: 24px;
  padding: 0 10px 0 5px;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  /* z-index: 11; */
}

.status-tag.auxiliar-low {
  background: #0080002e;
}

.status-tag__icon.auxiliar-low {
  color: green;
}

.status-tag__txt {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

.status-tag.auxiliar-low .status-tag__txt {
  color: darkgreen;
}
.product-cart-btn a,.product-cart-btn button,
.wish-btn a {
    border: none;
  text-decoration: none;
  color: white;
  background: var(--latest-color);
  padding: 10px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 60px;
  padding: 6px 25px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.wish-btn a {
  padding: 10px;
  background: white;

  border: 1px solid var(--primary-color);
  box-shadow: none;
  color: black;
}
.product-cart-btn a img {
  height: 22px;

  width: 22px;
}
.sign-form-inp input {
  margin-bottom: 0;
}
.sign-form-inp {
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; */
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #e0e0e0;
  background: white;
  padding: 5px 10px;
}
.sign-form-inp label {
  margin: 0;

  font-size: 12px;
}
.sign-form-inp input {
  border: none !important;
  font-size: 12px !important;
  background: transparent;
  outline: none;
  box-shadow: none;
  padding-left: 10px;
}
.side-border::after,
.side-border-w::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  background-color: var(--latest-color);
  height: 80%;
  width: 2px;
  transform: translate(-50%, -50%);
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f9f9f9;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 20px;
  background: var(--latest-color);
}
.cart-icon img {
  height: 20px;

  width: 20px;

  object-fit: contain;

  object-position: center;
}

.social-icons,
.social-phone,
.social-address {
  list-style-type: none;

  display: flex;

  gap: 25px;

  align-items: self-end;

  margin: 0;
}
.social-icons li {
  line-height: 1px;
}
.social-icons li i {
  color: white;
}
.social-address i {
  font-size: 12px;
  color: white;
}

/* top-header */
.d-form {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
/* ---------------------------------------order-page-end--------------------------------------------------- */
.get-in-touch::after {
  content: "";
  position: absolute;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color:red;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; /* z-index:-1; */
}
.a-card{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 10px 19px;
}
.a-slider .slick-slide{
  margin: 10px;
}
.a-tag{

}
.a-tag i{
  
font-size: 15px;
  
margin-bottom: 2px;
}
.jq-radio {
    
    border: 2px solid #0c0c0c;
   
}

/* our-product */
.product-card {
  transition: 0.3s all;
  border-radius: 6px;
  /* box-shadow: 0 4px 4px rgba(0,0,0,.25), 6px 6px 4px rgba(0,0,0,.25); */
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
  /* margin: 15px; */
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
.product-card-img {
  /* background-color: #0000000a; */
  /* width: 100%; */
  padding: 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-slider .slick-next,
.products-slider .slick-prev {
  top: 41%;
}
.product-card-img img {
  height: 400px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  padding: 15px;
}
.product-card p {
  font-size: 18px;
  margin: 0;
  font-weight: bold!important;
  color: #ea9c28;
}
.product-card-tag {
  transition: 0.3s all;
  position: absolute;
  top: 10px;
  left: 8px;
  background: var(--latest-color);
  border-radius: 33px;
  padding: 3px 13px;
  /* line-height: 1; */
  color: white;
  /* box-shadow: 0 4px 4px rgba(0,0,0,.25), 6px 6px 4px rgba(0,0,0,.25); */
}
.product-card-wishlist {
  transition: 0.3s all;
  position: absolute;
  top: 10px;
  right: 8px;
  /* background: white; */
  /* border-radius: 50%; */
  /* padding: 3px 13px; */
  /* line-height: 1; */
  color: #d8993f;
  /* height: 35px; */
  /* width: 35px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 17px; */
  /* box-shadow: 0 4px 4px rgba(0,0,0,.25), 6px 6px 4px rgba(0,0,0,.25); */
  flex-direction: column;
  gap: 10px;
}

.product-card-tag p {
  margin: 0;
  font-size: 10px;
  color: white;
}
.product-card-wishlist i {
  font-size: 14px;
}
.heart {
  transition: 0.3s all;
  border: 1;
  height: 30px;
  width: 30px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px dashed var(--primary-color); */
}
.heart:hover {
  transform: scale(1.2);
}
.cart-bt button {
  border: none;
  outline: none;
  font-size: 11px;
  background: black;
  color: white;
  padding: 8px 10px;
  border-radius: 7px;
  line-height: 1;
}
.products-slider .slick-slide {
  margin: 12px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: var(--secondary-color);
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: var(--primary-color);
}

.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* background: var(--primary-color); */
  border-radius: 50%;
  color: black;
  /* font-family: fontawesome; */
  font-size: 12px;
  line-height: 1;
  padding: 5px;
  z-index: 1111;
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
}

.slick-next,
.slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 25px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  background: whitesmoke;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  z-index: 1;
}
.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}
.product-card:hover {
  /* transform: scale(1.1); */
}
/* our-product-end */

.c-drop{
    
}
.c-drop li{
    
}
.c-drop li a{
    padding: 9px 25px;
}
.star-list li i{
    color: #fec211;
}
.choose-card{
    height: 100px;
    margin: auto;
}
.choose-card img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.c-img img{
     height: 100%!important;
     width: 100%!important;
     overflow: hidden;
     object-fit: contain!important;
     object-position: center!important;
     border-radius: 50%;
     overflow: hidden;
     border-radius: 50%;
}
.c-img{
    border-radius: 50%;
    height: 100px;
    overflow: hidden;
    margin: auto;
    width: 100px;
}
.p-img img{
      height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.p-img {
    height: 500px;
}
/* ---------------------------------------products-detail--------------------------------------------------- */

#gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.el-slider {
  width: 100%;
}

.el-slider .slick-slide {
  margin: 0 1em;
}
.thumbs .slick-slide {
  margin: 0 6px;
  border: 1px solid #00000040;
  padding: 10px;
}
.el-slider .slick-slide img {
  width: 100%;
}
.thumbs .slick-slide img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
.main-image{
    height: 350px;
    margin: auto;
    object-fit: contain;
    object-position: center;
    /*border: 1px solid #0000001f;*/
    /*margin-bottom: 20px;*/
    
}
.thumbs .slick-list{
    padding: 10px 20px!important;
}
.p-bg{
    background-image: url('/img/p-bg.png');
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    /*padding: 30px;*/
}





.call_me {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 11111 !important;
    cursor: pointer
}

.call_me,
.call_me::before {
    background: radial-gradient(#33a93c, #33a93c, #18791f)
}

.call_me i {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    -webkit-animation: uptocallphone 1.5s linear infinite;
    -moz-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite;
    position: relative;
    z-index: 10001
}

.call_me::before {
    content: '';
    transform: scale(1, 1);
    opacity: .5;
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    left: 30px;
    bottom: 30px;
    border-radius: 100%;
    z-index: 9999;
    -webkit-animation: uptocallmini 1.5s infinite;
    -moz-animation: uptocallmini 1.5s infinite;
    animation: uptocallmini 1.5s infinite
}

@-webkit-keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes uptocallmini {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: .5
    }
    80% {
        opacity: 0;
        -webkit-transform: scale(1.5, 1.5)
    }
    85% {
        -webkit-transform: scale(.5, .5);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: .5
    }
}

@keyframes uptocallmini {
    0% {
        transform: scale(1, 1);
        opacity: .5
    }
    80% {
        opacity: 0;
        transform: scale(1.5, 1.5)
    }
    85% {
        transform: scale(.5, .5);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: .5
    }
}


.pulsating {
  box-sizing: border-box;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background: #FFA500; /* Changed to orange */
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  -webkit-animation: pulsate 1.5s ease infinite;
  animation: pulsate 1.5s ease infinite;
  position: fixed; /* Add this to make it fixed */
  bottom: 50px; /* Adjust the distance from the bottom */
  right: 10px; /* Adjust the distance from the left */
  z-index: 999; /* Ensure it stays on top of other elements */
}

.pulsating svg {
  fill: white;
  width: 44.8px;
  height: 44.8px;
}

@-webkit-keyframes pulsate {
  0% {
    box-shadow: 0 0 0 0vmin rgba(255, 165, 0, 0.2); /* Changed to orange */
  }
  100% {
    box-shadow: 0 0 0 10vmin rgba(255, 165, 0, 0); /* Changed to orange */
  }
}

@keyframes pulsate {
  0% {
    box-shadow: 0 0 0 0vmin rgba(255, 165, 0, 0.2); /* Changed to orange */
  }
  100% {
    box-shadow: 0 0 0 10vmin rgba(255, 165, 0, 0); /* Changed to orange */
  }
}

.pulsating button {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  background: rgba(158, 158, 158, 0.2);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal;
  background: var(--latest-color); /* Changed to orange */
  border: none;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.pulsating button .inner-pulse {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  height: 45px;
  margin: auto;
  min-width: 45px;
  width: 45px;
  background: transparent;
}

.pulsating button .inner-pulse i {
  -webkit-animation: shake 1.5s ease infinite;
          animation: shake 1.5s ease infinite;
}

@-webkit-keyframes innerpulse {
  0% {
    height: 0px;
    margin: auto;
    min-width: 0px;
    width: 0px;
    opacity: 0;
  }
  35% {
    height: 35px;
    min-width: 35px;
    width: 35px;
  }
  50% {
    height: 45px;
    min-width: 45px;
    width: 45px;
    opacity: 1;
  }
  65% {
    height: 35px;
    min-width: 35px;
    width: 35px;
  }
  100% {
    height: 0px;
    min-width: 0px;
    width: 0px;
    opacity: 0;
  }
}

@keyframes innerpulse {
  0% {
    height: 0px;
    margin: auto;
    min-width: 0px;
    width: 0px;
    opacity: 0;
  }
  35% {
    height: 35px;
    min-width: 35px;
    width: 35px;
  }
  50% {
    height: 45px;
    min-width: 45px;
    width: 45px;
    opacity: 1;
  }
  65% {
    height: 35px;
    min-width: 35px;
    width: 35px;
  }
  100% {
    height: 0px;
    min-width: 0px;
    width: 0px;
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  35% {
    height: 56px;
    min-width: 56px;
    width: 56px;
  }
  50% {
    height: 65px;
    min-width: 65px;
    width: 65px;
  }
  65% {
    height: 56px;
    min-width: 56px;
    width: 56px;
  }
  100% {
    height: 56px;
    min-width: 56px;
    width: 56px;
  }
}

@keyframes pulse {
  35% {
    height: 56px;
    min-width: 56px;
    width: 56px;
  }
  50% {
    height: 65px;
    min-width: 65px;
    width: 65px;
  }
  65% {
    height: 56px;
    min-width: 56px;
    width: 56px;
  }
  100% {
    height: 56px;
    min-width: 56px;
    width: 56px;
  }
}

@-webkit-keyframes shake {
  0% {
    transform: translate3d(0px, 0, 0);
  }
  74% {
    transform: translate3d(2px, 0, 0);
  }
  75% {
    transform: translate3d(-2px, 0, 0);
  }
  85% {
    transform: translate3d(2px, 0, 0);
  }
  95% {
    transform: translate3d(-2px, 0, 0);
  }
  99% {
    transform: translate3d(2px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
*{
      font-family: "Hanken Grotesk", sans-serif;
     color: black;

}
:root {
  --latest-color: #7a1b35;
  --secondary-color: #22c55e;
  --accent-color: #7a1b35;
  --text-color: #111827;
  --background-color: #ffffff;
}

html, body {
   overscroll-behavior: contain;
  touch-action: manipulation;
  scroll-behavior: auto !important;
}

.col-primary{
    color: var(--latest-color);
}
small{
    font-size: 16px;
    color:black;
    font-weight: 500;
}
body {
  margin: 0px;
  padding: 0px;

  font-size: 15px;
  line-height: 24px;
  color: rgb(149, 147, 147);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 20px;
 
}

h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

h4 {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
}

h5 {
  font-size: 20px;
  font-weight: 700;
}

h6 {
  font-size: 15px;
  font-family: "Hanken Grotesk", sans-serif;
}

p {
  margin: 0px 0px 25px;
}

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

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

ul.list,
ol.list {
  margin: 0px 0px 0px 5px;
  list-style: disc;
}

ul.list li,
ol.list li {
  margin: 0px 0px 0px 10px;
  list-style: disc;
}

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

a,
a:hover {
  color: inherit;
}

a {
  color: var(--latest-color);
}

.button-default {
  display: inline-block;
  width: auto;
  padding: 0px 35px;
  min-width: 170px;
  height: 42px;
  border: 2px solid rgb(199, 161, 122);
  border-radius: 50px;
  text-align: center;
  line-height: 39px;
  box-shadow: none;
  background: transparent;
  color: rgb(228, 185, 91);
  font-size: 16px;
    font-family: "Hanken Grotesk", sans-serif;
  font-weight: normal;
  transition: 0.5s;
}

.btn-medium {
  height: 50px;
  line-height: 48px;
 
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  padding: 0px 35px;
  min-width: 170px;
  border: 2px solid rgb(199, 161, 122);
  border-radius: 50px;
  text-align: center;
  box-shadow: none;
  background: transparent;
  color: rgb(228, 185, 91);
  font-size: 16px;
  transition: 0.5s;
  font-weight: 700;
}

.button-default:hover {
  background: rgb(228, 185, 91);
  border-color: rgb(228, 185, 91);
  color: rgb(255, 255, 255);
}

.button-default-white {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.button-default-dark {
  color: rgb(149, 147, 147);
  border-color: rgb(149, 147, 147);
}

.buttone-text-dark {
  color: rgb(55, 39, 39);
}

.button-dark-red {
  background: rgb(54, 38, 38);
  color: rgb(255, 255, 255);
  border-color: rgb(54, 38, 38);
}

.button-dark-red:hover {
  background: rgb(198, 109, 86);
  border-color: rgb(198, 109, 86);
}

.button-red {
  background: rgb(198, 109, 86);
  border-color: rgb(198, 109, 86);
  color: rgb(255, 255, 255);
}

.button-dark-nero {
  border-color: rgb(55, 39, 39);
  color: rgb(55, 39, 39);
}

.btn-large {
  height: 55px !important;
  line-height: 55px !important;
  padding: 0px 50px !important;
}

.btn-dark-coffee {
  background: rgb(55, 39, 39);
  color: rgb(255, 255, 255);
  border-color: rgb(55, 39, 39);
}

.btn-skin {
  background: var(--latest-color);
  border-color: var(--latest-color);
  color: rgb(255, 255, 255);
}

.btn-skin:hover {
  background: rgb(228, 185, 91);
  color: rgb(255, 255, 255);
  border-color: rgb(228, 185, 91);
}

.btn-primary-gold {
  background: var(--latest-color);
  color: rgb(255, 255, 255);
  border-color: var(--latest-color);
}

.primary-gold {
  border-color: rgb(193, 153, 66);
}

.btn-primary-gold:hover {
  background: rgb(199, 161, 122);
  border-color: rgb(199, 161, 122);
  color: rgb(255, 255, 255);
}

section::before,
section::after {
  clear: both;
  display: table;
  content: "";
}

section {
  width: 100%;
  position: relative;
  clear: both;
}

img {
  max-width: 100%;
}

.default-section {
  padding: 40px 0px;
}

.left-slot {
  left: 0px !important;
  margin-bottom: -50px;
}

.right-slot {
  text-align: right;
  right: 0px !important;
}

.text-uppercase {
  text-transform: uppercase;
}

::-webkit-input-placeholder {
  opacity: 1 !important;
}

.fontello {
  font-family: fontello;
}

.animated {
  transition: 0.5s;
}

.pad-top-remove {
  padding-top: 0px !important;
}

.pad-bottom-remove {
  padding-bottom: 0px !important;
}

.v-pad-remove {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.v-pad-small {
  padding: 75px 0px;
}

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

.text-white {
  color: rgb(255, 255, 255);
}

.dp-animation:hover img {
  transform: scale(0.95);
}

.bg-grey {
  background: rgb(234, 231, 222);
}

.bg-skin {
  background: rgb(186, 147, 106);
}

.text-coffee {
  color: rgb(55, 39, 39);
}

.text-turkish {
  color: black;
}

.text-dark {
  color: rgb(32, 32, 47);
}

.bg-turkish {
  background: rgb(39, 27, 27);
}

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

.Banner-Bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.input-fields {
  border: 2px solid rgb(244, 242, 237);
  width: 100%;
  height: 50px;
  padding: 0px 25px;
  border-radius: 50px;
  background: transparent;
  margin-bottom: 20px;
}

label {
  font-weight: normal;
  color: rgb(32, 32, 47);
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"] {
  height: 50px;
  width: 100%;
  border: 2px solid rgb(244, 242, 237);
  border-radius: 80px;
  padding: 0px 30px;
  margin-bottom: 29px;
  outline: none;
}

textarea {
  height: 175px;
  padding: 25px 30px;
  width: 100%;
  border: 2px solid rgb(244, 242, 237);
  border-radius: 25px;
  margin-bottom: 29px;
  resize: none;
  outline: none;
}

.select-dropbox {
  margin-bottom: 29px;
}

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

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

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

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

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

.margin-bottom-20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-arrow {
  position: fixed;
  bottom: 50px;
  background: url("../images/arrow-top.png") 0px 0px no-repeat;
  width: 50px;
  height: 50px;
  right: 30px;
  display: none;
  z-index: 99;
}

#pre-loader {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  inset: 0px;
  display: block;
  position: fixed;
  text-align: center;
  z-index: 9999;
}

#pre-loader .loader-holder::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin: 0px 0px 0px -5px;
  overflow: hidden;
  vertical-align: middle;
  width: 1px;
}

#pre-loader .loader-holder {
  height: 400px;
  left: 50%;
  margin: -200px 0px 0px -200px;
  position: absolute;
  top: 50%;
  white-space: nowrap;
  width: 400px;
}

#pre-loader .loader-holder .frame {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

#pre-loader img {
  display: inline-block;
  margin: 0;
}

.alert-dismissible label {
  display: block;
}

.header-part {
  float: left;
  width: 100%;
  background: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
 
  position: relative;
  z-index: 999;
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.sticky-fixed .header-nav {
  position: fixed;
  left: 0px;
  width: 100%;
  top: 0px;
  padding: 10px 0px;
  background: rgb(255, 255, 255);
  transition: 0.5s;
}

.full-screen {
  height: calc(var(--vh, 1vh) * 100);
}

.header-nav {
  float: left;
  width: 100%;
}

.header-nav-inside {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.logo {
  float: left;
  width: auto;
   font-family: "Hanken Grotesk", sans-serif;
  font-size: 50px;
  line-height: 34px;
  width: 150px;
  padding: 10px;
}

.logo a {
  color: rgb(255, 255, 255);
  display: inline-block;
  height: 100%;
  width: 100%;
}

.logo span {
  float: left;
  width: auto;
  clear: both;
  position: relative;
}

.logo span::after {
  background: url("../images/logo-icon.png") 0px 0px no-repeat scroll
    rgba(0, 0, 0, 0);
  content: "";
  height: 27px;
  position: absolute;
  right: 37px;
  top: -18px;
  width: 43px;
}

.logo small {
  float: right;
  text-align: right;
  font-size: 14px;
  clear: both;
  line-height: 24px;
}

.menu-top-part {
  /* float: right; */
  /* width: auto; */
  font-size: 16px;
  font-weight: 700;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.menu-nav-main {
  float: left;
  width: auto;
  font-size: 16px;
  font-weight: 700;
}

.menu-nav-main li {
  float: left;
  width: auto;
  position: relative;
  color: black;
}

.menu-nav-main li a {
  display: block;
  padding: 15px;
  position: relative;
  color: rgb(255, 255, 255);
}

.menu-nav-main li > a {
  color: black;
  padding: 0px 25px;
  font-size: 14px;
}

.drop-nav-arrow {
  display: none;
}

.menu-nav-main li.mega-menu {
  position: static;
}

.mega-title {
  color: rgb(32, 32, 47);
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
  display: block;
  margin-bottom: 25px;
}

.mega-position {
  float: right;
  margin-right: -40px;
  margin-bottom: -40px;
  position: relative;
  bottom: -5px;
}

.mega-position img {
  border-radius: 20px;
}

.menu-nav-main ul > li.mega-menu:hover > a::before {
  border-bottom: 8px dashed rgb(255, 255, 255);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  display: inline-block;
  margin-top: -8px;
  margin-left: -8px;
}

.menu-nav-main li.mega-menu .drop-nav {
  min-width: 200px;
  background: rgb(255, 255, 255);
  padding: 40px;
  width: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  border-radius: 18px;
  color: rgb(220, 128, 104);
  z-index: 99;
  display: none;
  box-shadow: rgba(147, 109, 29, 0.3) 0px 3px 5px 0px;
}

.menu-nav-main ul > li:hover > .drop-nav {
  display: block;
  box-shadow: rgba(147, 109, 29, 0.3) 0px 3px 5px 0px;
}

.menu-nav-main li.mega-menu .drop-nav li a {
  padding-bottom: 0px;
  padding-left: 24px;
  margin-bottom: 12px;
  color: rgb(220, 128, 104);
}

.menu-nav-main li .drop-nav li a {
  color: rgb(55, 39, 39);
}

.menu-nav-main li.mega-menu .drop-nav li a::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
}

.drop-mega-part {
  font-size: 15px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: normal;
}

.menu-nav-main li .drop-nav li {
  margin: 0px;
  width: 100%;
}

.drop-mega-part {
  display: inline-block;
  width: 100%;
}

.menu-nav-main li.has-child .drop-nav li a::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
}

.drop-has-child > a::after {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
}

.menu-nav-main li.has-child .drop-nav {
  min-width: 200px;
  position: absolute;
  left: 0px;
  top: 100%;
  color: rgb(55, 39, 39);
  background: rgb(255, 255, 255);
  z-index: 99;
  padding: 25px 0px 25px 28px;
  font-size: 15px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: normal;
  border-radius: 18px;
  display: none;
}

.menu-nav-main li.has-child .drop-nav .drop-nav {
  top: -25px;
  left: 100%;
  box-shadow: rgba(147, 109, 29, 0.3) 0px 0px 5px 0px;
}

.menu-nav-main li.has-child .drop-nav li a {
  padding-left: 0;
  padding-bottom: 10px;
}

.menu-nav-main ul > li.has-child:hover > a::before {
  border-bottom: 8px dashed rgb(255, 255, 255);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  display: inline-block;
  margin-top: -8px;
  margin-left: -8px;
}

.menu-icon {
  float: right;
  width: auto;
  display: none;
}

.menu-icon a {
  display: inline-block;
  height: 24px;
  width: 30px;
  margin-top: 10px;
  margin-left: 20px;
  position: relative;
  z-index: 9999;
  /* background: black; */
}

.menu-icon a span {
  background: none 0px 0px repeat scroll rgb(32, 32, 47);
  border-radius: 3px;
  display: inline-block;
  float: left;
  height: 3px;
  margin: 0px 0px 5px;
  position: relative;
  transition: 0.5s;
  width: 100%;
}

.menu-icon a span::after {
  background: none 0px 0px repeat scroll rgb(149, 147, 147);
  content: "";
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0px;
}

.menu-icon a span.bar-1::after {
  transition: 0.5s;
}

.menu-icon a span.bar-2::after {
  transition: 0.5s 0.15s;
}

.menu-icon a span.bar-3::after {
  transition: 0.5s 0.25s;
}

.menu-icon a:hover span::after {
  width: 100%;
}

.menu-icon a.open span::after {
  width: 100%;
  background: rgb(32, 32, 47);
}

.menu-icon a.open .bar-1 {
  transform: rotate(-45deg) translate(-7px, 4px);
}

.menu-icon a.open .bar-2 {
  opacity: 0;
}

.menu-icon a.open .bar-3 {
  transform: rotate(45deg) translate(-7px, -4px);
}

.category-icon-menu {
  width: auto;
  display: none;
}

.category-icon-menu a {
  display: inline-block;
  height: 24px;
  width: 30px;
  position: relative;
  z-index: 99;
}

.category-icon ul li:hover a {
  color: rgb(255, 255, 255);
}

.category-icon ul li:hover a .custom-icon {
  filter: brightness(0) invert(1);
}

.category-icon-menu a span {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  border-radius: 3px;
  display: inline-block;
  float: left;
  height: 3px;
  margin: 0px 0px 5px;
  position: relative;
  transition: 0.5s;
  width: 100%;
}

.category-icon-menu a span::after {
  background: none 0px 0px repeat scroll rgb(213, 211, 211);
  content: "";
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0px;
}

.category-icon-menu a span.bar-1::after {
  transition: 0.5s;
}

.category-icon-menu a span.bar-2::after {
  transition: 0.5s 0.15s;
}

.category-icon-menu a span.bar-3::after {
  transition: 0.5s 0.25s;
}

.category-icon-menu a:hover span::after {
  width: 100%;
}

.category-icon-menu a.open span::after {
  width: 100%;
}

.category-icon-menu a.open .bar-1 {
  transform: rotate(-45deg) translate(-7px, 4px);
}

.category-icon-menu a.open .bar-2 {
  opacity: 0;
}

.category-icon-menu a.open .bar-3 {
  transform: rotate(45deg) translate(-7px, -4px);
}

.cell-part {
  float: left;
  width: auto;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}

.cell-part a {
  color: black;
}

.menu-top-part .fontello {
  font-size: 24px;
  padding-right: 5px;
  vertical-align: middle;
  color: var(--latest-color);
}

.cart {
  position: relative;
  float: left;
  width: auto;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid rgb(224, 166, 72);
  padding: 10px 30px;
  margin-left: 30px;
  margin-top: -12px;
  font-size: 16px;
  font-weight: 700;
  color: black;
}

.cart span {
  display: table-cell;
  vertical-align: middle;
}

.cart:hover {
  color: rgb(193, 153, 66);
  background: rgb(255, 255, 255);
}

.cart-wrap {
  position: absolute;
  top: 100%;
  right: 0px;
  width: auto;
  padding-top: 25px;
  z-index: 99999;
  display: none;
}

.cart:hover .cart-wrap {
  display: block;
}

.cart:hover .cart-blog::before {
  border-bottom: 8px dashed rgb(255, 255, 255);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 0px;
  right: 55px;
  content: "";
  display: inline-block;
  margin-top: -8px;
  margin-left: -8px;
  z-index: 99;
}

.cart-blog {
  background: rgb(255, 255, 255);
  min-width: 380px;
  padding: 40px 25px;
  color: rgb(32, 32, 47);
  border-radius: 18px;
  position: relative;
  z-index: 99;
}

.cart-item {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}

.cart-item-left {
  display: table-cell;
  width: 66px;
  vertical-align: middle;
}

.cart-item-right {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.cart-blog h6 {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Hanken Grotesk", sans-serif;
}

.cart-blog span {
  color: rgb(158, 158, 171);
  font-size: 14px;
  font-family: "Hanken Grotesk", sans-serif;
}

.delete-icon {
  position: absolute;
  right: 0px;
  width: 12px;
  height: 15px;
  background: url("../images/delete.png") center center no-repeat;
  top: 50%;
  margin-top: -10px;
}

.subtotal {
  display: inline-block;
  width: 100%;
}

.subtotal h6 {
  margin-bottom: 0px;
}

.subtotal span {
  text-align: right;
  float: right;
}

.cart-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 12px;
}

.cart-btn .button-default {
  min-width: inherit;
  padding: 0px 25px;
  font-size: 14px;
  font-weight: 700;
 
  text-transform: uppercase;
  color: rgb(255, 255, 255) !important;
}

.cart-btn .view {
  border-color: rgb(55, 39, 39);
  background: rgb(55, 39, 39);
  margin-right: 25px;
}

.cart-btn .checkout {
  border-color: rgb(228, 185, 91);
  background: rgb(228, 185, 91);
}

.cart-btn .button-default:hover {
  background: transparent;
  border-color: rgb(32, 32, 47);
  color: rgb(32, 32, 47) !important;
}

.header-category {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.category-icon {
  float: left;
  width: 100%;
  position: relative;
}

.category-icon li {
  float: left;
  width: auto;
  padding-right: 8.5%;
}

.category-icon li:last-child {
  padding-right: 0px;
}

.category-icon a {
  color: rgb(255, 226, 164);
  font-size: 16px;
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
}

.category-icon li a {
  position: relative;
  display: table-cell;
  height: 46px;
}

.category-icon li.current a::before {
  position: absolute;
  left: 50%;
  bottom: -26px;
  content: "";
  border-bottom: 12px dashed rgb(255, 255, 255);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  width: 0px;
  height: 0px;
  margin-left: -12px;
}

.category-icon a strong {
  font-weight: normal;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}

.custom-icon {
  display: table-cell;
  vertical-align: middle;
}

.cofee {
  background: url("../images/coffee.png") center center no-repeat;
  width: 33px;
  height: 42px;
}

.milk {
  background: url("../images/milk.png") center center no-repeat;
  width: 21px;
  height: 46px;
}

.cocktail {
  background: url("../images/cocktail.png") center center no-repeat;
  width: 39px;
  height: 42px;
}

.bewerages {
  background: url("../images/bewerages.png") center center no-repeat;
  width: 32px;
  height: 43px;
}

.tea {
  background: url("../images/tea.png") center center no-repeat;
  width: 39px;
  height: 39px;
}

.cake {
  background: url("../images/cake.png") center center no-repeat;
  width: 35px;
  height: 35px;
}

.main-part {
  float: left;
  width: 100%;
}

.v-light {
  font-weight: 400;
    font-family: "Hanken Grotesk", sans-serif;
  color: rgb(253, 217, 138);
  text-shadow: none;
}

.best-after::before {
  background: rgb(255, 255, 255);
  content: "";
  position: absolute;
  left: -120px;
  width: 100px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.best-after::after {
  background: rgb(255, 255, 255);
  content: "";
  position: absolute;
  right: -120px;
  width: 100px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.blog-list {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.blog-over-info {
  position: absolute;
  bottom: 0px;
  left: 35px;
  width: auto;
}

.blog-over-info .button-default {
  margin-bottom: 35px;
}

.round-price {
  background: rgb(228, 185, 91);
  width: 54px;
  height: 54px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
}

.title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.item-list {
  display: inline-block;
  width: 100%;
}

.item-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 45px;
}

.item-left {
  float: left;
  width: 105px;
}

.item-right {
  margin-left: 135px;
  margin-top: 5px;
}

.item-right h5 {
  margin: 0px;
}

.item-right p {
  margin: 0px;
}

.item-right-top {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 2px dashed rgb(255, 255, 255);
  margin-bottom: 10px;
  padding-right: 75px;
}

.item-right-top span {
  position: absolute;
  right: 0px;
  color: rgb(228, 185, 91);
  top: 0px;
 
  font-weight: 700;
  font-size: 20px;
}

.btn-wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 65px;
}

.product-wrapper {
  display: inline-block;
  width: 100%;
}

.product-img {
  display: inline-block;
  width: 100%;
  position: relative;
  background: rgb(245, 245, 245);
  height: 264px;
}

.product-wrapper .product-img span.icon-basket {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: rgb(199, 161, 122);
  font-size: 26px;
  color: rgb(255, 255, 255);
  padding: 7px 8px;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  display: none;
}

.product-wrapper .item:hover span.icon-basket {
  display: block;
}

.product-wrapper .owl-carousel h5 {
  color: rgb(32, 32, 47);
  margin: 16px 0px 10px;
}

.product-wrapper .owl-carousel span {
  font-size: 20px;
  color: rgb(199, 161, 122);
  padding-right: 12px;
  font-weight: 700;
}

.product-wrapper .owl-carousel del {
  font-size: 13px;
  color: rgb(199, 161, 122);
    font-family: "Hanken Grotesk", sans-serif;
}

.product-single {
  display: inline-block;
  width: 100%;
  margin-top: 87px;
}

.product-single-left {
  width: 110%;
  float: left;
  margin-right: -10%;
  padding: 45px 15px 120px 45px;
  position: relative;
  z-index: 9;
  border-radius: 10px;
  font-size: 16px;
    font-family: "Hanken Grotesk", sans-serif;
}

.product-single-left h2 span {
  font-weight: 300;
}

.product-single-detail {
  max-width: 80%;
}

.product-single-right {
  width: 100%;
  float: right;
  margin-top: 20px;
}

.item-product {
  position: absolute;
  right: 15px;
  margin-top: -5%;
}

.product-single .owl-dots {
  width: 90%;
  position: absolute;
  right: 0px;
  margin-top: 0px;
  text-align: left;
}

.feature-img {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 200px;
}

.date-feature {
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-align: center;
  background: var(--latest-color);
  border-radius: 17px;
  /* width: 56px; */
  /* height: 50px; */
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  padding: 8px 8px;
}

.bg-grey .owl-theme .owl-dots .owl-dot span {
  background: rgb(255, 255, 255);
}

.bg-grey .owl-theme .owl-dots .owl-dot.active span,
.bg-grey .owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(199, 161, 122);
}

.feature-blog .owl-dots {
  margin-top: 30px;
}

.date-feature small {
  color: rgb(255, 255, 255);
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

.feature-info {
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  padding-top: 0;
}

.feature-info span {
  color: rgb(199, 161, 122);
  margin-right: 25px;
}

.feature-info-text h5 {
  color: rgb(32, 32, 47);
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 10px 0px;
  font-size: 20px;
}

.feature-info a {
  color: var(--latest-color);
}

.feature-info .icon-right-4 {
  margin-left: 12px;
}

.feature-info p {
  margin-bottom: 10px;
}

.feature-blog .item {
  background: rgb(255, 255, 255);
  /* padding-top: 30px; */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  position: relative;
  margin-bottom: 10px;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  text-indent: -10000px;
  margin: 0px;
}

.owl-theme .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  background: url("../images/arrow-left.png") center center no-repeat;
  float: left;
  margin-left: -120px;
}

.owl-theme .owl-nav .owl-prev:hover {
  background: url("../images/arrow-left-active.png") center center no-repeat;
}

.owl-theme .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background: url("../images/arrow-right.png") center center no-repeat;
  float: right;
  margin-right: -120px;
}

.owl-theme .owl-nav .owl-next:hover {
  background: url("../images/arrow-right-active.png") center center no-repeat;
}

.feature-blog .item,
.feature-blog .owl-item {
  border-radius: 20px;
}

.feature-blog .item .feature-img img {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  /* padding-top: 0; */
  padding-bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.client-say .item img {
  width: auto;
  display: inline-block;
  padding: 0;
}

.client-say .item h5 {
  margin-bottom: 10px;
}

.client-say .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}

.feature-list {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.feature-list h5 {
  margin: 20px 0px 10px;
}

.gallery-slider {
  float: left;
  width: 100%;
  padding: 0px 70px;
}

.gallery-slider .item {
  position: relative;
}

.gallery-slider .owl-theme .owl-nav .owl-prev {
  margin-left: -60px;
}

.gallery-slider .owl-theme .owl-nav .owl-next {
  margin-right: -60px;
}

.gallery-slider .owl-theme .owl-nav {
  z-index: -1;
}

.gallery-overlay {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transform: scale(0) rotate(-180deg);
  transition: 0.4s;
}

.gallery-overlay-inner {
  position: relative;
  background: url("../images/gradient-bg.png") center center / cover no-repeat;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  font-size: 42px;
  color: rgb(255, 255, 255);
  border-radius: 17px;
}

.gallery-overlay-inner i {
  display: table-cell;
  vertical-align: middle;
}

.gallery-slider .item:hover .gallery-overlay {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition-delay: 0.1s;
  z-index: 1;
}

.footer-part {
  float: left;
  width: 100%;
  font-family: "Hanken Grotesk", sans-serif;
  background-color: var(--latest-color);
}

.footer-inner-info {
  float: left;
  width: 100%;
  padding: 30px 0px 21px;
  color: rgb(255, 255, 255);
  font-size: 13px;
}

.footer-part .logo {
  float: none;
  display: inline-block;
  color: rgb(200, 163, 125);
  padding: 32px;
  height: 200px;
  width: 200px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-part a {
  color: rgb(255, 255, 255);
}

.footer-part a:hover {
  color: rgb(228, 185, 91);
}

.footer-part .logo span::after {
  display: none;
}

.footer-part h5 {
  font-size: 22px;
  color: white;
  margin-top: 24px;
}

.footer-social,
.footer-social li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}

.footer-social li {
  display: inline;
  width: auto;
  margin-right: 15px;
  font-size: 16px;
}

.footer-social li:last-child {
  margin-right: 0px;
}

.footer-social li a {
  color: white;
}

.footer-social li:hover a {
  color: rgb(255, 255, 255);
}

.copyright {
  float: left;
  width: 100%;
  background: var(--latest-color);
  color: rgb(90, 70, 70);
  font-size: 13px;
  text-align: center;
  padding: 10px 0px;
  border-top: 1px solid #ffffff2e;
}

.copyright p {
  margin: 0px;
}

.header-transparent {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding-top: 50px;
}

.header-transparent .header-nav {
  border-bottom: none;
}

.header-transparent .logo {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.screen-container {
  max-width: 1600px;
  padding: 0px 15px;
  margin: 0px auto;
}

.header-transparent .cart-show {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}

.header-transparent .cart-show:hover {
  background: inherit;
}

.header-transparent .menu-top-part {
  margin-top: 32px;
}

.header-transparent .menu-nav-main {
  margin-top: 32px;
}

.text-rotate {
  transform: rotate(-5deg) !important;
}

.footer-inner-full {
  text-align: center;
  padding: 50px 0px 0px;
}

.footer-part .footer-inner-full .logo {
  margin-bottom: 22px;
}

.footer-inner-full .footer-social li i {
  width: 50px;
  height: 50px;
  border: 1px solid rgb(90, 70, 70);
  border-radius: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

.footer-inner-full .footer-social li:hover i {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.header-full-menu {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.header-full-menu .header-nav {
  border: none;
}

.header-full-menu .cart {
  border: none;
  padding: 0px;
  float: right;
  margin-top: 0px;
}

.header-full-menu .cart:hover {
  background: inherit;
}

.header-full-menu .logo {
  font-size: 38px;
  transform: rotate(-12deg);
  position: relative;
  bottom: -3px;
}

.header-menu-long {
  padding: 0px 15px;
  max-width: 1360px;
  margin: 0px auto;
}

.header-full-menu .header-nav-inside {
  background: rgb(199, 161, 122);
  padding: 5px 113px 0px;
  border-radius: 60px;
}

.header-full-menu .menu-top-part {
  margin-top: 23px;
}

.header-user {
  float: left;
  width: 100%;
  margin: 0px 0px 14px;
}

.header-full-menu .menu-nav-main li a {
  padding-bottom: 28px;
}

.header-full-menu .menu-nav-main {
  margin-right: 50px;
}

.header-search {
  float: right;
  right: 100px;
  position: absolute;
  top: 15px;
  width: auto;
}

.header-search input[type="text"] {
  color: rgb(55, 39, 39);
  background: url("../images/search.png") center center no-repeat
    rgb(255, 255, 255);
  border: none;
  border-radius: 50px;
  font-weight: normal;
  height: 48px;
  width: 48px;
  font-size: 16px;
  padding: 10px 33px 10px 15px;
  transition: 0.5s;
}

.header-search input[type="text"]:focus {
  width: 200px;
  background-position: 95% center;
  transition: 0.5s;
}

.language-menu {
  float: right;
  width: auto;
  position: relative;
  font-weight: 700;
  margin-left: 35px;
}

.language-menu .fa-caret-down {
  margin-left: 8px;
  color: rgb(199, 161, 122);
}

.language-menu ul {
  position: absolute;
  top: 30px;
  right: 0px;
  width: auto;
  z-index: 99999;
  background: rgb(34, 34, 34);
  padding: 3px 0px 6px;
  min-width: 110px;
  display: none;
}

.language-menu ul li a {
  padding: 0px 10px;
  display: block;
}

.language-menu ul li img {
  margin-top: -3px;
  margin-right: 10px;
}

.header-menu-with-left .menu-nav-main {
  text-align: left;
}

.header-menu-with-left .header-nav-inside {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu-with-left .logo {
  float: none;
  display: inline-block;
  width: 150px;
  padding: 20px 0px;
}

.header-menu-with-left .menu-nav-main li a {
}

.header-dark-turkish {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.bg-turkish .product-wrapper .owl-carousel h5 {
  color: rgb(255, 255, 255);
}

.bg-turkish .text-coffee {
  color: rgb(228, 185, 91);
}

.bg-turkish .feature-list h5 {
  color: rgb(255, 255, 255);
}

.bg-turkish .owl-theme .owl-nav .owl-prev:hover {
  background: url("../images/arrow-left-active-white.png") center center
    no-repeat;
}

.bg-turkish .owl-theme .owl-nav .owl-next:hover {
  background: url("../images/arrow-right-active-white.png") center center
    no-repeat;
}

.breadcrumb-nav {
  padding: 25px 0px;
  border-bottom: 1px solid rgb(233, 230, 222);
}

.breadcrumb-nav-inner {
  float: left;
  width: 100%;
  position: relative;
}

.breadcrumb-nav-inner ul,
.breadcrumb-nav-inner ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.breadcrumb-nav-inner ul {
  float: left;
  width: auto;
}

.breadcrumb-nav-inner ul li {
  float: left;
  width: auto;
}

.breadcrumb-nav-inner ul li a {
  display: block;
  padding: 8px 25px;
  border-radius: 50px;
  color: black;
}

.breadcrumb-nav-inner ul li.active a {
  background: var(--latest-color);
  color: white;
}

.breadcrumb-nav-inner .now {
  float: right;
  width: auto;
  color: var(--latest-color);
  font-size: 30px;
  font-weight: 700;
  padding: 8px 25px;
}

.menu-thumb-main {
  float: left;
  width: 100%;
}

.menu-thumb-blog {
  float: left;
  width: 100%;
  background: rgb(244, 242, 237);
  border-radius: 20px;
  margin-bottom: 30px;
}

.menu-thumb-img {
  float: left;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.menu-thumb-img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

.menu-thumb-info {
  float: left;
  width: 100%;
  padding: 25px;
  position: relative;
}

.menu-thumb-info h5 {
  position: relative;
  color: rgb(32, 32, 47);
  margin: 0px;
  padding-right: 75px;
}

.menu-thumb-info .menu-price {
  position: absolute;
  right: 0px;
  top: 0px;
  color: rgb(228, 185, 91);
}

.discount-part {
  float: left;
  width: 100%;
  position: relative;
}

.discount-part h6 {
  margin: 0px;
}

.discount-part h2 {
    font-family: "Hanken Grotesk", sans-serif;
  font-weight: normal;
}

.discount-part h2 span {
  color: rgb(228, 185, 91);
  font-size: 60px;
  font-weight: 700;
 
}

.discount-right {
  float: right;
  width: auto;
  position: absolute;
  z-index: 1;
  right: 50px;
  top: 0px;
  margin-top: 40px;
}

.on-flow {
  position: absolute;
  top: -30px;
  right: 0px;
}

.menu-fix h5 {
  color: rgb(55, 39, 39);
  font-size: 18px;
  position: relative;
  border-bottom: 1px dashed rgb(204, 204, 204);
  padding-bottom: 25px;
  padding-right: 60px;
}

.menu-fix h5 span {
  position: absolute;
  right: 0px;
  top: 0px;
  color: rgb(228, 185, 91);
}

.menu-fix-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0px 0px 55px;
}

.menu-fix-list {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.menu-fix-product {
  position: absolute;
  left: 0px;
  max-width: 120px;
}

.menu-fix-with-item .menu-fix-list {
  padding-left: 145px;
}

.service-list {
  background: rgb(234, 231, 222);
  float: left;
  width: 100%;
  border-radius: 17px;
  padding: 45px 25px 55px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: 0.5s linear;
}

.service-list:hover {
  transform: rotateY(180deg);
}

.service-icon-in {
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
}

.service-icon {
  display: table-cell;
  width: 100%;
  height: 70px;
  vertical-align: middle;
}

.service-list h2,
.service-list h3,
.service-list h4,
.service-list h5 {
  margin: 0px;
}

.service-list-front {
  backface-visibility: hidden;
  float: left;
  width: 100%;
}

.service-list-back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 17px;
  padding: 20px 25px;
  text-align: center;
  color: rgb(255, 255, 255);
  backface-visibility: hidden;
  transform: rotateY(180deg);
}

.service-list-back::before {
  background: rgba(187, 149, 110, 0.8);
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  border-radius: 17px;
}

.service-list-back h3,
.service-list-back h4,
.service-list-back h5,
.service-list-back h6,
.service-list-back p,
.service-list-back span,
.service-list-back strong {
  position: relative;
  z-index: 1;
}

.service-back-in {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.service-icon-back {
  display: table-cell;
  width: 100%;
  height: 48px;
  vertical-align: middle;
}

.service-list-back p {
  margin: 10px 0px 0px;
}

.service-main-partition {
  float: left;
  width: 100%;
  margin-bottom: 95px;
}

.service-partition-left {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 17px;
  border: 2px solid rgb(244, 242, 237);
}

.service-partition-left img {
  border-radius: 17px;
  position: relative;
  top: -20px;
  left: -20px;
  width: 100%;
}

.service-partition-right {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 8%;
}

.service-main-partition h1,
.service-main-partition h2,
.service-main-partition h3,
.service-main-partition h4,
.service-main-partition h5,
.service-main-partition h6 {
  color: rgb(32, 32, 47);
}

.service-main-partition.even .service-left-column {
  float: right;
}

.service-main-partition:last-child {
  margin-bottom: 0px;
}

.partner-main .owl-carousel .item img {
  display: inline-block;
  width: auto;
}

.gallery-megic-blog {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 17px;
  color: rgb(255, 255, 255);
  margin: 0px 0px 40px;
}

.gallery-megic-blog h1,
.gallery-megic-blog h2,
.gallery-megic-blog h3,
.gallery-megic-blog h4,
.gallery-megic-blog h5,
.gallery-megic-blog h6,
.gallery-megic-blog p {
  margin: 0px;
}

.gallery-megic-inner {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  padding: 20px;
  border-radius: 17px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transform: scale(0) rotate(-180deg);
  transition: 0.4s;
}

.gallery-megic-out {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
  background: rgba(187, 149, 110, 0.9);
  border-radius: 17px;
}

.gallery-megic-detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 15px;
}

.gallery-megic-blog img {
  width: 100%;
  border-radius: 17px;
}

.gallery-megic-detail span {
  font-size: 18px;
}

.gallery-megic-blog:hover .gallery-megic-inner {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition-delay: 0.1s;
  z-index: 1;
}

.gallery-pagination {
  text-align: center;
  display: inline-block;
  width: 100%;
   font-family: "Hanken Grotesk", sans-serif;
  font-size: 13px;
  color: rgb(149, 147, 147);
  margin-top: 0;
  margin-bottom: 30px;
}

.gallery-pagination-inner {
  display: inline-block;
  width: auto;
}

.gallery-pagination ul,
.gallery-pagination li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.gallery-pagination li {
  display: inline-block;
  width: auto;
  margin-right: 18px;
  text-align: center;
}

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

.gallery-pagination li a {
  display: block;
  padding: 0px;
  border: 2px solid rgb(244, 242, 237);
  border-radius: 80px;
  width: 52px;
  height: 52px;
  line-height: 50px;
  color: rgb(149, 147, 147);
}

.gallery-pagination li .pagination-prev,
.gallery-pagination li .pagination-next {
  text-transform: uppercase;
  border-radius: 28px;
  padding: 0px 30px;
  width: auto;
}

.gallery-pagination li:hover a,
.gallery-pagination li.active a {
  background: rgb(32, 32, 47);
  color: rgb(255, 255, 255);
}

.galereya-grid {
  width: 100%;
  float: left;
}

.galereya-grid .gallery-megic-blog {
  margin: 0px;
}

.msrItem {
  margin: 0px;
  padding: 15px;
}

.wide-grid-item,
.big-grid-item {
  width: 50%;
  float: left;
}

.small-grid-item {
  width: 25%;
  float: left;
}

.blog-left-section {
  background-color: rgb(244, 242, 237);
  padding: 38px 28px;
  border-radius: 17px;
}

.blog-left-section h5 {
  color: rgb(56, 56, 72);
  text-align: left;
}

.blog-left-section .list li {
  color: rgb(228, 185, 91);
  margin-top: 10px;
}

.blog-left-section .list li a {
  color: rgb(122, 118, 118);
  display: block;
  padding-left: 10px;
}

.blog-left-section small {
  color: rgb(122, 118, 118);
  font-size: 14px;
}

.blog-left-section h6 {
  color: rgb(32, 32, 47);
  font-size: 16px;
  margin-bottom: 12px;
}

.blog-left-section p {
  margin-bottom: 12px;
}

.blog-common-wide {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.blog-left-search input[type="text"] {
  width: 100%;
  height: 60px;
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 80px;
  padding: 10px 60px 10px 40px;
  font-size: 16px;
  margin: 0px;
}

.blog-left-search input[type="submit"] {
  font-family: FontAwesome;
  background: none;
  border: none;
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  padding: 0px 20px;
}

.recent-blog-list {
  display: inline-block;
  margin-bottom: 22px;
  width: 100%;
}

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

.popular-tag {
  text-align: center;
}

.popular-tag a {
  display: inline-block;
  width: auto;
  padding: 0px 20px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  min-width: 88px;
  background: rgb(255, 255, 255);
  text-align: center;
  border-radius: 50px;
  margin: 0px 5px 15px;
  transition: 0.4s;
  color: rgb(122, 118, 118);
}

.popular-tag a:hover {
  background: rgb(32, 32, 47);
  color: rgb(255, 255, 255);
}

.tag-btn {
  display: inline-block;
  width: auto;
  padding: 0px 20px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  min-width: 88px;
  text-align: center;
  border-radius: 50px;
  margin: 0px 9px 15px 0px;
  transition: 0.4s;
  background: rgb(244, 242, 237) !important;
  color: rgb(122, 118, 118) !important;
  font-weight: bold!important;
}

.tag-btn:hover {
  background: var(--latest-color) !important;
  color: rgb(255, 255, 255) !important;
}

.tag-btn:last-child {
  margin-right: 0px;
}

.best-deal-blog {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 35px;
}

.best-deal-blog p {
  margin: 0px;
}

.best-deal-left {
  float: left;
  max-width: 111px;
}

.best-deal-right {
  margin-left: 130px;
}

.best-deal-right p {
  color: rgb(32, 32, 47);
}

.best-deal-right strong {
  color: rgb(228, 185, 91);
}

.best-deal-blog:last-child {
  margin-bottom: 0px;
}

.blog-right-listing {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 30px;
}

.blog-right-listing .feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-right-listing .feature-info {
  padding-left: 0px;
  padding-right: 0px;
}

.blog-right-listing .feature-info h5 {
  margin: 15px 0px;
}

.blog-right-listing .feature-info p {
  margin-bottom: 20px;
}

.blog-right-listing .button-default {
  height: 50px;
  line-height: 47px;
}

.blog-common-wide:last-child {
  margin-bottom: 0px;
}

.blog-main-full .blog-right-listing .feature-info {
  padding-top: 40px;
}

.blog-main-full .date-feature {
  top: inherit;
  bottom: -40px;
  right: 90px;
}

.blog-main-2col .blog-right-listing .feature-info {
  padding-top: 65px;
}

.blog-main-2col .date-feature {
  top: inherit;
  bottom: -40px;
  right: inherit;
  left: 50%;
  transform: translateX(-50%);
}

.blog-list-outer .feature-img {
  float: left;
  width: 50%;
  padding-right: 15px;
  height: 280px;
}

.blog-list-outer .feature-info {
  float: left;
  width: 50%;
  padding-top: 0px;
  padding-left: 15px;
}

.blog-list-outer .date-feature {
  right: inherit;
  left: 20px;
}

.blog-single blockquote {
  font-size: 15px;
  font-style: italic;
  border: 2px solid rgb(244, 242, 237);
  border-radius: 17px;
  padding: 20px 55px 20px 95px;
  position: relative;
}

.blog-single blockquote .quote {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 90px;
 
  font-weight: 700;
  color: rgb(199, 161, 122);
  font-style: normal;
}

.ul-list {
  margin-left: 25px;
}

.ul-list li {
  padding-left: 25px;
  position: relative;
}

.ul-list li::before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  color: rgb(228, 185, 91);
}

.share-tag {
  display: inline-block;
  width: 100%;
  margin: 25px 0px;
}

.share-tag h5 {
  font-size: 18px;
  display: inline-block;
  color: rgb(32, 32, 47);
  margin-right: 10px !important;
}

.share-tag .social {
  display: inline-block;
  width: auto;
}

.social li {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

.social li:last-child {
  margin-right: 0px;
}

.social li a {
  display: block;
  width: 40px;
  border: 2px solid rgb(244, 242, 237);
  height: 40px;
  text-align: center;
  border-radius: 100%;
  line-height: 39px;
  color: rgb(149, 147, 147);
}

.social li:hover a {
  color: rgb(255, 255, 255);
}

.social li.social-facebook:hover a {
  background: rgb(59, 89, 152);
  border-color: rgb(59, 89, 152);
}

.social li.social-tweeter:hover a {
  background: rgb(29, 161, 242);
  border-color: rgb(29, 161, 242);
}

.social li.social-instagram:hover a {
  background: rgb(251, 173, 80);
  border-color: rgb(251, 173, 80);
}

.social li.social-dribble:hover a {
  background: rgb(221, 62, 123);
  border-color: rgb(221, 62, 123);
}

.social li.social-google:hover a {
  background: rgb(58, 124, 236);
  border-color: rgb(58, 124, 236);
}

.plain-btn {
  display: inline-block;
  width: auto;
  border: 2px solid rgb(244, 242, 237);
  border-radius: 50px;
  padding: 10px 35px;
  font-size: 13px;
  text-transform: uppercase;
  color: rgb(149, 147, 147) !important;
}

.plain-btn .icon-left-4 {
  margin-right: 22px;
}

.comment-blog {
  display: inline-block;
  width: 100%;
}

.comment-blog h3 {
  font-size: 25px;
  color: rgb(32, 32, 47);
}

.comment-inner-list {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.comment-inner-list h5 {
  font-size: 18px;
  color: rgb(32, 32, 47);
  margin-bottom: 10px;
  padding-right: 34%;
}

.comment-img {
  float: left;
  max-width: 115px;
}

.comment-info {
  margin-left: 145px;
  position: relative;
}

.comment-date {
  position: absolute;
  font-size: 14px;
  color: rgb(228, 185, 91);
  right: 0px;
  top: -2px;
  width: 32%;
  text-align: right;
}

.comment-blog form {
  margin-top: 36px;
}

.comment-blog textarea {
  border: none;
  background-color: rgb(244, 242, 237);
}

.comment-blog input[type="text"],
.comment-blog input[type="password"],
.comment-blog input[type="tel"],
.comment-blog input[type="email"],
.comment-blog input[type="number"] {
  background-color: rgb(244, 242, 237);
  border: none;
}

.submit-btn {
  height: 50px;
  width: auto;
  background-color: var(--latest-color);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  border: none;
  border-radius: 80px;
  padding: 0px 30px;
  text-align: center;
  min-width: 225px;
  font-size: 16px;
  display: inline-block;
  line-height: 50px;
  transition: 0.4s;
}

.submit-btn:hover {
  color: rgb(255, 255, 255);
  background: rgb(32, 32, 47);
}

.shop-main-list {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.shop-search {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.shop-search h6 {
  margin-bottom: 0px;
  margin-top: 22px;
}

.shop-search .select-dropbox {
  float: right;
  width: 260px;
  margin-bottom: 0px;
}

.shop-product {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  background: #e9e8e6;
  height: 260px;
  /* overflow: auto; */
  border-radius: 5px;
}

.shop-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 20px;
  border-radius: 5px;
  overflow: ;
}

.shop-main-list h5 {
  font-size: 18px;
  color: rgb(32, 32, 47);
  margin: 0px 0px 10px;
}

.shop-main-list h5 strong {
  color: rgb(199, 161, 122);
}

.shop-page .gallery-pagination {
  text-align: center;
}

.shop-cart-btn {
  line-height: 40px;
  width: auto;
  min-width: 152px;
  background-color: rgb(55, 39, 39);
  color: rgb(255, 255, 255);
  height: 40px;
  display: inline-block;
  text-align: center;
  font-family: "Hanken Grotesk", sans-serif;
  text-transform: uppercase;
  border-radius: 50px;
}

.cart-overlay-wrap {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(199, 161, 122, 0.8);
  top: 0px;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transform: scale(0) rotate(-180deg);
  transition: 0.4s;
}

.shop-main-list:hover .cart-overlay-wrap {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition-delay: 0.1s;
  z-index: 1;
}

.cart-overlay {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.filter-btn {
  transition: 0.4s;
  display: inline-block;
  width: auto;
  min-width: 110px;
  height: 36px;
  line-height: 36px;
  background: var(--latest-color);
  text-align: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-top: 20px;
  border-radius: 30px;
  font-weight: 700;
}

.filter-btn:hover {
  color: rgb(255, 255, 255);
  background: rgb(55, 39, 39);
}

.nto {
  display: inline-block;
  width: auto;
  text-align: right;
  margin: 30px 0px;
}

.nto span {
  font-size: 59px;
  color: rgb(32, 32, 47);
  font-family: "Hanken Grotesk", sans-serif;
}

.form-common {
  float: left;
  width: 100%;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 60px 45px;
}

.form-common h3 {
  margin-bottom: 0px;
}

.register-form .button-default-submit {
  width: 100%;
  background: var(--latest-color);
  height: 60px;
  font-size: 22px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  margin: 10px 0px 15px;
  border-color: var(--latest-color);
}

.register-form .button-default-submit:hover {
  background: rgb(228, 185, 91);
}

.register-wrap p {
  margin: 25px 0px 0px;
}

.form-common a {
  color: rgb(32, 32, 47);
}

.form-common label {
  font-weight: normal;
}

.login-form .button-default-submit {
  width: 100%;
  background: var(--latest-color);
  border-color: var(--latest-color);
  height: 60px;
  font-size: 22px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  margin: 30px 0px;
}

.login-form .button-default-submit:hover {
  background: rgb(228, 185, 91);
  border-color: rgb(228, 185, 91);
}

.divider-login {
  display: inline-block;
  width: 100%;
  position: relative;
}

.divider-login hr {
  border-top: 1.5px solid rgb(204, 204, 204);
}

.divider-login span {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0px 24px;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
}

.form-common .btn-change {
  height: 60px;
  width: 100%;
  color: rgb(255, 255, 255);
  padding: 0px 20px;
  line-height: 60px;
  margin-top: 15px;
}

.form-common .facebook-btn {
  background: rgb(59, 89, 152);
  border-color: rgb(59, 89, 152);
  color: rgb(255, 255, 255);
}

.form-common .facebook-btn:hover {
  color: rgb(255, 255, 255);
}

.form-common .tweeter-btn {
  background: rgb(29, 161, 242);
  border-color: rgb(29, 161, 242);
}

.form-common .tweeter-btn {
  color: rgb(255, 255, 255);
}

.btn-change .fa {
  margin-right: 5px;
}

.shop-single p {
  margin: 20px 0px;
}

.slick-shop img {
  width: 100%;
  border-radius: 17px;
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.slick-shop-thumb {
  padding: 0px 30px;
  margin-top: 25px;
}

.slick-shop-thumb img {
  width: 100%;
}

.slick-shop-thumb .slick-slide {
  margin: 0px 12px;
}

.slick-shop-thumb .slick-current {
  position: relative;
}

.slick-shop-thumb .slick-current::before {
  position: absolute;
  border: 2px solid rgb(228, 185, 91);
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 17px;
}

.star-review-collect {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 5px;
}

.star-rating {
  float: left;
  margin-right: 15px;
  position: relative;
  font-family: icomoon;
  font-size: 1em;
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  top: 4px;
  width: 5.4em;
}

.star-rating::before {
  color: rgb(229, 229, 229);
  content: "SSSSS";
  float: left;
  left: 0px;
  position: absolute;
  top: 0px;
}

.star-rating span.star-rating-customer::before {
  color: rgb(255, 160, 0);
  content: "SSSSS";
  left: 0px;
  position: absolute;
  top: 0px;
}

.star-rating .star-rating-customer {
  float: left;
  left: 0px;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  text-shadow: none;
  top: 0px;
}

.star-review span.star-review-customer {
  background: url("../images/star.png") left 0px repeat-x scroll
    rgba(0, 0, 0, 0);
  display: inline-block;
  height: 16px;
  position: relative;
  width: 80px;
  margin-bottom: -3px;
}

.star-review span.star-review-customer a {
  float: left;
  height: 0px;
  left: 0px;
  overflow: hidden;
  padding-top: 16px;
  position: absolute;
  top: 0px;
  width: 16px;
}

.star-review span.star-review-customer a.star-1 {
  width: 16px;
  z-index: 10;
}

.star-review span.star-review-customer a.star-2 {
  width: 32px;
  z-index: 9;
}

.star-review span.star-review-customer a.star-3 {
  width: 48px;
  z-index: 8;
}

.star-review span.star-review-customer a.star-4 {
  width: 64px;
  z-index: 7;
}

.star-review span.star-review-customer a.star-5 {
  width: 80px;
  z-index: 6;
}

.star-review span.star-review-customer a:hover {
  background: url("../images/star.png") left -32px repeat-x scroll rgba(0, 0, 0, 0);
}

.comment-blog .star-review span.star-review-customer {
  background: url("../images/star.png") left -16px repeat-x scroll rgba(0, 0, 0, 0);
  margin-left: 15px;
}

.review-text {
  margin-left: 10px;
  color: var(--latest-color);
}

.price-textbox {
  display: inline-block;
  width: auto;
  position: relative;
  max-width: 170px;
  text-align: center;
  color: rgb(55, 39, 39);
}

.price-textbox input {
  text-align: center;
  color: rgb(55, 39, 39);
  margin: 0px;
}

.price-textbox input::-webkit-input-placeholder {
  text-align: center !important;
}

.fa-shopping-bag {
  margin-right: 15px;
}

.shop-single .social-wrap {
  margin-bottom: 20px;
}

.shop-single .share-tag {
  margin: 35px 0px;
}

.shop-single .filter-btn {
  margin-left: 18px;
}

.minus-text {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
}

.plus-text {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.comment-review-tab {
  padding: 60px 0px 0px;
  margin: 0;
}

.tab-part {
  float: left;
  width: 100%;
  margin-top: -55px;
}

.tab-inner {
  display: inline-block;
  width: 100%;
}

.tab-part .tab-content {
  padding: 0px 0px 60px;
  /* max-width: 750px; */
  margin-left: auto;
  margin-right: auto;
}

.tab-part .nav-tabs {
  text-align: center;
}

.tab-part .nav-tabs > li {
  float: none;
  display: inline-block;
    font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
}

.tab-part .nav-tabs > li > a {
  margin-right: 0px;
  padding: 16px 47px;
  border: none;
  color: rgb(32, 32, 47);
  border-radius: 17px 17px 0px 0px;
}

.tab-part .nav-tabs > li.active > a,
.tab-part .nav-tabs > li.active > a:hover,
.tab-part .nav-tabs > li.active > a:focus {
  border: none;
  color: white;
  background: var(--latest-color);
}

.tab-part .nav > li > a:hover,
.tab-part .nav > li > a:focus {
  background: rgb(234, 231, 222);
}

.tab-part .review-text {
  margin-left: 0px;
  margin-right: 10px;
  color: rgb(149, 147, 147);
}

.tab-part .comment-blog .form p {
  text-align: center;
}

.tab-part .tab-content .title {
  margin-bottom: 20px;
}

.tab-part .tab-content h3 {
  margin-bottom: 0px;
}

.tab-part .comment-blog form {
  margin-top: 0px;
}

.contact-part iframe,
.contact-part .map {
  width: 100% !important;
  margin-bottom: 45px;
}

.contact-blog-row {
  float: left;
  width: 100%;
  border: 2px solid rgb(244, 242, 237);
  padding: 25px 45px;
  border-radius: 17px;
  color: rgb(32, 32, 47);
  text-align: center;
  min-height: 212px;
  margin-bottom: 70px;
}

.contact-icon {
  display: block;
  min-height: 65px;
}

.contact-blog-row p {
  margin: 45px 0px 0px;
}

.contact-part .submit-btn {
  float: right;
}

.co-title {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 13px;
 
}

.time-list li {
  margin-bottom: 8px;
}

.time-list li span {
  display: inline-block;
  width: auto;
}

.time-list .week-name {
  min-width: 180px;
}

.contact-part address {
  margin-bottom: 50px;
  color: rgb(32, 32, 47);
}

.contact-part address a {
  color: rgb(32, 32, 47);
}

.contact-part address a:hover {
  color: rgb(228, 185, 91);
}

.checkout-wrap {
  text-align: center;
  padding: 0px 0px 115px;
}

ul.checkout-bar {
  height: 15px;
}

ul.checkout-bar li {
  color: rgb(51, 62, 72);
  font-size: 16px;
  font-weight: 600;
  position: relative;
    font-family: "Hanken Grotesk", sans-serif;
  display: inline-block;
  margin: 50px 0px 0px;
  padding: 0px;
  text-align: center;
  width: 19%;
  cursor: pointer;
}

ul.checkout-bar li::before {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  line-height: 45px;
  height: 45px;
  position: absolute;
  text-align: center;
  top: -65px;
  width: 45px;
  z-index: 9;
 
  left: 50%;
  transform: translateX(-50%);
}

ul.checkout-bar li.active {
 
}

ul.checkout-bar li.done-proceed::before,
ul.checkout-bar li.active::before {
  background: var(--latest-color);
  z-index: 9;
  color: rgb(255, 255, 255);
  border-color: var(--latest-color);
}

.checkout-bar li::after {
  animation: 3s ease 0s 0 normal none running myanimation;
  background-color: rgb(255, 255, 255);
  content: "";
  height: 5px;
  width: 100%;
  left: 50%;
  position: absolute;
  top: -45px;
  z-index: 0;
}

.checkout-bar li.done-proceed::after {
  animation: 3s ease 0s 0 normal none running myanimation;
  background-color: var(--latest-color);
  content: "";
  height: 5px;
  width: 100%;
  left: 50%;
  position: absolute;
  top: -45px;
  z-index: 0;
}

.checkout-bar li:last-child::after {
  display: none !important;
}

ul.checkout-bar li:nth-child(1)::before {
  content: "1";
}

ul.checkout-bar li:nth-child(2)::before {
  content: "2";
}

ul.checkout-bar li:nth-child(3)::before {
  content: "3";
}

ul.checkout-bar li:nth-child(4)::before {
  content: "4";
}

ul.checkout-bar li:nth-child(5)::before {
  content: "5";
}

ul.checkout-bar li:nth-child(6)::before {
  content: "6";
}

.shop-cart-list {
  display: inline-block;
  width: 100%;
  padding: 30px 34px;
  background-color: rgb(255, 255, 255);
  border-radius: 17px;
}

table.shop-cart-table {
 
  font-weight: 700;
  border-spacing: 0px;
  font-size: 18px;
  position: relative;
  width: 100%;
  border-collapse: separate !important;
}

table.shop-cart-table th,
table.shop-cart-table td {
  padding: 18px 0px;
}

table.shop-cart-table td {
  padding: 26px 0px;
}

table.shop-cart-table thead {
  color: rgb(255, 255, 255);
}

table.shop-cart-table th {
  background-color: rgb(55, 39, 39);
}

table.shop-cart-table thead th:first-child {
  padding-left: 38px;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}

table.shop-cart-table thead th:last-child {
  padding-right: 38px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
}

table.shop-cart-table tbody {
  color: rgb(55, 39, 39);
}

table.shop-cart-table tbody th {
  display: none;
}

.product-cart {
  display: flex;
  height: 90px;
  width: 90px;
  background: #eae7de;
  border-radius: 4px;
  padding: 17px;
  margin-bottom: 20px;
}

.product-cart-title {
  display: table-cell;
  vertical-align: middle;
}

table.shop-cart-table strong {
  color: rgb(199, 161, 122);
  display: block;
}

table.shop-cart-table del {
  color: rgb(225, 223, 218);
  display: block;
    font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
}

table.shop-cart-table .shop-cart-close {
  position: absolute;
  right: 0px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 35px;
}

.product-cart-detail {
  display: inline-block;
  width: 100%;
}

.product-cart-detail input {
  margin: 0px;
}

.cupon-part {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}

.cart-total {
  float: right;
  width: 100%;
  padding: 30px 50px;
  background-color: rgb(255, 255, 255);
  border-radius: 17px;
  margin-top: 45px;
  max-width: 460px;
  color: rgb(55, 39, 39);
  font-size: 18px;
}

.cart-total small {
  font-size: 15px;
  float: left;
  color: rgb(149, 147, 147);
}

.cart-total-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 55px;
  text-align: center;
}

.cart-total h5 {
  margin: 0px;
  font-size: 22px;
}

.product-cart-total {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
}

.product-cart-total span,
.grand-total span {
  float: right;
}

.grand-total {
  display: inline-block;
  width: 100%;
  margin: 19px 0px 45px;
}

.grand-total h5 span {
  color: rgb(199, 161, 122);
}

.proceed-check {
  display: inline-block;
  width: 100%;
}

.proceed-check .btn-medium {
  width: 100%;
}

.order-complete-box {
  display: inline-block;
  width: 100%;
  padding: 65px 25px 55px;
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 17px;
}

.order-complete-box p {
  margin: 50px 0px;
}

.track-oder {
  display: inline-block;
  width: 100%;
  padding: 65px 25px 55px;
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 17px;
}

.track-oder-inner {
  display: inline-block;
  width: auto;
  text-align: left;
}

.track-oder-inner h3 {
  font-size: 28px;
  line-height: 36px;
  color: rgb(27, 27, 41);
  margin: 0px;
}

.track-oder-inner h3 span {
  color: rgb(234, 231, 222);
  font-weight: 400;
}

.clock-track-icon {
  display: table-cell;
  vertical-align: middle;
}

.track-status {
  display: table-cell;
  vertical-align: middle;
  padding-left: 65px;
}

.terms-left {
  float: left;
  width: 100%;
  padding-right: 50px;
}

.terms-left h5 {
  color: rgb(32, 32, 47);
}

.terms-right {
  float: left;
  width: 100%;
  background: rgb(55, 39, 39);
  border-radius: 17px;
  color: rgb(255, 255, 255);
}

.terms-right ul {
  padding: 18px 0px;
}

.terms-right li {
  display: block;
  width: 100%;
}

.terms-right li a {
  display: block;
  width: 100%;
  padding: 11px 30px;
  transition: 0.5s;
  color: rgb(255, 255, 255);
}

.terms-right li.active a,
.terms-right li:hover a {
  background: rgb(193, 153, 66);
  border-radius: 50px;
  margin-left: -15%;
  width: 115%;
  padding: 11px 30px 11px 68px;
}

.accordion-part .panel-default {
  border: none;
  box-shadow: none;
}

.accordion-part.panel-group .panel-heading + .panel-collapse > .panel-body,
.accordion-part.panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}

.accordion-part .panel-heading {
  padding: 0px;
  background: transparent;
}

.accordion-part .panel-title {
  font-size: 18px;

  font-weight: 600;
}

.accordion-part .panel-title a {
  display: block;
  padding: 13px 50px 13px 34px;
  color: rgb(55, 39, 39);
  border: 2px solid rgb(244, 242, 237);
  border-radius: 50px;
  position: relative;
}

.accordion-part .panel-title a::after {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡";
  position: absolute;
  right: 28px;
  top: 50%;
  font-family: FontAwesome;
  transform: translateY(-50%);
}

.accordion-part .panel-title a[aria-expanded="true"] {
  background: rgb(244, 242, 237);
}

.accordion-part .panel-title a[aria-expanded="true"]::after {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ";
}

.accordion-part .panel-body {
  padding: 28px 34px;
}

.error-404 {
  position: fixed;
  left: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  z-index: 1;
}

.error-404-inner {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 36px;
  padding: 0px 15px;
}

.error-404-inner h2,
.error-404-inner p {
  margin: 0px;
}

.error-404-inner h2 {
  margin-bottom: 8px;
}

.error-404-inner a {
  color: rgb(228, 185, 91);
    font-family: "Hanken Grotesk", sans-serif;
  text-decoration: underline;
}

.error-404-title {
  display: inline-block;
  width: 100%;
  color: rgb(228, 185, 91);
  font-size: 200px;
  margin-bottom: 40px;
 
  font-weight: 700;
}

.shop-checkout-left {
  float: left;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 35px 30px 10px;
  border-radius: 17px;
}

.shop-checkout-left h6 {
  font-size: 18px;
}

.shop-checkout-left h6 a {
  font-weight: 700;
  color: rgb(32, 32, 47);
}

.form-checkout {
  margin-top: 45px;
}

.form-checkout label {
  color: rgb(149, 147, 147);
}

.form-checkout label {
  margin-bottom: 29px;
}

.form-checkout h5 {
  color: rgb(32, 32, 47);
  font-size: 17px;
  margin-bottom: 29px;
}

.shop-checkout-right {
  float: left;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 35px 30px 40px;
  border-radius: 17px;
}

.shop-checkout-right h5 {
  color: rgb(32, 32, 47);
  font-size: 22px;
  text-align: center;
  margin: 0px 0px 50px;
}

.shop-checkout-right h6 {
  color: rgb(55, 39, 39);
  font-weight: 700;
  margin: 0px;
}

.shop-checkout-right h6 span {
  float: right;
}

.shop-checkout-row,
.shop-checkout-title {
  display: inline-block;
  width: 100%;
}

.shop-checkout-row {
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(224, 224, 224);
}

.shop-checkout-title {
  padding-bottom: 30px;
}

.shop-checkout-row p {
  margin: 0px 0px 5px;
}

.shop-checkout-row p span {
  min-width: 160px;
  display: inline-block;
}

.shop-checkout-right small {
  float: right;
  font-size: 15px;
  color: rgb(149, 147, 147);
}

.shop-checkout-right a {
  color: rgb(55, 39, 39);
}

.checkout-total {
  display: inline-block;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid rgb(224, 224, 224);
}

.shop-checkout-box .checkout-total:last-child {
  border-bottom: none;
}

.shop-checkout-right .price-big {
  font-size: 22px;
  color: var(--latest-color);
  font-weight: 700;
}

.shop-checkout-box {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 50px;
}

.shop-checkout-box:last-child {
  margin-bottom: 0px;
}

.payment-mode {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.payment-mode label {
  margin-right: 30px;
  vertical-align: middle;
}

.payment-mode img {
  margin-top: -10px;
  margin-right: 15px;
}

.checkout-terms {
  display: inline-block;
  width: 100%;
  margin: 50px 0px 30px;
}

.checkout-button {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.checkout-button .button-default {
  font-weight: 700;
}

.skills {
  display: block;
  margin-bottom: 50px;
}

.skill-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
}

.sonny_progressbar {
  margin-bottom: 20px;
}

.skill-wrap small {
  font-size: 16px;
  color: rgb(50, 48, 49);
 
  font-weight: 700;
  position: absolute;
  top: 9px;
  right: 0px;
}

.sonny_progressbar p.title {
  font-size: 18px;
  line-height: 34px;
  margin: 0px;
  padding: 5px 0px;
  color: rgb(50, 48, 49);
 
  font-weight: 700;
}

.sonny_progressbar p.title span {
  float: right;
}

.sonny_progressbar .bar-container {
  position: relative;
  height: 40px;
}

.sonny_progressbar .bar-container.shadow {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px 0px inset;
  border-radius: 25px;
}

.sonny_progressbar .backgroundBar {
  position: absolute;
  inset: 0px;
  border-radius: 25px;
}

.sonny_progressbar .bar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  border-radius: 25px;
}

.sonny_progressbar .targetBar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  animation: 2s ease 0s infinite normal none running Animation;
}

.sonny_progressbar .targetBar.loader {
  animation: 4s ease 0s infinite normal none running AnimationB;
  background-image: url("../images/animated-overlay.gif");
}

.sonny_progressbar .bar-container.border .bar,
.sonny_progressbar .bar-container.border .targetBar,
.sonny_progressbar .bar-container.border .backgroundBar {
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

.sonny_progressbar .progress-percent {
    font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  position: absolute;
  right: 15px;
}

@keyframes Animation {
  0% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

@-webkit-keyframes Animation {
  0% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

@keyframes AnimationB {
  0% {
    opacity: 0.01;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 0.01;
  }
}

@-webkit-keyframes AnimationB {
  0% {
    opacity: 0.01;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 0.01;
  }
}

.package {
  float: left;
  width: 100%;
  background: rgb(234, 231, 222);
  border-radius: 17px;
  text-align: center;
  margin-bottom: 30px;
}

.package h2 {
  color: rgb(193, 153, 66);
  margin-bottom: 10px;
}

.package h3 {
  color: rgb(55, 39, 39);
  margin-bottom: 15px;
}

.package-title {
  display: inline-block;
  width: 100%;
  padding: 30px;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.package-title p {
  max-width: 75%;
  margin: 0px auto;
}

.package-list {
  display: inline-block;
  width: 100%;
  padding: 30px;
}

.package ul {
  color: rgb(55, 39, 39);
  margin-bottom: 40px;
}

.package ul li {
  margin-bottom: 24px;
}

.package.current .package-title {
  background: rgb(193, 153, 66);
  color: rgb(255, 255, 255);
}

.package:hover .package-title {
  background: rgb(193, 153, 66);
  color: rgb(255, 255, 255);
}

.package:hover .package-title h2,
.package:hover .package-title h3 {
  color: rgb(255, 255, 255);
}

.package.current .package-title h2,
.package.current .package-title h3 {
  color: rgb(255, 255, 255);
}

.skill-initial {
  display: inline-block;
  width: 100%;
}

.skill-initial h5 {
  font-size: 18px;
  color: rgb(50, 48, 49);
  margin: 20px 0px;
}

.map-outer #map {
  float: left;
  width: 100%;
  min-height: 500px;
  margin-bottom: 50px;
}

.tp-simpleresponsive > ul > li::after {
  content: "";
  background-color: black;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.25;
}

.l-bg {
  position: relative;
}

.l-bg::after {
  content: "";
  background-image: url("../img/down.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.02;
  z-index: -1;
}

.overlay-bg::after {
  content: "";
  background-color: black;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
.logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.home-s img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.slide-card {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 80%; */
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translate(-50%,-50%); */
  position: relative;
  z-index: 11;
  /* height: 350px; */
}
.slide-card img {
  height: 75vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/* .slick-img::after {
      background-color: black;
      opacity: 0.1;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      }
  */
.slider-content {
  /* position: absolute; */
  /* top: 60%; */
  left: 5%;
  /* -webkit-transform: translateY(-50%); */
  -ms-transform: translateY(-50%);
  /* transform: translateY(-50%); */
  z-index: 1212;
}

.slider-content h2 {
  margin-bottom: 0;
  font-size: 60px;
  font-weight: bold;
  opacity: 0;
  color: var(--latest-color);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  font-family: "Hanken Grotesk", sans-serif;
}

.slider-content h3 {
  margin: 20px 0px;
  font-size: 20px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  -o-transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

.slick-active h2,
.slick-active h3,
.slick-active .slider-content .button,
.slick-active p {
  z-index: 9999;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.slider-content-border {
  border: 2px dashed rgb(198, 109, 85);
  border-radius: 47px;
  display: inline-block;
  padding: 5px;
  margin-bottom: 20px;
}
.slider-content .button {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  background-color: rgb(198, 109, 85);
  color: white;
  border-radius: 40px;
  padding: 10px 20px;
  text-decoration: none;

  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

  -webkit-transition: opacity 0.9s, -webkit-transform 0.9s;
  -o-transition: opacity 0.9s, transform 0.9s;
  transition: opacity 0.9s, -webkit-transform 0.9s;
  transition: opacity 0.9s, transform 0.9s;
  transition: opacity 0.9s, transform 0.9s, -webkit-transform 0.9s;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  position: relative;
  z-index: 111;
}

.slider-content .button:hover {
  background-color: black;
  outline: 2px solid rgb(198, 109, 85);
}
.slick-img {
  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;
}
.slick-img img {
}
/* home-slider-end   */
.tilt-tag {
  position: sticky;
  top: 162px;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}
.tilt-tag h1 {
  writing-mode: sideways-lr;
  position: relative;
  z-index: ;
  text-orientation: upright;
  font-size: 50px;
  font-weight: bolder;
  margin: 0;
  /* background-image: url("../img/bg-2.jpg"); */
  color: white;
  padding: 36px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1111111111111111111;
  text-align: center;
  background: var(--latest-color);
}
.tilt-tag h1::after {
  /* background-color: black; */
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.blog-left-section .b-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.blog-left-section .b-img {
  height: 200px;
}
.m-responsive {
  height: 100%;
  width: 100%;
}
.c-form {
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}
.product-cart img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

/* ---------------------------------------cart-page---------------------------------------------------- */

.cart-bottom-border::after {
  content: "";
  position: absolute;
  height: 0.2px;
  width: 98%;
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.cart-list {
}
.cart-list-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cart-list-img {
  width: 95px;
}
.cart-list small {
}
.cart-list span {
}

.cart-list-close {
  position: absolute;

  top: 5px;

  right: 15px;

  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;

  transform: translate(0%, 50%);
  cursor: pointer;
}

.cart-number2 {
  display: inline-flex;
  align-items: center;
  /* border: 1px solid #e0e0e0; */
  border-radius: 5px;
  overflow: auto;
  /* padding: 5px 0px; */
}
.cart-number2 button {
  border: none;
  background: transparent;
  color: black;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 500;
}
.cart-number2 input {
  /* border: none; */
  outline: none;
  width: 100%;
  text-align: center;
  border: 1px solid #dee2e6;
  font-size: 14px;
  height: 28px;
  font-weight: 500;
  margin: 0;
}

.cart-number2 button {
  border: none;
  background: transparent;
  color: black;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 500;
  font-size: 17px;
}
.cart-righ-bar input {
  font-size: 12px;
  margin: 0;
}
.cart-righ-bar button {
  border: none;
  outline: none;
  width: 100%;
  background: var(--latest-color);
  color: white;
  padding: 8px 0px;
  border-radius: 50px;
  font-size: 12px;
}
.cart-card {
  /* margin: 0px 2px; */
  overflow: auto;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 1rem;
  border: transparent;
  position: relative;
  overflow: hidden;
  background: white;
}
.cart-righ-bar {
  background-color: #dddddda8;
}
.cart-heading {
  text-align: center;
}
.c-form {
}
.c-form input {
  border: none;
  border: 1px solid #ccc;
  height: 33px;
  font-size: 12px;
}
/* .login-form input {
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  font-size: 12px;
  padding: 10px 10px;
} */
.login-form button {
  background: var(--primary-color);
  color: white;
  border: none;
  outline: none;
  /* display: flex; */
  width: 100%;
  font-size: 14px;
  padding: 8px 0px;
  border-radius: 4px;
}
.c-form,
.login-form label {
  font-size: 12px;
}
.c-form,
.login-form .select2-container {
  border-color: #e3dbdb;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
  border-radius: 7px;
  font-size: 12px;
}
.select2-results__option[aria-selected] {
  text-align: start;
}

.select2-container {
  width: 100% !important;
  font-size: 12px;
}

.select2-container .select2-selection--single {
  height: 34px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
  border-color: #e3dbdb !important;
  border-radius: 7px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 33px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  box-shadow: none;
  border: none !important;
  outline: 1px solid #ccc;
}
/* ---------------------------------------cart-page-end--------------------------------------------------- */
/* ---------------------------------------dashbaord-page--------------------------------------------------- */
.dashboard-card {
  background-color: white;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 7px;
}

.mob-dash-btn img {
    display: none;
  height: 18px;
  width: 18px;
  /* background: var(--primary-color); */
  /* border-radius: 4px; */
  /* padding: 5px; */
}
.dash-list {
  padding: 0;

  list-style-type: none;

  display: flex;

  flex-direction: column;

  gap: 8px;
}
.dash-list li {
  position: relative;
  transition: 0.3s all;
  cursor: pointer;
  /* background: red; */
  padding: 13px 10px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dash-list .active,
.dash-list .active a {
  background-color: white;
  color: white !important;
}
.dash-list li small {
  font-weight: 500;
}
/* .dash-list li:hover{
  background-color:var(--primary-color);
  border-radius: 7px;
  transform: scale(1.2);
  padding: 13px 10px;
} */
.dash-list li img {
  height: 15px;
  width: 15px;
  margin-right: 8px;
}

/* ---------------------------------------dashbaord-page-end--------------------------------------------------- */

/* ---------------------------------------order-page---------------------------------------------------- */

.order-table tr,
th {
  font-size: 11px;
}

.bac-l-stack-xs {
  margin-left: 5px !important;
}

.outstock {
  background: #8b000026 !important;
}
.outstock p {
  color: darkred !important;
}
.inweek {
  background: #ff980021 !important;
}
.inweek p {
  color: #ff9800 !important;
}

.highlight-status {
  position: relative;
  display: inline-flex;
  width: 12px;
  height: 12px;
  /* z-index: 1; */
}

.highlight-status::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  border-radius: 50%;
}

.highlight-status.auxiliar-low::after {
  background: green;
  border: green;
  -webkit-animation: pulse_auxiliar-low 1s ease var(--iteration-count);
  animation: pulse_auxiliar-low 1s ease var(--iteration-count);
}

@keyframes pulse_auxiliar-low {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px green;
    box-shadow: 0px 0px 0px 0px green;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 5px transparent;
  }
}

.status-tag {
  position: relative;
  width: auto;
  display: inline-flex;
  height: 24px;
  padding: 0 10px 0 5px;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  /* z-index: 11; */
}

.status-tag.auxiliar-low {
  background: #0080002e;
}

.status-tag__icon.auxiliar-low {
  color: green;
}

.status-tag__txt {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

.status-tag.auxiliar-low .status-tag__txt {
  color: darkgreen;
}
.product-cart-btn a,.product-cart-btn button,
.wish-btn a {
    border: none;
  text-decoration: none;
  color: white;
  background: var(--latest-color);
  padding: 10px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 60px;
  padding: 6px 25px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.wish-btn a {
  padding: 10px;
  background: white;

  border: 1px solid var(--primary-color);
  box-shadow: none;
  color: black;
}
.product-cart-btn a img {
  height: 22px;

  width: 22px;
}
.sign-form-inp input {
  margin-bottom: 0;
}
.sign-form-inp {
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; */
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #e0e0e0;
  background: white;
  padding: 5px 10px;
}
.sign-form-inp label {
  margin: 0;

  font-size: 12px;
}
.sign-form-inp input {
  border: none !important;
  font-size: 12px !important;
  background: transparent;
  outline: none;
  box-shadow: none;
  padding-left: 10px;
}
.side-border::after,
.side-border-w::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  background-color: var(--latest-color);
  height: 80%;
  width: 2px;
  transform: translate(-50%, -50%);
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f9f9f9;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 20px;
  background: var(--latest-color);
}
.cart-icon img {
  height: 20px;

  width: 20px;

  object-fit: contain;

  object-position: center;
}

.social-icons,
.social-phone,
.social-address {
  list-style-type: none;

  display: flex;

  gap: 25px;

  align-items: self-end;

  margin: 0;
}
.social-icons li {
  line-height: 1px;
}
.social-icons li i {
  color: white;
}
.social-address i {
  font-size: 12px;
  color: white;
}

/* top-header */
.d-form {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  background: var(--latest-color);
  color: white;
}
/* ---------------------------------------order-page-end--------------------------------------------------- */
.get-in-touch::after {
  content: "";
  position: absolute;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color:red;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; /* z-index:-1; */
}
.a-card{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 10px 19px;
}
.a-slider .slick-slide{
  margin: 10px;
}
.a-tag{

}
.a-tag i{
  
font-size: 15px;
  
margin-bottom: 2px;
}
.jq-radio {
    
    border: 2px solid #0c0c0c;
   
}

/* our-product */
.product-card {
  transition: 0.3s all;
  border-radius: 6px;
  /* box-shadow: 0 4px 4px rgba(0,0,0,.25), 6px 6px 4px rgba(0,0,0,.25); */
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
  /* margin: 15px; */
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
.product-card-img {
  /* background-color: #0000000a; */
  /* width: 100%; */
  padding: 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
.products-slider .slick-next,
.products-slider .slick-prev {
  top: 41%;
}
.product-card-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  padding: 15px;
}
.product-card p {
  font-size: 18px;
  margin: 0;
  font-weight: bold!important;
  color: var(--latest-color);
}
.product-card-tag {
  transition: 0.3s all;
  position: absolute;
  top: 10px;
  left: 8px;
  background: var(--latest-color);
  border-radius: 33px;
  padding: 3px 13px;
  /* line-height: 1; */
  color: white;
  /* box-shadow: 0 4px 4px rgba(0,0,0,.25), 6px 6px 4px rgba(0,0,0,.25); */
}
.product-card-wishlist {
  transition: 0.3s all;
  position: absolute;
  top: 10px;
  right: 8px;
  /* background: white; */
  /* border-radius: 50%; */
  /* padding: 3px 13px; */
  /* line-height: 1; */
  color: #d8993f;
  /* height: 35px; */
  /* width: 35px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 17px; */
  /* box-shadow: 0 4px 4px rgba(0,0,0,.25), 6px 6px 4px rgba(0,0,0,.25); */
  flex-direction: column;
  gap: 10px;
}

.product-card-tag p {
  margin: 0;
  font-size: 10px;
  color: white;
}
.product-card-wishlist i {
  font-size: 14px;
}
.heart {
  transition: 0.3s all;
  border: 1;
  height: 30px;
  width: 30px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px dashed var(--primary-color); */
}
.heart:hover {
  transform: scale(1.2);
}
.cart-bt button {
  border: none;
  outline: none;
  font-size: 11px;
  background: black;
  color: white;
  padding: 8px 10px;
  border-radius: 7px;
  line-height: 1;
}
.products-slider .slick-slide {
  margin: 12px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: var(--secondary-color);
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: var(--primary-color);
}

.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* background: var(--primary-color); */
  border-radius: 50%;
  color: black;
  /* font-family: fontawesome; */
  font-size: 12px;
  line-height: 1;
  padding: 5px;
  z-index: 1111;
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
}

.slick-next,
.slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 25px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  background: whitesmoke;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  z-index: 1;
}
.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}
.product-card:hover {
  /* transform: scale(1.1); */
}
/* our-product-end */

.c-drop{
    
}
.c-drop li{
    
}
.c-drop li a{
    padding: 9px 25px;
}
.star-list li i{
    color: #fec211;
}
.choose-card{
    height: 100px;
    margin: auto;
}
.choose-card img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.c-img img{
     height: 100%!important;
     width: 100%!important;
     overflow: hidden;
     object-fit: contain!important;
     object-position: center!important;
     border-radius: 50%;
     overflow: hidden;
     border-radius: 50%;
}
.c-img{
    border-radius: 50%;
    height: 100px;
    overflow: hidden;
    margin: auto;
    width: 100px;
}
.p-img img{
      height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.p-img {
    height: 500px;
}
/* ---------------------------------------products-detail--------------------------------------------------- */

#gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.el-slider {
  width: 100%;
}

.el-slider .slick-slide {
  margin: 0 1em;
}
.thumbs .slick-slide {
  margin: 0 6px;
  border: 1px solid #00000040;
  padding: 10px;
}
.el-slider .slick-slide img {
  width: 100%;
}
.thumbs .slick-slide img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
.main-image{
    height: 350px;
    margin: auto;
    object-fit: contain;
    object-position: center;
    /*border: 1px solid #0000001f;*/
    /*margin-bottom: 20px;*/
    
}
.thumbs .slick-list{
    padding: 10px 20px!important;
}
.p-bg{
    background-image: url('/img/p-bg.png');
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    /*padding: 30px;*/
}





.call_me {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 11111 !important;
    cursor: pointer
}

.call_me,
.call_me::before {
    background: radial-gradient(#33a93c, #33a93c, #18791f)
}

.call_me i {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    -webkit-animation: uptocallphone 1.5s linear infinite;
    -moz-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite;
    position: relative;
    z-index: 10001
}

.call_me::before {
    content: '';
    transform: scale(1, 1);
    opacity: .5;
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    left: 30px;
    bottom: 30px;
    border-radius: 100%;
    z-index: 9999;
    -webkit-animation: uptocallmini 1.5s infinite;
    -moz-animation: uptocallmini 1.5s infinite;
    animation: uptocallmini 1.5s infinite
}

@-webkit-keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }
    100% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes uptocallmini {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: .5
    }
    80% {
        opacity: 0;
        -webkit-transform: scale(1.5, 1.5)
    }
    85% {
        -webkit-transform: scale(.5, .5);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: .5
    }
}

@keyframes uptocallmini {
    0% {
        transform: scale(1, 1);
        opacity: .5
    }
    80% {
        opacity: 0;
        transform: scale(1.5, 1.5)
    }
    85% {
        transform: scale(.5, .5);
        opacity: 0
    }
    100% {
        transform: scale(1, 1);
        opacity: .5
    }
}


.pulsating {
  box-sizing: border-box;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background: #FFA500; /* Changed to orange */
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  -webkit-animation: pulsate 1.5s ease infinite;
  animation: pulsate 1.5s ease infinite;
  position: fixed; /* Add this to make it fixed */
  bottom: 50px; /* Adjust the distance from the bottom */
  right: 10px; /* Adjust the distance from the left */
  z-index: 999; /* Ensure it stays on top of other elements */
}

.pulsating svg {
  fill: white;
  width: 44.8px;
  height: 44.8px;
}

@-webkit-keyframes pulsate {
  0% {
    box-shadow: 0 0 0 0vmin rgba(255, 165, 0, 0.2); /* Changed to orange */
  }
  100% {
    box-shadow: 0 0 0 10vmin rgba(255, 165, 0, 0); /* Changed to orange */
  }
}

@keyframes pulsate {
  0% {
    box-shadow: 0 0 0 0vmin rgba(255, 165, 0, 0.2); /* Changed to orange */
  }
  100% {
    box-shadow: 0 0 0 10vmin rgba(255, 165, 0, 0); /* Changed to orange */
  }
}

.pulsating button {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  background: rgba(158, 158, 158, 0.2);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal;
  background: var(--latest-color); /* Changed to orange */
  border: none;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.pulsating button .inner-pulse {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  height: 45px;
  margin: auto;
  min-width: 45px;
  width: 45px;
  background: transparent;
}

.pulsating button .inner-pulse i {
  -webkit-animation: shake 1.5s ease infinite;
          animation: shake 1.5s ease infinite;
}

@-webkit-keyframes innerpulse {
  0% {
    height: 0px;
    margin: auto;
    min-width: 0px;
    width: 0px;
    opacity: 0;
  }
  35% {
    height: 35px;
    min-width: 35px;
    width: 35px;
  }
  50% {
    height: 45px;
    min-width: 45px;
    width: 45px;
    opacity: 1;
  }
  65% {
    height: 35px;
    min-width: 35px;
    width: 35px;
  }
  100% {
    height: 0px;
    min-width: 0px;
    width: 0px;
    opacity: 0;
  }
}

@keyframes innerpulse {
  0% {
    height: 0px;
    margin: auto;
    min-width: 0px;
    width: 0px;
    opacity: 0;
  }
  35% {
    height: 35px;
    min-width: 35px;
    width: 35px;
  }
  50% {
    height: 45px;
    min-width: 45px;
    width: 45px;
    opacity: 1;
  }
  65% {
    height: 35px;
    min-width: 35px;
    width: 35px;
  }
  100% {
    height: 0px;
    min-width: 0px;
    width: 0px;
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  35% {
    height: 56px;
    min-width: 56px;
    width: 56px;
  }
  50% {
    height: 65px;
    min-width: 65px;
    width: 65px;
  }
  65% {
    height: 56px;
    min-width: 56px;
    width: 56px;
  }
  100% {
    height: 56px;
    min-width: 56px;
    width: 56px;
  }
}

@keyframes pulse {
  35% {
    height: 56px;
    min-width: 56px;
    width: 56px;
  }
  50% {
    height: 65px;
    min-width: 65px;
    width: 65px;
  }
  65% {
    height: 56px;
    min-width: 56px;
    width: 56px;
  }
  100% {
    height: 56px;
    min-width: 56px;
    width: 56px;
  }
}

@-webkit-keyframes shake {
  0% {
    transform: translate3d(0px, 0, 0);
  }
  74% {
    transform: translate3d(2px, 0, 0);
  }
  75% {
    transform: translate3d(-2px, 0, 0);
  }
  85% {
    transform: translate3d(2px, 0, 0);
  }
  95% {
    transform: translate3d(-2px, 0, 0);
  }
  99% {
    transform: translate3d(2px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes shake {
  0% {
    transform: translate3d(0px, 0, 0);
  }
  74% {
    transform: translate3d(2px, 0, 0);
  }
  75% {
    transform: translate3d(-2px, 0, 0);
  }
  85% {
    transform: translate3d(2px, 0, 0);
  }
  95% {
    transform: translate3d(-2px, 0, 0);
  }
  99% {
    transform: translate3d(2px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes shake {
  0% {
    transform: translate3d(0px, 0, 0);
  }
  74% {
    transform: translate3d(2px, 0, 0);
  }
  75% {
    transform: translate3d(-2px, 0, 0);
  }
  85% {
    transform: translate3d(2px, 0, 0);
  }
  95% {
    transform: translate3d(-2px, 0, 0);
  }
  99% {
    transform: translate3d(2px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.patt-bg::after {
    position: absolute;
    top: 0px;
    content: "";
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/patt.png);
    background-size: 250px;
    background-position: center center;
    background-repeat: repeat;
    background-color: rgba(255, 0, 0, 0);
    opacity: 0.1;
    z-index: -1;
}
.patt-bg2::after {
    position: absolute;
    top: 0px;
    content: "";
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/patt.png);
    background-size: 250px;
    background-position: center center;
    background-repeat: repeat;
    background-color: rgba(255, 0, 0, 0);
    opacity: 0.05;
    /* z-index: -1; */
}
.my-tab * {
  color: white;
}
.dash-list li:last-child button{
    font-size:16px!important;
    font-weight: 500;
}

  

    #pre-loader {
      position: fixed; inset: 0; z-index: 9999;
      background: #f7f3ec;
      display: flex; align-items: center; justify-content: center;
    }
    .sl-bg-c { position: absolute; border-radius: 50%; pointer-events: none;
      background: radial-gradient(circle, rgba(180,155,100,0.10) 0%, transparent 70%);
      animation: sl-breathe 5s ease-in-out infinite; }
    .sl-bg-c:nth-child(1) { width:320px;height:320px;top:-60px;left:-60px; }
    .sl-bg-c:nth-child(2) { width:240px;height:240px;bottom:-50px;right:-30px;animation-delay:1.5s; }
    @keyframes sl-breathe { 0%,100%{transform:scale(1);opacity:.5} 50%{transform:scale(1.15);opacity:1} }

    .sl-ring {width:160px;height:160px;position:relative;margin-bottom:18px;}
    .sl-track {
      width:160px;
      height:160px;
      border-radius:50%;
      border: 1px dashed #7a1b3561;
      position:absolute;
      animation:sl-spin 12s linear infinite;
      background: white;
      }
    @keyframes sl-spin { from{transform:rotate(0)} to{transform:rotate(360deg)} }

    .sl-leaf { position:absolute;width:26px;height:26px;top:50%;left:50%;
      transform-origin:0 0;animation:sl-orbit 12s linear infinite; }
    .sl-leaf:nth-child(2){animation-delay:-2s} .sl-leaf:nth-child(3){animation-delay:-4s}
    .sl-leaf:nth-child(4){animation-delay:-6s} .sl-leaf:nth-child(5){animation-delay:-8s}
    .sl-leaf:nth-child(6){animation-delay:-10s}
    @keyframes sl-orbit {
      from{transform:rotate(0deg) translateX(68px) rotate(0deg)}
      to{transform:rotate(360deg) translateX(68px) rotate(-360deg)}
    }

    .sl-logo-c {position:absolute;/* inset:0; */display:flex;align-items:center;justify-content:center;width: 100%;height: 100%;z-index: 111111;}
    .sl-logo-c img {
      width: 100px;
      height: 100px;
      object-fit:contain;
      animation:sl-pulse 3s ease-in-out infinite;
      /* background:rgba(247,243,236,0.85); */
      /* border-radius:50%; */
      padding: 4px;
      position: relative;
      z-index: 111111111;
      }
    @keyframes sl-pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.06)} }

    .sl-title { font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:500;
      color:#5c3e1c;letter-spacing:.02em;margin:0 0 6px;text-align:center; }
    .sl-sub { font-family:'Jost',sans-serif;font-weight:300;font-size:13px;
      letter-spacing:.12em;text-transform:uppercase;color:#9a7a50;margin:0 0 22px;text-align:center; }

    .sl-dots { display:flex;gap:7px;align-items:center;margin-top:4px; }
    .sl-dot { width:7px;height:7px;border-radius:50%;background:#c8a86b;
      animation:sl-bounce 1.4s ease-in-out infinite; }
    .sl-dot:nth-child(2){animation-delay:.2s} .sl-dot:nth-child(3){animation-delay:.4s} .sl-dot:nth-child(4){animation-delay:.6s}
    @keyframes sl-bounce { 0%,80%,100%{transform:scale(.7);opacity:.4} 40%{transform:scale(1.1);opacity:1} }

    .sl-msgs { height:18px;overflow:hidden;position:relative;margin-top:12px;width:220px;text-align:center; }
    .sl-msg { position:absolute;width:100%;left:0;font-family:'Jost',sans-serif;font-size:12px;
      letter-spacing:.07em;color:#b08c5c;opacity:0;animation:sl-fade 6s ease-in-out infinite; }
    .sl-msg:nth-child(1){animation-delay:0s} .sl-msg:nth-child(2){animation-delay:2s} .sl-msg:nth-child(3){animation-delay:4s}
    @keyframes sl-fade { 0%,100%{opacity:0;transform:translateY(6px)} 10%,30%{opacity:1;transform:translateY(0)} 40%{opacity:0;transform:translateY(-6px)} }
  