body {
  font-family: Arial, sans-serif;
  letter-spacing: 0.0275em;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
  letter-spacing: 0.045em;
  width: 100%;
  height: 100%;
}
/* @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
.text-success {
  color: #25d366 !important;
}
.search-btn {
  font-size: 16px;
}
.text-danger {
  color: #ff3333 !important;
}

.bg-success {
  background-color: #25d366 !important;
}

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

.desc .text-light {
  color: #333 !important;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background-color: #3d8f27;
  color: #fff;
}

.fade-clr {
  color: #a2a5af;
}

html,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #000;
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  word-wrap: break-word;
}

.sm-txt {
  font-size: 12px !important;
}

::-webkit-scrollbar-track {
  border: none;
  padding: 2px 0;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c7c7c7;
}

a {
  text-decoration: none;
}

.truncate,
.truncate_two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.truncate_two {
  -webkit-line-clamp: 2;
}

.center-full {
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-box {
  border: 1px solid #1e1e1e !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  color: #000;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 5px 29px 5px 5px;
  border-radius: 0;
}

.link {
  color: #3d8f27;
}

.noselect {
  user-select: none;
}

.point-no {
  pointer-events: none;
}

.point-yes {
  pointer-events: all;
}

.datepicker {
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 0 !important;
}

.vh100 {
  min-height: 100vh;
}

.form-floating input,
.form-floating select,
.form-floating textarea {
  box-shadow: none !important;
  border-radius: 0;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.form-floating input:hover,
.form-floating select:hover,
.form-floating textarea:hover {
  border-color: #3d8f27;
}
.form-floating input:focus,
.form-floating select:focus,
.form-floating textarea:focus {
  border-color: #3d8f27;
}
.form-floating textarea {
  border-width: 1px;
  border-radius: 1.5rem;
}
.form-floating > label {
  height: auto;
  pointer-events: all;
}

.custom-check.form-group {
  display: inline-block;
  margin: 2px 6px;
}
.custom-check.form-group .checkbox,
.custom-check.form-group .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.custom-check.form-group .checkbox label,
.custom-check.form-group .radio label {
  font-size: 14px;
}
.custom-check.form-group .checkbox label input,
.custom-check.form-group .radio label input {
  z-index: 9;
  width: 23px;
  left: 39px;
  top: -4px;
  height: 22px;
  opacity: 0;
  position: absolute;
}
.custom-check.form-group .checkbox label .checkmark,
.custom-check.form-group .radio label .checkmark {
  width: 20px;
  display: block;
  height: 20px;
  float: left;
  margin-right: 10px;
  position: relative;
}
.custom-check.form-group .checkbox label input + .checkmark::after,
.custom-check.form-group .radio label input + .checkmark::after {
  content: "\f096";
  position: absolute;
  left: 0;
  top: -4px;
  font-family: FontAwesome;
  font-size: 20px;
  color: #c93c3d;
}
.custom-check.form-group .checkbox label input:checked + .checkmark::after,
.custom-check.form-group .radio label input:checked + .checkmark::after {
  content: "\f14a";
}

#tooltip-icon,
.tt::after {
  display: inline-block;
  padding-left: 4px;
  font-family: FontAwesome;
  font-size: 11px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tt::after {
  content: "\f059";
}

.thank-img {
  max-width: 120px;
}

.phone-no input,
.phone-no select,
.phone-no textarea {
  border: 1px solid #ced4da;
  box-shadow: none !important;
}
.phone-no input:hover,
.phone-no input:focus,
.phone-no select:hover,
.phone-no select:focus,
.phone-no textarea:hover,
.phone-no textarea:focus {
  border: 1px solid #3d8f27;
}

.iti__country-list {
  max-height: 150px;
  max-width: 250px;
  overflow-x: hidden;
  font-size: 11px;
  padding: 10px 2px;
  border: 1px solid #3d8f27;
}

.center-flex,
.form-area .search-box-wrapper .icon-input {
  display: flex;
  align-items: center;
  justify-content: center;
}

.information-text {
  background-color: #3d8f27;
  padding: 0.75rem;
  text-align: center;
  margin: 1rem 0.125rem;
}
.information-text h6 {
  color: #fff;
}

.desc {
  color: #a2a5af;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.offer-wrap .title__container {
  display: flex;
  border: 1px solid #3d8f27;
  flex-direction: row-reverse;
}
.offer-wrap .title__container .head-title {
  padding: 0.75rem;
  background-color: #3d8f27;
  color: #fff;
  margin-bottom: 0;
}
.offer-wrap .title__container .desc {
  color: #868686;
  margin-bottom: 0;
  padding: 0.75rem;
}
.offer-wrap .details {
  border: 1px solid #3d8f27;
  border-top: 0;
  text-align: right;
}

.thank-img {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

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

.theme-btn {
  cursor: pointer;
  position: relative;
  padding: 3px 20px;
  font-size: 16px;
  color: #3d8f27;
  border: 2px solid #3d8f27;
  border-radius: 34px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}
.theme-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: #3d8f27;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.theme-btn:hover {
  color: #fff;
  scale: 1.1;
  box-shadow: 0 0px 20px rgba(193, 163, 98, 0.4);
}
.theme-btn:hover::before {
  scale: 3;
}
.theme-btn:hover:active {
  scale: 1;
}

ul.main-nav {
  list-style-type: none;
  padding: 0px;
  font-size: 0px;
  max-width: 1000px;
  margin: 0 auto;
}

ul.main-nav > li {
  display: inline-block;
  padding: 0;
}

ul.main-nav > li > a {
  display: block;
  cursor: pointer;
  padding: 10px 20px;
  margin: 2px;
  position: relative;
  color: #414042;
  font-size: 1rem;
  font-weight: 400;
}

ul.main-nav > li:hover {
  background-color: rgba(203, 72, 72, 0.05);
  z-index: 41;
}

ul.main-nav > li:hover > a {
  color: #333;
  font-weight: 400;
}

ul.main-nav > li ul.sub-menu-lists {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
}

ul.main-nav > li ul.sub-menu-lists > li {
  padding: 2px 0;
}

ul.main-nav > li ul.sub-menu-lists > li > a {
  font-size: 14px;
  color: #000;
  padding: 5px 10px;
  display: inline-block;
  transition: all 0.15s ease;
}

ul.main-nav > li ul.sub-menu-lists > li > a:hover {
  color: #3d8f27;
  background-color: rgba(203, 72, 72, 0.05);
}

.ic {
  position: fixed;
  cursor: pointer;
  display: inline-block;
  right: 25px;
  width: 32px;
  height: 24px;
  text-align: center;
  top: 0px;
  outline: none;
}

.ic.close {
  opacity: 0;
  font-size: 0px;
  font-weight: 300;
  color: #414042;
  top: 8px;
  height: 40px;
  display: block;
  outline: none;
}

/* Menu Icons for Devices*/
.ic.menu {
  top: 25px;
  z-index: 20;
}

.ic.menu .line {
  height: 4px;
  width: 100%;
  display: block;
  margin-bottom: 6px;
}

.ic.menu .line-last-child {
  margin-bottom: 0px;
}

.sub-menu-head {
  margin: 10px 0;
  text-transform: uppercase;
}

.banners-area {
  margin-top: 5px;
  padding-top: 15px;
}

.banners-area img {
  width: 150px;
}

@media only screen and (max-width: 768px) {
  .sub-menu-head {
    color: orange;
  }
  .ic.menu {
    display: block;
  }
  header.dark .ic.menu .line {
    background-color: #414042;
  }
  header.light .ic.menu .line {
    background-color: #000;
  }
  .ic.menu .line {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .ic.menu:focus .line {
    background-color: #414042 !important;
  }
  .ic.menu:focus .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ic.menu:focus .line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -10px;
  }
  .ic.menu:focus .line:nth-child(3) {
    transform: translateY(15px);
    opacity: 0;
  }
  .ic.menu:focus {
    outline: none;
  }
  .ic.menu:focus ~ .ic.close {
    opacity: 1;
    z-index: 21;
    outline: none;
  }
  /*

    .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
    .ic.close:focus { opacity: 0; }
    */
  .ic.menu:hover,
  .ic.menu:focus {
    opacity: 1;
  }
  nav {
    background-color: transparent;
  }
  /* Main Menu for Handheld Devices  */
  ul.main-nav {
    z-index: 2;
    padding: 50px 0;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 0px;
    background-color: rgb(0, 0, 0);
    height: 100%;
    overflow: auto;
    /*CSS animation applied : Slide from Right*/
    -webkit-transition-property: background, width;
    -moz-transition-property: background, width;
    -o-transition-property: background, width;
    transition-property: background, width;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
  }
  .ic.menu:focus ~ .main-nav {
    width: 300px;
    background-color: rgb(0, 0, 0);
  }
  ul.main-nav > * {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  .ic.menu:focus ~ .main-nav > * {
    opacity: 1;
  }
  ul.main-nav > li > a:after {
    display: none;
  }
  ul.main-nav > li:first-child {
    border-radius: 0px;
  }
  ul.main-nav > li {
    display: block;
    border-bottom: 1px solid #444;
  }
  ul.main-nav > li > a {
    font-weight: 600;
  }
  ul.main-nav > li ul.sub-menu-lists > li a {
    color: #eee;
    font-size: 14px;
  }
  .sub-menu-head {
    font-size: 1rem;
  }
  ul.main-nav > li:hover {
    background-color: transparent;
  }
  ul.main-nav > li:hover > a {
    color: #414042;
    text-decoration: none;
    font-weight: 600;
  }
  .ic.menu:focus ~ ul.main-nav > li > div.sub-menu-block {
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    position: relative;
    visibility: visible;
    opacity: 1;
  }
  .sub-menu-block {
    padding: 0 30px;
  }
  .banners-area {
    padding-bottom: 0px;
  }
  .banners-area div {
    margin-bottom: 15px;
  }
  .banners-area {
    border-top: 1px solid #444;
  }
}
@media only screen and (min-width: 769px) {
  .ic.menu {
    display: none;
  }
  /* Main Menu for Desktop Devices  */
  ul.main-nav {
    display: block;
    position: relative;
  }
  .sub-menu-block {
    padding: 15px;
  }
  /* Sub Menu */
  ul.main-nav > li > div.sub-menu-block {
    visibility: hidden;
    background-color: #fff;
    position: absolute;
    margin-top: 0px;
    width: 100%;
    color: #333;
    left: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 3;
    font-size: 1rem;
    opacity: 0;
    /*CSS animation applied for sub menu : Slide from Top */
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }
  ul.main-nav > li:hover > div.sub-menu-block {
    background-color: #ffffff;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 1;
  }
  ul.main-nav > li > div.sub-menu-block > * {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  ul.main-nav > li:hover > div.sub-menu-block > * {
    opacity: 1;
  }
  .sub-menu-head {
    font-size: 14px;
    padding: 2px 10px;
  }
  /* List Separator: Outer Border */
  header.dark ul.main-nav > li > a {
    border-right: 1px solid #bbb;
  }
  header.light ul.main-nav > li > a {
    border-right: 1px solid #666;
  }
  /* List Separator: Inner Border */
  ul.main-nav > li > a:after {
    content: "";
    width: 1px;
    height: 62px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
  }
  header.dark ul.main-nav > li > a:after {
    background-color: #777;
  }
  header.light ul.main-nav > li > a:after {
    background-color: #999;
  }
  /* Drop Down/Up Arrow for Mega Menu */
  ul.main-nav > li > a.mega-menu > span {
    display: block;
    vertical-align: middle;
  }
  ul.main-nav > li > a.mega-menu > span:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #414042;
    content: "";
    background-color: transparent;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }
  ul.main-nav > li:hover > a.mega-menu span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 5px solid #666;
  }
}
.mobmenu-canvas {
  border: 0;
}
.mobmenu-canvas .offcanvas-body {
  padding: 0;
}

.sidebar-nav {
  background-color: #ecf5fc;
  padding: 0 0 0 20px;
}
.sidebar-nav ul {
  list-style-type: none;
  padding-left: 0;
}
.sidebar-nav ul li {
  border-top: 1px dotted rgba(0, 0, 0, 0.09);
  position: relative;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
}
.sidebar-nav ul li a {
  color: rgba(0, 0, 0, 0.7);
  padding: 7px 0;
  display: inline-block;
  width: calc(100% - 50px);
  transition: transform 0.3s ease;
}
.sidebar-nav ul li a:hover:not(.menu-toggle) {
  color: #3d8f27;
  text-decoration: none;
  border-bottom: 0;
  transform: translateX(3px);
}
.sidebar-nav ul li.selected a {
  color: #004c84;
  font-weight: bold;
  display: block;
  margin-right: 50px;
}
.sidebar-nav ul li a.menu-toggle {
  position: relative;
  width: 50px;
  text-align: center;
  border-bottom: 0;
  vertical-align: middle;
  border-left: 1px solid rgba(0, 0, 0, 0.075);
}
.sidebar-nav ul li a.menu-toggle:after {
  color: #414042;
  position: relative;
  right: 0;
  text-align: middle;
  font-size: 14px;
  font-weight: bold;
  content: "+";
}
.sidebar-nav ul li a.menu-toggle:focus,
.sidebar-nav ul li a.menu-toggle:hover,
.sidebar-nav ul li a.menu-toggle:visited,
.sidebar-nav ul li a.menu-toggle:link {
  border-bottom: 0;
  text-decoration: none;
}
.sidebar-nav ul li a.menu-toggle.rotate {
  /* right: 1px; */
}
.sidebar-nav ul li a.menu-toggle.rotate:after {
  content: "-";
  color: #3d8f27;
}
.sidebar-nav ul.sub-menu {
  display: none;
  font-size: 14px;
}
.sidebar-nav ul.sub-menu li {
  padding-left: 20px;
}

.title {
  font-size: 3rem;
  font-weight: 400;
}

.canvasClose {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  color: #000;
  display: inline-block;
  cursor: pointer;
}
.canvasClose:hover {
  color: #3d8f27;
}
.form-area .search-wrapper {
  position: relative;
}
.form-area .search-box-wrapper {
  width: 100%;
  position: relative;
  border-radius: 50px;
}
.form-area .search-box-wrapper .input-wrapper {
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #3d8f27;
}
.form-area .search-box-wrapper .input-wrapper input {
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #3d8f27;
  appearance: none;
}
.form-area .search-box-wrapper .icon-input {
  position: absolute;
  color: #000;
  font-size: 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.form-area .search-box-wrapper .icon-input:hover {
  background-color: #95e480;
}
.form-area .show-search-result {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 1;
  padding: 1rem;
  border-radius: 20px;
  max-height: 75vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
.form-area .show-search-result .show-result-wrapper .detail_link {
  transition: color 0.2s ease-in-out;
}
.form-area .show-search-result .show-result-wrapper .detail_link i {
  transition: transform 0.2s ease-in-out;
}
.form-area .show-search-result .show-result-wrapper .detail_link:hover {
  color: #3d8f27;
}
.form-area .show-search-result .show-result-wrapper .detail_link:hover i {
  transform: translateX(0.25rem);
}
.form-area
  .show-search-result
  .show-result-wrapper
  .result-list-wrapper
  .lists
  .list-result
  .result-item {
  border-radius: 10px;
  padding: 0.5rem;
  transform: background-color 0.3s ease;
}
.form-area
  .show-search-result
  .show-result-wrapper
  .result-list-wrapper
  .lists
  .list-result
  .result-item
  .link {
  overflow: hidden;
  display: block;
  padding: 5px;
  width: 100px;
  height: 100px;
}
.form-area
  .show-search-result
  .show-result-wrapper
  .result-list-wrapper
  .lists
  .list-result
  .result-item
  .link
  img {
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease;
}
.form-area
  .show-search-result
  .show-result-wrapper
  .result-list-wrapper
  .lists
  .list-result
  .result-item
  .item-desc {
  padding: 1rem;
}
.form-area
  .show-search-result
  .show-result-wrapper
  .result-list-wrapper
  .lists
  .list-result
  .result-item
  .item-desc
  .product-title {
  font-size: 0.875rem;
}
.form-area
  .show-search-result
  .show-result-wrapper
  .result-list-wrapper
  .lists
  .list-result
  .result-item
  .item-desc
  del {
  color: #878787;
  margin-left: 6px;
}
.form-area
  .show-search-result
  .show-result-wrapper
  .result-list-wrapper
  .lists
  .list-result
  .result-item
  .item-desc
  ins
  .money {
  color: #3d8f27;
  font-weight: 600;
}
.form-area
  .show-search-result
  .show-result-wrapper
  .result-list-wrapper
  .lists
  .list-result
  .result-item:hover {
  background-color: rgba(203, 72, 72, 0.03);
}
.form-area
  .show-search-result
  .show-result-wrapper
  .result-list-wrapper
  .lists
  .list-result
  .result-item:hover
  .link
  img {
  transform: scale(1.05);
}
.form-area
  .show-search-result
  .show-result-wrapper
  .result-list-wrapper
  .lists
  .list-result
  .result-item:hover
  .product-title:hover {
  color: #3d8f27 !important;
}
.form-area .show-search-result.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 42;
}

#searchBarCanvas {
  justify-content: center;
}

header.header-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  z-index: 333;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
header .tagline {
  background-color: #3d8f27;
}
header .tagline p {
  margin-bottom: 0;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
}

header .navbar {
  padding: 0.5rem 0.5rem;
  background-color: transparent;
  color: #fff;
}
header .navbar .navbar-toggler {
  color: #3d8f27 !important;
}
header .navbar .navbar-nav {
  gap: 0.5rem;
}
.navbar-toggler {
  padding: 0px;
}
header .navbar .navbar-nav .nav-link {
  white-space: nowrap;
  color: #414042;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
header .navbar .navbar-nav .nav-link.active,
header .navbar .navbar-nav .nav-link:hover {
  color: #3d8f27;
}
header .header-nav {
  width: 100%;
}
header .middle-menu {
  flex: 0 0 50%;
}
header .right-menu {
  display: flex;
  align-items: center;
}
header .user_menu ul {
  display: flex;
}
header .user_drop .dropdown-menu {
  display: none !important;
}
header .user_drop .dropdown-menu.show {
  display: block !important;
}
header .user_menu ul li a .badge {
  background-color: #3d8f27;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  height: 20px;
  left: 30px !important;
  top: 5px !important;
  width: 20px;
  font-weight: bold;
}
header .user_menu ul li a:hover {
  color: #3d8f27 !important;
}
header .header-menu-bottom {
  background: #f9f9f9;
}
header .header-menu-bottom .see-more-link {
  color: #fff;
  background: #3d8f27;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 14px;
}
header .header-menu-bottom .see-more-link .arrow_more {
  margin-left: 0;
  visibility: hidden;
  transform: translateX(0);
  opacity: 0;
  display: inline-block;
  transition: all 0.3s ease;
}
header .header-menu-bottom .see-more-link:hover .arrow_more {
  visibility: visible;
  opacity: 1;
  transform: translateX(5px);
}
header .header-menu-bottom .banners-area .product-link {
  text-align: center;
  display: block;
  padding: 0.5rem;
  transition: 0.15s ease;
}
header .header-menu-bottom .banners-area .product-link img {
  padding: 10px;
  max-height: 150px;
  display: block;
  margin: 0 auto;
}
header .header-menu-bottom .banners-area .product-link:hover {
  background-color: rgba(203, 72, 72, 0.05);
}
header .header-menu-bottom .banners-area .product-link:hover img {
  padding: 12px;
}

.hero-section {
  position: relative;
  height: 70vh;
}
@media (max-width: 500px) {
  .hero-section {
    height: 350px;
  }

}
.hero-section .hero-slider__slide {
  height: 70vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
@media (max-width: 500px) {
  .hero-section .hero-slider__slide {
    height: 350px;
  }
}
.hero-section .hero-slider__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.hero-section .hero-slider__slide .content {
  position: relative;
  z-index: 11;
  color: #fff;
  text-align: center;
}
.hero-section .hero-slider__slide h1 {
  color: #fff;
  font-size: 1.5rem;
}
@media (min-width: 500px) {
  .hero-section .hero-slider__slide h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 767px) {
  #searchBarCanvas {
    display: none;
  }
  .hero-section .hero-slider__slide h1 {
    font-size: 4.5rem;
  }
}
.hero-section .hero-slider__slide h4 {
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 14px;
  width: max-content;
  margin: 1rem auto;
}
@media (min-width: 576px) {
  .hero-section .hero-slider__slide h4 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .hero-section .hero-slider__slide h4 {
    font-size: 28px;
  }
}
.hero-section .hero-slider__slide h4 .left-wing,
.hero-section .hero-slider__slide h4 .right-wing {
  display: block;
  position: absolute;
  width: 100px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .hero-section .hero-slider__slide h4 .left-wing,
  .hero-section .hero-slider__slide h4 .right-wing {
    width: 50px;
  }
}
.hero-section .hero-slider__slide h4 .left-wing:before,
.hero-section .hero-slider__slide h4 .right-wing:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 2px;
}
.hero-section .hero-slider__slide h4 .left-wing:after,
.hero-section .hero-slider__slide h4 .right-wing:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #fff;
}
.hero-section .hero-slider__slide h4 .left-wing {
  right: 100%;
  margin-right: 10px;
}
.hero-section .hero-slider__slide h4 .left-wing:after {
  float: right;
}
.hero-section .hero-slider__slide h4 .right-wing {
  left: 100%;
  margin-left: 10px;
}
.hero-section .hero-slider__slide a:hover {
  text-decoration: none;
}
.hero-section .hero-slider__button {
  position: absolute;
  top: 50%;
  color: #fff;
  height: 38px;
  transform: translateY(-50%);
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 300ms ease-in-out;
}
.hero-section .hero-slider__button:hover {
  box-shadow: 0px 0px 15px 1px black;
}
.hero-section .hero-slider__button--next {
  right: 10px;
}
.hero-section .hero-slider__button--next i {
  transform: translateX(2px);
}
.hero-section .hero-slider__button--prev {
  left: 10px;
}
.hero-section .hero-slider__button--prev i {
  transform: translateX(-2px);
}

.product-categ-section {
  position: relative;
  padding: 20px 2rem 10px 2rem;
}
.product-categ-section .slick_main_slider {
  position: relative;
  padding: 1rem;
  margin-top: 1rem;
  display: flex;
  flex-wrap: nowrap;
}
.product-categ-section .slick_main_slider .slick-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
.product-categ-section
  .slick_main_slider
  .slick-track
  .categ-item
  .categ-link
  .img-wrapper {
  /* padding: 10px; */
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  /* background-image: radial-gradient(95.56% 95.56% at 50% 50%, #fff 0, #bddeff 100%); */
  margin-bottom: 1rem;
  border: 3px solid transparent;
}
.product-categ-section
  .slick_main_slider
  .slick-track
  .categ-item
  .categ-link
  .img-wrapper
  img {
  transition: transform 1s cubic-bezier(0, 1, 0.5, 1), border 2s ease;
  max-width: 100%;
  height: auto;
  display: block;
}
.product-categ-section
  .slick_main_slider
  .slick-track
  .categ-item
  .categ-link
  .title-categ {
  color: #414042;
  font-size: 1rem;
  font-weight: bold;
}
.product-categ-section
  .slick_main_slider
  .slick-track
  .categ-item
  .categ-link:hover
  .img-wrapper {
  border: 3px dotted #ddd;
}
.product-categ-section
  .slick_main_slider
  .slick-track
  .categ-item
  .categ-link:hover
  img {
  transform: scale(1.1);
}
.product-categ-section
  .slick_main_slider
  .slick-track
  .categ-item
  .categ-link:hover
  .title-categ {
  color: #3d8f27;
}

.product-listing-section {
  position: relative;
  padding: 20px 2rem 10px 2rem;
}
.product-listing-section .products-wrapper .products-list-wrapper {
  padding-top: 1rem;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card {
  background: #fff;
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid transparent;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  margin: 1.25rem auto;
  transition: all 0.2s ease-in-out;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card
  .activity-btns {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: top 0.3s ease;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 0.25rem;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.3s ease;
  z-index: 1;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card
  .activity-btns
  a {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card
  .activity-btns
  a:hover {
  background-color: #95e480;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card
  .pd-img {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
  width: 230px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.pd-product {
  overflow: hidden;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card
  .pd-img
  img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card
  .category {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card
  .category
  > span {
  padding: 12px 30px;
  border: 1px solid #313131;
  background: #212121;
  color: #fff;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  border-radius: 27px;
  transition: all 0.05s ease-in-out;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card
  .title-product
  a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  font-weight: 700;
  -webkit-box-orient: vertical;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card
  .buy-btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card
  .rating-product
  .rating-list
  .rating {
  color: #ffa41d;
}
.tp-product-details-wrapper .rating-product .rating-list .rating {
  color: #ffa41d;
}
.like-btn i {
  color: #3d8f27;
}
.rating-product {
  margin-bottom: 10px;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card
  .card-footer {
  background-color: #3d8f27;
  display: flex;
  border-radius: 30px;
  justify-content: center;
  width: 100%;
  margin: auto;
  max-width: 170px;
  cursor: pointer;
}
.product-price {
  margin-top: 8px;
  margin-bottom: 6px;
}
.current-price {
  color: #3d8f27;
  font-weight: 700;
  margin-left: 0;
  font-size: 15px;
}
.original-price {
  color: #878787;
  margin-left: 6;
  font-size: 14px;
  text-decoration: line-through;
}
.product-discount {
  font-size: 13px;
  max-width: 110px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  background-color: #fff;
  color: #f44336;
  text-align: center;
  display: inline-block;
  padding: 1px 5px;
  letter-spacing: 0px;
  line-height: 20px;
  position: relative;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card
  .card-footer
  .pd-left
  span {
  font-weight: bold;
  font-size: 1rem;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card
  .card-footer
  > * {
  color: #fff;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card:hover {
  box-shadow: none;
  border-color: #3d8f27;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card:hover
  .activity-btns {
  right: -20px;
  visibility: visible;
  opacity: 1;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card:hover
  .pd-img {
  /* padding: 1.5rem; */
  transform: scale(1.1);
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card:hover
  .title-product
  a {
  color: #3d8f27;
}
.product-listing-section
  .products-wrapper
  .products-list-wrapper
  .product-card:hover
  .category
  span {
  border-color: #ddd;
  box-shadow: none;
  padding: 11px 28px;
}
.product-listing-section .slick_main_slider_list .slick-track {
  display: flex;
  gap: 1rem;
}
.slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #3d8f27 !important;
  border-radius: 50%;
}
.slick-arrow::before {
  font-size: 1rem;
  color: #fff;
  opacity: 1;
}
.slick-arrow.slick-next {
  right: -3.5%;
}
.slick-arrow.slick-prev {
  left: -3.5%;
}
.product-listing-section
  .products-wrapper
  .sec-header
  .section-heading-explore {
  text-align: center !important;
}
.no-result-wrapper h4 {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.home-newsletter {
  padding: 5rem 1rem;
  background-color: #3d8f27;
}
.home-newsletter .single {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.home-newsletter .single h2 {
  color: #fff;
  text-transform: uppercase;
}
.home-newsletter .single .form-control {
  height: 50px;
  border-color: transparent;
  border-radius: 20px 0 0 20px;
}
.home-newsletter .single .form-control:focus {
  box-shadow: none;
  border-color: #243c4f;
}
.home-newsletter .single .btn {
  min-height: 50px;
  border-radius: 0 20px 20px 0;
  background: #243c4f;
  color: #fff;
}

.feature-area {
  padding: 3rem 2rem;
}
.feature-area .feature-item {
  background-color: rgba(203, 72, 72, 0.05);
  padding: 29px 40px 25px;
}
@media (min-width: 1200px) {
  .feature-area .feature-item.first-item {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  }
  .feature-area .feature-item.fourth-item {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.feature-area .feature-item .feature-icon {
  margin-right: 1rem;
}
.feature-area .feature-item .feature-icon span {
  color: #3d8f27;
  display: inline-block;
  font-size: 1.5rem;
  min-width: 30px;
}
.feature-area .feature-item .feature-content .feature-title {
  font-size: 1rem;
  margin-bottom: 0;
}
.feature-area .feature-item .feature-content p {
  font-size: 14px;
  margin-bottom: 0;
}

footer {
  padding: 4rem 2rem 1rem;
  background-color: #f4f7f9;
}
footer .tp-footer-area .tp-footer-widget {
  margin-bottom: 3rem;
  padding-right: 5rem;
}
footer
  .tp-footer-area
  .tp-footer-widget
  .tp-footer-widget-content
  .tp-footer-logo {
  margin-bottom: 1.5rem;
}
footer
  .tp-footer-area
  .tp-footer-widget
  .tp-footer-widget-content
  .tp-footer-desc {
  color: #414042;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.44;
}
footer
  .tp-footer-area
  .tp-footer-widget
  .tp-footer-widget-content
  .tp-footer-social
  a {
  color: #414042;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(1, 15, 28, 0.2);
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 38px;
  transition: all 0.15s ease;
}
footer
  .tp-footer-area
  .tp-footer-widget
  .tp-footer-widget-content
  .tp-footer-social
  a:hover {
  background-color: #3d8f27;
  box-shadow: none;
  color: #fff;
}
footer .tp-footer-area .tp-footer-widget .tp-footer-widget-title {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}
footer
  .tp-footer-area
  .tp-footer-widget
  .tp-footer-widget-content
  ul
  li:not(:last-child) {
  margin-bottom: 7px;
}
footer .tp-footer-area .tp-footer-widget .tp-footer-widget-content ul a {
  color: #414042;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  position: relative;
}
footer
  .tp-footer-area
  .tp-footer-widget
  .tp-footer-widget-content
  ul
  a::before {
  background-color: #414042;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 3px;
}
footer .tp-footer-area .tp-footer-widget .tp-footer-widget-content ul a:hover {
  color: #3d8f27;
}
footer .tp-footer-area .tp-footer-bottom-wrapper {
  border-top: 1px solid rgba(1, 15, 28, 0.1);
  padding-bottom: 2rem;
  padding-top: 1rem;
}
footer .tp-footer-area .tp-footer-bottom-wrapper .tp-footer-copyright p {
  color: #888a8c;
  font-size: 14px;
  margin-bottom: 0;
}
footer
  .tp-footer-area
  .tp-footer-bottom-wrapper
  .tp-footer-copyright
  .link-home {
  color: #3d8f27;
  font-size: 14px;
}

@media screen and (min-width: 991px) {
  #navToggleMenu {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  #navToggleMenu {
    display: auto;
  }
  .right-menu {
    justify-content: end;
  }
} /*# sourceMappingURL=styles.css.map */

/* Punit */
.required-star {
  color: red;
}
.form-group label {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}
/* .form-group input{
  margin-bottom: 25px;
} */
.form-group input:focus {
  border: 1px solid #000;
  box-shadow: none;
}
.login-btn {
  width: 100%;
  margin-top: 20px;
  color: #fff;
  background: #3d8f27;
  border: none;
  text-transform: uppercase;
}
.login-btn:hover {
  color: #fff;
}
.register-btn {
  width: 100%;
  margin-top: 20px;
  color: #fff;
  background: #3d8f27;
  border: none;
  text-transform: uppercase;
}
.register-btn:hover {
  color: #fff;
}
.forgot-btn {
  width: 100%;
  margin-top: 20px;
  color: #fff;
  background: #3d8f27;
  border: none;
  text-transform: uppercase;
}
.forgot-btn:hover {
  color: #fff;
}
.login-link,
.forgot-link,
.register-link {
  color: #000;
}

.login-link:hover,
.forgot-link:hover,
.register-link:hover {
  color: #3d8f27;
  font-weight: 600;
}
#registerContent {
  display: none;
}
#loginContent {
  display: none;
}
#forgotContent {
  display: none;
}
.tp-product-details-area {
  margin-top: 50px;
}
.whatsapp-icon {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}

.whatsapp-icon img {
  width: 70px;
}

.whatsapp-icon:hover {
  transform: scale(1.1);
}

h3,
h4 {
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
img,
svg {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  caption-side: bottom;
}
tbody,
td,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button {
  text-transform: none;
}
[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
textarea {
  resize: vertical;
}
.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
#review_email,
#review_name,
#message {
  background-color: #fff;
  border: 1px solid #e0e2e3;
  color: #000;
  font-size: 14px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #000;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  margin-bottom: calc(1px * -1);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #dee2e6 #dee2e6 #fff;
  isolation: isolate;
}
.nav-tabs .nav-link:disabled {
  background-color: transparent;
  border-color: transparent;
  color: var(--bs-nav-link-disabled-color);
}
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #000;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(
    var(--bs-border-radius-lg) - var(--bs-border-width)
  );
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: #dee2e6;
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-border-color: #dee2e6;
  --bs-modal-footer-border-width: var(--bs-border-width);
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: var(--bs-modal-zindex);
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.w-100 {
  width: 100% !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
  align-items: center;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  overflow: clip;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-scrollbar-lock {
  display: none;
}

.fa-brands,
.fa-regular,
.fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.tp-product-action-btn-3 svg,
.tp-product-details-action-sm-btn svg {
  transform: translateY(-2px);
}
.tp-product-add-cart-btn-large,
.tp-product-tooltip {
  font-family: var(--tp-ff-roboto);
}
.tp-product-action-btn-3 .tp-product-tooltip,
.tp-product-item-3
  .tp-product-add-cart-btn-large-wrapper
  .tp-product-add-cart-btn-large {
  font-family: var(--tp-ff-jost);
}
.breadcrumb__list span:not(:last-child):after {
  transform: translateY(-50%);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
h3,
h4 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  transition: color 0.3s ease-out 0s;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
ul {
  margin: 0;
  padding: 0;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #000;
  text-decoration: none;
}
a,
button {
  background: transparent;
  border: none;
  color: inherit;
  outline: none;
}
.cursor-pointer,
button:hover {
  cursor: pointer;
}
button:focus {
  outline: 0;
}
input[type="email"]:focus::placeholder,
input[type="text"]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}
textarea {
  line-height: 1.4;
  padding-bottom: 17px;
  padding-top: 17px;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}
.m-img img {
  max-width: 70%;
}
.fix {
  overflow: hidden;
}
.z-index-1 {
  z-index: 1;
}
.p-relative {
  position: relative;
}
.include-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.mr-40 {
  margin-right: 40px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mr-15 {
  margin-right: 15px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-95 {
  padding-top: 95px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-120 {
  padding-top: 120px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pr-110 {
  padding-right: 110px;
}
.pr-40 {
  padding-right: 40px;
}
.tp-swiper-scrollbar {
  background-color: #edeff2;
  height: 2px;
}
.tp-swiper-scrollbar .tp-swiper-scrollbar-drag {
  background-color: #000;
  height: 100%;
}
.tp-swiper-scrollbar .tp-swiper-scrollbar-drag:hover {
  cursor: pointer;
}
.tp-swiper-scrollbar:focus,
.tp-swiper-scrollbar:hover {
  transform: scaleY(3);
}
.breadcrumb__list span {
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.breadcrumb__list span:not(:last-child) {
  margin-right: 5px;
  padding-right: 12px;
}
.breadcrumb__list span:not(:last-child):after {
  background-color: #a8acb0;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 4px;
}
.breadcrumb__list span a:hover {
  color: #3d8f27;
}
.breadcrumb__style-2 .breadcrumb__list span:last-child {
  color: #000;
}
.breadcrumb__style-2 .breadcrumb__list span.breadcrumb-icon {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb__style-2 .breadcrumb__list span.breadcrumb-icon svg {
  transform: translateY(-3px);
}
.breadcrumb__style-2 .breadcrumb__list.has-icon span:first-child:after {
  display: none;
}
.tp-tab .nav-tabs,
.tp-tab .nav-tabs .nav-link {
  border: 0;
  margin: 0;
  padding: 0;
}
.tp-section-title-6 {
  font-size: 44px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-6 {
    font-size: 45px;
  }
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-6 {
    font-size: 30px;
  }
}
.tp-section-title-pre-6 {
  color: #3d8f27;
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
}
.video-overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  z-index: -1;
}
.video-overlay-close {
  color: #fff;
  cursor: pointer;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 15px;
  transition: all 0.2s;
  z-index: 1000;
}
.tp-product-tooltip {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  opacity: 0;
  padding: 4px 6px;
  right: 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  visibility: hidden;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.tp-product-tooltip,
.tp-product-tooltip:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tp-product-tooltip:before {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #000;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  right: -4px;
  width: 0;
}
.tp-product-add-cart-btn-large {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 30px;
  text-transform: capitalize;
  width: 100%;
}
.tp-product-add-cart-btn-large-wrapper {
  bottom: -40px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  width: 100%;
}
.tp-product-add-cart-btn-large:hover {
  background-color: #3d8f27;
  color: #fff;
}
.tp-product-related-slider .tp-swiper-scrollbar {
  background-color: #edeff2;
  margin: auto;
  width: calc(100% - 410px);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-related-slider .tp-swiper-scrollbar {
    width: calc(100% - 100px);
  }
}

/* #productDetailsNavContent {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
} */
.tp-product-item-3:hover .tp-product-thumb-3 img {
  transform: scale(1.1);
}
.tp-product-item-3:hover .tp-product-action-3 {
  opacity: 1;
  right: 20px;
  visibility: visible;
}
.tp-product-item-3:hover .tp-product-add-cart-btn-large-wrapper {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.tp-product-item-3
  .tp-product-add-cart-btn-large-wrapper
  .tp-product-add-cart-btn-large {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 30px;
}
.tp-product-item-3
  .tp-product-add-cart-btn-large-wrapper
  .tp-product-add-cart-btn-large:hover {
  background-color: #bd844c;
}
.tp-product-item-3.tp-product-style-primary .tp-product-title-3 a:hover {
  color: #3d8f27;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-item-3.tp-product-style-primary .tp-product-thumb-3 img {
    width: 100%;
  }
}
.tp-product-item-3.tp-product-style-primary
  .tp-product-add-cart-btn-large-wrapper
  .tp-product-add-cart-btn-large:hover {
  background-color: #3d8f27;
}
.tp-product-title-3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}
.tp-product-title-3 a:hover {
  color: #bd844c;
}
.tp-product-tag-3 span {
  color: var(--tp-text-2);
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
.tp-product-tag-3 span:hover {
  color: #bd844c;
}
.tp-product-thumb-3 img {
  width: 100%;
}
.tp-product-price-3 {
  font-size: 16px;
  font-weight: 500;
}
.tp-product-price-3 {
  color: #000;
}
.tp-product-action-3 {
  bottom: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 20px;
  visibility: hidden;
  z-index: 1;
}
.tp-product-action-btn-3 {
  background: #fff;
  border: 1px solid #dfe0e1;
  box-shadow: 0 1px 1px rgba(1, 15, 28, 0.1);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 4px;
  position: relative;
  width: 40px;
}
.tp-product-action-btn-3:last-child {
  margin-bottom: 0;
}
.tp-product-action-btn-3 .tp-product-tooltip {
  font-size: 12px;
  font-weight: 600;
}
.tp-product-action-btn-3:hover {
  background: #000;
  border-color: #000;
  box-shadow: 0 1px 1px rgba(1, 15, 28, 0.1);
  color: #fff;
}
.tp-product-action-btn-3:hover .tp-product-tooltip {
  opacity: 1;
  transform: translateX(-8px) translateY(-50%);
  visibility: visible;
}
.tp-product-details-wrapper {
  margin-left: 21px;
}
.tp-product-details-wrapper.has-sticky {
  position: sticky;
  top: 120px;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product-details-wrapper {
    margin-left: 0;
    margin-top: 50px;
  }
}
.tp-product-details-wrapper > p {
  font-size: 14px;
  line-height: 1.7;
}
.tp-product-details-wrapper > p span {
  color: #3d8f27;
  font-weight: 500;
}
.tp-product-details-nav-main-thumb {
  position: relative;
}
.tp-product-details-thumb-wrapper {
  margin-right: 20px;
  position: sticky;
  top: 120px;
}
.tp-product-details-thumb-wrapper .nav-tabs {
  margin-right: 10px;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link {
  height: 100px;
  position: relative;
  width: 78px;
  border: 1px solid #dedede;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link:after {
  background-color: transparent;
  border: 1px solid transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link.active:after,
.tp-product-details-thumb-wrapper .nav-tabs .nav-link:hover:after {
  border-color: #000;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link img {
  background-color: #f4f5f7;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.tp-product-details-category span {
  font-size: 16px;
  line-height: 1;
}
.tp-product-details-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.tp-product-details-stock {
  margin-right: 12px;
}
.tp-product-details-stock span {
  background-color: rgba(9, 137, 255, 0.06);
  color: #3d8f27;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 4px 12px;
}
.tp-product-details-rating {
  align-items: center;
  display: flex;
  margin-right: 11px;
}
.tp-product-details-rating span {
  color: #ffb21d;
  font-size: 12px;
}
.tp-product-details-rating span:not(:last-child) {
  margin-right: 3px;
}
.tp-product-details-price {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.tp-product-details-price,
.tp-product-details-price.new-price {
  color: #3d8f28;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}
.tp-product-details-price.old-price {
  color: #767a7d;
  font-size: 16px;
  font-weight: 400;
  text-decoration-line: line-through;
}
.span-discount {
  border: 1px solid #3d8f28;
  background-color: #fff;
  color: #3d8f28;
  font-weight: 400;
  font-size: 12px;
  top: 0;
  display: inline-block;
  padding: 4px 5px 3px;
  letter-spacing: 0px;
  margin-left: 5px;
  line-height: 18px;
  position: relative;
}
.tp-product-details-variation {
  margin-bottom: 30px;
}
.tp-product-details-variation-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 4px;
}
.tp-product-details-variation-list button {
  border-radius: 50%;
  display: inline-block;
  height: 26px;
  position: relative;
  transition: box-shadow 0.2s linear 0s;
  width: 26px;
}
.tp-product-details-variation-list button span[data-bg-color] {
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear 0s;
  width: 100%;
}
.tp-product-details-variation-list button .tp-color-variation-tootltip {
  background-color: #000;
  border-radius: 4px;
  bottom: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  left: 50%;
  line-height: 1;
  opacity: 0;
  padding: 4px 6px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%) translateY(2px);
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  visibility: hidden;
  width: -moz-max-content;
  width: max-content;
}
.tp-product-details-variation-list button .tp-color-variation-tootltip:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  bottom: -6px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.tp-product-details-variation-list button.active,
.tp-product-details-variation-list button:hover {
  box-shadow: 0 1px 2px rgba(1, 15, 28, 0.2);
}
.tp-product-details-variation-list button.active span[data-bg-color],
.tp-product-details-variation-list button:hover span[data-bg-color] {
  transform: translate(-50%, -50%) scale(0.7);
}
.tp-product-details-variation-list button:hover .tp-color-variation-tootltip {
  opacity: 1;
  transform: translateX(-50%) translateY(-6px);
  visibility: visible;
}
.tp-product-details-action-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
}
.tp-product-details-quantity .tp-product-quantity {
  border-radius: 0;
  width: 122px;
}
.tp-product-details-quantity .tp-cart-minus,
.tp-product-details-quantity .tp-cart-plus {
  border-radius: 50%;
  height: 24px;
  left: 14px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}
.tp-product-details-quantity .tp-cart-minus:hover,
.tp-product-details-quantity .tp-cart-plus:hover {
  background-color: #fff;
  color: #3d8f27;
}
.tp-product-details-quantity .tp-cart-plus {
  left: auto;
  right: 14px;
}
.tp-product-details-quantity .tp-cart-input[type="text"] {
  background-color: #f3f5f6;
  border: 0;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  width: 100%;
}
.tp-product-details-add-to-cart-btn {
  border: 1px solid #3d8f27;
  color: #3d8f27;
  font-size: 16px;
  padding: 9px 30px;
  text-align: center;
}
.tp-product-details-add-to-cart-btn:hover {
  background-color: #3d8f27;
  border-color: #3d8f27;
  color: #fff;
}
.tp-product-details-buy-now-btn {
  background-color: #3d8f27;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  color: #fff;
}
.tp-product-details-buy-now-btn:hover {
  color: #fff;
}
.tp-product-details-action-wrapper {
  margin-bottom: 17px;
}
.tp-product-details-action-sm {
  border-bottom: 1px solid #eaebed;
  margin-bottom: 25px;
  padding-bottom: 9px;
}
.tp-product-details-action-sm-btn {
  font-size: 16px;
  margin-bottom: 10px;
}
.tp-product-details-action-sm-btn:not(:last-child) {
  margin-right: 10px;
}
.tp-product-details-action-sm-btn svg {
  margin-right: 2px;
}
.tp-product-details-action-sm-btn:hover {
  color: #3d8f27;
}
.tp-product-details-query {
  margin-bottom: 22px;
}
.tp-product-details-query-item:not(:last-child) {
  margin-bottom: 3px;
}
.tp-product-details-query-item > span {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 5px;
}
.tp-product-details-query-item p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
.tp-product-details-social {
  margin-bottom: 22px;
}
.tp-product-details-social span {
  color: #000;
  font-size: 14px;
  margin-right: 2px;
}
.tp-product-details-social a {
  border: 1px solid #e6e7e8;
  border-radius: 50%;
  display: inline-block;
  height: 38px;
  line-height: 36px;
  margin-right: 5px;
  text-align: center;
  width: 38px;
}
.tp-product-details-social a:hover {
  background-color: #3d8f27;
  border-color: #3d8f27;
  color: #fff;
}
.tp-product-details-msg ul li {
  font-size: 14px;
  list-style: none;
  padding-left: 25px;
  position: relative;
}
.tp-product-details-msg ul li:after {
  color: #fff;
  content: url(https://shofy-nuxt.vercel.app/img/product/icons/check-3.svg);
  height: 18px;
  left: 0;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: 4px;
  transition: all 0.2s linear 0s;
  width: 18px;
}
.tp-product-details-payment {
  background-color: #f3f5f6;
  padding: 18px 30px;
}
.tp-product-details-payment p {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 46px;
}
.tp-product-details-desc-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-product-details-desc-title {
    font-size: 26px;
  }
}
.tp-product-details-desc-content {
  margin-bottom: 25px;
  padding-right: 45px;
}
@media (max-width: 575px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-details-desc-content {
    padding-right: 0;
  }
}
.tp-product-details-desc-content span {
  color: #000;
  font-size: 20px;
}
.tp-product-details-desc-content p {
  font-size: 16px;
  line-height: 1.6;
}
.tp-product-details-additional-info {
  padding-top: 60px;
}
.tp-product-details-additional-info table {
  border: 1px solid #e0e2e3;
  width: 100%;
}
.tp-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid #eceded;
}
.tp-product-details-additional-info table tr td {
  padding: 12px 34px;
}
.tp-product-details-additional-info table tr td:first-child {
  background-color: #f9f9f9;
  color: #000;
  font-size: 16px;
  width: 306px;
}
.tp-product-details-additional-info table tr td:last-child {
  color: var(--tp-text-body);
  font-size: 16px;
}
.tp-product-details-review-number {
  border: 1px solid #e0e2e3;
  padding: 35px 43px 33px 40px;
}
.tp-product-details-review-number-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.tp-product-details-review-summery {
  margin-bottom: 12px;
}
.tp-product-details-review-summery-value span {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  margin-right: 8px;
}
.tp-product-details-review-summery-rating {
  margin-right: 3px;
}
.tp-product-details-review-summery-rating span {
  color: #ffb21d;
}
.tp-product-details-review-summery-rating p {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 4px;
}
.tp-product-details-review-rating-item > span {
  color: #a0a2a4;
  font-size: 15px;
  margin-right: 10px;
}
.tp-product-details-review-rating-bar {
  background-color: #edeeee;
  height: 10px;
  margin-right: 12px;
  position: relative;
  width: 260px;
}
.tp-product-details-review-rating-bar-inner {
  background-color: #ffb21d;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.tp-product-details-review-rating-percent span {
  font-size: 14px;
}
.tp-product-details-review-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
}
.tp-product-details-review-avater:not(:last-child) {
  margin-bottom: 32px;
}
.tp-product-details-review-avater-thumb img {
  border-radius: 50%;
  height: 60px;
  margin-right: 20px;
  width: 60px;
}
.tp-product-details-review-avater-rating {
  line-height: 1;
  margin-bottom: 3px;
}
.tp-product-details-review-avater-rating span {
  color: #ffb21d;
  font-size: 10px;
  margin-right: 2px;
}
.tp-product-details-review-avater-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
}
.tp-product-details-review-avater-meta {
  font-size: 14px;
  margin-left: 3px;
  padding-left: 11px;
  position: relative;
}
.tp-product-details-review-avater-meta:after {
  background-color: #a8acb0;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 4px;
}
.tp-product-details-review-avater-comment p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-product-details-review-form {
    margin-top: 50px;
  }
}
.tp-product-details-review-form > p {
  font-size: 16px;
  margin-bottom: 8px;
}
.tp-product-details-review-form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}
.tp-product-details-review-form-rating {
  margin-bottom: 28px;
}
.tp-product-details-review-form-rating p {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 8px;
}
.tp-product-details-review-form-rating-icon span {
  color: #ffb21d;
  font-size: 12px;
}
.tp-product-details-review-input-wrapper {
  margin-bottom: 11px;
}
.tp-product-details-review-input-box {
  position: relative;
}
.tp-product-details-review-input-box:not(:last-child) {
  margin-bottom: 29px;
}
.tp-product-details-review-input input {
  background: #fff;
  border: 1px solid #e0e2e3;
  color: #000;
  font-size: 14px;
  height: 56px;
}
.tp-product-details-review-input input::placeholder {
  color: #95999d;
}
.tp-product-details-review-input textarea {
  height: 165px;
  resize: none;
}
.tp-product-details-review-input-title label {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  left: 20px;
  line-height: 1;
  padding: 0 5px;
  position: absolute;
  top: -7px;
}
.tp-product-details-review-remeber input {
  display: none;
}
.tp-product-details-review-remeber input:checked ~ label:after {
  background-color: #3d8f27;
  border-color: #3d8f27;
}
.tp-product-details-review-remeber input:checked ~ label:before {
  opacity: 1;
  visibility: visible;
}
.tp-product-details-review-remeber label {
  color: #55585b;
  font-size: 15px;
  padding-left: 26px;
  position: relative;
  z-index: 1;
}
.tp-product-details-review-remeber label:after {
  border: 1px solid #c3c7c9;
  content: "";
  z-index: -1;
}
.tp-product-details-review-remeber label:after,
.tp-product-details-review-remeber label:before {
  height: 18px;
  left: 0;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: 4px;
  transition: all 0.2s ease-out 0s;
  width: 18px;
}
.tp-product-details-review-remeber label:before {
  color: #fff;
  content: url(https://shofy-nuxt.vercel.app/img/product/icons/check.svg);
  opacity: 0;
  visibility: hidden;
}
.tp-product-details-review-remeber label:hover {
  cursor: pointer;
}
.tp-product-details-review-btn {
  background-color: #3d8f27;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 45px;
}
.tp-product-details-bottom {
  border-bottom: 1px solid #e0e2e3;
}
.tp-product-details-tab-nav .nav-tabs {
  border-bottom: 1px solid #e0e2e3;
  padding-bottom: 12px;
}
.tp-product-details-tab-nav .nav-tabs .nav-link {
  color: #a0a2a4;
  font-size: 20px;
  padding-left: 9px;
  padding-right: 7px;
  position: relative;
}
.tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
  margin-left: 40px;
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active,
.tp-product-details-tab-nav .nav-tabs .nav-link:hover {
  color: #000;
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active:after,
.tp-product-details-tab-nav .nav-tabs .nav-link:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-product-details-tab-line {
  background-color: #000;
  bottom: 0;
  display: block;
  height: 1px;
  position: absolute;
}
.tp-product-details-countdown {
  background-color: rgba(253, 75, 107, 0.05);
  border: 1px solid var(--tp-pink-1);
  padding: 10px 20px;
}
.tp-product-details-countdown-title {
  color: var(--tp-pink-1);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.tp-product-details-countdown-time ul {
  align-items: center;
  display: flex;
}
.tp-product-details-countdown-time ul li {
  color: var(--tp-pink-1);
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  position: relative;
}
.tp-product-details-countdown-time ul li:not(:last-child) {
  margin-right: 24px;
}
.tp-product-details-countdown-time ul li:not(:last-child):after,
.tp-product-details-countdown-time ul li:not(:last-child):before {
  background-color: var(--tp-pink-1);
  border-radius: 50%;
  content: "";
  height: 3px;
  position: absolute;
  right: -13px;
  top: 7px;
  width: 3px;
}
.tp-product-details-countdown-time ul li:not(:last-child):before {
  top: 15px;
}
.tp-product-modal .tp-product-details-thumb-wrapper {
  position: static;
}
.tp-product-modal .modal-dialog {
  --bs-modal-width: 1200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-product-modal .modal-dialog {
    --bs-modal-width: 1000px;
  }
}

.tp-product-modal-content {
  padding: 50px 50px 40px;
  position: relative;
}
.tp-product-modal .tp-product-details-action-sm {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tp-product-modal-close-btn {
  background-color: #fff;
  font-size: 25px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
}
.tp-product-quantity {
  border-radius: 20px;
  position: relative;
  width: 100px;
}
.tp-cart-minus,
.tp-cart-plus {
  color: #000;
  display: inline-block;
  font-size: 16px;
  left: 16px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.tp-cart-minus svg,
.tp-cart-plus svg {
  transform: translateY(-2px);
}
.tp-cart-minus:hover,
.tp-cart-plus:hover {
  color: var(--tp-theme-1);
  cursor: pointer;
}
.tp-cart-plus.tp-cart-plus {
  left: auto;
  right: 16px;
}
.tp-cart-plus.tp-cart-plus:after {
  left: 0;
  right: auto;
}
.tp-cart-input[type="text"] {
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 20px;
  font-size: 14px;
  height: 34px;
  padding: 0 30px;
  text-align: center;
}
.tp-cart-input[type="text"]:focus {
  outline: none;
}
#productDetailsNavThumb img {
  object-fit: fill;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link.active:after,
.tp-product-details-thumb-wrapper .nav-tabs .nav-link:hover:after {
  border-color: #000;
}

.error-message {
  color: red;
}
.error-border {
  border-color: red;
}
/* .fa {
  color: #3d8f27;
} */
/* 404 page error */
.tp-error-main-title {
  font-size: 100px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-110 {
  padding-top: 90px;
}
.pb-110 {
  padding-bottom: 90px;
}
.tp-error-title {
  font-size: 40px;
  font-weight: 500;
}
.tp-error-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
  padding: 0 70px;
}
.tp-error-btn:hover {
  background-color: #3d8f27;
  color: #fff;
}
.tp-error-btn {
  background-color: #ffffff;
  color: #3d8f27;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 30px;
  border: 2px solid #3d8f27;
  border-radius: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-error-title {
    font-size: 40px;
  }
  .tp-error-main-title {
    font-size: 60px;
  }
}

.tp-product-details-desc-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

.tp-product-details-desc-content table td {
  padding: 8px 12px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 16px;
}

.tp-product-details-desc-content table tr td:first-child {
  background-color: #f9f9f9;
  color: #000;
  font-size: 16px;
  width: 306px;
}

.tp-product-details-desc-content table th {
  background-color: #333;
  color: white;
  font-weight: bold;
  text-align: left;
}
.tp-product-details-desc-content ul {
  list-style: none;
  padding-left: 0;
  font-family: Arial, sans-serif;
}

.tp-product-details-desc-content ul li {
  margin-bottom: 8px;
}

.tp-product-details-desc-content ul strong {
  font-weight: bold;
  margin-right: 5px;
}
#about-us p {
  font-size: 16px;
}
#about-us h1 {
  font-size: 32px;
}
#about-us h2 {
  font-size: 28px;
}
#about-us h3 {
  font-size: 24px;
}
#about-us a {
  color: #0095ff;
}
#about-us a:hover {
  color: #3d8f27;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #about-us h1 {
    font-size: 26px;
  }
  #about-us p {
    font-size: 16px;
  }
  #about-us h2 {
    font-size: 22px;
  }
  #about-us h3 {
    font-size: 20px;
  }
}
.container {
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}

.heading {
  color: #3d8f27;
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
}

.contact-form,
.contact-details {
  flex-basis: calc(50% - 20px);
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

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

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

.contact_us_btn {
  width: 100%;
  background-color: #fff;
  color: #3d8f27;
  border: 1px solid #3d8f27;
  padding: 5px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  margin-top: 15px;
}
.contact_us_btn:hover {
  background-color: #3d8f27;
  color: #fff;
}

/* Add responsive styles for smaller screens */
@media (max-width: 768px) {
  .contact-form,
  .contact-details {
    flex-basis: 100%;
  }
}

/* .contact-form .form-group input{
  margin-bottom: 15px;
} */

.custom-modal {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.custom-modal-content {
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

.custom-close {
  position: absolute;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease;
}

.custom-close:hover {
  color: #3d8f27;
}

#cartItemsContainer {
  max-height: calc(100% - 210px);
  overflow-y: auto;
}

.cart-item {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  transition: background-color 0.3s;
}

.cart-item:hover {
  background-color: whitesmoke;
}

.cart-item-img {
  width: 120px;
  display: block;
  margin-right: 20px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.cart-item img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 5px;
}

.cart-item-details {
  flex: 1;
}
.total-price-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #3d8f27;
  padding: 15px;
}
.total-price-wrapper h5 {
  color: #fff;
  margin-bottom: 0;
}

.cart-item-details h3 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #333;

  font-size: 16px;
  max-width: 130px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.cart-item-details span {
  font-size: 14px;
  color: #777;
  display: block;
}

.quantity-control {
  display: flex;
  align-items: center;
}

.quantity-btn {
  font-size: 20px;
  cursor: pointer;
  margin: 0 10px;
  color: #333;
  transition: color 0.3s ease;
}

.quantity-btn:hover {
  color: #ff6262;
}

.custom-subtotal-section {
  position: absolute;
  bottom: 0;
  right: 0px;
  left: 0;
  height: 140px;
  margin: 0 5px;
}

.custom-cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.custom-cart-title {
  font-size: 16px;
  font-weight: bold;
}

.quantity {
  display: flex;
  gap: 1rem;
  align-items: center;
  border: 1px solid #000;
  width: max-content;
  padding: 2px;
  margin: 10px 0;
  background: white;
}
.removeItem-wrapper {
  position: absolute;
  left: 170px;
}

.cart-button {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.custom-modal.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 99999;
}

.not-found {
  margin: 50px 0;
  text-align: center;
}

.not-found h3 {
  margin-bottom: 20px;
}

.not-found p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.container-title h3 {
  font-size: 24px;
  text-align: center;
  color: #3d8f27;
}

.empty_cart_page {
  margin: 50px 0;
  text-align: center;
}

.empty_cart_page .logo-item {
  margin-bottom: 30px;
}

.cart_page_heading {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cart_page_txt {
  margin-bottom: 30px;
}

.shoping_btn {
  border: 1px solid #3d8f27;
  color: #3d8f27;
  font-size: 16px;
  padding: 9px 30px;
  text-align: center;
}

.shoping_btn:hover {
  color: #fff;
  background-color: #3d8f27;
}

.list-item:first-child .product-inner {
  border-top: 1px solid #eee;
  margin-top: 30px;
}

.product-image {
  width: 120px;
  min-width: 80px;
  margin-right: 20px;
  position: relative;
}

@media (min-width: 641px) {
  .list-item .product-inner {
    padding: 20px;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-image {
    width: 180px;
    margin-right: 30px;
    position: relative;
  }

  .product-info {
    margin: 15px 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.product-image img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 200px;
}

.remove-item {
  left: auto;
  right: 5px;
  top: 2px;
  z-index: 40;
  transition: 0.3s;
  position: absolute;
}

.delete-icon {
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  color: #222;
  opacity: 1;
  visibility: visible;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.delete-icon:hover {
  color: #fff;
  background-color: #3d8f27;
}

.delete-icon:hover i {
  color: #fff;
  background-color: #3d8f27;
}

.product-info {
  margin-top: 0 !important;
  flex: 1 0 0;
  max-width: calc(100% - 100px);
}

.product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: 1px solid #eee;
  border-top: 0;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-info__inner > a:hover {
  color: #3d8f27 !important;
}

ins .money {
  color: #3d8f27;
  font-weight: 600;
}

del {
  color: #878787;
  margin-left: 6px;
}

.add_to_cart {
  border-radius: 2px;
  background-color: #3d8f27;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s,
    box-shadow, opacity 0.25s;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.add_to_cart:hover {
  opacity: 0.85;
  color: #fff;
}
.cart-btn-wrapper {
  width: 100%;
}
.cart-btn-wrapper a {
  display: block;
}
.made-india {
  width: 100px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}
.body-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
/* Cart */
/* @media (min-width:768px){
  .col-md-4{flex:0 0 auto;width:33.33333333%;}
  .col-md-6{flex:0 0 auto;width:50%;}
  .col-md-8{flex:0 0 auto;width:66.66666667%;}
  }
  @media (min-width:992px){
  .col-lg-4{flex:0 0 auto;width:33.33333333%;}
  .col-lg-8{flex:0 0 auto;width:66.66666667%;}
  }
  @media (min-width:1200px){
  .col-xl-3{flex:0 0 auto;width:25%;}
  .col-xl-6{flex:0 0 auto;width:50%;}
  .col-xl-9{flex:0 0 auto;width:75%;}
  } */
@media (min-width: 768px) {
  .text-md-end {
    text-align: right !important;
  }
}
/*! CSS Used from: Embedded */
.tp-cart-checkout-shipping-option label:after,
.tp-cart-checkout-shipping-option label:before,
.tp-cart-minus,
.tp-cart-plus,
a,
button,
input {
  transition: all 0.3s ease-out 0s;
}
.tp-cart-list tr td .tp-cart-action-btn svg {
  transform: translateY(-2px);
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}
.tp-product-quantity {
  border-radius: 20px;
  position: relative;
  width: 100px;
}
.tp-cart-minus,
.tp-cart-plus {
  color: #000;
  display: inline-block;
  font-size: 16px;
  left: 16px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.tp-cart-minus svg,
.tp-cart-plus svg {
  transform: translateY(-2px);
}
.tp-cart-minus:hover,
.tp-cart-plus:hover {
  color: var(--tp-theme-1);
  cursor: pointer;
}
.tp-cart-plus.tp-cart-plus {
  left: auto;
  right: 16px;
}
.tp-cart-plus.tp-cart-plus:after {
  left: 0;
  right: auto;
}
.tp-cart-input[type="text"] {
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 20px;
  font-size: 14px;
  height: 34px;
  padding: 0 30px;
  text-align: center;
}
.tp-cart-input[type="text"]:focus {
  outline: none;
}
.tp-cart-header-product {
  padding-left: 30px !important;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cart-list {
    overflow-x: scroll;
  }
}
.tp-cart-list table {
  width: 100%;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cart-list table {
    width: 840px;
  }
}
.tp-cart-list thead {
  background-color: #f1f3f4;
}
.tp-cart-list thead th {
  border: 0 !important;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 9px !important;
  padding-top: 9px !important;
}
.tp-cart-list tr td {
  border-color: #e0e2e3;
}
.tp-cart-list tr td .tp-cart-action-btn {
  color: #818487;
  font-size: 14px;
  font-weight: 400;
}
.tp-cart-list tr td .tp-cart-action-btn:hover {
  color: #ff1826;
}
.tp-cart-list tbody tr {
  border-bottom: 1px solid #e0e2e3;
}
.tp-cart-list tbody tr td.tp-cart-img {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.tp-cart-img {
  margin-right: 20px;
  width: 78px;
}
.tp-cart-img img {
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 78px;
}
.tp-cart-title a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px;
}
.tp-cart-title a:hover {
  color: #3d8f27;
}
.tp-cart-price {
  width: 126px;
}
.tp-cart-price span {
  color: #000;
  font-size: 16px;
}
.tp-cart-quantity {
  width: 180px;
}

.tp-cart-coupon-input-box label {
  color: #000;
  font-size: 14px;
  margin-bottom: 7px;
}
.tp-cart-coupon-input input {
  background: #fff;
  border: 1px solid #d6d9dc;
  height: 46px;
  line-height: 46px;
  margin-right: 4px;
  max-width: 282px;
}
.tp-cart-coupon-input input::placeholder {
  color: #818487;
}
.tp-cart-coupon-input button {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
}
.tp-cart-coupon-input button:hover {
  background-color: #3d8f27;
  color: #fff;
}
.tp-cart-update-btn {
  background-color: #fff;
  border: 1px solid rgba(1, 15, 28, 0.1);
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 29px;
}
.tp-cart-update-btn:hover {
  background-color: #3d8f27;
  border-color: #3d8f27;
  color: #fff;
}
.tp-cart-checkout-wrapper {
  background: #fff;
  box-shadow: 0 30px 70px rgba(1, 15, 28, 0.1);
  margin-left: 15px;
  padding: 36px 24px 28px;
}
.tp-cart-checkout-top {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 19px;
  padding-bottom: 13px;
}
.tp-cart-checkout-top span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.tp-cart-checkout-shipping {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 15px;
  padding-bottom: 16px;
}
.tp-cart-checkout-shipping-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px;
}
.tp-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 4px;
}
.tp-cart-checkout-shipping-option input {
  display: none;
}
.tp-cart-checkout-shipping-option input:checked + label:after {
  border-color: #3d8f27;
}
.tp-cart-checkout-shipping-option input:checked + label:before {
  opacity: 1;
  visibility: visible;
}
.tp-cart-checkout-shipping-option label {
  color: #161c2d;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
}
.tp-cart-checkout-shipping-option label:hover {
  cursor: pointer;
}
.tp-cart-checkout-shipping-option label span {
  color: #3d8f27;
}
.tp-cart-checkout-shipping-option label:after {
  border: 1px solid #bcbcbc;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 16px;
}
.tp-cart-checkout-shipping-option label:before {
  background-color: #3d8f27;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 9px;
  visibility: hidden;
  width: 8px;
}
.tp-cart-checkout-total {
  margin-bottom: 25px;
}
.tp-cart-checkout-total span {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.tp-cart-checkout-btn {
  background-color: #3d8f27;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 30px;
  text-align: center;
}
.tp-cart-checkout-btn:hover {
  background-color: #3d8f27;
  color: #fff;
  opacity: 0.8;
}
.cartRemovebtn {
  background-color: #3d8f27;
  color: #fff;
  padding: 11px 15px;
  border-radius: 10px;
}
.cartRemovebtn i {
  color: #fff;
}
.cartRemovebtn:hover {
  opacity: 0.8;
}
.checkout-container input[type="email"],
.checkout-container input[type="text"],
.checkout-container textarea {
  background-color: #fff;
  border: 1px solid #e0e2e3;
  color: #000;
  font-size: 14px;
  height: 56px;
  line-height: 56px;
  outline: none;
  padding-left: 26px;
  padding-right: 26px;
  width: 100%;
}
.checkout-container select {
  background-color: #fff;
  border: 1px solid #e0e2e3;
  color: #000;
  font-size: 14px;
  height: 56px;
  outline: none;
  padding-left: 26px;
  padding-right: 26px;
  width: 100%;
}

.checkout-container input[type="email"]::placeholder,
.checkout-container input[type="text"]::placeholder,
.checkout-container textarea::placeholder,
.checkout-container select::placeholder {
  color: #95999d;
}

.checkout-container input[type="email"]:focus,
.checkout-container input[type="text"]:focus,
.checkout-container textarea:focus,
.checkout-container select:focus {
  border-color: #000;
}

.checkout-container input[type="email"]:focus::placeholder,
.checkout-container input[type="text"]:focus::placeholder,
.checkout-container textarea:focus::placeholder,
.checkout-container select:focus::placeholder {
  opacity: 0;
}

.checkout-container textarea {
  line-height: 1.4;
  padding-bottom: 17px;
  padding-top: 17px;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

.white-bg {
  background-color: #fff;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  color: #000;
  content: "\f107";
  font-family: var(--tp-ff-fontawesome);
  font-weight: 500;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  transition: all 0.15s ease-in-out;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  left: 0;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: scale(0.75) translateY(-21px);
  transform-origin: 50% 0;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option.selected {
  font-weight: 700;
}

.tp-order-info-list ul li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 15px 0;
}

.tp-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #e0e2e3;
}

.tp-order-info-list ul li span {
  color: #000;
  font-size: 15px;
}

.tp-order-info-list ul li.tp-order-info-list-header {
  padding-bottom: 12px;
  padding-top: 0;
}

.tp-order-info-list ul li.tp-order-info-list-header h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.tp-order-info-list ul li.tp-order-info-list-desc p {
  font-size: 15px;
  margin-bottom: 0;
}

.tp-order-info-list ul li.tp-order-info-list-desc p span {
  font-size: 15px;
  font-weight: 500;
}

.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
  color: #3d8f27;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span input {
  display: none;
}

.tp-order-info-list
  ul
  li.tp-order-info-list-shipping
  span
  input:checked
  ~ label:after {
  border-color: #3d8f27;
}

.tp-order-info-list
  ul
  li.tp-order-info-list-shipping
  span
  input:checked
  ~ label:before {
  opacity: 1;
  visibility: visible;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label {
  font-size: 14px;
  padding-right: 27px;
  position: relative;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
  color: #3d8f27;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
  cursor: pointer;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label:after {
  border: 1px solid #bcbcbc;
  border-radius: 50%;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  top: 5px;
  transition: all 0.2s ease-out 0s;
  width: 16px;
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label:before {
  background-color: #3d8f27;
  border-radius: 50%;
  content: "";
  height: 8px;
  opacity: 0;
  position: absolute;
  right: 4px;
  top: 9px;
  transition: all 0.2s ease-out 0s;
  visibility: hidden;
  width: 8px;
}

.tp-order-info-list ul li.tp-order-info-list-total {
  padding: 14px 0;
}

.tp-order-info-list ul li.tp-order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}

.tp-checkout-verify-item {
  margin-bottom: 40px;
}

.tp-checkout-verify-item:not(:last-child) {
  margin-bottom: 14px;
}

.tp-checkout-verify-reveal {
  border: 1px dashed #aab0b2;
  color: #000;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 8px 26px;
  width: 100%;
}

.tp-checkout-verify-reveal button {
  color: #3d8f27;
  position: relative;
}

.tp-checkout-verify-reveal button:after {
  background-color: #3d8f27;
  bottom: 4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.tp-checkout-btn {
  background-color: #3d8f27;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
}

.tp-checkout-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.tp-checkout-input {
  margin-bottom: 20px;
}

.tp-checkout-input label {
  color: #000;
  font-weight: 500;
}

.tp-checkout-input label span {
  color: red;
}

.tp-checkout-input input,
.tp-checkout-input textarea {
  background: #fff;
  border: 1px solid #d5d8db;
  color: #000;
  height: 50px;
  width: 100%;
}

.tp-checkout-input input:focus,
.tp-checkout-input textarea:focus {
  border-color: #000;
}

.tp-checkout-input textarea {
  height: 200px;
  resize: none;
}

.tp-checkout-input .nice-select {
  border: 1px solid #d5d8db;
  border-radius: 0;
  color: #000;
  float: none;
  height: 50px;
  line-height: 48px;
  padding: 0 26px;
}

.tp-checkout-input .nice-select:after {
  right: 26px;
}

.tp-checkout-input .nice-select .list {
  border-radius: 0;
  margin-top: 0;
  padding: 12px 0;
  transform: scale(0.9) translateY(0);
  transform-origin: center center;
  width: 100%;
}

.tp-checkout-input .nice-select .list .option {
  line-height: 1.2;
  min-height: inherit;
  padding-bottom: 5px;
  padding-top: 5px;
}

.tp-checkout-input .nice-select .list .option:hover {
  color: #3d8f27;
}

.tp-checkout-option {
  margin-bottom: 4px;
}

.tp-checkout-option input {
  display: none;
}

.tp-checkout-option input:checked ~ label:after {
  background-color: #3d8f27;
  border-color: #3d8f27;
}

.tp-checkout-option input:checked ~ label:before {
  opacity: 1;
  visibility: visible;
}

.tp-checkout-option label {
  color: #55585b;
  font-size: 15px;
  padding-left: 26px;
  position: relative;
  z-index: 1;
}

.tp-checkout-option label:after {
  border: 1px solid #c3c7c9;
  content: "";
  z-index: -1;
}

.tp-checkout-option label:after,
.tp-checkout-option label:before {
  height: 18px;
  left: 0;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: 4px;
  transition: all 0.2s ease-out 0s;
  width: 18px;
}

.tp-checkout-option label:before {
  color: #fff;
  content: url(https://shofy-nuxt.vercel.app/img/product/icons/check.svg);
  opacity: 0;
  visibility: hidden;
}

.tp-checkout-option label:hover {
  cursor: pointer;
}

.tp-checkout-bill-area {
  background-color: #fff;
  padding: 45px 40px 24px;
}

.tp-checkout-bill-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 35px;
}

.tp-checkout-place {
  padding: 44px 50px 50px;
}

@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-checkout-place {
    margin-top: 50px;
  }
}

.tp-checkout-place-title {
  font-size: 26px;
  font-weight: 600;
  margin-right: 37px;
}

.tp-checkout-payment {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 24px;
  padding-bottom: 26px;
}

.tp-checkout-payment-item:not(:last-child) {
  margin-bottom: 10px;
}

.tp-checkout-payment-item input {
  display: none;
}

.tp-checkout-payment-item input:checked ~ label:after {
  border-color: #3d8f27;
}

.tp-checkout-payment-item input:checked ~ label:before {
  opacity: 1;
  visibility: visible;
}

.tp-checkout-payment-item label {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding-left: 27px;
  position: relative;
}

.tp-checkout-payment-item label:hover {
  cursor: pointer;
}

.tp-checkout-payment-item label:after {
  border: 1px solid #bcbcbc;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 5px;
  transition: all 0.2s ease-out 0s;
  width: 16px;
}
.tp-checkout-payment-item label:before {
  background-color: #3d8f27;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transition: all 0.2s ease-out 0s;
  visibility: hidden;
  width: 10px;
}
.tp-checkout-agree {
  margin-bottom: 24px;
}
.text-success-thankyou {
  color: #3d8f27;
}
.tp-btn {
  background-color: #3d8f27;
  border: 1px solid #3d8f27;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 26px;
}
.tp-btn:hover {
  opacity: 0.8;
}

.tp-contact-input input {
  background: #fff;
  border: 1px solid #e0e2e3;
  color: #000;
  font-size: 14px;
  height: 56px;
  width: 100%;
}
.tp-contact-input input::placeholder {
  color: #95999d;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .profile__tab {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
.profile__tab .nav-tabs {
  background-color: #fff;
  border: 0;
  box-shadow: 0 30px 50px rgba(5, 47, 40, 0.12);
  margin: 0;
  padding: 0;
}
.profile__tab .nav-tabs .nav-link {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: var(--tp-text-1);
  font-size: 15px;
  font-weight: 500;
  padding: 14px 30px;
  position: relative;
  text-align: left;
}
.profile__tab .nav-tabs .nav-link span {
  margin-right: 7px;
}
.profile__tab .nav-tabs .nav-link.active {
  background-color: rgba(9, 137, 255, 0.06);
  color: #3d8f27;
}
.profile__tab .nav-tabs .nav-link.active:hover {
  background-color: rgba(9, 137, 255, 0.06);
}
.profile__tab .nav-tabs .nav-link:hover {
  background-color: var(--tp-grey-16);
}
.profile__tab .tp-tab-menu {
  position: relative;
}
.profile__tab-content {
  background-color: #fff;
  box-shadow: 0 30px 50px rgba(5, 47, 40, 0.12);
  padding: 25px 30px 30px;
}
.profile__info-title {
  font-size: 20px;
  margin-bottom: 25px;
}
.profile__input {
  margin-bottom: 25px;
  position: relative;
}
.profile__input > span {
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.profile__input > span svg {
  transform: translateY(-2px);
}
.profile__input input,
.profile__input textarea {
  background-color: #fff;
  border: 1px solid #eaeaef;
  color: #000;
  height: 60px;
  line-height: 60px;
  outline: 0;
  padding: 0 25px 0 50px;
  width: 100%;
}
.profile__input input:focus,
.profile__input textarea:focus {
  border-color: #3d8f27;
}
.profile__input textarea {
  height: 200px;
  line-height: 1.5;
  padding: 20px;
  resize: none;
}
.profile__input .nice-select {
  border: 1px solid #eaeaef;
  border-radius: 0;
  float: none;
  height: 60px;
  line-height: 58px;
  padding-left: 27px;
  width: 100%;
}
.profile__input .nice-select .current {
  color: #000;
}
.profile__input .nice-select:after {
  color: #000;
  right: 25px;
}
.profile__input .nice-select .list {
  border-radius: 0;
  margin-top: 0;
  padding: 13px 8px;
  transform: scale(0.9) translateY(0);
  transform-origin: center center;
  width: 100%;
}
.profile__input .nice-select .list .option:hover {
  color: #000;
}
.profile__password input {
  padding: 0 20px;
}
.profile__ticket {
  border: 1px solid #eaeaef;
  max-height: 500px;
}
.profile__ticket table thead tr {
  background-color: transparent;
}
.profile__ticket table th {
  border-color: #eaeaef;
  box-shadow: none;
}
.profile__ticket table td,
.profile__ticket table th {
  color: #000;
}
.profile__ticket table tbody > tr:first-child {
  background-color: transparent;
}
.profile__ticket table tbody > tr:not(:last-child) {
  border-bottom: 1px solid #eaeaef;
}
.profile__ticket table tbody > tr td,
.profile__ticket table tbody > tr th {
  color: #000;
  vertical-align: middle;
}
.profile__ticket table tbody > tr > th {
  padding-left: 15px;
  padding-right: 15px;
}
.profile__ticket table tbody > tr th[scope="row"] {
  color: #3d8f27;
}
.profile__ticket table tbody > tr td[data-info="status done"] {
  color: #3d8f27;
}
.profile__ticket table tbody > tr td[data-info="status pending"] {
  color: #6364db;
}
.profile__ticket table tbody > tr td[data-info="status reply"] {
  color: #d93d1e;
}
.profile__ticket table tbody > tr td[data-info="status hold"] {
  color: #ffb422;
}
.profile__ticket table tbody > tr td[data-info="status transit"] {
  color: #08af5c;
}
.profile__ticket table tbody > tr td[data-info="status returned"] {
  color: #8f2754;
}
.profile__ticket .table {
  margin-bottom: 0;
}
.profile__ticket .table > :not(:first-child) {
  border-color: #eaeaef;
  border-top-width: 1px;
}
.profile__ticket .table > :not(caption) > * > * {
  border: 0;
  box-shadow: none;
  padding: 1rem 1.5rem;
}

.profile__address-title {
  font-size: 22px;
  margin-bottom: 20px;
}
.profile__address-icon span {
  display: inline-block;
  margin-right: 20px;
  min-width: 45px;
}
.profile__address-icon span svg {
  width: 45px;
}
.profile__address-icon span svg path {
  fill: #3d8f27;
}
.profile__address-icon {
  margin-bottom: 10px;
}
.profile__address-content p {
  font-size: 14px;
  margin-bottom: 5px;
}
.profile__address-content p span {
  color: #000;
  font-weight: 500;
  margin-right: 7px;
}
.profile__notification-title {
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}
.profile__notification-item .form-check-input {
  box-shadow: none;
  height: 20px;
  margin-top: 0;
  width: 40px;
}
.profile__notification-item .form-check-label {
  color: #000;
  font-size: 16px;
  margin-left: 10px;
}
.profile__notification-item .form-check-label:hover {
  color: #000;
  cursor: pointer;
}
.profile__notification-item .form-check-input:checked {
  background-color: #3d8f27;
  border-color: #3d8f27;
}
.profile__btn .tp-btn {
  padding: 14px 39px;
}
.profile__main-thumb {
  position: relative;
  width: 75px;
  height: 75px;
  background-color: #3d8f27;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
.profile__main-thumb img {
  border-radius: 50%;
  height: 80px;
  margin-right: 16px;
  width: 80px;
}
.profile__main-thumb-edit input {
  display: none;
}
.profile__main-thumb-edit label {
  background-color: #3d8f27;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 8px;
  color: #fff;
  height: 30px;
  line-height: 24px;
  position: absolute;
  right: 8px;
  text-align: center;
  width: 30px;
}
.profile__main-thumb-edit label i {
  margin-left: 2px;
}
.profile__main-thumb-edit label:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.profile__main-title {
  font-size: 24px;
  margin-bottom: 0;
}
.profile__main-content p {
  font-size: 14px;
  margin-bottom: 0;
}
.profile__main-content p span {
  color: #3d8f27;
  font-weight: 500;
}
.profile__main-info-item {
  border: 1px solid #eaeaef;
  padding: 27px 30px 25px;
  text-align: center;
}

.profile__main-info-icon {
  margin-bottom: 15px;
  position: relative;
}
.profile__main-info-icon > span {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  width: 60px;
}
.profile__main-info-icon > span svg {
  width: 60px;
}
.profile__main-info-icon > span svg path {
  fill: #000;
}
.profile__main-info-icon .profile-icon-count {
  background-color: #3d8f27;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  height: 25px;
  line-height: 20px;
  position: absolute;
  right: -8px;
  top: 2px;
  width: 25px;
}
.profile__main-info-title {
  font-size: 18px;
  margin-bottom: 0;
}

.profile__shape-1 {
  bottom: 32%;
  position: absolute;
  right: -10%;
  z-index: -1;
}
.profile__shape-2 {
  bottom: 14%;
  position: absolute;
  right: -19%;
  z-index: -1;
}
.profile__shape-3 {
  left: -12%;
  position: absolute;
  top: 12%;
  z-index: -1;
}
.profile__shape-4 {
  bottom: 10%;
  left: -7%;
  position: absolute;
  z-index: -1;
}
.profile__shape-5 {
  position: absolute;
  right: -20%;
  top: 43%;
  z-index: -1;
}
.profile__shape-6 {
  position: absolute;
  right: -4%;
  top: 9%;
  z-index: -1;
}
.tp-logout-btn {
  border: 1px solid rgba(1, 15, 28, 0.12);
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 18px;
  text-align: center;
}
.tp-logout-btn:hover {
  background-color: #3d8f27;
  border-color: #3d8f27;
  color: #fff;
}
.tp-profile-input-box {
  margin-bottom: 34px;
  position: relative;
}
.tp-profile-input input {
  background: #fff;
  border: 1px solid #e0e2e3;
  color: #000;
  font-size: 14px;
  height: 56px;
  width: 100%;
}
.tp-profile-input input::placeholder {
  color: #95999d;
}
.tp-profile-input-title label {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  left: 20px;
  line-height: 1;
  padding: 0 5px;
  position: absolute;
  top: -7px;
}
.profile__main-thumb-edit label,
a,
button,
input,
li,
p,
textarea {
  transition: all 0.3s ease-out 0s;
}
.addressDiv {
  border: 1px solid #dedede;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.addressBtn {
  background-color: #3d8f27;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 6px;
}
.addressBtn:hover {
  opacity: 0.8;
  color: #fff;
}
#star-rating-container .rating-group {
  display: inline-flex;
}
#star-rating-container .rating__icon {
  pointer-events: none;
}
#star-rating-container .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#star-rating-container .rating__input--none {
  display: none;
}
#star-rating-container .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
#star-rating-container .rating__icon--star {
  color: orange;
}
#star-rating-container
  .rating__input:checked
  ~ .rating__label
  .rating__icon--star {
  color: #ddd;
}
#star-rating-container .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#star-rating-container
  .rating__input:hover
  ~ .rating__label
  .rating__icon--star {
  color: #ddd;
}
.tp-product-details-review-avater-thumb {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #3d8f27;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}

.tp-select-bill-address {
  margin-bottom: 30px;
}
.address-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.address-card {
  flex-basis: calc(50% - 20px);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s, box-shadow 0.2s;
}

.address-card .card-header {
  background-color: #3d8f28;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  opacity: 0.7;
}

.address-card .card-body {
  padding: 10px;
}

.address-card:hover {
  background-color: #f0f0f0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.address-card.selected .card-header {
  background-color: #3d8f28;
  opacity: 1;
  color: #fff;
}
.separator {
  text-align: center;
  margin-top: 20px;
}

.line {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  position: relative;
}

.line::before,
.line::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 45%; /* Adjust this value for the line length */
  background-color: #999;
  height: 1px;
}

.or {
  background-color: #fff;
  color: #999;
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.profile__address .address-container {
  max-height: 500px;
  overflow: auto;
}
.profile__ticket .table {
  max-height: 500px;
  overflow: auto;
}
.toastr-btn {
  background-color: #adb4bf;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 15px;
}
.header-menu-bottom li.drop-down {
    min-height: 126px;
}


/* submenu */
.header-menu-bottom .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu-bottom .content a,
.header-menu-bottom .content a:hover,
.header-menu-bottom .content a.active,
.header-menu-bottom .content a:active,
.header-menu-bottom .content a:visited,
.header-menu-bottom .content a:focus {
  color: #333;
  text-decoration: none;
  /* background: #fff; */
  background: #f9f9f9;
}

.header-menu-bottom {
  position: relative;
  z-index: 1;
  background: #23364b;
}

.header-menu-bottom .content {
  max-width: 1000px;
  margin: 0 auto;
}

.header-menu-bottom span.drop-icon {
  width: 64px;
  height: 64px;
  display: inline-block;
  margin-bottom: 5px;
}

.header-menu-bottom span.drop-icon  img{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
} 

.header-menu-bottom .exo-menu {
  width: 100%;
  /* float: left; */
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
}

.header-menu-bottom .exo-menu > li {
  display: inline-block;
  /* float: left; */
}
.header-menu-bottom .exo-menu li a .drop-text {
  font-size: 13px;
}

.header-menu-bottom .exo-menu li.drop-down a .icon {
  transition: transform 0.3s ease-in-out;
}
  .header-menu-bottom .exo-menu li.drop-down a:hover .icon {
  transform: rotate(180deg);
}

.header-menu-bottom .exo-menu > li > a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  border-right: none;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.header-menu-bottom .exo-menu > li > a.active,
.header-menu-bottom .exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
  /* background: #009fe1;
  color: #fff; */
  background: #ffffff;
  color: #000;
}

.header-menu-bottom li.drop-down,
.header-menu-bottom .flyout-right:first-child {
  position: relative;
}

.header-menu-bottom li.drop-down > ul {
  left: 0px;
  min-width: 230px;
}
.header-menu-bottom .drop-down-ul {
  display: none;
}
.header-menu-bottom .flyout-right > ul {
  top: 0;
  min-width: 200px;
  display: none;
  /* border-left: 1px solid #365670; */
}

.header-menu-bottom li.drop-down > ul > li > a,
.header-menu-bottom .flyout-right ul > li > a {
  /* color: #fff;
  display: block;
  padding: 20px 22px;
  text-decoration: none;
  background-color: #365670; */
  color: #333;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #fff;
  /* border-bottom: 1px dotted #547787; */
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.header-menu-bottom .flyout-right ul > li > a {
  border-bottom: 1px dotted #b8c7bc;
}

/*common*/

.header-menu-bottom .flyout-right ul > li > a {
  /* background-color: #547787; */
  background-color: #f9f9f9;
}

/*hover*/
.drop-down-ul:hover,
li.flyout-right > ul:hover,
li.flyout-right a:hover + ul,
li.drop-down > a:hover + .drop-down-ul,
li.flyout-mega > a:hover + .flyout-mega-wrap {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*responsive*/
@media (min-width: 767px) {
  .exo-menu > li > a {
    display: block;
    padding: 20px 22px;
  }
}

.flyout-right > ul,
li.drop-down > ul {
  position: absolute;
}

.flyout-right > ul {
  left: 100%;
}

@media (max-width: 767px) {
  .exo-menu {
    min-height: 58px;
    background-color: #23364b;
    width: 100%;
  }

  .exo-menu > li > a {
    width: 100%;
    display: none;
  }
  .exo-menu > li {
    width: 100%;
  }
  .display.exo-menu > li > a {
    display: block;
    padding: 20px 22px;
  }

  .mega-menu,
  .Images,
  .Blog,
  .flyout-right > ul,
  .flyout-left > ul,
  li.drop-down > ul {
    position: relative;
  }
}

@media (max-width: 370px) {
  header .navbar-brand img {
    width: 100px;
  }
}
@media only screen and (min-width: 371px) and (max-width: 575px) {
  header .navbar-brand img {
    width: 125px;
  }
}
@media (max-width: 575px) {
  .tp-product-related-slider .tp-swiper-scrollbar {
    width: 100%;
  }
  .tp-product-details-nav-main-thumb {
    display: flex;
    justify-content: center;
    height: 500px;
  }
  .section-heading {
    font-size: 18px;
  }
  .product-categ-section
    .slick_main_slider
    .slick-track
    .categ-item
    .categ-link
    .title-categ {
    font-size: 14px;
  }
  .profile__main-thumb img {
    margin-bottom: 20px;
  }
  .profile__main-inner {
    margin-bottom: 20px;
  }
  .profile__address-icon span {
    margin-bottom: 20px;
  }
  .tp-checkout-bill-area {
    padding: 45px 25px 24px;
  }
  #about-us h1 {
    font-size: 24px;
  }
  #about-us p {
    font-size: 14px;
  }
  #about-us h2 {
    font-size: 20px;
  }
  #about-us h3 {
    font-size: 16px;
  }
  .tp-error-title {
    font-size: 30px;
  }
  .tp-error-content p {
    padding: 0;
  }
  .tp-error-main-title {
    font-size: 40px;
  }
  .tp-product-modal-content {
    padding: 50px 25px 40px;
  }
  .tp-product-modal .tp-product-details-title {
    font-size: 20px;
  }
  .tp-product-details-countdown-title {
    margin-bottom: 7px;
  }
  .tp-product-details-tab-nav .nav-tabs .nav-link:after {
    background-color: #000;
    bottom: -1px;
    content: "";
    height: 2px;
    left: auto;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
  }
  .tp-product-details-tab-nav .nav-tabs span#productTabMarker {
    display: none !important;
  }
  .tp-product-details-tab-nav .nav-tabs {
    padding-bottom: 0;
  }
  .tp-product-details-review-list {
    padding-right: 0;
  }
  .tp-product-details-review-rating-bar {
    width: 130px;
  }
  .tp-product-details-review-number {
    padding: 35px 25px 33px;
  }
  .tp-product-details-additional-info {
    overflow-x: scroll;
  }
  .tp-product-details-desc-content {
    padding-left: 0;
  }
  .tp-product-details-desc-title {
    font-size: 22px;
  }
  .tp-product-details-payment p {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .tp-product-details-payment p br {
    display: none;
  }
  .tp-product-details-thumb-wrapper .nav-tabs .nav-link {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .tp-product-action-3 {
    top: 30px;
  }
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .profile__main-info-item {
    margin-bottom: 25px;
  }
  .tp-cart-coupon {
    margin-bottom: 20px;
  }
  .profile__ticket {
    overflow-x: scroll;
  }
  .profile__ticket .table {
    width: 700px;
  }
  .profile__address-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .profile__shape {
    display: none;
  }
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cart-checkout-wrapper {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile__shape-3 {
    left: -4%;
  }
  .profile__shape-4 {
    left: 0;
  }
  .profile__shape-5 {
    right: 0;
  }
  .profile__shape-6 {
    right: 1%;
  }
  .tp-product-related-slider .tp-swiper-scrollbar {
    width: calc(100% - 200px);
  }
}
@media (max-width: 991px) {
  header .navbar {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
      rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 1rem 2px;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  header .header-menu-bottom {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
      rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  }
  .hero-section .hero-slider__slide h1 {
    font-size: 6.5rem;
  }
  .hero-section .hero-slider__slide h4 {
    font-size: 36px;
  }
  .container {
    max-width: 960px;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-product-modal .modal-dialog {
    --bs-modal-width: 850px;
  }
  .tp-product-details-payment p {
    margin-right: 25px;
  }
  .tp-product-details-wrapper {
    margin-left: 0;
  }
  .tp-product-related-slider .tp-swiper-scrollbar {
    width: calc(100% - 300px);
  }
  .tp-section-title-6 {
    font-size: 35px;
  }
  .profile__main-info-item {
    padding: 22px 0 20px;
  }
  .tp-checkout-place {
    padding: 35px 30px;
  }
  .tp-product-details-review-avater-thumb {
    width: 65px;
    height: 42px;
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.hero-section,
.hero-section .hero-slider__slide {
  height: 60vh;
}

@media (min-width: 1900px) {
  .hero-section,
  .hero-section .hero-slider__slide {
    height: 80vh;
  }
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.slick-prev:before {
  content: "\f053";
}

.slick-next:before {
  content: "\f054";
}

@media screen and (max-width: 1200px) {
  .hero-section,
  .hero-section .hero-slider__slide {
    height: 50vh;
  }
}

@media screen and (max-width: 991px) {
  .hero-section,
  .hero-section .hero-slider__slide {
    height: auto !important;
  }
  .hero-section .hero-slider__slide {
    max-width: 100%;
    min-height: 300px;
    max-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section .hero-slider__slide {
    min-height: 220px;
    max-height: 220px;
  }
}

@media screen and (max-width: 500px) {
  .hero-section .hero-slider__slide {
    min-height: 150px;
    max-height: 150px;
  }
  .hero-section .hero-slider__button {
    width: 25px;
    height: 25px;
    font-size: 13px;
  }
  .slick-arrow.slick-prev {
    left: -8.5%;
  }

  .slick-arrow.slick-next {
    right: -7.5%;
  }
}
@media (max-width: 500px) {
  .tp-product-details-nav-main-thumb img {
    pointer-events: none;
  }
  .tp-product-details-thumb-wrapper{margin-right: 0px;}
  .tp-product-details-thumb-wrapper{display: flex;
    flex-direction: column-reverse;
    gap: 10px;}
}
@media screen and (max-width: 390px) {
  .hero-section .hero-slider__slide {
    min-height: 150px;
    max-height: 150px;
  }
}
