@charset "UTF-8";
/*------------------------------------------------------------------
Table of content
-------------------
1. Start Header Area
2. slider area start
3. features area css start
4. hot deals area css start
5. product
6. categories area
7. testimonial
8. blog
9. shop grid view
10. shop list view
11. product details
12. checkout
13. cart
14. wishlist
15. my account
16. compare
17. login register
18. about us
19. contact us
20. banner
21. modal
22. sidebar
23. footer
-------------------------------------------------------------------*/
/*------- Typography Style Start -------*/
/*------- google fonts -------*/


@import url("https://fonts.googleapis.com/css2?family=Koh+Santepheap:wght@100;300;400;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Biryani:wght@200;300;400;600;700;800;900&display=swap');

:root{
  --heading-color:#3e4751;
  --nav-color:#6c7a89;
  --color-gray:#333333;
  --color-light-white:#f5f5f5;
  --color-white:#ffffff;
  --color-gold:#f4d0c4;
  --color-hover:#6b503e;
  --font-primary:"Koh Santepheap", serif;
  --font-secndary:"Biryani", sans-serif;
}

body {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-primary);
  color: #606060;
}

a,
a:hover,
a:focus,
input,
button,
textarea,
button:hover,
button:focus {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.form-control:focus {
  border-color: #fedc19;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group {
  margin-bottom: 1rem;
}

table tbody {
  /* border-color: #e5e5e5; */
}

.table > :not(:last-child) > :last-child > * {
  /* border-bottom-color: inherit; */
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.img-full img {
  width: 100%;
}

p {
  color: #606060;
  font-size: 16px;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family:var(--font-primary)
}
a,p,span{
  font-family:var(--font-secndary)
}

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

.fix {
  overflow: hidden;
}

figure {
  margin: 0;
}

.bdr-top {
  border-top: 1px solid #e5e5e5;
}

.bdr-top-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bdr-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ratings span {
  color: #ffba00;
  font-size: 12px;
}

.bg-black {
  background-color: #111;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-gray-light {
  background-color: #f8f6f6;
}

.bg-navy-blue {
  background: #333c4a;
}





body.modal-open {
  padding-right: 0 !important;
  overflow-y: scroll !important;
}

.container {
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1340px;
    /* padding-left: 90px;
    padding-right: 90px; */
  }
}

.container-fluid {
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
}

.row {
  --bs-gutter-x: 30px;
}

.row.g-0 {
  --bs-gutter-x: 0;
}

.slick-row-3 .slick-list {
  margin: 0 -3px;
}
.slick-row-3 .slick-list .slick-slide {
  margin: 0 3px;
}

.slick-row-4 .slick-list {
  margin: 0 -4px;
}
.slick-row-4 .slick-list .slick-slide {
  margin: 0 4px;
}

.slick-row-5 .slick-list {
  margin: 0 -5px;
}
.slick-row-5 .slick-list .slick-slide {
  margin: 0 5px;
}

.slick-row-6 .slick-list {
  margin: 0 -6px;
}
.slick-row-6 .slick-list .slick-slide {
  margin: 0 6px;
}

.slick-row-7 .slick-list {
  margin: 0 -7px;
}
.slick-row-7 .slick-list .slick-slide {
  margin: 0 7px;
}

.slick-row-8 .slick-list {
  margin: 0 -8px;
}
.slick-row-8 .slick-list .slick-slide {
  margin: 0 8px;
}

.slick-row-9 .slick-list {
  margin: 0 -9px;
}
.slick-row-9 .slick-list .slick-slide {
  margin: 0 9px;
}

.slick-row-10 .slick-list {
  margin: 0 -10px;
}
.slick-row-10 .slick-list .slick-slide {
  margin: 0 10px;
}

.slick-row-11 .slick-list {
  margin: 0 -11px;
}
.slick-row-11 .slick-list .slick-slide {
  margin: 0 11px;
}

.slick-row-12 .slick-list {
  margin: 0 -12px;
}
.slick-row-12 .slick-list .slick-slide {
  margin: 0 12px;
}

.slick-row-13 .slick-list {
  margin: 0 -13px;
}
.slick-row-13 .slick-list .slick-slide {
  margin: 0 13px;
}

.slick-row-14 .slick-list {
  margin: 0 -14px;
}
.slick-row-14 .slick-list .slick-slide {
  margin: 0 14px;
}

.slick-row-15 .slick-list {
  margin: 0 -15px;
}
.slick-row-15 .slick-list .slick-slide {
  margin: 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 700px;
  }
}

.modal {
  display: block !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
  z-index: -99;
}
.modal.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
  z-index: 99999999;
  -webkit-animation: slideInDown 0.4s forwards;
  animation: slideInDown 0.4s forwards;
}
.modal .modal-header {
  padding: 0 10px;
  border-bottom: none;
}
.modal .modal-header .close {
  color: #333c4a;
  font-size: 28px;
  opacity: 1;
  display: block;
  position: absolute;
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  right: 10px;
  top: 10px;
  z-index: 999;
  line-height: 36px;
  border-radius: 50%;
  background-color: #f7f7f7;
}
.modal .modal-header .close:hover {
  color: #ffffff;
  background-color: var(--color-hover);
}
.modal .modal-body {
  padding: 20px 20px 20px 20px;
}
@media only screen and (max-width: 479px) {
  .modal .modal-body {
    padding: 10px;
  }
}

/*------- Typography Style end -------*/
/* ---- slick slider focus ----*/
.slick-slide:focus {
  outline: none;
}

/* ---- sick slider arrow style start ----*/
.slider-arrow-style.slick-slider .slick-arrow {
  top: 50%;
  width: 56px;
  height: 56px;
  color: #333c4a;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #ffffff;
  line-height: 24px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.slider-arrow-style.slick-slider .slick-arrow.slick-prev {
  left: 50px;
}
.slider-arrow-style.slick-slider .slick-arrow.slick-prev i {
  padding-right: 2px;
  display: block;
}
.slider-arrow-style.slick-slider .slick-arrow.slick-next {
  right: 50px;
}
.slider-arrow-style.slick-slider .slick-arrow.slick-next i {
  padding-left: 2px;
  display: block;
}
.slider-arrow-style.slick-slider .slick-arrow:hover {
  color: #ffffff;
  background-color: var(--color-hover);
}
.slider-arrow-style.slick-slider:hover .slick-arrow {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}
.slider-arrow-style.slick-slider:hover .slick-arrow.slick-prev {
  left: 20px;
}
.slider-arrow-style.slick-slider:hover .slick-arrow.slick-next {
  right: 20px;
}
.slider-arrow-style__style-2.slick-slider .slick-arrow {
  top: 50%;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 24px;
  background-color: #ededed;
  border-radius: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slider-arrow-style__style-2.slick-slider:hover .slick-arrow.slick-prev {
  left: 0;
}
.slider-arrow-style__style-2.slick-slider:hover .slick-arrow.slick-next {
  right: 0;
}

/* ---- sick arrow style start ----*/
.slick-arrow-style.slick-slider .slick-arrow {
  top: -68px;
  right: 0;
  width: 46px;
  height: 46px;
  color: #333c4a;
  font-size: 24px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: absolute;
  border-radius: 4px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #f5f5f5;
  line-height: 46px;
}
.slick-arrow-style.slick-slider .slick-arrow.slick-prev {
  right: 68px;
}
.slick-arrow-style.slick-slider .slick-arrow.slick-prev i {
  padding-right: 2px;
  display: block;
}
.slick-arrow-style.slick-slider .slick-arrow.slick-next i {
  padding-left: 2px;
  display: block;
}
.slick-arrow-style.slick-slider .slick-arrow:hover {
  color: #ffffff;
  background-color: var(--color-hover);
}
.slick-arrow-style.slick-slider.arrow-top .slick-arrow {
  top: -55px;
}

.slick-padding .slick-list {
  margin: 0 -15px;
}
.slick-padding .slick-list .slick-slide {
  margin: 0 15px;
}

.slick-padding2 .slick-list {
  margin: 0 -5px;
}
.slick-padding2 .slick-list .slick-slide {
  margin: 0 5px;
}

/*--------- slick slider dot style start -------*/
.slick-dot-style ul.slick-dots {
  bottom: -40px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.slick-dot-style ul.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dot-style ul.slick-dots li button {
  width: 30px;
  height: 6px;
  line-height: 12px;
  padding: 0;
  background-color: #eaeaea;
  border: none;
  border-radius: 10px;
  display: block;
  text-indent: -5000px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.slick-dot-style ul.slick-dots li.slick-active button {
  background-color: var(--color-hover);
  border-radius: 10px;
}
.slick-dot-style.hero-dot ul.slick-dots {
  bottom: 20px;
}

/*--------- slick slider dot style end -------*/
/* ---- section title css ----*/
.section-title p {
  color: #999;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  padding-bottom: 16px;
  margin-top: -4px;
}
.section-title h2 {
  color: #333c4a;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
/* .section-title h2:after {
  left: 0;
  bottom: 0;
  width: 40%;
  height: 3px;
  right: 0;
  content: "";
  margin: 0 auto;
  position: absolute;
  background-color: var(--color-hover);
} */

/* ----tab problem fix css ----*/
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
.tab-content .tab-pane.active {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

/* ----scroll to top css ----*/
.scroll-top {
  background-color: var(--color-hover);
  bottom: 120px;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 4px;
}
.scroll-top i {
  line-height: 40px;
  color: #fff;
  font-size: 25px;
}
.scroll-top.not-visible {
  bottom: -50px;
  visibility: hidden;
  -webkit-opacity: 0;
  opacity: 0;
}

/*------ custom tooltip start -------*/
.tooltip > .tooltip-inner {
  font-size: 13px;
  color: #ffffff;
  background-color: var(--color-hover);
  border-radius: 0;
}
.tooltip.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: var(--color-hover);
}
.tooltip.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: var(--color-hover);
}

/*------ custom tooltip end -------*/
/*------- header top start -------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-main {
    padding: 10px 0;
  }
  .banner-wrapper:hover a img{
    transform: scale(1) !important;
  }
}

.header-top-area {
  padding: 10px 0;
  background-color:var(--color-gray);
  text-align: right;
}
.header-top-area span{
  color:var(--color-light-white);
  display:inline-block;
  margin-right:10px
}
.header-top-area a{
  color:var(--color-light-white);
  display:inline-block;
  font-weight:600
}

.header-top-area .header-top-right {
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .header-top-area .header-top-right {
    padding-top: 5px;
    margin-top: 5px;
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header-top-area .header-top-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header-top-area .header-top-right ul {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
}
.header-top-area .header-top-right ul li {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .header-top-area .header-top-right ul li {
    margin-left: 15px;
  }
}
.header-top-area .header-top-right ul li .header-top-dropdown > a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  text-transform: capitalize;
}
.header-top-area .header-top-right ul li .header-top-dropdown > a.dropdown-toggle {
  cursor: pointer;
}
.header-top-area .header-top-right ul li .header-top-dropdown > a.dropdown-toggle:after {
  display: none;
}
.header-top-area .header-top-right ul li .header-top-dropdown > a i {
  padding-left: 3px;
}
.header-top-area .header-top-right ul li .dropdown-menu {
  color: #878787;
  font-size: 14px;
  padding: 8px 0 5px;
  left: auto !important;
  right: 0 !important;
  min-width: 120px;
  text-transform: capitalize;
  -webkit-transform: translate3d(0, 32px, 0px) !important;
          transform: translate3d(0, 32px, 0px) !important;
}
.header-top-area .header-top-right ul li .dropdown-menu a:hover, .header-top-area .header-top-right ul li .dropdown-menu a.active {
  color: var(--color-hover);
  background-color: transparent;
}
.header-top-area.white-bg {
  border-bottom: 1px solid #e5e5e5;
}
.header-top-area.white-bg p {
  color: #707070;
}
.header-top-area.white-bg .header-top-right .header-top-dropdown > a {
  color: #707070;
}
.header-top-area.white-bg .header-top-right .dropdown-menu a {
  color: #707070;
  font-size: 13px;
  font-weight: 300;
}

/*------- header top end -------*/
/*------- main menu start -------*/
@media only screen and (max-width: 767px) {
  .logo {
    max-width: 65%;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .logo {
    max-width: 80%;
  }
}

.main-menu {
  position: relative;
    display: flex;
    justify-content: center;
}
.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-menu ul li {
  position: relative;
}
.main-menu ul li a {
  font-size: 14px;
  color: var(--nav-color);
  padding: 25px 10px;
  font-weight: 500;
  margin-right: 15px;
  display: block;
  text-transform: capitalize;
}
.main-menu ul li a i {
  font-size: 14px;
  padding: 0 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .main-menu ul li a {
    padding: 25px 5px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li a {
    padding: 25px 5px;
    margin-right: 5px;
  }
}
.main-menu ul li:hover > a, .main-menu ul li.active > a {
  color: var(--color-hover);
}
.main-menu ul li ul.dropdown {
  top: 100%;
  left: 0;
  width: 220px;
  position: absolute;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  padding: 20px 0;
  pointer-events: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.main-menu ul li ul.dropdown li {
  margin-right: 0;
  border-right: none;
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.main-menu ul li ul.dropdown li a {
  color: #606060;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 15px;
  text-transform: capitalize;
}
.main-menu ul li ul.dropdown li a i {
  float: right;
  padding-top: 5px;
}
.main-menu ul li ul.dropdown li:hover > a {
  color: var(--color-hover);
}
.main-menu ul li ul.dropdown li ul.dropdown {
  top: 100%;
  left: 100%;
  position: absolute;
  width: 250px;
  opacity: 0;
  visibility: hidden;
}
.main-menu ul li ul.dropdown li:hover ul.dropdown {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.main-menu ul li ul.megamenu {
  width: 800px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .main-menu ul li ul.megamenu {
    width: 740px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li ul.megamenu {
    width: 600px;
  }
}
.main-menu ul li ul.megamenu li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li ul.megamenu li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.main-menu ul li ul.megamenu li.mega-title > a {
  color: #333c4a;
  font-size: 18px;
  font-weight: 700;
}
.main-menu ul li ul.megamenu li ul li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.main-menu ul li ul.megamenu li:hover > a {
  color: var(--color-hover);
}
.main-menu ul li ul.megamenu li.megamenu-banners {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 14px;
  position: relative;
}
.main-menu ul li ul.megamenu li.megamenu-banners:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.main-menu ul li ul.megamenu li.megamenu-banners:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}
.main-menu ul li:hover ul.dropdown, .main-menu ul li:hover ul.megamenu {
  pointer-events: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.main-menu ul li:first-child a {
  padding-left: 0;
}
.main-menu.white-text li > a {
  color: #ffffff;
}
.main-menu.white-text li > ul.dropdown li a {
  color: #606060;
}
.main-menu.white-text li > ul.dropdown li:hover > a {
  color: var(--color-hover);
}

/*------- main menu end -------*/
/*------ header setting option start ------*/
.header-setting-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-setting-option {
    margin-right: 80px;
    margin-top: 0px;
  }
  .header-setting-option .search-wrap .s-btn{
    width: inherit !important;
    height: inherit !important;
  }
}
@media only screen and (max-width: 575px) {
  .header-setting-option {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .header-setting-option {
    margin-right: 30px;
  }
}
.header-setting-option .search-wrap .s-btn {
  width: 40px;
  height: 40px;
  color: var(--nav-color);
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.header-setting-option .header-mini-cart {
  position: relative;
  margin-left: 10px;
}
@media only screen and (max-width: 479px) {
  .header-setting-option .header-mini-cart {
    margin-left: 0;
  }
}
.header-setting-option .header-mini-cart .mini-cart-btn {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
.header-setting-option .header-mini-cart .mini-cart-btn span.cart-notification {
  bottom: 8px;
  right: 4px;
  width: 14px;
  height: 14px;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  color: #ffffff;
  position: absolute;
  border-radius: 50%;
  display: block;
  background-color: var(--color-hover);
}
.header-setting-option .header-mini-cart ul.cart-list {
  width: 280px;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  position: absolute;
  padding: 20px 20px 0 20px;
  display: none;
  z-index: 1111111;
  -webkit-transform: translate(0, 36px);
  transform: translate(0, 36px);
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-setting-option .header-mini-cart ul.cart-list {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
@media only screen and (max-width: 479px) {
  .header-setting-option .header-mini-cart ul.cart-list {
    -webkit-transform: translate(64px, 10px);
    transform: translate(64px, 10px);
  }
}
.header-setting-option .header-mini-cart ul.cart-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.header-setting-option .header-mini-cart ul.cart-list li .cart-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  max-width: 60px;
  position: relative;
  border: 1px solid #e5e5e5;
}
.header-setting-option .header-mini-cart ul.cart-list li .cart-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 80px);
          flex: 0 0 calc(100% - 80px);
  padding-left: 20px;
}
.header-setting-option .header-mini-cart ul.cart-list li .cart-info h4 {
  font-size: 14px;
  text-transform: capitalize;
}
.header-setting-option .header-mini-cart ul.cart-list li .cart-info h4 a {
  color: #222222;
}
.header-setting-option .header-mini-cart ul.cart-list li .cart-info h4 a:hover {
  color: var(--color-hover);
}
.header-setting-option .header-mini-cart ul.cart-list li .cart-info span {
  color: var(--color-hover);
  font-size: 16px;
  margin-top: 10px;
  display: block;
}
.header-setting-option .header-mini-cart ul.cart-list li .cart-info p {
  font-size: 12px;
  color: #606060;
  text-transform: capitalize;
}
.header-setting-option .header-mini-cart ul.cart-list li .del-icon {
  max-width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  font-size: 18px;
  color: #333c4a;
  text-align: center;
  cursor: pointer;
}
.header-setting-option .header-mini-cart ul.cart-list li .del-icon:hover {
  color: var(--color-hover);
}
.header-setting-option .header-mini-cart ul.cart-list li.checkout-btn {
  display: block;
  margin-top: 20px;
}
.header-setting-option .header-mini-cart ul.cart-list li.checkout-btn a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding: 7px 0 3px;
  background-color: #333c4a;
  text-align: center;
  text-transform: uppercase;
}
.header-setting-option .header-mini-cart ul.cart-list li.checkout-btn a:hover {
  background-color: var(--color-hover);
}
.header-setting-option .header-mini-cart ul.cart-list li.mini-cart-price span {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-setting-option .settings-top {
  position: relative;
  margin-left: 10px;
}
@media only screen and (max-width: 479px) {
  .header-setting-option .settings-top {
    margin-left: 0;
  }
}
.header-setting-option .settings-top .settings-btn {
  width: 40px;
  height: 40px;
  color: var(--nav-color);
  font-size: 20px;
  line-height: 40px; 
  text-align: center;
  cursor: pointer;
}
.header-setting-option .settings-top ul.settings-list {
  top: 100%;
  right: 0;
  width: 280px;
  padding: 25px;
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 9;
  -webkit-transform: translate(0, 36px);
  transform: translate(0, 36px);
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-setting-option .settings-top ul.settings-list {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
@media only screen and (max-width: 479px) {
  .header-setting-option .settings-top ul.settings-list {
    -webkit-transform: translate(24px, 10px);
    transform: translate(24px, 10px);
  }
}
.header-setting-option .settings-top ul.settings-list li {
  color: #333c4a;
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.header-setting-option .settings-top ul.settings-list li:last-child {
  margin-bottom: 0;
}
.header-setting-option .settings-top ul.settings-list li ul {
  padding-left: 25px;
}
.header-setting-option .settings-top ul.settings-list li ul li {
  margin-bottom: 0;
  padding: 3px 0;
}
.header-setting-option .settings-top ul.settings-list li ul li a {
  color: #606060;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.header-setting-option .settings-top ul.settings-list li ul li a:hover {
  color: var(--color-hover);
}
.header-setting-option .settings-top ul.settings-list li ul li.active a {
  color: var(--color-hover);
}
@media only screen and (max-width: 479px) {
  .header-setting-option.setting-style-2 ul.cart-list {
    -webkit-transform: translate(25px, 10px);
    transform: translate(25px, 10px);
  }
}
.header-setting-option.white-text .search-wrap button {
  color: #ffffff;
}
.header-setting-option.white-text .mini-cart-btn {
  color: #ffffff;
}

/*------ header setting option start ------*/
/*search aera start*/
.main-sarch .offcanvas{
  max-height: 160px;
  z-index: 9999;
}
.main-sarch .offcanvas-header{
  padding: 0;
}
.main-sarch .offcanvas-header .btn-close{
position: absolute;
    right: 25px;
    top: 25px;
    font-size: 20px;
}
.top-togle-search span{
  display: block;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: var(--heading-color);
    padding-top: 10px;
}
.top-togle-search .form-control{
 height:50px
}
.top-togle-search .input-group .btn{
  padding: 0px 30px;
  font-size: 24px;
  border-color: #212121;
  background: #212121;
  color: #ffffff;
}
/*search aera end*/

/*------- menu responsive start --------*/
.mean-container .mean-bar {
  min-height: auto;
  padding: 0;
  margin-top: 0;
  z-index: auto;
}
.mean-container .mean-bar a {
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
  top: -45px;
}
.mean-container .mean-bar a span {
  background: #222222;
}
.mean-container .mean-bar a.meanmenu-reveal {
  color: #222222;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a.meanmenu-reveal {
    padding: 13px 0;
  }
}
.mean-container .mean-bar a:hover {
  color: var(--color-hover) !important;
}
.mean-container .mean-bar .mean-nav {
  margin-top: 0;
  background-color: #f8f8f8;
}
.mean-container .mean-bar .mean-nav ul {
  max-height: 250px;
  overflow-x: hidden;
}
.mean-container .mean-bar .mean-nav ul li {
  border-bottom: 1px solid #ccc;
}
.mean-container .mean-bar .mean-nav ul li:last-child {
  border-bottom: none;
}
.mean-container .mean-bar .mean-nav ul li a {
  color: #333c4a;
  opacity: 1;
  padding: 10px 20px;
}
.mean-container .mean-bar .mean-nav ul li a.mean-expand {
  height: 34px;
  margin-top: 0;
  line-height: 34px;
  padding: 5px 12px !important;
}
.mean-container .mean-bar .mean-nav ul li a.mean-expand:hover {
  background-color: transparent;
}
.mean-container .mean-bar .mean-nav ul li a i {
  display: none;
}
.mean-container .mean-bar .mean-nav ul li ul.dropdown li a {
  text-transform: capitalize;
}

.header-5 a span {
  background-color: #ffffff !important;
}
.header-5 a.meanmenu-reveal {
  color: #ffffff !important;
}

/*------- menu responsive end --------*/
/*------ transparent  menu style style ------*/
.transparent-menu {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 1;
}
.transparent-menu:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

/*------ transparent  menu style end ------*/
/*------ sticky menu style start ------*/
.sticky.is-sticky {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
          animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}
.sticky.is-sticky .main-menu ul li a {
  padding: 25px 15px;
  margin-right: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sticky.is-sticky .main-menu ul li a {
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sticky.is-sticky .main-menu ul li a {
    padding: 25px 10px;
  }
}
.sticky.is-sticky .main-menu ul li ul.dropdown li a {
  padding: 5px 15px;
}
.sticky.is-sticky .main-menu ul li:first-child a {
  padding-left: 0;
}
.sticky.is-sticky.hm_5 {
  background-color: #15161e;
}
.sticky.is-sticky .cart-list {
  top: 54% !important;
}

/*------ sticky menu style end ------*/
/*------------ button style start ------------*/
/* ---- common button style css ----*/
.slider-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 20px 15px;
  border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  background-color: var(--color-hover);
}
@media only screen and (max-width: 575px) {
  .slider-btn {
    font-size: 15px;
    line-height: 32px;
    padding: 4px 15px 0px;
  }
}
.slider-btn i {
  padding-left: 5px;
}
.slider-btn:hover {
  color: #ffffff;
  background-color: #333c4a;
}
.slider-btn__2 {
  color: white;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 4px;
  background-color: #333c4a;
}
.slider-btn__2:hover {
  background-color: var(--color-hover);
}
@media only screen and (max-width: 767px) {
  .slider-btn__2 {
    font-size: 15px;
    line-height: 32px;
    padding: 4px 15px 0px;
  }
}


.product-main-info{
  padding:0px 30px
}
.sqr-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  background-color: var(--color-hover);
  padding: 13px 20px 8px;
  text-transform: uppercase;
  display: inline-block;
}
.sqr-btn:hover {
  color: #ffffff;
  background-color: #333c4a;
}
.sqr-btn i {
  padding-right: 5px;
}

.product-btn a {
  color: #333c4a;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  padding: 18px 30px 14px;
  background-color: #ebebeb;
  text-transform: capitalize;
}
.product-btn a i {
  font-size: 18px;
  padding-right: 5px;
}
.product-btn a:hover {
  color: #ffffff;
  background-color: var(--color-hover);
}
.product-btn__color a {
  color: #ffffff;
  background-color: var(--color-hover);
}
.product-btn__color a:hover {
  background-color: #333c4a;
}
.product-btn__color-two a{
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  padding: 18px 40px 14px;
  border-radius: 0px;
  background-color: var(--heading-color);
  text-transform: capitalize;
  margin-left: 10px;
  color: #fff;
}
.product-details{
  margin-top:30px
}
.product-details .accordion .accordion-item{
  border-left: none;
  border-right: none;
  border-top: none;
}
.product-details .accordion .accordion-item .accordion-button{
  padding-left:0px
}
.product-details .accordion .accordion-body{
  padding:15px 0px 15px 0px
}
.accordion-button:not(.collapsed){
  color: var(--color-hover);
  background-color:transparent
}
.stickys{
  position: sticky;
        top: 100px;
}
.mini-discount-info-box {
  display: flex;
  align-items: center;
}
.mini-discount-info-box .mini-discount-info {
  background-color: #fff9e9;
  padding: 15px 10px;
  margin-right: 5px;
  width: 250px;
}
.mini-discount-info-box .mini-discount-info .h-tag-h {
  font-size: 14px;
  font-weight: 700;
  color: var(--nav-color);
}
.mini-discount-info-box .mini-discount-info .h-tag {
  font-size: 12px;
  color: var(--nav-color);
}
.mini-discount-info-box .mini-discount-info span {
  display: block;
}
.mini-discount-info-box .mini-discount-info .h-tag-term a {
  font-size: 12px;
  font-weight: 500;
  color: #d66c6c;
}
@media only screen and (max-width: 768px) {
  .product-btn a{
    text-align: center;
        padding: 20px 10px 15px;
        font-size: 14px;
        font-weight: 500;
        display: block;
        margin: 0;
  }
  .product-btn.product-btn__color{
    width: 40%;
  }
  .product-btn.product-btn__color-two{
    width: 60%;
  }
  .product-btn__color-two a{
    width:100%;
  }
  .mobile{
    position: fixed;
        bottom: -25px;
        width: 100%;
        background: #fff;
        z-index: 1;
        left: 0;
  }
}
/*------------ button style end ------------*/
/*-------- slider area start --------*/
.hero-1 {
  /* height: 100vh; */
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-1 {
    /* height: 450px; */
  }
}
@media only screen and (max-width: 767px) {
  .hero-1 {
    /* height: 380px; */
  }
}
@media only screen and (max-width: 479px) {
  .hero-1 {
    /* height: 350px; */
  }
}
.hero-1 .slider-content {
  /* max-width: 55%;
  margin-top: 98px; */
}
@media only screen and (max-width: 767px) {
  .hero-1 .slider-content {
    /* max-width: 75%;
    margin-top: 50px; */
  }
}
@media only screen and (max-width: 479px) {
  .hero-1 .slider-content {
    /* max-width: 100%; */
  }
}
.hero-1 .slider-content h1 {
  color: #333c4a;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero-1 .slider-content h1 span {
  color: var(--color-hover);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-1 .slider-content h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-1 .slider-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-1 .slider-content h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-1 .slider-content h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.hero-1 .slider-content h3 {
  color: #333c4a;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-1 .slider-content h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-1 .slider-content h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-1 .slider-content h3 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px;
  }
}
.hero-1 .slider-content h4 {
  color: #333c4a;
  font-size: 24px;
  line-height: 36px;
  padding-top: 15px;
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  text-transform: capitalize;
}
.hero-1 .slider-content h4:before {
  top: 0;
  left: 0;
  content: "";
  height: 3px;
  width: 150px;
  position: absolute;
  background-color: var(--color-hover);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-1 .slider-content h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-1 .slider-content h4 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}

/*-------- slider area end --------*/


/*-------- slider 2 area end --------*/
/*----------- banner style start -----------*/
.img-container {
  position: relative;
}
.img-container img {
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
}
.img-container:hover a:before, .img-container:hover a:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.img-container:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.img-full-blog{
  background: var(--color-white);
  box-shadow: 0px 0px 5px #efefef;
}
.img-full-blog a>div{
  padding: 20px;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.img-full-blog a{
  color:var(--heading-color)
}
.img-full-blog a>div h3{
  font-size:16px;
  margin-bottom:10px
}
.img-full-blog a>div span{}
.h-heigt img{
  height: 510px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1400px){
  .h-heigt img{
    height: 490px;
  }
}
@media only screen and (max-width: 1200px){

  .h-heigt img{
    height: 419px;
  }
}
@media only screen and (max-width: 992px){
  .h-heigt{
    margin-bottom:30px
  }
  .h-heigt img{
    height:auto;
  }
}
/*---- banner width settings start ----*/
.col1 {
  max-width: 44.3%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 44.3%;
          flex: 1 0 44.3%;
}
@media only screen and (max-width: 767px) {
  .col1 {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-bottom: 30px;
  }
}

.col2 {
  max-width: 28.4%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 28.4%;
          flex: 1 0 28.4%;
}
@media only screen and (max-width: 767px) {
  .col2 {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-bottom: 30px;
  }
}

.col3 {
  max-width: 27.1%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 27.1%;
          flex: 1 0 27.1%;
}
@media only screen and (max-width: 767px) {
  .col3 {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}


/*------------- banner style end -------------*/
/*------ product item style start ------*/
.product-thumb {
  position: relative;
  text-align: center;
  background-color: #ffffff;
}
.product-thumb img {
  margin: auto;
  transition: all 0.4s ease-out 0s;
}
.product-thumb a .hover-visible{
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.product-thumb:hover .hover-visible{
  visibility: visible;
  opacity: 1;
}
.product-thumb .product-label {
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  left: 15px;
  line-height: 1;
  min-width: 46px;
  padding: 5px 10px 3px;
  text-align: center;
  position: absolute;
  text-transform: capitalize;
}
.product-thumb .product-label.new {
  background-color: #3ec483;
}
.product-thumb .product-label.discount {
  background-color: #d53939;
}
.product-thumb .product-label:nth-child(1) {
  top: 15px;
}
.product-thumb .product-label:nth-child(2) {
  top: 45px;
}
.product-thumb .product-action-link {
  position:absolute;
  display:flex;
  gap:10px;
  bottom:25px;
  left:50%;
  transform:translateX(-50%)

}
.product-thumb .product-action-link a {
  color: #333c4a;
  width: 46px;
  height: 46px;
  font-size: 24px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.product-thumb .product-action-link a:hover {
  color: #ffffff;
  background-color: var(--color-hover);
  border-color: var(--color-hover);
}
.product-thumb .product-action-link a span {
  display: block;
}

.product-item {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product-item .product-description {
  position: relative;
  padding: 15px 0 20px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product-item .product-description.white-bg {
  background-color: #ffffff;
}
.product-item .product-description .manufacturer a {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}
.product-item .product-description .manufacturer a:hover {
  color: var(--color-hover);
}
.product-item .product-description .product-name h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 15px;
}
.product-item .product-description .product-name h3 a {
  color: var(--heading-color);
  font-size: 14px;
    text-transform: capitalize;
}
.product-item .product-description .product-name h3 a:hover {
  color: var(--color-hover);
}
.product-item .product-description .price-box {
  padding-bottom: 23px;
}
.product-item .product-description .price-box .regular-price {
  color: #333c4a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.product-item .product-description .price-box .old-price {
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 400;
  padding-left: 5px;
}
.product-item .product-description .hover-box {
  top: 90%;
  left: 0;
  width: 100%;
  padding-bottom: 8px;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 11;
  -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.1);
}
.product-item:hover {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}
.product-item:hover .product-description {
  background-color: #ffffff;
}
.product-item:hover .product-description .hover-box {
  top: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-item:hover .product-action-link a {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-item.item-black .product-thumb {
  background-color: #1f1f2b;
}
.product-item.item-black .product-name h3 a {
  color: #ffffff;
}
.product-item.item-black .price-box {
  padding-bottom: 0;
}
.product-item.item-black .price-box .regular-price {
  color: #a9a9a9;
}
.product-item.item-black .price-box .old-price {
  color: #666;
}
.product-item.item-black .hover-box {
  background-color: #1f1f2b;
}
.product-item.item-black .hover-box .ratings {
  padding-top: 8px;
}
.product-item.item-black:hover .product-description {
  background-color: #1f1f2b;
}
.product-item.item-black:hover .product-description .hover-box {
  top: 100%;
}

.spt.slick-slider {
  margin-top: -10px;
}
.spt .slick-list {
  padding-top: 10px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .spt .slick-list {
    padding-bottom: 20px;
  }
}

.slick-slider.spt-2 {
  margin-top: -10px;
  overflow: hidden;
}
.slick-slider.spt-2.hover {
  z-index: 9999;
  overflow-x: hidden;
  padding-bottom: 80px;
  margin-bottom: -80px;
}
.slick-slider.spt-2.hover .slick-list {
  overflow: visible;
}
.slick-slider.spt-2 .slick-list {
  padding-top: 10px;
}

.tab-pane.hover {
  overflow-x: hidden;
}

/*------ product item style end ------*/
/*------ product list item start ------*/
.product-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border: 1px solid #ededed;
  border-radius: 8px;
}
@media only screen and (max-width: 575px) {
  .product-list-item {
    display: block !important;
  }
}
.product-list-item .product-thumb {
  width: 240px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-height: 285px;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .product-list-item .product-thumb {
    width: 170px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-height: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .product-list-item .product-thumb {
    display: block;
    width: 100%;
    max-height: 100%;
  }
}
.product-list-item:hover .product-action-link a {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}

.product-list-content {
  padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .product-list-content {
    padding-left: 0;
    margin-top: 30px;
  }
}
.product-list-content h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 8px;
  text-transform: capitalize;
}
.product-list-content h4 a {
  color: #a9a9a9;
}
.product-list-content h4 a:hover {
  color: var(--color-hover);
}
.product-list-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .product-list-content h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.product-list-content h3 a {
  color: #333c4a;
}
.product-list-content h3 a:hover {
  color: var(--color-hover);
}
.product-list-content .pricebox {
  padding-top: 8px;
}
.product-list-content .pricebox .regular-price {
  color: #333c4a;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .product-list-content .pricebox .regular-price {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-list-content .pricebox .old-price {
  color: #707070;
  font-size: 18px;
  line-height: 24px;
  padding-left: 5px;
}
.product-list-content p {
  color: #606060;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 479px) {
  .product-list-content p {
    padding-top: 8px;
  }
}

/*------ product list item end ------*/




/*------- feature category tab start -------*/
.tab-menu-one ul{
  background-color: #f0f0f0;
    border-radius: 50px;
    padding: 10px 50px;
} 
.tab-menu-one li {
  position: relative;
  margin-right: 40px;
}
.tab-menu-one li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-menu-one li {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .tab-menu-one li {
    margin-right: 15px;
  }
}
.tab-menu-one li a {
  color: #a3aec0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: block;
  text-transform: uppercase;
}
.tab-menu-one li a.active{
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-menu-one li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-menu-one li a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .tab-menu-one li a {
    font-size: 16px;
  }
}
.tab-menu-one li a:after {
  bottom: -13px;
  left: 0;
  right: 0;
  width: 40%;
  height: 2px;
  content: "";
  margin: 0 auto;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  background-color: var(--color-hover);
}
.tab-menu-one li a:hover, .tab-menu-one li a.active {
  color: #333c4a;
}
.tab-menu-one li a:hover:after, .tab-menu-one li a.active:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
}

/*------- feature category tab end -------*/


/*------- feature category tab tow end -------*/

/*------- category product area start -------*/
.section-title-2 h3 {
  color: #333c4a;
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
.section-title-2 h3:before {
  left: 0;
  bottom: -8px;
  width: 40%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: var(--color-hover);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-2 h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-2 h3 {
    font-size: 22px;
    line-height: 24px;
  }
}

/*------- category product area end -------*/
/*----- breadcrumb style css start -----*/
.breadcrumb-wrap {
  padding: 25px 0;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 575px) {
  .breadcrumb-wrap {
    padding: 25px 0;
  }
}
.breadcrumb-wrap nav .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}
.breadcrumb-wrap nav .breadcrumb .breadcrumb-item a {
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: capitalize;
}
.breadcrumb-wrap nav .breadcrumb .breadcrumb-item a:hover {
  color: var(--color-hover);
}
@media only screen and (max-width: 479px) {
  .breadcrumb-wrap nav .breadcrumb .breadcrumb-item a {
    font-size: 12px;
  }
}
.breadcrumb-wrap nav .breadcrumb .breadcrumb-item::before {
  color: #606060;
  content: "";
  padding: 0 6px;
  margin-right: 6px;
  font-family: fontawesome;
}
@media only screen and (max-width: 479px) {
  .breadcrumb-wrap nav .breadcrumb .breadcrumb-item::before {
    padding: 0 3px;
    margin-right: 3px;
  }
}
.breadcrumb-wrap nav .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb-wrap nav .breadcrumb .breadcrumb-item.active {
  color: var(--color-hover);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: capitalize;
}
@media only screen and (max-width: 479px) {
  .breadcrumb-wrap nav .breadcrumb .breadcrumb-item.active {
    font-size: 12px;
  }
}

/*----- breadcrumb style css end -----*/
/*----- shop Sidebar start -----*/
.sidebar-wrapper .sidebar-single:last-child {
  margin-bottom: 0;
}

.sidebar-single {
  margin-bottom: 30px;
}
.sidebar-single .sidebar-title {
  margin-bottom: 5px;
}
.sidebar-single .sidebar-title h3 {
  color: #333c4a;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin-top: -3px;
  text-transform: uppercase;
}
.sidebar-single .advertising-thumb {
  margin-top: 45px;
}

/*----- Sidebar Category -----*/
.sidebar-category li > a {
  font-size: 15px;
  color: #333c4a;
  text-transform: capitalize;
  line-height: 18px;
  position: relative;
  display: block;
  padding: 18px 0 15px;
  border-bottom: 1px solid #ededed;
}
.sidebar-category li > a:hover {
  color: var(--color-hover);
}
.sidebar-category li.has-children > a::before {
  top: 50%;
  right: 0;
  content: "";
  font-size: 12px;
  position: absolute;
  font-family: Fontawesome;
  text-align: right;
  -webkit-transform: translate(0, -44%);
  transform: translate(0, -44%);
}
.sidebar-category li ul li {
  border: none;
  padding: 5px 25px;
}
.sidebar-category li ul li a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 0 12px;
}
.sidebar-category li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

/*----- shop Sidebar end -----*/
/*----- price Sidebar start -----*/
.price-container li {
  padding: 15px 0 12px;
  border-bottom: 1px solid #ededed;
}
.price-container li label {
  margin-bottom: 0;
}
.price-container li label.radio-container, .price-container li label.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 15px;
  color: #333c4a;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-transform: capitalize;
}
.price-container li label.radio-container input, .price-container li label.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.price-container li label.radio-container input:checked ~ .checkmark:after, .price-container li label.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.price-container li label.radio-container:hover, .price-container li label.checkbox-container:hover {
  color: var(--color-hover);
}
.price-container li label.radio-container .checkmark, .price-container li label.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  margin-top: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.price-container li label.radio-container .checkmark:after, .price-container li label.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  height: 8px;
  width: 8px;
  background-color: var(--color-hover);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.price-container li label.radio-container.radio-container .checkmark, .price-container li label.checkbox-container.radio-container .checkmark {
  border-radius: 50%;
}
.price-container li label.radio-container.radio-container .checkmark:after, .price-container li label.checkbox-container.radio-container .checkmark:after {
  border-radius: 50%;
}
.price-container li.active label.radio-container, .price-container li.active label.checkbox-container {
  color: var(--color-hover);
}
.price-container li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/*----- price Sidebar end -----*/
/*----- popular item end -----*/
.popular-item-inner {
  margin-top: 25px;
}
.popular-item-inner .popular-item:last-child {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .popular-item-inner__style-2 .popular-item .pop-item-des h4 {
    font-size: 14px;
    line-height: 24px;
  }
}

.popular-item {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popular-item .pop-item-thumb {
  width: 65px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-height: 60px;
  border: 1px solid #e5e5e5;
}
.popular-item .pop-item-des {
  padding-left: 10px;
  width: calc(100% - 65px);
}
.popular-item .pop-item-des h4 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.popular-item .pop-item-des span{
  display: inline-block;
    font-size: 13px;
    font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .popular-item .pop-item-des h4 {
    padding: 2px 0;
  }
}
.popular-item .pop-item-des h4 a {
  color: #333c4a;
}
.popular-item .pop-item-des h4 a:hover {
  color: var(--color-hover);
}
.popular-item .pop-item-des h4.pop-price {
  color: #333c4a;
  font-size: 15px;
}

/*----- popular item end -----*/
/*------- advertising banner area start -------*/
.advertising-thumb {
  position: relative;
}
.advertising-thumb a::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.advertising-thumb a:hover::before {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  opacity: 0;
}
.advertising-thumb a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.advertising-thumb a:hover::after {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  opacity: 0;
}



/*----- blog sidebar start -------*/
.blog-sidebar-wrapper .blog-sidebar:last-child {
  margin-bottom: 0;
}

.blog-sidebar {
  padding: 15px;
  margin-bottom: 30px;
}
.blog-sidebar .title {
  color: #333c4a;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding-top: 10px;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  .blog-sidebar .title {
    font-size: 16px;
  }
}
.blog-sidebar .title:before {
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #e5e5e5;
  content: "";
  position: absolute;
}
.blog-sidebar .search-field {
  width: calc(100% - 50px);
  border: 1px solid #ccc;
  padding: 0 10px;
  color: #606060;
  font-size: 14px;
  height: 50px;
  float: left;
  text-transform: capitalize;
}
.blog-sidebar .search-btn {
  width: 50px;
  height: 50px;
  margin-left: -4px;
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.blog-sidebar .search-btn i {
  font-size: 20px;
  line-height: 50px;
  color: #333c4a;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.blog-sidebar .search-btn:hover {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
}
.blog-sidebar .search-btn:hover i {
  color: #ffffff;
}
.blog-sidebar .blog-archive li a {
  color: #333c4a;
  font-size: 15px;
  text-transform: capitalize;
  padding: 8px 0;
  display: inline-block;
}
.blog-sidebar .blog-archive li a:hover {
  color: var(--color-hover);
}
.blog-sidebar .blog-tags li {
  display: inline-block;
  margin-bottom: 5px;
}
.blog-sidebar .blog-tags li a {
  color: #333c4a;
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 8px 15px 4px;
  display: inline-block;
  text-transform: uppercase;
}
.blog-sidebar .blog-tags li a:hover {
  color: #ffffff;
  background-color: var(--color-hover);
  border-color: var(--color-hover);
}

/*----- blog sidebar end -------*/



/*------- blog single item start -------*/
.blog-thumb {
  overflow: hidden;
}
.blog-thumbs{
  margin-bottom:30px
}
.blog-thumb:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.blog-single-slide img {
  width: 100%;
}

.minimally-blog-content .blog-top {
  border-left: 2px solid #333c4a;
  padding-left: 15px;
  margin-bottom: -14px;
  margin-top: 20px;
}
.minimally-blog-content .blog-top .post-date-time span {
  color: #333c4a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  text-transform: uppercase;
}
.flex-fill {
  flex: 1 1 auto !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .minimally-blog-content .blog-top .post-date-time span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .minimally-blog-content .blog-top .post-date-time span {
    font-size: 16px;
  }
}
.minimally-blog-content .blog-top .post-blog-meta p {
  color: #333c4a;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-transform: capitalize;
}
.minimally-blog-content .blog-top .post-blog-meta p a {
  color: var(--color-hover);
}

.blog-content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 20px;
  display: block;
  padding-bottom: 5px;
}
.blog-content h4 a {
  color: var(--heading-color);
  font-size:14px
}
.blog-content h4 a:hover {
  color: var(--color-hover);
}
.blog__details__btns{
  background: #f5f5f5;
    padding: 14px 30px;
    margin-bottom: 55px;
}
.blog__details__btn__item h6 a {
  font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #111111;
    display: inline-block;
}
.blog__details__btn__item.blog__details__btn__item--next {
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-content h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-content h4 {
    font-size: 18px;
  }
}
.blog-content p {
  color: #707070;
  font-size: 15px;
  font-weight: 300;
}

.blog-item.white-text .blog-top {
  border-color: #bdbdbd;
}
.blog-item.white-text .blog-top span {
  color: #bdbdbd;
}
.blog-item.white-text .blog-top p {
  color: #bdbdbd;
}
.blog-item.white-text .blog-content a {
  color: #ffffff;
}
.blog-item.white-text .blog-content a:hover {
  color: var(--color-hover);
}
.blog-item.white-text .blog-content p {
  color: #bdbdbd;
}

.minimally-blog-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.pd-30{
  padding:30px
}
.minimally-blog-item .blog-content h4 {
  color: #333c4a;
  font-size: 24px;
  padding-bottom: 10px;
}
.minimally-blog-item .blog-content{
  padding: 0px 15px 20px;
}
.minimally-blog-item .blog-tops{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.minimally-blog-item .blog-tops .post-date-time{
  display: flex;
  gap: 15px;
  align-items: center;
}
.minimally-blog-item .blog-tops .post-date-time span{
 
}
@media only screen and (max-width: 479px) {
  .minimally-blog-item .blog-content h4 {
    font-size: 18px;
  }
}
.minimally-blog-item .blog-content.blog-details {
  padding: 15px 0;
}
.minimally-blog-item .blog-content.blog-details img{
  margin-bottom:30px
}
.minimally-blog-item .blog-content.blog-details p{
  line-height:1.8;
  font-size: 15px;
  font-weight:normal;
    margin-bottom: 20px;
    color:inherit
}
.minimally-blog-item .blog-content.blog-details ul{
  margin:0px 0px 20px 30px;

}
.minimally-blog-item .blog-content.blog-details ul li{
  list-style: initial;
    margin-bottom: 7px;
}
.minimally-blog-item .blog-content.blog-details ul li a,.minimally-blog-item .blog-content.blog-details p a{
  color:var(--color-hover);
  font-weight:600
}
.minimally-blog-item .blog-content.blog-details blockquote {
  border-left: 5px solid var(--color-hover);
  margin: 15px;
  background-color: #f7f7f7;
  padding: 15px;
}
.minimally-blog-item .blog-content.blog-details blockquote p {
  padding-left: 10px;
}
.minimally-blog-item .blog-content.blog-details h1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  .minimally-blog-item .blog-content.blog-details h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .minimally-blog-item .blog-content.blog-details h1 {
    font-size: 18px;
    line-height: 26px;
  }
}
.minimally-blog-item .read-more {
  color: #333c4a;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}
.minimally-blog-item .read-more:hover {
  color: var(--color-hover);
  text-decoration: underline;
}

/*------- blog single item end -------*/
/*----- shop main wrapper start -----*/
.shop-top-bar {
  padding-bottom: 34px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.top-bar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-bar-left {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 479px) {
  .top-bar-left {
    display: block;
    text-align: center;
  }
}
.top-bar-left .product-view-mode {
  margin-right: 60px;
}
@media only screen and (max-width: 479px) {
  .top-bar-left .product-view-mode {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.top-bar-left .product-view-mode a {
  color: #ffffff;
  background-color: #333c4a;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.top-bar-left .product-view-mode a i {
  line-height: 44px;
  font-size: 20px;
}
.top-bar-left .product-view-mode a:hover {
  background-color: var(--color-hover);
}
.top-bar-left .product-view-mode a.active {
  background-color: var(--color-hover);
}
.top-bar-left .product-amount p {
  color: #606060;
  text-transform: capitalize;
}

.top-bar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .top-bar-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-bar-right .product-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-bar-right .product-short p {
  margin-right: 10px;
}

.nice-select {
  width: 200px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nice-select {
    width: 170px;
  }
}
.nice-select.open {
  border-color: var(--color-hover);
}
.nice-select .list {
  right: 0;
  left: auto;
  width: 100%;
}
.nice-select .option {
  font-size: 13px;
  line-height: 34px;
  min-height: 34px;
}

/*----- shop main wrapper end -----*/
.shop-product-wrap.list .product-item {
  display: none;
}

.shop-product-wrap.grid .product-item {
  display: block;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.shop-product-wrap.grid .product-list-item {
  display: none !important;
}

.shop-product-wrap.list .product-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.shop-product-wrap.row.list .col-xl-4, .shop-product-wrap.row.list .col-xl-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.paginatoin-area {
  padding: 20px 0 18px;
  /* border: 1px solid #ededed; */
}
.paginatoin-area .pagination-box li {
  display: inline-block;
  border: 1px solid var(--heading-color);
}
.paginatoin-area .pagination-box li.active {
  background: #6b503e;
}
.paginatoin-area .pagination-box li.active a{
  color: #ffffff;
}
.paginatoin-area .pagination-box li a {
  color: #606060;
  padding: 5px 20px;
  display: inline-block;
  line-height: 1;
}
.paginatoin-area .pagination-box li a:hover {
  color: var(--color-hover);
}
.paginatoin-area .pagination-box li.active a {
  color: var(--color-hover);
}


.paginatoin-area .pagination-box li.active span{
  color: var(--color-white);
  padding: 5px 20px;
  display: inline-block;
  line-height: 1;
}

/*----- product details slider start ----*/
.pro-large-img {
  position: relative;
  padding: 1px;
}
.pro-large-img img {
  width: 100%;
  border: 1px solid #ededed;
}

.pro-nav-thumb {
  cursor: pointer;
}
.pro-nav-thumb img {
  border: 1px solid #ededed;
}

/*----- product details slider end ----*/
/*----- product details content start ----*/
.product-details-des h3 {
  color: #333c4a;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-top: -2px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .product-details-des h3 {
    font-size: 20px;
  }
}
.product-details-des h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 10px 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .product-details-des h6 {
    padding: 0;
  }
}
.product-details-des h6 a {
  color: #333c4a;
}
.product-details-des h6 a:hover {
  color: var(--color-hover);
}
.product-details-des .pricebox {
  padding-top: 10px;
}
.product-details-des .pricebox .regular-price {
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
  color: #333c4a;
}
@media only screen and (max-width: 575px) {
  .product-details-des .pricebox .regular-price {
    font-size: 18px;
  }
}
.product-details-des p {
  padding-top: 15px;
  padding-bottom: 20px;
}
.product-details-des .pro-review{
  display: inline-block;
    margin-left: 10px;
}
.product-details-des .pro-review a {
  color: var(--color-hover);
  font-size: 13px;
  text-transform: capitalize;
}
.product-details-des .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.product-details-des .quantity h5 {
  color: #333c4a;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  margin-right: 10px;
  margin-bottom: 0;
}
.prodct-delv-date{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom:10px
}
.prodct-delv-date .input-group{
  width:50%;
  margin-bottom:0px !important
}
.prodct-delv-date h5{
  font-size: 14px;
}
.prodct-delv-date .form-control{
  font-size: 14px;
  border-radius: 0;
}
.prodct-delv-date .btn{
  border-radius: 0;
  font-size: 14px;
}
.pin-checker-message{
  margin-bottom:15px
}
.pin-checker-message span{
display:block;
font-weight:600
}
.pin-checker-message span.blue{
  color:green
}
.pin-checker-message span.red{
  color:red
}
@media only screen and (max-width: 479px) {
  .product-details-des .quantity h5 {
    margin-right: 10px;
  }
}
.product-details-des .quantity .pro-qty{
  width: 90px;
  height: 46px;
  border: 1px solid #ddd;
  padding: 0 15px;
  float: left;
}
.pro-qty-cart {
  width: 90px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 15px;
}
.pro-qty-cart input{
  width: 40px;
    height: 40px;
    text-align: center;
    border: transparent;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
}
.pro-qty-cart .qtybtncart{
  cursor:pointer;
  font-size: 14px;
  height: 40px;
}
.product-details-des .quantity .pro-qty .qtybtn {
  width: 15px;
  display: block;
  float: left;
  line-height: 46px;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  color: #606060;
}
.product-details-des .quantity .pro-qty input {
  width: 28px;
  float: left;
  border: none;
  height: 46px;
  padding: 0;
  text-align: center;
  background-color: transparent;
}
.product-details-des .availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-details-des .availability h5 {
  color: #333c4a;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0;
  margin-right: 10px;
  text-transform: capitalize;
}
.product-details-des .availability span {
  color: #22dd77;
  font-size: 14px;
  padding-left: 3px;
  text-transform: capitalize;
}
.product-details-des .tag-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-details-des .tag-line h5 {
  color: #333c4a;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .product-details-des .tag-line h5 {
    margin-right: 10px;
  }
}
.product-details-des .tag-line a {
  color: #606060;
  font-size: 14px;
  margin-right: 10px;
}
.product-details-des .tag-line a:hover {
  color: var(--color-hover);
}
.product-details-des .share-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-details-des .share-icon h5 {
  color: #333c4a;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0;
  margin-right: 10px;
  text-transform: capitalize;
}
.product-details-des .share-icon a {
  width: 40px;
  height: 40px;
  color: #606060;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  line-height: 44px;
  padding: 0 8px;
  margin-right: 6px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}
.product-details-des .share-icon a:hover {
  color: #ffffff;
  border-color: var(--color-hover);
  background-color: var(--color-hover);
}
.product-details-des .color-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-details-des .color-option h5 {
  color: #333c4a;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 5px;
  margin-right: 10px;
  text-transform: capitalize;
}
.product-details-des .color-option li {
  display: inline-block;
  margin-right: 5px;
  padding: 2px;
  border: 1px solid #ccc;
}
.product-details-des .color-option li a {
  height: 30px;
  width: 30px;
  display: block;
}
.product-details-des .pro-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-details-des .pro-size h5 {
  color: #333c4a;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0;
  margin-right: 10px;
  text-transform: capitalize;
}
.product-details-des .pro-size .nice-select {
  width: 100px;
  height: 46px;
  line-height: 48px;
}
.product-details-des .group-product-table {
  display: block;
}
.product-details-des .group-product-table.table-bordered {
  border: none;
}
.product-details-des .group-product-table td {
  width: 33.33%;
  padding: 8px;
  vertical-align: middle;
}
.product-details-des .group-product-table td a {
  color: #606060;
  text-transform: capitalize;
}
.product-details-des .group-product-table td a:hover {
  color: var(--color-hover);
}
.product-details-des .group-product-table td .pro-qty {
  width: 90px;
  height: 36px;
  border: 1px solid #ddd;
  padding: 0 15px;
  float: left;
}
.product-details-des .group-product-table td .pro-qty .qtybtn {
  width: 15px;
  display: block;
  float: left;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #606060;
}
.product-details-des .group-product-table td .pro-qty input {
  width: 28px;
  float: left;
  border: none;
  height: 36px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

/*----- product details content end ----*/
/*----- reviews area start -----*/
.product-review-info .nav.review-tab li a {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding: 8px 10px;
  border: 1px solid #ededed;
  border-bottom: none;
  background-color: #979898;
}
.product-review-info .nav.review-tab li a:hover, .product-review-info .nav.review-tab li a.active {
  color: #606060;
  background-color: #ffffff;
}
@media only screen and (max-width: 479px) {
  .product-review-info .nav.review-tab li a {
    font-size: 12px;
    padding: 8px 9px;
  }
}
.product-review-info .tab-content.reviews-tab {
  border: 1px solid #ededed;
  padding: 15px 20px 20px;
}
.product-review-info .tab-content.reviews-tab .table {
  margin-bottom: 0;
}
.product-review-info .tab-content.reviews-tab .table tr {
  text-transform: capitalize;
}
.product-review-info .tab-content.reviews-tab p {
  color: #606060;
  font-size: 14px;
  line-height: 26px;
}
.product-review-info .tab-content .review-description {
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-review-info .tab-content .review-description {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-review-info .tab-content .review-description {
    padding: 12px 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-review-info .tab-content .review-description {
    display: block;
  }
}
.product-review-info .tab-content .review-description .tab-thumb {
  -ms-flex-basis: 300px;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}
@media only screen and (max-width: 767px) {
  .product-review-info .tab-content .review-description .tab-thumb {
    -ms-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
  }
}
.product-review-info .tab-content .review-description .tab-des {
  padding-left: 40px;
  -ms-flex-basis: calc(100% - 300px);
  -ms-flex-preferred-size: calc(100% - 300px);
      flex-basis: calc(100% - 300px);
}
@media only screen and (max-width: 767px) {
  .product-review-info .tab-content .review-description .tab-des {
    padding-left: 20px;
    -ms-flex-basis: calc(100% - 220px);
    -ms-flex-preferred-size: calc(100% - 220px);
        flex-basis: calc(100% - 220px);
  }
}
.product-review-info .tab-content .review-description .tab-des h3 {
  color: var(--color-hover);
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.product-review-info .tab-content .review-description .tab-des ul li {
  font-size: 14px;
  padding: 3px 0;
  list-style: inherit;
}
.review-form{
  padding:30px
}
.review-form h5 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.review-form h5 span {
  color: var(--color-hover);
}
@media only screen and (max-width: 575px) {
  .review-form h5 {
    font-size: 16px;
  }
}

.total-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}
.total-reviews .rev-avatar {
  -ms-flex-basis: 60px;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  max-height: 60px;
}
.total-reviews .review-box {
  margin-left: 10px;
  border: 1px solid #e5e5e5;
  padding: 10px;
  -ms-flex-basis: calc(100% - 70px);
  -ms-flex-preferred-size: calc(100% - 70px);
      flex-basis: calc(100% - 70px);
}
.total-reviews .review-box .post-author {
  padding-bottom: 10px;
}
.total-reviews .review-box .post-author p {
  font-size: 12px;
  font-style: italic;
  text-transform: capitalize;
}
.total-reviews .review-box .post-author p span {
  font-size: 13px;
}
.total-reviews .review-box p {
  font-size: 13px;
  font-style: italic;
}



/* Checkout Login Coupon Accordion Start */
.checkoutaccordion h3 {
  background-color: #f7f7f7;
  border-top: 3px solid var(--color-hover);
  color: #333c4a;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 30px;
  padding: 15px 20px;
  position: relative;
  text-transform: uppercase;
}
.checkoutaccordion h3 span {
  color: var(--color-hover);
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-left: 10px;
}
.checkoutaccordion h3 span:hover {
  color: #333c4a;
}
@media only screen and (max-width: 479px) {
  .checkoutaccordion h3 {
    font-size: 14px;
  }
}
.checkoutaccordion .card {
  border: none;
  padding: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.checkoutaccordion .card .card-body {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 20px;
  margin-bottom: 30px;
}
.checkoutaccordion .card .card-body .cart-update-option {
  border: none;
  padding: 0;
}
.checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
  padding: 12px 10px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  margin-right: 15px;
}
@media only screen and (max-width: 479px) {
  .checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
    margin-bottom: 15px;
  }
}

.checkout-box-wrap .custom-control {
  padding-left: 0;
  margin-left: 1.5rem;
}

.checkout-billing-details-wrap h2 {
  color: #333c4a;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .checkout-billing-details-wrap h2 {
    margin-bottom: 26px;
  }
}
.checkout-billing-details-wrap .billing-form-wrap {
  margin-top: -20px;
}

.forget-pwd {
  color: var(--color-hover);
  font-size: 12px;
  margin-top: -6px;
}

.single-form-row {
  margin-top: 15px;
  display: none;
}
.single-form-row p {
  margin: 0;
  font-size: 14px;
}

.order-summary-details h2 {
  color: #333c4a;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.order-summary-table {
  background-color: #f7f7f7;
  margin-top: 34px;
}
.order-summary-table .table,
.order-summary-table table {
  color: #333c4a;
  margin-bottom: 0;
  font-size: 15px;
  white-space: nowrap;
}
.order-summary-table .table tr td,
.order-summary-table .table tr th,
.order-summary-table table tr td,
.order-summary-table table tr th {
  font-weight: 500;
  vertical-align: middle;
  padding: 15px 10px;
  border-width: 1px;
}
.order-summary-table .table tr td a,
.order-summary-table .table tr th a,
.order-summary-table table tr td a,
.order-summary-table table tr th a {
  color: #333c4a;
  font-weight: 400;
}
.order-summary-table .table tr td strong,
.order-summary-table .table tr th strong,
.order-summary-table table tr td strong,
.order-summary-table table tr th strong {
  font-weight: 500;
}
.order-summary-table .shipping-type {
  text-align: left;
}
.order-summary-table .shipping-type li {
  margin-bottom: 5px;
}
.order-summary-table .shipping-type li:last-child {
  margin-bottom: 0;
}

.order-payment-method {
  background-color: #f7f7f7;
  padding: 40px 20px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .order-payment-method {
    padding: 32px 20px 36px;
  }
}

.single-payment-method {
  margin-bottom: 20px;
}
.single-payment-method:last-child {
  margin-bottom: 0;
}
.single-payment-method:first-child .payment-method-details {
  display: block;
}
.single-payment-method label,
.single-payment-method .custom-control-label {
  font-weight: 500;
}
.single-payment-method .paypal-card {
  max-width: 150px;
  height: 50px;
  margin-top: 10px;
  display: block;
}
.single-payment-method .payment-method-details {
  background-color: #f1f1f1;
  color: #333c4a;
  font-weight: 400;
  font-size: 13px;
  padding: 10px;
  position: relative;
  margin-top: 20px;
  display: none;
}
.single-payment-method .payment-method-details:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f1f1f1;
  bottom: 100%;
}
.single-payment-method .payment-method-details * {
  margin: 0;
}

.summary-footer-area .btn-brand {
  margin-top: 40px;
}

/*------- input box style css start -------*/
.minimally-fomr-input {
  margin-top: 20px;
}
.minimally-fomr-input label {
  color: #333c4a;
  text-transform: capitalize;
  font-size: 14px;
}
.minimally-fomr-input label.required:after {
  content: "*";
  color: red;
  font-size: 14px;
  margin-left: 3px;
  margin-top: 5px;
}
.minimally-fomr-input input,
.minimally-fomr-input textarea {
  color: #606060;
  border: 1px solid #ccc;
  padding: 12px 10px;
  width: 100%;
  font-size: 14px;
  background: #f7f7f7;
}
.minimally-fomr-input input:active, .minimally-fomr-input input:focus,
.minimally-fomr-input textarea:active,
.minimally-fomr-input textarea:focus {
  border-color: var(--color-hover);
  background-color: #ffffff;
}
.minimally-fomr-input .nice-select {
  width: 100%;
  border-radius: 0;
  height: 48px;
  border-color: #ccc;
  background-color: #f7f7f7;
}
.minimally-fomr-input .nice-select .current {
  color: #606060;
}
.minimally-fomr-input .nice-select .list {
  max-height: 200px;
  overflow: auto;
  width: 100%;
}
#addressModal{}
#addressModal{} .modal-content{
  padding: 40px 60px;
}
#addressModal .modal-header .btn-close{
  position: absolute;
    top: 20px;
    right: 30px;
}
#addressModal .modal-header{
  padding: 0px;
}
#addressModal .modal-body{
padding:0px 0px 0px 0px 
}
.billing-form-wrap{}
.btn-custom{
  width: auto !important;
    padding: 12px 35px !important;
    border-radius: 0px;
    background-color: var(--color-gray) !important;
    color: var(--color-white) !important;
}
.btn-custom:hover{
  background-color: var(--color-hover) !important;
  border-color:var(--color-hover) !important;
}
@media (min-width: 992px) {
  #addressModal .modal-lg, #addressModal .modal-xl {
      --bs-modal-width: 660px;
  }
}
/*------- input box style css end -------*/
/*-------- Custom Checkbox Style start --------*/
.custom-checkbox.custom-control,
.custom-radio.custom-control {
  min-height: auto;
  margin-left: 1.5rem;
}
.custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
  font-size: 14px;
  line-height: 1;
  padding-left: 10px;
  font-weight: 400;
  display: block;
  cursor: pointer;
  position: relative;
}
.custom-checkbox .custom-control-label:before,
.custom-radio .custom-control-label:before {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 15px;
  top: 0;
  width: 15px;
  content: "";
  position: absolute;
  left: -1.5rem;
}
.custom-checkbox .custom-control-label:after,
.custom-radio .custom-control-label:after {
  background-size: 10px 10px;
  height: 15px;
  top: 0;
  content: "";
  position: absolute;
  left: -1.5rem;
}
.custom-checkbox .custom-control-label a,
.custom-radio .custom-control-label a {
  color: #333c4a;
  font-weight: 500;
}
.custom-checkbox .custom-control-label a:hover,
.custom-radio .custom-control-label a:hover {
  color: var(--color-hover);
}
.custom-checkbox input,
.custom-checkbox .custom-control-input,
.custom-radio input,
.custom-radio .custom-control-input {
  outline: none;
  display: none;
}
.custom-checkbox input:focus ~ .custom-control-label:before,
.custom-checkbox input:focus label:before,
.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:focus label:before,
.custom-radio input:focus ~ .custom-control-label:before,
.custom-radio input:focus label:before,
.custom-radio .custom-control-input:focus ~ .custom-control-label:before,
.custom-radio .custom-control-input:focus label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-checkbox input:checked ~ .custom-control-label:before,
.custom-checkbox input:checked label:before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:checked label:before,
.custom-radio input:checked ~ .custom-control-label:before,
.custom-radio input:checked label:before,
.custom-radio .custom-control-input:checked ~ .custom-control-label:before,
.custom-radio .custom-control-input:checked label:before {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  width: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/*-------- Custom Checkbox Style end --------*/
/*------- Custom Radio Button Style start -------*/
.custom-radio label:before,
.custom-radio .custom-control-label:before {
  border-radius: 50%;
  height: 14px;
  width: 14px;
}
.custom-radio label::after,
.custom-radio .custom-control-label::after {
  background-size: 10px 10px;
  left: -22px;
  top: 2px;
  height: 10px;
  width: 10px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/*------- Custom Radio Button Style end -------*/
/*--------- Cart Page Wrapper Start ---------*/

.user-cart-left{
  display: flex;

  gap:20px;
  background-color: #f5f5f5;
  padding:20px;
  position: relative;
  margin-bottom:15px
}
.user-cart-left .car-l{
  flex: 20%;
  max-width: 20%;
}
.user-cart-left .car-r{
  flex: 75%;
  max-width: 75%;
}
.user-cart-left .fa {
  font-size: 20px;
  color: var(--color-gray);
}
.user-cart-left .fa:hover{
  color:var(--color-hover)
}
.user-cart-left .car-r .item-title a{
  font-size: 16px;
  color: #3e4751;
  padding-bottom: 10px;
  display: block;
}
.user-cart-left .car-r .item-price{
  font-size: 18px;
font-weight: 600;
line-height: 1.78;
color: #493066;
padding-bottom: 10px;
}
.user-cart-left .car-r .item-price span{
  font-size: 14px;
  line-height: 2.29;
  color: #3e4751;
  margin-left: 8px;
  text-decoration: line-through;
  font-weight: 500;
}
.quantity {
  display: flex;
  align-items: center;
  padding: 0;
  /* position: absolute;
  bottom: 15px; */
  position:relative;
  /* bottom:40px; */
}
.movile-v-cart-p .quantity{
  position: relative;
}
.quantity__input {
  width: 50px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 2px solid #ffffff;
  border-left-width: 1px;
  background: #fff;
  color: #3e4751;
  font-weight:600;
  background-color: transparent;
}
.quantity__minus, .quantity__plus {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  background: #ffffff;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  border-color: transparent;
}
.quantity__minus:hover,.quantity__plus:hover {
  background: #575b71;
  color: #fff
}


.user-cart-left .remove-cart-item{
  position: absolute;
  right: 16px;
  top: 16px;
}
.custim-ring{
  margin-top: -30px;
}
.custim-ring .c-title{
  font-size: 14px;
  color: #545b64;
  padding-bottom: 10px;
}
.custim-ring .c-title span{
  color: #4d4d4d;
  font-weight: 500;
}

.custmization-item{
  display: flex;
  gap: 20px;
  background: #f5e6f1;
  padding: 10px;
  margin-bottom: 50px;
}
.custmization-item .left-let{
  flex: 20%;
  max-width: 20%;
}
.custmization-item .left-let img{

}
.custmization-item .right-r{

}
.custmization-item .right-r ul li{
  font-size: 14px;
  color: #545b64;
}
.custmization-item .right-r ul li span{
  color: #4d4d4d;
  font-weight: 500;
}
.d-date{
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.cart-total-price {
  padding-left: 15px;
}

.cart-total-price {
  padding-left: 15px
}

.cart-total-price h3 {
  font-size: 20px;
  color: #3e4751;
  font-weight: normal;
  margin-bottom: 25px;
  /* font-family: PlayfairDisplay; */
}
.cart-calculator-wrapper {
  /* margin-top: 30px;
  background-color: #f8f8f8; */
}
.cart-calculator-wrapper h3 {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  padding: 27px 15px 25px;
  margin-bottom: 0;
}
.cart-calculator-wrapper .cart-calculate-items {
  font-weight: 500;
}
.cart-calculator-wrapper .cart-calculate-items .table {
  margin-bottom: 0;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td {
  color: #333c4a;
  padding: 15px 20px;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
  color: #333c4a;
  text-align: right;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
  color: var(--color-hover);
  font-weight: 700;
  font-size: 20px;
}
.cart-calculator-wrapper .cart-calculate-items .table .total {
  border-bottom: transparent;
}
.cart-calculator-wrapper a {
  border-radius: 0;
  text-align: center;
}
.address-label {
  display: block !important;
}
.top-sec{}
.top-sec h3{
  color:var(--heading-color);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.new-addres-field .bg-block {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background-color: #fbfbfb;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 25px;
}
.bg-block {
  padding: 20px 46px 20px 20px;
}
.new-addres-field .bg-block .address {
  font-size: 13px;
  color: #3e4751;
}
.drpo-new {
  position: absolute;
  top: 10px;
  right: 10px;
}
.drpo-new .dropdown-toggle::after{
display:none
}
.drpo-new .btn-secondary {
  padding: 2px 10px;
  background: #fff;
  border: none;
  border-radius: 0px;
}
.drpo-new .btn-secondary svg {
  color: var(--color-hover);
}
.drpo-new .dropdown-menu {
  min-width: auto;
  border: none;
  background: #f7f0f0;
  padding:0;
  border-radius:0px
}

.drpo-new .dropdown-item {
  padding: 2px 8px;
  border-bottom: 1px solid #ddd;
}
.drpo-new .dropdown-item:last-child{
  border:none
}
.drpo-new .dropdown-item a, .drpo-new .dropdown-item .bottom-btn {
  display: flex;
  gap: 10px;
  background: none;
  border: none;
  width: 100%;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
}
.add-addres-button {
  margin-bottom: 30px;
}
.add-addres-button .btn {
  display: block;
  width: 48%;
  background: transparent;
  color: var(--color-hover);
  border: 1px solid var(--color-hover);;
  font-size: 16px;
  padding: 25px 26px;
}
.checkout-form .block {
  border: none;
  padding: 0px;
}
.block-content .title {
  text-transform: capitalize !important;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}
.payment-act-wrpaer {
  margin-bottom: 15px;
}
.payment-act-wrpaer .input-set {
  display: flex;
  background-color: #ebe1ca;
  padding: 30px;
  gap: 10px;
  position: relative;
}
.payment-act-wrpaer .input-set label {
  display: flex;
  width: 100%;
}
.payment-act-wrpaer .input-set .resp {
  width: 146px;
}
.payment-act-wrpaer .input-set .text-sect {
  background-color: #ffffff;
  position: absolute;
  right: 16px;
  top: 18px;
  width: 50%;
  border-radius: 50px;
  /* padding: 9px 5px; */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.payment-act-wrpaer .input-set .text-sect .lesp {
  width: 250px;
}
.payment-act-wrpaer .input-set label {
  display: flex;
  width: 100%;
}
.payment-act-wrpaer .lesp {
  width: 180px;
}
.payment-act-wrpaer .input-set .text-sect p {
  font-size: 14px;
  margin: 0;
}
.check-out-d {
  display: flex;
  justify-content: right;
  margin-top: 18px;
}
.check-out-d .btn {
  border: none;
    width: 380px;
    padding: 15px 15px;
    border-radius: 0;
    background: var(--heading-color);
}
.mobile-fixed-paymet{
  display:none
}
@media only screen and (max-width: 991px) {
  .mobile-fixed-paymet{
    display:block
  }
  .bt-hide{
    display:none !important
  }
  .mobile-check-out-sect {
      position: fixed;
      bottom: 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      left: 0;
      background: #fff;
      -webkit-box-shadow: 0px -2px 26px 0px rgba(69, 9, 69, 0.2);
      -moz-box-shadow: 0px -2px 26px 0px rgba(69, 9, 69, 0.2);
      box-shadow: 0px -2px 26px 0px rgba(69, 9, 69, 0.2);
      align-items: center;
      height: 66px;
      z-index: 9999;
      padding: 0px 0px 0px 10px;
  }
  .mobile-check-out-sect .price-mobile{
    color: #493066;
    font-weight: 600;
    font-size: 17px;
}
.mobile-check-out-sect .price-mobile span{
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #b771c3;
    margin-top: -5px;
}
.mobile-check-out-sect .chech-price{
    flex-basis: 65%;
}
.mobile-check-out-sect .chech-price .btn{
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 66px;
}
.check-out .btn{
  background: var(--heading-color);
} 
}
/*--------- Cart Page Wrapper end ---------*/
/*------ Start Compare Page Wrapper -----*/
.compare-table .table tbody tr td {
  text-align: center;
  padding: 20px 20px;
  vertical-align: middle;
  border-color: #ccc;
}
.compare-table .table tbody tr td.first-column {
  min-width: 175px;
  font-size: 14px;
  font-weight: 500;
  color: #333c4a;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr td.first-column {
    min-width: 115px;
  }
}
.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr td.product-image-title {
    min-width: 220px;
  }
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  color: var(--color-hover);
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 16px;
  color: #333c4a;
  font-weight: 500;
  text-transform: capitalize;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: var(--color-hover);
}
.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
}
.compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
  font-size: 14px;
  font-weight: 400;
}
.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #f00000;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}
.compare-table .table tbody tr td.pro-ratting i {
  color: var(--color-hover);
}

/*------ end Compare Page Wrapper -----*/


/*-------- Start My Account Page Wrapper --------*/
/*------ Start Login & Register Page ------*/
.login-reg-form-wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 23px 30px 30px;
}
@media only screen and (max-width: 575px) {
  .login-reg-form-wrap {
    padding: 23px 15px 30px;
  }
}
.login-reg-form-wrap h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  text-transform: capitalize;
  color: #333c4a;
  border-bottom: #ccc;
  padding-bottom: 15px;
  margin-bottom: 32px;
}
.login-reg-form-wrap h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  color: #333c4a;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.login-reg-form-wrap form .create-account {
  margin-top: 25px;
}
.login-reg-form-wrap .login-reg-form-meta a {
  color: var(--color-hover);
}

/*------ end Login & Register Page ------*/
/*------- blog main content wrapper start --------*/
.blog-post.blog-details .tag-line {
  padding: 10px 0;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.blog-post.blog-details .tag-line h4 {
  color: #333c4a;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  padding-right: 5px;
}
.blog-post.blog-details .tag-line a {
  color: #333c4a;
  font-style: italic;
  text-transform: capitalize;
}
.blog-post.blog-details .tag-line a:hover {
  color: var(--color-hover);
}
.blog-post.blog-details .blog-sharing {
  /* margin-top: -5px;
  margin-bottom: 10px; */
}
.blog-post.blog-details .blog-sharing span {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-right: 7px;
}
.blog-post.blog-details .blog-sharing a {
  color: #333c4a;
  font-size: 14px;
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  margin-right: 5px;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}
.blog-post.blog-details .blog-sharing a:hover {
  color: #ffffff;
  background-color: var(--color-hover);
  border-color: var(--color-hover);
}

/*--- blog main content wrapper end ---*/
/*--- blog comment section start ---*/
.comment-section {
  padding: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.comment-section h3 {
  color: #333c4a;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.comment-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
}
.comment-section ul li:last-child {
  margin-bottom: 5px;
}
@media only screen and (max-width: 479px) {
  .comment-section ul li {
    display: block;
  }
}
.comment-section ul li .author-avatar {
  -ms-flex-preferred-size: 66px;
      flex-basis: 66px;
  max-height: 62px;
  margin-right: 10px;
}
@media only screen and (max-width: 479px) {
  .comment-section ul li .author-avatar {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 66px;
    height: 62px;
  }
}
.comment-section ul li.comment-children {
  margin-left: 40px;
}
.comment-section ul li .comment-body {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.comment-section ul li .comment-body h5 {
  color: #333c4a;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.comment-section ul li .comment-body .comment-post-date {
  color: #606060;
  padding-bottom: 10px;
}
.comment-section ul li .comment-body .reply-btn {
  float: right;
}
.comment-section ul li .comment-body .reply-btn a {
  color: #333c4a;
  font-size: 12px;
  display: inline-block;
  padding: 5px 15px 0;
  border-radius: 20px;
  text-transform: capitalize;
  border: 1px solid #e5e5e5;
}
.comment-section ul li .comment-body .reply-btn a:hover {
  color: #ffffff !important;
  border-color: var(--color-hover);
  background-color: var(--color-hover);
}

/*--- blog comment section end ---*/
/*------ blog comment box start -----*/
.blog-comment-wrapper {
  padding: 15px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.blog-comment-wrapper h3 {
  color: #333c4a;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding-bottom: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f0f0;
}
.blog-comment-wrapper p {
  margin-bottom: 10px;
  padding-top: 10px;
}
.blog-comment-wrapper .comment-post-box label {
  color: #333c4a;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  text-transform: capitalize;
}
.blog-comment-wrapper .comment-post-box .coment-field {
  background: #f8f8f8;
  border: none;
  color: #606060;
  padding: 8px 10px;
  width: 100%;
}
.blog-comment-wrapper .comment-post-box textarea {
  height: 130px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  background: #f8f8f8;
  border: none;
}

/*------- blog comment box end --------*/
/*------- Start About Page Wrapper --------*/

/*------- end About Page Wrapper --------*/
.about-banner{
  text-align:center
}
.about-banner img{
  margin-bottom:30px
}
.about-banner p{
  margin-bottom:30px;
  color:var(--nav-color)
}
.about-banner .about-tt,.about-tt-mobile{
  display: flex;
    justify-content: space-evenly;
}
.about-banner .about-tt span,.about-tt-mobile span{
font-weight:500;
color:var(--nav-color);
font-size:18px
}
.about-tt-mobile{
  display:none
}
.about-item-pic{
  margin-bottom:80px
}

.bout-item-pic-title h3{
  font-size: 20px;
  color:#b4938a;
  text-transform:capitalize;
  margin-bottom: 24px;
}
.bout-item-pic-title p{
  margin-bottom: 20px;
}
.bg-dd{
  background:var(--color-gray);
  height: 500px;
  position:relative;
  overflow: hidden;
}

  .bg-dd::after {
    content: '';
    position: absolute;
    background: url(../img/banner/banner-side.png);
    width: 100%;
    top: 0;
    right: -50%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
}
.about-slider{
  padding: 40px 0px 60px;
}
.about-slider .slick-slider-d .slick-list{
padding:4px
}
.about-slider h3{
  color: #d9d9d9;
margin-bottom: 60px;
}
.slick-slider-d .element{
  border-radius: 30px;
  box-shadow: -0.5px -0.5px 1px 0 #f0f0f0, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(136deg, #1c1c1c -13%, #333 92%);
  padding:40px 20px;
  margin-right: 30px;
}
.slick-slider-d .element img{
  margin-bottom: 35px;
}
.slick-slider-d .element h4{
  font-size:15px;
  color: #d9d9d9;
}
.slick-slider-d .element h4 span{
  
}
/*-------- choosing area start --------*/
.single-choose-item i {
  color: #969ca7;
  font-size: 44px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.single-choose-item h4 {
  color: #333c4a;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0 10px;
  text-transform: uppercase;
}
.single-choose-item:hover i {
  color: var(--color-hover);
}



/*------ contact form info area start -------*/

.contact .info-item {
  background: var(--color-light-white);
  padding: 30px;
}
.contact .info-item h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 10px 0;
  color:var(--heading-color)
}
.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .info-item .fa {
  font-size: 38px;
  line-height: 0;
  color: var(--color-gold);
}
.contact .php-email-form {
  background: var(--color-light-white);
  padding: 30px;
  height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form input[type=tel],
.contact .php-email-form input[type=radio],
.contact .php-email-form input[type=date],
.contact .php-email-form input[type=time],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--nav-color);
  background-color: var(--background-color);
  border-color: var(--background-color);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form input[type=tel]:focus,
.contact .php-email-form input[type=radio]:focus,
.contact .php-email-form input[type=date]:focus,
.contact .php-email-form input[type=time]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}
.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form input[type=tel]::placeholder,
.contact .php-email-form input[type=radio]::placeholder,
.contact .php-email-form input[type=date]::placeholder,
.contact .php-email-form input[type=time]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: var(--heading-color)
}

.contact .php-email-form button[type=submit] {
  background: var(--heading-color);
  color: var(--color-white);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--color-hover);
}
.contact-map-section iframe{
  width: 100%;
    height: 400px;
}
/*---------- faq style start ----------*/
.faq-title h2 {
  color: #333c4a;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  padding-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .faq-title h2 {
    font-size: 22px;
  }
}

.faq-inner .card {
  border: none;
  margin-bottom: 30px;
}
.faq-inner .card:last-child {
  margin-bottom: 0;
}
.faq-inner .card .card-body {
  border: 1px solid #e5e5e5;
}

.card-header {
  padding: 0;
  border: none;
}
.card-header button {
  color: #333c4a;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  line-height: 1.2;
  padding: 16px 30px;
  text-align: left;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .card-header button {
    padding: 12px 10px;
  }
}
.card-header button i {
  color: var(--color-hover);
  font-size: 20px;
  padding-right: 10px;
}
.card-header button:before {
  top: 50%;
  right: 20px;
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 479px) {
  .card-header button:before {
    right: 10px;
  }
}

.faq-inner .card-header .accordio-heading[aria-expanded=false] {
  background-color: #f5f5f5;
}

.faq-inner .card-header .accordio-heading[aria-expanded=true] {
  color: #ffffff;
  background-color: var(--color-hover);
}
.faq-inner .card-header .accordio-heading[aria-expanded=true] i {
  color: #ffffff;
}
.faq-inner .card-header .accordio-heading[aria-expanded=true]:before {
  content: "";
}

/*---------- faq style end ----------*/


.social-share-area {
  display: flex;
  margin-left: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-share-area {
    display: block;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .social-share-area {
    display: block;
    text-align: left;
    margin-top: 30px;
  }
  .product-main-info {
    padding: 0px 5px;
}
}
.social-share-area h3 {
  color: #333c4a;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  padding-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .social-share-area h3 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-share-area h3 {
    padding-bottom: 10px;
    text-align: left;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .social-share-area h3 {
    font-size: 20px;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.social-share-area .social-icon a {
  color: #333c4a;
  height: 34px;
  width: 34px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  margin-left: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffffff;
}
@media only screen and (max-width: 479px) {
  .social-share-area .social-icon a {
    margin-left: 5px;
  }
}
.social-share-area .social-icon a:hover {
  color: #ffffff;
  background-color: var(--color-hover);
}

.newsletter-inner.white-bg h3,
.social-share-area.white-bg h3 {
  color: #ffffff;
}

.mailchimp-alerts {
  font-size: 16px;
  color: var(--color-hover);
  right: 0;
  text-align: right;
  padding: 10px 20px;
  position: absolute;
}

/*------- newsletter area end -------*/
/*------ footer widget area start ------*/
.footer-area-top{
  background-color: var(--color-light-white);
}
.footer-area {
  padding-right: 50px;
}
@media only screen and (min-width: 1600px) {
  .footer-area {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-area {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.footer-area .footer-area-title {
  padding-bottom: 20px;
}
.footer-area .footer-area-title h3 {
  color: #333c4a;
  display: inline;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
}
/* .footer-area .footer-area-title h3:before {
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--color-hover);
} */
.footer-area .footer-area-body p {
  color: #707070;
  font-size: 13px;
  margin-bottom:20px
}

.useful-link li a {
  color: #707070;
  font-size: 13px;
  font-weight: 400;
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
}
.useful-link li a:hover {
  color: var(--color-hover);
  padding-left: 5px;
}
.useful-link li a:first-child {
  padding-top: 0;
}

.address-box li {
  margin-bottom: 5px;
}
.address-box li:last-child {
  margin-bottom: 0;
}
.address-box li span {
  color: #333c4a;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.address-box li p {
  color: #707070;
  font-size: 15px;
  font-weight: 300;
}
.address-box li p a {
  color: #707070;
}
.address-box li p a:hover {
  color: var(--color-hover);
  text-decoration: underline;
}

.white-bg .footer-area .footer-area-title h3 {
  color: #ffffff;
}
.white-bg .footer-area .footer-area-body p {
  color: #bdbdbd;

}
.white-bg .footer-area .footer-area-body .useful-link li a {
  color: #bdbdbd;
}
.white-bg .footer-area .footer-area-body .useful-link li a:hover {
  color: var(--color-hover);
}
.white-bg .footer-area .footer-area-body .address-box li span {
  color: #ffffff;
}
.white-bg .footer-area .footer-area-body .address-box li p a {
  color: #bdbdbd;
}
.white-bg .footer-area .footer-area-body .address-box li p a:hover {
  color: var(--color-hover);
}

@media only screen and (max-width: 575px) {
  .footer-logo {
    max-width: 30%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-logo {
    max-width: 40%;
  }
}

/*------ footer widget area end ------*/
/*------- footer bottom area start -------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-area {
    margin-top: -3px;
  }
}

.copyright-text p {
  color: #333c4a;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  .copyright-text p {
    font-size: 13px;
  }
}
.copyright-text p a {
  color: var(--color-hover);
}
@media only screen and (max-width: 767px) {
  .copyright-text {
    text-align: center;
  }
}

.footer-payment {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-payment {
    text-align: center;
    padding-bottom: 10px;
  }
}

.copyright-text.white-bg p {
  color: #bdbdbd;
}

/*------- footer bottom area end -------*/

.logo{}
.logo img{
  width:200px
}

.banner-wrapper{
  position: relative;
    overflow: hidden;
    transition: all 0.4s ease-out 0s;
}
.banner-wrapper .banner-image{}
.banner-wrapper .banner-image a{}
.banner-wrapper .banner-image a img{
  
}
.banner-wrapper .banner-image a .info-content{
  position: absolute;
  top: 50%;
  bottom: initial;
  transform: translateY(-50%);
  left: 30px;
}
.banner-wrapper .banner-image a {
  color:var(--color-white)
}
.banner-wrapper .banner-image a .info-content h3{
  text-transform:capitalize;
  font-size:22px
}
.banner-wrapper .banner-image a .info-content span{
  display:block;
  text-decoration:underline
}

.banner-wrapper:hover a img{
  transform: scale(1.2);
}

.banner-wrapper .banner-image.banner-image-butt{}
.banner-wrapper .banner-image.banner-image-butt a .info-content {
}
.banner-wrapper .banner-image.banner-image-butt .info-content h3{
  text-transform: capitalize;
    font-size: 36px;
    margin-bottom: 2px;
}
.banner-wrapper .banner-image.banner-image-butt .info-content p{
  font-size: 17px;
    color: #fff;
    margin-bottom: 25px;
}
.banner-wrapper .banner-image.banner-image-butt .info-content span{
  text-decoration: none;
    border: 1px solid var(--heading-color);
    text-align: left;
    display: inline-block;
    padding: 9px 26px 5px;
    color: var(--heading-color);
    font-weight: 500;
    transition: all 0.4s ease-out 0s;
}
.banner-wrapper:hover .banner-image.banner-image-butt .info-content span {
  background:var(--heading-color);
  color:var(--color-white)
}

.d-flex-m {
  display:flex;
  gap:10px;
  position:relative
}
.d-flex-m .fix-width{}
.d-flex-m .fix-width span{
  position: absolute;
    bottom: 20px;
    left: 25px;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 600;
}

.bg-dark-g{
  overflow: hidden;
  background: #333333;
  position: relative;
  padding: 95px 0px;
}
.bg-dark-g::after{
  content: '';
    position: absolute;
    background: url(../img/banner/banner-side.png);
    width: 100%;
    top: 0;
    right: -50%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
}
.top-mar{
  margin-top: -300px;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
.more-servie{
  display:flex;
  gap:20px;
  margin-bottom:30px
}
.more-servie>div{color: #333c4a;
  height: 50px;
  width: 50px;
  line-height: 58px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  border-radius: 50%;
  background-color: #3f3d3c;
}
.more-servie p{
  flex-basis: 60%;
  color:var(--color-gold);
  line-height:1.5
}
.headdin-two{
  margin-bottom: 40px;
}
.headdin-two h2{
  color:#f0f0f0
}

.bg-bl {
  background: #333333;
  height: 500px;
}

/*prfile-user*/
.profile-top{
  position:relative;
}
.profile-top h3{
  margin-bottom:30px
}
.prof-buttom{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.prof-buttom img{
  background: #cbae64;
    border-radius: 50%;
    padding: 3px;
}
.prof-buttom h4{
  font-size:14px;
}
.profile-top span{
  position: absolute;
  right: 0;
  top: 75px;
  font-size: 13px;
}

.profile-list{
  background: #f5f5f5;
  position:relative
}
.profile-list .nav-pills .nav-link{
  border-radius: 0;
  color:var(--nav-color);
  border-bottom: 1px solid #fff;
  padding: 12px 15px;
}
.profile-list .nav-pills .nav-link.active{
  color:var(--color-white);
  background:var(--color-hover);
}
.profile-list .nav-pills .nav-link:hover{
  background:var(--color-hover);
  color:var(--color-white)
}
.user-profile-content{
  padding:70px 0px 0px 30px;
  position:relative
}
.user-profile-content .flott{
  position: absolute;
  right: 0;
  top:80px
}
.user-profile-content .flott a{
  background: var(--heading-color);
  color: #fff;
  padding: 10px 15px 7px 15px;
}
.user-profile-content h3{
  font-size:18px;
  position:relative
}

.user-profile-content h3::after{
  content: '';
    position: absolute;
    background: var(--color-hover);
    width: 110px;
    height: 3px;
    bottom: -10px;
    left: 0px;
}
.user-profile-content.pd-bb {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 19px #dfdfdfb0;
}
.user-profile-content.pd-bb h3{
  font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
.user-profile-content.pd-bb h3::after{
  display:none
}
.myaccount-page-wrapper.myaccount-page-pp .user-profile-content{
  padding:0
}
.myaccount-page-wrapper.myaccount-page-pp .user-profile-content .d-address,.myaccount-page-wrapper.myaccount-page-pp .user-profile-content .p-total-price-d{
  border-bottom: none;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 19px #dfdfdfb0;
}
.myaccount-page-wrapper.myaccount-page-pp .user-profile-content .p-total-price-d{
  margin-top: -15px;
}
.myaccount-page-wrapper.myaccount-page-pp .user-profile-content .p-total-price-d table{
width:100%
}
.profle-add{
  background: var(--color-light-white);
    padding: 15px;
}
.profle-add h4{
  font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
.profle-add address span{
  font-size: 14px;
    line-height: 1.7;
    display: inline-block;
    margin-bottom: 10px;
}
.profle-add  .edit-ad{
  display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.profle-add  .edit-ad a{
  color: var(--color-hover);
  font-weight: 600;
  display: inline-block;
  padding: 0px 15px 0px 0px;
  text-decoration: underline;
}
.profle-add  .edit-ad a:hover{
color:var(--heading-color)
}
.my-profile{}
.my-profile h4{
  font-size: 15px;
    margin-bottom: 15px;
    font-weight:600
}
.my-profile h4 span{
    display: inline-block;
    margin-left: 10px;
}
.my-profile .m-00{
  margin-left: 73px;
}
.single-order-bg{
  background:#fbfbfb;
  padding:15px 30px;
  margin-bottom:15px;
}
.my-order-id{
  margin-bottom:30px;
  position:relative
}
.progress-container {
margin-bottom:30px
}
.flottd{
  position: absolute;
    top: 0;
    right: 0;
}
.flottd a {
  color: var(--color-white);
  font-weight: 500;
  display: inline-block;
  padding: 7px 15px;
  background: var(--heading-color);
}
.flottd a:hover{
  background: var(--color-hover);
    color: var(--color-white);
}
.progress-bar {
  background-color: #e0e0e0;
  border-radius: 5px;
  position: relative;
  height: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}

.progress {
  background-color: #4caf50;
  height: 100%;
  width: 0%;
  transition: width 0.3s ease;
}

.progress-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: -50px;
}

.step {
  background-color: #e0e0e0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.step.active {
  background-color: #4caf50;
}

.step span {
  display: none;
}

.step.active span {
  display: block;
}

.step:before {
  content: attr(data-step);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step.active:before {
  content: '';
}
.my-order-product {
  display: flex;
  gap: 15px;
}
.my-order-product .p-pic{}
.my-order-product .p-pic img{
  border: 1px solid #ddd;
    padding: 3px;
}
.my-order-product .o-details div p{
  margin-bottom:8px
}
.my-order-product .o-details div .i-name{
  font-size: 16px;
  font-weight: 600;
}
.i-price{
  font-size: 20px;
    font-weight: 600;
}
.p-pic .rating{
  margin-top: 10px;
}
.p-pic .rating .fa{
  color: #d3cccc;
  font-size: 18px;
}
.p-pic .rating .checked {
  color: orange;
}
.order-extra{
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.order-extra .left{}
.order-extra .left{}
.btn-cust{
  background-color:var(--heading-color);
  color:var(--color-white);
  border-radius:0px;
  padding:7px 15px
}
.btn-cust:hover{
  background-color:var(--color-hover);
  color:var(--color-white);
}
.order-extra .right{
  display: flex;
    justify-content: space-evenly;
    gap: 40px;
}
.order-extra .right a{
  text-align: center;
}
.order-extra .right a .fa{
  font-size: 18px;
    background: var(--heading-color);
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    color:var(--color-white)
}
.order-extra .right a span{
  display: block;
  color:var(--heading-color);
  font-size:14px;
  font-weight: 600;
}
.order-extra .right a:hover .fa{
  background-color:var(--color-hover)
}
.order-extra .right a:hover span{
  color:var(--color-hover)
}
.d-address{
  margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.d-address h4,.p-total-price-d h4{
  font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
.p-total-price-d table{
  width: 60%;
}
.p-total-price-d table tr:nth-child(3),.p-total-price-d table tr:nth-child(4){
  border-bottom: 1px solid #ddd;
}
.p-total-price-d table tr td{
  padding: 8px 0px;
}
.p-total-price-d table tr td:last-child{
  text-align: right;
}
.track-order-input {
  margin-bottom: 30px;
}
.track-order-input .form-control{
  height: 50px;
    border-radius: 0;
}
.track-order-input .input-group-append .btn{
  height: 50px;
    border-radius: 0;
    background: var(--heading-color);
    color:var(--color-white)
}
.track-order-input .input-group-append .btn:hover{
    background: var(--color-hover);
    color:var(--color-white)
}
.track-order-input h1{
  text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
}
.action-wish-list{
  display: flex;
    justify-content: space-between;
    margin-bottom: -20px;
}
.action-wish-list a{
  padding: 10px;
    flex: 50%;
}
.action-wish-list a:nth-child(1){
  background: #ddd;
  color:var(--heading-color)
}
.action-wish-list a:nth-child(2){
  background: var(--color-gray);
  color:var(--color-white)
}
.profile-password{}
.profile-password .form-group{}
.profile-password .form-group .form-control{
  height: 48px;
    font-size: 14px;
    border-radius: 0
}
.profile-password .btn{
  border-radius: 0;
  background: var(--heading-color);
  color:var(--color-white);
  padding:8px 25px;
  font-size:15px
}
.profile-password .btn:hover{
  background: var(--color-hover);
  color:var(--color-white)
}
/*log in page*/






.main {
  /* width: 340px;
  height: 400px;
  background: white;
  border-radius: 3px;
  padding: 30px;
  position: relative;
  display: flex; */
}
.form_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.form_wrapper .tile {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
.form_wrapper .tile h3 {
  font-size: 22px;
  margin: 0px;
  transition: all 0.3s ease;
}
.form_wrapper .radio {
  display: none;
}
.form_wrapper .tab {
  width: 50%;
  border: solid 2px #f1f1f1;
  height: 40px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  transition: color 0.3s ease;
  user-select: none;
  cursor:pointer
}
.form_wrapper .tab.login_tab {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.form_wrapper .tab.signup_tab {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.form_wrapper .shape {
  background: linear-gradient(45deg, #1c1b1c, #474345) no-repeat center;
  width: 50%;
  height: calc(40px - 1px);
  border-radius: 5px;
  position: absolute;
  top: 45.5px;
  left: 0px;
  opacity: 0.9;
  transition: all 0.4s ease;
}
.form_wrapper .shape:hover {
  background: linear-gradient(45deg, #1c1b1c, #474345) no-repeat center;
}
.form_wrapper #login:checked ~ .shape {
  left: 0px;
}
.form_wrapper #login:checked ~ .login_tab {
  border-color: transparent;
  z-index: 1;
  color: white;
  cursor:pointer
}
.form_wrapper #login:checked ~ .tile .signup {
  display: none;
  cursor:pointer
}
.form_wrapper #login:checked ~ .form_wrap {
  transform: translateX(0);
}
.form_wrapper #login:checked ~ .form_wrap .signup_form {
  opacity: 0;
}
.form_wrapper #signup:checked ~ .shape {
  left: 50%;
}
.form_wrapper #signup:checked ~ .signup_tab {
  border-color: transparent;
  z-index: 1;
  color: white;
}
.form_wrapper #signup:checked ~ .tile .login {
  display: none;
}
.form_wrapper #signup:checked ~ .form_wrap {
  transform: translateX(-100%);
}
.form_wrapper #signup:checked ~ .form_wrap .login_form {
  opacity: 0;
}
.form_wrapper a {
  color: var(--color-hover);
  text-decoration: none;
  transition: all 0.3s linear;
}
.form_wrapper a:hover {
  color: var(--heading-color);
}
.form_wrapper .form_wrap {
  display: flex;
  width: 100%;
  flex: 0 0 100%;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.form_wrapper .form_wrap .form_fild {
  width: 100%;
  flex: 0 0 100%;
  transition: all 0.5s ease;
}
.form_wrapper .form_wrap .form_fild .input_group {
  width: 100%;
  margin-bottom: 20px;
}
.form_wrapper .form_wrap .form_fild .input_group .input {
  border: solid #f1f1f1 2px;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  transition: all 0.3s linear;
}
.form_wrapper .form_wrap .form_fild .input_group .input::placeholder {
  color: #adadad;
}
.form_wrapper .form_wrap .form_fild .input_group .input:hover {
 border-color: rgb(236 216 160);
}
.form_wrapper .form_wrap .form_fild .input_group .input:focus {
 border-color: rgb(236 216 160);
}
.form_wrapper .form_wrap .form_fild .forgot {
  display: block;
  margin-bottom: 15px;
  padding: 0px 2px;
}
.form_wrapper .form_wrap .form_fild .btn {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: white;
  background: linear-gradient(45deg, #1c1b1c, #474345) no-repeat center;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.form_wrapper .form_wrap .form_fild .btn:hover {
  background: linear-gradient(45deg, #474345, #1c1b1c) no-repeat center;
}
.form_wrapper .form_wrap .form_fild .btn:active {
  transform: scale(0.95);
}
.form_wrapper .form_wrap .form_fild .not_mem {
  text-align: center;
}
.form_wrapper .form_wrap .form_fild .not_mem label {
  pointer-events: none;
}
.form_wrapper .form_wrap .form_fild .not_mem label span {
  pointer-events: all;
  color: var(--heading-color);
  text-decoration: none;
  transition: all 0.3s linear;
  cursor:pointer
}
.form_wrapper .form_wrap .form_fild .not_mem label span:hover {
  color: #a547b1;
}




.otp-container {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.otp-container h3{
  font-size:16px;
  margin-bottom: 30px;
}
.otp-input {
  width: 40px;
  padding: 5px;
  margin: 5px;
  font-size: 18px;
  text-align: center;
}
.submit-btn {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #000;
  color: white;
  border: none;
  border-radius: 5px;
}

#otpModal .modal-content{
  padding:30px
}

.tile-login{

}

.tile-login h3{
  font-size: 16px !important;
}
.tile-login img{
  width: 200px;
    margin-bottom: 20px;
}
.order-confirm-wr{
  text-align:center
}
.order-confirm-wr img{
  margin-bottom: 20px;
}
.order-confirm-wr p{
  margin-bottom: 30px;
}
.order-confirm-wr span{
  display: inline-block;
  background: var(--color-gold);
  padding: 15px 40px;
  border-radius: 25px;
  font-size: 16px;
}
.user-cart-left-span{
  display: block;
}
.user-cart-left-span span {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}
.user-cart-left-span span:last-child{
  margin-bottom: 0px;
}
.user-cart-left-span a{
  color:var(--heading-color);
  font-size:13px;
  font-weight:600
}
.cart-calculator-wrapper .pp{
padding:20px 0px 25px 
}
.fixed-bottom-fliter-left{
  display:none;
  position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--color-hover);
    left:0;
    z-index: 9;
}
.mm-768, .d-none-desk{
  display:none;
}
.fixed-bottom-fliter-left>div{
  display: flex;
  padding: 15px;
}
.fixed-bottom-fliter-left>div a{
color:var(--color-white);
}
.fixed-bottom-fliter-left>div a:nth-child(1){
  flex: 50%;
  max-width: 50%;
  border-right: 1px solid;
}
.fixed-bottom-fliter-left>div a:nth-child(2){
  flex: 50%;
    max-width: 50%;
    text-align:right
}
.fixed-bottom-fliter-left>div a .fa{
}
.offcanvas-start-hh .offcanvas-header{
  position: absolute;
  right: 0;
}
.offcanvas{}
.mobile-side-bar{}
.bg-bls{
  background: url(../img/bg-gg.png);
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow:hidden
}

.cutomer-slider .item-slide{
  padding:25px;
  border-radius: 8px;
    box-shadow: 10px 10px 20px 0 rgba(109, 79, 79, 0.1);
    background-color: #fff;
    margin: 0px 15px 10px 0px;
}
.cutomer-slider .item-slide .info{
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.cutomer-slider .item-slide .info{}
.cutomer-slider .item-slide .info img{
  border: 1px solid #c9c9c9;
  border-radius: 50%;
}
.cutomer-slider .item-slide .info .side-i{}
.cutomer-slider .item-slide .info .side-i .rating{}

.cutomer-slider .item-slide .info .side-i .rating .fa{}
.cutomer-slider .item-slide .info .side-i .rating .fa{}
.cutomer-slider .item-slide .info .side-i .rating .fa.checked {
  color: var(--color-gold);
}
.cutomer-slider .item-slide .info .side-i h5{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--nav-color);
}
.cutomer-slider .item-slide .bottom-info p{
  margin-bottom: 20px;
  font-size:14px
}
.cutomer-slider .item-slide .bottom-info .b-img{
  display: flex;
  gap: 10px;
}
.full-width-right {
  position: relative;
  right: 0;
  left: auto;
  width: 100vw;
  margin-right: -50vw;
  margin-left: 15%;
}
.cutomer-slider .item-slide .bottom-info .b-img img{}
@media only screen and (max-width: 992px) {
.profle-add{
  margin-bottom:25px
}
.banner-wrapper .banner-image{
  margin-bottom:20px
}
.d-flex-m {
  flex-wrap: wrap;
}
.banner-wrapper .banner-image.banner-image-butt .info-content h3 {
  font-size: 20px;
}
.pt-60 {
  padding-top: 30px !important;
}
.pt-sm-58 {
  padding-top: 20px !important;
}
.pb-44 {
  padding-bottom: 20px !important;
}
.bg-dark-g::after{
  display:none
}
.bg-dark-g{
  padding: 30px 0px;
}
.tab-menu-one li a:after{
  display:none
}
.tab-menu-one li a {
  font-size: 14px;
}
.tab-menu-one ul{
  overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
        white-space: nowrap;
        justify-content: normal;
        padding: 10px 15px;
        border-radius: 0px;
        -webkit-overflow-scrolling: touch;
}
.mb-58{
  margin-bottom: 30px !important;
}
.pb-60,.pb-sm-58  {
  padding-bottom: 30px !important;
}
.header-setting-option .settings-top .settings-btn,.header-setting-option .search-wrap .s-btn,.header-setting-option .header-mini-cart .mini-cart-btn {
  cursor: pointer;
  position: relative;
  width: initial;
  height: initial;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  margin-right:5px
}
.header-call-action{
  font-size:14px
}
.top-togle-search span {
  margin-bottom: 20px;
  font-size: 16px;
}
.user-cart-left .car-r .item-title a,.user-cart-left .car-r .item-price{
  font-size: 14px;
}
.user-cart-left .fa,.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
  font-size: 16px;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td {
  color: #333c4a;
  padding: 10px 10px;
}
.banner-wrapper .banner-image.banner-image-butt .info-content p{
  margin-bottom: 10px;
}
.bg-dd::after{
  display:none
}
.about-item-pic img{
  margin-bottom:30px
}
.pb-80{
  padding-bottom: 30px !important;
}
.pt-80{
  padding-bottom: 30px !important;
}
.about-item-pic {
  margin-bottom: 30px;
}

}

@media only screen and (max-width: 768px) {
  .fixed-bottom-fliter-left{
    display:block
  }
  .about-tt{
    display:none !important
  }
  .about-tt-mobile{
    display:block !important
  }
  .about-tt-mobile span{
    margin-bottom:10px;
    display:block
  }
  .bg-dd{
    display: block !important;
    height:auto;
  }
  .about-slider h3 {
    margin-bottom: 30px;
}
.payment-act-wrpaer .input-set .text-sect{
  display:none
}
.d-date{
  bottom: 4px;
  font-size: 13px;
}
.user-cart-left .car-r .c-title{
  font-size: 13px;
  margin-top: -4px;
  padding-bottom: 10px;
}
}
@media only screen and (min-width: 768px) {
.mm-768,.d-none-desk{
  display:block
}

}

.prof-buttom .nameabbr{
  background: #cbae64;
  border-radius: 50%;
  padding: 9px;
  color: white;
  text-transform: uppercase;
}

/* New Code */
.not-found-msg{
  font-size:30px;
  font-weight: 600;
  text-align: center;
}

.header-setting-option .header-mini-wishlist .mini-wishlist-btn {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
.header-setting-option .header-mini-wishlist .mini-wishlist-btn span.wishlist-notification {
  bottom: 8px;
  right: 4px;
  width: 14px;
  height: 14px;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  color: #ffffff;
  position: absolute;
  border-radius: 50%;
  display: block;
  background-color: var(--color-hover);
}

.header-mini-wishlist a{
  color: var(--nav-color);
}

.header-mini-wishlist a:hover{
  color: var(--nav-color);
}




/* loader css code */

.loader-overlay {
  display: none;  
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998;
}

.loader {
  display: none;  
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -25px 0 0 -25px;  
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #6b503e;
  z-index: 9999;
  animation: spin 2s linear infinite;
}

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

.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}