@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&family=Work+Sans:wght@200;400;700&display=swap');

* {
  box-sizing: border-box;
  font-family: "Poppins", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
}

:root {
  --color-orange: #ff9a34;
  --color-red: red;
  --color-blue: #2122b8;
  --color-green: #348952;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  border: 0;
}

input:focus {
  border-color: #ff9a34;
  box-shadow: none;
}

:root {
  height: 0;
}

hr {
  border-top: 1px solid #dbd8d8 !important;
}

.hr_height {
  border-top: 4px solid #dbd8d8 !important;
}

body {
  overflow-x: hidden;
}

/* remove translator topbar */
iframe.skiptranslate {
  visibility: hidden !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body {
  top: 0px !important;
}



/* {
  position: fixed;
  width: 100%;
  overflow-y: hidden !important;
} */

/* .modal {
  overflow: scroll !important;
} */



a:hover {

  background-color: transparent !important;
}

p {
  line-height: 1.2;
}

.section-title {
  font-weight: 600;
  color: #000;
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: 20px !important;
}

@media(max-width:991px) {
  .section-title {
    margin: 18px 0;
  }
}

.carausel-5-columns.favorites {
  display: flex !important;
  overflow-x: hidden;

}

.carausel-5-columns.favorites .card {
  width: 210px;
}

.carausel-5-columns.favorites.slick-slider .card {
  width: auto;
}

.carausel-5-columns.favorites.slick-slider {
  display: block;
  overflow-x: auto;
}




.section-title a {
  font-size: 15px;
  text-decoration: underline;
  color: #ff9a34;
  font-weight: 400;
}





.btn-loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}

.btn-loading:after {
  content: '';
  -webkit-animation: loader 500ms infinite linear;
  animation: loader 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  display: block;
  height: 1.4em;
  width: 1.4em;
  position: absolute;
  left: calc(50% - (1.4em / 2));
  top: calc(50% - (1.4em / 2));
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute !important;
}

.btn-loading.btn-sm:after,
.btn-group-sm>.btn-loading.btn:after {
  height: 1em;
  width: 1em;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
}

.btn-loading.btn-secondary:after {
  border-color: #495057;
}

@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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




/* body {
  line-height: 1;
  font-family: "Poppins", "Noto Sans", "Franklin Gothic Medium", Tahoma, sans-serif;
} */

dl,
ol,
ul {
  padding-left: 0 !important;

  margin: 0 !important;
  list-style: none;
}


.header-bottom {
  overflow-x: clip !important;
}

a {
  text-decoration: none !important;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

header {
  z-index: 999 !important;
}

.header__cart-icon {
  width: 33px;
}

.down i,
.header__cart-icon {
  color: #000000 !important;
}

.constom_container {
  max-width: 1380px !important;
  width: 100% !important;
  margin: auto !important;
  padding: 0px 21px;
}

.custom_fluid_container {
  max-width: 1900px;
  width: 100%;
  padding: 0px 30px;
  margin: auto;

}

@media(max-width:768px) {
  .custom_fluid_container {
    padding: 0px 12px;
  }
}


body {

  scroll-behavior: smooth;
}


html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

@media(max-width:768px) {

  html,
  body {
    overflow-x: hidden !important;
  }
}

.form-control:focus {
  border-color: #ff9a34 !important;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control[readonly] {
  background-color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

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

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}


.scrollRow {
  height: 574px !important;
  overflow-y: auto;
}



ul {
  padding: 0;

}

a {
  text-decoration: none;
  color: #000;
}


h1,
h2,
h3,
h4,
h5,
h6 {

  /* font-weight: 600; */
  line-height: 1.2;
}

section {
  margin: 80px 0;
}

@media(max-width:991px) {
  section {
    margin: 40px 0;
  }
}

.text-danger {
  color: #DC3545 !important;
}

.text-success {
  color: #59CE72 !important;
}

.category_scroll {
  max-height: 300px;
  overflow-y: auto;
}

.card_body_height {
  max-height: 600px;
  height: 100%;
  /* padding-right: 15px; */
  overflow-y: auto;
}

.mini_cart_scroll::-webkit-scrollbar,
.card_body_height::-webkit-scrollbar,
.category_scroll::-webkit-scrollbar {
  width: 5px;
}

.category_scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.mini_cart_scroll::-webkit-scrollbar-thumb,
.card_body_height::-webkit-scrollbar-thumb,
.category_scroll::-webkit-scrollbar-thumb {
  background: #888;
}

.mini_cart_scroll::-webkit-scrollbar-track,
.card_body_height::-webkit-scrollbar-track {
  background: #cfcfcf;
}




@media(max-width:768px) {}


.home_top_head {
  width: 100%;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
  border-bottom: 1px solid #dddddd8a;
}


.hero-slider-1 img {
  max-height: 500px;
}

.hero-slider-1 .single-slider-img-1 {
  height: 500px;
  position: relative;
}

.hero-slider-1 .single-slider-img-1 .slider-1-1 {
  position: absolute;
  bottom: 30px;
  right: 0;
}

.hero-slider-1 .single-slider-img-1 .slider-1-2 {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.hero-slider-1 .single-slider-img-1 .slider-1-3 {
  position: absolute;
  bottom: 30px;
  right: 0;
}

.hero-slider-1.style-2 {
  height: 490px;
}

.hero-slider-1.style-2 .slider-1-height-2 {
  height: 490px;
  position: relative;
}

.hero-slider-1.style-2 .hero-slider-content-2 {
  padding-left: 300px;
  padding-top: 100px;
}

.hero-slider-1.style-2 .single-slider-img {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 80px;
}

.hero-slider-1.style-2 .single-slider-img img {
  max-width: 550px;
}

.hero-slider-1.style-2.dot-style-1.dot-style-1-position-1 ul {
  bottom: 30px;
}

.hero-slider-1.style-3 {
  position: relative;
  height: unset;
}

.hero-slider-1.style-3 img {
  max-height: 620px;
}

.hero-slider-1.style-3 .slider-1-height-3 {
  height: 542px;
}

.hero-slider-1.style-3 .slider-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.hero-slider-1.style-3 .hero-slider-content-2 {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  padding-left: 60px;
}

.hero-slider-1.style-3 .hero-slider-content-2 h1 {
  font-size: 50px;
}

.hero-slider-1.style-3 .hero-slider-content-2 h2 {
  font-size: 38px;
  line-height: 1.2;
}

.hero-slider-1.style-3 .hero-slider-content-2 h4 {
  font-size: 18px;
  margin: 0 0 7px 0;
}

.hero-slider-1.style-3 .hero-slider-content-2 p {
  font-size: 14px;
}

.hero-slider-1.style-3 .hero-slider-content-2 .btn-default {
  color: #fff;
  background-color: #ffb300;
  border-radius: 50px;
  padding: 10px 19px;
  font-size: 13px;
}

.hero-slider-1.style-3.dot-style-1.dot-style-1-position-1 ul {
  bottom: 10px;
}

.hero-slider-1.style-4.dot-style-1.dot-style-1-position-1 ul {
  bottom: 10px;
}

.hero-slider-content-2 h1 {
  font-size: 58px;
  line-height: 64px;
  margin: 0 0 0px;
}

.hero-slider-content-2 h2 {
  font-size: 46px;
  line-height: 54px;
  margin: 0 0 10px 0px;
}

.hero-slider-content-2 h3 {
  font-size: 34px;
  font-weight: 700;
  margin: 10px 0 15px;
  line-height: 1;
}

.hero-slider-content-2 h4 {
  font-size: 24px;
  margin: 0 0 18px;
}

.hero-slider-content-2 p {
  font-size: 18px;
  line-height: 36px;
  margin: 7px 0 22px;
  width: 74%;
}

.hero-slider-content-2 span {
  display: block;
  font-size: 15px;
  line-height: 1;
}

.single-slider-img {
  position: relative;
}

.dot-style-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dot-style-1 ul li {
  margin: 0 3px;
  line-height: 0 !important;
}

.dot-style-1 ul li button {
  width: 8px;
  height: 8px;
  border-radius: 30px;
  border: 1px solid;
  padding: 0;
  font-size: 0px;
  border-color: #c1c1c1;
  background: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dot-style-1 ul li button:hover {
  background: #c1c1c1;
}

.dot-style-1 ul li button {
  border: 1px solid #fff;
}

.dot-style-1 ul li.slick-active button {
  background: #fff;
}

.hero-slider-1 .slick-dots {
  text-align: center;
  margin: auto;
  background: #00000080 !important;
  padding: 5px 10px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  bottom: 0 !important;
}

.dot-style-1.dot-style-1-position-1 ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  padding: 4px 0;
  background: #0000008c;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

}

.dot-style-1.dot-style-1-center ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dot-style-1.dot-style-1-mt1 ul {
  margin-top: 30px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}

.slider-arrow .slider-btn {
  cursor: pointer;
  background: #ff9a34;
  width: 35px;
  height: 35px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
}

.slider-arrow .slider-btn i {
  font-size: 20px;
}

.slider-arrow .slider-btn.slider-prev {
  left: 20px;
}

.slider-arrow .slider-btn.slider-prev i {
  margin-right: 2px;
}

.slider-arrow .slider-btn.slider-next {
  right: 20px;
}

.slider-arrow .slider-btn.slider-next i {
  margin-left: 2px;
}

.slider-arrow .slider-btn:hover {
  background: #ff9a34;
  color: #fff;

}

.slider-arrow.slider-arrow-2 .slider-btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
}

.slider-arrow.slider-arrow-3 .slider-btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  margin-top: -15px;
}

.slider-arrow.style-3 .slider-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdeed;
  line-height: 40px;
  font-size: 12px;
  margin-top: -20px;
}

.home-slide-cover {
  position: relative;
}

.home-slide-cover .slider-arrow {
  left: 0;
}

.home-slide-cover .hero-slider-1 .single-hero-slider img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.home-slider .slick-track,
.home-slider .draggable {
  height: 100%;
}

.cate-module {
  display: flex !important;
  margin: 0 15px;
}

.home-slide-cover .hero-slider-content-2 {
  padding-left: 50px;
}


/*Carausel*/
.carausel-6-columns-cover .carausel-6-columns {
  overflow: hidden;
}

.carausel-6-columns-cover .carausel-6-columns .card-1 {
  margin-right: 12px;
  margin-left: 12px;
  text-align: center;
}

.card-1:hover a {
  text-decoration: underline !important;
}

.carausel-6-columns-cover .product-img {
  border: 1px solid #cce7d0;
}





.carausel-6-columns-cover.arrow-center .slider-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -50px;
}

.carausel-6-columns-cover.arrow-center .slider-arrow .slider-btn.slider-next {
  right: -30px;
}

.carausel-6-columns-cover.arrow-center .slider-arrow .slider-btn.slider-prev {
  left: -30px;
}

.carausel-6-columns-cover.arrow-center .slider-arrow.slider-arrow-3 {
  margin-top: 0;
}

.carausel-4-columns-cover .carausel-4-columns {
  overflow: hidden;
  margin: 0 -12px;
}

.carausel-4-columns-cover .carausel-4-columns .product-cart-wrap {
  margin-right: 12px;
  margin-left: 12px;
}

.carausel-4-columns-cover .carausel-4-columns-arrow {
  margin-top: -100px;
}

.bg-grey-10 {
  background-color: #d0f3ec;
}





.home-slider:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media(max-width:768px) {


  .home-slide-cover {
    height: 214px;
  }

  .home-slide-cover .slick-slider {
    height: 100%;
  }

  .home-slide-cover .slick-slider .slick-slide img {
    height: 100%;
    width: 100%;
  }

  .home-slider {
    margin-top: 20px !important;
  }
}

@media(max-width:500px) {
  .home-slide-cover {
    height: auto;
    width: 100%;
    aspect-ratio : 16 / 9;
  }
}

/* order box style  */
.order_box {
  padding: 0 12px !important;

}

.order_box .col-lg-3 {
  padding: 0 !important;
}

.order_box .order_content_box {
  padding: 24px;
  overflow-x: hidden;
  border: 0.1rem solid #e8e8e8;
  background-color: #f5f5f5;
}


.order_box .order_content_box p {
  margin-bottom: 0;
}

.order_box .order_content_box:nth-child(4),
.order_box .order_content_box:nth-child(3),
.order_box .order_content_box:nth-child(2) {
  border-left: 0;
}


.order_box .order_content_box h5 {
  font-size: 17px;
  font-weight: 600;
  color: #555;
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order_box .order_content_box p a {
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  color: #ff9a34 !important;
}

.order_box .order_content_box p a:hover {
  text-decoration: underline;
}

.order_box .order_content_box {
  display: flex;
  gap: 10px;

  height: 100%;
  align-items: center;
}

.order_box .order_content_box img {
  width: 40px;
}

@media(max-width:991px) {
  .d-none-991 {
    display: none;
  }
}


@media(max-width:768px) {
  .order_box .order_content_box {
    padding: 10px 0;
    justify-content: center;
  }

  .order_box .order_content_box h5 {
    font-size: 14px;
    margin-bottom: 0;
  }

  .order_box .order_content_box p a {
    font-size: 13px;
  }

  .d-none-768 {
    display: none;
  }

  .order_box .col-4 {
    width: 50%;
  }
}

@media(max-width:574px) {
  .order_box .order_content_box img {
    width: 30px;
  }

  .order_box .order_content_box h5 {
    font-size: 13px !important;
    margin-bottom: 0;
  }

  .order_box .order_content_box p a {
    font-size: 11px !important;
  }
}

@media(max-width:420px) {
  .order_box .order_content_box {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }


}


/*COMPONENTS -> CARD*/
.card-1 {
  position: relative;
  background: #fff;
  text-align: center;

}

.card-1 figure {
  margin: 10px;
  width: 200px;
  height: 200px;
  margin: 10px auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ededed;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}


.card-1 figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media(max-width:1100px) {
  .card-1 figure {
    width: 170px;
    height: 170px;
  }

  .custome_slider_arrow .slider-arrow {
    top: 38% !important;
  }
}


@media(max-width:420px) {
  .card-1 figure {
    width: 140px;
    height: 140px;
  }

}


@media(max-width:991px) {
  .custome_slider_arrow .slider-arrow {
    top: 36% !important;
  }
}

/* @media(max-width:420px){
  .custome_slider_arrow .slider-arrow {
      top: 32% !important;
    }
} */

.card-1 p a {
  color: #4d4d4d;
  font-size: 14px;
}

.card-1 h5 {
  margin: 20px 0;
}

.card-1 h5 a {
  color: #4f5d77;
}

.card-1:hover a {
  color: #ff9a34;
  text-decoration: underline;
}

.hero-card {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.hero-card:hover {
  border: 1px solid #088178;
}

.hero-card .hero-card-icon {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-card .hero-card-icon.icon-left {
  width: 135px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.hero-card .hero-card-icon.icon-left-2 {
  width: 265px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.hero-card .hero-card-icon i {
  font-size: 25px;
  color: #6143f7;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e2e9e1;
  border-radius: .25rem;
}

.card .card-header {
  padding: 1rem;
  margin-bottom: 0;
  background-color: #f7f8f9;
  border-bottom: 1px solid #e2e9e1;
}

.border-radius {
  border-radius: 4px;
}

/*COMPONENTS -> TABS*/
.nav-tabs {
  margin-bottom: 25px;
  border: 0;
}

.nav-tabs .nav-link {
  background-color: #eeeeee;
  font-size: 15px;
  margin: 0 10px;
  margin-left: 10px;
  color: #444;
  border-radius: 4px;
  padding: 15px 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 0;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  font-family: "Spartan", sans-serif;
  font-weight: 600;
  line-height: 1;
}

.nav-tabs .nav-link.active {
  color: #088178;
  background-color: #fde1bd;
}

.nav-tabs .nav-link:hover {
  color: #088178;
  background-color: #fde1bd;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav-tabs .nav-link:first-child {
  margin-left: 0 !important;
}

.nav-tabs.no-border {
  border: none;
}

.nav-tabs.right .nav-item:last-child .nav-link {
  margin-right: 0;
}

.nav.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.dashboard-menu {
  border: 1px solid #e2e9e1;
  border-radius: 5px;
  overflow: hidden;
}


.banner-bg {
  background-position: center;
  background-size: cover;
  padding: 50px;
}

.banner-features {
  text-align: center;
  width: 100%;
  height: 75px;
}

.banner-features img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.featured .row .col-lg-3 {
  margin: 10px 0;
}

.banner-features h6 {
  color: #000;
  margin: 10px 0;
}

.banner-features img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-features h4 a {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  padding: 9px 8px 6px 8px;
  line-height: 1;
  margin: 8px 0;
  color: #000;
  border-radius: 4px;
}

.banner-features:hover h4 a {
  text-decoration: underline;
  color: #ff9a34;
}

.banner-features a {
  color: #4d4d4d;
}

@media(max-width:768px) {
  .banner-features h4 a {
    font-size: 13px;
  }
}


.favorites_price span {
  font-size: 15px;
  color: #666666 !important;
}


/*Page > About*/
.hero-2 {
  padding: 160px 0 100px;
  min-height: 640px;
}


.hero-content {
  position: absolute;
  z-index: 4;
  width: 100%;
}

.hero-content h1 {
  line-height: 1.1;
}


/*LAYOUT -> HEADER STYLE*/
/*Header default*/
.header-top-ptb-1 {
  padding: 10px 0;
  border-bottom: 1px solid #e2e9e1;
  background-color: #f2f3f8;
  font-size: 14px;
  background-image: url(../images/topbar-bg.jpg);
  line-height: 1;
}

.header-top-ptb-1 #news-flash {
  min-width: 400px;
  font-size: 14px;
  line-height: 10px;
  font-weight: 600;
}

.header-top-ptb-1 #news-flash li {
  min-height: 14px;
}

.header-top-ptb-1 #news-flash i {
  line-height: 6px;
  margin-right: 5px;
}

.header-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-info>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-info>ul>li {
  margin-right: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-info>ul>li:before {
  content: '';
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #dedfe2;
}

.header-info>ul>li:last-child {
  margin-right: 0;
}

.header-info>ul>li:last-child:before {
  display: none;
}

.header-info>ul>li a {
  color: #1a1a1a;
  font-weight: 500;
}

.header-info>ul>li a i {
  font-size: 12px;
  margin-right: 5px;
}

.header-info>ul>li a.language-dropdown-active i.fa-chevron-down {
  font-size: 8px;
  margin-left: 5px;
}

.header-info>ul>li>ul.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 120px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  padding: 10px 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #eef0ee;
}

.header-info>ul>li>ul li {
  display: block;
}

.header-info>ul>li>ul li a {
  display: block;
  color: #696969;
  padding: 5px;
}

.header-info>ul>li>ul li a:hover {
  color: #088178;
  background-color: none;
}

.header-info>ul>li>ul li a img {
  max-width: 15px;
  display: inline-block;
  margin-right: 5px;
}

.header-info>ul>li:hover>a {
  color: #333;
}

.header-info>ul>li:hover>ul.language-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 25px;
}

.header-info i {
  font-size: 12px;
  margin-right: 5px;
  line-height: 6px;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.header-wrap .last_black {
  color: #000;
}

@media(max-width:1300px) {
  .header-wrap .last_black {
    display: none;
  }
}

.header-wrap .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.main_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20px;
  margin-top: 20px;
}

.main-categori-wrap>a>i,
.main-menu>nav>ul>li>a i {
  font-size: 21px !important;
}

.header-wrap.header-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-wrap .header-right {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* position: relative; */
  justify-content: space-between;
}


.header-wrap .header-right form {
  width: 100%;
  margin-bottom: 0;
}

.logo a {
  display: block;
}



.logo.logo-width-1 a img {
  width: 180px;
  height: auto;
}


.header-action .header-action-icon.header-action-mrg-none2 {
  margin-right: 0px;
}

.header-action .header-action-icon:last-child {
  margin-right: 0;
}

.header-action .header-action-icon>a span.pro-count {
  position: absolute;
  right: -11px;
  bottom: -8px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.header-action-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-action-2 .header-action-icon-2:last-child {
  padding: 0 0px 0 8px;
}

.header-action-2 .header-action-icon-2>a {
  font-size: 30px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
  width: 1em;
}

.header-action-2 .header-action-icon-2>a img {
  width: 100%;
  max-width: 25px;
  opacity: 0.8;
}

.header-action-2 .header-action-icon-2>a span.pro-count {
  position: absolute;
  right: -11px;
  top: -5px;
  color: #ffffff;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
}

.head_cart_img .cart_fil_img {
  filter: brightness(0) invert(1);
}

.header-action-2 .head_cart_img .cart_fil_img {
  width: 35px;
}

.header-action-2 .sign_in img {
  width: 28px;
}


.header-height-2 {
  border-bottom: 1px solid #e2e9e1;
}

.header-height-3 {
  min-height: 132px;
}

.header-height-4 {
  min-height: 120px;
}

.search-popup-wrap.search-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}



.header-action-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-action .header-action-icon {
  margin-right: 28px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-action .header-action-icon.header-action-mrg-none {
  margin-right: 13px;
}

.header-action .header-action-icon>a {
  font-size: 24px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.header-action .header-action-icon>a span.pro-count.blue {
  background-color: #088178;
}

.header-action .header-action-icon:hover>a {
  color: #088178;
}



.header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
  margin-right: 0px;
}

.header-action.header-action-hm3 .header-action-icon:last-child {
  margin-right: 0;
}

.header-area {
  /*background-color: #ff9a34;*/
}

.header-action-2 .header-action-icon-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px;
}

.header-action-2 .header-action-icon-2>a svg {
  width: 1em;
  height: 1em;
}

.header-action-2 .header-action-icon-2>a span.pro-count.blue {
  background-color: #088178;
}

.header-action-2 .header-action-icon-2:hover>a {
  color: #088178;
  fill: #088178;
}



.header-middle-ptb-1 {
  padding: 25px 0 0 0;
}


.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  padding: unset !important;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background: #fff;
}

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

.sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}

.header-height-1 {
  min-height: 133px;
}

.search-style-2 {
  width: 100%;
}

.search-style-2 form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search-style-2 form select {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  min-height: 45px;
  border: 1px solid #e2e9e1;
  border-right: none;
  width: 140px;
  padding: 3px 35px 3px 20px;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.search-style-2 form select:focus {
  color: #333;
}

.search-style-2 form select::after {
  position: absolute;
}

.search-style-2 form input {
  width: 100%;
  max-width: 683px;
  border-radius: 0;
  background-color: #fff;
  border-color: #414648;
  border-width: 0 0 3px 0;
  border-style: solid;
  font-size: 16px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 35px;
  font-style: italic;
}

.search-style-2 form input::-moz-input-placeholder {
  opacity: 1;
}

.search-style-2 form input::-webkit-input-placeholder {
  opacity: 1;
}

.search-style-2 form input:focus {
  border-color: #414648;
  border-width: 0 0 3px 0;
  border-style: solid;
}

.search-style-2 form button {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 20px;
  color: #088178;
  height: 100%;
  padding: 5px 17px;
}

.header-bottom-shadow {
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
}

.header-bottom .header-action-right a span.pro-count {
  background-color: #088178;
  color: #fff;
}

.search-style-3 form {
  position: relative;
}

.search-style-3 form input {
  font-size: 15px;
  height: 40px;
  color: #1a1a1a;
  border-radius: 4px;
  padding: 3px 50px 3px 20px;
  border: 1px solid #088178;
  background-color: #ffffff;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-style-3 form input::-moz-input-placeholder {
  color: #1a1a1a;
  opacity: 1;
}

.search-style-3 form input::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 1;
}

.search-style-3 form input:focus {
  border: 1px solid #088178;
}

.search-style-3 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 15px;
  height: 100%;
  padding: 0 14px;
  background-color: transparent;
  color: #333;
}

.search-style-3 form button:hover {
  color: #088178;
}







/* Header style 2 */
.header-style-2 .header-top-ptb-1 {
  padding: 10px 0;
  border-bottom: 3px solid #088178 !important;
  font-size: 14px;
  line-height: 1;
  background: #fff;
}

.header-style-2 .header-middle-ptb-1 {
  padding: 35px 0;
}

.header-style-2 .select2-container {
  max-width: unset;
  min-width: 150px;
}

.header-style-2 .select2-container--default .select2-selection--single {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e2e9e1;
  height: 45px;
  padding-left: 20px;
  width: 155px;
  max-width: unset;
  border-radius: 4px 0 0 4px;
}

.header-style-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

.header-style-2 .search-style-2 form {
  border: 1px solid #e2e9e1;
  border-radius: 4px;
  max-width: 700px;
}

.header-style-2 .search-style-2 form input {
  color: #1a1a1a;
  max-width: 600px;
  background-color: #fff;
  border-width: 0px;
  border-radius: 0 4px 4px 0;
  margin-left: 20px;
}

/* Header style 3 */
.header-style-3.header-height-2 {
  border-bottom: none;
}

.header-style-3 .main-nav {
  border-top: 1px solid #e2e9e1;
  border-bottom: 1px solid #e2e9e1;
}

.header-style-3 .header-top-ptb-1 {
  background-color: #088178;
  color: #fff;
  background-image: none;
}

.header-style-3 .header-top-ptb-1 a {
  color: #fff;
}

.header-style-3 .header-top-ptb-1 i {
  color: #fff;
}

.header-style-3 .header-top-ptb-1 .language-dropdown a {
  color: #1a1a1a;
}

.header-style-3 .header-middle-ptb-1 {
  padding: 25px 0;
}

.header-style-3 .header-bottom-bg-color {
  background-color: #fff;
}

.header-style-3 .main-categori-wrap>a {
  color: #494949;
}

.header-style-3 .main-categori-wrap i {
  font-size: 12px;
  color: #fff;
}

.header-style-3 .main-menu.main-menu-light-white>nav>ul>li>a {
  color: #494949;
}

.header-style-3 .main-nav {
  border-top: 1px solid #e2e9e1;
  border-bottom: 1px solid #e2e9e1;
}

.header-style-3 .sticky-bar.stick.sticky-blue-bg {
  background-color: #fff;
}

.header-style-3 .hotline p {
  color: #088178 !important;
}

.header-style-3 .select2-container {
  max-width: unset;
  min-width: 150px;
}

.header-style-3 .select2-container--default .select2-selection--single {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e2e9e1;
  height: 45px;
  padding-left: 20px;
  width: 155px;
  max-width: unset;
  border-radius: 4px 0 0 4px;
}

.header-style-3 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

.header-style-3 .search-style-2 form {
  border: 1px solid #e2e9e1;
  border-radius: 4px;
  max-width: 700px;
}

.header-style-3 .search-style-2 form input {
  color: #1a1a1a;
  max-width: 600px;
  background-color: #fff;
  border-width: 0px;
  border-radius: 0 4px 4px 0;
  margin-left: 20px;
}

/* Header style 4 */
.header-style-4 {
  position: relative;
}

.header-style-4.header-height-2 {
  border-bottom: 0;
}

.header-style-4 .header-top-ptb-1 {
  background-color: #d8f4e2;
  background-image: none;
  padding: 15px 0;
  border: 0;
}

.header-style-4 .header-top-ptb-1 .language-dropdown a {
  color: #1a1a1a;
}

.header-style-4 .header-middle-ptb-1 {
  padding: 20px 0;
}

.header-style-4 .select2-container {
  max-width: unset;
  min-width: 150px;
}

.header-style-4 .select2-container--default .select2-selection--single {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e2e9e1;
  height: 45px;
  padding-left: 20px;
  width: 155px;
  max-width: unset;
  border-radius: 4px 0 0 4px;
}

.header-style-4 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

.search_box {
  position: relative;
  width: 100%;
}

.search_box input {
  width: 100%;
  padding: 8px 40px 8px 10px;
  outline: none;
  font-size: 17px;
  border: none;
  background-color: #fff;
  border-radius: 4px;
}

.search_box input:focus {
  background-color: #fff;
}

.search_box .srarch_btn,
.search_box .srarch_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  font-size: 18px;
  color: #000;
}


/*.search_box .fa-circle-o-notch {*/
/*  position: absolute;*/
/*  top: 30%;*/

/*}*/

.help,
.sign_in,
.add_cart {
  display: flex;
  gap: 8px;
  margin: 0px 6px;
  cursor: pointer;
  padding: 10px;
  position: relative;
  align-items: center;
  color: #fff;
}

.help:hover,
.sign_in:hover,
.add_cart:hover {
  background: #0000000d;
}

.help .first_icon,
.sign_in .first_icon,
.add_cart .first_icon {
  font-size: 25px;

}

.add_cart .cart_item {
  width: 21px;
  height: 21px;
  background-color: #ffe618;
  border-radius: 50%;
  position: absolute;
  color: #000;
  font-size: 13px;
  left: 19px;
  top: 5px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: bold;
  border: 1px solid #ff9a34;
}

.help_box {
  width: 380px;
  position: absolute;
  right: 0px;
  top: 43px;
  color: #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 0 0 0;
  box-shadow: 0 3px 3px rgb(0 0 0 / 30%);
  display: none;
  background-color: #fff !important;
}

.help:hover .help_box {
  display: block;
  z-index: 999;
}

.header-action-2 h6 {
  font-size: 15px;
  color: #000000;
  margin: 0;
  max-width: 80px;
  /* width: 100%; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-action-2 .fa-angle-down {
  scale: 1.4;
}

.help_box::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  right: 4px;
  position: absolute;
  top: -10px;
  transform: rotate(45deg);
}

.help_box .help_content {
  padding: 10px 40px;
  text-align: center;
}

.help_box .help_content p {
  font-size: 15px;
}

.help_box .help_content h3 {
  font-weight: bold;
  margin-top: 20px;
}

.help_box .help_content h3 a {
  color: #000;
}

.help_box .chat_box {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.chat_box img {
  margin: 0 10px;
  width: 35px;
}

.help_box .chat_box div {
  width: 50%;
  border: 1px solid #0000002e;
  height: 60px;
  display: flex;
  border-left: 0;
  font-size: 14px;
  background-color: #f9f9f9;
  border-right: 0;
  align-items: center;
  justify-content: center;
}

.help_box .chat_box div i {
  color: #ff9a34;
  font-size: 21px;
}

.help_box .chat_box div a {
  color: #000;
  text-decoration: none;
}

.help_box .chat_box div a:hover {
  text-decoration: underline;
}

.help_box .chat_box div:hover {
  background-color: #fff;
}

.help_box .chat_box div:first-child {
  border-right: 1px solid #0000002e;
}

.help_box .track_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.help_box .track_box p {
  font-size: 15px;

}

.help_box .track_box p a {
  text-decoration: none;
  cursor: pointer;
  color: #ff9a34;
}

.help_box .track_box p a:hover {
  text-decoration: underline;
}

.sign_in_box {
  width: 210px;
  position: absolute;
  right: 0px;
  top: 48px;
  color: #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: start;
  box-shadow: 0 3px 3px rgb(0 0 0 / 30%);
  display: none;
  background-color: #fff !important;
}

.sign_in_box .height {
  max-height: 370px;
  height: 100%;
  overflow-y: scroll;
}



.sign_in_box .height::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
}

.sign_in_box .height::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sign_in_box .height::-webkit-scrollbar-thumb {
  background: #888;
}

.sign_in:hover .sign_in_box {
  display: block;
  z-index: 999;
}

.sign_in:hover .sign_in_box .btn_box {
  padding: 10px 0px 5px 0;
  text-align: center;
  background-color: #f9f9f9;
}

.sign_in:hover .sign_in_box .btn_box p {
  font-size: 14px;
  margin: 0;
  padding: 8px 0;
}

.sign_in:hover .sign_in_box .btn_box p a {
  color: #0d6efd !important;
}

.sign_in:hover .sign_in_box ul li {
  margin-top: 5px;
  border-bottom: 1px solid #0000001c;
}

.sign_in:hover .sign_in_box ul li:hover a {
  color: #ff9a34;
}

.sign_in:hover .sign_in_box ul li a {
  color: #4d4d4d;
  display: block;
  width: 100%;
  padding: 7px 11px;
  font-size: 14px;

}

.sign_in_box::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #fff;
  right: 4px;
  position: absolute;
  top: -9px;
  z-index: -1;
  transform: rotate(45deg);
}

.sign_in_box .Sign_btn_outline {
  background-color: #ff9a34;
  color: #fff;
}

.sign_in_box .Sign_btn {
  padding: 8px 0;
  width: 170px;
  border: 1px solid #ff9a34;

  margin: 5px 0;
}

.sign_in .sign_in_box .Sign_btn:hover {
  background-color: #ff9a34 !important;
  color: #fff !important;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none !important;
}

.cart_empty_box {
  width: 370px;
  position: absolute;
  right: 0px;
  top: 50px;
  color: #000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px 15px;
  display: none;

  box-shadow: 0 3px 3px rgb(0 0 0 / 30%);
  background-color: #fff !important;
}

/* .cart_empty_box a {
  color: #ff9a34;
} */

.add_cart:hover .cart_empty_box {
  display: block;
  z-index: 999;
}

/* .cart_empty_box::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  right: 4px;
  position: absolute;
  top: -10px;
  transform: rotate(45deg);
} */

.cart_empty_box .empty_text {
  font-size: 12px;
  font-weight: 600;
}

.cart_empty_box p {
  font-size: 14px;
  /* white-space: nowrap; */
  color: #000;
  margin-bottom: 0;
  line-height: 1.2;
}

.cart_empty_box p a {
  text-decoration: none;
}

.cart_empty_box p a:hover {
  text-decoration: underline;
}

.header-style-4 .header-bottom-bg-color {
  /*background-color: #ff9a34;*/
  padding: 15px 0;
}

/* .cart_empty_box 2 style  */


.cart_product_box {
  width: 330px !important;
  padding: 10px;
  border-radius: 10px;
}

.cart_totle {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  justify-content: space-between;
}

.cart_totle h6 {
  color: #9b9b9b;
  margin: 0;
  overflow: visible;
  font-size: 16px;
}

.cart_totle h5 {
  font-size: 18px;
  color: #ff9a34 !important;
}

.cart_totle a {
  white-space: nowrap;
  font-size: 13px;
}


.cart_product_box button {
  width: 100%;
  padding: 12px 10px;
  margin: 5px 0 10px 0;
  background-color: #ff9a34;
  border-radius: 5px;
  border: none;
}

.cart_product_box button a {
  color: #fff !important;
}

.cart_top {
  background-color: #f5f5f540;
  padding: 10px 10px 10px;
}

.cart_procuct {
  display: flex;
  padding: 10px 10px 20px;
  justify-content: space-between;
  column-gap: 10px;
  align-items: center;

}

.mini_cart_img {
  width: 25%;
}

.mini_cart_img img {
  font-size: 12px;
}

.mini_cart_content .card_heading a {
  color: #ff9a34 !important;
  margin-bottom: 5px !important;
  font-size: 16px !important;
  line-height: 20px;
}


.mini_cart_scroll .font-w-600 {
  font-weight: 500;
  font-size: 14px;
}



.mini_cart_img img {
  width: 60px;
  height: 70px;
  object-fit: contain;

}

.mini_cart_scroll {
  max-height: 300px;
  height: 100%;
  overflow-y: auto;
  border-bottom: 1px solid #d6d6d6;
}

.mini_cart_content {
  width: 75%;
}

.mini_cart_content p {
  margin: 0 0 5px 0 !important;
}

.mini_cart_content p a {
  font-size: 13px !important;
  color: #000 !important;
}

.cart_procuct:hover a {
  text-decoration: underline !important;
}




.header-style-4 .main-categori-wrap>a {
  color: #000000;
  line-height: 60px;
  font-weight: 600;
}

.header-style-4 .main-categori-wrap>a b {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .01em;
}

.header-style-4 .main-categori-wrap>a i.up {
  right: 30px;
}

.header-style-4 .main-menu.main-menu-light-white>nav>ul>li>a {
  color: #494949;
}

.header-style-4 .stick .main-menu.main-menu-light-white>nav>ul>li>a {
  color: #ffffff !important;
}

.header-style-4 .categori-dropdown-active-large {
  top: 55px;
}

.header-style-4 .hotline p {
  color: #088178 !important;
}

.header-style-4 .stick .hotline p {
  color: #fff !important;
}

.header-style-4 .main-categori-wrap>a span {
  color: #fff !important;
}

.header-style-5 .logo.logo-width-1 a img {
  width: 120px;
  margin-top: 5px;

}

.header-style-5 .select2-container--default {
  width: 115px !important;
}

.header-style-5 .select2-container--default .select2-selection--single {
  border: 1px solid #e8e8e8;
  height: 45px;
  padding-left: 10px;
  font-size: 13px;
}

.header-style-5 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  font-size: 13px;
}

.header-style-5 .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 7px;
}


.header-style-5 .header-bottom .header-action-right a span.pro-count {
  color: #fff;
}

.header-style-5 .header-action-2 .header-action-icon-2>a {
  font-size: 24px;
}

.header-style-5 .select2-container {
  max-width: unset;
  min-width: 100px;
}

.header-style-5 .select2-container--default .select2-selection--single {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e2e9e1;
  height: 45px;
  padding-left: 20px;
  width: 105px;
  max-width: unset;
  border-radius: 4px 0 0 4px;
}

.header-style-5 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

.header-style-5 .search-style-2 form {
  border: 1px solid #e2e9e1;
  border-radius: 4px;
  max-width: 700px;
}

.header-style-5 .search-style-2 form input {
  color: #1a1a1a;
  max-width: 600px;
  background-color: #fff;
  border-width: 0px;
  border-radius: 0 4px 4px 0;
  margin-left: 20px;
}

span.fi-rs-apps {
  font-size: 19px;
  opacity: 0.7;
}

.hotline i {
  opacity: 0.7;
}

/*LAYOUT -> NAVIGATION STYLE*/
.main-menu.main-menu-mrg-1 {
  margin: 0 0 0 27px;
}

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

.main-menu>nav>ul>li>a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}

.main-menu>nav>ul>li>a i {
  font-size: 13px;
  position: relative;
  margin-left: 4px;
}

.main-menu>nav>ul>li>a.active {
  color: #fff;
}

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

.main-menu nav ul .hot-deals a:hover {
  color: #F44335 !important;
}

.main-menu>nav>ul>li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 46px;
  background-color: #ffffff;
  min-width: 220px;
  padding: 25px 15px;
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  /* opacity: 0;
  visibility: hidden; */
  display: none;
  margin-top: 20px;
  border-radius: 0 0 4px 4px;
  /* z-index: 999; */
  border: 1px solid #eef0ee;
}

.main-menu>nav>ul>li ul.sub-menu::before {
  background-color: #fff !important;
  left: 82px;
}

.main-menu>nav>ul>li ul.sub-menu li {
  line-height: 1;
  display: block;
  margin-bottom: 21px;
  position: relative;
}

.main-menu>nav>ul>li ul.sub-menu li:last-child {
  margin-bottom: 0;
}

.main-menu>nav>ul>li ul.sub-menu li ul.level-menu {
  position: absolute;
  left: 100%;
  top: -110px;
  background-color: #ffffff;
  width: 240px;
  padding: 33px 0 35px;
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
  margin-top: 20px;
  border: 1px solid #eef0ee;
}

.main-menu>nav>ul>li ul.sub-menu li ul.level-menu.level-menu-modify {
  top: -25px;
}

.main-menu>nav>ul>li ul.sub-menu li a i {
  font-size: 9px;
  float: right;
  position: relative;
  top: 4px;
}

.main-menu>nav>ul>li ul.sub-menu li:hover>a {
  color: #000;
}

.main-menu>nav>ul>li ul.sub-menu li:hover ul.level-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.main-menu>nav>ul>li ul.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  width: 100%;
  padding: 35px 25px 35px 35px;
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 0 0 4px 4px;
  z-index: 999;
  border: 1px solid #eef0ee;
}

.main-menu>nav>ul>li ul.mega-menu li {
  line-height: 1;
  display: block;
  position: relative;
  float: left;
  padding-right: 10px;
}

.main-menu>nav>ul>li ul.mega-menu li {
  margin-bottom: 0;
  padding: 0px 5px;
}

.main-menu>nav>ul>li ul.mega-menu li.sub-mega-menu-width-22 {
  width: 22%;
}

.main-menu>nav>ul>li ul.mega-menu li.sub-mega-menu-width-34 {
  width: 34%;
}

.main-menu>nav>ul>li ul.mega-menu li a.menu-title {
  font-size: 19px;
  font-weight: 500;
  display: block;
}



.main-menu>nav>ul>li ul.mega-menu li ul li {
  line-height: 1;
  display: block;
  margin-bottom: 5px;
  float: none;
}

.main-menu>nav>ul>li ul.mega-menu li ul li:last-child {
  margin-bottom: 0;
}

.scroll_header .main-menu>nav>ul>li ul.mega-menu li ul li a,
.main-menu>nav>ul>li ul.mega-menu li ul li a {
  font-size: 15px;
  color: #161c27;
  display: block;
  padding: 5px 0;
  line-height: 1.4;
}


.main-menu>nav>ul>li ul.mega-menu li ul li a:hover {
  color: #ff9a34;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap {
  overflow: hidden;
  position: relative;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap a {
  display: block;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap a img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
  position: absolute;
  top: 32px;
  left: 30px;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0 11px;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.old-price {
  font-size: 19px;
  font-weight: 400;
  color: #696969;
  text-decoration: line-through;
  margin-left: 5px;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 26px;
  padding: 12px 22px 14px;
  background-color: #088178;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 3px;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap:hover a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap:hover .menu-banner-btn a {
  background-color: #ff3551;
}


.main-menu>nav>ul>li:hover ul.sub-menu {
  /* opacity: 1;
  visibility: visible; */
  display: block;
  margin-top: 0;
}

.main-menu>nav>ul>li:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-menu.hover-boder>nav>ul>li>a {
  position: relative;
}

.main-menu.hover-boder>nav>ul>li>a::after {
  content: none;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 34px;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #088178;
}

.main-menu.hover-boder>nav>ul>li:hover>a::after {
  width: 100%;
  left: 0;
  right: auto;
}

.main-menu.hover-boder.hover-boder-white>nav>ul>li>a::after {
  bottom: 18px;
  background: #ffffff;
}

.main-menu.hover-boder.hover-boder-modify>nav>ul>li>a::after {
  bottom: 28px;
}

.main-menu.main-menu-light-white>nav>ul>li>a {
  color: white;
}


.main-menu.main-menu-padding-1>nav>ul>li:first-child {
  padding-left: 0 !important;
}


.main-menu.main-menu-lh-2>nav>ul>li .like {
  width: 25px;
}

.main-menu.main-menu-lh-3>nav>ul>li {
  line-height: 80px;
}

.main-menu.main-menu-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.main-menu>nav>ul>li ul.sub-menu li a {
  font-size: 15px;
  color: #555;
  display: block;
  padding: 0 15px;
}

.main-menu>nav>ul>li ul.sub-menu li a:hover {
  color: #ff9a34;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
  margin: 0 0 28px;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.new-price {
  font-size: 24px;
  font-weight: 700;
  color: #ff3551;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd55a;
  position: absolute;
  top: 13%;
  right: 7%;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}

.main-menu.main-menu-lh-1>nav>ul>li {
  line-height: 70px;
}

.main-categori-wrap {
  position: relative;
}

.stick .main_header {
  display: none;
}

.scroll_header {
  position: fixed;
  background-color: #ff9a34;
  width: 100%;
  top: -143px;
  transition: 0.3s all;
  min-height: 55px;
  z-index: 9999;
  opacity: 0;
}

.scroll_header.stick {
  top: 0;
  width: 100%;
  left: 0;
  opacity: 1;
  transition: 0.3s all;
}

.scroll_header .logo img {
  width: 140px !important;
}

.stick .scroll_header {
  display: block;
  padding: 3px 10px;
}


.toggle_btn {
  position: relative;
}

.toggle_btn svg {
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
}

.toggle_active .open_btn {
  display: none;
}

@media(max-width:991px) {

  /* .scroll_header {
    display: block !important;
    top: 0;
    width: 100%;
  } */

  .head_stick {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
  }

  .header-style-4 .header-bottom-bg-color {
    padding: 0 !important;
  }

  .header-wrap {
    padding: 10px;
    /* position: fixed !important; */
    width: 100%;
    height: auto;
    /* left: 0; */
    /* top: 0; */
    visibility: visible !important;
    opacity: 1 !important;
    background-color: #ff9a34;
    z-index: 99;
  }

  .stick .main_header {
    display: block;
  }
}

.constom_container {
  padding: 0;
}

.mobile_toggle_btn .close_btn,
.toggle_btn .close_btn {
  display: none;
}

.toggle_btn .open_on_scroll {
  display: none;
}

.toggle_active .close_btn {
  display: block !important;
}

.toggle_active .open_on_scroll {
  /* opacity: 1 !important; */
  top: 48px;
  display: block !important;
  /* visibility: visible !important; */
}

.main-categori-wrap>a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.main-categori-wrap>a span {
  margin-right: 7px;
  color: #161c27;
}

.main-categori-wrap>a>i {
  margin-left: 5px;
  color: #fff;
  font-size: 15px;
}

.main-categori-wrap>a>i.up {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.main-categori-wrap>a.open>i {
  opacity: 1;
  visibility: visible;
}

.main-categori-wrap>a.open>i.up {
  opacity: 1;
  visibility: visible;
}

.main-categori-wrap>a.open:hover i.up {
  opacity: 1;
  visibility: visible;
}

.categori-dropdown-active-large {
  list-style-type: none;
  position: absolute;
  top: 177%;
  left: 0;
  margin: 0;
  background: #fff;
  border-radius: 0 0 4px 4px;
  font-size: 15px;
  font-weight: 400;
  min-width: 270px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* opacity: 0; */
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  /* z-index: 99 !important; */
  display: none;
  box-shadow: 0 3px 3px rgb(0 0 0 / 30%);
  /* visibility: hidden; */
}

/* .categori-dropdown-active-large.open {
  opacity: 1;
  visibility: visible;
} */


/*.main-categori-wrap:hover .categori-dropdown-active-large {
  opacity: 1;
  visibility: visible;
}*/


/* .categori-button-active:hover .categori-dropdown-wrap {
  opacity: 1 !important;
  visibility: visible !important;
} */

.main_ul li:hover .categori-dropdown-wrap {
  /* opacity: 1 !important;
  visibility: visible !important; */
  display: block !important;
}

/* .main_ul li:hover .categori-dropdown-wrap .mega_box .tab_box .main_tab:first-child{
  display: block ;
}

.main_ul li:not(:hover) .categori-dropdown-wrap .mega_box .tab_box .main_tab:first-child {
  display: none;
} */



.categori-dropdown-active-small {
  z-index: 9;
  margin: 0;
  padding: 14px 0 23px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
  font-size: 15px;
  font-weight: 400;
  display: none;
  width: 100%;
}

.categori-dropdown-wrap ul li {
  display: block;
  margin: 4px 0;
}

.categori-dropdown-wrap ul li .list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 10px;
  line-height: 1.5;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 600;
  text-transform: lowercase;
}

.scroll_header .mega-menu-col ul li a {
  padding: 5px 10px !important;
}


.categori-dropdown-wrap ul li a:hover {
  color: #ff9a34;
  background-color: rgba(78, 151, 253, 0.1);
}

.categori-dropdown-wrap ul li a i {
  margin-left: 10px;
  font-size: 10px;
  opacity: 0.9;
}

.categori-dropdown-wrap ul li:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  --bs-dropdown-min-width: 0 !important;
  --bs-dropdown-padding-x: 0 !important;
  pointer-events: auto;
}

.categori-dropdown-wrap ul li.has-children {
  position: relative;
}

.categori-dropdown-wrap ul li.has-children.active {
  background-color: #fff;
}

.categori-dropdown-wrap ul li.has-children.active i,
.categori-dropdown-wrap ul li.has-children.active a {
  color: #ff9a34;
}

.categori-dropdown-wrap ul li.has-children>a::after {
  content: "\f054";
  /* font-family: 'uicons-regular-straight' !important; */
  position: absolute;
  right: 10px;
  top: 58%;
  font-family: FontAwesome;
  margin-top: -10px;
  font-size: 11px;
}

.categori-dropdown-wrap ul li.has-children .dropdown-menu {
  left: 100%;
  top: 0;
  min-width: 0;
  width: 100%;
  --bs-dropdown-min-width: 10rem !important;
  --bs-dropdown-padding-x: 0 !important;
  --bs-dropdown-padding-y: 0 !important;
  --bs-dropdown-border-color: unset !important;

}

.categori-dropdown-wrap ul li.has-children .dropdown-menu .submenu-title {
  font-size: 19px;
  font-weight: 500;
  display: block;
  color: #ff9a34;
  padding: 8px 0;
}

.categori-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.categori-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
}

.categori-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info a {
  text-transform: capitalize;
  position: relative;
  padding: 0;
  color: #272a2c !important;
}

.categori-dropdown-wrap ul li.has-children .dropdown-menu .header-banner2 .banne_info a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 50%;
  background-color: #272a2c;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.categori-dropdown-wrap .more_categories {
  border-top: 1px solid #eaeaea;
  padding: 10px 34px 0 34px;
  margin-top: 10px;
  color: #088178;
  position: relative;
  font-size: 13px;
  font-family: "Spartan", sans-serif;
}

.categori-dropdown-wrap .more_categories::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #088178;
  position: absolute;
  right: 31px;
  top: 21px;
}

.categori-dropdown-wrap .more_categories::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #088178;
  position: absolute;
  right: 38px;
  top: 14px;
}

.categori-dropdown-wrap .more_categories.show::after {
  display: none;
  content: none;
}

/*Pagination*/
.pagination-area .page-item {
  margin: 0 5px;
}

.pagination-area .page-item:first-child {
  margin-left: 0;
}

.pagination-area .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.pagination-area .page-item.active .page-link,
.pagination-area .page-item:hover .page-link {
  color: #fff;
  background: #088178;
}

.pagination-area .page-link {
  border: 0;
  padding: 0 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 4px;
  color: #696969;
  line-height: 34px;
  text-align: center;
  font-weight: 700;
}

.pagination-area .page-link.dot {
  background-color: transparent;
  color: #4f5d77;
  letter-spacing: 2px;
}



/*Social network widget*/
.follow-us a {
  display: block;
  padding: 12px 10px;
  color: #fff;
  width: 50%;
  border-radius: 5px;
  font-size: 11px;
  overflow: hidden;
  height: 46px;
}

.follow-us a .social-count {
  font-weight: bold;
}

.follow-us a:hover i {
  -webkit-transform: translateY(-35px) !important;
  transform: translateY(-35px) !important;
}

.follow-us a i {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.2s cubic-bezier(0.65, 0.23, 0.31, 0.88);
  transition: 0.2s cubic-bezier(0.65, 0.23, 0.31, 0.88);
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

.follow-us a i.nth-2 {
  position: absolute;
  top: 38px;
  left: 0;
}

.follow-us i.v-align-space {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 4px;
  line-height: 1;
}

.follow-us .social-icon {
  display: inline-block;
  position: relative;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
}

.follow-us a.follow-us-facebook,
.single-social-share a.facebook-icon {
  background: #305c99;
}

.follow-us a.follow-us-twitter,
.single-social-share a.twitter-icon {
  background: #00cdff;
}

.follow-us a.follow-us-instagram,
.single-social-share a.instagram-icon {
  background: #3f729b;
}

.follow-us a.follow-us-youtube,
.single-social-share a.pinterest-icon {
  background: #e22b26;
}

.sidebar-widget .widget-header {
  border-bottom: 1px solid #e2e9e1;
}

.sidebar-widget .widget-header h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}

.sidebar-widget.price_range,
.sidebar-widget.product-sidebar {
  border-radius: 0px;
  border: 1px solid #e2e9e1;
  padding: 30px;
}

.sidebar-widget .banner-img {
  float: none;
}

.widget_categories li.cat-item,
.widget_archive li,
.widget_pages li,
.widget_recent_comments li,
.widget_nav_menu li {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 14px;
  padding: 7px 0;
}

.widget_categories li.cat-item:last-child {
  border: none;
}

.widget_categories li.cat-item a,
.widget_archive li a,
.widget_pages li a {
  text-align: left;
  float: left;
  padding: 0;
}

.widget_tags {
  position: relative;
  border-radius: 0px;
}

.widget_tags a {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 4px;
  color: #242424;
  padding: 4px 15px 5px;
  margin: 0 8px 10px 0;
  border: 1px solid #e2e9e1;
}

.newsletter {
  background-color: #aeccc5;
}

.newsletter .icon-email {
  max-width: 40px;
  margin-right: 15px;
}

.newsletter .form-subcriber input {
  border-radius: 4px 0 0 4px;
  border: 0;
  padding: 0 20px 0 30px;
  font-size: 14px;
}

.newsletter .form-subcriber button {
  border-radius: 0 4px 4px 0;
  border: 0;
  font-size: 14px;
  padding: 0 30px;
  font-family: "Spartan", sans-serif;
}

.download-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0 33px;
}

.download-app a {
  display: block;
  margin-right: 12px;
}

.download-app a img {
  width: 170px;
  border-radius: 5px;
  border: 2px solid #e2e9e1;
}

.download-app a img.active,
.download-app a img:hover {
  border: 2px solid #088178;
}

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

.footer-list li {
  display: block;
  margin: 0 0 13px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

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

.footer-list li:hover {
  padding-left: 5px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer-list li a {
  font-size: 14px;
  color: #1a1a1a;
  display: block;
}

.footer-list li a:hover {
  color: #088178;
}

.footer-bottom {
  border-top: 1px solid #e2e9e1;
}

#scrollUp {
  width: 40px;
  height: 40px;
  background-color: #ff9a34;
  color: #ffffff;
  right: 30px;
  bottom: 30px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 999 !important;
}

#scrollUp:hover {
  background-color: #ff9a34 !important;
}

#scrollUp i {
  display: block;
  line-height: 40px !important;
  font-size: 16px;
}

#scrollUp:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.footer-mid .widget-title {
  margin: 15px 0 20px 0;
}




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


  .header-action .header-action-icon {
    margin-right: 15px;
  }

  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 15px;
  }

  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 15px;
  }

  .header-action .header-action-icon>a {
    font-size: 20px;
  }

  .header-action-2 .header-action-icon-2 {
    padding: 0 6px;
  }

  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 6px;
  }

  .header-action-2 .header-action-icon-2>a {
    color: #fff;
    fill: #fff;
    font-size: 22px;
    margin-right: 10px;
  }

  .header-style-5 .logo.logo-width-1 {
    margin-right: 0;
  }

  .header-style-5 .search-style-2 {
    margin-right: 30px;
  }

  .header-style-5 .header-bottom {
    padding: 5px 0;
  }



  .categori-dropdown-wrap ul li a {
    padding: 5px 12px;
  }

  .search-popup-wrap .search-popup-content form input {
    width: 270px;
    font-size: 25px;
    padding: 21px 20px 12px 0;
  }

  .mobile-header-wrapper-style {
    width: 320px;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 10px 20px;
    border-bottom: 1px solid #e2e9e1;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    width: 80px;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 30px 20px;
  }

  .header-height-1 {
    min-height: 65px;
  }

  /* .header-height-2 {
    min-height: 65px;
  } */

  .hero-slider-1 .single-slider-img-1 {
    height: 350px;
  }

  .home-slider.pt-50 {
    padding-top: 0 !important;
  }

  .hero-slider-content-2 h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .hero-slider-content-2 h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .hero-slider-content-2 h4 {
    font-size: 16px;
    margin: 0 0 10px;
  }

  .hero-slider-content-2 .btn-default {
    color: #fff;
    background-color: #088178;
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 14px;
  }

  .hero-slider-content-2 p {
    font-size: 14px;
    line-height: 1.3;
  }

  .banner-big h4 {
    font-size: 12px;
  }

  .banner-big h2 {
    font-size: 16px;
  }

  .banner-big .btn {
    background-color: #088178;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    padding: 10px 22px;
    border: 0;
  }


  .home-slider .hero-slider-1.style-2 {
    height: 400px;
  }

  .home-slider .hero-slider-1.style-2 .hero-slider-content-2 {
    padding-left: 0;
    padding-top: 100px;
  }

  .home-slider .hero-slider-1.style-2 .single-slider-img img {
    max-width: 400px;
  }

  .home-slider .hero-slider-1.style-2 .slider-1-height-2 {
    height: 400px;
    position: relative;
  }

  .banner-img {
    float: left;
  }

  .banner-img.f-none {
    float: none;
  }

  .hero-slider-1.style-3 .slider-1-height-3 {
    height: 390px;
  }

  .hero-slider-1.style-3 .hero-slider-content-2 {
    padding-left: 20px;
  }

  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 {
    padding-left: 0;
  }

  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h1 {
    font-size: 30px;
  }

  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h2 {
    font-size: 14px;
  }

  .home-slide-cover .hero-slider-1.style-4 .hero-slider-content-2 h4 {
    font-size: 12px;
  }

  .header-style-3 .header-bottom-bg-color {
    border-bottom: 2px solid #088178;
  }

  .header-style-3 .main-nav {
    border: none !important;
  }

  .header-style-3 .sticky-bar.stick.sticky-blue-bg {
    background-color: #088178;
  }

  .header-style-4 .main-nav {
    border: none !important;
  }

  .header-style-4 .sticky-bar.stick.sticky-blue-bg {
    background-color: #088178;
  }

  .font-xxl {
    font-size: 38px;
  }

  .single-page.pl-30,
  .single-page.pr-30 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .download-app {
    margin-bottom: 0 !important;
  }
}



@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mobile-promotion {
    display: inline-block;
  }
}

/*Mobile landscape*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action .header-action-icon {
    margin-right: 20px;
  }

  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 20px;
  }

  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 20px;
  }

  .header-action .header-action-icon>a {
    font-size: 22px;
  }

  .header-action-2 .header-action-icon-2 {
    padding: 0 10px;
  }

  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 10px;
  }

  .header-action-2 .header-action-icon-2>a {
    font-size: 22px;
  }



  .search-popup-wrap .search-popup-content form input {
    width: 480px;
    font-size: 25px;
    padding: 21px 20px 12px 0;
  }

  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }

  .header-style-5 .search-style-2 {
    display: none;
  }
}

/*Tablet*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action .header-action-icon {
    margin-right: 33px;
  }

  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 33px;
  }

  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 33px;
  }

  .header-action-2 .header-action-icon-2>a {
    color: #fff;
    fill: #fff;
  }

  .search-popup-wrap .search-popup-content form input {
    width: 650px;
    font-size: 35px;
  }

  .header-bottom {
    padding: 10px 0 3px 0;
    overflow: hidden;
  }

  .header-height-1 {
    min-height: 50px;
  }

  /* .header-height-2 {
    min-height: 50px;
    border-bottom: 2px solid #088178;
  } */

  .header-height-3 {
    min-height: 50px;
  }

  .header-height-4 {
    min-height: 50px;
  }

  .header-style-5 .header-bottom {
    padding: 5px 0;
    border-bottom: 1px solid #f7f8f9;
  }

  .comment-form .email {
    padding-left: 0px;
  }

  .loop-grid.pr-30 {
    padding-right: 0 !important;
  }
}

/*Desktop*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo.logo-hm3 a img {
    width: 120px;
  }

  .header-style-5 .search-style-2 {
    display: none;
  }

  .main-menu.main-menu-mrg-1 {
    margin: 0 0 0 15px;
  }

  .main-menu>nav>ul>li ul.sub-menu li ul.level-menu.level-menu-modify {
    width: 165px;
  }

  .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
    left: 20px;
    top: 22px;
  }

  .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 5px 0 7px;
  }

  .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
    margin: 0 0 10px;
  }

  .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
    padding: 10px 16px 13px;
  }

  .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .main-menu.main-menu-padding-1>nav>ul>li {
    padding: 0 8px;
  }

  .main-menu.main-menu-padding-1.hm3-menu-padding>nav>ul>li {
    padding: 0 6px;
  }



  .header-action.header-action-hm3 .header-action-icon {
    margin-right: 15px;
  }

  .header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
    margin-right: 0;
  }

  .header-action.header-action-hm3 .header-action-icon:last-child {
    margin-right: 0;
  }

  .search-style-2 form input {
    width: 340px;
  }

  .hotline p {
    font-size: 15px;
  }

  .search-popup-wrap .search-popup-content form input {
    width: 820px;
  }

  .header-height-1 {
    min-height: 157px;
  }

  .header-height-3 {
    min-height: 133px;
  }

  .header-height-4 {
    min-height: 144px;
  }

  .hero-slider-1 {
    height: 400px;
  }

  .hero-slider-1 .single-slider-img-1 {
    height: 500px;
  }
}

@media(max-width:991px) {
  .hero-slider-1 {
    height: 350px !important;
  }
}

@media(max-width:768px) {
  .hero-slider-1 {
    height: 300px !important;
  }

  .home-slider .slider-arrow {
    display: none;
  }
}

@media(max-width:500px) {
  .hero-slider-1 {
    height: 250px !important;
  }
}

/*Wide screen*/
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu.main-menu-padding-1>nav>ul>li {
    padding: 0 14px;
  }
}

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


  .product-cart-wrap .product-action-1 a.action-btn {
    width: 34px;
    height: 34px;
    line-height: 40px;
    font-size: 13px;
  }

  .product-img-action-wrap .product-action-1 {
    width: 100%;
    text-align: center;
  }

  .banner-big h1 {
    font-size: 22px;
  }

  .banner-big .btn {
    border-radius: 3px;
    font-size: 12px;
    padding: 6px 12px;
    border: 0;
  }

  .banner-img .banner-text h4 {
    margin-top: 0px !important;
  }

  .header-wrap .header-right {
    overflow: hidden;
  }
}

/*small phone*/
@media only screen and (max-width: 480px) {
  .post-list .post-thumb {
    max-width: unset;
    margin-right: 0 !important;
  }

  .entry-meta.meta-2 a.btn {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .entry-meta.meta-2 .font-xs {
    max-width: 150px;
    line-height: 1.3;
  }

  .banner-bg h2 {
    font-size: 20px;
  }

  .single-header .single-header-meta,
  .entry-bottom {
    display: block;
  }

  .carausel-6-columns,
  .carausel-4-columns {
    max-width: 375px;
    overflow: hidden;
    margin: auto;
  }

  .slider-arrow .slider-btn.slider-next {
    right: 0 !important;
  }

  .hero-slider-1 {
    height: unset;
  }

  .hero-slider-content-2 {
    text-align: center;
    padding-top: 20px;
  }

  .hero-slider-content-2 p {
    width: 100%;
  }

  /* .header-height-2 {
    min-height: 40px;
  } */

  .header-bottom-bg-color {
    padding: 10px 0 3px 0;
  }

  .banner-left-icon,
  .banner-img {
    margin-bottom: 15px;
  }



  .popular-categories p {
    line-height: 2;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-4 {
    margin-bottom: 1rem;
  }

  .mb-sm-5 {
    margin-bottom: 2rem;
  }

  .heading-tab {
    display: block !important;
  }



  .nav.right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .hero-slider-1.style-2 .single-slider-img {
    display: none;
  }

  ul.footer-list {
    margin-bottom: 30px;
  }

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

  .pt-60,
  .pt-40 {
    padding-top: 30px !important;
  }

  .pb-60 {
    padding-bottom: 30px !important;
  }

  .mb-60 {
    margin-bottom: 30px !important;
  }

  .hero-slider-1.style-3 .slider-1-height-3 {
    height: 220px;
  }

  .hero-slider-1.style-3 .hero-slider-content-2 {
    position: relative;
    text-align: left;
    padding-left: 15px;
    padding-top: 0;
  }

  .hero-slider-1.style-3 .hero-slider-content-2 h1 {
    font-size: 18px;
  }

  .hero-slider-1.style-3 .hero-slider-content-2 h2 {
    font-size: 16px;
  }

  .hero-slider-1.style-3 .hero-slider-content-2 h4 {
    font-size: 14px;
  }

  .hero-slider-1.style-3 .hero-slider-content-2 p {
    font-size: 11px;
  }

  .hero-slider-1.style-3 .hero-slider-content-2 a.btn {
    display: none;
  }

  .header-style-5 .search-style-2 {
    display: none;
  }

  .header-style-5 .header-action-2 .header-action-icon-2>a {
    font-size: 18px;
  }

  .header-style-5 .sticky-bar.stick.sticky-white-bg {
    background-color: #fff;
    padding: 15px 0;
  }

  .font-xxl {
    font-size: 28px;
  }

  .w-50 {
    width: 100% !important;
  }

  .product-list .product-cart-wrap {
    display: block;
  }

  .product-list .product-cart-wrap .product-img-action-wrap {
    max-width: 100%;
  }

  .shop-product-fillter {
    display: block;
  }

  .shop-product-fillter .totall-product {
    margin-bottom: 15px;
  }

  .table td {
    display: block;
    width: 100%;
    text-align: center;
  }

  .table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold;
  }

  /* .table thead {
    display: none;
  } */

  .loop-grid.pr-30 {
    padding-right: 0 !important;
  }

  .loop-grid.loop-list article {
    display: block;
  }

  .d-sm-none {
    display: none;
  }

  .banner-features {
    margin-bottom: 15px;
    height: 60px !important;
  }

  .product-cart-wrap:not(:last-child),
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }

  .slick-track .product-cart-wrap {
    margin-bottom: 0 !important;
  }

  .header-bottom {
    overflow: hidden;
  }

  .first-post .meta-1 .font-sm {
    display: none;
  }

  .first-post .btn.btn-sm {
    display: none;
  }

  .loop-grid .entry-content {
    padding: 20px 20px 0 20px;
  }

  .img-hover-slide {
    min-height: 232px;
  }

  .comments-area .thumb {
    min-width: 100px;
  }

  .hero-slider-1 .single-slider-img-1 {
    height: 300px;
  }



  .nav-tabs .nav-link {
    font-size: 13px;
    padding: 10px 12px;
  }

  .deal {
    background-position: left center;
  }

  .deals-countdown .countdown-section .countdown-amount {
    width: 30px;
    height: 40px;
    line-height: 40px;
  }

  .banner-bg {
    padding: 30px;
  }

  .product-list-small figure {
    margin-bottom: 20px !important;
  }

  .product-list-small .title-small {
    font-size: 16px;
    font-weight: 600;
  }

  .newsletter .des {
    display: none;
  }

  .newsletter form {
    margin: 15px 0;
  }

  footer .col-lg-2.col-md-3 {
    width: 50%;
  }

  footer .download-app a img {
    width: 150px;
  }

  .home-slider .hero-slider-1.style-2 .hero-slider-content-2 {
    padding-left: 0;
    padding-top: 50px;
  }

  .home-slider .hero-slider-1.style-2 .hero-slider-content-2 h3 {
    line-height: 1.4;
  }

  .hero-slider-1.style-3.dot-style-1.dot-style-1-position-1 ul {
    bottom: 0;
  }

  .single-content .banner-text,
  .banner-img.banner-big .banner-text {
    display: none;
  }

  .comments-area {
    padding: 25px 0;
    margin-top: 0;
  }

  .entry-bottom {
    margin-bottom: 0 !important;
  }

  section.pt-150.pb-150 {
    padding: 50px 0 !important;
  }

  .product-detail .single-share {
    margin-bottom: 20px;
  }

  .product-detail .tab-style3 .nav-tabs li.nav-item a {
    padding: 0.5rem;
    text-transform: none;
  }

  .related-products .product-cart-wrap {
    margin-bottom: 30px;
  }

  .mb-sm-15 {
    margin-bottom: 15px;
  }
}

/*phone landscape*/

@media(max-width:420px) {
  h3.section-title {
    font-size: 18px;
  }

  .slider-arrow.slider-arrow-2 .slider-btn {
    width: 24px !important;
    height: 25px !important;
    font-size: 10px;
  }


}

@media only screen and (min-width: 480px) and (max-width: 667px) {
  .header-bottom-bg-color {
    padding: 3px 0;
  }

  /* .header-height-2 {
    min-height: 40px;
  } */

  .col-lg-4 .banner-img {
    margin-bottom: 30px;
  }

  .banner-features {
    margin-bottom: 30px;
    height: 70px !important;
  }

}

/*small phone*/
@media only screen and (max-width: 375px) {

  .entry-meta .hit-count,
  .entry-meta.meta-2 .font-xs {
    display: none;
  }

  .deal {
    padding: 30px;
  }
}

.zoomContainer {
  z-index: 9999;
}

.zoomWindow {
  z-index: 9999;
}


.favorites .card {
  height: 100%;
  overflow: hidden;
  border: 2px solid #eee;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;

}

.favorites .item {
  /*margin: 0px 10px;*/
  margin-right: 20px;
}

.dis {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  width: fit-content;
  padding: 4px 10px;
  background-color: #ff9a34;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 100;
}

.right_dis {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  width: fit-content;
  padding: 4px 10px;
  background-color: #ff9a34;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 100;
}

.favorites .card .img-box {
  /*padding: 10px;*/
  text-align: center;
  width: 100%;
  height: 190px;
}

.favorites .card .img-box img:hover {
  transform: scale(1.1);
  overflow: hidden;
}
.favorites .card .img-box img {
  max-width: 200px;
  width: 100%;
  height: 100%;
  /*height: auto;*/
  object-fit: contain;
  margin: auto;
  transition: transform 0.3s ease-in-out;
}

.favorites a {
  text-decoration: none;
  color: #4d4d4d;
  font-size: 13.5px;
  display: block;
  font-family: 'Work Sans', sans-serif !important;
  line-height: 1.2;
}

.favorites .card a:hover {
  color: #ff9a34;
  /*color: #0d6efd;*/
}

.favorites .card:hover .remove_btn a {
  text-decoration: none !important;
}

.favorites a .fav_logo {
  max-width: 70px;
}


.favorites .card .card_content {
  padding: 10px 14px 14px 14px;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
}

.favorites .card .card_content .rate i {
  color: #ff9a34;
}

.favorites .card .card_content .price h6 {
  color: #bc2848;
  font-weight: 600;
  margin-bottom: 0;
}

.favorites .card .card_content .price strike {
  font-size: 12px;
  color: #767676;
  font-weight: 400;
  margin: 0 2px;
}

.favorites .card .card_content .shop_btn {
  background-color: #348952;
  color: #fff;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 100;
  cursor: pointer;
  border-radius: 5px;
}
.favorites .card .card_content .sponsored {
  font-size: 12px;
  color: #767676;
  font-weight: 400;
}

@media(max-width:575px) {
  .sugg_product .card .card_content {
    width: 100%;
  }
}


/* brand style  */


.brand .brand_img {
  width: 100%;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  cursor: pointer;
}

.brand .brand_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand .brand_img:hover {
  border: 1px solid rgba(0, 0, 0, 0.158);
}


@media(max-width:574px) {
  .brand .col-lg-2 {
    width: 30%;
    flex-wrap: wrap;
  }
}

@media(max-width:420px) {
  .brand .col-lg-2 {
    width: 50%;
    flex-wrap: wrap;
  }
}

/* delivered =========== */



.delivered .delivered_img {
  width: 250px;
  height: 250px;
  background-color: #ddf0ff;
  border-radius: 50%;
  margin: auto;
  display: flex;
  padding: 12px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.delivered .delivered_img img {
  object-fit: contain;
}

.delivered .delivered_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.delivered .delivered_box div {
  cursor: pointer;
  margin-top: 15px;
}

.delivered .delivered_box .text-center:hover a {
  text-decoration: underline !important;
}

.delivered .delivered_box .delivered_content a {
  color: #121212;
  text-decoration: none;
  font-size: 15px;
}

.delivered .delivered_box div:hover .delivered_content a {
  text-decoration: underline;
}


.delivered .heading h4 {
  margin-bottom: 0 !important;
}

.delivered .heading small {
  font-size: 13px;
}


@media(max-width:1400px) {
  .delivered .delivered_box {
    justify-content: space-around;
  }

  .delivered .delivered_img {
    width: 200px;
    height: 200px;
    background-color: #ddf0ff;
    border-radius: 50%;
    margin: 15px 0 auto;
  }
}


@media(max-width:768px) {


  .delivered .delivered_img {
    width: 150px;
    height: 150px;

  }
}

@media(max-width:420px) {


  .delivered .delivered_img {
    width: 130px;
    height: 130px;

  }
}


/* video::-webkit-media-controls-panel {
  display: block;
} */

/* video::-webkit-media-controls-volume-slider {
  display:none;
  } */
  
/* video::-webkit-media-controls-mute-button {
  display:none;
} */
video::-webkit-media-controls-fullscreen-button {
  display: none;
}

/* video::-webkit-media-controls-play-button,
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-volume-slider {
  display: block !important;
} */





/* < !-- Pet Health --> */

.PetHealth h4 a {
  margin: 0;
  padding: 2px 0;
}

.PetHealth .banner-features:hover a {
  text-decoration: underline;
  color: #ff9a34;
}



/* Explore More  style */


.explore .explore_content {
  margin: 10px 0;
  text-align: center;
}

.explore .explore_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.explore .explore_img {
  width: 100%;
  height: 210px;
}

.explore .explore_content a {
  color: #121212;
  text-decoration: none;
  font-size: 15px;
}

.explore .col-lg-2 {
  margin: 15px 0 !important;
}

.explore .explore_box:hover .explore_content a {
  text-decoration: underline;
}

.explore_box:hover a {
  text-decoration: underline !important;
}

@media (max-width:600px) {
  .explore .col-lg-2 {
    width: 50% !important;
  }
}

@media (max-width:420px) {
  .explore .col-lg-2 {
    width: 80% !important;
    margin: auto;
  }
}


/* footer style --------------- */


.footer_one {
  background-color: #ff9a34;
  padding: 20px;
}




.footer_one .contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_one .contact h5 {
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 20px;
}

.footer_one .contact h5 a {
  color: #fff !important;
}

.footer_one .contact h5 a i {
  margin: 0 10px;
}

.footer_one .contact h5:nth-child(2):hover,
.footer_one .contact h5:nth-child(3):hover,
.footer_one .contact h5:nth-child(4):hover {
  background-color: #e0bf9e70;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 10px;
}

.footer_one .contact button {
  background-color: #fff;
  color: #ff9a34;
  padding: 8px 30px;
  border-radius: 30px;
  border: none;
}

.footer_two {
  padding: 20px 0;
  background-color: #f9f9f9;
}

.social_link_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_two ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.footer_two ul li {
  list-style: none;
  margin: 10px 15px;
}

.footer_two ul li a {
  text-decoration: none;
  color: #121212;
  white-space: nowrap;
}

.footer_two ul li a:hover {
  text-decoration: underline;
}

.social_link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer_two .social_link a img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}



.footer_three {
  padding: 30px 0;
}

.footer_three .store {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin: auto;
  padding: 24px;
  background-color: #ff9a3431;
  justify-content: center;
  border-radius: 10px;
}


.footer_three .store .store_content h4 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
}




/* new footer style ===== */



.bottom_footer {
  padding: 70px 10px;
  background-color: #ff9a34;
}


.bottom_footer h6 {
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.bottom_footer ul li a {
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
}

.bottom_footer ul li {
  margin: 7px 0;
}

.bottom_footer ul li a:hover {
  text-decoration: underline !important;
}

.bottom_footer .form-floating {
  width: 100%;
}

.bottom_footer .subscribe_form form {
  display: flex;
  width: 100%;
  background-color: #fff;
}

.bottom_footer .subscribe_form form input {
  border-radius: 0;
  border: 0;
  font-size: 14px;
}

.bottom_footer .subscribe_form form label {
  font-size: 15px;
}

.bottom_footer .subscribe_form form .subscribe_btn {
  border: none;
  padding: 0 25px;
  background: #f8f7f9;
}

.bottom_footer .subscribe_form form .subscribe_btn.btn-loading {
  background-color: #ff7219 !important;
  width: 77px;
}

.bottom_footer .subscribe_form form .subscribe_btn.btn-loading svg {
  display: none;
}

.bottom_footer .subscribe_form p {
  margin: 20px 0;
  color: #fff;
}

.bottom_footer .subscribe_form .subscribe_info {
  font-size: 15px;

}

.bottom_footer .subscribe_form .providing_text {
  font-size: 13px;
  line-height: 18px;
}

.bottom_footer .subscribe_form .providing_text a {
  font-weight: 600;
  text-decoration: underline !important;
  color: #fff;
}


.bottom_footer .subscribe_form .footer_media_icon {
  display: flex;
  gap: 10px;
}


.footer_media_icon a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}

.footer_media_icon a:hover {
  background-color: #fff !important;
}

.footer_media_icon a i {
  color: #ff9a34;
  margin: 0;
  font-size: 14px;
}

.footer_media_icon a svg {
  width: 20px;
  fill: #ff9a34;
}

.bottom_footer .subscribe_form .playstore {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}

/* .bottom_footer .subscribe_form .playstore .app {
  border-radius: 15px;
  overflow: hidden;
  width: fit-content;
} */

.bottom_footer .subscribe_form .playstore img {
  width: 118px;
  margin-right: 10px;
  /* height: 40px; */
  object-fit: contain;
  border-radius: 6px;
}

.bottom_footer .subscribe_form .playstore .googleplay {
  scale: 1.1;
}


.bottom_footer .subscribe_form .store_app {
  margin: 20px 0;
}

.bottom_footer .subscribe_form h5 {
  font-size: 16px;
  color: #ffff;
}







.footer_bottom_3 {
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.footer_bottom_3 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0 !important;
  margin: 0;

}

.footer_bottom_3 ul span {
  color: #fff;
}

.footer_bottom_3 ul li {
  list-style: none;
  margin: 10px 7px;

}


.footer_bottom_3 ul li a {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;

}

.footer_bottom_3 ul li a:hover {
  text-decoration: none !important;
}


.footer_bottom_4 h5 {
  color: #fff;
  font-size: 15px;
}

.footer_bottom_4 p {
  margin: 15px 0;
  font-size: 11px;
  color: #fff;
}

.mobile_footer {
  display: none;
}

@media(max-width:768px) {
  .mobile_footer {
    display: block;
  }

  .hide_768 {
    display: none;
  }

  .bottom_footer .mobile_footer .accordion-item,
  .bottom_footer .mobile_footer .accordion-button {
    background-color: #ff9a34;

  }

  .bottom_footer .mobile_footer .filter_cat .accordion-button:not(.collapsed),
  .bottom_footer .mobile_footer .accordion-button {
    color: #fff !important;
    padding-left: 0;
    font-weight: 600;
  }

  .footer_bottom_3 ul li {
    margin: 3px 7px;
  }


  .bottom_footer .mobile_footer .filter_cat .accordion-button span::after,
  .bottom_footer .mobile_footer .accordion-button span::before {
    background-color: #fff !important;
  }

  .bottom_footer {
    padding: 10px;
  }

  .bottom_footer .mobile_footer .filter_cat .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #fff;
  }
}

@media(max-width:991px) {

  .bottom_footer .form-floating,
  .bottom_footer .subscribe_form form {
    width: 100%;
    margin-top: 10px;
  }

}

@media(max-width:420px) {
  .footer_three .store .store_content h4 {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }

  .footer_three .store .playstore img {
    width: 105px;
  }
}


.footer_three .store .company,
.footer_three .store .playstore {

  padding: 0px 30px;
}

.footer_three .store .playstore {
  padding-right: 0 !important;
}

/*.footer_three .store .playstore {*/
/*  border-right: 1px solid rgba(131, 128, 128, 0.295);*/
/*}*/

.footer_three .store .playstore img {
  width: 118px;
  margin: 0px 5px;
  height: 40px;
  object-fit: contain;


}

.googleplay {
  scale: 1.1;
}

.footer_three .store .company img {
  max-width: 150px;
  height: 40px;

}






@media(max-width:1500px) {
  .custom_fluid_container {
    padding: 0px 15px;
  }
}

@media(max-width:1350px) {
  .footer_two ul {
    justify-content: start;
    gap: 0;
  }

}

@media(max-width:768px) {

  .footer_two ul li a {
    font-size: 13px;
  }

  .footer_one .contact {
    justify-content: center;
  }

  .store,
  .footer_two ul,
  .social_link_box {
    display: block !important;
  }

  .footer_two ul li {
    margin: 10px 0;
  }

  .store {
    text-align: start;
  }

  .footer_three {
    padding: 15px 0;
  }

  .store img {
    margin: 10px 0;
  }

  .footer_three .store .company,
  .footer_three .store .playstore {
    padding: 0;
  }

  .footer_three .store .playstore img {
    margin: 0;
  }

  .footer_three .store .playstore {
    border: none;
    display: flex;
    gap: 10px;
  }

  .footer_four ul {
    display: block;
    padding: 0 !important;
    text-align: start;
  }



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


.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}

.preloader img {
  top: 0;
  left: 0;
  width: auto;
  height: 400px;

}

.preloader-inner img {
  object-fit: contain;
}



/* custome droup down  */
.scroll_list,
.main_list_two,
.mega_box .main_list {
  min-width: 220px;
  padding-left: 8px !important;
  background-color: #f9f9f9;
}

.before {
  position: relative;
}

.main-menu>nav>ul>li ul.sub-menu::before,
.categori-dropdown-active-large::before {
  position: absolute;
  content: "";
  width: 20px;
  top: -10px;
  height: 20px;
  background-color: #f9f9f9;
  transform: rotate(45deg);
}

.shope::before {
  left: 49px;
}

.pharmacy::before {
  left: 91px !important;
}

.scroll_header .toggle::before {
  left: 10px !important;
}



.mega_box {
  display: flex;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 574px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
}

.mega_box .list_head h4 {
  font-size: 14px;
  padding: 6px 0;
  margin: 10px 0;
  color: #4d4d4d;
  border-bottom: 1px solid #0000001c;
  font-weight: bold;
}

.main_list li:hover {
  background-color: #fff;
}

.mega_box .main_tab {
  padding: 0px 0 0px 15px;
  width: calc(1360px - 223px);

}



.mega_box .main_tab.hide_right_img {
  width: calc(1000px - 223px);
}



.mega_box .main_tab .list_img img {
  width: 100% !important;
  height: 100%;
  display: none;
}

.mega_box .main_tab.tab_show .list_img img {
  display: block;
}

.mega_box .main_tab .list_head ul li a {
  font-size: 14px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #4d4d4d;
}

.mega_box .main_tab .list_head ul li a:hover {
  text-decoration: underline !important;
  background-color: transparent;
}

.shop_all {
  color: #ff9a34 !important;
  display: flex;
  text-transform: capitalize;
}

.shop_all svg {
  width: 20px;
  color: #ff9a34;
}

.poular_barand h4 {
  border: none !important;
}

.popular_img_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.popular_img_box .img_box {
  width: 100px;
  height: 100px;
  border-radius: 0 0 5px 5px;
  padding: 5px;

  box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
}

.scroll_tab_show,
.main_tab_two,
.main_tab_one {
  display: none;
  height: 100%;

}

.scroll_tab_show,
.tab_show_two,
.tab_show {
  display: block !important;
  height: 100%
}

.mega_box_two {
  width: 900px;
  overflow: hidden;
}

@media(max-width:1400px) {

  .main_tab_one {
    width: 1000px !important;
  }
}

@media(max-width:1250px) {
  .main_tab_one {
    width: 800px !important;
  }

  .mega_box_two {
    width: 800px;
    overflow: hidden;
  }

}


@media(max-width:1150px) {
  .main_tab_one {
    width: 700px !important;
  }

  .scroll_list,
  .main_list_two,
  .mega_box .main_list {
    width: 180px;
  }
}


.btn-primary {
  width: fit-content;
  padding: 8px 25px;
  /* width: 100%; */
  border: none !important;
  /* font-weight: bold; */
  outline: none;
  background-color: #ff9a34 !important;
  color: #fff;
}

.edit_btn_grp .btn-primary {
  padding: 8px;
}

.edit_btn_grp .edit_cart {

  background-color: #fff !important;
  color: #ff9a34;
}

.edit_btn_grp a {
  border: 2px solid #ff9a34 !important;
  width: 100px;
}

.edit_btn_grp .edit_cart:hover {
  color: #fff;
  background-color: #ff9a34 !important;
}

.btn-primary:hover {
  background-color: #f07d0a !important;
  color: #fff;
}

.btn-primary:focus {
  box-shadow: none !important;
}

.btn-outline {
  width: fit-content;
  border: 1px solid #ff9a34 !important;
}

.btn-round {
  border-radius: 30px !important;
}

.btn-outline:hover {
  background-color: #ff9a34 !important;
  color: #fff !important;
}

.btn-primary a {
  color: #fff !important;
}

.search_modal {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateX(-55%);
  height: 640px;
  overflow-y: auto;
  max-width: 1050px;
  width: 100%;
  padding: 20px;
  background: #fff;
  z-index: 99999 !important;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: none;
  transition: 0.3s all;
}

.search_modal .card {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border: none;
  height: 100%;
}

/* .search_modal .serach_product {
  max-width: 200px;
  width: 100%;
  height: 200px;
  margin: auto;
} */

.search_modal .card-body p {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 3px;
  color: #4d4d4d;
  margin-top: 7px;
}

.search_modal .card-body .snize-title:hover {
  color: #0d6efd;
}

.search_modal .card-body {
  padding: 10px !important;
}

.search_modal .snize-product-label {
  display: inline-block;
}

.search_modal .stock {
  padding: 5px;
  border: 1px solid;

  color: #fff;
  font-size: 14px;

  border-radius: 5px;
}


.stock_green {
  background-color: #088178;
}

.stock_orange {
  background-color: #ff9a34;
}

.search_modal .snize-labels-wrapper {
  margin-top: 10px;
  white-space: nowrap;
}

.search_modal .serach_product {
  max-width: 170px;
  height: 170px;
  width: 100%;
  margin: auto;
}

.search_modal .serach_product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search_modal strong {
  font-size: 18px;
  padding: 10px 0;
}

.search_modal .border-bottom {
  padding: 7px 0;
}

.serach_cate_list a {
  font-size: 14px;
  margin: 5px 0;
  display: block;
  color: #000;
}

/* .stick_modal{
  display: none !important;
} */

/* .mobile_seach_modal{
  display: none ;
} */

/* .mobile_scroll_modal{
 display: none ;  

} */

.scroll_modal.stick_modal {
  top: 55px !important;
  position: fixed;
  /* opacity: 0;
  visibility: hidden;
  display: none !important; */

}

/* .scroll_header .mobile_seach_modal {
  display: none;
  opacity: 0;
  visibility: hidden;
} */

/* .scroll_header.stick .mobile_seach_modal {
  display: block;
  opacity: 1;
  visibility: visible;
} */


/* 
 .scroll_modal.stick_modal {
   display: none !important ;
 }

 .mobile_seach_modal{
  display: none !important;
 }

     .head_stick .mobile_seach_modal.acticve {
      display: block !important;
    } */

input[type="search"]::-webkit-search-cancel-button {
  display: none;

}


@media(max-width:1300px) {
  .search_modal {
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
  }
}

/* @media(max-width:1199px) {
  .search_modal {
    top: 184px;
  }
} */

@media(min-width:991px) {
  /* .mobile_seach_modal {
    display: none !important;
  } */

}

@media(max-width:991px) {
  .search_modal {
    max-width: 800px;
    width: 100%;
    top: 100%;

  }

  .main_tab_one {
    width: 500px !important;
  }

}

@media(max-width:885px) {


  .search_modal h6 strong {
    font-size: 15px !important;
  }

  .search_modal p {
    font-size: 14px;
    text-align: start !important;
  }


}

.show_768 {
  display: none !important;
}

@media(max-width:768px) {
  .scroll_modal.stick_modal {
    top: 100px !important;


  }


}



@media(max-width:575px) {


  .search_modal .col-4,
  .search_modal .col-8 {
    width: 100% !important;
  }

}


.whishlst_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whishlst_icon svg {
  width: 25px;
  color: #ff9a34;
}





/* faq css ================= */


.faq_bg {
  background: #f8f8f8;
}

.font-100 {
  font-weight: 100;
}

.faq .accordion-button:not(.collapsed) {
  color: unset;
  box-shadow: none;
  background-color: unset;
}

.faq .accordion-button.collapsed {
  box-shadow: none;
}



.faq .accordion-button.collapsed::after {
  background-image: none !important;
}


.faq .accordion-button:not(.collapsed)::after {
  background-image: none;
}


.faq .accordion-button span {
  position: absolute;
  width: 27px;
  height: 27px;
  border: 1px solid #000;
  border-radius: 50%;
  right: 0;

}

.faq .accordion-button:not(.collapsed) span {
  border: 1px solid #128ced;
}

.faq .accordion-button span::after,
.faq .accordion-button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #555;
}

.faq .accordion-button span::before {
  width: 70%;
  height: 2px;
}

.faq .accordion-button span::after {
  width: 2px;
  height: 70%;
  transition: 0.2s all;
}


.faq .accordion-button:not(.collapsed) span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 75%;
  background-color: #128ced;
  top: 50%;
  left: 50%;
  transition: 0.2s all;
  transform: translate(-50%, -50%) rotate(-90deg);
}


.faq_acc_box {
  margin: 50px 0;
}

.faq_acc_box h3 {
  font-size: 27px;
  margin-bottom: 40px;

}


.faq_acc_box .accordion-body p {
  padding: 0 !important;
  margin: 5px 0 !important;
  font-size: 14px !important;
}

.faq .faq_acc_box .accordion-item {
  padding: 0px 30px;
  box-shadow: 0 0.1rem 0 0 rgba(0, 0, 0, .25);
}

.faq .faq_acc_box .accordion-item .accordion-button {
  padding: 26px 26px 26px 0;
  font-size: 17px;
  border-bottom: 1px solid #eeeeee;
  color: #128ced;
  font-weight: 500;
}

.faq .accordion-collapse {
  border: none;
}

.faq .faq_acc_box .accordion-body {
  padding: 20px 0;
}

.faq .faq_acc_box .accordion-item {
  border-radius: 7px !important;
}


@media(max-width:575px) {
  .faq .faq_acc_box .accordion-button {
    font-size: 14px;
  }

  .faq .faq_acc_box .accordion-item {
    padding: 0px 10px;

  }

  .faq_acc_box {
    margin: 30px 0;
  }

  .faq .faq_acc_box .accordion-item .accordion-button {
    font-size: 14px;
    font-weight: 500;
    font-family: unset;
  }

  .faq_acc_box h3 {
    font-size: 22px;
    margin-bottom: 21px;
  }

  .faq .accordion-button span {
    width: 24px;
    height: 24px;
  }
}




/* body overly  */


.body_overly {

  background-color: rgba(0, 0, 0, .4);
  height: 100vh;
  left: 0;
  position: fixed;
  width: 100%;
  opacity: 0;
  top: 0;
  will-change: opacity;
  z-index: -1;
  overflow: hidden;
  transition: 0.2s all;
}


.show_active.body_overly {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  transition: 0.2s all;
}



/* header modal style  */


.freeModal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  scale: 0.7;
}

.freeModal .btn-close:focus {
  box-shadow: none;

}


.freeModal .modal-content {
  border-radius: 0;

}


.freeModal .modal-content .truck {
  width: 131px;

}

.freeModal .modal-content h2 {
  color: #ff7219;
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 35px;
  margin-bottom: 5px !important;
  font-weight: bolder;
}

.freeModal .modal-content h4 {
  color: #8d8d8d;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0;
}



.freeModal .ship_subtable {
  max-width: 400px;
  margin: 20px auto;
  width: 100%;
}

.freeModal .ship_subtable div {
  display: flex;
  border-top: 1px solid #eee;
  justify-content: space-between;
}

.freeModal .ship_subtable div p {
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 14px;
  width: 229px;
  white-space: pre;

}

.freeModal .ship_subtable div:first-child p {
  text-transform: uppercase;
  text-align: center;
}

.freeModal .modal-dialog,
.freeModal.show .modal-dialog {
  transform: none !important;
  transition: none !important;
}

.freeModal .ship_subtable div:not(1) p {
  color: #ddd;


}

.freeModal .ship_subtable div:last-child {
  border-bottom: 1px solid #eee;
}

.shipArrow {
  max-width: 90px !important;
  text-align: center;
  width: 100%;
  margin-right: auto;
}


.shiip_bottom_box {
  padding: 15px 15px 25px 15px;
  background-color: #f9f9f9;
}

.shiip_bottom_box h6 {
  margin-bottom: 0;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.shiip_bottom_box p {
  font-size: 12px;
  margin-bottom: 0;
}

.shiip_bottom_box img {
  width: 132px;
}


@media(max-width:575px) {
  .freeModal .modal-content h2 {
    font-size: 25px;
  }

  .freeModal .modal-content h4 {
    font-size: 14px;
  }

  .ship_modal_top {
    margin: 0 !important;
  }

  .shiip_bottom_box_content {
    text-align: center;
  }

  .freeModal .ship_subtable {
    padding: 12px;
    margin: 0 auto;
  }

  .text-center.ship_modal_top {
    padding: 10px 0 !important;
    margin-bottom: 0 !important;
  }
}
/* login before Header css  */

.new_head h5 {
  margin-bottom: 0;
  color: #000000;
  font-size: 18px;
}

.new_head h5 a {
  color: #000000;
}

.head_padding {
  padding: 32px 0 !important;
}


.new_head .help {
  padding: 0 !important;
  border-right: 1px solid #eee;
}

.new_head .help .help_box {
  left: 0;
}

.new_head .help .help_box::after {
  content: none;
}

.new_head .help:last-child {
  border: none;
}

.new_head .text_padding {

  padding: 9px 20px !important;
}

.new_head .text_padding:hover {
  background: #0000000d !important;
}

;

.reg_footer {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
}

.dnblock-991 {
  display: none;
}

.dblock-768 {
  display: none;
}

@media(max-width:1200px) {
  .reg_footer {
    flex-direction: column;
  }

  .reg_footer ul li {
    margin: 0px 7px !important;
  }

  .reg_footer ul {
    padding: 0 !important;
  }
}

@media(max-width:991px) {

  .head_padding {
    padding: 0 0 !important;
  }

  .dnone-991 {
    display: none;
  }

  .dnblock-991 {
    display: block;
  }

  .new_head_autoship {
    margin-top: 40px;
  }



  .dnblock-991 img {
    width: 150px;
  }

  .new_head .text_padding {
    padding: 12px 5px !important;
  }

  .new_head {
    padding: 0 10px !important;
    height: auto !important;
  }

  .dnblock-991 {
    font-size: 14px;
  }

  .new_head .help .help_box {
    top: 38px;
  }

}





@media(max-width:768px) {
  .new_head h5 {
    font-size: 15px !important;
  }

  .registration_header .new_head {
    min-height: auto !important;
    align-items: center;
    padding: 5px 0 !important;
  }

  .dblock-768 {
    display: block;
  }

  .new_head .text_padding {
    padding: 5px 7px !important;
  }

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



@media(max-width:420px) {
  .dnblock-991 {
    font-size: 12px;
  }

  .dnblock-991 img {
    width: 100px;
  }

}

header {
  padding: 0 20px;
}



/* main header responsive -------------------- */




@media(max-width:1300px) {
  .header-wrap .header-right {
    width: 450px;
  }

  .search_box {
    width: 100%;
  }

  .header-right form {
    width: 100%;
    margin: 0 15px !important;
  }


}


@media(max-width:1100px) {
  .header-wrap .header-right {
    width: 400px;

  }


  .search_box {
    width: 100%;
  }

}


.logoblock,
.mobile_toggle_btn {
  display: none;
}


.right_head_icon .loacation_img {
  width: 23px;
  filter: brightness(0) invert(1);
}

.right_head_icon .user_img {
  width: 28px;
}

.right_head_icon .whastsapp_img {
  width: 29px;
}

.right_head_icon .cart_img {
  width: 35px;
  filter: brightness(0) invert(1);
}


@media(max-width:991px) {

  .help_box,
  .sign_in_box,
  .cart_empty_box {
    top: 39px !important;
  }

  .logo.logo-width-1 {
    margin-right: auto;
    margin-left: 10px;
  }

  .logo.logo-width-1 h1 {
    display: flex;
    align-items: center;
  }

  header {
    padding: 0 6px;
  }


  .header-style-4 .header-middle-ptb-1 {
    display: none !important;
  }

  .header-style-4 .header-bottom-bg-color {
    padding: 0;
  }

  .main_header {
    display: none;
  }

  .scroll_header {
    display: block !important;
    position: static;
    top: 0;
    left: 0;
    opacity: 1;
    right: 0;

    background: #ff9a34;
  }

  .sticky-bar.stick {
    position: unset !important;
  }

  .header-wrap {
    padding: 5px 0;
  }



  .logo-width-1 a img {
    width: 100%;
  }

  .sign_in .first_icon {
    display: none;
  }

  .header-wrap .header-right {
    width: 300px;
  }

  .search_box {
    width: 100%;
  }

  .logo.logo-width-1 a img {
    object-fit: contain;
    width: 190px !important;
  }

  .header-action-2 h6 span {
    display: none;
  }


  .header-right form {
    width: 100%;

  }

  .header-wrap .header-right {
    width: 350px;
  }

  .search_box {
    width: 100%;
  }

  .help,
  .sign_in,
  .add_cart {
    padding: 0 8px;
    gap: 4px;
    margin: 0;
    z-index: 9999 !important;
  }

  .add_cart .cart_item {
    top: -4px;
  }

  .header-action-right {
    margin: 0 5px;
  }


}





.main_right_head_icon {
  display: none !important;
}


@media(max-width:768px) {

  .mobile_toggle_btn.toggle_active {
    background-color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  .logo.logo-width-1 a img {
    width: 150px !important;
  }

  .header-right form {
    margin: 0 !important;
  }

  .mobile_toggle_btn.toggle_active svg {
    color: #000;
  }

  .mobile_toggle_btn {
    display: flex;
    width: 35px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }



  .logoblock {

    display: block;
  }

  .lognnone-768 {
    display: none !important;
  }

  .mobile_toggle_btn svg {
    width: 35px;
    height: 40px;
    color: #ffff;
  }

  .scroll_header {
    min-height: 112px;
  }

  @media(max-width:575px) {
    .scroll_header {
      min-height: 100px;
    }
  }


  /* .header-wrap {
    min-height: 100px;
  } */

  /* .header-wrap,
  .header-wrap .header-right {
    align-items: flex-start;
  } */

  .help,

  .header-action-2 .fa-angle-down,
  .header-action-2 h6 {
    display: none;
  }

  .sign_in .first_icon {
    display: block;
  }

  .header-wrap .header-right {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 98%;
  }

  .logo-width-1 {
    padding: 0;
  }

  .help,
  .sign_in,
  .add_cart {
    padding: 0 4px;
    margin: 0;
  }

  .add_cart .cart_item {
    left: 13px;
  }

  .header-action-2 {
    margin: 4px 0;
  }

  /* .header-height-2 {
    min-height: 100px !important;
  } */

  .add_cart:hover .cart_empty_box,
  .sign_in:hover .sign_in_box {
    display: none;
  }

  .main_right_head_icon {

    display: block !important;
  }

  .header-action-right {
    display: none;
  }

  .right_head_icon {
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 4px 0;
  }




  .newcart {
    position: relative;
  }

  .newcart .cart_item {
    width: 21px;
    height: 21px;
    background-color: #ffe618;
    border-radius: 50%;
    position: absolute;
    color: #000;
    font-size: 13px;
    left: 9px;
    top: -5px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: bold;
    border: 1px solid #ff9a34;
  }

}


@media(max-width:420px) {
  .right_head_icon {
    gap: 11px;
  }

  .logo.logo-width-1 a img {
    width: 130px !important;
    margin: 7px 0;
  }
}


@media(max-width:350px) {

  .logo.logo-width-1 a img {
    width: 110px !important;
    margin: 7px 0;
  }

  .mobile_toggle_btn svg {
    height: 43px;
  }



  .right_head_icon .loacation_img {
    width: 18px;
  }

  .right_head_icon .user_img,
  .right_head_icon .whastsapp_img {
    width: 23px;
  }

  .right_head_icon .cart_img {
    width: 30px;
  }
}

.breadcrumb {
  margin: 0 !important;
}

.breadcrumb li,
.breadcrumb li a {
  font-size: 14px !important;
  color: #0d6efd !important;
}




.custom_check label .radio {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.custom_check label .radio::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  overflow: hidden;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.custom_check label input:checked+.radio {
  border-color: #ff9a34 !important;
}

.custom_check label input:checked+.radio:before {
  background-color: #ff9a34;
}

.custom_check input {
  display: none;
}




/* all slider arrow  */

.slick-list {
  width: 100%;
}

.custome_slider_arrow .slider-arrow {
  top: 40%;
}

.custome_slider_arrow .slick-disabled {
  display: none !important;
}

.category_top_slider {
  overflow-x: hidden;
}

.carausel-6-columns-cover.category_top_slider .slider-arrow .slider-btn.slider-next {
  right: 20px !important;
}

.carausel-6-columns-cover .slider-arrow .slider-btn.slider-next {
  right: 0;
}

.carausel-6-columns-cover .slider-arrow .slider-btn.slider-prev {

  left: 0;
}

.btn-danger {
  background-color: #dc3545;
  color: #fff !important;
}

.btn-danger:focus {
  box-shadow: none !important;
}

.btn-danger:hover {
  background-color: #bb2d3b !important;
  color: #fff !important;
}

.modal-backdrop {
  height: 100% !important;
}

/* all slider same height === */


.cart_align {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.slick-track {
  display: flex !important;

}

.slick-slide {
  height: auto !important;
}

.slick-slide .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
}


.image-full img {
  width: 120px !important;
  height: 120px !important;

}





/* about page style  ============*/



.about_video {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.about_video iframe {
  width: 420px !important;
}

.not_found {
  color: #dc3545;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
}

@media(max-width:768px) {
  .not_found {
    font-size: 16px;
  }
}

/* hide show pass  */

.password_div {
  position: relative;
}

.pass_icon {
  position: absolute;
  right: 20px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.pass_icon i {
  color: #ff9a34;
}

.setting_form .is-invalid .pass_icon {
  right: 35px;
  top: 34%;
}

/* footer address section  */
.address_section {
  padding: 25px 0;
}

.map_mobile {
  margin-top: 10px;
}

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

.address_section h5 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
}

.address_section .address_content h6 {
  font-size: 18px;
}

.address_section .address_content {
  margin-top: 25px;
  padding: 0 10px;

}

.address_section .address_content p {
  margin-bottom: 4px;
}

.address_section .address_content p,
.address_section .address_content a {
  font-size: 13px;
  color: #000;
  margin: 0;
  display: block;
  text-decoration: none;

}

@media(max-width:575px) {

  .address_section h5,
  .address_section .address_content {
    padding: 0;
    margin-top: 12px;
  }

  .address_section .address_content h6 {
    font-size: 16px;
  }

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

  .map_mobile {
    margin-top: 5px;
  }

  .footer_three .store {
    margin: auto;
    width: 100%;
    text-align: center;
  }

  .footer_three .store .playstore {
    justify-content: center;
  }
}


.head_loaction {
  position: relative;
  cursor: pointer;
  padding: 10px;
}

.head_loaction img {
  width: 22px;
  filter: brightness(0) invert(1);
}

.head_loaction_box {
  padding: 8px;
  z-index: 999;
  top: 47px;
  right: 1px;
}


.head_loaction_box ul li a {
  color: #000;
  padding: 0 10px;
  display: block;
  font-size: 14px;
}

.head_loaction_box ul li a:hover {
  color: #ff9a34;
}

.head_loaction_box ul li {
  margin: 5px 0;
}

.head_loaction:hover .sign_in_box {
  display: block;
}

.head_loaction:hover {
  background: #0000000d;
}


/* testimonial  css */


.testimonial h3 {
  text-transform: capitalize;
  font-weight: 700;
  width: 100%;
  font-size: 23px;
  color: #000;
  position: relative;
  margin: 40px 0 !important;
  z-index: 9;
}

.testimonial h3 span {

  background-color: #fff;
}

.testimonial_slider {
  margin-top: 40px;
}

.testimonial h3::after {
  content: "";
  position: absolute;
  right: 0;
  width: 85%;
  height: 0.2px;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  background-color: #9C9DA0;
}

.testimonial .testimonial_title {
  color: #444444;
  font-size: 20px;
}



.testimonial_box .star-rating_box {
  background-color: #fff;
  min-height: 150px;
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 8px;
}

.testimonial_box {
  margin: 0 10px;
}


.testimonial_box .star-rating_box h6 {
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  color: #141212;
  cursor: pointer;
  font-size: 16px;
  height: 18px;
  overflow: hidden;
}

.testimonial_box .star-rating_box .stars img {
  width: 90px;
  margin-bottom: 10px;
}

.testimonial_box .star-rating_box .date {
  font-family: inherit;
  font-weight: 300;
  color: #000;
  font-size: 13px;
  margin: 0 0 5px;
}

.testimonial_box .star-rating_box .desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 10px;
  text-overflow: ellipsis;
}

.testimonial_slider .slider-arrow .slider-btn.slider-prev {
  left: 0;
}

.testimonial_slider .slider-arrow .slider-btn.slider-next {
  right: 0;
}

.google_rating_img {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

.google_rating_img img {
  width: 150px;
}

@media(max-width:768px) {
  .testimonial .testimonial_title {
    font-size: 16px;
  }

  .testimonial h3 {
    margin: 12px 0;
  }

  .testimonial_slider {
    margin-top: 25px;
  }

  .testimonial_box .star-rating_box h6 {
    font-size: 14px;
  }

  .testimonial h3::after {
    width: 75%;
  }
}

.top_head_remove {
  display: none !important;
}

@media(max-width:991px) {
  .dynamic_header {
    position: fixed !important;
    top: 0 !important;
  }
}


@media(max-width:365px) {
  .hb-bar-content .simple span {
    font-size: 14px !important;
  }
}

.e534z390,
.e534z391 {
  z-index: 999 !important;
}


/* .price slider code  */


/* .slider-container {
  width: 100%;
  margin: 20px 0;
}

#range-slider {
  width: 100%;
}

#slider-value {
  display: inline-block;

} */




.wrapper {
  padding: 25px 0;
  position: relative;
}


.wrapper input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 3px;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}

.wrapper .slider-track {
  width: 100%;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}

.wrapper input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}

.wrapper input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}

.wrapper input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}

.wrapper input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.1em;
  width: 1.1em;
  background-color: #ffb300;
  cursor: pointer;
  margin-top: -9px;
  pointer-events: auto;
  border-radius: 50%;
}

.wrapper input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1.1em;
  width: 1.1em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffb300;
  pointer-events: auto;
}

.wrapper input[type="range"]::-ms-thumb {
  appearance: none;
  height: 1.1em;
  width: 1.1em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffb300;
  pointer-events: auto;
}

.wrapper input[type="range"]:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 3px solid #ffb300;
}




.price_slider .slider_input {
  display: flex;
  justify-content: space-between;
}

.price_slider .slider_input input {
  width: 30%;
  border: 1px solid #ff9a34;
  border-radius: 5px;
  padding: 5px 3px;
  text-align: center;
  font-size: 15px;
}

.price_slider span {
  font-size: 14px;
}


.autoship a {
  display: flex;
  align-items: center;
  color: #000;
}

.autoship a:hover {
  color: #000;
}

.autoship .vct_logo {
  display: none;
}


@media(max-width:575px) {
  .autoship a {
    width: 100%;
    justify-content: start;
  }

    .autoship > .delivery-links {
      width: 50%;
      display: contents;
      font-size: 10px;
    }

  .autoship .vct_logo {
    display: block;
    animation: zoom-in-zoom-out 1.6s ease infinite;
  }
}

@media(max-width:350px) {
  .autoship .vct_logo img {
    width: 40px;
  }
}

.side_msg {
  position: fixed;
  right: -100px;
  bottom: 10%;
  z-index: 9;
  transition: 0.3s all;
}

.side_msg img {
  width: 40px;
}

.side_msg.animate {
  right: 40px;
  z-index: 9;
  transition: 0.3s all;
}

.scroll_top:hover,
.scroll_top {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ff9a34 !important;
  color: #fff;
  position: fixed;
  right: 40px;
  bottom: 4%;
  font-size: 22px;
  text-decoration: none;
}


.mobile_menu {
  position: absolute;
  top: 50px;
  right: -100%;
  width: 100%;
  z-index: 99;
  height: 95vh;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.2s all;
  display: none;
  background-color: #f9f9f9;
}

@media(max-width:575px) {
  .mobile_menu {
    top: 46px;
  }
}

.mobile_menu.menu_active {
  right: 0;
  transition: 0.2s all;
}

.menu_list {
  position: relative;
  background-color: #fff;
}

.menu_list ul {
  height: 500px;
  overflow-y: auto;
}

.menu_list ul li {
  cursor: pointer;
  display: flex;
  /* position: relative; */
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px;
  border-top: 1px solid #ccc;
  font-size: 14px;
  color: #000;
  overflow: hidden;
}

.menu_list ul li:first-child {
  border: none;
}

.menu_list ul li i {

  color: #ccc;
}

.menu_list ul li a {
  color: #000;
}

.bottom_menu {
  padding: 12px;
}


.bottom_menu ul li {
  overflow: hidden;
  text-transform: capitalize;
  padding: 7px 0;
}

.bottom_menu ul li:last-child {
  margin-bottom: 100px !important;
}

.bottom_menu ul li a {
  cursor: pointer;
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
}

.positionRelative {
  position: relative;
}

.mobile_help_btn {
  position: fixed;
  bottom: 0;
  padding: 10px 0;
  z-index: 999;
  border-radius: 0;
}

.inside_menu {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  z-index: 99;
  overflow-x: hidden;

  transition: 0.2s all;
  background-color: #fff;
}

.inside_menu ul li h5,
.inside_menu ul li h6 {
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  color: #ff9a34;
}

.inside_menu ul li a {
  color: #000;
}


.inside_menu ul li h5 label {
  width: 100%;
  height: 100%;

}

.inside_menu ul li h5 i {
  color: #ff9a34;
  margin-right: 15px;
}

.menu_list ul li .checkbox {
  width: 100%;
  opacity: 0;
  height: 45px;
  /* visibility: hidden; */
  /* height: 100%; */
  position: absolute;
}

/* .menu_list ul li .checkbox:checked~.inside_menu {
    right: 0;
    transition: 0.2s all;
} */

.menu_list ul li .checkbox:checked:not(:checked)~.inside_menu {
  right: -100% !important;
  transition: 0.2s all;
}


.insidecheck {
  opacity: 0;
  position: absolute;
  z-index: 999;
}

/* .menu_list ul li .checkbox:checked:not(:checked)~.inside_menu {
    right: -100% !important;
    transition: 0.2s all;
} */

.menu_list ul li.active .inside_menu {
  right: 0;
  transition: 0.2s all;

}

.menu_list ul li .inside_menu {
  right: -100%;
  transition: 0.2s all;
}

.menu-icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media(max-width:768px) {
  .mobile_menu {
    display: block;
  }
}


.right_head_icon .vct_logo,
.header-action-2 .vct_logo {
  margin-top: 13px;

}

.right_head_icon .vct_logo img,
.header-action-2 .vct_logo img {
  width: 60px;
  margin: 0 20px;
  animation: zoom-in-zoom-out 1.6s ease infinite;

}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.3, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

@media(max-width:575px) {
  .right_head_icon .vct_logo {
    display: none;
  }
}

.timer {
  width: 100%;
  background-color: #BC2747;
  border-radius: 4px;
  padding: 2px 5px;

}

.timer p {
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  display: flex;
  justify-content: space-around;
}

.notify-form .invalid-feedback {
  display: block !important;
}


.bulk_price {
  padding: 3px 5px;
  background-color: #ff9a34;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  color: #fff;
  border-radius: 3px;
  margin: 3px 0;
  text-align: center;
}

.purchase_msg {
  font-size: 14px;
  margin-bottom: 0;
  color: #000;
}

.font-w-600 {
  font-weight: 600;
}

/* .sugg_product.favorites .card .img-box img {
  height: 100% !important;
} */


.sugg_product.favorites .card .img-box img,
.about_item .favorites .card .img-box img,
.cart_product .favorites .card .img-box img,
.category_top_slider .favorites .card .img-box img {
  height: 100% !important;
}


/* .product_Bulk .table {
   width: 100% !important;
   text-align: start !important;
 }

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

   .product_Bulk .table th {
     font-size: 14px;
     text-align: center;
   }

   .product_Bulk .table td {
     font-size: 14px;
     padding: 5px;
     text-align: center !important;
     width: auto !important;

   }
 } */


/* 
 --bs-alert-color: #0f5132;
 --bs-alert-bg: #d1e7dd;
 --bs-alert-border-color: #badbcc; */




.success_msg_box {
  padding: 2px 4px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #d1e7dd;
  border: 1px solid #badbcc;
}

.success_msg_box span {
  color: #30733e;

}

.color-success {
  color: #348952;
}


.refer h1 {
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}


.refer_content h5 {
  font-size: 23px;
  font-weight: 700;
  text-transform: capitalize;
}

.refer_content p {
  font-size: 15px;
  margin: 10px 0;
  font-weight: 400;
}

.refer .refer_img {
  max-width: 400px;
  width: 100%;
  margin: auto;
}

@media(max-width:768px) {
  .refer .refer_img {
    max-width: 300px;
    margin: auto;
  }

  .refer {
    text-align: center;
  }

  .copy_code {
    justify-content: center;
  }

  .thank_box_img {
    max-width: 300px;
    width: 100%;

  }
}

@media(max-width:575px) {
  .refer .refer_img {
    max-width: 250px;
    margin: auto;
  }

}


.refer_content a {
  font-size: 14px;
  color: #ff7219;
}

.refer_content a i {
  font-size: 15px;
  margin-left: 7px;
}

.copy_code {
  display: flex;
  width: 100%;
  margin: 15px 0;
  align-items: center;
}

.copy_code span {
  overflow-x: scroll;
}

.copy_code span::-webkit-scrollbar {
  display: none;
}

.copy_code .code_box {
  min-width: 200px;
  min-height: 40px;
  font-size: 15px;
  padding: 0 10px;
  color: #000;
  background-color: #f3f3f3;
  display: flex;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  justify-content: center;
  align-items: center;
}

.copy_code .copy_btn {
  max-width: 70px;
  width: 100%;
  min-height: 40px;
  font-size: 15px;
  border: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  background-color: #ff9a34;
}

.copy_code .copy_btn:hover {
  background-color: #ff7219;
}

/* wallet css  */


.top_wallet_head {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  border-bottom: 1px solid #d9d9d9;
}

.top_wallet_head h1 {
  margin: 0;
}

.top_wallet_head h3 {
  color: #ff9a34;
  font-size: 18px;
  margin-bottom: 0;
}

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

.top_wallet_head div span {
  font-size: 15px;
  margin-right: 10px;
  font-weight: 700;
}

.wallet_top input::placeholder {
  font-weight: 300;
  font-size: 15px;
}

.wallet_top input {
  font-weight: 300;
  font-size: 15px;
  width: 100%;
  height: 45px;
}

.wallet_price div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wallet_price div label {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #272a2c;
}

.payment_method .pay_card.active {
  background-color: #f3f3f3;
}

.payment_method .pay_card {
  max-width: 350px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  min-height: 55px;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}

/* .wallet_content {
  max-width: 450px;
  width: 100%;
}

.wallet_content input {
  margin: 4px 0;
  min-height: 50px;
}

.wallet_content .submit_btn_w {
  max-width: 130px;
  width: 100%;
  min-height: 40px;
  border: none;
  border-radius: 7px;
  color: #fff;
    background-color: #ff9a34;
  outline: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.submit_btn_bg {

}

.submit_btn_bg_2 {
  margin-left: 10px;
  background-color: #f3f3f3;
} */

.add_balence_btn {
  max-width: 130px;
  width: 100%;
  min-height: 40px;
  border: none;
  border-radius: 7px;
  color: #fff;
  margin: 15px auto;
  background-color: #ff9a34;
  outline: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;

}

.wallet_left .card-title {
  margin-bottom: 15px !important;
  font-size: 18px !important;
}

.wallet_price.custom_check .payment_div {
  border: none;
  width: fit-content;
  padding: 0;
}

.wallet_price.custom_check .payment_div:hover {
  box-shadow: none;
}


.left_bg {
  background: #00000005;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.border-right {
  border-right: 1px solid;
}

@media(max-width:575px) {
  .wallet_left .checkout_payment .payments {
    width: 100% !important;
  }
}

.wallet_btn span {
  color: #ff9a34;
  cursor: pointer;
}


.wallet_modal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  box-shadow: none;
  opacity: 1;
  z-index: 9;
}

.wallet_modal .btn-close:focus {
  box-shadow: none;
}


.wallet_modal h3 {
  font-size: 20px;
}

.wallet_modal .modal-dialog {
  max-width: 450px;
  width: 100%;
  margin: auto;
}

.wallet_modal p {
  font-size: 14px;
  margin: 7px 0;
}

.wallet_modal .input_box {
  margin: 10px 0 20px 0;
}

.wallet_modal .modal-body {
  padding: 10px 27px;
}

.wallet_modal .input_box input {
  width: 100%;
  min-height: 45px;
  border: 1px solid #bfbfbf;
  padding: 5px 12px;
}

.wallet_modal .input_box .add_gift {
  width: 100%;
  min-height: 45px;
  border: none;
  background-color: #ff9a34;
  color: #fff;
  text-transform: uppercase;
}

@media(max-width:420px) {

  .wallet_modal .modal-body {
    padding: 12px;
  }

}

.marketing_lable {
  font-size: 13.5px;
  color: #ff9a34;
  width: 50%;
  text-align: end;
}

.spinner-border {
  color: #ff9a34 !important;
  --bs-spinner-border-width: 2px !important;
}
.product_loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff9;
  z-index: 9999;
  display: none;
}
.product_loader .category_load_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}


.cart-form h6.error{
  font-size: 14px;
  font-weight: 100;
  color: red;
  padding-top: 2px;
}
.hidden-important {
  display: none !important;
}

.main_header_1{
  background: linear-gradient(to bottom, var(--color-orange), #ffffff);
}

.main_header_1 header .header-middle .constom_container, .main_header_1 header .header-bottom .constom_container,
.main_header_1 header .scroll_header .constom_container{
  max-width: 1840px !important;
}

/*start express delivery*/
/*.delivery-links a {
  display: inline-block;
  background: #fff;
  color: #f7941d;
  font-weight: 600;
  border: 2px solid #f7941d;
  border-radius: 25px;
  padding: 8px 18px;
  margin: 0 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}*/
.express-delivery{
  width: 360px;
  padding: 10px;
}
.delivery-links{
  text-align:center;
  display: flex;
}

.delivery-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1; /* Equal width */
  /*gap: 6px; !* image aur text ke beech spacing *!*/
  background: #fff;
  color: #f7941d;
  font-weight: 600;
  border: 2px solid #ffffff;
  border-radius: 35px;
  padding: 0px 20px;
  margin: 0 2px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.delivery-links a:hover,
.delivery-links a.active {
  background: #f44335;
  color: #ffff !important;
  box-shadow: 0 4px 10px rgba(247, 148, 29, 0.4);
  transform: translateY(-2px);
}

.delivery-links a img.delivery-icon {
    width: 35px;
    height: 25px;
    object-fit: contain;
}

.delivery-badge-blue {
  background: #e6f3ff;
  color: #000;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 14px;
  border: 1px solid #b8d9ff;
}

.delivery-badge-yellow {
  background: #ffefb3;
  color: #000;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 14px;
  border: 1px solid #e6d57a;
  font-weight: 600;
}

.move-switch {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
}

.move-switch:hover {
  text-decoration: underline;
}
/*end express delivery*/