/* ===============================
  General Style
==================================== */
html,
body {
  overflow-x: hidden;
  font-size: 16px;
  position: relative;
  background-color: #f7f7f8;
  -webkit-appearance: none;
  color: #212529;
}

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

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

a {
  color: #212529;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.mobile {
  display: none !important;
}

.md-screen {
  display: none;
}

.site-inner {
  max-width: 100%;
  padding: 0;
}

.content {
  width: 100%;
}

.entry-header {
  display: none;
}

.entry-content ol,
.entry-content ul {
  margin: 0;
}

/* Inputs */
input.form-control {
  height: 52px;
  border: none;
  background-color: #edecee;
  border-radius: 0;
}

textarea.form-control {
  border: none;
  background-color: #edecee;
  border-radius: 0;
}

label {
  margin-bottom: 0;
}

label span {
  color: #ff084e;
}

/* theme button */
.theme-btn,
.wc-block-cart__submit-container a.wc-block-components-button {
  min-width: 170px;
  height: 55px;
  color: rgb(255, 255, 255);
  border: 2px solid #ff6e01;
  border-radius: 2px;
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 49px;
  text-align: center;
  background-color: #ff6e01;
  cursor: pointer;
  -webkit-appearance: none;
}

.theme-btn:hover {
  background-color: transparent;
  color: #ff6e01;
}

button.theme-btn:disabled,
button.theme-btn[disabled] {
  background-color: #8a8a8a;
  border-color: #8a8a8a;
  color: #fff;
}

/* alert notifications */
.woocommerce-notices-wrapper {
  position: fixed;
  right: 0px;
  bottom: 10px;
  left: 0;
  z-index: 999999;
  display: inline-grid;
  justify-content: center;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: 3px solid #7f54b3;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-color: #ff6e01;
  margin-bottom: 10px;
}





.notification-container {
  position: fixed;
  right: 10px;
  z-index: 999;
  top: 20%;
}

.alert {
  display: none;
}

.alert.show {
  display: block;
}

.notification {
  width: 200px;
  height: 50px;
  background-color: green;
}

/* navigation bar */
.site-header {
  top: 40px !important;
  width: 1200px;
  position: fixed;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.site-header.sticky {
  top: 0px !important;
  width: 100%;
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.wp-custom-logo .title-area {
  padding: 0;
  width: 14%;
  margin-right: auto;
}

.site-header .wrap {
  display: flex;
  align-items: center;
}

.js .nav-primary {
  padding: 0px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
  color: #ff6e01;
  outline: unset;
}

.genesis-nav-menu .menu-item a {
  padding: 32px 15px;
}

.genesis-nav-menu .sub-menu a {
  padding: 15px;
}

.genesis-nav-menu .sub-menu {
  /* opacity: 1;
  display: block !important;
  left: auto; */
  margin-top: 0px;
}

/* end navigation */
/* heading */
.heading h1 {
  text-transform: uppercase;
  letter-spacing: 0.40em;
  font-size: 30px;
  margin-bottom: 25px;
}

/* footer */
.site-footer {
  padding: 0;
  border: unset;
}

.fsocial-grid {
  padding: 2em 0;
  border-top: 1px solid #edeff1;
  margin: 0 0 0 0;
  text-align: center;
  border-bottom: 1px solid #edeff1;
}

.social-ficons ul {
  padding: 0;
  margin: 0;
}

.social-ficons ul li {
  display: inline-block;
  margin: 0 1em;
}

.social-ficons ul li a {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.social-ficons ul li a span.fa.fa-facebook {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: transparent;
  margin-right: 4px;
  color: #3b5998;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.social-ficons span.fa {
  display: inline-block;
}

.social-ficons ul li a:hover span.fa.fa-facebook {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: #3b5998;
  color: #FFFFFF;
}

.social-ficons ul li a span.fa.fa-twitter {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: transparent;
  margin-right: 4px;
  color: #1da1f2;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.social-ficons ul li a:hover span.fa.fa-twitter {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: #1da1f2;
  color: #FFFFFF;
}

.social-ficons ul li a span.fa.fa-google {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: transparent;
  margin-right: 4px;
  color: #ea4335;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.social-ficons ul li a:hover span.fa.fa-google {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: #ea4335;
  color: #FFFFFF;
}

.social-ficons ul li a span.fa.fa-instagram {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: transparent;
  margin-right: 4px;
  color: #dc3072;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.social-ficons ul li a:hover span.fa.fa-instagram {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: #dc3072;
  color: #FFFFFF;
}

.social-ficons ul li a span.fa.fa-whatsapp {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: transparent;
  margin-right: 4px;
  color: #4ec35c;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.social-ficons ul li a:hover span.fa.fa-whatsapp {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: #4ec35c;
  color: #FFFFFF;
}

.cpy-right a {
  color: #fff;
}

.footer_agileinfo_topf {
  background-color: #2a2d2f;
  padding-top: 50px;
}

h3.sub-headf {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: .7em;
  line-height: 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
}

.footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

.footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

.footer-newsletter form input[type="submit"],
.footer-newsletter form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff6e01;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
  cursor: pointer;
}

.footer-newsletter {
  display: flex;
  justify-content: center;
}

.footer-newsletter .sub-headf {
  text-align: center;
}

.cpy-right {
  background: #313437;
}

.cpy-right p {
  margin-bottom: 0px;
  color: #777777;
}

/* end footer */
/* product card */
.woocommerce ul.products li.product {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: calc(100%/3);
}

.woocommerce .related.products ul.products li.product {
  width: calc(100%/4);
}

.woocommerce ul.products.latest-products-carousel li.product {
  width: 100% !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0px 10px 10px 10px;
  font-size: 20px;
  color: #111111;
  margin-bottom: 0;
  min-height: 58px;
}

.woocommerce ul.products li.product .price {
  font-weight: 700;
  color: #111111;
  padding: 0px 10px;
  font-size: 20px;
  margin-bottom: 25px;
}

.woocommerce ul.products li.product .button,
.woocommerce .woocommerce-ordering,
.woocommerce-page ul.products li.product .button,
.woocommerce-page .woocommerce-ordering {
  display: none;
}

.woocommerce ul.products li.product .onsale {
  top: 8px;
  right: 8px;
  background-color: #ff6e01;
  color: #fff;
}

/* end product card */
/* banner */
.organic-breadcrumb {
  background: url('https://demo.blindkacool.co.za/wp-content/uploads/2024/03/banner4-1.webp') center no-repeat;
  background-size: cover;
  padding-top: 130px;
  position: relative;
  margin-bottom: 50px;
}

.breadcrumb-banner {
  padding: 90px 0 100px 0;
}

.breadcrumb-banner nav {
  color: #fff;
}

.breadcrumb-banner nav a {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.banner-brand {
  text-transform: capitalize;
}

.breadcrumb-banner h1 {
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
}

.breadcrumb-banner nav span {
  display: inline-block;
  margin: 0 10px;
}

/* end banner */
/* button loader */
.button-icon {
  font-size: 25px;
}

/* theme colors */
.theme-color {
  color: #ff6e01;
}

/* ===============================
  Home page Style
==================================== */
/* carousel style */
/* .owl-carousel.banner-carousel .owl-stage-outer{
  height: 700px;
} */
.banner-area {
  position: relative;
  ;
}

.banner-carousel .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.banner-carousel .item {
  height: 100%;
  position: relative;
}

.each-carousel-wrap {
  height: 100%;
}

.owl-carousel .owl-stage-outer {
  width: 100%;
}

.item .carousel-content-section {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .3);
}

.banner-area-container .item h1 {
  text-align: center;
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0px 3px 12px rgba(0, 0, 0, .8);
}

.banner-area-container .item p {
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 0;
  text-shadow: 0px 3px 12px rgba(0, 0, 0, .8);
}

.banner-area-container .item .button-container {
  margin-top: 30px;
  text-align: center;
}

.scroll-down-container {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 55px;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.scroll-down {
  color: #fff;
  cursor: pointer;
}

.scroll-down:hover {
  color: #ff6e01;
}

.scroll-down .icon-container {
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  margin-bottom: 15px;
}

.scroll-down .icon-container i {
  color: #ff6e01;
}

.scroll-down span {
  font-size: 12px;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0px, 20px);
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(0px, 20px);
    opacity: 0;
  }
}

.banner-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0px 4px;
  background: rgba(255, 255, 255, .7);
  -webkit-appearance: none;
  border: none;
  border-radius: 100%;
}

.banner-carousel .owl-dots .owl-dot.active {
  background: #ff6e01;
}

/* benefits section */
.benefits-wrap {
  margin: 0px 10px;
}

.benefits-section {
  background-color: #ffffff;
}

.benefits-section .each-beneft {
  text-align: center;
  display: inline-flex;
  padding: 20px;
  width: 100%;
  justify-content: center;
}

.benefits-section .each-beneft.delivery {
  background-color: #ff6e01;
  color: #fff;
}

.benefits-section .each-beneft .icon-container {
  width: 60px;
  margin-right: 15px;
}

.benefits-section .each-beneft .text-container {
  margin: auto 0px;
  text-align: left;
}

.benefits-section .each-beneft .text-container h3 {
  line-height: .9;
}

.benefits-section .each-beneft .text-container h3 span {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}

/* Latest products */
.latest-products-section {
  padding: 60px 0px;
}

.product-list {
  position: relative;
}

.latest-products-carousel .owl-nav,
.latest-products-carousel .owl-dots {
  display: none;
}

/* home track order */
.home-track-order-section {
  background-color: #212529;
  padding: 45px 0px;
  text-align: center;
  color: #fff;
}

.home-track-container .heading h1 {
  margin-bottom: 10px;
}

.home-track-container a {
  color: #fff;
}

/* sales */
.sales-section {
  padding: 60px 0px;
}

.sale-products-carousel .owl-nav,
.sale-products-carousel .owl-dots {
  display: none;
}

/* Advertise */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  height: 700px;
  position: relative;
  z-index: 1;
}

.offer-content-area {
  background-color: rgba(58, 58, 58, 0.7);
  padding: 100px 50px 50px;
  position: relative;
  z-index: 1;
}

.offer-content-area h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.offer-content-area p {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.offer-product-price h3 {
  color: #ff0808;
}

.offer-product-price h3 span {
  margin-right: 15px;
  font-weight: 400;
  text-decoration: line-through;
  color: #fff;
}

.theme-btn-o {
  display: inline-block;
  min-width: 170px;
  height: 55px;
  color: rgb(0, 0, 0);
  border: 2px solid #ff6e01;
  border-radius: 2px;
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 49px;
  text-align: center;
  background-color: transparent;
  -webkit-appearance: none;
}

.theme-btn-o:hover,
.theme-btn-o:focus {
  font-weight: 700;
  color: #fff !important;
  background-color: #ff6e01;
  border-color: #ff6e01;
  cursor: pointer;
}

/* ===============================
  Shop/Products page Style
==================================== */
.products-show-section {
  padding: 60px 0px;
}

.shop__sidebar__search__container {
  padding: 0;
}

.shop__sidebar__search {
  margin-bottom: 20px;
}

.shop__sidebar__search form {
  position: relative;
}

.shop__sidebar__search form input {
  width: 100%;
  font-size: 15px;
  color: #000000;
  padding-left: 20px;
  border: 1px solid #e5e5e5;
  height: 42px;
}

.shop__sidebar__search form .clear_search.search_btn {
  right: 42px;
  font-weight: lighter;
  background-color: transparent;
}

.shop__sidebar__search form .auto-com-box {
  /* padding: 10px 8px; */
  max-height: 280px;
  overflow-y: auto;
  z-index: 100;
  position: absolute;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.selected-category {
  display: none;
}

.shop__sidebar__search form .auto-com-box li {
  list-style: none;
  padding: 8px 12px;
  width: 100%;
  cursor: default;
}

.shop__sidebar__search form .auto-com-box li:hover {
  background-color: #efefef;
}

.shop__sidebar__search form .search_btn {
  color: #ffffff;
  font-size: 15px;
  border: none;
  background: #ff6e01;
  position: absolute;
  right: 0;
  padding: 0 15px;
  top: 0;
  height: 42px;
  display: flex;
  align-items: center;
}

.shop__product__option__right {
  text-align: right;
  display: flex;
  justify-content: end;
}

.shop__product__option__right p,
.shop__product__option__left p {
  display: inline-block;
  margin-bottom: 0;
  color: #000000;
}

.shop__product__option__right p {
  margin-right: 5px;
  margin-top: auto;
  margin-bottom: auto;
}

.shop__product__option__right .nice-select {
  float: none;
  display: inline-block;
  padding: 0;
  line-height: 26px;
  height: auto;
  border: none;
  padding-right: 28px;
  background-color: transparent;
  font-size: inherit;
}

.shop__product__option__right .nice-select.open .list {
  width: 140px;
}

.shop__product__option__right .nice-select::after {
  height: 10px;
  width: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

#filter_by_price {
  background-color: transparent;
  border: none;
}

.shop__sidebar__accordion .card {
  margin-bottom: 0;
  border: none;
  background-color: transparent;
}

.shop__sidebar__accordion .card-heading {
  cursor: pointer;
}

.shop__sidebar__accordion .card-heading a {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  position: relative;
}

.shop__sidebar__accordion .card-body {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.shop__sidebar__accordion .card:last-child .card-body {
  padding-bottom: 0;
  border-bottom: none;
}

.nice-scroll .n-btn,
.shop__sidebar__brand .n-btn {
  padding: .375rem 0.0rem;
}

.n-btn {
  border: none;
  background: transparent;
  padding: .375rem .75rem;
  line-height: 1.5;
  font-weight: 400;
}

.accordion {
  margin-bottom: 30px;
}

.active_category {
  background-color: #ff6e01;
  width: 5px;
  display: inline-block;
  height: 15px;
}

.shop__sidebar__accordion .card-heading a::after,
.shop__sidebar__accordion .card-heading>a.active[aria-expanded="false"]::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  position: absolute;
  right: 0;
  top: 2px;
  line-height: 20px;
}

.nice-scroll .n-btn {
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: block;
  color: #000;
}

.show-more-container {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.show-more-container .theme-btn-o {
  color: #111111;
  border: 1px solid #ff6e01;
  text-align: center;
}

.show-more-container .theme-btn-o:hover {
  color: #FFFFFF;
}

.filter-container {
  position: relative;
}

/* new filter */

.filter-container .filter-wrap {
  background-color: #fff;
  padding: 20px 20px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.29);
}

.filter-md-wrap {
  display: none;
}

.filter-container .search-container {
  width: 100%;
}

.filter-container .search-container form {
  margin-bottom: 0px;
  display: flex;
  position: relative;
}

.filter-container .search-container form input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e5e5e5;
}

.filter-container .search-container form button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.filter-wrap .other-filter-container .each-filter .filter-collapser-button {
  width: 100%;
  background-color: #F5F7F9;
  border: none;
  text-align: left;
  padding: 10px 12px;
  position: relative;
  margin-top: 15px;
  font-weight: 600;
}

.filter-wrap .other-filter-container .each-filter .collapsed.filter-collapser-button::after {
  content: "\e876";
}

.filter-wrap .other-filter-container .each-filter .filter-collapser-button::after {
  content: "\e874";
  font-family: 'Linearicons-Free';
  position: absolute;
  right: 12px;
}

.filter-wrap div ul.filter-options {
  margin-left: 20px;
  border-left: 1px solid #D9D9D9;
  padding-left: 10px;
  margin-bottom: 12px;
  margin-top: 12px;
}

.filter-wrap div ul.filter-options li {
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.filter-wrap div ul.filter-options li.active {
  color: #ff6e01;
  position: relative;
}

.filter-wrap div ul.filter-options li.active::before {
  content: "";
  background-color: #ff6e01;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -14px;
  width: 6px;
}

.filter-wrap .price-collapse .row {
  padding: 0;
  padding-top: 12px;
  display: inline-flex;
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.filter-wrap .price-collapse label {
  padding-left: 0px;
}

.filter-wrap .price-collapse input {
  width: 80px;
  padding: 8px 12px;
  border: 1px solid #e5e5e5;
  display: block;

}

.filter-wrap .price-collapse span {
  margin: 0px 10px;
  display: flex;
  align-items: center;
}

.filter-wrap .price-collapse .apply-btn {
  margin-left: auto;
  display: flex;
  align-items: end;
}

.filter-wrap .price-collapse button {
  min-width: unset;
  height: unset;
  padding: 0px 10px;
  display: block;
  height: 42px;
  line-height: unset;
}

#filter button.close {
  position: absolute;
  right: -37px;
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  opacity: 1;
}

#filter .filter-md-wrap,
#filter .search-container {
  display: none;
}

#filter .filter-wrap {
  display: block;
}

/* sort by */
.result-filter-container {
  display: flex;
  width: 100%;
}

.result-filter-container p {
  margin-bottom: 0px;
}

.result-filter-container .result-container {
  display: flex;
  align-items: center;
}

.result-filter-container .filter-container {
  margin-left: auto;
  display: flex;
  padding: 0px;
  align-items: center;
}

.result-filter-container .filter-container span {
  display: ruby;
  align-items: center;
}

.result-filter-container .filter-container p {
  margin-bottom: 0px;
}

.result-filter-container .filter-container select {
  width: auto;
  margin-left: 10px;
  background-color: transparent;
  border: 2px solid #E5E5E5;
  border-radius: 5px;
  padding: 10px 5px;
}

.result-filter-container .active-filter-container {
  display: flex;
}

.result-filter-container .active-filter-container:first-child {
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
}

.result-filter-container .active-filter-container .applied-filter-list {
  margin-left: 5px;
  display: inline-flex;
}

.result-filter-container .active-filter-container .applied-filter-list .each-applied-filter {
  border-radius: 5px;
  border: 2px solid #E5E5E5;
  padding: 5px;
  display: flex;
  align-items: center;
  margin: 0px 2px;
}

.result-filter-container .active-filter-container .applied-filter-list .each-applied-filter .close {
  font-size: 18px;
  margin-left: 10px;
}

.read-more-container {
  margin-top: 20px;
}

/* ===============================
  Product Archive page Style
==================================== */
.archive-description {
  margin-bottom: 10px;
}

.woocommerce-products-header {
  display: none;
}

.post-type-archive-product .content-area {
  width: 70%;
  float: right;
}

.sidebar-content .content {
  width: 70%;
}

#genesis-sidebar-primary {
  width: 27%;
  float: left;
  background-color: #fff;
  padding: 20px 20px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.29);
  margin-bottom: 20px;
}

.woof_list_label .woof_label_term {
  width: 35px;
  height: 35px;
}

.woof_list_label li .woof_label_term:hover,
.woof_list_label li .woof_label_term.checked {
  background-color: #ff6e01;
  border-color: #ff6e01;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #ff6e01 !important;
}

.irs--round .irs-handle {
  border-color: #ff6e01 !important;
}

.irs--round .irs-bar {
  background-color: #ff6e01 !important;
}

.chosen-container-single .chosen-single {
  height: 43px !important;
  padding: 7px 0 7px 8px;
  display: flex;
  align-items: center;
}

.chosen-container-single .chosen-single div {
  display: flex;
  align-items: center;
}

.woof_container .woof_container_inner input[type="search"] {
  padding: 10px;
}

.woof_text_search_container .woof_text_search_go {
  top: 30%;
}

.woof_husky_txt-cross {
  top: -24.5px !important;
  right: 18px !important;
}

.woof_autohide_wrapper,
.woocommerce-products-header__title.page-title {
  display: none;
}

.select2-container .select2-selection--single {
  height: 40px;
  display: flex;
  align-items: center;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 0;
  height: unset;
}

.widget .woof_redraw_zone ul,
.widget .woof_redraw_zone ol {
  display: flex;
}

.widget .woof_redraw_zone ul li,
.widget .woof_redraw_zone ul li a {
  margin-right: 10px;
}

.woof_checkbox_label {
  margin-left: 0px !important;
}

/* ===============================
  Product Preview page Style
==================================== */
.single-product .site-inner,
.woocommerce-shop .site-inner,
.woocommerce.archive .site-inner {
  max-width: 1140px;
}

.single-product .site-inner {
  max-width: 100%;
}

.entry.product.type-product {
  max-width: 1140px;
  margin: auto;
}

#primary.content-area .site-main nav {
  display: none !important;
}

.organic-breadcrumb #primary.content-area .site-main nav {
  display: flex !important;
}

.woocommerce div.product .product_title {
  font-size: 30px;
  font-weight: 700;
  color: #414141;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  text-transform: uppercase;
  font-size: 2rem;
  color: inherit;
}

.cfvsw-label-option.cfvsw-selected-swatch {
  background-color: #ff6e01;
  border: 1px solid #ff6e01 !important;
  color: white;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  position: relative;
}

.woocommerce div.product form.cart div.quantity {
  width: 100%;
  margin-bottom: 10px;
}

.p-stock {
  margin-bottom: 15px;
}

.p-stock span {
  display: block;
}

.p-stock span#instock {
  display: inline;
}

.woocommerce span.onsale {
  top: 1px;
  left: 1px;
  background-color: #ff6e01;
  color: #fff;
}

/* carousel nav */
ul.flex-direction-nav {
  position: absolute;
  top: 38%;
  z-index: 99999;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;
}

li.flex-nav-prev {
  float: left;
}

li.flex-nav-next {
  float: right;
}

a.flex-next {
  visibility: hidden;
}

a.flex-prev {
  visibility: hidden;
}

a.flex-next::after {
  visibility: visible;
  content: '\f054';
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
}

a.flex-prev::before {
  visibility: visible;
  content: '\f053';
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
}

ul.flex-direction-nav li a {
  color: #ccc;
}

ul.flex-direction-nav li a:hover {
  text-decoration: none;
}

ul.flex-direction-nav li a {
  color: #ccc;
}

ul.flex-direction-nav li a:hover {
  text-decoration: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  border-bottom: 2px solid #ff6e01;
}

/* accordion */
.accordion-area {
  margin-top: 50px;
  border-top: 2px solid #e1e1e1;
}

.accordion-area .panel-header .panel-link.collapsed {
  background-image: url("../img/elements/arrow-down.png");
  background-repeat: no-repeat;
}

.accordion-area .panel-link,
.accordion-area .panel-link.active.collapsed {
  text-align: left;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  padding: 0;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  border: none;
  min-height: 69px;
  background-color: transparent;
  border-radius: 0;
}

.accordion-area .panel {
  border-bottom: 2px solid #e1e1e1;
}

/* Related products */
.related.products {
  display: inline-block;
  width: 100%;
  padding: 60px 0px;
}

.single-product #genesis-sidebar-primary {
  display: none;
}

/* ===============================
  Cart page Style
==================================== */
.wc-block-components-sidebar {
  /* box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14); */
  padding: 0px 20px !important;
  margin-top: 0px !important;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 1.75rem !important;
  text-align: center !important;
  margin-bottom: 20px !important;
}

.is-large.wc-block-cart .wc-block-cart-items th {
  font-size: 18px;
}

.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
  display: flex;
  flex-wrap: wrap;
}

.wc-block-components-product-details.wc-block-components-product-details li {
  margin-left: 10px !important;
}

.wc-block-components-product-details.wc-block-components-product-details li:last-child {
  margin-left: 20px !important;
}

.wc-block-cart-item__quantity {
  display: flex;
}

.wc-block-cart-item__remove-link {
  position: absolute;
  right: 18px;
}

.wc-block-cart-items__row {
  position: relative;
}

.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background-color: #ff6e01;
  border: 2px solid #ff6e01;
  border-radius: 5px;
  color: #fff;
  transition-duration: .5s;
}

.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:focus {
  background-color: transparent;
  color: #ff6e01;
  transition-duration: .5s;
}

.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
  margin: 25px 0 16px !important;
}

.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: unset;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  border: 1px solid hsla(0, 0%, 7%, .11);
  border-radius: 5px;
  padding: 25px !important;
}

/* ===============================
  Login Register page Style
==================================== */
.no-footer-nav .site-header,
.no-footer-nav .site-footer,
.no-footer-nav .footer_agileinfo_topf {
  display: none;
}

.login-page-header {
  margin: 20px 0;
}

.login-register .content-sidebar-wrap {
  height: 100dvh;
}

.v-logo {
  padding: 20px 0;
  width: 280px;
  margin: auto;
}

.login-section h1 {
  font-weight: bold;
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.login-section h2 {
  text-align: center;
}

.login-section p {
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 20px 0 30px;
}

.login-section span {
  font-size: 12px;
}

.login-section a {
  color: #333;
  text-decoration: none;
  margin: 15px 0;
}

.login-section button:active {
  transform: scale(0.95);
}

.login-section button:focus {
  outline: none;
}

.login-section button.ghost {
  background-color: transparent;
  border-color: #ffffff;
  cursor: pointer;
  width: 100%;
}

.login-section form {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px !important;
  height: 100%;
  /* text-align: center; */
}

.login-section input {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
}

.login-section .nice-select {
  width: 100%;
  background-color: #edecee;
  height: 52px;
  line-height: 50px;
  padding-left: 10px;
  border: none;
  border-radius: 0px;
  color: inherit;
  margin: 8px 0;
  font-weight: 400;
  font-size: 16px;
}

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

/* #address,
#personal {
  height: 100%;
} */

.login-section .container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  /**overflow: hidden;**/
  width: 768px;
  max-width: 100%;
  min-height: 600px;
}

.login-section .form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.login-section .sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}

.login-section .container.right-panel-active .sign-in-container {
  transform: translateX(100%);
}

.sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}

.login-section .container.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
  background-color: #fff;
}

.login-section select {
  margin: 8px 0;
  padding: 12px 15px;
}

@keyframes show {

  0%,
  49.99% {
    opacity: 0;
    z-index: 1;
  }

  50%,
  100% {
    opacity: 1;
    z-index: 5;
  }
}

.overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}

.container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}

.overlay {
  background: #ff416c;
  background: -webkit-linear-gradient(to right, #ff4b2b, #ff416c);
  background: linear-gradient(to right, #ff6e01, #ff6e01);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #ffffff;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
  transform: translateX(50%);
}

.overlay-panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.overlay-left {
  transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
  transform: translateX(0);
}

.overlay-right {
  right: 0;
  transform: translateX(0);
}

.container.right-panel-active .overlay-right {
  transform: translateX(20%);
}

.social-container {
  margin: 20px 0;
}

.social-container a {
  border: 1px solid #dddddd;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
}

.verge-btn-c {
  height: 61px;
  background: none;
  text-align: center;
  border: solid 2px #1b1b1b;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  margin: 0 auto;
}

.verge-btn-c2 {
  height: 61px;
  background: none;
  text-align: center;
  border: solid 2px #ffffff;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  margin: 0 auto;
}

.signup {
  width: 80%;
}

.ghost {
  color: #ffffff;
}

.a-button {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #1b1b1b;
  background: none;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

#address {
  display: none;
}

.custom-select {
  height: 52px;
  border: none;
  background-color: #f4f2f8;
  border-radius: 0;
}

.login-section .back-btn span {
  font-size: 18px;
  cursor: pointer;

}


.back-btn {
  text-align: left;
  display: flex;
  width: 100%;
  align-items: center;
}

h1.success-massage {
  text-align: center;
  font-size: 25px;
  margin: 0px 155px;
  font-weight: normal;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 0;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  left: 1.1em;
}

#personal {
  height: 100%;
}

/************/

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.address-info .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #777777;
  width: 100%;
  height: 45px;
}


.personal-info .back-btn {
  display: none;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-align: left;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #777777 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.address-info .select-styled:hover {
  background-color: #eee;
}

.address-info .select-styled:active,
.address-info .select-styled.active {
  background-color: #eee;
}

.select-styled:active:after,
.address-info .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #777777 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #eee;
  text-align: left;
}

.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  color: #777777;
  background: #fff;
}

.select-options li[rel="hide"] {
  display: none;
}

.mobile_signup {
  display: none;
}

/* ===============================
  Checkout page Style
==================================== */
.gpznqo {
  z-index: 99;
}

.checkout-section {
  padding: 60px 0px;
}

.dilivery-personal-input-container {
  display: none;
}

.dilivery-personal-input-container.show {
  display: flex;
}

.drop-d .provinces {
  width: 100%;
  background-color: #edecee;
  height: 52px;
  line-height: 50px;
  padding-left: 10px;
  border: none;
  border-radius: 0px;
  color: #495057;
}

select {
  width: 100%;
  background-color: #edecee;
  line-height: 50px;
  border: none;
  border-radius: 0px;
  padding: 14px 15px;
  color: #212529;
}

.drop-d select.provinces::after {
  margin-right: 10px;
}

.nice-select.open .list {
  width: 100%;
}

.md-order-summary-container {
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
  border-radius: 3px;
}

.md-order-summary-container {
  display: none;
}

.inner-order-summary {
  display: none;
}

.inner-order-summary .order-summary {
  margin: 15px 0px;
  border-bottom: 1px solid #ccc;
}

.show-hide-summary {
  text-decoration: underline;
  cursor: pointer;
}

.show-hide-summary:hover {
  color: #fe6d00;
}

.order-price {
  margin-left: auto;
}

.checkout-next-btn-container {
  text-align: end;
}

.order-summary-container {
  position: relative;
  padding: 0px 30px 30px;
  position: relative;
  padding: 20px 30px 30px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
  border-radius: 3px;
}

.order-summary {
  margin: 15px 0px;
}

.order-summary .order-col {
  display: table;
  width: 100%;
}

.order-summary .order-col>div:first-child {
  width: calc(100% - 150px);
}

.order-summary .order-col>div:last-child {
  width: 150px;
  text-align: right;
}

.order-summary .order-col>div {
  display: table-cell;
  padding: 10px 0px;
}

.cart-page-heading {
  margin-bottom: 30px;
}

.cart-page-heading h5 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
}

.billing-form-container {
  display: none;
}

.billing-form-container.show {
  display: block;
}

.delivery-form-container {
  display: none;
}

.delivery-form-container.show {
  display: block;
}

.each-way-container {
  padding: 35px 40px 20px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
  position: relative;
  margin-top: 35px;
}

.each-way-container.active {
  background-color: #ff6e01;
}

.way_of_delivery .way-icon-container {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  background-color: #ff6e01;
  color: #fff;
  position: absolute;
  top: -14px;
  left: 10px;
}

.each-way-container.active .way_of_delivery .way-icon-container {
  background-color: #fff;
  color: #ff6e01;
}

.each-way-container.active .inner-content {
  color: #fff;
}

.way_of_delivery .way-icon {
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-content: center;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(255, 204, 0, .4);
}

.inner-content h4 {
  margin-bottom: 0px;
}

.way_of_delivery .action-btn {
  margin-left: auto;
}

.way_of_delivery button.button {
  width: unset;
  height: unset;
  font-weight: lighter;
  margin-bottom: unset;
  font-size: 14px;
  line-height: 3;
}

.each-way-container.active .way_of_delivery button.button {
  border-color: #ffffff;
  color: #ffffff;
}

.each-way-container.active .theme-btn-o {
  border-color: #ffffff;
  color: #ffffff;
}

.delivery-method-form {
  height: 0;
  padding: 0px;
  transition: height ease-in-out .5s;
  overflow: hidden;
}

.delivery-method-form.show {
  transition: height ease-in-out .5s;
  height: auto;
  padding: 15px 0px 0px;
  border-top: 2px solid #b3b3b3;
}

/* status bar */
.step-bar {
  text-transform: uppercase;
  color: white;
  font-size: 0.8em;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.step-bar ul {
  display: flex;
  justify-content: center;
}

.step-bar li {
  display: inline-block;
  position: relative;
  margin: 0px 30px;
  width: 120px;

}

.step-bar .number {
  transition: background-color 0.1s linear, color 0.1s linear;
  display: inline-block;
  position: relative;
  color: #777;
  background-color: #fff;
  width: 30px;
  padding: 8px 5px;
  margin-bottom: 4px;
  font-weight: 700;
  z-index: 1;
  border-radius: 4px;
  border: 1px solid #000000;
}

.step-bar .line {
  background-color: rgb(0, 0, 0);
  width: 180px;
  height: 5px;
  position: absolute;
  top: 15px;
  right: 60px;
  z-index: 0;
}

.step-bar .text {
  color: #848484;
  font-size: 15px;
  font-weight: 400;
}

.line {
  transition: all 1s ease-in-out;
  background: linear-gradient(to right, #fd5f00 50%, rgb(0, 0, 0) 50%);
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 200% 100%;
  background-position: right bottom;
}

.step-bar .active {
  background-color: #fd5f00;
  color: #fff;
  border-color: transparent;
}

.line-active {
  background-position: left bottom;
}

.coupon-content-container {
  display: none;
  transition: .5s;
}

.coupon-content-container.show {
  display: block;
  transition: .5s;
  margin-bottom: 15px;
}

.coupon-top-part {
  margin-bottom: 20px;
}

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

.apply-coupon {
  width: unset;
  height: unset;
  padding: 0px 10px;
  min-width: unset;
  line-height: 30px;
}

.coupon-top-part .text {
  margin-right: 10px;
}

.coupon-top-part .coupon-btn {
  background-color: #edecee;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: auto;
}

.coupon-top-part .coupon-btn span {
  margin: auto;
}

.preview-btn-container {
  margin-top: 20px;
}

.customer-checkout .preview-btn-container {
  margin-bottom: 20px;
}

#paxiModal .modal-dialog {
  max-width: 80%;
}

.pickup-form p a {
  color: #ff6e01 !important;
  cursor: pointer;
}

/* preview order */
.preview-outer-container {
  display: none;
}

.preview-outer-container.show {
  display: block;
}

.purchase_sec {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 20px 0px;
  height: 100%;
}

.info_list li {
  position: relative;
  padding: 5px 0px;
}

.purchase_sec .info_list li:not(:last-child) {
  margin-bottom: 0px;
}

.verical_line {
  border-left: 3px solid #ff6e01;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
}

#recepnames {
  display: flex;
}

#recepnames span {
  display: flex;
  margin-left: 5px;
}

#recepnames span #rLname {
  margin-left: 5px;
}

.info_list .info_value {
  max-width: 55%;
  text-align: end;
}

.info_list .info_value span {
  word-break: break-word;
}

/* Done order */
.complete-payment-container {
  display: flex;
  justify-content: center;
}

.complete-payment-container .complete-payment-card {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 30px 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 40px;
}

.complete-payment-container .complete-payment-card .icon-container {
  width: 125px;
  margin: auto;
  margin-bottom: 30px;
}

.complete-payment-container .complete-payment-card.successfully h1 {
  font-weight: 700;
  color: #48d496;
}

.complete-payment-container .complete-payment-card.failed h1 {
  font-weight: 700;
  color: #d8423c;
}

.complete-payment-container .complete-payment-card button {
  margin-top: 20px;
}

/* customer delivery*/
#back_in_pick_dilivery {
  cursor: pointer;
}

.each_address {
  background-color: #fff;
  padding: 35px 19px 19px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
  margin-top: 25px;
  position: relative;
}

.each_address .address_icon {
  width: 40px;
  height: 40px;
  background-color: #ff6e01;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  top: -10px;
  display: flex;
  justify-content: center;
}

.each_address .address_icon i {
  margin: auto;
  font-size: 20px;
  font-weight: 600;
}

.each_address.active {
  background-color: #ff6e01;
  color: #fff;
}

.each_address.active .address_icon {
  background-color: #fff;
  color: #ff6e01;
  box-shadow: 0px 3px 12px #0000002e;
}

.each_address.active .way_of_delivery button.button {
  border-color: #fff;
  color: #fff;
}

.each_address.active .oparation_action span i {
  background-color: #fff;
  color: #ff6e01;
}

.address_content {
  margin: 0px;
}

.address_content .left-side {
  width: 80%;
}

.address_content .right-side {
  width: 20%;
  margin-left: auto;
  display: block;
}

.right-side .radio-button {
  text-align: end;
  margin-bottom: auto;
  height: 50%;
}

.right-side .oparation_action {
  margin-top: auto;
  height: 50%;
  position: relative;
  display: flex;
}

.right-side .oparation_action span {
  margin-left: auto;
  font-size: 20px;
  display: flex;
  align-items: end;
  margin-top: 10px;
}

.oparation_action span i {
  cursor: pointer;
  margin-left: 10px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #edecee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.oparation_action span i:hover {
  color: #ff6e01;
}

.checkout_delivery,
.checkout_pickup {
  display: none;
}

#add-address .modal-dialog,
#edit-address .modal-dialog {
  max-width: 750px;
}

.radio-button.way_of_delivery button.button {
  line-height: 2;
  min-width: 92px;
  padding: 0 10px;
  margin-bottom: 5px;
}

/* ===============================
  Confriming email page Style
==================================== */
.card-wrap {
  height: 100dvh;
  display: flex;
}

.card-wrap-container {
  width: 100%;
  margin: auto;
  justify-content: center;
  display: flex;
}

.card-wrap-container .card-container {
  text-align: center;

}

/* ===============================
  profile page Style
==================================== */
.profile-section {
  padding: 30px 0px;
}

.profile-navigation-container {
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 25%);
  border-radius: 5px;
  padding: 20px;
}

.profile-navigation-container .each-nav-section .heading-container a {
  display: inline-flex;
  align-items: center;
}

.profile-navigation-container .each-nav-section .heading-container .icon-container {
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #edecee;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.profile-navigation-container .each-nav-section .heading-container h2 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 700;
}

.profile-navigation-container .each-nav-section {
  margin-bottom: 20px;
}

.profile-navigation-container .each-nav-section .is-active a {
  color: #ff6e01;
}

.profile-navigation-container .each-nav-section ul {
  margin-left: 30px;
  margin-top: 10px;
}

.profile-navigation-container .each-nav-section ul li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 8px;
}

.profile-navigation-container .each-nav-section ul li.active::before {
  content: "";
  position: absolute;
  width: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ff6e01;
}

.profile-navigation-container .each-nav-section ul li a {
  color: #212529;
}

.profile-section .profile-each-section {
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 25%);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}

.profile-section .profile-each-section form {
  margin-bottom: 0px;
}

.profile-section .profile-each-section .header-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.profile-section .profile-each-section h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.profile-section .profile-each-section .header-container button {
  display: flex;
  margin-left: auto;
  background-color: #ff6e01;
  color: #fff;
  border: 2px solid #ff6e01;
  padding: 8px 15px;
  cursor: pointer;
}

.profile-section .profile-each-section .header-container button:hover {
  background-color: transparent;
  color: #ff6e01;

}

.profile-section .each-address-container {
  background-color: #edecee;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.profile-section .each-address-container h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.profile-section .each-address-container p {
  margin-bottom: 10px;
  line-height: 1.2;
}

.profile-section .each-address-container .action-links {
  margin-top: 10px;
}

.profile-section .table-container .gridjs-container::-webkit-scrollbar {
  width: 3px;
}

/* address inf0 css */
.address_list_row {
  margin-top: 25px;
}

.address_list form {
  height: 100%;
  margin-bottom: 10px;
}

.single_address {
  margin: 0px;
  margin-top: 20px;
  margin-bottom: auto;
}

.view-address-container2 {
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
  background-color: #fff;
  position: relative;
  padding: 15px 0px;
  width: 100%;
}

.top_section_part {
  margin: auto;
}

.house_icon {
  border-radius: 3px;
  display: flex;
  padding: 5px;
  justify-content: center;
  z-index: 12;
  margin-top: -25px;
  margin-right: 15px;
  background-color: #ff6e01;
  color: #fff;
  height: 50px;
  width: 50px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(255, 204, 0, .4);
}

.house_icon i {
  font-size: 25px;
  margin: auto;
}

.heard_details {
  margin-right: auto;
  padding: 5px 10px;
  display: flex;
}

.heard_details p {
  margin-bottom: 0px;
  text-align: right;
}

.view-address-container2 hr {
  margin: 0px 0px;
}

.view-address-container2 .buttom_section_part {
  padding: 10px;
}

.view-address-container2 .buttom_section_part p {
  text-align: left;
  line-height: 20px;
  margin-bottom: 0px;
}

.address_operation_btn_container {
  display: flex;
}

.address_operation_btn_container div {
  margin-right: 15px;
}

.address_operation_btn_container div i {
  cursor: pointer;
}

.address_operation_btn_container div i:hover {
  color: #ff6e01;
}

.view-address-container2 .buttom_section_part,
.address_operation_btn_container,
.heard_details {
  padding-left: 15px;
  padding-right: 15px;
}

.add-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  border: 1px solid;
  margin: 30px auto;
  cursor: pointer;
}

.add-btn .ti-plus {
  font-size: 30px;
}

/* orders info css */
.order_list .order_bar {
  width: 100%;
  padding-bottom: 9px;
  border-bottom: solid 1px #424040;
}

.order_item {
  width: 100%;
  height: unset;
  border-bottom: solid 1px #ededed;

}

.order_item:hover {
  background-color: #dfdfdf;
}

.order_item a {
  display: flex;
  width: 100%;
  color: inherit;
  padding-top: 9px;
  padding-bottom: 11px;
}

.order_item div {
  text-align: left;
}

.order_list .order_bar_list {
  font-weight: 600;
}

.order_list .order_bar_list li:nth-child(1),
.order_list .each-order-container .order_item div:nth-child(1) {
  width: 60px;
  margin-left: 20px;
}

.order_list .order_bar_list li:nth-child(2),
.order_list .each-order-container .order_item div:nth-child(2) {
  width: 140px;
}

.order_list .order_bar_list li:nth-child(3),
.order_list .each-order-container .order_item div:nth-child(3) {
  width: 230px;
}

.order_list .order_bar_list li:nth-child(4),
.order_list .each-order-container .order_item div:nth-child(4) {
  width: 110px;
}

.order_list .order_bar_list li:nth-child(5),
.order_list .each-order-container .order_item div:nth-child(5) {
  width: 180px;
}

.order_list .order_bar_list li:nth-child(6),
.order_list .each-order-container .order_item div:nth-child(6) {
  width: 120px;
}

.order-view-section {
  padding-top: 30px;
}

.products_table {
  width: 100%;
  margin: 30px 0px;
}

.products_table thead {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.products_table tr td:nth-child(1),
.products_table tr th:nth-child(1) {
  width: 35%;
  min-width: 150px;
}

.products_table tr td:not(:nth-child(1)),
.products_table tr th:not(:nth-child(1)) {
  width: 21%;
  min-width: 85px;
}

.products_table th,
.products_table td {
  padding: 9px 10px 8px 0;
  vertical-align: top;
}

.products_table tbody tr {
  border-bottom: 1px solid rgb(213, 210, 210);
}

.go_back a {
  color: #000;
}

.my-account-page .woocommerce {
  display: flex;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
}

.edit-address-form label {
  width: 100%;
}

.edit-address-form .woocommerce-input-wrapper {
  width: 100%;
}

.edit-address-form .form-row-wide {
  float: left;
  width: 47%;
  clear: none !important;
}

.edit-address-form .form-row:nth-child(even) {
  float: right;
  margin-left: auto;
}

.edit-address-form input,
.edit-address-form .selection {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
  height: 52px;
  border: none;
  background-color: #edecee;
  border-radius: 0;
}

.edit-address-form .selection {
  display: flex;
  align-items: center;
  width: 100%;
}

.edit-address-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.edit-address-form .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  width: 100%;
}

.edit-address-form #billing_address_2_field,
.edit-address-form #shipping_address_2_field {
  margin-top: 32px;
}

.edit-address-form .woocommerce-address-fields {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.edit-address-form .woocommerce-address-fields p:not(.form-row) {
  width: 100%;
}

.edit-address-form .woocommerce-address-fields p:not(.form-row) button {
  margin-top: 20px;
}

.woocommerce-orders-table thead tr th {
  background-color: #000;
  color: #fff;
  padding: 15px 8px !important;
}

.woocommerce-orders-table tr td,
.woocommerce-orders-table tr th {
  border-bottom: 1px solid #dee2e6 !important;
}

/* ===============================
  End profile page Style
==================================== */

/* timeline */
.Order_progress {
  margin-top: 60px;
}

.ps-timeline-sec {
  position: relative;
  background: transparent;
}

.ps-timeline-sec {
  position: relative;
}

.ps-timeline .heading h1 {
  font-size: 20px;
  margin-bottom: 0px;
}

.ps-timeline-sec ol:before {
  background: #000;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  /* top: 49.5%; */
  top: -4px;
}

.ps-timeline-sec ol:after {
  background: #000;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  /* top: 49.5%; */
  top: -4px;
}

.ps-timeline-sec ol.ps-timeline {
  margin: 180px 0;
  padding: 0;
  padding-bottom: 30px;
  border-top: 2px solid #000;
  list-style: none;
  background-color: transparent;
}

.ps-timeline-sec ol.ps-timeline li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}

.ps-timeline-sec ol.ps-timeline li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #f7f7f8;
  border: 4px solid #000;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #fe6d00;
  font-size: 1.5em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
  overflow: hidden;
}

.ps-timeline-sec ol.ps-timeline li span i {
  display: flex;
  margin: auto;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #fe6d00;
}

.ps-timeline-sec ol.ps-timeline li span i::before {
  margin: auto;
}

.ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #000;
  width: 2px;
  height: 50px;
  background: #000;
  position: absolute;
  top: -50px;
  left: 50%;
}

.ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #000;
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}

.ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #000;
  width: 2px;
  height: 50px;
  background: #000;
  position: absolute;
  bottom: -50px;
  left: 50%;
}

.ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #000;
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}

.ps-timeline-sec ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
}

.ps-timeline-sec ol.ps-timeline li .img-handler-top .heading,
.ps-timeline-sec ol.ps-timeline li .img-handler-bot .heading {
  text-align: center;
}

.ps-timeline-sec ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}

.ps-timeline-sec ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}

.ps-timeline-sec ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}

.ps-timeline-sec ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.ps-timeline-sec ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
}

.ps-timeline-sec ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 35px;
}

/* table */
.tabulator {
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .26);
  border: none;
}

.tabulator .tabulator-header .tabulator-col {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
}

.tabulator-row .tabulator-cell:last-of-type {
  border-right: none;
}

/*============forget password ===================*/
.breadcrumb {
  padding: 20px 10px;
  background-color: transparent;
  border-bottom: 2px solid #000000;
}

.breadcrumb img {
  height: 40px;
}

.forget_pwd_container input {
  padding: .375rem .75rem;
  height: 52px;
  width: 100%;
  background-color: #edecee;
  border: none;
}

.forget_pwd_container {
  text-align: center;
}

.body_forget_form .add-cart.button {
  margin: auto;
}

.forget_pwd_container .input {
  margin: 20px auto;
  display: block;
}

.forget-password-wrap {
  height: 80dvh;
  position: relative;
  display: flex;
}

.forget-password-container {
  margin: auto;
  width: 100%;
}

/*============forget password End===================*/
/*============Track Order===================*/
.track-order-form {
  margin-top: 40px;
}

.track-order-form .each-input-field {
  margin: auto;
}

.track-order {
  display: none;
  padding-top: 0;
}

.form-input-wrap {
  margin-bottom: 50px;
}

#track-order-form p {
  text-align: center;
}

/* floating sec option */
.floating-btn-section {
  display: none;
}

.floating-top .float-btn-container {
  margin-bottom: 10px;
}

.floating-top .float-btn-container a {
  color: #000;
}

.floating-container {
  position: fixed;
  right: 30px;
  bottom: 35px;
  z-index: 9;
}

.float-btn-container {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 30px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  transition-duration: 500ms;
  transition-duration: 500ms;
  letter-spacing: 1px;
  font-size: 15px;
  cursor: pointer;
  background-color: #ffffff;
  color: #000 !important;
  border-color: #ffffff;
  font-weight: normal;
  font-size: inherit;
  overflow: hidden;
}

.floating-bottom .float-btn-container.show {
  height: 150px;
}

.float-btn-container .each-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 50px;
  width: 50px;
}

.float-btn-container .each-btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}



/* .sec-option{
  display: none;
}
.fab_container {
  position: fixed;
  bottom: 110px;
  right: 50px;
  z-index: 999;
  cursor: pointer;
}
.fab_icon_holder {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.fab_container .icon, .fab_container2 .icon {
  position: relative;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  height: 50px;
  width: 50px;
}
.fab_container i,.fab_container2 i {
  font-size: 18px;
  display: flex;
  justify-self: center;
  align-items: center;
} */
.icon span {
  position: absolute;
  background-color: #ff6e01;
  border-radius: 50%;
  padding: 0px 6px;
  right: 7px;
  top: 7px;
  font-size: 12px;
  color: #fff;
}

/* .fab_container2 {
  position: fixed;
  bottom: 35px;
  right: 50px;
  z-index: 999;
  cursor: pointer;
} */