/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

html,
body {
  height: 100%;
  font-family: "Nunito Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 15px;
  font-family: "Nunito Sans", sans-serif;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  /* color: #ffffff; */
}

ul,
ol {
  padding: 0;
  margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
  margin-bottom: 45px;
  text-align: center;
}

.section-title span {
  color: #e53637;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}

.section-title h2 {
  color: #111111;
  font-weight: 700;
  line-height: 46px;
}

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

.spad {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */

.primary-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 30px;
  color: #ffffff;
  background: #000000;
  letter-spacing: 4px;
}

.site-btn {
  background: #111111;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 50px;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  gap: 3px;
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
}

/* Preloder */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

.spacial-controls {
  position: fixed;
  width: 111px;
  height: 91px;
  top: 0;
  right: 0;
  z-index: 999;
}

.spacial-controls .search-switch {
  display: block;
  height: 100%;
  padding-top: 30px;
  background: #323232;
  text-align: center;
  cursor: pointer;
}

.search-model {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 99999;
}
.product__filter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.product__filter .new-arrivals{}
.product_filter_inr .new-arrivals .product__item,
.product__filter .new-arrivals .product__item{
    height: 100%;
}
.search-model-form {
  background: #fff;
}

.search-model-form input {
  width: 500px;
  font-size: 20px;
  height: 50px;
  padding: 0;
  background: 0 0;
  color: #999;
  border-radius: 0;
  /* height: 45px; */
  padding: 12px 10px;
  border: none !important;
  box-shadow: none !important;
}

.search-close-switch {
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 28px;
  top: 30px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 40px;
}

/*---------------------
  Header
-----------------------*/

.header {
  background: #ffffff;
}

.header__top {
  background: #111111;
  padding: 2px 0;
}
.goog-te-gadget .goog-te-combo {width: 160px !important;margin: 0px 0 !important;padding: 8px;font-size: 15px;}
.goog-te-gadget {font-size: 0px !important;}
.goog-te-gadget span{display:none}
.header__top__links a span {
    width: 13px;
    height: 13px;
}
.header__top__links a span img{width:100%}
.header__top__left p {
  color: #ffffff;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.header__top__right {
  text-align: right;    align-items: center;
}

.header__top__links {
  display: inline-block;
  margin-right: 25px;
}

.header__top__links a {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 28px;
  display: flex;
  gap: 6px;
}
div#google_translate_element {width: auto !important;}
.header__top__links a:last-child {
  margin-right: 0;
}

.header__top__hover {
  display: inline-block;
  position: relative;
}

.header__top__hover:hover ul {
  top: 24px;
  opacity: 1;
  visibility: visible;
}

.header__top__hover span {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
}

.header__top__hover span i {
  font-size: 20px;
  position: relative;
  top: 3px;
  right: 2px;
}

.header__top__hover ul {
  background: #ffffff;
  display: inline-block;
  padding: 2px 0;
  position: absolute;
  left: 0;
  top: 44px;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.header__top__hover ul li {
  list-style: none;
  font-size: 13px;
  color: #111111;
  padding: 2px 15px;
  cursor: pointer;
}

.header__logo {
  /* padding: 10px 0; */
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header__logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 120px;
  max-height: 120px;
}
.header__logo {
  /* padding: 10px 0; */
  /* width: 238px; */
  height: 84px;
}

.header__menu {
  text-align: center;
  padding: 26px 0 25px;
}

.header__menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.header__menu ul li.active a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header__menu ul li:hover a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header__menu ul li:hover .dropdown {
  top: 32px;
  opacity: 1;
  visibility: visible;
}

.header__menu ul li:last-child {
  margin-right: 0;
}

.header__menu ul li .dropdown {
  position: absolute;
  left: 0;
  top: 56px;
  width: 150px;
  background: #111111;
  text-align: left;
  padding: 5px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
  display: block;
  margin-right: 0;
}

.header__menu ul li .dropdown li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding: 5px 20px;
  text-transform: capitalize;
}

.header__menu ul li .dropdown li a:after {
  display: none;
}

.header__menu ul li a {
  font-size: 18px;
  color: #111111;
  display: block;
  font-weight: 600;
  position: relative;
  padding: 3px 0;
}

.header__menu ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e53637;
  content: "";
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.header__nav__option {
  text-align: right;
  display: flex;
  gap: 6px;
  justify-content: end;
}

.header__nav__option a {
  display: flex;
  margin-right: -1px;
  position: relative;
  width: 40px;
  background: #bebebe5e;
  height: 40px;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
}
.header__nav__option a img {
}
.header__nav__option a span {
  color: #0d0d0d;
  font-size: 11px;
  position: absolute;
  left: 5px;
  top: 8px;
}

.header__nav__option a:last-child {
  margin-right: 0;
}

.header__nav__option .price {
  font-size: 15px;
  color: #111111;
  font-weight: 700;
  display: inline-block;
  margin-left: -20px;
  position: relative;
  top: 3px;
}

.offcanvas-menu-wrapper {
  display: none;
}

.canvas__open {
  display: none;
}

/*---------------------
  Hero
-----------------------*/


.hero__slider.owl-carousel .owl-nav{
    position: absolute;
    bottom: 5px;
    right: 5px;
    gap: 10px;
    display: flex;
}
.hero__slider.owl-carousel .owl-nav button {
  font-size: 36px;
  color: #333333;
  left: inherit !important;
  position: relative;
  top: auto;
  width: 50px;
  height: 50px;
  right: inherit !important;
  background: #000;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.hero__slider.owl-carousel .owl-nav button span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.hero__slider.owl-carousel .owl-nav button span:before{
    font-size: 26px;
}
.hero__slider.owl-carousel .owl-nav button span span{
    display: none;
}
.hero__slider.owl-carousel .owl-nav button.owl-next {
}

.hero__items {
  height: 70vh;
  /* padding-top: 97px; */
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero__text h6 {
  background: #cd0001;
  font-size: 16px;
  width: fit-content;
  padding: 2px 13px;
  font-weight: 600;
  border-radius: 61px;
  margin-bottom: 15px;
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
}

.hero__text h2 {
  color: #333333;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 20px;
  position: relative;
  top: 100px;
  /* opacity: 0; */
  -webkit-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Dancing Script", cursive;
}

.hero__text p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 0.9s;
  -o-transition: all, 0.9s;
  transition: all, 0.9s;
  color: #fff;
}

.hero__text .primary-btn {
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all, 1.1s;
  -o-transition: all, 1.1s;
  transition: all, 1.1s;
}

.hero__text .primary-btn span {
  font-size: 20px;
  position: relative;
  top: 4px;
  font-weight: 700;
}

.hero__social {
  margin-top: 115px;
}

.hero__social a {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  margin-right: 32px;
}

.hero__social a:last-child {
  margin-right: 0;
}

/*---------------------
  Banner
-----------------------*/

.blog {
  padding-bottom: 55px;
}

.banner__item {
  position: relative;
  overflow: hidden;
}

.banner__item:hover .banner__item__text a:after {
  width: 40px;
  background: #e53637;
}

.banner__item.banner__item--middle {
  margin-top: -75px;
}

.banner__item.banner__item--middle .banner__item__pic {
  float: none;
}

.banner__item.banner__item--middle .banner__item__text {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  padding-top: 22px;
}

.banner__item.banner__item--last {
  margin-top: 100px;
}

.banner__item__pic {
  float: right;
}

.banner__item__text {
  max-width: 300px;
  position: absolute;
  left: 0;
  top: 140px;
}

.banner__item__text h2 {
  color: #111111;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 10px;
}

.banner__item__text a {
  display: inline-block;
  color: #111111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 3px 0;
  position: relative;
}

.banner__item__text a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #111111;
  content: "";
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

/*---------------------
  Categories
-----------------------*/

.categories {
  background: #f3f2ee;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 125px;
}

.categories__text {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

.categories__text:before {
  position: absolute;
  left: -485px;
  top: 0;
  height: 300px;
  width: 600px;
  background: #ffffff;
  z-index: -1;
  content: "";
}

.categories__text h2 {
  color: #b7b7b7;
  line-height: 72px;
  font-size: 34px;
}

.categories__text h2 span {
  font-weight: 700;
  color: #111111;
}

.categories__hot__deal {
  position: relative;
  z-index: 5;
}

.categories__hot__deal img {
  min-width: 100%;
}

.hot__deal__sticker {
  height: 100px;
  width: 100px;
  background: #111111;
  border-radius: 50%;
  padding-top: 22px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -36px;
}

.hot__deal__sticker span {
  display: block;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 4px;
}

.hot__deal__sticker h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.categories__deal__countdown span {
  color: #e53637;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}

.categories__deal__countdown h2 {
  color: #111111;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 25px;
}

.categories__deal__countdown .categories__deal__countdown__timer {
  margin-bottom: 20px;
  overflow: hidden;
  margin-left: -30px;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item {
  width: 25%;
  float: left;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.categories__deal__countdown
  .categories__deal__countdown__timer
  .cd-item:after {
  position: absolute;
  right: 0;
  top: 7px;
  content: ":";
  font-size: 24px;
  font-weight: 700;
  color: #3d3d3d;
}

.categories__deal__countdown
  .categories__deal__countdown__timer
  .cd-item:last-child:after {
  display: none;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item span {
  color: #111111;
  font-weight: 700;
  display: block;
  font-size: 36px;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item p {
  margin-bottom: 0;
}

/*---------------------
  Instagram
-----------------------*/

.instagram {
  padding-bottom: 0;
}

.instagram__pic__item {
  width: 33.33%;
  float: left;
  height: 261px;
  background-position: center center;
}

.instagram__text {
  padding-top: 130px;
}

.instagram__text h2 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 30px;
}

.instagram__text p {
  margin-bottom: 65px;
}

.instagram__text h3 {
  color: #e53637;
  font-weight: 700;
}

/*---------------------
  Product
-----------------------*/

.product {
  padding-top: 0;
  padding-bottom: 60px;
}

.filter__controls {
  text-align: center;
  margin-bottom: 24px;
  margin-top: 36px;
}

.filter__controls li {
  color: #b7b7b7;
  font-size: 24px;
  font-weight: 700;
  list-style: none;
  display: inline-block;
  margin-right: 88px;
  cursor: pointer;
}

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

.filter__controls li.active {
  color: #111111;
}

.product__item {
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 13px;
}

.product__item.sale .product__item__pic .label {
  color: #ffffff;
  background: #111111;
}

.product__item.sale .product__item__text .rating i {
  color: #f7941d;
}

.product__item.sale .product__item__text .rating i:nth-last-child(1) {
  color: #b7b7b7;
}

.product__item:hover .product__item__pic .product__hover {
  right: 20px;
  opacity: 1;
}

.product__item:hover .product__item__text a {
  bottom: 3px;
  opacity: 1;
  visibility: visible;
  /* right: 0; */
}

.product__item:hover .product__item__text h6 {
  /* opacity: 0; */
  color: #007bff;
}

.product__item:hover .product__item__text .product__color__select {
  opacity: 1;
}

.product__item__pic {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.product__item__pic .label {
  color: #111111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 15px 2px;
  background: #8dc4ff;
  position: absolute;
  left: 0;
  top: 0;
}

.product__item__pic .product__hover {
  position: absolute;
  right: -200px;
  top: 20px;
  -webkit-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  transition: all, 0.8s;
}

.product__item__pic .product__hover li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}

.product__item__pic .product__hover li:hover span {
  opacity: 1;
  visibility: visible;
}

.product__item__pic .product__hover li span {
  color: #ffffff;
  background: #111111;
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  position: absolute;
  left: -78px;
  top: 5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.product__item__pic .product__hover li span:after {
  position: absolute;
  right: -2px;
  top: 5px;
  height: 15px;
  width: 15px;
  background: #111111;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.product__item__pic .product__hover li img {
  background: #ffffff;
  padding: 10px;
  display: inline-block;
}

.product__item__text {
  padding-top: 14px;
  position: relative;
}

.product__item__text a {
}

.product__item__text h6 {font-size: 16px;margin-bottom: 12px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}

.product__item__text .rating {
  margin-bottom: 6px;
  display: flex;
  gap: 7px;
}

.product__item__text .rating i {
  font-size: 14px;
  color: #f9cf0c;
  margin-right: -5px;
}

.product__item__text h5 {
  color: #0d0d0d;
  font-weight: 700;
  font-size: 15px;
  font-size: 16px;
  font-weight: 700;
}

.product__item__text .product__color__select {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.product__item__text .product__color__select label {
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #5e64d1;
  border-radius: 50%;
  margin-bottom: 0;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}

.product__item__text .product__color__select label.black {
  background: #404a47;
}

.product__item__text .product__color__select label.grey {
  background: #d5a667;
}

.product__item__text .product__color__select label.active:after {
  opacity: 1;
}

.product__item__text .product__color__select label:after {
  position: absolute;
  left: -3px;
  top: -3px;
  height: 18px;
  width: 18px;
  border: 1px solid #b9b9b9;
  content: "";
  border-radius: 50%;
  opacity: 0;
}

.product__item__text .product__color__select label input {
  position: absolute;
  visibility: hidden;
}

/*---------------------
  Shop
-----------------------*/

.shop__sidebar {
}

.shop__sidebar__search {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 15px;
  border-radius: 0;
}

.shop__sidebar__search form {
  position: relative;
  display: flex;
}

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

.shop__sidebar__search form input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.shop__sidebar__search form input::-moz-placeholder {
  color: #b7b7b7;
}

.shop__sidebar__search form input:-ms-input-placeholder {
  color: #b7b7b7;
}

.shop__sidebar__search form input::-ms-input-placeholder {
  color: #b7b7b7;
}

.shop__sidebar__search form input::placeholder {
  color: #b7b7b7;
}

.shop__sidebar__search form button {
  color: #b7b7b7;
  font-size: 15px;
  border: none;
  background: #000000;
  width: 45px;
  border-radius: 0px 5px 5px 0px;
}

.shop__sidebar__accordion .card {
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
}

.shop__sidebar__accordion .card:last-child {
}

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

.shop__sidebar__accordion .card-body {
  padding: 0;
}

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

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

.shop__sidebar__categories ul,
.shop__sidebar__price ul,
.shop__sidebar__brand ul {
  /* height: 225px; */
  padding: 15px;
}
.shop__sidebar__brand ul {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}
.shop__sidebar__brand ul li{
    position: relative;
}
.shop__sidebar__brand ul li input[type="radio"]:checked + label{
    border: 1px solid #000000;
    background: #dadada;
}
.shop__sidebar__brand ul li input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.shop__sidebar__brand ul li label{
    margin: 0;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 0 7px;
    font-size: 16px;
    cursor: pointer;
    z-index: 01;
    position: relative;
}
.shop__sidebar__categories ul li,
.shop__sidebar__price ul li,
.shop__sidebar__brand ul li {
  list-style: none;
}
.shop__sidebar__categories ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eeeeee4f;
}
.shop__sidebar__categories ul li label {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.shop__sidebar__categories ul li a,
.shop__sidebar__price ul li a,
.shop__sidebar__brand ul li a {
  color: #131212;
  font-size: 15px;
  line-height: 32px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.shop__sidebar__categories ul li a:hover,
.shop__sidebar__price ul li a:hover,
.shop__sidebar__brand ul li a:hover {
  color: #111111;
}

.shop__sidebar__brand ul {
  height: auto;
}

.shop__sidebar__price ul {
  height: auto;
}

.shop__sidebar__size {
  padding-top: 15px;
}

.shop__sidebar__size label {
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 6px 25px;
  margin-bottom: 10px;
  margin-right: 5px;
  cursor: pointer;
}

.shop__sidebar__size label.active {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.shop__sidebar__size label input {
  position: absolute;
  visibility: hidden;
}

.shop__sidebar__color {
  padding-top: 15px;
}

.shop__sidebar__color label {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}

.shop__sidebar__color label.c-1 {
  background: #0b090c;
}

.shop__sidebar__color label.c-2 {
  background: #20315f;
}

.shop__sidebar__color label.c-3 {
  background: #f1af4d;
}

.shop__sidebar__color label.c-4 {
  background: #636068;
}

.shop__sidebar__color label.c-5 {
  background: #57594d;
}

.shop__sidebar__color label.c-6 {
  background: #e8bac4;
}

.shop__sidebar__color label.c-7 {
  background: #d6c1d7;
}

.shop__sidebar__color label.c-8 {
  background: #ed1c24;
}

.shop__sidebar__color label.c-9 {
  background: #ffffff;
}

.shop__sidebar__color label:after {
  position: absolute;
  left: -3px;
  top: -3px;
  height: 36px;
  width: 36px;
  border: 1px solid #e5e5e5;
  content: "";
  border-radius: 50%;
}

.shop__sidebar__color label input {
  position: absolute;
  visibility: hidden;
}

.shop__sidebar__tags {
  padding-top: 15px;
}

.shop__sidebar__tags a {
  color: #404040;
  font-size: 13px;
  font-weight: 700;
  background: #f1f5f8;
  padding: 5px 18px;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 6px;
  margin-bottom: 10px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.shop__sidebar__tags a:hover {
  background: #111111;
  color: #ffffff;
}

.shop__sidebar__accordion .card-heading a:after,
.shop__sidebar__accordion
  .card-heading
  > a.active[aria-expanded="false"]:after {
  content: "\f067";
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 20px;
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  font-family: FontAwesome;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop__sidebar__accordion .card-heading.active a:after {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 20px;
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  content: "\f068";
  font-family: FontAwesome;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop__product__option {
  margin-bottom: 45px;
}

.shop__product__option p {
  color: #111111;
  margin-bottom: 0;
}

.shop__product__option__right {
  text-align: right;
}

.shop__product__option__right p {
  display: inline-block;
  margin-bottom: 0;
}

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

.shop__product__option__right .nice-select:after {
  border-bottom: 1.5px solid #111111;
  border-right: 1.5px solid #111111;
  height: 8px;
  right: 12px;
  width: 8px;
}

.shop__product__option__right .nice-select span {
  color: #111111;
  font-size: 15px;
  font-weight: 700;
}

.shop__product__option__right .nice-select .list {
  border-radius: 0;
}

.product__pagination {
  padding-top: 25px;
  text-align: center;
}

.product__pagination a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  height: 30px;
  width: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

.product__pagination a.active {
  border-color: #111111;
}

.product__pagination a:hover {
  border-color: #111111;
}

.product__pagination span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  padding-left: 10px;
  padding-right: 15px;
}

/*---------------------
  Shop
-----------------------*/

.product__details__pic {
  text-align: center;
  background: #f5f5f5;
  padding: 40px 0 60px;
  /* margin-bottom: 100px; */
}

.product__details__pic .nav-tabs {
  border-bottom: none;
  display: block;
}

.product__details__pic .nav-tabs .nav-item {
  margin-bottom: 10px;
}

.product__details__pic .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}

.product__details__pic .nav-tabs .nav-item .nav-link {
  padding: 0;
  display: block;
  opacity: 0.5;
}
.product__details__pic .nav-tabs .nav-item .nav-link.active {
    opacity: 1;
}
.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
  width: 100px;
  height: 100px;
  padding: 10px;
  border: 1px solid #000;
  background-size: cover;
  border-radius: 8px;
  object-fit: fill;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic i {
  height: 56px;
  width: 56px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
  line-height: 48px;
  display: inline-block;
  text-align: center;
}

.product__details__pic .nav-tabs .nav-item.show .nav-link,
.product__details__pic .nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
}

.product__details__breadcrumb {
  margin-bottom: 30px;
}

.product__details__breadcrumb a {
  font-size: 15px;
  color: #111111;
  margin-right: 18px;
  display: inline-block;
  position: relative;
}

.product__details__breadcrumb a:after {
  position: absolute;
  right: -14px;
  top: 0;
  content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¦";
  font-family: "FontAwesome";
}

.product__details__breadcrumb span {
  font-size: 15px;
  color: #b7b7b7;
  display: inline-block;
}

.product__details__pic__item {
  position: relative;
}

.product__details__pic__item a {
  height: 56px;
  width: 56px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -28px;
  margin-left: -28px;
}

.product__details__text {
  text-align: left;
}

.product__details__text h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 10px;
}

.product__details__text .rating {
  margin-bottom: 20px;
  gap: 6px;
  display: flex;
  align-items: center;
}

.product__details__text .rating i {
  font-size: 15px;
  color: #f7941d;
  display: inline-block;
  margin-right: -5px;
}

.product__details__text .rating span {
  display: inline-block;
  color: #3d3d3d;
  margin-left: 5px;
  font-weight: 700;
}
.product__details__text .rating span.rev {
    font-size: 13px;
    color: #797979;
    font-weight: 600;
    text-decoration: underline;
}

.product__details__text .product-infor-price {
    display: flex;
    align-items: center;
    gap: 8px;
}
.product__details__text .product-infor-price .price-on-sale {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 30px;
}
.product__details__text .br-line.type-vertical {
    width: 1px;
    height: 12px;
    display: flex;
    background-color: #B1B2B7;
}
.product__details__text .product-infor-price p {
    margin-bottom: 0;
    text-decoration: line-through !important;
    color: #B1B2B7;
}

.product__details__text h3 {
  color: #0d0d0d;
  font-weight: 700;
  margin-bottom: 16px;
}

.product__details__text h3 span {
  color: #b7b7b7;
  font-size: 20px;
  font-weight: 400;
  margin-left: 10px;
  text-decoration: line-through;
}

.product__details__text p {
  margin-bottom: 35px;
}

.product__details__option {
  /* margin-bottom: 30px; */
}

.product__details__option__size {
  /* margin-right: 50px; */
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.product__details__option__size h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 0px;
}
.product__details__option__size h3 span {
    margin: 0;
    font-size: 15px;
    text-decoration: none;
    color: #000;
}
.product__details__option__size ul {
    /* width: 100%; */
    display: flex;
    gap: 5px;
}
.product__details__option__size ul li {
    list-style: none;
}
.product__details__option__size ul li label {
    border: 1px solid #c9c9c9;
    width: auto;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}
.product__details__option__size span {
  color: #111111;
  display: inline-block;
  margin-right: 10px;
}

.product__details__option__size label {
  color: #111111;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 3px;
  cursor: pointer;
}

.product__details__option__size label.active {
  /* background: #111111; */
  /* color: #ffffff; */
  /* border-color: #e14545; */
  /* border: 2px solid red; */
}

.product__details__option__size label input {
  position: absolute;
  visibility: hidden;
}

.product__details__option__color {
  display: inline-block;
  position: relative;
  top: 10px;
}

.product__details__option__color span {
  color: #111111;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -9px;
}

.product__details__option__color label {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  margin-bottom: 0;
  display: inline-block;
  cursor: pointer;
}

.product__details__option__color label.c-1 {
  background: #0b090c;
}

.product__details__option__color label.c-2 {
  background: #20315f;
}

.product__details__option__color label.c-3 {
  background: #f1af4d;
}

.product__details__option__color label.c-4 {
  background: #ed1c24;
}

.product__details__option__color label.c-9 {
  background: #ffffff;
}

.product__details__option__color label:after {
  position: absolute;
  left: -3px;
  top: -3px;
  height: 36px;
  width: 36px;
  border: 1px solid #e5e5e5;
  content: "";
  border-radius: 50%;
}

.product__details__option__color label input {
  position: absolute;
  visibility: hidden;
}

.product__details__cart__option {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.product__details__cart__option .d-flex {
    gap: 5px;
}
.product__details__cart__option .primary-btn {
    margin: 0;
    border: 0px;
    border-radius: 50px;
    letter-spacing: 0px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 3px;
    color: #fff;
}
.product__details__cart__option .primary-btn svg {
    width: 25px;
    height: 25px;
}
.product__details__cart__option .quantity{
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 15px;
}
.product__details__cart__option .quantity h3{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 0px;
}

.product__details__cart__option .quantity .pro-qty {
  width: fit-content;
  height: 45px;
  border: 1px solid #ffffff;
  position: relative;
  background: #fff;
  display: flex;
  padding: 0px 10px;
  border-radius: 44px;
  overflow: hidden;
  align-items: center;
  gap: 15px;
}

.product__details__cart__option .quantity .pro-qty input {
  color: #0d0d0d;
  font-size: 15px;
  font-weight: 700;
  width: 55px;
  height: 100%;
  text-align: center;
  border: none;
  padding: 0;
}

.product__details__cart__option .quantity .pro-qty .qtybtn {
  font-size: 18px;
  /* background: #0d0d0d; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* color: #fff; */
  padding: 0px 0px;
  cursor: pointer;
  font-weight: 600;
}

.product__details__cart__option .quantity .pro-qty .qtybtn.inc {
  top: 16px;
}

.product__details__btns__option {
  margin-bottom: 40px;
}

.product__details__btns__option a {
  display: inline-block;
  font-size: 13px;
  color: #3d3d3d;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 20px;
}

.product__details__btns__option a:last-child {
  margin-right: 0;
}

.product__details__last__option h5 {
  color: #111111;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  margin-bottom: 26px;
}

.product__details__last__option h5 span {
  background: #ffffff;
  padding: 0 30px;
}

.product__details__last__option h5:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 1px;
  width: 460px;
  background: #e5e5e5;
  content: "";
  z-index: -1;
  margin: 0 auto;
}

.product__details__last__option ul {
  padding-top: 40px;
}

.product__details__last__option ul li {
  list-style: none;
  font-size: 15px;
  color: #111111;
  font-weight: 700;
  line-height: 30px;
}

.product__details__last__option ul li span {
  font-weight: 400;
  color: #b7b7b7;
}

.product__details__tab {
  padding-top: 60px;
  padding-bottom: 60px;
}
.product__details__tab .tab-content {
    padding: 0;
    margin-top: 30px;
}
.product__details__tab .nav-tabs {
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product__details__tab .nav-tabs .nav-item {
  margin-right: 50px;
}

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

.product__details__tab .nav-tabs .nav-item .nav-link {
  font-size: 20px;
  color: #b7b7b7;
  padding: 0;
  border: none;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}

.product__details__tab .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #e53637;
  color: #000;
}

.product__details__tab__content {
}

.note {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 25px;
}

.product__details__tab__content__item {
  margin-bottom: 30px;
}

.product__details__tab__content__item:last-child {
  margin-bottom: 0;
}

.product__details__tab__content__item h5 {
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.product__details__tab__content__item p {
  margin-bottom: 0;
}

/*---------------------
  Related
-----------------------*/

.related {
  padding-bottom: 55px;
}

.related-title {
  color: #111111;
  font-weight: 700;
  margin-bottom: 45px;
  text-align: center;
}

/*---------------------
  Footer
-----------------------*/

.footer {
  background: #111111;
  padding-top: 70px;
}

.footer__about {
  margin-bottom: 30px;
}

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

.footer__about .footer__logo a {
  display: inline-block;
}

.footer__about p {
  color: #b7b7b7;
  margin-bottom: 30px;
}

.footer__widget {
  margin-bottom: 30px;
}

.footer__widget h6 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.footer__widget ul li {
  line-height: 36px;
  list-style: none;
}

.footer__widget ul li a {
  color: #b7b7b7;
  font-size: 15px;
}

.footer__widget .footer__newslatter p {
  color: #b7b7b7;
}

.footer__widget .footer__newslatter form {
  position: relative;
}

.footer__widget .footer__newslatter form input {
  width: 100%;
  font-size: 15px;
  color: #3d3d3d;
  background: transparent;
  border: none;
  padding: 15px 0;
  border-bottom: 2px solid #ffffff;
}

.footer__widget .footer__newslatter form input::-webkit-input-placeholder {
  color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::-moz-placeholder {
  color: #3d3d3d;
}

.footer__widget .footer__newslatter form input:-ms-input-placeholder {
  color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::-ms-input-placeholder {
  color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::placeholder {
  color: #3d3d3d;
}

.footer__widget .footer__newslatter form button {
  color: #b7b7b7;
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
}

.footer__copyright__text {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 0;
  margin-top: 40px;
}

.footer__copyright__text p {
  color: #b7b7b7;
  margin-bottom: 0;
}

.footer__copyright__text p i {
  color: #e53637;
}

.footer__copyright__text p a {
  color: #e53637;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
  background: #f1f1f1;
  padding: 40px 0;
}

.breadcrumb__text h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 8px;
}

.breadcrumb__links a {
  font-size: 15px;
  color: #111111;
  margin-right: 18px;
  display: inline-block;
  position: relative;
}

.breadcrumb__links a:after {
  position: absolute;
  right: -14px;
  top: 0;
  content: "/";
  font-family: "FontAwesome";
}

.breadcrumb__links span {
  font-size: 15px;
  color: #b7b7b7;
  display: inline-block;
}

/*---------------------
  Breadcrumb Blog
-----------------------*/

.breadcrumb-blog {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 350px;
}

.breadcrumb-blog h2 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
}

/*---------------------
  About
-----------------------*/

.about {
  padding-bottom: 70px;
}

.about__pic {
  margin-bottom: 35px;
}

.about__pic img {
  min-width: 100%;
}

.about__item {
  margin-bottom: 30px;
}

.about__item h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 10px;
}

.about__item p {
  margin-bottom: 0;
}

/*---------------------
  Testimonial
-----------------------*/

.testimonial {
  background: #fafafa;
  padding: 50px 0px;
}

.testimonial__text {
  text-align: center;
  padding: 130px 150px 175px;
}

.testimonial__text span {
  color: #e53637;
  font-size: 72px;
}

.testimonial__text p {
  color: #111111;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  padding-top: 12px;
  margin-bottom: 25px;
}

.testimonial__author {
  display: inline-block;
}

.testimonial__author__pic {
  float: left;
  margin-right: 20px;
}

.testimonial__author__pic img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.testimonial__author__text {
  overflow: hidden;
  padding-top: 3px;
}

.testimonial__author__text h5 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonial__author__text p {
  color: #b7b7b7;
  margin-bottom: 0 !important;
  padding-top: 0;
}

.testimonial__pic {
  height: 360px;
  overflow: hidden;
}

/*---------------------
  Counter
-----------------------*/

.counter {
  padding-bottom: 0;
}

.counter .container {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 70px;
}

.counter__item {
  margin-bottom: 30px;
  overflow: hidden;
}

.counter__item .counter__item__number {
  float: left;
  margin-right: 15px;
}

.counter__item .counter__item__number h2 {
  color: #111111;
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
  display: inline-block;
}

.counter__item .counter__item__number strong {
  color: #111111;
  font-weight: 700;
  font-size: 60px;
  line-height: 50px;
  display: inline-block;
}

.counter__item span {
  display: block;
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  overflow: hidden;
}

/*---------------------
  Testimonial
-----------------------*/

.team {
  padding-bottom: 70px;
}

.team__item {
  margin-bottom: 30px;
}

.team__item img {
  min-width: 100%;
  margin-bottom: 25px;
}

.team__item h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 8px;
}

.team__item span {
  font-size: 15px;
  display: block;
  color: #b7b7b7;
}

/*---------------------
  Clients
-----------------------*/

.clients {
  padding-top: 0;
  padding-bottom: 25px;
}

.client__item {
  display: block;
  margin-bottom: 75px;
  text-align: center;
}

/*---------------------
  Shopping Cart
-----------------------*/

.shopping__cart__table {
  margin-bottom: 30px;
}

.shopping__cart__table table {
  width: 100%;
}

.shopping__cart__table table thead {
  border-bottom: 1px solid #f2f2f2;
}
.shopping__cart__table table thead tr th:last-child{text-align:right}
.shopping__cart__table table thead tr th {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.shopping__cart__table table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}
.shopping__cart__table table tbody tr td.ca_price {
    color: red;
    font-size: 16px;
    font-weight: 600;
}
.shopping__cart__table table tbody tr td {
  padding-bottom: 15px;
  padding-top: 15px;
}

.shopping__cart__table table tbody tr td.product__cart__item {
  width: 420px;
  padding-right: 55px;
}

.shopping__cart__table
  table
  tbody
  tr
  td.product__cart__item
  .product__cart__item__pic {
  float: left;
  margin-right: 30px;
  width: 100px;
  padding: 10px;
  height: 125px;
  object-fit: cover;
  border-radius: 6px;
  background: #ebebeb;
}

.shopping__cart__table
  table
  tbody
  tr
  td.product__cart__item
  .product__cart__item__text {
  overflow: hidden;
}

.shopping__cart__table
  table
  tbody
  tr
  td.product__cart__item
  .product__cart__item__text
  h6 {
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text p{
    font-size: 15px;
    text-transform: capitalize;
    color: #2c2c2c;
    font-weight: 600;
    margin-bottom: 0;
}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text .cart__close {}
.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text .cart__close a {
    color: red;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}
.shopping__cart__table
  table
  tbody
  tr
  td.product__cart__item
  .product__cart__item__text
  h5 {
  color: #0d0d0d;
  font-weight: 700;
}

.shopping__cart__table table tbody tr td.quantity__item {
  width: 175px;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 {
  width: fit-content;
  height: 45px;
  border: 1px solid #e4e4e4;
  position: relative;
  background: #fff;
  display: flex;
  padding: 0px 17px;
  border-radius: 44px;
  overflow: hidden;
  align-items: center;
  gap: 15px;
}

.shopping__cart__table
  table
  tbody
  tr
  td.quantity__item
  .quantity
  .pro-qty-2
  input {
  width: 50px;
  border: none;
  text-align: center;
  color: #111111;
  font-size: 16px;
}

.shopping__cart__table
  table
  tbody
  tr
  td.quantity__item
  .quantity
  .pro-qty-2
  .qtybtn {
  font-size: 16px;
  color: #000000;
  width: 10px;
  cursor: pointer;
  font-weight: bold;
}

.shopping__cart__table table tbody tr td.cart__price {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  width: 85px;
  text-align: right;
}

.shopping__cart__table table tbody tr td.cart__close i {
  font-size: 18px;
  color: #111111;
  height: 40px;
  width: 40px;
  background: #f3f2ee;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

.continue__btn.update__btn {
  text-align: right;
}
.d-flex.btnnew {
    text-align: center;
    display: block !important;
}
.continue__btn.update__btn a {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
  display: block;
  text-align: center;
  border-radius: 60px;
  padding: 13px 25px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 16px;
  width: fit-content;
  margin: 0 auto;
}

.continue__btn.update__btn a i {
  margin-right: 5px;
}

.continue__btn a {
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  padding: 14px 35px;
  display: inline-block;
}

.cart__discount {
  margin-bottom: 60px;
}

.cart__discount h6 {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.cart__discount form {
  position: relative;
}

.cart__discount form input {
  font-size: 14px;
  color: #b7b7b7;
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
}

.cart__discount form input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.cart__discount form input::-moz-placeholder {
  color: #b7b7b7;
}

.cart__discount form input:-ms-input-placeholder {
  color: #b7b7b7;
}

.cart__discount form input::-ms-input-placeholder {
  color: #b7b7b7;
}

.cart__discount form input::placeholder {
  color: #b7b7b7;
}

.cart__discount form button {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #111111;
  padding: 0 30px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.cart__total {
  background: #f3f2ee;
  padding: 35px 40px 40px;
}

.cart__total h6 {
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cart__total ul {
  margin-bottom: 25px;
}

.cart__total ul li {
  list-style: none;
  font-size: 16px;
  color: #444444;
  line-height: 40px;
  overflow: hidden;
}

.cart__total ul li span {
  font-weight: 700;
  color: #e53637;
  float: right;
}

.cart__total .primary-btn {
  display: block;
  padding: 12px 10px;
  text-align: center;
  letter-spacing: 2px;
}

/*---------------------
  Checkout
-----------------------*/

.coupon__code {
  color: #0d0d0d;
  font-size: 14px;
  border-top: 2px solid #77b527;
  background: #f5f5f5;
  padding: 23px 30px 18px;
  margin-bottom: 50px;
}

.coupon__code span {
  margin-right: 15px;
}

.coupon__code a {
  color: #0d0d0d;
}
.ceheck_out {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
}
.checkout__title {
  color: #111111;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-size: 20px;
}

.checkout__input {
  margin-bottom: 15px;
}

.checkout__input p {
  color: #111111;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.checkout__input p span {
  color: #e53637;
}

.checkout__input input {
  height: 45px;
  width: 100%;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  color: #b7b7b7;
  margin-bottom: 0;
  padding: 15px;
  border-radius: 7px;
}

.checkout__input input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.checkout__input input::-moz-placeholder {
  color: #b7b7b7;
}

.checkout__input input:-ms-input-placeholder {
  color: #b7b7b7;
}

.checkout__input input::-ms-input-placeholder {
  color: #b7b7b7;
}

.checkout__input input::placeholder {
  color: #b7b7b7;
}

.checkout__input__checkbox label {
  font-size: 15px;
  color: #0d0d0d;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 0;
  display: block;
  background: #efefef;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 10px 40px;
  font-weight: 600;
}

.checkout__input__checkbox label input {
  position: absolute;
  visibility: hidden;
}

.checkout__input__checkbox label input:checked ~ .checkmark {
  border-color: #3da600;
  background: #fff;
}

.checkout__input__checkbox label input:checked ~ .checkmark:after {
  opacity: 1;
}

.checkout__input__checkbox label .checkmark {
  position: absolute;
  left: 10px;
  top: 12px;
  height: 18px;
  width: 18px;
  border: 1.5px solid #d7d7d7;
  content: "";
  border-radius: 2px;
}

.checkout__input__checkbox label .checkmark:after {
  position: absolute;
  left: 2px;
  top: 4px;
  width: 11px;
  height: 5px;
  border: solid #3da600;
  border-width: 2px 2px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  content: "";
  opacity: 0;
}

.checkout__input__checkbox p {
  color: #0d0d0d;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 22px;
}

.checkout__order {
  padding: 24px;
  background: #F6F4F3;
  border-radius: 12px;
}

.checkout__order .order__title {
  border-bottom: 1px solid #d7d7d7;
  color: #000;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}

.checkout__order p {
  color: #444444;
  font-size: 16px;
  line-height: 28px;
}

.checkout__order .site-btn {
  width: 100%;
  margin-top: 8px;
}

.checkout__order__products {
  font-size: 16px;
  color: #111111;
  overflow: hidden;
  margin-bottom: 18px;
}

.checkout__order__products span {
  float: right;
}

.checkout__total__products {
  margin-bottom: 20px;
}

.checkout__total__products li {
  font-size: 16px;
  color: #444444;
  list-style: none;
  line-height: 26px;
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout__total__products li .Im_mdsf {
    display: flex;
    gap: 15px;
    width: 80%;
    align-items: center;
}
.checkout__total__products li .Im_mdsf .img {
    width: 80px;
    height: 80px;
    padding: 8px;
    background: #fff;
    border-radius: 6px;
}
.checkout__total__products li .Im_mdsf .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.checkout__total__products li .Im_mdsf .sc_desc {
    flex: 1;
}
.checkout__total__products li .Im_mdsf .sc_desc h3 {
    font-size: 18px;
    font-weight: 600;
}
.checkout__total__products li .Im_mdsf .sc_desc p {
    text-transform: capitalize;
    font-size: 15px;
}
.checkout__total__products li:last-child {
  margin-bottom: 0;
}

.checkout__total__products li span {
  color: #d90000;
  font-size: 16px;
  font-weight: 600;
}

.checkout__total__all {
  border-top: 1px solid #d7d7d7;
  padding: 15px 0 0;
  margin-bottom: 0;
}

.checkout__total__all li {margin: 0;padding: 0;border: none;font-size: 16px;line-height: normal;font-weight: 600;color: #000;margin-bottom: 8px;padding-bottom: 8px;border-bottom: 1px solid #E9E9E9;list-style: none;display: flex;justify-content: space-between;}
.checkout__total__all li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px solid #E9E9E9;
    font-size: 22px;
}
.checkout__total__all li span {
  /* color: #e53637; */
  /* font-weight: 700; */
  /* float: right; */
}

/*---------------------
    Blog
-----------------------*/

.blog {
  padding: 60px 0;
}

.latest {
  padding-bottom: 55px;
}

.blog__item {
  margin-bottom: 45px;
  display: flex;
  box-shadow: 0px 0px 10px #eee;
  padding: 20px;
  border-radius: 20px;
  gap: 20px;
}

.blog__item:hover a::after {
  width: 40px;
  background: #e53637;
}

.blog__item:hover .blog__item__text {
}

.blog__item__pic {
  height: 270px;
  width: 200px;
}

.blog__item__text {
  position: relative;
  flex: 1;
}
.blog__item__text span svg {
    width: 19px;
    height: 19px;
}
.blog__item__text span {
  background: #F9DFDF;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  width: fit-content;
  display: flex;
  color: #000;
  font-weight: 600;
  gap: 5px;
}

.blog__item__text span img {
  margin-right: 6px;
}

.blog__item__text h5 {
  color: #0d0d0d;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.blog__item__text a {
  display: flex;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 10px;
  position: relative;
  border-radius: 6px;
  width: fit-content;
  gap: 10px;
}
.blog__item__text a span {
    margin: 0;
    display: flex;
    padding: 0;
    color: #000000;
    width: 25px;
    background: #ffff;
    height: 25px;
    align-items: center;
    justify-content: center;
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar__item {
  text-align: center;
  margin-bottom: 65px;
}

.blog__sidebar__item:last-child {
  margin-bottom: 0;
}

.blog__sidebar__item form input {
  height: 50px;
  font-size: 15px;
  color: #444444;
  padding-left: 20px;
  border: 1px solid #e1e1e1;
  width: 100%;
  margin-bottom: 20px;
}

.blog__sidebar__item form input::-webkit-input-placeholder {
  color: #444444;
}

.blog__sidebar__item form input::-moz-placeholder {
  color: #444444;
}

.blog__sidebar__item form input:-ms-input-placeholder {
  color: #444444;
}

.blog__sidebar__item form input::-ms-input-placeholder {
  color: #444444;
}

.blog__sidebar__item form input::placeholder {
  color: #444444;
}

.blog__sidebar__title {
  text-align: center;
  margin-bottom: 35px;
}

.blog__sidebar__title h4 {
  color: #111111;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.blog__sidebar__title h4::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 70px;
  background: #e1e1e1;
  content: "";
  margin: 0 auto;
}

.blog__sidebar__social a {
  display: inline-block;
  font-size: 18px;
  color: #111111;
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  margin-right: 6px;
}

.blog__sidebar__social a:last-child {
  margin-right: 6px;
}

.recent__item {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  text-align: left;
}

.recent__item__pic {
  float: left;
  margin-right: 25px;
}

.recent__item__text {
  overflow: hidden;
}

.recent__item__text h6 {
  color: #111111;
  line-height: 21px;
  font-weight: 700;
}

.recent__item__text span {
  font-size: 13px;
  color: #888888;
}

/*---------------------
  Blog Hero
-----------------------*/

.blog-hero {
  background: #f3f2ee;
  padding-top: 125px;
  padding-bottom: 190px;
}

.blog__hero__text h2 {
  color: #111111;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 18px;
}

.blog__hero__text ul li {
  list-style: none;
  font-size: 15px;
  color: #3d3d3d;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}

.blog__hero__text ul li:after {
  position: absolute;
  right: -25px;
  top: 0;
  content: "|";
}

.blog__hero__text ul li:last-child {
  margin-right: 0;
}

.blog__hero__text ul li:last-child:after {
  display: none;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
  margin-top: -115px;
  padding-top: 0;
}

.blog__details__content {
  position: relative;
}

.blog__details__pic {
  margin-bottom: 60px;
}

.blog__details__pic img {
  min-width: 100%;
  border-radius: 5px;
}

.blog__details__share {
  text-align: center;
  position: absolute;
  left: -120px;
  top: 0;
}

.blog__details__share span {
  color: #111111;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}

.blog__details__share ul li {
  list-style: none;
  margin-bottom: 15px;
}

.blog__details__share ul li a {
  color: #ffffff;
  font-size: 18px;
  height: 46px;
  display: inline-block;
  width: 46px;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  background: #4267b2;
}

.blog__details__share ul li a.twitter {
  background: #1da1f2;
}

.blog__details__share ul li a.youtube {
  background: #fe0003;
}

.blog__details__share ul li a.linkedin {
  background: #0173b2;
}

.blog__details__text {
  margin-bottom: 50px;
}

.blog__details__text p {
  font-size: 18px;
  line-height: 34px;
}

.blog__details__text p:last-child {
  margin-bottom: 0;
}

.blog__details__quote {
  background: #f3f2ee;
  padding: 50px 40px 35px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 45px;
}

.blog__details__quote i {
  font-size: 16px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  background: #e53637;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 40px;
  top: -25px;
}

.blog__details__quote p {
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
}

.blog__details__quote h6 {
  color: #e53637;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog__details__option {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-bottom: 70px;
}

.blog__details__author__pic {
  display: inline-block;
  margin-right: 15px;
}

.blog__details__author__pic img {
  height: 46px;
  width: 46px;
  border-radius: 50%;
}

.blog__details__author__text {
  display: inline-block;
}

.blog__details__author__text h5 {
  color: #111111;
  font-weight: 700;
}

.blog__details__tags {
  text-align: right;
}

.blog__details__tags a {
  display: inline-block;
  color: #111111;
  font-weight: 700;
  margin-right: 10px;
}

.blog__details__tags a:last-child {
  margin-right: 0;
}

.blog__details__btns {
  margin-bottom: 40px;
}

.blog__details__btns__item {
  display: block;
  border: 1px solid #ebebeb;
  padding: 25px 30px 30px;
  margin-bottom: 30px;
}

.blog__details__btns__item.blog__details__btns__item--next {
  text-align: right;
}

.blog__details__btns__item.blog__details__btns__item--next p span {
  margin-right: 0;
  margin-left: 5px;
}

.blog__details__btns__item p {
  color: #b7b7b7;
  margin-bottom: 10px;
}

.blog__details__btns__item p span {
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.blog__details__btns__item h5 {
  color: #111111;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.blog__details__comment h4 {
  color: #333333;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}

.blog__details__comment form input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 30px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__details__comment form input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form input::-moz-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form input:-ms-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form input::-ms-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form input::placeholder {
  color: #b7b7b7;
}

.blog__details__comment form input:focus {
  border-color: #000000;
}

.blog__details__comment form textarea {
  height: 120px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 24px;
  resize: none;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__details__comment form textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form textarea::-moz-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form textarea:-ms-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form textarea::-ms-input-placeholder {
  color: #b7b7b7;
}

.blog__details__comment form textarea::placeholder {
  color: #b7b7b7;
}

.blog__details__comment form textarea:focus {
  border-color: #000000;
}

.blog__details__comment form button {
  letter-spacing: 4px;
  padding: 14px 35px;
}

/*---------------------
  Map
-----------------------*/

.map {
  height: 500px;
}

.map iframe {
  width: 100%;
}

/*---------------------
  Contact
-----------------------*/

.contact__text .section-title {
  text-align: left;
  margin-bottom: 40px;
}

.contact__text .section-title h2 {
  font-size: 48px;
  margin-bottom: 18px;
}

.contact__text .section-title p {
  color: #707070;
  line-height: 26px;
  margin-bottom: 0;
}

.contact__text ul li {
  list-style: none;
  margin-bottom: 26px;
}

.contact__text ul li:last-child {
  margin-bottom: 0;
}

.contact__text ul li h4 {
  color: #111111;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact__text ul li p {
  line-height: 27px;
  margin-bottom: 0;
}

.contact__form input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 30px;
}

.contact__form input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.contact__form input::-moz-placeholder {
  color: #b7b7b7;
}

.contact__form input:-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form input::-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form input::placeholder {
  color: #b7b7b7;
}

.contact__form textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 15px;
  color: #b7b7b7;
  margin-bottom: 24px;
  resize: none;
}

.contact__form textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}

.contact__form textarea::-moz-placeholder {
  color: #b7b7b7;
}

.contact__form textarea:-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form textarea::-ms-input-placeholder {
  color: #b7b7b7;
}

.contact__form textarea::placeholder {
  color: #b7b7b7;
}

.contact__form button {
  letter-spacing: 4px;
  padding: 14px 35px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories__text h2 {
    font-size: 26px;
  }
  .header__menu ul li {
    margin-right: 38px;
  }
  .hero__slider.owl-carousel .owl-nav button {
    left: 2px;
  }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 2px;
  }
  .testimonial__text {
    padding: 130px 45px 175px;
  }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__menu ul li {
    margin-right: 10px;
  }
  .header__nav__option a {
    margin-right: 10px;
  }
  .header__nav__option .price {
    margin-left: 0;
  }
  .hero__slider.owl-carousel .owl-nav button {
    left: 2px;
  }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    right: 2px;
  }
  .banner__item.banner__item--middle {
    margin-top: 0;
  }
  .banner__item.banner__item--last {
    margin-top: 0;
  }
  .banner__item {
    margin-bottom: 40px;
  }
  .banner {
    padding-bottom: 60px;
  }
  .categories__text {
    margin-bottom: 40px;
  }
  .categories__hot__deal {
    margin-bottom: 40px;
  }
  .instagram__text {
    padding-top: 70px;
  }
  .shop__sidebar {
    padding-right: 0;
    padding-top: 40px;
  }
  .cart__discount {
    margin-top: 40px;
  }
  .testimonial__text {
    padding: 100px 105px 100px;
  }
  .blog__details__share {
    position: relative;
    left: 0;
    margin-bottom: 18px;
  }
  .blog__details__share span {
    margin-bottom: 14px;
    margin-right: 0;
  }
  .blog__details__share ul li {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
  }
  .blog__details__share ul li:last-child {
    margin-right: 0;
  }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
  .canvas__open {
    display: block;
    font-size: 22px;
    color: #111111;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #111111;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 25px;
  }
  .offcanvas-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: 98;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    visibility: hidden;
  }
  .offcanvas-menu-overlay.active {
    visibility: visible;
  }
  .offcanvas-menu-wrapper {
    position: fixed;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #ffffff;
    padding: 50px 20px 30px 30px;
    display: block;
    z-index: 99;
    overflow-y: auto;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
  }
  .offcanvas-menu-wrapper.active {
    opacity: 1;
    left: 0;
  }
  .offcanvas__menu {
    display: none;
  }
  .slicknav_btn {
    display: none;
  }
  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #111111;
    font-weight: 600;
  }
  .slicknav_nav .slicknav_arrow {
    color: #111111;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }
  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }
  .slicknav_nav {
    display: block !important;
  }
  .offcanvas__option {
    text-align: center;
    margin-bottom: 30px;
  }
  .offcanvas__links {
    display: inline-block;
    margin-right: 25px;
  }
  .offcanvas__links a {
    color: #ffffff;
    font-size: 13px;
    background: #000;
    padding: 7px 20px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 16px;
    display: inline-block;
    font-weight: 600;
  }
  .offcanvas__links a:last-child {
    margin-right: 0;
  }
  .offcanvas__top__hover {
    display: inline-block;
    position: relative;
  }
  .offcanvas__top__hover:hover ul {
    top: 24px;
    opacity: 1;
    visibility: visible;
  }
  .offcanvas__top__hover span {
    color: #111111;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
  }
  .offcanvas__top__hover span i {
    font-size: 20px;
    position: relative;
    top: 3px;
    right: 2px;
  }
  .offcanvas__top__hover ul {
    background: #111111;
    display: inline-block;
    padding: 2px 0;
    position: absolute;
    left: 0;
    top: 44px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .offcanvas__top__hover ul li {
    list-style: none;
    font-size: 13px;
    color: #ffffff;
    padding: 2px 15px;
    cursor: pointer;
  }
  .offcanvas__nav__option {
    text-align: center;
    margin-bottom: 25px;
  }
  .offcanvas__nav__option a {
    display: inline-block;
    margin-right: 26px;
    position: relative;
  }
  .offcanvas__nav__option a span {
    color: #0d0d0d;
    font-size: 11px;
    position: absolute;
    left: 5px;
    top: 8px;
  }
  .offcanvas__nav__option a:last-child {
    margin-right: 0;
  }
  .offcanvas__nav__option .price {
    font-size: 15px;
    color: #111111;
    font-weight: 700;
    display: inline-block;
    margin-left: -20px;
    position: relative;
    top: 3px;
  }
  .offcanvas__text p {
    color: #111111;
    margin-bottom: 0;
  }
  .header__top {
    display: none;
  }
  .header .container {
    position: relative;
  }
  .header__menu {
    display: none;
  }

  .search-model-form input {
    width: 100%;
    font-size: 24px;
  }
  .hero__slider.owl-carousel .owl-nav button {
    left: 15px;
    top: 80%;
  }
  .hero__slider.owl-carousel .owl-nav button.owl-next {
    left: 75px;
    right: 0;
  }
  .banner__item.banner__item--middle {
    margin-top: 0;
  }
  .banner__item.banner__item--last {
    margin-top: 0;
  }
  .banner__item {
    margin-bottom: 40px;
  }
  .banner {
    padding-bottom: 60px;
  }
  .banner__item__pic {
    float: none;
  }
  .banner__item__pic img {
    min-width: 100%;
  }
  .banner__item__text {
    max-width: 100%;
    position: relative;
    top: 0;
    padding-top: 22px;
  }
  .filter__controls li {
    margin-right: 15px;
  }
  .categories__text {
    margin-bottom: 40px;
  }
  .categories__hot__deal {
    margin-bottom: 40px;
  }
  .instagram__text {
    padding-top: 70px;
  }
  .instagram__pic__item {
    width: 50%;
  }
  .shop__product__option__right {
    text-align: left;
    padding-top: 20px;
  }
  .shop__sidebar {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .testimonial__text {
    padding: 100px 40px 100px;
  }
  .product__details__breadcrumb {
    text-align: left;
  }
  .product__details__pic .nav-tabs {
    width: auto;
    margin-bottom: 40px;
  }
  .product__details__pic .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .product__details__option__size {
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .product__details__last__option h5:before {
    width: 440px;
  }
  .product__details__tab .nav-tabs .nav-item {
    margin-bottom: 15px;
  }
  .shopping__cart__table {
    overflow-y: auto;
  }
  .shopping__cart__table
    table
    tbody
    tr
    td.product__cart__item
    .product__cart__item__pic {
    float: none;
    margin-right: 0;
  }
  .continue__btn {
    text-align: center;
  }
  .continue__btn.update__btn {
    text-align: center;
    margin-top: 20px;
  }
  .cart__discount {
    margin-top: 40px;
  }
  .checkout__order {
    margin-top: 20px;
  }
  .blog__details__share {
    position: relative;
    left: 0;
    margin-bottom: 18px;
  }
  .blog__details__share span {
    margin-bottom: 14px;
    margin-right: 0;
  }
  .blog__details__share ul li {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
  }
  .blog__details__share ul li:last-child {
    margin-right: 0;
  }
  .blog__details__author {
    text-align: center;
    margin-bottom: 20px;
  }
  .blog__details__tags {
    text-align: center;
  }
  .contact__text {
    margin-bottom: 40px;
  }
  .hero__social {
    margin-top: 180px;
  }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
  .cart__total {
    padding: 35px 30px 40px;
  }
  .hero__items {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    /* margin: 60px 0; */
    display: flex;
    height: 30vh;
  }
  .hero__text h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .hero__social {
    margin-top: 40px;
  }
  .categories__deal__countdown .categories__deal__countdown__timer {
    margin-left: 0;
  }
  .instagram__pic__item {
    width: 100%;
  }
  .testimonial__text {
    padding: 60px 40px 60px;
  }
  .product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
    width: 100%;
  }
  .product__details__pic .nav-tabs .nav-item {
    margin-bottom: 10px;
    width: calc(33.33% - 10px);
  }
  .product__details__last__option h5:before {
    width: 280px;
  }
  .product__details__cart__option .quantity {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .product__details__last__option h5 span {
    font-size: 16px;
  }
  .blog__hero__text h2 {
    font-size: 36px;
  }
  .categories__text h2 {
    font-size: 30px;
    line-height: 55px;
  }
  .categories__text:before {
    height: 250px;
  }
}

.col-carousel {
  /* margin: 70px 0; */
  padding: 0px;
  /* padding-top: 68px; */
}

/* owl nav */
.owl-prev span,
.owl-next span {
  color: #ffffff;
  background: #000;
  padding: 4px;
}

.owl-prev span:hover,
.owl-next span:hover {
  color: #8199a3;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}

.owl-prev {
  left: 7px;
}

.owl-next {
  right: 7px;
}

/* removing blue outline from buttons */
button:focus,
button:active {
  outline: none;
}
.text_s p {
  /* padding: 10px 48px; */
  text-align: center;
  font-size: 21px;
  line-height: 31px;
}

.text_s span {
  font-size: 21px;
  text-align: center;
  display: block;
  color: #000;
  font-weight: 900;
}

.ab_img {
  width: 386px;
  overflow: hidden;
  padding: 10px;
  float: left;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-right: 23px;
  border-radius: 9px;
}
.bt_cons p {
  font-size: 17px;
  color: grey;
  line-height: 27px;
}
section.abu_s {
  padding: 55px 0px;
}

.bt_cons h2 {
  font-weight: 700;
}

.main {
  width: 375px;
  height: 400px;
  background: white;
  border-radius: 3px;
  padding: 30px;
  position: relative;
  display: flex;
  margin: auto;
}
.main .form_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.main .form_wrapper .tile {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
.main .form_wrapper .tile h3 {
  font-size: 22px;
  margin: 0px;
  transition: all 0.3s ease;
}
.main .form_wrapper .radio {
  display: none;
}
.main .form_wrapper .tab {
  width: 50%;
  border: solid 2px #f1f1f1;
  height: 40px;
  border-radius: 5px;
  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;
  margin: 0;
}
.main .form_wrapper .tab.login_tab {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.main .form_wrapper .tab.signup_tab {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.main .form_wrapper .shape {
  background: linear-gradient(45deg, #000000, #000000) no-repeat center;
  width: 50%;
  height: calc(40px - 1px);
  border-radius: 5px;
  position: absolute;
  top: 55.5px;
  left: 0px;
  opacity: 0.9;
  transition: all 0.4s ease;
}
.main .form_wrapper .shape:hover {
  background: linear-gradient(-45deg, #a547b1, #f84298) no-repeat center;
}
.main .form_wrapper #login:checked ~ .shape {
  left: 0px;
}
.main .form_wrapper #login:checked ~ .login_tab {
  border-color: transparent;
  z-index: 1;
  color: white;
}
.main .form_wrapper #login:checked ~ .tile .signup {
  display: none;
}
.main .form_wrapper #login:checked ~ .form_wrap {
  transform: translateX(0);
}
.main .form_wrapper #login:checked ~ .form_wrap .signup_form {
  opacity: 0;
}
.main .form_wrapper #signup:checked ~ .shape {
  left: 50%;
}
.main .form_wrapper #signup:checked ~ .signup_tab {
  border-color: transparent;
  z-index: 1;
  color: white;
}
.main .form_wrapper #signup:checked ~ .tile .login {
  display: none;
}
.main .form_wrapper #signup:checked ~ .form_wrap {
  transform: translateX(-100%);
}
.main .form_wrapper #signup:checked ~ .form_wrap .login_form {
  opacity: 0;
}
.main .form_wrapper a {
  color: #f84298;
  text-decoration: none;
  transition: all 0.3s linear;
}
.main .form_wrapper a:hover {
  color: #030303;
}
.main .form_wrapper .form_wrap {
  display: flex;
  width: 100%;
  flex: 0 0 100%;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.main .form_wrapper .form_wrap .form_fild {
  width: 100%;
  flex: 0 0 100%;
  transition: all 0.5s ease;
}
.main .form_wrapper .form_wrap .form_fild .input_group {
  width: 100%;
  margin-bottom: 12px;
}
.main .form_wrapper .form_wrap .form_fild .input_group .input {
  border: solid #f1f1f1 2px;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  transition: all 0.3s linear;
}
.main .form_wrapper .form_wrap .form_fild .input_group .input::placeholder {
  color: #adadad;
}
.main .form_wrapper .form_wrap .form_fild .input_group .input:hover {
  border-color: rgba(248, 66, 151, 0.3);
}
.main .form_wrapper .form_wrap .form_fild .input_group .input:focus {
  border-color: rgba(248, 66, 151, 0.3);
}
.main .form_wrapper .form_wrap .form_fild .forgot {
  display: block;
  margin-bottom: 15px;
  padding: 0px 2px;
}
.main .form_wrapper .form_wrap .form_fild .btn {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: white;
  background: linear-gradient(45deg, #000000, #000000) no-repeat center;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.main .form_wrapper .form_wrap .form_fild .btn:hover {
  background: linear-gradient(-45deg, #000000, #000000) no-repeat center;
}
.main .form_wrapper .form_wrap .form_fild .btn:active {
  transform: scale(0.95);
}
.main .form_wrapper .form_wrap .form_fild .not_mem {
  text-align: center;
}
.main .form_wrapper .form_wrap .form_fild .not_mem label {
  pointer-events: none;
}
.main .form_wrapper .form_wrap .form_fild .not_mem label span {
  pointer-events: all;
  color: #f84298;
  text-decoration: none;
  transition: all 0.3s linear;
}
.main .form_wrapper .form_wrap .form_fild .not_mem label span:hover {
  color: #a547b1;
}
.main_wr {
  background: #f3f2ee;
  padding: 60px 0px;
}

.product__cart__item__pic img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.hero__items.set-bg:before {
  position: absolute;
  background: #0e0e0ebd;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.text_s p {
  font-size: 16px;
  line-height: 24px;
}
.product__item__text h5 del {
  color: red;
}
.product__details__pic__item img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}
i.fa.fa-star {
  color: #F6BC3E;
}

i.fa.fa-star-o {
  color: #f7e018;
}
i.fa.fa-star {
  color: #F6BC3E;
}

i.fa.fa-star-o {
  color: #f7e018;
}

form {
}

div#tabs-6 .rating {
  /* background: #fff; */
  /* padding: 10px 13px; */
  /* margin-bottom: 19px; */
  /* border-radius: 5px; */
}

div#tabs-6 input {
  border: 1px solid #e4e4e4;
  padding: 0px 10px;
  margin: 0;
  height: 45px;
  background: #fff;
}

input[type="hidden"] {
}

div#tabs-6 textarea {
  border: 1px solid #e4e4e4;
  padding: 10px;
  margin: 0;
  height: calc(100% - 45px);
  background: #fff;
}
input.btn.btn-primary {
  padding: 12px 32px !important;
}
.main-rati {
  padding: 17px;
  border: 1px solid #eee !important;
  margin-top: 25px;
  border-radius: 5px;
}
.main-rati .rati_s {
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee70;
}
.main-rati .rati_s:last-child{
    margin-bottom: 0;
    border: none;
}
.main-rati .v_main {
    display: flex;
    gap: 30px;
}
.main-rati .v_main .circle {
    width: 70px;
    height: 70px;
    background: #ececec;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-rati .v_main .circle span{
    font-size: 25px;
    font-weight: 600;
}
.main-rati .v_main .desc_xc {
    flex: 1;
}
.main-rati .v_main .desc_xc p {
    color: #000;
    font-size: 18px;
}
.main-rati .v_main .desc_xc h4 {
    font-size: 17px;
    color: #9a9a9a;
    margin-bottom: 15px;
}
.main-rati .v_main .desc_xc  .rating_name {
    display: flex;
    justify-content: space-between;
}
.main-rati .v_main .desc_xc .rating_name h5 {
    font-size: 18px;
    font-weight: 700;
}
.main-rati .v_main .desc_xc .rating {}

.product__details__tab__content form {
}
.cate__s_pad {padding: 50px 15px;}
.cate__items.edv {
  background: #494949;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 6px #0000000f;
  padding: 10px;
}

.cate__items.edv .items {
  border-radius: 5px;
  overflow: hidden;
  height: 310px;
}

.cate_tit h2 {
  font-size: 18px;
  text-align: center;
}
.cate__slider .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
}

.wrapper {
  position: relative;
  max-width: 481px;
  width: 100%;
  background: #fff;
  padding: 34px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.wrapper h2 {
  position: relative;
  color: #000424;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.wrapper h2::before {
  content: "";
}
.wrapper form {
  /* margin-top: 30px; */
}
.wrapper form .input-box {
  height: auto;
  margin-bottom: 12px;
  position: relative;
}
.wrapper form .input-box label {color:#000424;font-size: 17px;font-weight: 600;margin: 0;}
.wrapper form .input-box label sup {
    color: red;
}
.wrapper form .input-box .btn {
    width: 100%;
    outline: none;
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 600;
    border: 0px solid #c7bebe;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: linear-gradient(312deg, #0766ad 5.38%, #c5e898 113.21%);
    box-shadow: none;
    }
.wrapper form .input-box input {
  width: 100%;
  outline: none;
  padding: 9px 15px;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  border: 1.5px solid #c7bebe;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.input-box input:focus,
.input-box input:valid {
  border-color: #4070f4;
}
.wrapper form .policy {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  margin-bottom: 10px;
}
.wrapper form h3 {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
.wrapper .input-box.button input {
  color: #fff;
  letter-spacing: 1px;
  border: none;
  background: #4070f4;
  cursor: pointer;
}
.wrapper .input-box.button input:hover {
  background: #0e4bf1;
}
.wrapper form .text h3 {
  color: #333;
  width: 100%;
  text-align: center;
}
.wrapper form .text h3 a {
  color: #4070f4;
  text-decoration: none;
}
.wrapper form .text h3 a:hover {
  text-decoration: underline;
}

.fgt {
  display: flex;
  justify-content: space-between;
}
img.prd_sd {
  width: 100%;
  height: 270px;
  object-fit: contain;
  /* object-position: top; */
}
.product__thumb__pic.set-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header.header .row {
  align-items: center;
}
.cate__items.edv img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
img.store_cate {
  width: 100%;
  height: 227px;
  object-fit: cover;
}
.hero__items .slider {
  /* width: 100%!important; */
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.hero__slider {
  position: relative;
  overflow: hidden;
  background: #eee;
}
.hero__slider .carousel-item {
    height: 70vh;
    overflow: hidden;
}
.hero__slider .h_main_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    gap: 50px;
}
.hero__slider .h_main_flex .h_main_img {
    order: 1;
    width: 65%;
    height: 100%;
}
.hero__slider .h_main_flex .h_main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


img.feat_pro {
  width: 100%;
  height: 251px;
  object-fit: contain;
}
.blog__item__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.text_tei {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 13px;
  display: block;
  padding: 6px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
p.tgb {
  font-weight: 700;
  margin-top: 24px;
  color: #6f6fb1;
  font-size: 20px;
}
.bg_di {
  width: 100%;
  height: 460px;
  margin-right: 10px;
  margin-bottom: 45px;
  border-radius: 45px;
  overflow: hidden;
  background: #f4f4f4;
  box-shadow: 0px 0 10px #d6d6d6;
}

.bg_di img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
h4.bt_ti {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0px 35px;
  color: var(--blue);
  text-transform: capitalize;
}
span.blg_dte {
  color: #1f1f1f;
  font-weight: 800;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

span.blg_dte img {
  width: 18px;
}
.blg_dis {
  display: block;
}

/* ...... Profile............. */

.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: "Glyphicons Halflings";
  position: absolute;
  right: 30px;
}

@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: block !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 12px 17px;
    background: #fff;
    border-radius: 5px;
  }
  #nav-tabs-wrapper_s {
    display: block !important;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .nav-tabs-dropdown {
    display: block;
  }
  #nav-tabs-wrapper {
    display: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
  }
  #nav-tabs-wrapper_s {
    display: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
  }
  .nav-tabs-horizontal {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .nav-tabs-horizontal > li {
    float: none;
  }
  .nav-tabs-horizontal > li + li {
    margin-left: 2px;
  }
  .nav-tabs-horizontal > li,
  .nav-tabs-horizontal > li > a {
    background: transparent;
    width: 100%;
  }
  .nav-tabs-horizontal > li > a {
    border-radius: 4px;
  }
  .nav-tabs-horizontal > li.active > a,
  .nav-tabs-horizontal > li.active > a:hover,
  .nav-tabs-horizontal > li.active > a:focus {
    color: #ffffff;
    background-color: #428bca;
  }
}
ul#nav-tabs-wrapper .active {
  color: #096ab0;
}
ul#nav-tabs-wrapper_s .active {
  color: #096ab0;
}
ul#nav-tabs-wrapper li a:hover {
  color: #096ab0;
}
ul#nav-tabs-wrapper_s li a:hover {
  color: #096ab0;
}
ul#nav-tabs-wrapper li i {
  font-size: 22px;
  color: #096ab0;
}
ul#nav-tabs-wrapper li a {
  padding: 7px 0px;
  display: flex;
  font-size: 18px;
  /* flex: 1; */
  /* justify-content: space-between; */
  gap: 20px;
  align-items: center;
  color: #000;
}
ul#nav-tabs-wrapper_s li a {
  padding: 10px 0px;
  display: block;
  font-size: 16px;
  color: #000;
}
li.cob {
  border-bottom: 1px solid #d4d4d4a1;
  margin-bottom: 12px;
  padding: 11px 0px;
}
i#sc {
  font-size: 15px !important;
  color: #000 !important;
  margin-left: 34px;
}
section.profile {
  padding: 50px 50px;
  background: #f1f1f1;
}
.tab-content {
  background: #fff;
  padding: 24px 32px;
  border-radius: 3px;
  overflow: hidden;
}
span.edi_f {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}

a.edit_btn {
  color: blue;
  font-weight: 700;
}
.checkout__input__checkbox.dfx {
  display: flex;
  gap: 19px;
  align-items: center;
  padding: 10px 29px;
}
label.mys {
  padding: 0;
  font-weight: 800;
  font-size: 19px;
  margin-right: 24px;
}
.bds {
  /* display: flex; */
  /* justify-content: space-between; */
  /* padding: 10px 0px; */
  /* align-items: center; */
  display: inline-block;
}

.bds span {
  background: #d8d8d8;
  padding: 4px 9px;
  font-weight: 700;
  border-radius: 4px;
}
a.dlt_btn {
  color: #000;
  font-weight: 700;
  display: block;
}
.suv {
  z-index: 1;
  white-space: nowrap;
  display: none;
  position: absolute;
  font-size: 14px;
  color: #878787;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.18);
  right: 0px;
  padding: 5px;
  border-radius: 3px;
  top: -21px;
  width: 58px;
  background: #fff;
}

.dot:hover .suv {
  display: block;
  position: relative;
}

.block {
  position: relative;
  width: 100%;
  border: 1px solid #d4d2d2;
  padding: 12px;
  margin-top: 19px;
}

.dot {
  position: relative;
  float: right;
}
.pera {
  margin-top: 22px;
}
input.file {
  padding: 12px 4px;
}

.cp_blo {
  display: flex;
  justify-content: space-between;
  padding: 13px 4px;
}

.cp_blo span {
  color: #48c218;
  font-weight: 500;
}

.dtr {
  font-size: 14px;
  color: grey;
  font-weight: 700;
}

.ms_cou {
  border: 1px solid #e3e3e3;
  padding: 9px 23px;
}
.prof_img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}

.prof_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pr_mn {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 14px;
  background: #fff;
  margin-bottom: 15px;
}

.nmsd h2 {
  font-size: 18px;
  font-weight: 700;
}

.checkbox-wrapper-30 .checkbox {
  --bg: #fff;
  --brdr: #d1d6ee;
  --brdr-actv: #1e2235;
  --brdr-hovr: #bbc1e1;
  --dur: calc((var(--size, 2) / 2) * 0.6s);
  display: inline-block;
  width: calc(var(--size, 1) * 22px);
  position: relative;
}
.checkbox-wrapper-30 .checkbox:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.checkbox-wrapper-30 .checkbox > * {
  position: absolute;
}
.checkbox-wrapper-30 .checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: var(--bg);
  border-radius: calc(var(--size, 1) * 4px);
  border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
  color: var(--newBrdrClr, var(--brdr));
  outline: none;
  margin: 0;
  padding: 0;
  transition: all calc(var(--dur) / 3) linear;
}
.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-30 .checkbox input:checked {
  --newBrdr: calc(var(--size, 1) * 2);
}
.checkbox-wrapper-30 .checkbox input:hover {
  --newBrdrClr: var(--brdr-hovr);
}
.checkbox-wrapper-30 .checkbox input:checked {
  --newBrdrClr: var(--brdr-actv);
  transition-delay: calc(var(--dur) / 1.3);
}
.checkbox-wrapper-30 .checkbox input:checked + svg {
  --dashArray: 16 93;
  --dashOffset: 109;
}
.checkbox-wrapper-30 .checkbox svg {
  fill: none;
  left: 0;
  pointer-events: none;
  stroke: var(--stroke, var(--border-active));
  stroke-dasharray: var(--dashArray, 93);
  stroke-dashoffset: var(--dashOffset, 94);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  top: 0;
  transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}
.checkbox-wrapper-30 .checkbox svg,
.checkbox-wrapper-30 .checkbox input {
  display: block;
  height: 100%;
  width: 100%;
}
.fil_blo {
  display: flex;
  gap: 16px;
  /* align-items: center; */
}

.fil_blo span {
  font-weight: 700;
}
h2.filti {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 17px;
}
.filt {
  background: #fff;
  padding: 24px 22px;
}
.filt_in {
  margin-top: 31px;
}
.orde_img {
  width: 200px;
}

.orde_img img {
  width: 100%;
}

.order-blc {
  display: flex;
}
.order-blc {
  display: flex;
  justify-content: space-between;
  border: 1px solid #d8d5d5;
  padding: 9px 7px;
  border-radius: 4px;
  margin: 20px 0px;
  background: #f7f7f7;
}
span.deli {
  color: #2ec22e;
  font-weight: 700;
  font-size: 18px;
}

.orde_con p {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .banner_conte {
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 1;
  }
  .hero__text h2 {
    font-size: 25px;
    line-height: 48px;
  }
  .hero__text h6 {
    font-size: 18px;
    font-weight: 600;
  }
  .hero__slider .owl-nav {
    display: none;
  }
  .text_s p {
    padding: 0px 33px;
  }

  .product__details__tab .nav-tabs .nav-item .nav-link {
    font-size: 11px;
  }
  .product__details__tab .nav-tabs .nav-item {
    width: 100%;
  }
  .product__details__tab .nav-tabs .nav-item {
    margin-right: 0;
  }
  .product__details__tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero__items .slider {
    height: 100%;
    width: 100%;
    display: flex !important;
    object-fit: cover;
  }
  .offcanvas__text p {
    display: none;
  }
}

label.radio.bty {
  width: 62px;
  /* margin: 10px 0px; */
  margin-bottom: 15px;
}
span.det_tg {
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 10px;
}

.nice-select.form-control.new_sel {
  border: 2px solid #000;
  background: transparent;
  padding: 0px 12px;
  color: #000;
  font-weight: 700;
}
.wrp_cl {
  margin-bottom: 20px;
}
.rc_j {
  width: 26%;
  display: inline-block;
  background: #fff;
  padding: 8px 0px;
  /* line-height: 11px; */
  text-align: center;
  border-radius: 5px;
}

.product-image {
  width: 100%;
  transition: transform 0.3s ease; /* Smooth zoom effect */
  cursor: pointer;
}

.product-image.zoomed {
  transform: scale(2); /* Adjust scale value to zoom in */
}

.blink {
  animation: blink-animation 0.5s steps(2, start) infinite;
}

@keyframes blink-animation {
  50% {
    opacity: 0;
  }
}
.footer__logo img {
  width: 100px;
}
.product__item h4 {
  font-size: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.itemm-content {
/*  min-height: 165px;*/
}
.itemm-content h5 {
    font-size: 16px;
    font-weight: 700;
}
.itemm-content h5 del {
    color: red;
}
.itemm-content .rating i {
    font-size: 13px;
}
.hero__items:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  background: #0000001f;
  z-index: 1;
}
.primary-btn {
  font-size: 12px;
  padding: 10px 10px;
}
@media only screen and (max-width: 767px) {
  .pagination {
    flex-wrap: wrap;
  }
  #suggestionsContainer {
    width: auto !important;
  }
  .spad {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer__logo img {
    width: 100px !important;
  }
  .product__item h4 {
    font-size: 18px;
    margin-top: 15px;
  }
  section.product.spad {
    padding: 0;
  }
  form#filterForm {
    margin-bottom: 10px;
  }
  .shop__sidebar__accordion .card {
    margin-bottom: 10px;
  }
  .itemm-content {
    min-height: 100%;
  }
  .hero__text h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #fff;
  }
}


/*-------------------------------------------*/
.hero__slider .carousel-item.active .hero__text h6 {
  top: 0;
  opacity: 1;
}

.hero__slider .carousel-item.active .hero__text h2 {
  top: 0;
  opacity: 1;
}

.hero__slider .carousel-item.active .hero__text p {
  top: 0;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  color: #000000;
}

.hero__slider .carousel-item.active .hero__text .primary-btn {
  top: 0;
  opacity: 1;
}
.hero__slider .carousel-control-prev{
    left: 15px;
}
.hero__slider .carousel-control-next{
    right: 15px;
}
.hero__slider .carousel-control-prev,
.hero__slider .carousel-control-next{
    width: auto;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    background: #000;
    bottom: auto;
    width: 45px;
    height: 45px;
    border-radius: 3px;
}
.hero__slider .carousel-control-prev span,
.hero__slider .carousel-control-next span{}
.banner_conte {
  z-index: 1;
  width: 35%;
  padding-left: 70px;
}
.banner_conte .hero__text {
}
.cate_tit {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    left: 0;
    /* padding: 10px; */
}
.cate_tit h2 a {
  color: #fff !important;
  padding: 15px 0px 0;
  display: flex;
  border-radius: 33px;
  /* background: var(--blue); */
  font-size: 16px;
  justify-content: space-between;
}
.cate_tit h2 {
  color: #fff !important;
}

.cate_tit span.icon{background: #ffffff12;border-radius: 4px;}
.cate__items:hover {background: #313131;}
/*-------------------------------------------*/

.head_ing_center {
    text-align: center;
    margin-bottom: 35px;
}
.head_ing_center h3{
    font-size: 30px;
    font-weight: 600;
}
.head_ing_center span {
    display: block;
    width: 50px;
    background: var(--blue);
    height: 3px;
    margin: 0 auto;
}
.head_ing_center span:before {content:''}
/*------------------------------------------*/
.testimonial-v01 {
    display: flex;
    gap: 30px;
}
.testimonial-v01 .tes-image {
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
	max-width: 285px;
	
}
.testimonial-v01 .tes-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-v01 .tes-content {
    display: flex;
    flex-direction: column;
}
.testimonial-v01 .tes-content h6 {
    font-weight: 700;
    color: #6f6fb1;
    font-size: 20px;
    margin-bottom: 15px;
}
.testimonial-v01 .star-wrap {
    margin-bottom: 16px;
    gap: 3px;
}
.star-wrap .icon {
    font-size: 16px;
}
.testimonial-v01 .tes_text {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
.testimonial-v01 .tes_author {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}
.testimonial-v01 .tes_author .author-name {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}
.testimonial-v01 .tes_author .br-line {
    width: 12px;
    height: 1px;
    display: flex;
    background-color: #000
}
.testimonial-v01 .tes_author .author-verified {
    display: flex;
    align-items: center;
    gap: 4px;
}
.testimonial-v01 .tes_author .author-verified .icon {
    color: var(--success);
}
.testimonial-v01 .tes_author .author-verified span {
    color: #696E73;
}

/*------------------------------------------*/
.long-Desc {margin-bottom: 25px;}
.long-Desc p {
    font-size: 17px;
}

.sidebar-area {
    position: sticky;
    top: 20px;
}
.sidebar-area .widget-item{
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 0 !important;
    overflow: hidden !important;
}
.sidebar-area .widget-item h3{
    background: var(--blue);
    margin: 0;
    padding: 12px 16px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.sidebar-area .widget-blog-posts,
.sidebar-area .widget-categories{
    padding: 12px 16px;
}
.sidebar-area .widget-categories a{
    display: block;
    border-bottom: 1px solid #eee;
    color: #000;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
.sidebar-area .widget-categories a:before{content:'';width: 5px;height: 5px;display: block;background: #7a7a7a;position: absolute;left: 4px;top: 10px;border-radius: 10px;}
.sidebar-area .widget-categories a:last-child{
    padding-bottom: 0;
    border-bottom: 0px solid #eee;
    margin-bottom: 0;
    }
.widget-blog-post {
    display: flex;
    border-bottom: 1px solid #eee;
    color: #000;
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    gap: 15px;
    }	
.widget-blog-post:last-child {
    border-bottom: 0px solid #eee;
    padding-bottom: 0;
    margin-bottom: 0;
    }
.widget-blog-post .thumb{
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
}	
.widget-blog-post .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}	
.widget-blog-post .content{
    flex: 1;
}	
.widget-blog-post .content h4{
    font-size: 16px;
    font-weight: 600;
}	
.widget-blog-post .content .post-date{
    color: var(--blue);
    font-size: 13px;
    font-weight: 600;
}	

.no-products-message {
    border: 1px solid #685AFF; /* Light red background */
    background: #685aff14;
     /* Red text color */
    padding: 40px 25px;
    border-radius: 10px;
    text-align: center;
}

.no-products-message p {
    margin: 0;
    padding: 0;
    text-align: center;
    margin: 25px 0 0 0;
    font-size: 20px;
    font-weight: 600;
}

.no-products-message i {
    font-size: 24px;
    color: #d9534f;
    margin-right: 10px;
}
.product_filter_inr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    }

.pagination {justify-content: center;margin-top: 35px;}
.pagination li {}
.pagination li.disabled span{
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination li.active .page-link{}
.pagination li .page-link{
    color: #434343;
    font-weight: 600;
}
.product__details__pic {}
.product__details__pic .pro_duct_det{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.product__details__pic .dle{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.product__details__pic .dle .pro_sd{
}
.product__details__pic .dle .pro-slid{
    flex: 1;
}
.product__details__pic .pro_det{}

.head_rec {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.head_rec h5{
    font-size: 20px;
    font-weight: 600;
}
.head_rec .rating{}
.head_rec .rating i{
    font-size: 22px;
}
.product__details__tab__content ul {
    padding-left: 25px;
}
.product__details__tab__content ul li{
    color: #000;
    font-size: 18px;
}
.product__details__tab__content p{color: #000;
    font-size: 18px;}
.product__details__tab__content .from-group{
    margin-bottom: 15px;
}
.product__details__tab__content .from-group label{
    color: #000;
    margin: 0 0 3px;
    font-size: 17px;
}
.product__details__tab__content .from-group input.form-control{
    box-shadow: none;
}
.product__details__tab__content input.btn.btn-primary {
    padding: 0 25px !important;
    background: var(--blue) !important;
}

.box-order-summary {
    padding: 24px;
    background: #F6F4F3;
    border-radius: 12px;
}
.box-order-summary h5.title  {color:#000;margin-bottom: 30px;font-size: 20px;font-weight: 600;}
.box-order-summary .subtotal,
 .box-order-summary .discount, 
 .box-order-summary .ship {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E9E9E9;
    display: flex;
    justify-content: space-between;
}
.box-order-summary .subtotal p,
 .box-order-summary .discount  p, 
 .box-order-summary .ship p {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    color: #000;
}
.box-order-summary .subtotal .total,
 .box-order-summary .discount  .total, 
 .box-order-summary .ship  .total {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
}
.box-order-summary .total-order {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}
.box-order-summary .check-agree {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}
.box-order-summary .check-agree label a,
.box-order-summary .check-agree label {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.box-order-summary .check-agree label a {
    text-decoration: underline;
}
.box-order-summary .check-agree input.tf-check-rounded{}
.list-ver .link-underline {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: underline;
    text-decoration-color: transparent;
    display: block;
    margin-top: 15px;
    color: var(--blue);
    font-weight: 600;
}
.col-lg-4.sticky {
    overflow: auto;
    position: sticky;
    top: 5%;
    z-index: 2;
    height: 100%;
}
.checkout__input__checkbox {
    margin-bottom: 15px;
}
.checkout__input__checkbox h5.title {margin-bottom: 20px;font-size: 22px;font-weight: 600;}

.logi_pop {}
.logi_pop .modal-header{
    background: #000;
    padding: 10px 15px;
}
.logi_pop .modal-header .modal-title{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.logi_pop .modal-header .close{
    position: absolute;
    right: 0;
    top: 0px;
    background: #b30000;
    opacity: 1;
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.logi_pop .modal-header .close span {
    line-height: 15px;
}
.logi_pop .input-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    background-color: #f5f7fa;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}

.logi_pop .input-box input {
    width: 100%;
    padding: 10px 40px 10px 10px; /* Adding padding to make room for the icon */
    border: none;
    outline: none;
    font-size: 16px;
    background: none;
}

.logi_pop .input-icon {
    position: absolute;
    right: 10px; /* Adjusts the position of the icon */
    display: flex;
    align-items: center;
}
.logi_pop .text {}
.logi_pop .text p{font-size: 16px;color: #000; font-weight: 600;}

.register_ss {padding: 0px 0 60px;}


.input-icon {
    position: absolute;
    right: 10px; /* Adjusts the position of the icon */
    display: flex;
    align-items: center;
    bottom: 15px;
}

.src_cd_bar{
    background: #fff;
    position: relative;
}
#categorySuggestions {
    max-height: 350px;
    overflow-y: auto;
    background-color: white;
    position: absolute;
    z-index: 1000;
    width: 100%;
}
#categorySuggestions li {
    border-bottom: 1px solid #eee;
}
#categorySuggestions li a {
    display: block;
    padding:  10px 15px;
    color: #4a4a4a;
    font-size: 17px;
    font-weight: 600;
}
.dsfsf_mida {
    display: flex;
    justify-content: center;
    height: 100%;
}
.sf_mida{
    margin-top: 28px;
}


.big_img_small {
    display: flex;
    gap: 25px;
    height: 547px;
    overflow: hidden;
    align-items: flex-start;
}
.product__details__pic .sid_img_small li.active{
    opacity: 1;
}
.product__details__pic .sid_img_small {border-bottom: none;display: flex;list-style: none;flex-wrap: wrap;width: 20%;gap: 6px;max-height: 100%;overflow-y: auto;}
.product__details__pic .sid_img_small li{
    border: 1px solid #000;
    border-radius: 5px;
    overflow: hidden;
    padding: 6px;
    opacity: 0.4;
    background: #fff;
}
.product__details__pic .sid_img_small li a{}
.product__details__pic .sid_img_small li .product__thumb__pic{
    width: 90px;
    height: 90px;
}
.product__details__pic .sid_img_small li .product__thumb__pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.big_size{
    width: 80%;
    height: 100%;
    padding: 18px;
    background: #fff;
    overflow: hidden;
}
.big_size img {width:100%;height: 100%;object-fit: contain;}