@import url('bootstrap.css');
/*@import url('../css/animate.css');*/
@import url('jquery.fancybox.min.css');
@import url('slick.css');
@import url('../../netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('../../cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css');
@import url('../../cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css');
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap");

@import url('../fonts/new_customfont/stylesheet.css');

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap');



.top-nav-flex {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.sub-nav-1 img {
  width: 100%;
}


.sub-nav-2 a {
  text-decoration: none;
  font-size: 19px;
  color: black;
  font-weight: 300;
}

.banner-box {
  background-image: url(../images/banner-box.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 25px 0 20px 34px;
  text-align: left;
  position: relative;
}

.banner-box-2 img {
  position: absolute;
  top: 22%;
  right: 0;
  width: 48%;
}






/*SEPRATOR__START*/

@font-face {
  font-family: "rockwellregular";
  src: url("fonts/rockwell/rock-webfont.html") format("woff2"),
    url("rock-webfont.html") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "rockwellbold";
  src: url("fonts/rockwell/rockwell-bold-webfont.html") format("woff2"),
    url("rockwell-bold-webfont.html") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montextralight_demo";
  src: url("../fonts/mont/mont-extralightdemo-webfont.woff2") format("woff2"),
    url("mont-extralightdemo-webfont.html") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montheavy_demo";
  src: url("../fonts/mont/mont-heavydemo-webfont.woff2") format("woff2"),
    url("mont-heavydemo-webfont.html") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri.woff2") format("woff2"),
    url("../fonts/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HurmeGeometricSans1";
  src: url("../fonts/hemulite/HurmeGeometricSans1-Regular.eot");
  src: url("../fonts/hemulite/HurmeGeometricSans1-Regulard41d.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/hemulite/HurmeGeometricSans1-Regular.woff2") format("woff2"),
    url("../fonts/hemulite/HurmeGeometricSans1-Regular.woff") format("woff"),
    url("../fonts/hemulite/HurmeGeometricSans1-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*@font-face {*/
/*    font-family: 'HurmeGeometricSans1';*/
/*    src: url('../fonts/Hurme/HurmeGeometricSans1.otf') format('otf'),*/
/*        url('../fonts/Hurme/HurmeGeometricSans1.otf') format('otf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Century Gothic';*/
/*    src: url('../fonts/CenturyGothic.woff2') format('woff2'),*/
/*        url('../fonts/CenturyGothic.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Hemulite';*/
/*  src: url('../fonts/hemulite/h') format('woff2'),*/
/*      url('../fonts/CenturyGothic.woff') format('woff');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

:root {
  /*** theme colors ***/
  --theme-color: #f76b1c;
  --theme-white: #ffffff;
  --theme-black: #000000;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Jost", sans-serif;
  /* font-family: 'Open+Sans'; */
  /* font-family: 'Nunito'; */
  overflow-x: hidden;

  /* background: linear-gradient(to right, #FF7E5F, #FFB97F); */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  /*font-family: 'Poppins', sans-serif;*/
  /* font-family: "Jost", sans-serif; */
  font-family: "Inter", sans-serif;
  /* font-family: 'Futurama' !important; */
  /* font-family: 'Montserrat'; */
}

/*a:hover{*/
/*  color: #000;*/
/*}*/

header {
  padding: 20px 0 20px;
}

.menu-btn button {
  background: transparent;
  border: none;
  font-size: 19px;
  font-weight: 400;
}

.menu-btn button img {
  padding-right: 12px;
}

.user-sign a {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
}

.user-sign a p {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.banner-box-img img {
  width: 100%;
  height: 100%;
}

.banner-box {
  background-image: url(../images/banner-box.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 25px 0 20px 34px;
  text-align: left;
  position: relative;
}

.banner-box h3 {
  font-size: 26px;
  font-weight: 700;
}

.banner-box p {
  font-size: 17px;
  font-weight: 400;
  font-family: "Poppins";
  width: 80%;
  margin: 12px 0 40px;
}

.banner-box h5 {
  font-size: 19px;
  font-weight: 500;
  font-family: "Poppins";
  margin-bottom: 15px;
}

.banner-box h2 {
  font-size: 48px;
  font-weight: 800;
  color: var(--theme-color);
  font-family: "Poppins";
}

.banner-box h2 span {
  font-size: 24px;
  color: #bcbcbc;
  position: relative;
}

.banner-box h2 span::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: var(--theme-color);
  position: absolute;
  top: 40%;
  border-radius: 6px;
  transform: rotate(175deg);
}

.banner-box img {
  position: absolute;
  top: 16%;
  right: 0;
  width: 44%;
}

.banner-box-last img {
  top: 20%;
  width: 50%;
  right: -4%;
}

.banner-box-img {
  height: 100%;
}

section.search-product form {
  position: relative;
}

section.search-product form input {
  width: 100%;
  border-radius: 50px;
  padding: 23px 0 23px 28px;
  box-shadow: 0px 0px 17px 1px #0000003d;
  border: none;
}

section.search-product form button {
  background-color: var(--theme-color);
  color: #fff;
  padding: 22px 35px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 0;
  position: absolute;
  right: 0;
}

section.search-product form button i {
  font-size: 24px;
}

section.search-product form input::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

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

section.product-section .col-md-3 {
  width: 19%;
}

.prod-box:hover .icon_cart {
    opacity: 1;
}

.prod-box img {
  width: 100%;
}

.prod-box .prod-wrapper {
  padding: 20px 13px;
  border: 1.25px solid #0000001a;
  background-color: #fff;
  border-top: none;
  transition: 0.3s ease-in-out;
}

.prod-wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins";
  margin-bottom: 10px;
}

.star-flex {
  display: flex;
  align-items: center;
  gap: 6px;
}

.star-flex p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.stars i {
  color: #ffb412;
}

.prod-wrapper h5 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
  color: #000;
  margin: 10px 0;
}

.prod-wrapper h5 span {
  font-size: 14px;
  text-decoration: line-through;
  color: #9b9b9b;
}

.prod-wrapper a {
  font-size: 17px;
  font-weight: 500;
  color: black;
  background-color: #fed813;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  font-family: "Poppins";
  border-radius: 7px;
}

.prod-box:hover .prod-wrapper {
  background-color: var(--theme-color);
  transition: 0.3s ease-in-out;
}

.prod-box:hover .prod-wrapper .star-flex p {
  color: #fff;
}

.prod-box:hover .prod-wrapper h4 {
  color: #fff;
}

.prod-box:hover .prod-wrapper h5 {
  color: #fff;
}

.prod-box:hover .prod-wrapper h5 span {
  color: #fff;
}

.prod-box:hover .prod-wrapper a {
  color: #fed813;
  background-color: #fff;
}

section.product-section h2 {
  padding: 50px 0 15px;
  font-size: 32px;
  font-weight: 600;
  color: #f76b1c;
  text-decoration: underline;
  text-transform: uppercase;
}

.back-to-top {
  text-align: center;
  background-color: #f76b1c1a;
  padding: 15px 0;
  border-radius: 50px 50px 0 0;
  cursor: pointer;
}

.back-to-top p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.main-footer {
  background-color: #222222;
  padding: 60px;
}

.main-footer ul li {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
}

.main-footer ul li a {
  color: #BBBAB8;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 300;
  font-family: "Poppins";
}

.main-footer ul {
  padding: 0;
  margin: 0;
}

.copy-wrapper p {
  margin: 15px 0;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
}

.banner-box-last-2 img {
  top: 35%;
  width: 44%;
  right: 2%;
}

.banner-box-2 img {
  position: absolute;
  top: 22%;
  right: 0;
  width: 48%;
}

.product-tabs-section .tab-pane {
  margin: 40px 0 0;
}

.banner-box-last-3 img {
  width: 36%;
  right: 5%;
  top: 31%;
}

.banner-box-3 img {
  position: absolute;
  top: 29%;
  right: 1%;
  width: 40%;
}

section.product-tabs-section {
  padding: 35px 0 0;
}

.product-tabs-section .nav-tabs {
  border: 0;
  justify-content: space-between;
}

.product-tabs-section .nav-link {
  color: var(--theme-color);
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid;
  border-radius: 65px;
  padding: 13px 50px;
  transition: .3s all;
}

.product-tabs-section .nav-link.active {
  background-color: var(--theme-color);
  color: #fff;
}

.product-tabs-section .nav-link:hover {
  background-color: var(--theme-color);
  color: #fff;
}


.prod-box {
  position: relative;
  margin-bottom: 35px;
}
.icon_cart {
  position: absolute;
  top: 2%;
  right: 3%;
  opacity: 0;
  transition: .3s ease-in-out;
}
.icon_cart i {
  background-color: #f76b1c;
  padding: 12px;
  border-radius: 7px;
  color: #fff;
  font-size: 14px;
}

.inner-opt li {
  list-style: none;
  padding: 15px 0 0;
}

.inner-opt a {
  text-decoration: none;
  font-size: 20px;
  color: black;
  font-weight: 500;
  text-transform: uppercase;
}

.inner-opt a:hover {
  border-bottom: 1px solid gray;
}

.inner-opt ul li:first-child a:hover {
  border: none !important;
}

.donate-btn a {
    background: #f76b1c;    
    text-decoration: none;
    color: #fff;
    padding: 6px 34px;
    border-radius: 20px;
}

.main-footer ul li {
  list-style: none;
  font-size: 15px;
  margin-bottom: 7px;
}

.newletter h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 600;
}

.newsletter-input input[type="submit"] {
  position: absolute;
  top: 6%;
  right: 15%;
  padding: 7px 19px;
  background: #f76b1c;
  border: none;
  border-radius: 30px;
  color: #fff;
}
.newsletter-input {
  position: relative;
}
.newsletter-input input[type="email"] {
  padding: 10px 30px;
  border-radius: 87px;
  border: none;
}

.copy-wrapper {
  text-align: center;
}

.footer-logo img {
  width: 65%;
}




/*SEPRATOR__END*/



.e-com-footer {
  background: #222;
}

.footer-txt p {
  color: white;
  text-align: center;
  padding: 15px 0 15px;
  font-size: 17px;
  margin: 0;
}


.opt-tabs {
  display: flex;
  justify-content: center;
  background: #f76b1c;
  padding: 19px 0 19px;
  border-radius: 3px;
}


.opt-tabs .tab-1 {
  width: 20%;
  display: flex;
  justify-content: center;
  border-right: 1px solid #fff;
}
.opt-tabs .tab-1:last-child {
  border: none;
}

.optional-tabs {
  padding: 25px 0 25px;
}

.tab-1 a {
  text-decoration: none;
  color: white;
  font-weight: 500;
}



.tab-1 a {
  position: relative;
}

.box-cont {
  text-align: center;
}

.product-adds {
  padding: 20px 0 50px;
}

.box-1 {
  /*background: #f76b1c;*/
  padding: 40px 0 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 320px;
  margin: 0 0 25px;
}

.box-cont p {
  color: black;
  font-size: 22px;
  padding: 25px 0 25px;
  font-weight: 500;
}

.box-1:hover {
  background: #f76b1c;
}


.box-cont:hover p {
  color: #fff;
}

.sub-nav-2 i {
  font-weight: 300;
  padding: 0 10px 0;
}

.search-product {
  padding: 15px 0 0;
}

.tab-1 a:hover {
  color: black;
}

.banner-box.banner-box-last-3.changes img {
  width: 32%;
}

.ecom-logo img {
  width: 100%;
  max-width: 220px;
}

.newsletter-input {
  position: relative;
}

.ecom-footer-flex .newsletter-input input[type="submit"] {
  position: absolute;
  top: 6%;
  right: 2%;
  padding: 7px 19px;
  background: #f76b1c;
  border: none;
  border-radius: 30px;
  color: #fff;
}

.ecom-footer-flex {
  display: flex;
  justify-content: space-between;
  padding: 35px 0 35px;
}

.about-us-banner {
  background: #f76b1c;
  padding: 50px 0 50px;
}

.about-us-banner h1 {
  text-align: center;
  font-size: 45px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}

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

.abt-inner {
  padding: 50px 0 50px;
}

.terms-cont {
  padding: 40px 0 40px;
}

.inner-next a {
    text-decoration: none;
}

.contact-field {
    position: relative;
    left: 30%;
    padding: 45px 0 0;
}

.cont-head h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

#exampleFormControlInput1 {
    width: 40%;
    padding: 10px 10px 10px;
}

#exampleFormControlInput2 {
    width: 40%;
    padding: 10px 10px 10px;
}

#exampleFormControlInput3 {
    width: 40%;
    padding: 10px 10px 10px;
}

#exampleFormControlInput4 {
    width: 40%;
    padding: 10px 10px 10px;
}

#exampleFormControlTextarea1 {
    width: 40%;
    height: 120px;
}

.contact-us-sec {
    padding: 0 0 50px;
}

.submit-change-btn {
    text-align: center;
}

.submit-change-btn a {
    text-decoration: none;
    font-size: 17px;
    background: #f76b1c;
    color: white;
    padding: 8px 45px 8px;
    font-weight: 600;
    border-radius: 3px;
}

.submit-change-btn p {
    padding: 15px 0 0;
    color: gray;
}

.cont-inp-field span {
  color: var(--theme-color);
}
.page-heading h1 {
    font-size: 25px;
    text-align: center;
    font-family: 'Poppins';
    position: relative;
}

section.seller-section {
    padding: 20px;
}

.page-heading h1::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 550px;
    width: 100px;
    height: 1px;
    background: #000;
}
.seller-card-one h2 {
    font-size: 20px;
    margin: 10px 0;
    font-family: 'Poppins';
}

.seller-card-one {
    text-align: center;
    padding: 10px 27px;
    border: 1px solid #c1c1c1;
    margin: 10px 0 10px;
}

.seller-card-one i {
    color: #fed813;
}

.seller-card-one span {
    font-family: 'Poppins';
    padding: 0px 7px;
    font-size: 13px;
    font-weight: 600;
}

.seller-card-one a {
    background: #fed813;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 7px 60px;
    display: block;
    width: fit-content;
    margin: 30px auto 10px;
    font-size: 13px;
    border-radius: 5px;
}
.all-sellers-cards {
    display: flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap: wrap;
    margin: 30px 0;
}
section.sellers-content {
    margin: 10px 0 70px;
}

.sellers-desc h2 {
    font-family: 'Poppins';
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
}

.sellers-desc p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
}
.mart-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 16px;
}

section.mart-details {
    background: #fcfcfd;
    border: 1px solid #d3d3d3;
    padding: 20px 0;
    margin: 50px 0 10px;
    border-left: none;
    border-right: none;
}
.mart-description h3 {
    font-size: 18px;
    margin: 0;
    font-family: 'Poppins';
}

.mart-description i {
    font-size: 14px;
    color: #c3c3c5;
}

.mart-description span {
    padding: 0 10px;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #c3c3c5;
}

.mart-description p {
    margin: 0;
    font-size: 12px;
    color: #c3c3c5;
    margin: 5px 0;
}
.mart-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.member-history h5 {
    font-size: 12px;
    color: #7e7e7e;
    margin: 0;
}

.member-history h4 {
    font-size: 17px;
    color: #7e7e7e;
    margin: 0;
}

.follow-seller-btn button {
    padding: 10px 25px;
    font-size: 15px;
    background: #f76b1c;
    border: 1px solid #fff;
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
    border-radius: 7px;
}

.feature-pro-heading h2 {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-family: 'Poppins';
    margin: 40px 0;
    padding-bottom: 15px;
    font-weight: 600;
}

.feature-pro-heading h2::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 500px;
    width: 100px;
    height: 1px;
    background: #000;
}
.feature-pro-cont {
    text-align: center;
}

.feature-pro-img {
    text-align: center;
}

.feature-pro-img img {
    width: 100%;
}

.feature-prod-one {
    border: 1px solid #e5eaed;
    margin: 20px 0;
    border-radius: 8px;
}

.feature-pro-cont {
    background: #fff;
    padding: 15px 20px;
}

.feature-prod {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}

.feature-pro-cont h3 {
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 5px;
}

.feature-pro-cont i {
    color: #fed813;
}

.feature-pro-cont p {
    margin: 5px 0;
}

.feature-pro-cont p span:first-child {
    font-size: 16px;
    font-family: 'POPPINS';
    font-weight: 600;
    margin-right: 10px;
}

.feature-pro-cont p span:last-child {
    font-size: 13px;
    opacity: 0.3;
    text-decoration: line-through;
}

.feature-pro-cont a {
    display: block;
    width: fit-content;
    margin: 7px auto;
    background: #fed813;
    padding: 7px 50px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
}
section.featured-products {
    margin-bottom: 50px;
}
section.contact-sect .container {
    background: #fefbfb;
    padding: 40px;
}

.contact-sect-left h2 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.contact-sect-left h2::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -20px;
    width: 100px;
    height: 2px;
    background: #000;
}
.contact-sect-left p {
    font-size: 15px;
    width: 89%;
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 30px;
}
.contact-inf {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 20px 0;
}

.contact-icn i {
    font-size: 18px;
    padding: 15px 17px;
    border: 1px solid #7e7e7e;
    border-radius: 40px;
    color: #9d9da6;
}

.contact-det h3 {
    font-size: 18px;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 600;
}

.contact-det p {
    margin: 0;
    font-size: 13px;
    width: 100%;
    color: #a8a8af;
}
.contact-sect-right form label {
    display: block;
    margin: 10px 0 3px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
}

.contact-sect-right form input, 
.contact-sect-right form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-family: 'Poppins';
    font-size: 14px;
}

.contact-sect-right {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 30px 30px;
    border-radius: 15px;
}
.contact-sect-right button {
    padding: 13px 50px;
    background: #f76b1c;
    border: 1px solid #f76b1c;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 14px;
    margin: 20px  0 0;
    border-radius: 7px;
}
section.contact-sect {
    margin-bottom: 50px;
}
.cart-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px dashed #050505;
}

.cart-nav-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 50px;
}

.cart-nav-left p {
    margin: 0;
}

.cart-nav-left input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
.card-pro-det {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.card-pro-det input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.card-pro-det p {
    margin: 0;
    width: 39%;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
}
.cart-price p:last-child {
    margin-top: 20px;
}

.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #F000;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: unset;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 30px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-family: 'Poppins';
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #ebebeb;
  height: 30px;
}

.quantity-button.quantity-up {
  position: absolute;
  /* height: 50%; */
  top: 5px;
  border-bottom: 1px solid #eee;
  left: -6px;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 5px;
  left: 80px;
}

.card-pro-det h6 {
    margin: 0;
    margin-top: 10px;
    font-weight: 700;
    color: #fed813;
    text-align: center;
    margin-left: 20px;
}

.card-pro-det i {
    margin-top: 10px;
    color: #b5b5bc;
}
.order-summary {
    background: #fff;
    border: 1px solid #cacaca;
    padding: 25px;
}

.order-summary h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 10px;
}
.orange-parra {
    background: #f76b1c;
    display: flex;
    color: #fff;
    justify-content: space-between;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    width: 49%;
}
.yellow-parra {
    background: #fed813;
    display: flex;
    color: #fff;
    justify-content: space-between;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    width: 49%;
}

.orange-parra p {
    margin: 0;
}

.yellow-parra p {
    margin: 0;
}

.parras {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.row-one {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-family: 'Poppins';
    margin: 10px 0;
}

.row-one p {
    margin: 0;
}

.row-two {
    display: flex;
    justify-content: space-between;
    font-family: 'Poppins';
    font-size: 15px;
    margin: 15px 0 0;
    font-weight: 500;
}

.row-two p {
    margin: 0;
}
.copun-code {
    margin: 20px 0;
}

.copun-code input {
    width: 75%;
    padding: 10px 20px;
    font-family: 'Poppins';
    font-size: 14px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
}

.copun-code button {
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'Poppins';
    border: none;
    background: #f76b1c;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #f76b1c;
}
.checkout-btn a {
    width: 100%;
    display: block;
    background: #f76b1c;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 5px;
}
section.cart {
    margin-bottom: 50px;
}
.cart-pro-heading h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
}

.all-cat-heading {
    margin: 30px 0 50px;
}

.all-cat-heading h1 {
    text-align: center;
    position: relative;
    font-size: 30px;
    font-weight: 700;
}

.all-cat-heading h1::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 32.6rem;
    width: 100px;
    height: 2px;
    background: #000;
}
.categ-heading {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 30px;
}

.categ-heading h2 {
    margin: 0;
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 600;
}
.category-list-one h3 {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 20px;
}

.category-list-one a {
    display: block;
    width: fit-content;
    color: #000;
    text-decoration: none;
    margin: 10px 0;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
}
section.all-categories {
    margin: 10px 0 70px;
}

.products-images-slider img {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}
.products-images-nav img {
    width: 70px !IMPORTANT;
    height: 70px;
    object-fit: contain;
    border: 1px solid #c2c1c4;
    padding: 10px;
}

.products-images-nav .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.products-images-nav .slick-current {
    border-color: #fed813 !important;
}

section.porduct-detals-page {
    margin: 40px 0;
}
.pro-name p {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
    width: 93%;
    color: #00000050;
    margin-bottom: 20px;
}
.product-reviews {
    display: flex;
    justify-content: flex-start;
    gap: 0px 3px;
    align-items: center;
    margin: 10px 0;
}

.product-reviews i {
    color: #fed813;
}

.product-reviews p {
    margin-left: 20px;
    margin-bottom: 0;
    color: #00000050;
    font-family: 'Poppins';
}
.esti-shipping p {
    color: #00000050;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
}

.inquiry-pro {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 40px;
    margin: 10px 0;
}

.inquiry-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:  0 10px;
}

.inquiry-one p {
    margin: 0;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #00000050;
}

.brand-name {
    display: flex;
    justify-content: flex-start;
    gap: 0 50px;
    margin: 10px 0;
    align-items: center;
}

.brand-name p {
    margin: 0;
    font-family: 'Poppins';
    font-weight: 500;
}

.brand-name p:first-child {
    color: #00000070;
}
.pro-inhouse {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 30px;
    margin: 10px 0;
}

.pro-inhouse p {margin: 0;font-family: 'Poppins';font-size: 15px;font-weight: 600;}

.pro-inhouse a {
    background: #fed813;
    color: #fff;
    text-decoration: none;
    padding: 5px 30px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 600;
}

.pro-inhouse a i {
    color: #000;
}
.quantity-row-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:  25px 20px 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #000;
    font-weight: 600;
    font-family: 'Poppins';
}

.quantity-row-two {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-top: 1px solid #00000050;
}

.quantity-row-two p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #00000050;
}

.quantity-row-one p {
    margin: 0;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
}

.quantity-verview {
    margin: 20px 0;
}

.quantity-spinner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 80px;
    margin: 14px 0;
}

.quantity-spinner p {
    margin: 0;
    font-weight: 600;
    color: #00000050;
}
.pro-tp {
    display: flex;
    align-items: center;
    gap: 0 30px;
    justify-content: flex-start;
    margin: 20px 0;
}

.pro-tp p {
    margin: 0;
    font-family: 'Poppins';
    font-weight: 600;
    color: #00000050;
}

.pro-tp h6 {
    margin: 0;
    color: #fed813;
    font-weight: 700;
}

.ac-bn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 20px;
    margin: 20px 0;
}

.ac-bn button {
    background: #fed813;
    border: none;
    padding: 10px 30px;
    font-size: 15px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 5px;
}

.ac-bn a {
    background: #fed813;
    border: none;
    padding: 10px 30px;
    font-size: 15px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
}

.refund-pol {
    display: flex;
    align-items: center;
    gap: 0 30px;
    margin: 30px 0 10px;
}

.refund-pol p {
    margin: 0;
    font-weight: 600;
    font-family: 'Poppins';
    margin-right: 50px;
    color: #00000050;
}

.refund-pol a {
    color: #fed813;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 600;
}

.share-pro {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 90px;
    margin: 30px 0 10px;
}

.share-pro p {
    margin: 0;
    font-weight: 600;
    font-family: 'Poppins';
    color: #00000050;
}

.top-selling {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
}

.tp-sell-hdng h2 {
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 30px;
}

.tp-sl-one {
    display: flex;
    gap:  0 20px;
    margin: 10px 0 20px;
}

.top-sl-cont p {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
}

.bf-af-price {
    display: flex;
    justify-content: flex-start;
    gap: 0 20px;
}

.bf-af-price p {
    color: red;
    margin: 0;
}

.bf-af-price span {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #00000050;
    text-decoration: line-through;
}

.rating-1 {
    display: flex;
    gap: 10px;
    align-items: end;
}

.rating-flex {
    display: flex;
    justify-content: space-between;
    border: 2px solid #fed813;
    background: #fff7cf;
    padding: 40px 20px;
    margin: 25px 0 0 !important;
    align-items: center;
}

.rating-3 a {
    text-decoration: none;
    background: #fed813;
    padding: 9px 15px 9px;
    border-radius: 2px;
    color: white;
    font-weight: 500;
}

.rating-1 h5 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.rating-1 p {
    margin-bottom: 0 !important;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins';
}

.user-discript ul {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.user-discript li {
    list-style: none;
    display: inline-block;
}

.user-info {
    display: flex;
    gap: 0 15px;
    padding: 30px 0 0;
}

.user-discript p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.user-discript i {
    color: #fed813;
}

.product-tabs {
    padding: 80px 0 0;
}
.product-tabs ul li button {
    background: none !important;
    color: #000 !important;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 600;
    padding: 0;
    margin-right: 30px;
    padding-bottom:10px;
}
.product-tabs ul li button.active {
    border-bottom: 2px solid #fed813;
    border-radius: 0;
}


/*button#pills-home-tab {*/
/*    background: none;*/
/*    color: black;*/
/*    font-size: 20px;*/
/*    font-weight: 400;*/
/*    border-bottom: 2px solid #fed813;*/
/*    border-radius: 0;*/
/*}*/

/*button#pills-profile-tab {*/
/*    background: none;*/
/*    color: black;*/
/*    font-size: 20px;*/
/*    font-weight: 400;*/
/*}*/

/*div#pills-home i {*/
/*    font-size: 7px;*/
/*    margin: 0;*/
/*    color: #fed813;*/
/*}*/

.review-rating {
    border: 1 px solid darkgrey;
}

.review-rating {
    border: 2px solid lightgrey;
    padding: 30px 20px 90px;
}

.bought-product h5 {
    font-size: 16px;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 600;
}

.bought-product {
    border: 2px solid lightgrey;
    margin: 30px 0 0;
    padding: 20px;
}

.product-quieries {
    border: 2px solid lightgrey;
    margin: 30px 0 10px;
    padding: 20px 13px 20px;
}

.product-quieries h5 {
    font-size: 16px;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 30px;
}

.product-quieries p {
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    FONT-SIZE: 15PX;
}

.product-quieries span {
    color: #fed813;
}

.other-QA p {
    font-weight: 600;
    font-size: 15px;
}

.other-QA {
    padding: 40px 0 0;
}

.rating-inner h5 {
    font-size: 16px;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 600;
}
.rating-1 h5 {
    font-size: 40px;
    margin: 0;
    font-family: 'Poppins';
    margin-bottom: -7px;
}
.rating-2 p {
    margin: 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size:14px;
}
.discription p:first-child {
    font-size: 15px;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-weight: 600;
    width: 83%;
}
.tabs-cont {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.tabs-cont i {
    font-size: 7px;
    color: #fed813;
}

.tabs-cont {
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    FONT-SIZE: 15PX;
    margin-top: 50px;
}
section.pro-rating {
    margin-bottom: 50px;
}