@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italiana&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap");


:root {
  --theme: #fe4b3c;
  --gradient: linear-gradient(to right, #fe3d38, #fe9051);
}


/***** General CSS *****/
html {
  overflow-x: hidden;
}

:root {
  --brownclr: #fe4b3c;
}

body {
  word-break: break-word;
  font: 15px/25px "Raleway", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.btn10 {
  border: 1px solid #a30000 !important;
  text-align: center;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #a30000 !important;
  z-index: 10;
  display: inline-block;
  color: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  font-size: 17px;
  font-family: Raleway;
  font-weight: 400;
}

.btn10:hover {
  border: 1px solid #a30000 !important;
  color: #fff !important;
}

.btn10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #a30000;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.functionality-box ul li .heart-button.liked a i {
  background: var(--theme);
  color: #fff;
  border-color: var(--theme);
}

.btn10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Raleway", Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "Raleway", Sans-Serif;
  font-size: 55px;
  line-height: 1;
  color: #393939;
  font-weight: 600;
  margin: 0 0 10px;
}

h3 {
  font-family: "Raleway", Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Raleway", Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Raleway", Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Raleway", Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

p {
  color: #848484;
  font-size: 16px;
  line-height: 30px;
  font-family: "Montserrat", serif;
  font-weight: 400;
  margin: 0px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/* search box css */
.popover__wrapper {
  position: relative;
  display: block;
  list-style-type: none;
  padding: 10px 0;
}

.popover__wrapper .fa {
  font-size: 18px;
  margin-top: 10px;
}

.searchbox {
  border: 1px solid var(--brownclr);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 10px);
  background-color: #fff;
  border-radius: 1px solid #fff;
  padding: 1rem 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}

.popover__content .form-group {
  margin: 0;
  position: relative;
  z-index: 1;
}

.popover__wrapper .form-control {
  width: 90%;
  height: 44px;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 0;
  box-shadow: inherit;
  border: 0;
  /* border: 1px solid #adadad; */
}

.popover__wrapper .btn-default {
  font-size: 20px;
  position: absolute;
  right: 16px;
  top: 10px;
  background: none;
  border: none;
  color: var(--brownClr);
  box-shadow: none;
}

.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  width: 300px;
  visibility: visible;
  transform: translate(0, 50px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.form-control {
  border: 0;
}

/* end search box css */

/* Search bar Start */
.search-container {
  width: 90%;
  display: block;
  /* margin: 0 auto; */
}

input#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 54px;
  padding: 0 22px;
  font-size: 16px;
  border: 2px solid #fff;
  outline: none;
  background: var(--theme);
  color: #fff;
  border-radius: 50px;
}

input#search-bar::placeholder {
  color: #fff;
}

input#search-bar:focus {
  border: 2px solid #fff;
  transition: 0.35s ease;
  color: #fff;
  box-shadow: inset 0 0 6px 0px #0b1713;
}

input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-icon i {
  position: relative;
  float: right;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -50px;
  right: 5px;
  background-color: #fff;
  color: var(--brownclr);
}

.search-icon:hover i {
  transform: scale(1.2);
  margin-right: -8px;
  box-shadow: 0 0 3px 0 #4e4e4e;
  transition: all 0.3s ease-in-out;
}

/* Search Bar End */

/*header css start */
.menusec-loction ul li select option {
  color: #000;
}

.menuSec {
  padding: 15px 0;
  background: var(--theme);
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.center-sec {
  padding: 11px 0;
}

.center-input-box input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #d7d7d7;
  padding: 0 0 0 15%;
  color: #000;
}

.accordion-button:focus {
  border-color: inherit;

  box-shadow: inherit;
}

.center-input-box {
  position: relative;
}

.center-input-box-icon {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.center-input-box-icon {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 13px;
  border: 0;
}

.center-input-box-icon-2 {
  position: absolute;
  top: 11px;
  left: 4%;
}

.center-sec-icon ul li i {
  font-size: 20px;
  margin-bottom: 5px;
  color: #000;
  position: relative;
}

.center-sec-icon ul li {
  text-align: center;
  position: relative;
}

.categories_mega_menu.men-le-sty ul li:hover {
  background: #ccc;
}

.categories_mega_menu.men-le-sty ul li {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  padding: 15px 30px;
  border-bottom: 1px solid #ebebeb;
  /*position: relative;*/
  transition: 0.3s ease-in-out;
}

.categories_mega_menu.men-le-sty {
  position: relative;
}

.menu-cate-main .menu-cate.active {
  display: block;
}

.menu-cate-main .menu-cate.active .menu-cate-last-inner:first-child {
  display: block;
}

.menu-cate-main .menu-cate h5 {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}

.menu-cate-main .menu-cate hr {
  margin-bottom: 0;
}

.menu-cate-main .menu-cate {
  position: absolute;
  width: 100%;
  left: 100%;
  background: #f8f8f8;
  z-index: 99;
  top: 0;
  transition: 0.3s ease-in-out;
  display: none;
  border-left: 2px solid #00000057;
  box-shadow: 0 0 10px 0 #00000022;
  /*display: none;*/
}

.menu-cate-main .menu-cate .menu-cate-last a {
  color: #000;
  display: flex;
  align-items: center;
}

.menu-cate-main .menu-cate .menu-cate-last a img {
  margin-right: 20px;
  height: 50px;
}

.menu-cate-main .menu-cate .menu-cate-last a i {
  margin-left: 10px;
}

.menu-cate-main .menu-cate .menu-cate-last:last-child {
  border: 0;
}

.menu-cate-main .menu-cate .menu-cate-last {
  border-bottom: 2px solid #00000057;
  position: relative;
  padding: 10px 10px;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner.active {
  display: block;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner li {
  padding: 15px 20px;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner {
  position: absolute;
  width: 135%;
  background: #f8f8f8;
  left: 100%;
  top: 0;
  transition: 0.3s ease-in-out;
  display: none;
  border-left: 2px solid #a3a3a3;
  overflow: hidden;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner li img {
  width: 52px;
  margin-right: 7px;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner h5 {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner hr {
  margin-bottom: 0;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner .row {
  padding: 0;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner .row .col-lg-6 {
  padding: 0 15px;
}

.center-sec .row {
  align-items: center;
}

.center-sec-icon ul li span {
  background: var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 8px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: -10px;
  right: -10px;
}

.brand .asdaw-crk {
  display: flex;
  gap: 0 20px;
  flex-flow: wrap;
  margin: 0 0 20px;
}

.asdaw-crk li {
  min-width: 25%;
  margin: 0 0 12px;
}

.center-sec-icon ul li {
  position: relative;
}

.menusec-right-sec {
  display: flex;
  align-items: center;
  justify-content: end;
}

.menusec-loction.chg ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.center-sec-icon ul {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: end;
  margin-bottom: 0;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menusec-loction.chg li a {
  font-size: 13px;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

.add-padding {
  padding: 0 5%;
}

.topsec-left-text h2 {
  font-size: 16px;
  margin-bottom: 0;
}

.topSec {
  padding: 5px 0;
  border-bottom: 1px solid #959595;
}

header {
  position: relative;
}

.topsec-left-text h2 {
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #7d7d7d;
  line-height: 1;
}

.center-input-box input::placeholder {
  font-size: 12px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.center-input-box:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background: #d7d7d7;
  left: 11%;
  z-index: 99991;
}

.center-sec-icon ul li a h2 {
  font-size: 9px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 10px;
}

.topsec-paga-link ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.menusec-loction ul li h2 {
  font-size: 10px;
  margin-bottom: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 5px;
  margin-top: 5px;
}

.menusec-loction.chg ul li img {
  width: 30px;
}

.menusec-loction ul li select {
  border: none;
  background: none;
  text-transform: uppercase;
  color: #fff;
  padding-left: 0;
  padding-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  appearance: auto;
  font-size: 12px;
}

.topsec-paga-link ul li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #343434;
  font-weight: 700;
  position: relative;
  padding: 0 20px;
}

.topsec-paga-link ul li a:before {
  content: "";
  position: absolute;
  border-right: 2px solid #959595;
  width: 1px;
  height: 25px;
  right: 0;
  top: -5px;
}

.topsec-paga-link li.boader-no a:before {
  border-right: none !important;
}

.form-select:focus {
  border-color: initial !important;
  box-shadow: initial;
}

.topsec-right-text {
  display: flex;
  align-content: center;
  gap: 25px;
  justify-content: end;
}

.topsec-soical-link ul li a {
  font-size: 18px;
  color: #000;
}

.topsec-soical-link ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

.topSec .row {
  align-items: center;
}

.topsec-select select {
  border: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.menusec-search-box form input {
  width: 100%;
  height: 55px;
  border-radius: 50px;
  border: 1px solid #d7d7d7;
}

.topsec-select {
  position: relative;
}

.topsec-paga-link li.boader-no a {
  padding-right: 0 !important;
}

.topsec-soical-link ul li a i:hover {
  color: var(--theme);
  transform: scale(1.2);
  transition: 0.5s;
}

.topsec-soical-link ul li a i {
  transition: 0.5s;
}

/*header css start */

/*banner css start */
.carousel-item {
  width: 100%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

.banner_text {
  position: relative;
  z-index: 5;
  float: left;
  width: 50%;
}

.banimg-slider-item {
  width: 100%;
}

.banner_text h5 {
  font-size: 14px;
  font-family: "Montserrat";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  position: relative;
}

.banner_text h5::before {
  content: "";
  position: absolute;
  width: 63%;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 25%;
}

.banner_text h1 {
  font-size: 104px;
  line-height: 100px;
  font-weight: 400;
  text-transform: capitalize;
}

.banner-categories {
  display: flex;
  align-items: center;
  width: 100%;
  /* position: relative; */
  /* margin-top: 10%; */
}

.ban-cat-item img {
  height: 260px;
  object-fit: contain;
}

.slick-active {
  opacity: 1;
}

.ban-cat-item {
  padding: 20px 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
  z-index: 1;
}

.ban-cat-item h4 {
  font-size: 30px;
  font-family: "Raleway";
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  text-shadow: 0 0 #000;
  margin-bottom: 40px;
}

.banner_img img {
  width: 22vw;
  position: absolute;
  bottom: 0;
  right: 13%;
  z-index: 1;
}

.banner-categories:before {
  content: "";
  position: absolute;
  width: 58vw;
  height: 220px;
  left: 0;
  bottom: 0;
  /* background: #fff; */
  z-index: 0;
}

.ban-cat-item:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

ul.faqs-wrapper {
  column-count: 2;
}

/* Star Animation */
.snowflake {
  --size: 0.5vw;
  width: var(--size);
  height: var(--size);
  background: white;
  border-radius: 50%;
  position: absolute;
  top: -5vh;
  box-shadow: 0 0 5px 2px #fff;
  z-index: 0;
}

@keyframes snowfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0);
  }

  100% {
    transform: translate3d(var(--left-end), 110vh, 0);
  }
}

.snowflake:nth-child(1) {
  --size: 0.2vw;
  --left-ini: -8vw;
  --left-end: 2vw;
  left: 42vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(2) {
  --size: 0.3vw;
  --left-ini: 5vw;
  --left-end: 2vw;
  left: 67vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(3) {
  --size: 0.2vw;
  --left-ini: 9vw;
  --left-end: 9vw;
  left: 29vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(4) {
  --size: 0.1vw;
  --left-ini: 1vw;
  --left-end: 3vw;
  left: 40vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(5) {
  --size: 0.3vw;
  --left-ini: -3vw;
  --left-end: -2vw;
  left: 80vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(6) {
  --size: 0.2vw;
  --left-ini: 0vw;
  --left-end: -7vw;
  left: 16vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(7) {
  --size: 0.1vw;
  --left-ini: 4vw;
  --left-end: 3vw;
  left: 16vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(8) {
  --size: 0.3vw;
  --left-ini: -3vw;
  --left-end: 1vw;
  left: 86vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(9) {
  --size: 0.2vw;
  --left-ini: -2vw;
  --left-end: -6vw;
  left: 24vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(10) {
  --size: 0.1vw;
  --left-ini: 8vw;
  --left-end: -2vw;
  left: 38vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(11) {
  --size: 0.3vw;
  --left-ini: -2vw;
  --left-end: 1vw;
  left: 58vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(12) {
  --size: 0.2vw;
  --left-ini: 6vw;
  --left-end: 2vw;
  left: 23vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(13) {
  --size: 0.1vw;
  --left-ini: 5vw;
  --left-end: 7vw;
  left: 38vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(14) {
  --size: 0.3vw;
  --left-ini: -5vw;
  --left-end: 5vw;
  left: 13vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(15) {
  --size: 0.2vw;
  --left-ini: 7vw;
  --left-end: -5vw;
  left: 26vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(16) {
  --size: 0.1vw;
  --left-ini: -8vw;
  --left-end: 2vw;
  left: 36vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(17) {
  --size: 0.3vw;
  --left-ini: -4vw;
  --left-end: 7vw;
  left: 44vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(18) {
  --size: 0.2vw;
  --left-ini: 3vw;
  --left-end: 9vw;
  left: 4vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -9s;
}

.snowflake:nth-child(19) {
  --size: 0.1vw;
  --left-ini: 8vw;
  --left-end: 8vw;
  left: 36vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(20) {
  --size: 0.2vw;
  --left-ini: -4vw;
  --left-end: 8vw;
  left: 46vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(21) {
  --size: 0.3vw;
  --left-ini: 9vw;
  --left-end: -4vw;
  left: 100vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(22) {
  --size: 0.2vw;
  --left-ini: 0vw;
  --left-end: 1vw;
  left: 63vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(23) {
  --size: 0.2vw;
  --left-ini: 10vw;
  --left-end: -2vw;
  left: 70vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(24) {
  --size: 0.3vw;
  --left-ini: -6vw;
  --left-end: 7vw;
  left: 99vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(25) {
  --size: 0.1vw;
  --left-ini: -6vw;
  --left-end: -3vw;
  left: 79vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -2s;
}

.snowflake:nth-child(6n) {
  filter: blur(20px);
}

/* Star Animation */

.banimg-slider-item img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

/*banner css end*/

/* ALL new Collection */
.all-new-collect-content {
  position: relative;
}

.collection-images {
  display: flex;
  height: 100%;
  align-items: flex-start;
}

.collection-images img {
  height: auto;
  object-fit: contain;
}

img.collection-img-3 {
  object-position: bottom;
  height: 100%;
  width: 100%;
}

.collection-set-1 h5 {
  margin: 0 0 0 auto;
  background: #fff;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection-set-3 {
  height: 825px;
  width: 40.2%;
  position: relative;
}

.collection-set-3 h5 {
  background: #f3f3f3;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 34.5%;
  margin: 0;
  font-size: 72px;
  font-weight: 300;
  color: rgb(11 23 19 / 20%);
}

.new-collection-slider-item {
  position: relative;
  z-index: 1;
}

.new-collection-slider .slick-next {
  /* left: 19.3%; */
  /* top: 10px; */
  z-index: 1;
}

.new-collection-slider .slick-next::before {
  /* content: url(../images/arrow-left.png); */
  /* font-family: "FontAwesome"; */
  /* margin: 0 0 0 auto; */
  /* background: #f3f3f3; */
  /* width: 150px; */
  /* height: 150px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* opacity: 1; */
  /* font-size: 35px; */
}

.new-collection-slider .slick-prev {
  display: none !important;
}

.new-collection-slider .slick-dots li {
  display: flex;
  flex-direction: column;
  width: 70px;
  margin: 0 0 0 auto;
  text-align: right;
}

.new-collection-slider .slick-dots {
  bottom: 50%;
  right: -10%;
}

.new-collection-slider .slick-dots li button:before {
  content: "";
  width: 55px;
  height: 2px;
  border: 12px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  transform: scaleX(1.3);
  margin-left: -6px;
  background: rgba(0, 0, 0, 1);
  opacity: 1;
  transition: 0.3s all;
}

.slick-slide img.collection-img-2 {
  transform: translateY(-100%);
  transition: 0.8s all;
}

.slick-slide img.collection-img-1 {
  transform: translateX(-110%);
  transition: 0.8s all;
}

.slick-slide img.collection-img-3 {
  transform: translateX(105%);
  transition: 0.8s all;
}

.slick-current img.collection-img-2,
.slick-current img.collection-img-1,
.slick-current img.collection-img-3 {
  transform: none;
  transition: 0.8s all ease-in-out;
}

.explore-btn {
  position: absolute;
  bottom: 15%;
  left: 8%;
}

.explore-btn a {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 50px;
  width: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  padding: 0 4px 0 16px;
  border: 2px solid #a48266;
  box-shadow: 0 0 12px 0 #a48266;
  font-size: 15px;
  text-transform: uppercase;
}

.explore-btn a i {
  background: #a48266;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}

.explore-btn a:hover i {
  transform: scale(1.2) rotate(45deg);
  margin-right: -5px;
  box-shadow: 0 0 3px 0 #4e4e4e;
  transition: all 0.3s ease-in-out;
}

.new-collection-text {
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.new-collection-text h2 {
  font-size: 100px;
  color: #000;
  line-height: 100px;
  margin-bottom: 35px;
}

.new-collection-text p {
  width: 70%;
  font-size: 15px;
  margin-left: auto;
}

/* ALL new Collection */

/* Featured Product Start*/
.sec-heading h2 {
  color: #000000;
}

.featured-product ul#pills-tab {
  justify-content: center;
  position: relative;
  z-index: 2;
}

.rate {
  font-size: 10px;
  display: flex;
  gap: 4px;
  justify-content: start;
  align-items: center;
  flex-flow: row-reverse;
  font-weight: 500;
  white-space: nowrap;
}

.rate:not(:checked)>input {
  position: absolute;
  top: 100px;
  opacity: 0;
}

.rate:not(:checked)>label {
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  color: #ffc70040;
  font-weight: 600;
}


.rate:not(:checked)>label:before {
  content: "\f005";
  font-family: "Font Awesome 5 Pro";
}

.rate>input:checked~label {
  color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
  color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
  color: #c59b08;
}

.product-item {
  position: relative;
  padding: 25px 25px;
  border: 1px solid #e4e4e4;
  text-align: center;
  height: 520px;
  transition: 0.5s all ease-in-out;
  margin: 12px 0;
}

a.prod-cart {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to top, var(--theme), var(--theme)) border-box;
  border-radius: 50%;
  border: 2px solid transparent;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition: 0.5s all ease-in-out;
}

.prod-cart img {
  transition: all 0.3s ease-in-out;
  width: auto;
}

span.price {
  text-decoration: line-through;
  color: rgb(0 0 0 / 20%);
  font-size: 22px;
  font-family: "Montserrat";
}

span.dis-price {
  font-size: 18px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-family: "Montserrat";
}

.product-item h4 {
  text-align: left;
  margin: 0 0 25px;
}

.product-item h3 {
  font-size: 26px;
  font-weight: 400;
  text-shadow: 0 0 #000;
  margin: 20px 0 15px;
}

/* .product-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--theme);
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-100%);
    z-index: 0;
} */

/* .product-item:hover {
    background: var(--theme);
    opacity: 0.3;
    transform: none;
    transition: 0.5s all ease-in-out;

} */

.prod-cart:hover {
  /* transform: translateY(-250px); */
  transition: 0.5s all ease-in-out;
  box-shadow: 0 0 5px 1px #7c5b44;
  transform: scale(1.1);
}

.tab-content>.active {
  display: block;
  margin-top: 40px;
}

/* .prod-cart:hover img {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
} */

.featured-product .nav-link.active {
  background: linear-gradient(to top, var(--theme), var(--theme));
  border-radius: 55px;
}

.featured-product .nav-link {
  border: 1px solid var(--theme);
  width: 100%;
  border-radius: 55px;
  padding: 12px 20px;
  color: rgb(2 11 28 / 50%);
  font-family: "Raleway";
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 #000;
}

.featured-product .nav-item {
  margin: 0 10px;
}

.product-item .prod-img {
  height: 250px;
  object-fit: contain;
  margin: 0 auto;
}

/* Featured Product End */

/* Custom Categories Start */
.custom-dress img,
.custom-jewel img,
.custom-accessories img {
  width: 100%;
}

.custom-accessories img {
  margin-top: 24px;
}

.custom-jewel img,
.custom-accessories img {
  height: 405px;
  object-fit: cover;
}

.custom-dress img {
  height: 648px;
  object-fit: cover;
  object-position: top;
  margin-top: 18px;
}

.custom-dress,
.custom-jewel,
.custom-accessories {
  position: relative;
}

.custom-dress h2 {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 45px;
  color: #000000;
  margin: 0;
  text-shadow: 0 0 #000;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 35px;
}

.custom-dress::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 75%;
  border-width: 25px 25px 100px 25px;
  border-color: #fff;
  border-style: solid;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-jewel h2 {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 45px;
  color: #000000;
  margin: 0;
  text-shadow: 0 0 #000;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.custom-jewel::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  border-width: 100px 25px 25px 25px;
  border-color: #fff;
  border-style: solid;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-accessories h2 {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 45px;
  color: #000000;
  margin: 0;
  text-shadow: 0 0 #000;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.custom-accessories::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  border-width: 25px 25px 100px 25px;
  border-color: #fff;
  border-style: solid;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Custom Categories End */

/*testimonial Start*/
.people-sec {
  position: relative;
  padding-bottom: 160px;
  padding-top: 100px;
}

.testi-img img {
  width: 100%;
  height: 435px;
  object-fit: cover;
}

.people-head h3 {
  font-family: "Raleway";
  font-size: 78px;
  line-height: 86px;
  color: #000;
  font-weight: 600;
  margin: 0 0 20px;
  /* text-transform: uppercase; */
}

.testi-img {
  position: relative;
}

.testi-txt h5 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin: 0;
  font-family: "Montserrat";
  letter-spacing: 15px;
  font-weight: 100;
}

.testi-txt {
  background: var(--gradient);
  padding: 28px 0;
  transform: rotate(270deg);
  position: absolute;
  top: 210px;
  width: 76%;
  right: -150px;
}

.people-txt {
  background: #fff;
  border: 1px solid #0000005e;
  padding: 40px;
  position: relative;
}

.people-txt ul {
  display: flex;
  align-items: center;
}

.people-txt ul li h5 {
  font-size: 23px;
  margin: 0;
  color: #000000;
  font-family: "Montserrat";
  font-weight: 600;
}

.people-txt ul li h6 {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  margin: 0;
}

.people-txt p {
  font-size: 19px;
  font-weight: 400;
  color: #8a8a8a;
  margin-bottom: 10px;
}

.star--list a {
  color: orange !important;
}

.testi-slider .slick-slide {
  /* margin: 0px 20px 0 0; */
  position: relative;
  opacity: 1 !important;
}

.people-head {
  margin-bottom: 40px;
}

.progress {
  display: block;
  width: 50%;
  height: 2px;
  border-radius: 10px;
  background-color: #30303034;
  position: relative;
  top: 50px;
  overflow: hidden;
}

.nike-zoom-silder-number {
  position: absolute;
  bottom: 10%;
  left: 8.3%;
  width: 30%;
  z-index: 0;
}

.nike-zoom-sec:before {
  content: "";
  position: absolute;
  /* background: linear-gradient(287deg, #d62a3a, transparent); */
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
}

.slide_counter h2 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #cdcdcd;
  height: 100%;
  width: 100%;
  line-height: 30px;
  font-family: "Montserrat";
  letter-spacing: 8px;
  font-weight: 400;
}

span.start_number,
span.end_number {
  font-size: 24px;
}

.banner-s-img {
  position: relative;
}

span.slider__label.sr-only {
  position: absolute;
  height: 2px;
  min-width: 10%;
  background: var(--theme);
  top: 0px;
  left: 0;
  margin: 0;
  z-index: 1;
  clip: unset;
}

.slide_counter h1 span {
  font-size: 58px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Montserrat";
  letter-spacing: 6px;
}

.slide_counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slide_counter h1 {
  margin: 0;
}

.testi-quote {
  position: absolute;
  top: 0;
  right: 10%;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 70%, 0 100%, 0% 60%, 0 0);
  background: linear-gradient(to top, var(--theme), var(--theme));
  width: 40px;
  height: 50px;
  padding: 5px;
}

.testi-quote img {
  width: 25px;
  height: 17px;
  margin-left: 2px;
}

/*testimonial End*/

/*Footer Start*/

/*FOOTER*/
footer {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 0;
  border-top: 1px solid;
}

.foot_logo .foot-logo {
  margin-bottom: 30px;
  width: 60%;
}

.foot_logo p {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  color: #000;
}

.foot_logo .red {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 30px;
  background: rgb(112, 14, 163);
  background: -moz-linear-gradient(left, rgba(112, 14, 163, 1) 0%, rgba(18, 56, 159, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(112, 14, 163, 1) 0%, rgba(18, 56, 159, 1) 100%);
  background: linear-gradient(to right, rgba(112, 14, 163, 1) 0%, rgba(18, 56, 159, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#700ea3', endColorstr='#12389f', GradientType=1);
}

.foot_logo ul li {
  display: inline-block;
  margin-right: 10px;
}

.foot_comp h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 40px;
}

.foot_comp h4:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background-color: var(--theme);
  left: 0;
  bottom: -20px;
}

.foot_comp ul li:not(:last-child) {
  margin-bottom: 8px;
}

.foot_comp ul li a {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}

.news_sub h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 40px;
}

.news_sub h4:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background-color: var(--theme);
  left: 0;
  bottom: -20px;
}

.news_sub ul li:not(:last-child) {
  margin-bottom: 15px;
}

.news_sub ul li img {
  margin-right: 10px;
  width: 25px;

}

.news_sub ul li {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
}

.news_sub ul li a {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #000;
}


.follow_Social ul li {
  display: inline-block;
}

.follow_Social ul li:not(:first-child) {
  margin: 0 10px;
}

.follow_Social ul li span {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}

.follow_Social ul li a i {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 17px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
}

.follow_Social ul li a i:hover {
  background: #0c3b9f;
  transition: 0.3s ease-in-out;
}

.sign_up ul li {
  display: inline-block;
}

.sign_up ul li span {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}

/*Footer End*/

/* Inner Banner */
.inner-banner {
  background-image: var(--gradient);
  width: 100%;
  height: 80vh;
  position: relative;
}

.all-side-padding {
  padding: 0px 60px;
}

.banner-categories1:before {
  content: "";
  position: absolute;
  width: 58vw;
  height: 280px;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 0;
}

.banner_img1 img {
  width: 24vw;
  position: absolute;
  bottom: 0;
  right: 8%;
  z-index: 0;
}

.inner-banner-heading {
  position: absolute;
  width: 45%;
  bottom: 8%;
}

.inner-banner-heading h1 {
  font-size: 97px;
  color: #1a1a1a;
  line-height: 100px;
}

.inner-banner-heading p {
  font-family: "Montserrat";
  font-size: 15px;
  width: 90%;
}

/* Inner Banner */

/*product page css Start*/
section.productsec {
  padding: 30px 0;
  position: relative;
}

section.productsec .product-box {
  margin-bottom: 30px;
}

.panel-groupnew .panel-heading {
  padding: 0;
}

.panel-groupnew .panel-title>a {
  display: block;
  padding: 20px 0 0;
  outline: none;
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px;
}

.panel-groupnew .panel-heading .panel-title>a.accordion-toggle::before,
.panel-groupnew a[data-toggle="collapse"]::before {
  content: "\f068";
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  width: 30px;
  height: 30px;
  font-size: 12px;
  border-radius: 50px;
  text-align: center;
  padding: 9px 9px;
  margin: -7px 0;
  color: #b5c448;
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.panel-groupnew .panel-heading .panel-title>a.accordion-toggle.collapsed::before,
.panel-groupnew a.collapsed[data-toggle="collapse"]::before {
  content: "\f067";
  font: normal normal normal 14px/1 FontAwesome;
  color: #b5c448;
  font-size: 21px;
}

.frequently-list .panel-body ul li label {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  cursor: pointer;
}

/* .panel-groupnew2 .hide-btn {
    display: none !important;
} */

/* .panel-groupnew2 .panel-title {
    padding: 0 !important;
} */

.frequently-list .panel-group {
  margin-bottom: 0;
}

.frequently-list .panel-body ul li i {
  float: right;
  margin-top: 5px;
}

/* .frequently-list .panel-body ul li {
    padding-right: 40px;
} */

.frequently-list {
  /* border: 1px solid #eee; */
  /* box-shadow: 0px 0px 6px 4px #0000000f; */
  text-align: center;
  margin: 0 0 25px;
}

.panel-body ul {
  padding: 0;
  margin: 0;
}

.frequently-list .panel-body li {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  font-family: "Raleway";
  padding: 15px 20px;
  background-color: white;
  text-align: left;
  display: flex;
  align-items: center;
}

.frequently-list .panel-body li:last-child {
  border: 0 !important;
}

.frequently-list .panel {
  border: 0;
}

.frequently-list .panel-default>.panel-heading {
  background-color: transparent;
}

.frequently-list h4.panel-title {
  padding: 12px 12px 12px 15px;
  color: #b79e55;
  border: 0;
  margin: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 34px;
  line-height: 23px;
  text-transform: capitalize;
  text-align: left;
}

.frequently-list .panel-body {
  padding: 0 !important;
}

.paddingbottom {
  padding: 0 0 63px;
}

.frequently-list .panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border: 0;
}

.frequently-list .panel-group .panel {
  margin: 0;
}

.defaultlist select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
  font-family: "Raleway";
  appearance: auto;
  background: transparent;
}

.showinglist p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: right;
  margin: 21px 0 0;
  color: #000;
  font-family: "Raleway";
}

.productlistbox1 {
  margin: 0 0 50px;
}

.catogeriesbox {
  padding: 8px 19px 8px;
  /* background-image: -webkit-linear-gradient(90deg, rgb(51, 51, 51) 0%, rgb(114, 96, 81) 100%); */
  background-color: var(--pinkclr);
  text-align: center;
}

.catogeriesbox h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  padding: 20px 10px 0;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

div#headingOne.panel-heading {
  display: block !important;
  height: auto !important;
}

.frequently-list #collapsetwo a {
  padding-left: 15px;
}

.frequently-list #collapsetwo li {
  padding-left: 30px;
}

.frequently-list .dash {
  padding: 0 5px;
  color: #000;
  font-size: 19px;
  font-weight: 400;
}

.frequently-list .dollar {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-weight: 400;
}

.product-page-prdtc {
  box-shadow: 6px 5px 10px 5px #00000012;
}

.prdtc-desc ul {
  justify-content: center;
}

/*
.freq-checkbox {
    margin-left: 24px;
} */

.frequently-list .panel-default>.panel-heading h4 a i {
  float: right;
  margin-right: 20px;
}

.productsec .product-txt {
  text-align: start;
}

.product-txt ul li a {
  color: #949494;
}

.product-txt ul {
  margin: 10px 0;
}

.product-txt ul li a:hover {
  color: #ffba00 !important;
}

.product-item2 {
  margin-top: 10px;
  /* border-bottom: 1px solid rgba(0, 0, 0, .1); */
  width: 100%;
  padding-bottom: 20px;
}

.product-item2 .product-item-content a {
  font-size: 24px;
  font-family: sver;
  color: var(--pinkclr);
  letter-spacing: 2px;
  text-shadow: 0px 0px 1px var(--pinkclr);
  font-weight: 400;
}

.price-rang {
  padding-left: 15px;
}

.panel-body ul li .list-div-price-range {
  width: 100%;
  /* margin: 0 auto; */
  text-align: start;
  position: relative;
}

.freq-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #525252;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}

.panel-body ul li .list-div-price-range .freq-checkbox:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.categories-panelbody ul li input {
  position: relative;
}

.categories-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #525252;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}

.categories-panelbody ul li input.categories-checkbox:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 6px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Product Page End */

/*PRODUCT DETAIL PAGE CSS*/

.top-section h2 {
  font-size: 40px;
  line-height: 52px;
  color: #000;
  margin-bottom: 10px;
  text-shadow: 0 0 #000;
}

.price_rev h3 {
  /* color: #a3d3bd; */
  /* font-size: 35px; */
  /* font-weight: 600; */
  /* font-family: 'Oswald', sans-serif; */
  margin-bottom: 0px;
}

.price_rev ul {
  text-align: right;
  margin: 0;
}

.price_rev ul li {
  display: inline-block;
  color: #ffc007;
  margin-left: 8px;
}

.price_rev ul li span {
  color: #6c757d;
  margin-left: 0;
}

.product-content hr {
  border-top: 1px solid #43d1db;
  margin: 5px;
}

.flexEnd {
  display: flex;
  align-items: flex-end;
}

.brand {
  margin: 25px 0px;
}

.brand li {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  gap: 10px;
  margin: 0 0 10px;
  align-items: center;
  flex-flow: wrap;
}

.brand li:not(:last-child) {}

.brand li small {
  color: var(--theme);
  display: inline-block;
  font-size: 18px;
  background: #f1f1f1;
  padding: 3px 20px;
  border-radius: 99px;
  border: 1px solid var(--theme);
}

.product-content p {
  font-size: 14px;
  color: #919191;
  font-family: "Roboto", sans-serif;
  line-height: 23px;
}

.addtocart a,
.submit-btn {
  color: #fff !important;
  padding: 8px 40px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 17px;
  border-radius: 30px;
  background-image: linear-gradient(to top, var(--theme), var(--theme));
  display: inline-block;
  border: 0;
}

.functionality-box ul {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 20px 0;
}

.functionality-box ul li {
  display: inline-block;
}

.functionality-box ul li:not(:last-child) {
  margin-right: 20px;
}

.functionality-box ul li .heart-button a i {
  border: 1px solid var(--theme);
  font-size: 22px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: #fff;
  padding-top: 3px;
  color: var(--theme);
  padding-right: 1px;
}

.skin-2 .num-in {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  height: 40px;
  width: 110px;
  float: left;
}

.skin-2 .num-in span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 40px;
  border: none;
  text-align: center;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.social-icon-detail {
  margin-top: 20px;
}

.social-icon-detail ul li {
  display: inline-block;
  padding: 0 10px;
}

.social-icon-detail ul li a i {
  width: 40px;
  height: 40px;
  font-size: 22px;
  border: 1px solid #bebebe;
  color: #999999;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon-detail ul li:first-child {
  padding-left: 0;
}

.social-icon-detail ul li a i:hover {
  background-image: linear-gradient(to top, var(--theme), var(--theme));
  color: #fff;
  transform: rotate(360deg);
  transition: 0.3s ease-in-out;
}

.product-body {
  display: flex;
  align-items: center;
  justify-content: center;
  /*border: 2px solid #d5d5d5;*/
  border-radius: 15px;
}

.prod_description h4 {
  color: #000;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 24px;
  text-shadow: 0 0 #000;
  font-family: 'Italiana';
}

.prod_description p {
  font-size: 14px;
  color: #919191;
  font-family: "Roboto", sans-serif;
  line-height: 23px;
}

span.prod-det-real-rp {
  color: #7c7c7c;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 22px;
  font-family: "Montserrat";
}

span.prod-det-disc-rp {
  font-size: 50px;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 1.5;
  color: var(--theme);
}

.functionality-box {
  margin-top: 25px;
}

/*PRODUCT DETAIL CSS END*/

/*contact-us*/

.contact-u {
  padding: 100px 0px;
  position: relative;
}

.cont-box {
  box-shadow: 0px 0px 6px #00000040;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to top, var(--theme), var(--theme)) border-box;
  text-align: center;
  padding: 35px 20px;
  height: 230px;
  position: relative;
  z-index: 0;
  border: 2px solid transparent;
}

.cont-box h2 {
  color: #000000;
  font-size: 20px;
  padding: 0;
  margin: 0;
  font-weight: 900;
  line-height: normal;
  margin-top: 30px;
}

.cont-box a {
  color: #636363;
  font-size: 15px;
  margin: 0;
  font-weight: 300;
  line-height: 18px;
  margin-top: 10px;
}

.cont-box p {
  color: #636363;
  font-size: 15px;
  margin: 0;
  font-weight: 300;
  line-height: 18px;
  margin-top: 10px;
}

.get-touch {
  padding-bottom: 80px;
}

.get-touch h2 {
  color: #000000;
  font-size: 55px;
}

.get-touch p {
  color: #333333;
  font-size: 16px;
}

.get-touch input {
  margin-bottom: 30px;
  padding: 15px 30px;
  width: 100%;
  border: none;
  background: transparent;
  border-radius: 0px;
  /* border: 1px solid #b7b7b7; */
  box-shadow: 0px 0px 1px 1px #b7b7b7;
}

.get-touch textarea {
  margin-bottom: 20px;
  padding: 15px 30px;
  width: 100%;
  border: none;
  resize: none;
  height: 200px;
  border-radius: 5px;
  background: transparent;
  border-radius: 0px;
  /* border: 1px solid #b7b7b7; */
  box-shadow: 0px 0px 1px 1px #b7b7b7;
}

.get-touch button {
  background-color: var(--brownclr);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 200px;
  height: 55px;
  border: 0px;
  border-radius: 50px;
  margin: 10px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px 0 25px;
}

.get-touch button i {
  background: #fff;
  color: var(--brownclr);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}

.get-touch button:hover i {
  transform: scale(1.2) rotate(45deg);
  margin-right: -5px;
  box-shadow: 0 0 3px 0 #4e4e4e;
  transition: all 0.3s ease-in-out;
}

.cont-box i {
  background: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blueclr);
  font-size: 25px;
}

.cont-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-image: linear-gradient(to top, var(--theme), var(--theme));
  z-index: -1;
  transition: 0.5s;
}

.cont-box:hover:before {
  height: 100%;
}

.cont-box:hover p,
.cont-box:hover a,
.cont-box:hover h2 {
  color: #fff;
}

.cont-box:hover img {
  filter: brightness(100);
}

section.get-touch iframe {
  border-radius: 20px;
}

.any-quest-input label {
  color: #5d5d5d;
  font-size: 15px;
  padding-bottom: 5px;
  font-weight: 400;
}

.phone-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-heading {
  margin-bottom: 40px;
}

.contact-heading h2 {
  font-size: 60px;
  color: #000;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.contact-heading p {
  font-size: 14px;
  font-weight: 300;
  width: 65%;
  margin: 0 auto;
}

/*contact-us*/

/* Checkout Page Start */

.billing_form h3 {
  font-size: 40px;
  color: #000;
  margin: 0;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.billing_form label {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.radiosss p {
  color: #7c7c7c;
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 400;
}

.billing_form input,
.billing_form select {
  width: 100%;
  height: 50px;
  border: 1px solid #c4c4c4;
  margin-bottom: 20px;
  padding-left: 15px;
  background: transparent;
  /* border-radius: 15px; */
  font-size: 14px;
}

.billing_form input::placeholder {
  color: #1c1010 !important;
  font-family: "Montserrat";
}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
  font-size: 12px;
  color: #7c7c7c;
  font-family: "Raleway";
  display: flex;
  justify-content: space-between;
}

.cart_sidebar .cart_lst li span {
  float: right;
  color: #000;
  font-weight: 500;
}

.cart_sidebar .cart_lst li.last {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  font-family: 'Italiana';
}

.cart_sidebar .cart_lst {
  margin-top: 0;
  margin-bottom: 30px;
}

.thankyou_txt {
  padding: 50px;
  border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0;
}

.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}

.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
}

.order_det p {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}

.order_complete_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}

.order_detail_table {
  padding: 40px;
  border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.order_detail_table ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
  margin-bottom: 25px;
}

.order_detail_table ul li {
  font-size: 14px;
  color: #7c7c7c;
}

.order_detail_table ul li span {
  float: right;
}

.order_detail_table ul li:last-child {
  font-weight: 700;
  color: #000;
}

.order_detail_table h6 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;
}

.order_detail_table h6 span {
  float: right;
}

.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.check_menu ul li.purp {
  color: #700ea3;
}

p.p-same-p {
  font-size: 12px;
  background: transparent;
  line-height: 23px;
}

.cart_sidebar {
  padding: 40px 25px;
  border: 1px solid #c4c4c4;
  height: 100%;
}

.cart_sidebar h3 {
  font-size: 24px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 600;
}

.cart_sidebar .h-sub {
  font-weight: 700;
  color: #000000;
  font-size: 26px;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  margin-bottom: 15px;
  line-height: 0;
  padding-bottom: 25px;
  padding-top: 25px;
}

.cart_sidebar h5 span {
  float: right;
}

.cart_sidebar h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 14px;
  line-height: normal;
  padding-top: 0;
}

.cart_sidebar ul li input {
  padding: 0;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  height: 20px;
  width: 20px;
  margin-top: 5px;
  opacity: 0;
  z-index: 999;
}

.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  font-weight: 700;
}

.cart_sidebar ul li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: var(--theme) solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
}

.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form select option {
  color: #000;
}

.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
  color: #b7b7b7;
}

.cart_sidebar form button {
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.checkout_btn {
  padding: 12px 0;
  display: flex;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border: none;
  font-weight: 500;
  background-image: linear-gradient(to top, var(--theme), var(--theme));
  /* border-radius: 15px; */
  text-transform: capitalize;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.checkout_btn:hover {
  background-color: #000;
  color: #fff;
}

ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  margin-bottom: 25px;
}

.h-sub-prod {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #000;
}

.cart_sidebar .radiosss-payments li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(to top, var(--theme), var(--theme));
}

.radiosss-payments .card.card-body {
  padding: 0;
  border: 0;
  margin-left: 0;
  background-color: transparent;
}

.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
  margin: 0;
  padding-bottom: 30px;
}

section.checkout_page.all-section.all-side {
  padding: 100px 0;
}

.billing_form {
  border: 1px solid #8080806e;
  padding: 40px 25px;
  height: 100%;
}

span.chk-price {
  color: #000 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  font-family: 'Raleway';
}

.page-up {
  box-shadow: 1px 1px 5px 1px #000000;
}

.label-black {
  /* color: #000 !important; */
  /* font-weight: 600 !important; */
}

/* Checkout Page End */

/* Cart Page*/

section.add-to-cart {
  padding: 5% 0;
}

.add-to-cart input {
  /* width: 100%; */
  /* text-align: center; */
  /* height: 60px; */
  /* border: 2px solid #78787829; */
  /* font-size: 23px; */
  /* color: #787878bd; */
  /* font-weight: 500; */
  /* margin-top: 24px; */
  /* background: transparent; */
  /* border-radius: 10px; */
  /* font-family: "Raleway"; */
}

.add-to-cart a {
  font-size: 18px;
  display: block;
  text-align: center;
  padding-top: 9px;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  font-family: "Raleway";
}

.add-to-cart h4 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}

.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
  vertical-align: middle;
}

.total-section {
  padding: 30px;
  border: 1px solid #00000038;
  background: #ebebeb;
}

.total-section ul {
  list-style: none;
  margin-bottom: 0;
}

.total-section li {
  font-size: 20px;
  padding-bottom: 20px;
  color: #0000008a;
  font-weight: 400;
  font-family: 'Italiana';
  font-weight: 600;
}

li.color-change {
  color: #000;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 1;
  background: #cdcdcd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  margin: 0 -20px -20px;
  border-radius: 9px;
}

.total-section li.color-change span {
  font-weight: 700;
  font-size: 35px;
  color: var(--theme);
}

.total-section li span {
  float: right;
  color: #000;
  font-weight: 600;
  font-family: 'Raleway';
}

.ship-estimate {
  padding: 20px 40px;
  border: 1px solid #dddddd;
  margin-top: 25px;
}

.ship-estimate li {
  color: #000;
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 500;
}

.ship-estimate ul {
  /* margin-top: 20px;
    margin-bottom: 25px; */
  list-style: none;
}

.ship-estimate ul:last-child {
  margin-top: 40px;
  margin-bottom: 0;
}

.ship-estimate .grey-style {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.proceed a {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  background: linear-gradient(to top, var(--theme), var(--theme));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.proc-checkout-btn .checkout-btn {
  padding: 14px 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border: none;
  font-weight: 500;
  background-image: linear-gradient(to top, var(--theme), var(--theme));
  /* border-radius: 15px; */
  text-transform: capitalize;
  margin-top: 40px;
  border: 1px solid #fff;
}

.or-amazon {
  margin-top: 50px;
  position: relative;
  border: 2px solid #cecece;
  /* top: 25px; */
  padding: 30px 50px;
  border-radius: 5px;
  background: #fff;
}

.or-amazon p {
  font-size: 17px;
  position: absolute;
  background: #f3f3f3;
  top: -18px;
  left: 85px;
  padding: 3px 20px;
  color: #333333;
  display: block;
  text-transform: uppercase;
  border: 2px solid #cecece;
}

.or-amazon a {
  text-decoration: none;
  text-align: center;
}

.product-img {
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
  border-radius: 10px;
}

.add-to-cart .product-img img {
  width: 100%;
  /* border-radius: 5px; */
  border: 1px solid #eeeeee;
  height: 80px;
  object-fit: contain;
  padding: 0;
}

.table> :not(:last-child)> :last-child>* {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Italiana';
  font-weight: 700;
}

.table> :not(caption)>*>* {
  padding: 20px 0.5rem 0;
}

.table-space h3 {
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  text-transform: uppercase;
  font-family: 'Raleway';
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 24px;
}

.space .row {
  align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 0;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: #00000038;
}

th.qty {
  text-align: center;
}

a.remove {
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  color: white;
  background-image: linear-gradient(to top, var(--theme), var(--theme));
  transition: 0.3s all;
  margin-top: -14px;
  line-height: 0;
  border-radius: 50%;
  cursor: pointer;
  padding-bottom: 4px;
}

.table-space h6 {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #cbcbcb;
  font-family: "Raleway";
}

.add-to-cart thead {
  background-color: #ebebeb;
  border: 1px solid #00000038;
}

.space span {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  font-family: "cereM";
  line-height: 30px;
}

table.table tr th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

table.table tr th:nth-child(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.remove:hover {
  transition: 0.3s all;
  background-image: linear-gradient(to bottom, var(--theme), var(--theme));
  color: #fff;
}

.proceed .checkout-btn:hover {
  background-color: #000;
  color: #fff;
}

.gradient {
  text-align: end !important;
}

.checkout-paypal {
  padding: 50px;
  border: 1px solid #e5d5d2;
  margin-top: 50px;
  position: relative;
  background: #ebebeb;
}

.paypal-txt {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ebebeb;
  width: 55%;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5d5d2;
  text-transform: uppercase;
}

.paypal-txt p {
  font-family: "Raleway";
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.proc-sec-1 input {
  width: 60%;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #757575;
  color: #757575;
  float: left;
}

.proc-sec-1 button.apply-coupon {
  padding: 14px 0;
  display: block;
  width: 30%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border: none;
  font-weight: 500;
  background: linear-gradient(to top, var(--theme), var(--theme));
  /* border-radius: 15px; */
  text-transform: capitalize;
  margin-left: 20px;
  border: 1px solid #fff;
  transition: 0.3s all;
}

.proc-sec-1 button.clear-cart {
  padding: 14px 0;
  display: block;
  width: 60%;
  text-align: center;
  color: #757575;
  font-size: 15px;
  border: none;
  font-weight: 400;
  border: 1px solid #757575;
  background-color: transparent;
  text-transform: capitalize;
  margin-left: 20px;
  transition: 0.3s all;
}

.proc-sec-1 button.apply-coupon:hover,
.proc-checkout-btn .checkout-btn:hover {
  background: transparent;
  border: 1px solid #757575;
  color: #757575;
  transition: 0.3s all;
}

.proc-sec-1 button.clear-cart:hover {
  background: linear-gradient(to top, var(--theme), var(--theme));
  color: #fff;
  transition: 0.3s all;
}

.proc-sec-1 {
  width: 100%;
}

.proc-sec-1 form {
  display: flex;
  align-items: center;
  width: 100%;
}

.proceed {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 20px;
}

/* Cart Page*/

/* LOGIN PAGE CSS STRT */

.text-blue {
  color: #100c6c;
}

.text-black {
  color: #000 !important;
}

.log-in-wrap {
  padding: 40px 40px;
  background-color: #ffffff;
  /* border: 1px solid #c4c4c4; */
  float: right;
  width: 100%;
  box-shadow: 0 0 8px 0 #c4c4c4;
}

.form-group {
  margin-bottom: 15px;
}

.log-in-wrap h2 {
  margin: 0 0 20px 0;
  text-align: center;
  color: #0b2240;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Cinzel";
  line-height: 54px;
}

.login_btn {
  width: 100%;
  background-color: var(--theme);
  padding: 10px;
  display: block;
  background: linear-gradient(to top, var(--theme), var(--theme));
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
}

.contact-page-main .form-control {
  height: 55px;
  background-color: #ffffff;
  border-color: #d5d5d5;
}

.log-in-page-main .form-check label.form-check-label {
  font-size: 14px;
  font-weight: 300;
  /* font-family: 'Lato'; */
  margin: 0;
  font-weight: 300;
  color: #000;
}

.form-check-input:checked {
  background-color: var(--theme);
  border-color: var(--theme);
}

.log-in-page-main .form-check,
.forgot-pass {
  display: inline-block;
}

input::placeholder {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  opacity: 0.5;
}

input[type="text"]::placeholder {
  font-size: 15px;
  font-weight: 300;
}

.forgot-pass {
  float: right;
  /* width: 82%;
  text-align: right; */
}

.forgot-pass a {
  font-size: 14px;
  font-weight: 300;
  /* font-family: 'Lato'; */
  margin: 0;
  font-weight: 400;
  color: #b6b5b5;
}

.agree-text {
  color: #b6b5b5;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px;
}

.term-condition {
  font-weight: 600;
  margin-left: 10px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  /* font-size: 15px; */
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 32px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b0afaf;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.login_btn:hover {
  background: transparent;
  border: 2px solid var(--theme);
  color: var(--theme);
  transition: all 0.3s ease-in-out;
}

input#defaultCheck1 {
  border-color: #a08067;
  border-width: 2px;
  border-radius: 0;
}

/* Login Page End */
.menu-btn svg {
  width: 50px;
  height: 50px;
}

.path1,
.path2 {
  stroke-dasharray: 104;
  stroke-dashoffset: -71;
  transition: 1s all ease;
}

.cross {
  stroke-dashoffset: 68;
  stroke: #fff !important;
}

.mline {
  stroke-dasharray: 41;
  stroke-dashoffset: -82;
  transition: 1s all ease;
}

.hide {
  stroke-dasharray: 43;
  stroke-dashoffset: 130;
}

.has-cato>span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.me-15px {
  margin-right: 10px !important;
}

.menu-box {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: #0000004a;
  z-index: 9;
  display: none;
  backdrop-filter: blur(13px);
}

.menu-btn {
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-box>nav {
  position: relative;
  height: 100%;
  width: 22vw;
  margin-left: auto;
  background: #fff;
  padding: 80px 0;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-left: -50vw;
}

[style="display: block;"]>nav {
  margin-left: 0;
  transition: 0.5s ease-out;
}

.menu-box>nav a,
.menu-box>nav>div,
.menu-box>nav .has-cato {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  font-family: var(--primary-font);
  line-height: 1;
  transition: 0.4s ease-in-out;
  display: flex;
  text-align: left;
  padding: 10px 30px;
  align-items: baseline;
  cursor: pointer;
  justify-content: space-between;
}

.menu-box>nav .has-cato>span:after {
  content: "\f105";
  transition: 0.3s ease-in-out;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
}

.menu-box>nav .has-cato:hover:after {
  opacity: 1;
  margin-left: 12px;
}

.overflow-hidden a#menu-btn {
  transform: rotateY(180deg) scale(0.8) translateX(0) translateY(-10px);
  height: 60px !important;
  width: 60px;
  background: #000;
  border-radius: 50%;
  padding-left: 14px;
  margin-left: 0 !important;
}

.sub-cato-box {
  position: absolute;
  height: 108%;
  right: -100%;
  top: 0;
  width: 100%;
  padding: 80px 0;
  background: #fff;
  z-index: 1;
  text-align: left;
  transition: 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}

span.g-back {
  padding: 10px 30px;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Montserrat";
  font-size: 14px;
  cursor: pointer;
}

.sub-cato-box.active {
  right: 0;
}

.menu-box>nav h3 {
  margin: 10px 0;
}

.newlinkr>a {
  padding: 20px 70px !important;
  display: inline-flex !important;
  text-decoration: underline;
  font-size: 18px !important;
  color: #545454 !important;
}

hr+.newlinkr {
  display: grid !important;
  justify-items: start;
  padding: 0 !important;
}

.sub-cato-box>h3 {
  padding: 0 70px;
}

.newlinkr {
  display: grid;
}

.overflow-hidden a#menu-btn {
  transform: rotateY(180deg) scale(0.8) translateX(0) translateY(-10px);
  height: 60px !important;
  width: 60px;
  background: #000;
  border-radius: 50%;
  padding-left: 14px;
  margin-left: 0 !important;
  top: 30px;
}

.sub-cato-box {
  position: absolute;
  height: 108%;
  right: -100%;
  top: 0;
  width: 100%;
  padding: 80px 0;
  background: #fff;
  z-index: 1;
  text-align: left;
  transition: 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}

span.g-back {
  padding: 10px 30px;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Montserrat";
  font-size: 14px;
  cursor: pointer;
}

.sub-cato-box.active {
  right: 0;
}

.menu-box>nav h3 {
  margin: 10px 0;
}

.newlinkr>a {
  padding: 20px 70px !important;
  display: inline-flex !important;
  text-decoration: underline;
  font-size: 18px !important;
  color: #545454 !important;
}

hr+.newlinkr {
  display: grid !important;
  justify-items: start;
  padding: 0 !important;
}

.sub-cato-box>h3 {
  padding: 0 70px;
}

.newlinkr {
  display: grid;
}

/* menu-box */

.me-15px {
  margin-right: 10px !important;
}

.menu-box {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: #ffffff4a;
  z-index: 99999;
  display: none;
  backdrop-filter: blur(13px);
}

.menu-btn {
  position: absolute;
  z-index: 10;
  top: 67px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.menu-box>nav {
  position: relative;
  height: 100%;
  width: 22vw;
  margin-left: auto;
  background: #fff;
  padding: 80px 0;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-left: -50vw;
}

[style="display: block;"]>nav {
  margin-left: 0;
  transition: 0.5s ease-out;
}

.menu-box>nav a,
.menu-box>nav>div,
.menu-box>nav .has-cato {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  font-family: var(--primary-font);
  line-height: 1;
  transition: 0.4s ease-in-out;
  display: flex;
  text-align: left;
  padding: 10px 30px;
  align-items: baseline;
  cursor: pointer;
  justify-content: space-between;
}

.menu-box>nav .has-cato>span:after {
  content: "\f105";
  transition: 0.3s ease-in-out;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
}

.menu-box>nav .has-cato:hover:after {
  opacity: 1;
  margin-left: 12px;
}

/* menu-box */
/* menu-icon */

.menu-btn svg {
  width: 40px;
  height: 40px;
}

.path1,
.path2 {
  stroke-dasharray: 104;
  stroke-dashoffset: -71;
  color: #fff !important;
  transition: 1s all ease;
  filter: invert(1);
}

.cross {
  stroke-dashoffset: 68;
  stroke: #fff !important;
  filter: opacity(1.5);
}

.mline {
  stroke-dasharray: 41;
  stroke-dashoffset: -82;
  transition: 1s all ease;
  filter: invert(1);
}

.hide {
  stroke-dasharray: 43;
  stroke-dashoffset: 130;
}

.has-cato>span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* menu-icon */
.explore-btn.banner-btn {
  position: inherit;
  left: inherit;
  bottom: inherit;
}

.explore-btn.banner-btn a {
  background: #fff;
  color: #000;
  font-weight: 600;
}

.weekend_sale img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
}

.weekend_sale {
  position: relative;
  background: var(--theme);
  border-radius: 10px;
}

.week_over {
  padding: 80px 30px;
}

.week_over h4 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  font-family: "Raleway", sans-serif;
}

.week_over h3 {
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 50px;
}

.week_over h3 span {
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}

.week_over a {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 5px;
  background: #fff;
}



.brd-pad {
  border-top: 2px solid #b7b7b7;
  padding-top: 40px;
  display: flex;
  align-items: center;
  margin-top: 0;
}

.sign_up ul {
  text-align: right;
}

.sign_up ul li form {
  position: relative;
}

.sign_up ul li form input {
  width: 100%;
  border-radius: 5px;
  padding-left: 15px;
  height: 50px;
  font-family: 'Raleway', sans-serif;
  color: #000;
  border: 1px solid #000;
}

.new-collection-slider1 .slick-prev {
  left: -40px;
  z-index: 1;
}

.sign_up ul li form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: 50px;
  padding: 0px 30px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  background: var(--theme);
}

.sign_up ul li:last-child {
  width: 50%;
  margin-left: 15px;
}

.explore-num {
  /* text-align: center; */
  border-left: 2px solid #8080804f;
  padding-left: 30px;
  margin: 40px 0;
}



.couter-span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.couter-span span {
  color: #b8957b;
  font-size: 40px;
}

.counting {
  font-size: 34px;
  color: var(--theme);
  line-height: 10px;
}

.explore-num p {
  text-transform: capitalize;
}


.explore-text h2 {
  color: #000;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  width: 90%;
  font-size: 40px;
}

.industry-box {
  margin: 0 auto;
  margin-bottom: 10px;
  border: 1px solid #80808047;
  border-radius: 50%;
  height: 110px;
  text-align: center;
  width: 110px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: 0.6s all ease-in-out;
  flex-direction: column;
  justify-content: space-around;
  background: transparent;
}

.industry-box p {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
}

.industry-box img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: 0 auto 8px;
  mix-blend-mode: darken;
}

section.industry-wrap.all-section {
  padding-top: 0;
}

.industry-box:hover {
  border-color: #7e7e7e;
  background: #f0f0f0;
}

.slick-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme);
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-prev,
.slick-next {
  top: 43%;
}

.slick-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme);
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-slider .slick-prev {
  left: 0;
  z-index: 99;
}

.categories-slider .slick-next {
  right: 0;
}

.wed-slider-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.wed-slider-item {
  position: relative;
}

.wed-slider-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000047;
  top: 0;
  left: 0;
}

.wed-slider-item h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  width: max-content;
  margin: 0;
  transform: translate(-50%, -50%);
  font-size: 35px;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .topsec-left-text h2 {
    padding-left: 50px;
  }

  .menuSec ul li a {
    margin-right: 0;
    font-size: 11px;
  }




  .menusec-loction ul li select {
    padding-right: 0;
  }

  .menusec-loction.chg li a {
    font-size: 16px;
  }

  .menusec-loction.chg ul li img {
    width: 35px;
  }

  .menusec-loction.chg ul {
    gap: 11px;
  }

  .menusec-loction ul li select {
    font-size: 13px;
  }

  .menusec-right-sec {
    gap: 11px;
  }

  .banner_text h1 {
    font-size: 95px;
    line-height: 100px;
  }

  .banner_text h5::before {
    width: 80%;
    left: 108%;
  }

  .banner_text h5 {
    width: fit-content;
  }

  .banimg-slider-item img {
    height: 380px;
  }

  .explore-text h2 {
    font-size: 50px;
    line-height: 55px;
  }

  .industry-slider .slick-next {
    right: 25px;
  }

  .sec-heading h2 {
    font-size: 66px;
  }

  .new-collection-slider1 .slick-prev {
    left: 0;
    z-index: 1;
  }

  .new-collection-slider1 .slick-next {
    right: 20px;
  }

  .custom-dress img {
    height: 650px;
  }

  .custom-dress h2 {
    font-size: 35px;
  }

  .wed-slider-item h2 {
    font-size: 35px;
  }

  .wed-slider-item img {
    height: 300px;
  }

  .men-slider button.slick-next {
    right: 20px;
  }

  .men-slider button.slick-prev {
    left: 0;
    z-index: 1;
  }

  .testi-txt {
    width: 80%;
    top: 188px;
  }

  .follow_Social ul li a i {
    width: 35px;
    height: 35px;
  }

  .follow_Social ul li:not(:first-child) {
    margin: 0 4px;
  }

  .sign_up ul {
    /* text-align: start; */
  }

  .sign_up ul li:last-child {
    width: 55%;
    /* margin: 0; */
  }

  .follow_Social ul {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .topsec-left-text h2 {
    padding-left: 50px;
  }

  .menuSec ul li a {
    margin-right: 15px;
    font-size: 11px;
  }

  .center-sec-icon ul li i {
    font-size: 22px;
  }

  .center-sec-icon ul li a h2 {
    font-size: 9px;
  }

  .center-sec-icon ul {
    gap: 15px;
  }

  .menusec-loction ul li select {
    padding-right: 0;
  }

  .menusec-loction.chg li a {
    font-size: 14px;
  }

  .menusec-loction.chg ul li img {
    width: 30px;
  }

  .menusec-loction.chg ul {
    gap: 11px;
  }

  .menusec-loction ul li select {
    font-size: 10px;
  }

  .menusec-right-sec {
    gap: 11px;
  }

  .banner_text h1 {
    font-size: 75px;
    line-height: 85px;
  }

  .banner_text h5::before {
    width: 80%;
    left: 108%;
  }

  .banner_text h5 {
    width: fit-content;
  }

  .banimg-slider-item img {
    height: 350px;
  }

  .explore-text h2 {
    font-size: 36px;
    line-height: 45px;
  }

  .industry-slider .slick-next {
    right: 25px;
  }

  .sec-heading h2,
  .people-head h3 {
    font-size: 46px;
    line-height: 1;
  }

  .new-collection-slider1 .slick-prev {
    left: 0;
    z-index: 1;
  }

  .new-collection-slider1 .slick-next {
    right: 20px;
  }

  .custom-dress img {
    height: 650px;
  }

  .custom-dress h2 {
    font-size: 30px;
    bottom: 18%;
  }

  .wed-slider-item h2 {
    font-size: 35px;
  }

  .wed-slider-item img {
    height: 300px;
  }

  .men-slider button.slick-next {
    right: 20px;
  }

  .men-slider button.slick-prev {
    left: 0;
    z-index: 1;
  }

  .testi-txt {
    width: 95%;
    top: 188px;
  }

  .follow_Social ul li a i {
    width: 35px;
    height: 35px;
  }

  .follow_Social ul li:not(:first-child) {
    margin: 0 4px;
  }

  .product-item h3 {
    font-size: 22px;
  }

  .sign_up ul {
    text-align: start;
  }

  .sign_up ul li:last-child {
    width: 100%;
    margin: 0;
  }

  .follow_Social ul {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  table.table tr th:nth-child(1) {
    width: 30%;
  }

  .industry-wrap .slick-prev,
  .industry-wrap .slick-next {
    margin: 0 20px;
  }

  .industry-wrap .slick-next {
    right: 0;
  }

  .slick-slider {
    margin-bottom: 60px;
  }

  .slick-prev,
  .slick-next {
    top: 102%;
    margin: 0 40% !important;
  }

  header .center-sec .row {
    justify-content: center;
  }

  .follow_Social ul {
    text-align: center;
  }

  .sign_up ul {
    text-align: center;
  }

  .topsec-left-text {
    text-align: center;
  }

  .topsec-right-text {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .topsec-left-text {
    text-align: center;
  }

  .topsec-soical-link {
    float: left;
    display: block;
    margin: 0;
    margin-left: 0;
  }

  .topsec-soical-link ul {
    gap: 0;
    margin: 0;
  }

  .topsec-soical-link ul li a {
    color: #fff;
  }

  .topsec-paga-link {
    margin-bottom: 15px;
  }

  .topsec-select {
    position: relative;
    float: right;
    width: 80px;
    border: 1px solid #000;
  }

  .overflow-hidden a#menu-btn {
    transform: rotateY(180deg) scale(0.8) translateX(0) translateY(0);
  }

  .menu-box>nav {
    width: 80vw;
  }

  .center-input-box {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .center-input-box-icon-2 {
    left: 5%;
    width: 16px;
    top: 8px;
  }

  .center-sec-icon ul {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: space-around;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    background: var(--brownclr);
    left: 0;
    padding: 15px 0;
    bottom: 0;
    z-index: 10000;
  }

  .logo-sec img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .menusec-right-sec {
    /* display: block; */
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 20px;
  }

  .menusec-loction.chg {
    display: none;
  }

  .menusec-loction.chg ul {
    justify-content: center;
    gap: 10px;
  }

  .banner_text {
    width: 100%;
    margin-bottom: 30px;
  }

  .carousel-item {
    height: auto;
  }

  .banner_text h1 {
    font-size: 65px;
    line-height: 75px;
  }

  .banimg-slider-item {
    width: 100%;
  }

  .explore-text h2 {
    line-height: 65px;
    width: 100%;
    font-size: 48px;
  }

  .Explore-millions {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .explore-text {
    margin-bottom: 40px;
  }

  .Explore-millions .col-lg-6 {
    width: 50%;
  }

  .explore-num p {
    text-transform: capitalize;
    font-size: 12px;
    line-height: 27px;
  }

  .explore-num {
    padding-left: 10px;
  }

  .industry-box {
    margin: 0 auto 10px;
  }

  .industry-slider .slick-prev {
    left: 15px;
  }

  .industry-slider .slick-next {
    right: 35px;
  }

  .sec-heading h2 {
    color: #000000;
    font-size: 49px;
  }

  .new-collection-slider1 .slick-prev {
    left: 15px;
    z-index: 9999;
  }

  .new-collection-slider1 .slick-next {
    right: 35px;
  }

  .custom-dress h2 {
    width: 100%;
    bottom: 10%;
    /* font-size: 38px; */
  }

  .custom-dress::before {
    width: 90%;
    height: 90%;
    top: 49%;
  }

  .wedding-dress-slider .slick-slide {
    margin: 0;
  }

  .wed-slider-item h2 {
    font-size: 45px;
    line-height: 34px;
  }

  .custom-dress {
    margin-bottom: 45px;
  }

  .men-slider .slick-prev {
    left: -2px;
    z-index: 9;
  }

  .men-slider .slick-next {
    right: 25px;
  }

  .people-head h3 {
    font-size: 40px;
    line-height: 45px;
  }

  .people-sec {
    padding-top: 0px;
  }

  .testi-txt h5 {
    font-size: 22px;
    letter-spacing: 6px;
  }

  .testi-txt {
    right: -180px;
    width: 130%;
    top: 193px;
  }

  .nike-zoom-silder-number {
    bottom: 8%;
    left: 8.3%;
    width: 40%;
  }

  footer .all-side-padding {
    padding: 0px 20px;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .follow_Social ul li:not(:first-child) {
    margin: 0 2px;
  }

  .follow_Social ul li a i {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
  }

  .follow_Social ul li span {
    font-size: 13px;
  }

  .sign_up ul li:last-child {
    width: 100%;
    margin-left: 0;
  }

  .sign_up ul li span {
    text-align: start;
    margin-bottom: 10px;
    display: block;
  }

  .sign_up ul li {
    display: inline-block;
    width: 100%;
  }

  .inner-banner-heading {
    position: absolute;
    width: 45%;
    bottom: 6%;
  }

  .inner-banner-heading h1 {
    font-size: 45px;
    color: #1a1a1a;
    line-height: 50px;
  }

  .inner-banner-heading p {
    padding-right: 10px;
    font-size: 13px;
    line-height: 25px;
  }

  .banner-categories1:before {
    width: 47vw;
    height: 230px;
    bottom: 0;
  }

  .banner_img1 img {
    width: 398px;
    position: absolute;
    bottom: auto;
    right: 0;
    z-index: 0;
    top: 30px;
  }

  section.productsec {
    padding: 30px 0 60px;
    position: relative;
  }

  .product-detail {
    padding-top: 50px;
  }

  .top-section h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .addtocart a {
    padding: 6px 25px;
    FONT-SIZE: 12PX;
  }

  .social-icon-detail {
    margin-top: 40px;
    text-align: center;
  }

  .related-prod .product-item {
    margin-bottom: 30px;
  }

  .table> :not(:last-child)> :last-child>* {
    font-size: 12px;
    padding: 20px 4px;
  }

  .add-to-cart thead tr th {
    width: auto;
  }

  .table-space h3 {
    font-size: 13px;
    line-height: 20px;
    padding-left: 10px;
  }

  .table> :not(caption)>*>* {
    padding: 20px 0.1rem;
  }

  a.remove {
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    color: white;
    background-image: linear-gradient(to top, var(--theme), var(--theme));

    transition: 0.3s all;
    position: relative;
    top: -8px;
  }

  .proc-sec-1 button.clear-cart {
    margin-left: 3px;
  }

  .proc-sec-1 button.apply-coupon {
    font-size: 15px;
    margin-left: 5px;
  }

  .billing_form h3 {

    font-size: 30px;
  }

  section.checkout_page.all-section.all-side {
    padding: 40px 0;
  }

  .log-in-wrap {
    padding: 40px 10px;
  }

  .contact-heading h2 {
    font-size: 50px;
  }

  .contact-heading p {
    font-size: 15px;

    font-weight: 300;
    width: 95%;
  }

  .cont-box {
    margin-bottom: 20px;

  }

  .get-touch button {
    width: 160px;
  }

  .menu-btn svg {
    width: 35px;
    height: 35px;
  }

  .slicknav_menu {
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 100%;
    background: transparent;
  }

  .topSec {
    border: 0;
    padding: 0;
  }

  .logo-sec a img {
    width: 65%;
  }

  .slicknav_btn {
    margin-top: 12px;
  }

  .center-input-box input {
    height: 45px;
    margin-top: 0;
  }

  .center-input-box-icon {
    width: 45px;
    height: 45px;
    top: 0;
  }

  .center-input-box:before {
    height: 45px;
    left: 12%;
  }

  .center-sec-icon ul li i {
    font-size: 18px;
    color: #fff;
  }

  .center-sec-icon ul li h2 {
    color: #fff !important;
    font-size: 12px !important;
  }

  .center-sec-icon ul li span {
    font-size: 10px;
    width: 15px;
    height: 15px;
    right: -10px;
  }

  .whishlist-btn span {
    right: 2px !important;
  }

  .slicknav_nav:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: var(--brownclr);
    left: 0;
    top: 0;
    z-index: -1;
    box-shadow: 0 0 5px 0 #000;
    transition: 1s all;
  }

  .slicknav_open+.slicknav_nav:before {
    height: 110%;
  }

  .banimg-slider-item img {
    height: 400px;
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
  }

  .banner_text h5::before {
    width: 45%;
    right: -68px;
    left: unset;
  }

  .banner_text h5 {
    width: fit-content;
  }

  .custom-dress img {
    height: 500px;
  }

  .menusec-loction.chg {
    display: block;
  }

  .menusec-loction.chg li a {
    font-size: 14px;
    margin: 0;
  }

  .menusec-loction ul li select {
    padding-right: 6px;
  }

  .menusec-loction.chg ul li img {
    width: 28px;
  }

  .product-item h3 {
    /* font-size: 20px; */
    line-height: 30px;
  }

  .progress {
    left: 22%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .table-space h3 {
    font-size: 13px;
    line-height: 24px;
    padding-left: 0;
    margin-top: 18px;
  }

  .add-to-cart thead tr th {
    width: 37%;
  }

  .add-to-cart .product-img img {
    width: 160px;
    height: 120px;
  }

  .space .row {
    align-items: start;
  }

  .add-to-cart h4.countyy {
    margin-top: -70px;
    padding-left: 35%;
  }

  .add-to-cart tr td:nth-child(4) h4 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-top: -30px;
  }

  .add-to-cart tr td:nth-child(5) a {
    margin-left: auto;
    top: -55px;
  }

  .table-responsive {
    overflow: hidden;
  }

  .add-to-cart th {
    display: none;
  }

  .add-to-cart tr {
    display: block;
  }

  .add-to-cart tr td {
    display: block;
    border: 0;
    padding: 10px;
  }

  .add-to-cart tr td {
    text-align: left;
  }

  .add-to-cart tr td h4 {
    text-align: left;
    justify-content: start;
  }

  .countyy>span {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .add-to-cart tr td:nth-child(3) {
    display: none;
  }

  .topsec-left-text {
    text-align: center;
  }

  .topsec-right-text {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .topsec-left-text {
    text-align: center;
  }

  .topsec-soical-link {
    float: left;
    display: block;
    margin: 0;
    margin-left: 0;
  }

  .topsec-soical-link ul {
    gap: 0;
    margin: 0;
  }

  .topsec-soical-link ul li a {
    color: #fff;
  }

  .topsec-paga-link {
    margin-bottom: 15px;
  }

  .topsec-select {
    position: relative;
    float: right;
    width: 80px;
    border: 1px solid #000;
  }

  .overflow-hidden a#menu-btn {
    transform: rotateY(180deg) scale(0.8) translateX(0) translateY(0);
  }

  .menu-box>nav {
    width: 80vw;
  }

  .center-input-box {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .center-input-box-icon-2 {
    left: 3%;
    top: 17px;
  }

  .center-sec-icon ul {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: space-around;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    background: var(--brownclr);
    left: 0;
    padding: 15px 0;
    bottom: 0;
    z-index: 10000;
  }

  .logo-sec img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .menusec-right-sec {
    /* display: block; */
    display: flex;
    align-items: start;
    justify-content: center;
  }

  .menusec-loction.chg {
    display: none;
  }

  .menusec-loction.chg ul {
    justify-content: center;
    gap: 10px;
  }

  .banner_text {
    width: 100%;
    margin-bottom: 30px;
  }

  .carousel-item {
    height: 100vh;
  }

  .banner_text h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .banimg-slider-item {
    width: 100%;
  }

  .explore-text h2 {
    line-height: 45px;
    width: 100%;
    font-size: 35px;
  }

  .Explore-millions {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .explore-text {
    margin-bottom: 40px;
  }

  .Explore-millions .col-lg-6 {
    width: 50%;
  }

  .explore-num p {
    text-transform: capitalize;
    font-size: 12px;
    line-height: 27px;
  }

  .explore-num {
    padding-left: 10px;
  }

  .industry-box {
    margin: 0 auto 30px;
  }

  .industry-slider .slick-prev {
    left: 15px;
  }

  .industry-slider .slick-next {
    right: 35px;
  }

  .sec-heading h2 {
    color: #000000;
    font-size: 45px;
  }

  .new-collection-slider1 .slick-prev {
    left: 15px;
    z-index: 9999;
  }

  .new-collection-slider1 .slick-next {
    right: 35px;
  }

  .custom-dress h2 {
    width: 100%;
    bottom: 10%;
    font-size: 38px;
  }

  .custom-dress::before {
    width: 90%;
    height: 90%;
    top: 49%;
  }

  .wedding-dress-slider .slick-slide {
    margin: 0;
  }

  .wed-slider-item h2 {
    font-size: 38px;
    line-height: 34px;
  }

  .custom-dress {
    margin-bottom: 45px;
  }

  .men-slider .slick-prev {
    left: -2px;
    z-index: 9;
  }

  .men-slider .slick-next {
    right: 25px;
  }

  .people-head h3 {
    font-size: 40px;
    line-height: 45px;
  }

  .people-sec {
    padding-top: 0px;
  }

  .testi-txt h5 {
    font-size: 22px;
    letter-spacing: 6px;
  }

  .testi-txt {
    right: -100px;
  }

  .nike-zoom-silder-number {
    bottom: 8%;
    left: 11.3%;
    width: 70%;
  }

  footer .all-side-padding {
    padding: 0px 20px;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .follow_Social ul li:not(:first-child) {
    margin: 0 2px;
  }

  .follow_Social ul li a i {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
  }

  .follow_Social ul li span {
    font-size: 13px;
  }

  .sign_up ul li:last-child {
    width: 100%;
    margin-left: 0;
  }

  .sign_up ul li span {
    text-align: start;
    margin-bottom: 10px;
    display: block;
  }

  .sign_up ul li {
    display: inline-block;
    width: 100%;
  }

  .inner-banner-heading {
    position: absolute;
    width: 70%;
    bottom: 6%;
  }

  .inner-banner-heading h1 {
    font-size: 45px;
    color: #1a1a1a;
    line-height: 50px;
  }

  .inner-banner-heading p {
    padding-right: 15px;
    font-size: 13px;
    line-height: 24px;
  }

  .banner-categories1:before {
    width: 100vw;
    height: 200px;
    bottom: 0;
  }

  .banner_img1 img {
    width: 234px;
    position: absolute;
    bottom: auto;
    right: 0;
    z-index: 0;
    top: 30px;
  }

  section.productsec {
    padding: 30px 0 60px;
    position: relative;
  }

  .product-detail {
    padding-top: 0;
  }

  .top-section h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .addtocart a {
    padding: 8px 25px;
  }

  .social-icon-detail {
    margin-top: 40px;
    text-align: center;
  }

  .related-prod .product-item {
    margin-bottom: 30px;
  }

  .table> :not(:last-child)> :last-child>* {
    font-size: 12px;
    padding: 20px 4px;
  }

  .add-to-cart thead tr th {
    width: 37%;
  }

  .table-space h3 {
    font-size: 13px;
    line-height: 20px;
    padding-left: 10px;
  }

  .table> :not(caption)>*>* {
    padding: 20px 0.1rem;
  }

  a.remove {
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    color: white;
    background-image: linear-gradient(to top, var(--theme), var(--theme));

    transition: 0.3s all;
    position: relative;
    top: -8px;
  }

  .proc-sec-1 button.clear-cart {
    margin-left: 3px;
  }

  .proc-sec-1 button.apply-coupon {
    font-size: 15px;
    margin-left: 5px;
  }

  .billing_form h3 {

    font-size: 30px;
  }

  section.checkout_page.all-section.all-side {
    padding: 40px 0;
  }

  .log-in-wrap {
    padding: 40px 10px;
  }

  .contact-heading h2 {
    font-size: 50px;
  }

  .contact-heading p {
    font-size: 15px;

    font-weight: 300;
    width: 95%;
  }

  .cont-box {
    margin-bottom: 20px;

  }

  .get-touch button {
    width: 170px;
  }

  .menu-btn svg {
    width: 35px;
    height: 35px;
  }

  .slicknav_menu {
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 100%;
    background: transparent;
  }

  .topSec {
    border: 0;
    padding: 0;
  }

  .logo-sec a img {
    width: 40%;
  }

  .slicknav_btn {
    margin-top: 12px;
  }

  .center-input-box input {
    height: 45px;
    margin-top: 10px;
  }

  .center-input-box-icon {
    width: 45px;
    height: 45px;
    top: 10px;
  }

  .center-input-box:before {
    top: 10px;
    height: 45px;
    left: 12%;
  }

  .center-sec-icon ul li i {
    font-size: 18px;
    color: #fff;
  }

  .center-sec-icon ul li h2 {
    color: #fff !important;
    font-size: 10px !important;
  }

  .center-sec-icon ul li span {
    font-size: 10px;
    width: 15px;
    height: 15px;
    right: -10px;
  }

  .whishlist-btn span {
    right: 2px !important;
  }

  .slicknav_nav:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: var(--brownclr);
    left: 0;
    top: 0;
    z-index: -1;
    box-shadow: 0 0 5px 0 #000;
    transition: 1s all;
  }

  .slicknav_open+.slicknav_nav:before {
    height: 110%;
  }

  .banimg-slider-item img {
    height: 280px;
    border-radius: 60px 6px;
  }

  .banner_text h5::before {
    width: 45%;
    right: -68px;
    left: unset;
  }

  .banner_text h5 {
    width: fit-content;
  }

  .custom-dress img {
    height: 500px;
  }

  .menusec-loction.chg {
    display: block;
  }

  .menusec-loction.chg li a {
    font-size: 14px;
    margin: 0;
  }

  .menusec-loction ul li select {
    padding-right: 6px;
  }

  .menusec-loction.chg ul li img {
    width: 28px;
  }

  .product-item h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .progress {
    bottom: 11%;
    left: 27%;
  }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .foot_logo .foot-logo {
    width: 30%;
  }

  .invoice-popup .table-responsive td.col-md-4 {
    width: 30%;
  }

  .invoice-popup table.table.border {
    width: 1100px;
  }

  .invoice-popup .table-responsive {
    overflow-x: scroll;
  }

  .card-body.mx-4>p {
    font-size: 24px !important;
    display: block !important;
  }

  .card-body.mx-4>p span {
    display: block;
    text-align: right;
    margin-top: 20px;
  }

  .serach-boxxs {
    margin-top: -10px !important;
    width: 100% !important;
  }

  section.product-detail.pt-8 .row.justify-content-center {
    flex-direction: column-reverse;
  }

  span.prod-det-disc-rp {
    font-size: 30px;
  }

  .price_rev h3 strike {
    font-size: 15px;
  }

  .product-body+.slick-slider {
    margin: 0 0 40px -20px !important;
  }

  .cate-boxxtype h2 {
    font-size: 17px !important;
    padding: 10px 10px !important;
    margin-top: 10px !important;
    box-shadow: 0 0 6px 0 #0000001f !important;
  }

  button.btn-close {
    height: 35px;
    width: 35px;
    right: 10px;
    position: absolute;
    background: #ff5a5a;
    border-radius: 50%;
    opacity: 1;
    font-size: 26px;
    padding: 0;
    color: #fff;
    top: 10px;
  }

  .categories-panelbody {
    height: auto;
  }

  .add-to-cart th {
    display: none;
  }

  .add-to-cart tr {
    display: block;
  }

  .add-to-cart tr td {
    display: block;
    border: 0;
    padding: 10px;
  }

  .add-to-cart tr td {
    text-align: left;
  }

  .add-to-cart tr td h4 {
    text-align: left;
    justify-content: start;
  }

  .countyy>span {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .add-to-cart tr td:nth-child(3) {
    display: none;
  }

  .slick-track {
    gap: 5px !important;
  }

  .industry-wrap .slick-arrow {
    top: 42%;
  }

  .industry-wrap .slick-prev {
    left: -33px;
  }

  .dataTables_wrapper {
    overflow-x: scroll;
  }

  .dataTables_wrapper table {
    width: 900px !important;
  }

  .dataTables_wrapper table * {
    font-size: 10px !important;
  }

  .slick-prev,
  .slick-next {
    margin: 0 50px;
    top: 100%;
  }

  .topsec-left-text {
    text-align: center;
  }

  .topsec-right-text {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  div#newsletter-response {
    position: unset !important;
    margin-top: 0 !important;
    text-align: left !important;
  }

  .topsec-left-text {
    text-align: center;
  }

  .topsec-soical-link {
    float: left;
    display: block;
    margin: 0;
    margin-left: 0;
  }

  .topsec-soical-link ul {
    gap: 0;
    margin: 0;
  }

  .topsec-soical-link ul li a {
    color: #fff;
  }

  .topsec-paga-link {
    margin-bottom: 15px;
  }

  .topsec-select {
    position: relative;
    float: right;
    width: 80px;
    border: 1px solid #000;
  }

  .overflow-hidden a#menu-btn {
    transform: rotateY(180deg) scale(0.8) translateX(0) translateY(0);
    z-index: 9999999;
  }

  .menu-box>nav {
    width: 80vw;
  }

  .center-input-box {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .center-input-box-icon-2 {
    left: 3%;
    top: 17px;
  }

  .center-sec-icon ul {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: space-around;
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    background: var(--brownclr);
    left: 0;
    padding: 15px 0;
    bottom: 0;
    z-index: 10000;
  }

  .center-sec-icon ul li a {
    position: relative;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }

  .center-sec-icon ul li {
    flex: 1;
  }

  .logo-sec img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .menusec-right-sec {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .menusec-loction.chg {
    display: none;
  }

  .menuSec ul {
    justify-content: end;
  }

  .banner_text {
    width: 100%;
    margin-bottom: 30px;
  }

  .carousel-item {
    height: auto;
  }

  .banner_text h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .banimg-slider-item {
    width: 100%;
  }

  .explore-text h2 {
    line-height: 45px;
    width: 100%;
    font-size: 35px;
  }

  .Explore-millions {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .explore-text {
    margin-bottom: 40px;
  }

  .Explore-millions .col-lg-6 {
    width: 50%;
  }

  .explore-num p {
    text-transform: capitalize;
    font-size: 12px;
    line-height: 27px;
  }

  .explore-num {
    padding-left: 10px;
  }

  .industry-box {
    margin: 0 auto 30px;
  }

  .industry-slider .slick-prev {
    left: 15px;
  }

  .industry-slider .slick-next {
    right: 35px;
  }

  .sec-heading h2 {
    color: #000000;
    font-size: 30px;
    margin: 0 10px 20px;
  }

  .new-collection-slider1 .slick-prev {
    left: 15px;
    z-index: 9999;
  }

  .new-collection-slider1 .slick-next {
    right: 35px;
  }

  .custom-dress h2 {
    width: 100%;
    bottom: 10%;
    font-size: 28px;
  }

  .custom-dress::before {
    width: 90%;
    height: 90%;
    top: 49%;
  }

  .wedding-dress-slider .slick-slide {
    margin: 0;
  }

  .wed-slider-item h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .custom-dress {
    margin-bottom: 45px;
    margin-top: 50px;
  }

  .men-slider .slick-prev {
    left: -2px;
    z-index: 9;
  }

  .men-slider .slick-next {
    right: 25px;
  }

  .people-head h3 {
    font-size: 40px;
    line-height: 45px;
  }

  .people-sec {
    padding-top: 0px;
  }

  .testi-txt h5 {
    font-size: 22px;
    letter-spacing: 6px;
  }

  .testi-txt {
    right: -100px;
  }

  .nike-zoom-silder-number {
    bottom: 6%;
    left: 6%;
    width: 85%;
  }

  footer .all-side-padding {
    padding: 0px 20px;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .follow_Social ul li:not(:first-child) {
    margin: 0 2px;
  }

  .follow_Social ul li a i {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
  }

  .follow_Social ul li span {
    font-size: 13px;
  }

  .sign_up ul li:last-child {
    width: 100%;
    margin-left: 0;
  }

  .sign_up ul li span {
    text-align: left;
    margin-bottom: 10px;
    display: block;
  }

  .sign_up ul li {
    display: inline-block;
    width: 100%;
  }

  .inner-banner-heading {
    position: absolute;
    width: 100%;
    bottom: 6%;
  }

  .inner-banner-heading h1 {
    font-size: 45px;
    color: #1a1a1a;
    line-height: 50px;
  }

  .inner-banner-heading p {
    padding-right: 15px;
    font-size: 13px;
    line-height: 22px;
  }

  .banner-categories1:before {
    width: 100vw;
    height: 220px;
    bottom: 0;
  }

  .banner_img1 img {
    width: 242px;
    position: absolute;
    bottom: auto;
    right: 0;
    z-index: 0;
    top: 0;
  }

  section.productsec {
    padding: 10px 0 60px;
    position: relative;
  }

  .product-detail {
    padding-top: 50px;
  }

  .top-section h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .addtocart a {
    padding: 8px 25px;
  }

  .social-icon-detail {
    margin-top: 40px;
    text-align: center;
  }

  .related-prod .product-item {
    margin-bottom: 30px;
  }

  .table> :not(:last-child)> :last-child>* {
    font-size: 12px;
    padding: 20px 4px;
  }

  .add-to-cart thead tr th {
    width: 37%;
  }

  .add-to-cart .product-img img {
    width: 160px;
    height: 120px;
  }

  .space .row {
    align-items: start;
  }

  .add-to-cart h4.countyy {
    margin-top: -70px;
    padding-left: 35%;
  }

  .add-to-cart tr td:nth-child(4) h4 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-top: -30px;
  }

  .add-to-cart tr td:nth-child(5) a {
    margin-left: auto;
    top: -55px;
  }

  .table-responsive {
    overflow: hidden;
  }

  .table-space h3 {
    font-size: 13px;
    line-height: 24px;
    padding-left: 0;
    margin-top: 18px;
  }

  .table> :not(caption)>*>* {
    padding: 20px 0.1rem;
  }

  a.remove {
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    color: white;
    background-image: linear-gradient(to top, var(--theme), var(--theme));
    transition: 0.3s all;
    position: relative;
    top: 0;
  }

  .proc-sec-1 button.clear-cart {
    margin-left: 3px;
  }

  .proc-sec-1 button.apply-coupon {
    font-size: 15px;
    margin-left: 5px;
    flex: 1;
  }

  .billing_form h3 {

    font-size: 30px;
  }

  section.checkout_page.all-section.all-side {
    padding: 40px 0;
  }

  .log-in-wrap {
    padding: 40px 10px;
  }

  .contact-heading h2 {
    font-size: 40px;
  }

  .contact-heading p {
    font-size: 15px;

    font-weight: 300;
    width: 95%;
  }

  .cont-box {
    margin-bottom: 20px;

  }

  .get-touch button {
    width: 160px;
  }

  .menu-btn svg {
    width: 35px;
    height: 35px;
  }

  .slicknav_menu {
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 100%;
    background: transparent;
  }

  .topSec {
    border: 0;
    padding: 0;
  }

  .logo-sec a img {
    width: 70%;
  }

  .logo-sec {
    margin: -10px auto !important;
  }

  .slicknav_btn {
    margin-top: 12px;
  }

  .center-input-box input {
    height: 45px;
    margin-top: 10px;
  }

  .center-input-box-icon {
    width: 45px;
    height: 45px;
    top: 10px;
  }

  .center-input-box:before {
    top: 10px;
    height: 45px;
    left: 12%;
  }

  .center-sec-icon ul li i {
    font-size: 18px;
    color: #fff;
  }

  .center-sec-icon ul li h2 {
    color: #fff !important;
    font-size: 10px !important;
  }

  .center-sec-icon ul li span {
    font-size: 10px;
    width: 15px;
    height: 15px;
    right: -10px;
    background: #fff;
    color: var(--theme);
  }

  .whishlist-btn span {
    right: 2px !important;
  }

  .slicknav_nav:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: var(--brownclr);
    left: 0;
    top: 0;
    z-index: -1;
    box-shadow: 0 0 5px 0 #000;
    transition: 1s all;
  }

  .slicknav_open+.slicknav_nav:before {
    height: 110%;
  }

  .banimg-slider-item img {
    height: 200px;
  }

  .banner_text h5::before {
    width: 45%;
    right: -68px;
    left: unset;
  }

  .banner_text h5 {
    width: fit-content;
  }

  .custom-dress img {
    height: 380px;
  }

  .menusec-loction.chg:last-child {
    display: block;
    width: 100%;
  }

  .menusec-loction.chg:last-child li a {
    font-size: 14px;
    width: 100%;
    margin: 0;
  }

  .menusec-loction:first-child {
    width: 100%;
  }

  .menusec-loction ul li select {
    padding-right: 6px;
  }

  .menusec-loction.chg ul li img {
    width: 28px;
  }

  .sign_up ul li form {
    text-align: start;
  }

  .sign_up ul li form button {
    position: unset;
    margin-top: 10px;
  }

  .progress {
    width: 20%;
    left: 39%;
    bottom: 8.5%;
  }

}


.logo-sec {
  width: 130px;
  margin: -10px auto;
}

.loading-body {
  position: relative;
  overflow: hidden;
}

.loading-body:after {
  content: '';
  position: fixed;
  height: 100px;
  width: 100px;
  background: url(../images/loading.gif);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999999;
  mix-blend-mode: darken;
}

.loading-body:before {
  content: '';
  position: fixed;
  height: 100%;
  width: 100%;
  background: #ffffff36;
  z-index: 99999;
  backdrop-filter: blur(5px);
}

.err {
  border: 1px solid red !important;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .25);
}

.show-pass {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

span.show-pass.sho>i.d-none {
  display: inline !important;
}

span.show-pass.sho>i:not(.d-none) {
  display: none;
}

.errorr {
  font-size: 12px;
  padding: 2px 10px;
  line-height: 1.5;
  background: #dd6b6b;
  color: #fff;
  border-radius: 99px;
}

button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.err {
  border-color: red !important;
}

.msg-box {
  display: none;
  align-items: center;
  justify-content: center;
  height: auto;
  background: #eee;
  border-radius: 5px;
  margin: 20px auto;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
}

.msg-box.green {
  background: #57bf57;
  display: flex;
}

.msg-box.red {
  display: flex;
  background: #e75f5f;
}

.verification-code--inputs input {
  border: 1px solid var(--theme);
  width: 70px;
  height: 70px;
  padding: 10px;
  text-align: center !important;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
}

.verification-code--inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 22px 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.auth-head {
  padding: 40px;
  text-align: center;
  box-shadow: 0 0 20px 20px #00000005;
  border-radius: 10px;
}

.auth-head a {
  color: #000;
  padding: 3px 15px;
  background: #ffbda0;
  border-radius: 99px;
  font-size: 13px;
}

.loadin:after {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  content: '';
  margin-left: -10px;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.loadin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  pointer-events: none;
}

.side-bar {
  background: var(--theme);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 0 25px 0;
  border-top: 2px solid #fe8d50;
}

.side-bar>a {
  font-size: 15px;
  line-height: 1;
  color: #fff;
  padding: 10px 15px;
}

.side-bar>a:hover,
.side-bar>a.active {
  color: #fff;
  background: #fe8d50;
}

section.user-area {
  padding: 0;
}

.side-bar>a>i {
  font-size: 18px;
  margin-right: 10px;
  width: 18px;
  text-align: center;
}

.body-wrapper {
  padding: 40px;
  background: #fff;
}

.userInfo label {
  display: inline-block;
  font-size: 13px;
  margin: 20px 0 0;
  background: var(--theme);
  padding: 0 20px;
  border-radius: 99px;
  color: #000;
  position: relative;
  top: 15px;
  z-index: 9;
  left: 10px;
  color: #fff;
  text-transform: capitalize;
}

.userInfo input,
.userInfo select,
.userInfo textarea {
  height: 50px;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #eeeeee;
  margin: 5px 0 0;
  padding: 0 20px;
  font-size: 15px;
  outline: none;
}

.body-wrapper h3 {
  text-transform: uppercase;
}

.page-title span {
  margin: 0 20px;
  font-size: 50px;
  line-height: 0;
  position: relative;
  top: 6px;
}

span.dummy-pics {
  font-size: 50px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--theme);
  color: #fff;
}

.upload-btn-wrapper .btn {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--theme);
  position: relative;
  border-bottom: 0;
  color: var(--secondry);
  margin-top: 20px;
  box-shadow: 0px 2px 10px 0px #c1c1c18c;
  padding: 0;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 120px;
  width: 120px;
}

.upload-btn-wrapper .left {
  margin-right: 20px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.select-style {
  position: relative;
}

.select-style select {
  appearance: none !important;
}

.select-style i {
  position: absolute;
  right: 20px;
  top: 23px;
  color: #000;
}

.userInfo textarea {
  height: 150px;
  border-radius: 20px;
  padding: 10px 20px;
}

.upload-btn-wrapper .btn>img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.prd-image-upld {
  position: relative;
}

.prd-image-upld>span {
  height: 320px;
  width: 100%;
  background: #eee;
  border: 2px solid #eeeeee;
  border-radius: 10px;
  font-size: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prd-image-upld>input {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
}

.upload-prd button.login_btn {
  height: 60px;
  border-radius: 8px;
  font-size: 25px;
}

.prd-image-upld img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.Loading {
  font-size: 0;
  padding: 200px 0;
  text-align: center;
  position: relative;
  mix-blend-mode: darken;
  height: 100vh;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.Loading:before {
  content: '';
  height: 50px;
  width: 50px;
  position: absolute;
  background: url(../images/loading.gif);
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: rotate 2s infinite Linear;
}

.prd-img-wrp {
  overflow: hidden;
}

.prd-img-wrp:hover img {
  transform: scale(2);
}

.product-item-mew .prd-img-wrp>img {
  height: 180px;
  object-fit: contain;
  background: #ffff;
  width: calc(100% + 14px);
  margin: 0 -7px 0;
  max-width: initial;
  transition: 0.3s all;
}

.product-item-mew {
  padding: 14px;
  box-shadow: 0 0 5px 0 #00000024;
  border-radius: 5px;
  height: 100%;
  padding-bottom: 20px;
  background: #fff;
}

.product-item-mew h3 {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 16px;
}

.rate>i {
  color: #e79f43;
}

.rate>span {
  padding: 0 10px;
  background: #fe8b50;
  color: #fff;
  border-radius: 30px;
  font-size: 9px;
  margin-left: 4px;
  line-height: 20px;
  text-transform: capitalize;
  white-space: nowrap;
}

.filter-sec {
  padding: 20px 0 0;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 20px 0px #00000024;
}

.price-range>h4 {
  display: block;
  padding: 0;
  outline: none;
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px;
  margin: 0 -5px 20px;
}

.categories-panelbody {
  height: 580px;
  overflow-y: scroll;
}

.categories-panelbody::-webkit-scrollbar {
  width: 6px;
}

.categories-panelbody::-webkit-scrollbar-track {
  background: transparent;
}

.categories-panelbody::-webkit-scrollbar-thumb {
  background-color: var(--theme);
  border-radius: 20px;
}

.supplir>a>span {
  height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  padding-left: 5px;
  border-radius: 5px;
  background: #fbfbfb;
  margin-top: 2px;
  color: #000;
  font-size: 10px;
  box-shadow: inset 0 0 2px 0 #0000001f;
  border: 1px solid #b7b7b7;
  white-space: nowrap;
}

.supplir>a {
  color: #000;
}

span.dis-price+strike {
  margin-left: 6px;
  font-size: 11px;
  color: #999;
}

.archive-header-3 {
  position: relative;
  border-radius: 20px;
  padding: 50px;
  background: #ffffff;
  box-shadow: 0 0 20px 0 #00000014;
}

.vendor-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-network li {
  display: inline-block;
  margin: 0 5px 0 0;
}

.product-rating {
  height: 12px;
  background-repeat: repeat-x;
  background-image: url(../images/rating-stars.png);
  background-position: 0 0;
}

.product-rate {
  background-image: url(../images/rating-stars.png);
  background-position: 0 -12px;
  background-repeat: repeat-x;
  height: 12px;
  width: 60px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.vendor-logo {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background: #b7b7b7;
  overflow: hidden;
}

.vendor-content {
  flex: 1;
}

.slick-track {
  display: flex;
  gap: 20px;
}

.slick-list {
  padding: 20px 0;
}

.vendor-info {
  font-size: 14px;
}

.vendor-info strong {
  font-weight: 600;
  margin: 0 10px;
}

.vendor-info li {
  margin: 0 0 10px;
}

.containers {
  position: relative;
}

.slider {
  position: relative;
  width: 100%;
}

.slider__track,
.slider__range,
.slider__left-value,
.slider__right-value {
  position: absolute;
}

.slider__track,
.slider__range {
  border-radius: 3px;
  height: 5px;
}

.slider__track {
  background-color: #ced4da;
  width: 100%;
  z-index: 1;
}

.slider__range {
  background-color: var(--theme);
  z-index: 2;
}

.slider__left-value,
.slider__right-value {
  color: #000;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
}

.slider__left-value {
  left: -6px;
}

.slider__right-value {
  right: -10px;
}

/* Removing the default appearance */
.thumb,
.thumb::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.thumb {
  pointer-events: none;
  position: absolute;
  height: 0;
  width: 100%;
  outline: none;
  right: 0;
}

.thumb--left {
  z-index: 3;
}

.thumb--right {
  z-index: 4;
}

/* For Chrome browsers */
.thumb::-webkit-slider-thumb {
  background-color: #ced4da;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #ced4da;
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin-top: 4px;
  pointer-events: all;
  position: relative;
}

/* For Firefox browsers */
.thumb::-moz-range-thumb {
  background-color: #ced4da;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #ced4da;
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin-top: 4px;
  pointer-events: all;
  position: relative;
}

.price-range {
  padding: 0 20px 40px;
}

.product-body img {
  width: 100%;
  max-height: 416px;
  object-fit: contain;
}

.price_rev h3 strike {
  color: #6c757d;
  font-family: 'Montserrat';
  font-weight: 500;
  margin-left: 10px;
  font-size: 25px;
}

/* Reviews */
.reviews-members-header {
  display: flex;
  gap: 20px;
  margin: 0 0 10px;
  align-items: center;
}

span.star-rating.float-right {
  float: right;
  color: #e3b364;
  display: flex;
  gap: 2px;
}

.reviews-members-header>div {
  flex: 1;
}

.reviews-members-header p {
  font-size: 14px;
  color: gray;
  margin: 0;
  line-height: 1;
}

.reviews-members .media .mr-3 {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border: 2px solid #eee;
}


.reviews-members .media {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

.reviews-members .media:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: -1;
  opacity: 1;
  top: 0;
  left: 0;
  border: 1px solid #eee;
  box-shadow: 0 0 8px 0 #00000026;
  border-radius: 10px;
}

section.reviews-sec {
  padding: 50px 0 0;
}

.reviews-members-body p {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-family: Raleway;
}

.review-form textarea {
  height: 120px;
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 14px;
  background: #fff;
}

.review-form {
  padding: 30px;
  background: #fff;
  margin-top: 0;
  border-radius: 8px;
  box-shadow: 0 0 13px 0 #0000002b;
  position: relative;
  height: 100%;
}

.review-scroller .slick-arrow {
  visibility: hidden;
}

.review-scroller::-webkit-scrollbar {
  width: 0px;
}

.review-scroller::-webkit-scrollbar-track {
  background: rgb(196, 196, 196);
  border-radius: 99px;
}

.review-scroller::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 99px;
}

.review-form button {
  height: 45px;
  min-width: auto;
}

.review-scroller {
  position: relative;
  padding: 0 20px;
  background: #fff2f1;
  border-radius: 10px;
}

.review-scroller .slick-list {
  min-height: 300px;
  max-height: 300px;
}

.review-scroller .slick-track {
  display: block;
}

.review-scroller .slick-slide {
  margin: 0;
}

.review-scroller .notfound {
  margin-top: 30px;
  border-radius: 20px;
  height: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

.review-scroller .notfound:first-child {
  display: flex;
}

/* Reviews */
.badges-variant {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-flow: wrap;
  align-content: start;
}

.badges-variant>div {
  position: relative;
}

.badges-variant>div>input {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.badges-variant>div>span {
  min-height: 34px;
  padding: 0 20px;
  border: 1px solid #6c757d;
  border-radius: 4px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  position: relative;
}

.badges-variant>div>input:checked+span {
  background: #7a8489;
  color: #fff;
}

p.font-sm {
  font-size: 15px;
  line-height: 1.5;
}

.product-body+.slick-slider {
  margin: -10px 30px 0;
}

.prd-img {
  height: 90px;
  border-radius: 6px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.prd-img>img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product-detail .slick-track {
  gap: 10px;
}

.product-body+.slick-slider .slick-list {
  margin-left: 20px;
}

.menu-box>nav::-webkit-scrollbar {
  width: 6px;
}

.menu-box>nav::-webkit-scrollbar-track {
  background: #eee;
}

.menu-box>nav::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
}

.frequently-list .panel-body li h5 {
  margin: 0;
  font-size: 18px;
}

.category-dbag {
  display: flex;
  flex-flow: wrap;
  gap: 0 10px;
  align-items: center;
  margin-top: 10px;
}

.category-dbag>div {
  font-weight: 700;
  font-size: 9px;
}

.category-dbag span {
  padding: 0 8px;
  background: #ced4da;
  color: #000;
  border-radius: 30px;
  font-size: 10px;
  line-height: 17px;
  display: inline-flex;
  font-weight: 400;
  margin-left: 3px;
}

.brand li span {
  font-size: 18px;
}

.supplir>a>span>img {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  object-fit: cover;
  background: #aab1b9;
  margin-right: 8px;
  border: 1px solid var(--theme);
  padding: 2px;
}

.supplir {
  font-size: 12px;
  font-weight: 600;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex-flow: wrap;
}

.addmore-images {
  position: relative;
}

.addmore-images>div:not(.images-flcss) {
  font-size: 20px;
  color: #767676;
  height: 200px;
  background: #eeeeee;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.addmore-images>input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}

.addmore-images>div>i {
  font-size: 60px;
  color: #000;
}

.images-flcss {
  display: flex;
  align-items: stretch;
  gap: 30px;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #eeeeee;
  flex-flow: wrap;
  justify-content: start;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.images-flcss>img {
  width: 160px;
  background: #e7e2dd;
  object-fit: contain;
  border: 1px solid var(--theme);
  border-radius: 10px;
}

.images-flcss:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #efefef;
  opacity: 1;
  z-index: -1;
}

.box.vendor-content h3 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 30px;
}

span.del-img {
  margin-left: -55px;
  font-size: 20px;
  margin-top: 3px;
  height: 0;
  cursor: pointer;
}

.tox.tox-silver-sink.tox-tinymce-aux {
  display: none;
}

.tox-statusbar {
  display: none !important;
}

.btn-vaiatn {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: var(--theme);
  border-radius: 99px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Italiana';
  font-size: 25px;
}

.add_variation {
  margin-top: 20px;
}

.variant-madal {
  position: fixed;
  height: 440px;
  width: 500px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  box-shadow: 0 0 0 100000px #ffffffc4, 0 0 20px 0 #000000a8;
  z-index: 9999;
  border-radius: 20px;
  padding: 20px;
}

.variant-madal h3 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vairants-boxxs {
  gap: 15px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.vairants-boxxs>input {
  flex: 1;
}

.vairants-boxxs>button {
  width: 48px;
  height: 48px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--theme);
  border-color: var(--theme);
  color: #fff;
}

.variant-madal h3>i {
  cursor: pointer;
}

.badges-variant>div>span>i {
  position: absolute;
  right: 4px;
  cursor: pointer;
}

.badges-variant.mt-3>div>span {
  padding: 0 10px;
}

.badges-variant.mt-3.mb-3 {
  height: 120px;
  overflow-y: scroll;
}

.badges-variant.mt-3.mb-3::-webkit-scrollbar {
  width: 0;
}

.variants-visi {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px 0;
}

.variants-visi>span {
  font-size: 22px;
}

/*======================
    404 page
=======================*/

.page_404 {
  padding: 0 0 40px;
  background: #fff;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url(../images/404.gif);
  height: 360px;
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.four_zero_four_bg h1 {
  font-size: 80px;
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: var(--theme);
  margin: 20px 0;
  display: inline-block;
  border-radius: 99px;
}

.contant_box_404 {
  margin-top: -50px;
}

.notfound:first-child {
  display: block;
}

.notfound {
  display: none;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  color: gray;
}

.prd-box-load {
  height: 300px;
  background: url(../images/skeleton-loading.gif);
  background-size: 224% 109%;
  background-blend-mode: overlay;
  background-color: #ffffff63;
  background-repeat: no-repeat;
  background-position-x: -92px;
  background-position-y: -26px;
}

.product-searched {
  position: absolute;
  z-index: 999;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 20px 0 #00000024;
  border-radius: 10px;
  top: 30px;
  padding-top: 50px;
  padding-bottom: 0;
  max-height: 440px;
  overflow-y: scroll;
  width: 100%;
}

.product-searched .product-verticle.product-item-mew {
  box-shadow: none;
  border: 1px solid #eee;
}

.product-verticle.product-item-mew {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px 0;
  height: auto;
}

.product-verticle.product-item-mew>img {
  height: 100px;
  width: 100px;
  border: 1px solid #eee;
}

.product-verticle.product-item-mew>div {
  flex: 1;
}

.product-verticle.product-item-mew>div h5 {
  font-size: 18px;
  height: 25px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 0 0 10px;
}

.product-verticle.product-item-mew .category-dbag {
  margin-top: 0;
}

.center-input-box form {
  position: relative;
  z-index: 9999;
}

.product-searched::-webkit-scrollbar {
  width: 6px;
}

.product-searched::-webkit-scrollbar-track {
  background: transparent;
}

.product-searched::-webkit-scrollbar-thumb {
  background-color: var(--theme);
  border-radius: 20px;
}

.search-keys h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: var(--theme);
  padding: 0 20px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 3px;
}

.table-space h3:first-child {
  font-family: 'Italiana';
  font-weight: 800;
  font-size: 17px;
  text-align: left;
}

.no-padding {
  padding: 0;
}

.variants-crt {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 1px 5px;
  margin-right: -60px;
}

.variants-crt>h4 {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  gap: 4px;
  margin: 0;
}

.variants-crt>h4>span {
  font-size: 12px;
  font-family: 'Raleway';
  background: var(--theme);
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #fff !important;
  border-radius: 99px;
}

.box-dahsbrd {
  padding: 20px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  align-items: center;
  gap: 20px;
}

.box-dahsbrd>i {
  font-size: 30px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: #00000014;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-dahsbrd h4 {
  margin: 0;
  font-weight: 800;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  width: 150px;
  text-overflow: ellipsis;
}

.box-dahsbrd span {
  font-weight: 600;
  color: #000;
}

.serach-boxxs {
  width: 30%;
  margin-left: auto;
  margin-top: -75px;
  margin-bottom: 30px;
}

.serach-boxxs>input {
  border-color: var(--theme);
}

.cate-boxxtype h2 {
  margin: 0;
  font-size: 30px;
  background: #fff;
  padding: 20px 30px;
  color: #000;
  border-radius: 10px;
  line-height: 1;
  box-shadow: 0 0 20px 0 #0000002b;
  text-transform: capitalize;
}

.category-dbag span a {
  color: #000;
  font-size: 9px;
}

.err-msg {
  align-items: center;
  height: auto;
  background: #ff6060;
  border-radius: 5px;
  margin: 20px auto;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
  display: none;
}

.err-msg.show {
  display: flex;
}

.notfound.cart-not img {
  width: 300px;
}

.cart_sidebar .h-sub span.chk-price {
  font-size: 26px !important;
}

.check-out-crt .row {
  align-items: center;
  margin: 0;
}

.check-out-crt>h4 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  padding: 10px 30px;
  background: #f5f5f5;
  border-radius: 6px;
  display: inline-block;
}

.check-out-crt .product-img>img {
  height: 80px;
  border: 1px solid #c7c7c7;
  width: 100%;
  object-fit: cover;
}

.check-out-crt {
  border-bottom: 1px solid #c7c7c7;
  padding: 8px;
  background: #fff;
  text-align: right;
}

.check-out-crt .variants-crt {
  gap: 5px;
}

.cart_sidebar .cart_lst li.d-block {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 1px solid #d7d7d7;
}

.cart_sidebar .cart_lst li.d-block::-webkit-scrollbar {
  width: 6px;
}

.cart_sidebar .cart_lst li.d-block::-webkit-scrollbar-track {
  background: #eee;
}

.cart_sidebar .cart_lst li.d-block::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}

table.dataTable th,
table.dataTable tbody td {
  padding: 5px !important;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 500;
}

table.dataTable.no-footer {
  border: 1px solid #cfcfcf;
  margin-top: 50px !important;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: white !important;
  border: 1px solid var(--theme) !important;
  background-color: #000 !important;
  background: var(--theme) !important;
}

div#table1_wrapper select,
div#table1_wrapper input {
  border-radius: 9px;
  border: 1px solid #707070;
  padding: 5px 15px;
  background: #fff;
}

table i.fa-eye {
  font-size: 13px;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  cursor: pointer;
}

.invoice-popup {}

.invoice-popup.open {
  display: block;
}

span.close-port {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
}

.card {
  border: 0;
}

table.dataTable {
  text-align: center;
}

.invoice-popup.open .product-img>img {
  height: 80px;
}

img {
  max-width: 100%;
}

.invoice-popup.open th,
.invoice-popup.open td {
  vertical-align: middle;
  text-align: center;
  padding-top: 0;
}

.list-unstyled li {
  margin: 10px 0;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ededed;
  padding: 5px 15px;
  border-radius: 8px;
  font-size: 12px;
  padding-right: 5px;
}

.list-unstyled li b {
  padding: 2px 12px;
  background: var(--theme);
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  text-transform: none;
  font-size: 12px;
  line-height: 22px;
}

.card-body.mx-4>p {
  font-weight: 600;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 1px solid #999c;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-body.mx-4>p>span {
  font-size: 15px;
}

.card-body.mx-4>p>span>b {
  font-weight: 600;
  height: 35px;
  padding: 0 25px;
  background: var(--theme);
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  margin-left: 2px;
}

.action-btnss>a,
.action-btnss>button {
  display: inline-flex;
  height: 28px;
  padding: 0 15px;
  background: #61a9dd;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
}

.action-btnss {
  position: absolute;
  height: 100%;
  width: calc(100% - 24px);
  top: 0;
  left: 0;
  background: #00000024;
  align-items: end;
  justify-content: center;
  gap: 10px;
  right: 0;
  margin: auto;
  display: none;
  padding: 10px 0;
}

.action-btnss>button {
  background: red;
  border: 0;
}

.userInfo .position-relative:hover>.action-btnss {
  display: flex;
}

.variants-visi del {
  text-decoration: none;
  cursor: pointer;
  font-weight: 900;
  color: #000;
}

.review-scrollr {
  height: 330px;
  overflow-y: scroll;
}

.reviews-members {
  margin: 20px;
  margin-left: 0;
}

.review-scrollr::-webkit-scrollbar {
  width: 6px;
}

.review-scrollr::-webkit-scrollbar-track {
  background: transparent;
}

.review-scrollr::-webkit-scrollbar-thumb {
  background-color: #fe4b3c;
  border-radius: 20px;
}

.vendor-content .text-white {
  color: #000 !important;
}

span.profile_picc.mr-3.rounded-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 28px;
}

table.dataTable thead tr {
  background: var(--theme);
}

tr.even {
  background-color: #fff0e2 !important;
}

span.remove-cross {
  position: absolute;
  font-size: 30px;
  color: RED;
  top: 10px;
  z-index: 9999;
  cursor: pointer;
  left: 20px;
}

p.eroor-msg {
  color: red !important;
  display: none;
}

.people-txt ul img {
  height: 100px;
  width: 100px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 20px;
  box-shadow: 0 0 20px 0 #b4927447;
}

.invoice-popup.open thead tr {
  background: var(--theme);
}

.banner_text p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 20px;
}

section.about-sec {
  padding: 60px 0;
}

/*Faqs Page Starts*/

.wrapper {
  width: 100%;
  overflow-y: auto;
}

.faqs-wrapper .box {
  width: 100%;
  margin: 0 0 22px 0;
  padding: 20px 15px;
  background: var(--theme);
  box-shadow: 6px 8px 6px 0 rgb(0 0 0 / 18%);
  border-radius: 3px;
  overflow: hidden;
}

.faqs-wrapper .box .question {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
}

.faqs-wrapper .box .answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s linear;
}

.faqs-wrapper .box .answer.active {
  max-height: 300px;
}

.faqs-wrapper .box .answer__text {
  font-size: 16px;
  margin: 16px 0 0;
  line-height: 1.5;
  color: #fff;
}

.faqs-wrapper .box .question p.question__text,
.answer.active p.answer__text {
  color: #fff !important;
}

.question i {
  color: #fff;
}

.dark-theme .faqs-wrapper .box {
  background: #fff;
  box-shadow: 6px 8px 1.5px 0 rgba(255, 255, 255, 0.2);
}

.dark-theme .faqs-wrapper .box .question p.question__text,
.dark-theme .answer.active p.answer__text,
.dark-theme .question i {
  color: #000 !important;
}


p.question__text {
  font-size: 20px;
  font-weight: 600;
}

section.faqs-sec {
  padding: 80px 0;
}

/*Faqs Page end*/

section.content-only-sec {
  padding: 90px 0;
}

section.content-only-sec h3 {
  margin: 40px 0 10px;
}

section.content-only-sec h1 {
  font-size: 30px;
  color: #393939;
  line-height: 1;
  margin: 20px 0 10px;
  font-weight: 600;
}

section.content-only-sec ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 20px;
}

section.content-only-sec p {
  color: #000;
}

section.add-to-cart thead tr {
  background: var(--theme);
}

.countyy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.countyy input {
  width: 50px;
  text-align: center;
  border: 0;
  background: transparent;
}

.countyy>span {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--theme);
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.carousel-item.active .slick-slider {
  width: 100%;
}

.carousel-item.active .slick-track {
  gap: 0;
}

section.main_slider {
  max-width: 1600px;
  margin: 0 auto;
}

.carousel-caption {
  position: unset;
  height: auto;
  background: transparent;
}

.carousel-item.active .slick-list {
  padding: 0;
}

.new-banner-slider ul.slick-dots {
  bottom: 30px;
}

.new-banner-slider ul.slick-dots button {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 7px 0 #0000003d;
  height: 15px;
  width: 15px;
}

.new-banner-slider ul.slick-dots button:before {
  display: none;
}

.new-banner-slider ul.slick-dots .slick-active button {
  background: #000;
  height: 12px;
  width: 12px;
}

form.strip-checkout {
  background: white;
}

.strip-checkout {
  position: fixed;
  width: 500px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 0 100000px #00000061;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  padding: 50px 30px;
  overflow: hidden;
}

button.btn-theme.mt-4.ss {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border: none;
  font-weight: 500;
  background-image: linear-gradient(to top, var(--theme), var(--theme));
  text-transform: capitalize;
}

.checkout_btn img {
  width: 70px;
  filter: brightness(20.5);
}

.cart_sidebar ul li input~div {
  display: none;
}

.cart_sidebar ul li input:checked~div {
  display: block;
}

.billing_form .errorr {
  float: right;
}

.color-filtr {
  padding: 20px 20px 0;
}

.color-list label {
  display: inline-flex;
  height: 30px;
  padding: 0 20px;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #7c7c7c;
  border: 2px solid #ddd;
  cursor: pointer;
  font-size: 12px;
}

.color-filtr>h4 {
  display: block;
  padding: 0;
  outline: none;
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px;
  margin: 0 -5px 10px;
}

.color-list label.active-clrr,
.color-list label.active-szz {
  background: #5b5b5b;
  color: #fff;
}

ul.radiosss.radiosss-payments.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.logo-sec img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  object-position: left;
  padding: 10px 0;
}

.product-item-mew h4 {
  line-height: 1;
  margin: 0 0 2px;
}

section.related-prod.all-section {
  padding: 30px 0;
}

.drop-rtop {
  position: absolute;
  background: var(--theme);
  left: 0;
  width: 300px;
  top: 100%;
  padding: 18px 0;
  padding-top: 15px;
  z-index: 999;
  display: none;
  border-right: 2px solid #000;
  line-height: 1;
}

.drop-rtop>div {
  position: relative;
  padding: 0 20px;
  margin: 0 0 20px;
}

.sub-dropwna {
  position: absolute;
  background: var(--theme);
  left: 100%;
  width: 260px;
  padding: 0 20px 5px;
  top: 0;
  z-index: 99;
  display: none;
}

.sub-dropwna>a {
  display: block !important;
  margin: 10px 0;
}

.drop-rtop>div:hover .sub-dropwna {
  display: block;
}

li.drop-drown:hover .drop-rtop {
  display: block;
}

.sub-dropwna:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  background: #ffffff9e;
  transform: rotate(45deg);
  left: -5px;
  top: 8px;
}

.btn-new {
  padding: 6px 15px;
  background: var(--theme);
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  text-transform: none;
}

/* Modal Styles */
.stripe-modal {
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0 0 0 / 78%);
  /* Black w/ opacity */
  backdrop-filter: blur(4px);
}

.stripe-modal-content {
  background-color: #ffffff;
  margin: 10% auto;
  /* Centered */
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  /* Adjust based on your preference */
  max-width: 500px;
  /* Max width */
}

.stripe-modal-close-button {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
}

.stripe-modal-close-button:hover {
  color: #000;
}

.stripe-modal-heading {
  font-size: 48px;
  margin-bottom: 10px;
}

.stripe-modal-body {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}

.stripe-connect-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: var(--theme);
  /* Adjust color as needed */
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
}

.stripe-connect-button:hover {
  background-color: #5d402d;
  /* Adjust hover color as needed */
  color: #fff;
}

.invoice-popup.open h4 {
  font-size: 16px;
  line-height: 2;
}

span.sale_count-in {
  position: absolute;
  top: 7px;
  font-size: 12px;
  padding: 0 10px;
  background: #fe4b3c;
  color: #fff;
  border-radius: 0 6px 6px 0;
}

.user-fnaj>img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.user-fnaj {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  list-style: none;
}

.pagination li {
  margin: 0 0.25rem;
}

.pagination .page-link {
  border: none;
  outline: none;
  padding: 0.5rem 1rem;
  background: #e3e3e3;
  /* Apply gradient background */
  color: #414141;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.pagination .page-item.active .page-link {
  background-color: var(--theme);
  color: white;
  cursor: default;
  transform: none;
}

.pagination .page-link:focus {
  outline: none;
  box-shadow: none;
}

.remove-tbnsd {
  position: absolute;
  top: 0;
  right: 10px;
}

.remove-tbnsd {
  position: absolute;
  top: 7px;
  right: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: red;
  font-size: 22px;
}

.bxoedas {
  padding: 20px 6px;
  background: #ffe1de;
  margin: 0 !important;
  border-radius: 10px;
}

.select-tbnsd {
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  top: 7px;
  left: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #6b6b6b;
  padding: 8px 9px;
  border-radius: 5px;
}

.select-tbnsd.selected {
  background: #38ad38;
}

.update-order-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -13px;
  border-radius: 5px;
  width: 300px;
  margin-left: auto;
  margin-bottom: 20px;
}

.update-order-status select {
  flex-grow: 1;
  margin-right: 10px;
  padding: 7px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: border-color 0.3s;
}

.update-order-status select:focus {
  border-color: var(--theme);
  outline: none;
}

.update-order-status .btn-update {
  padding: 7px 20px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  background-color: var(--theme);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}

.update-order-status .btn-update:hover {
  background-color: #fe9051;
}

.update-order-status .btn-update.loadin {
  padding: 5px 20px;
}

.payment-error {
  background-color: #ffcacf;
  border: 1px solid #f5c6cb;
  padding: 6px 10px;
  border-radius: 5px;
  margin: 20px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 20px;
}

.payment-error p {
  margin: 0;
  font-size: 16px;
  color: #721c24;
  font-weight: 800;
}

.payment-error button {
  height: 38px;
  padding: 0 20px;
  border-radius: 99px;
  color: #fff;
  border: 0;
  background: #27b327;
  font-weight: 600;
}

.custom-flex {
  display: flex;
  align-items: self-start;
  padding: 15px;
  padding-bottom: 20px;
}

.custom-avatar {
  margin-right: 1rem;
}

.avatar-icon {
  display: inline-flex;
  background-color: var(--theme) !important;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
}

.custom-content {
  flex: 1;
}

.custom-heading {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.custom-text p {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
  line-height: 1.5;
}

.side-bar .dropdown {
  position: absolute;
  top: -48px;
  left: 0px;
}

.side-bar {
  position: relative;
}

.dropdown-menu.show {
  width: 350px;
  left: 10px;
  top: 60px;
}

.text-reset.notification-item.new .custom-flex {
  background: #ffebe9;
}

.text-reset.notification-item {
  position: relative;
}

.t-min-ago {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 12px;
}

i.mdi.mdi-clock-outline:before {
  content: '\f017';
  font-family: 'Font Awesome 6 Pro';
  font-size: 13px;
  font-style: normal;
  margin-right: 5px;
}

.side-bar .dropdown>button i {
  font-size: 24px;
  color: #fff;
}

span#inquiry-response {
  display: block;
  text-align: center;
  color: #fff !important;
  padding: 0;
  line-height: 2.5;
  border-radius: 6px;
  margin: 0 0 20px;
  font-weight: 500;
}

.side-bar .dropdown>button {
  position: relative;
}

.side-bar .dropdown>button span.badge.bg-danger.rounded-pill {
  position: absolute;
  right: 0;
  background: #454545dd !important;
  font-size: 11px;
}

div#newsletter-response {
  position: absolute;
  right: 4vw;
  margin-top: -30px;
}

i.far.fa-eye-slash.show-pass {
  top: 22px;
}

button.btn-become {
  float: right;
  height: 40px;
  padding: 0 15px;
  border-radius: 6px;
  color: #000;
  border: 2px solid #fe4b3c;
  background: #ffdedb;
  color: #fe4b3c;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -70px;
}

button.btn-become:hover {
  color: #fff;
  background: #fe4b3c;
}

.userInfo label small {
  text-transform: lowercase;
}

.confirmation-box p {
  color: #000;
  font-weight: 600;
}

.confirmation-actions button {
  height: 35px;
  padding: 0 20px;
}

.confirmation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: start;
  z-index: 1000;
  padding-top: 30px;
}

.confirmation-box {
  background: white;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  align-items: center;
  gap: 20px;
}

.btn-confirm {
  background: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}

.btn-cancel {
  background: #f44336;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button.close-btn {
  font-size: 20px;
  background: #ff3737;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}

.StripeElement {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px;
  margin-right: -9px;
}

.StripeElement::-webkit-scrollbar {
  width: 5px;
}

.StripeElement::-webkit-scrollbar-track {
  background: transparent;
}

.StripeElement::-webkit-scrollbar-thumb {
  background-color: #fe4b3c;
  border-radius: 20px;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-start;
  z-index: 9999999999;
}

.mobile-sidebar-content {
  background: white;
  width: 90%;
  max-width: 320px;
  height: 100%;
  overflow-y: auto;
  padding: 0;
  position: relative;
}

.btn-filter {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.021);
  transition: all 0.3s;
  margin-left: auto;
  background: #fe4b3c;
  border: 0;
}

.btn-filter svg {
  height: 16px;
  fill: #fff;
  transition: all 0.3s;
}

.btn-filter:hover {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.11);
  background-color: rgb(59, 59, 59);
}

.btn-filter:hover svg {
  fill: white;
}

@media (max-width: 768px) {
  .side-bar {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    transition: left 0.3s;
    z-index: 9999999;
    padding-top: 50px;
  }

  .side-bar .dropdown {
    top: 8px;
  }

  .side-bar.collapsed {
    left: 0;
  }

  .sidebar-toggle {
    margin-left: auto;
    width: 40px;
    height: 40px;
    display: block;
    margin-top: 20px;
    margin-right: 15px;
    font-size: 20px;
    border-radius: 5px;
    border: 0;
    background: #fe4b3c;
    color: #fff;
    outline: none;
    display: block !important;
  }

  .auth-head {
    padding: 20px;
  }
}

ul.map-marker>li>a {
  display: flex;
  align-items: baseline;
  gap: 10px;
  line-height: 1.3;
  margin: 15px 0;
}

ul.map-marker>li>a>i {
  font-size: 16px;
  color: #fe4b3c;
}

button.sidebar-toggle {
  display: none;
}

.Loading.p-0.h-auto {
  transform: scale(0.5);
  height: 100px !important;
}

section.contact-u .cont-box i {
  background-image: linear-gradient(to top, var(--theme), var(--theme));
  color: #fff;
}

section.contact-u .cont-box:hover i {
  color: #fe4b3c;
  background: #fff;
}

/* new css */

.foot_comp>ul.foot_plys {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.foot_comp>ul.foot_plys>li {
  margin: 0;
}

.foot_comp>ul.foot_plys>li>a>img {
  height: 57px;
  width: 210px;
  object-fit: cover;
  border-radius: 5px;
}
.product-item-mew span.stock {
    background: #ddd;
    padding: 5px 11px;
    font-weight: 600;
    border-radius: 4px;
    color: #000000;
}