@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  font-family: "Montserrat", sans-serif;
}

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;
}

p {
  font-weight: 600;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #7b7b7b;
}

/***** 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;
}

@font-face {
  font-family: "pertibd";
  src: url(../fonts/pertibd.ttf);
  font-weight: 400;
  font-style: normal;
}
/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8 {
  padding-top: 80px;
}

.pb_8 {
  padding-bottom: 80px;
}

.py_8 {
  padding: 80px 0px;
}

.theme_btn {
  padding: 15px 25px;
  border: unset;
  border-radius: 15px;
  color: #ffffff;
  z-index: 1;
  background: #242889;
  position: relative;
  font-size: 17px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
  display: inline-block;
}

.theme_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 14px;
  background-color: #72d219;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}

.theme_btn:hover {
  color: #000000;
}

.theme_btn:hover::before {
  width: 100%;
}

.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: "Montserrat", sans-serif;
  font-size: 55px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

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;
}

/*header css start */

.menuSec {
  padding: 15px 0;
  background: #ffb100;
}
.menuSec img {
  margin: 0;
}

ul#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 15px 0;
}
.menusec-loction ul {
    margin-bottom: 0;
}

li.menu-cate-main {
    position: revert !important;
}
ul.dropdown-menu2 {
    display: none;
    position: absolute;
    z-index: 99;
    margin-top: 10px;
    background-color: #fff;
    width: 335px;
    box-shadow: 0 0 10px 0 #00000054;
    height: 889px;
}

ul.dropdown-menu2 li {
    line-height: 45px;
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
    position: relative;
}
li.menu-cate-main {
   
    padding: 20px 25px 20px 25px !important;
}
li.menu-cate-main:hover {
    background: #e5e5e5;
}

ul.dropdown-menu2 li img {
    margin-right: 5px;
    width: 60px;
}
ul.dropdown-menu2 li i {
    margin-left: 15px;
    font-size: 12px;
}
.menuSec ul li a i {
    position: absolute;
    right: -20px;
    top: 3px;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 60px;
    font-weight: 500;
}

.center-sec {
  padding: 25px 0;
}
.center-input-box input {
  width: 100%;
  height: 60px;
  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;
}
.center-input-box-icon {
  position: absolute;
  top: 0;
  right: 0;
  background: #003638;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 17px;
}
.center-input-box-icon-2 {
  position: absolute;
  top: 17px;
  left: 4%;
}
.center-sec-icon ul li i {
  font-size: 30px;
  margin-bottom: 10px;
  color: #000;
}
.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 i {
    font-size: 17px;
    padding-right: 10px;
}
.menu-cate-main .menu-cate h5 {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding-bottom: 20px;
}
.menu-cate-main .menu-cate hr{
  margin-bottom: 0;
}
.menu-cate-main .menu-cate {
    position: absolute;
    width: 750px;
    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; */
    padding: 20px 15px;
    height: 889px;
}
.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 {
    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: #003638;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: -5px;
  right: -4px;
}
.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: 40px;
  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;
  color: #003638;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  left: 0px;
  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: 16px;
    margin-right: 0;
}
.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 {
  content: " ";
  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: 15px 0;
  border-bottom: 1px solid #959595;
}
.topsec-left-text h2 {
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #7d7d7d;
}
.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: 60px;
  background: #d7d7d7;
  left: 11%;
}
.center-sec-icon ul li a h2 {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
.topsec-paga-link ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.menusec-loction ul li h2 {
    font-size: 12px;
    margin-bottom: 5px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.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: 14px;
    padding-right: 10px;
}
.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: #ffb100;
  transform: scale(1.2);
  transition: 0.5s;
}
.topsec-soical-link ul li a i {
  transition: 0.5s;
}
/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

/* Tab slider fix  */

.tab_sec .tab-pane {
  display: block;
  border: 0;
  height: 0;
}

.tab_sec .tab-pane.active {
  display: block !important;
  height: auto;
}

/* Tab slider fix  */

.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;
}
.categories_mega_menu.men-le-sty h2 {
    font-size: 25px;
    padding: 19px 30px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 3px;
}
.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 {
  position: absolute;
  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-sec .container-fluid {
  padding: 0;
}
.theme-button {
  background: #003638;
  font-size: 17px;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 1.5s;
}
.theme-button:hover {
  box-shadow: inset 370px 0px 0px 0 #ffb100;
  color: #fff;
  transition: 1.5s;
}
.banner_text p {
    margin-bottom: 5%;
    width: 80%;
}
.img-fluid {
    width: 100%;

    height: 60vh;
    object-fit: cover;
    object-position: center;
}
.banner-sec {
  margin-top: 2%;
}
.banner_text h1 {
  font-size: 105px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  margin-bottom: 2px;
  font-family: "pertibd";
}
.men-le-sty {
  background-color: #f8f8f8;
}

.men-le-sty li:hover > ul {
  top: 65px !important;
  width: 100% !important;
  background-color: #f8f8f8 !important;
}
.men-le-sty li > ul > li > a {
  color: #828282 !important;
  font-weight: 600;
  text-transform: uppercase;
}
.categories_mega_menu li.dropdown.open .dropdown-menu2 li {
    padding: 15px 70px;
    border-bottom: 1px solid #ebebeb;
}
.men-le-sty li > ul > li > a img {
  height: 30px;
  width: 30px;
  object-fit: contain;
  margin-right: 15px;
}
.categories_mega_menu li.dropdown .dropdown-menu2 {
  visibility: hidden;
  display: block;
  position: absolute;
  width: 100%;
}
.categories_mega_menu li.dropdown.open .dropdown-menu2 {
  visibility: visible;
  z-index: 2;
  background: #f8f8f8;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}
.men-le-sty {
  background-color: #f8f8f8;
}

a.browse_menu.dropdown-toggle {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 600;
    padding: 23px 70px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 18px;
}
.dropdown-toggle::after {
  display: none !important;
}

/*banner css end*/

.blog_sec {
  padding: 5% 0;
}

/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
  background: #242889;
  color: #fff;
}

.tab_sec .nav-tabs .nav-link {
  background: #ccc;
  border-radius: 50px;
  color: #000;
  padding: 7px 28px;
}

.tab_sec .nav-tabs {
  border: none;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* Tabs  */

/*Free Shipping Start*/

.free-shipping-box ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
  justify-content: center;
}
.free-shipping-sec .row {
  border: 2px solid #e1e1e1;
  padding: 30px 70px;
  border-radius: 10px;
}
.free-shipping-sec {
  margin-top: 3%;
}

.free-shipping-box ul li h2 {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
.free-shipping-box ul li h3 {
  font-size: 14px;
  color: #868686;
  margin-bottom: 0;
}
.free-shipping-sec-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

/*Free Shipping End*/

/*Your Products Start*/

.your-products-left-1-text h2 {
  font-size: 11px;
  color: #7e7e7e;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.your-products-left-1-text h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 25px;
}
.your-products-left-1-text h3 span {
  display: block;
}
.your-products-left-1 {
  position: relative;
}
.your-products-left-1.shop-img:before {
    position: absolute;
    content: '';
    background: #0003;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.your-products-left-1-text {
  position: absolute;
  top: 12%;
  left: 8%;
}
.your-products-left-1.chg {
  margin-bottom: 40px;
}
.shop-by-categories-buuton ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.shop-by-categories-buuton {
  margin-top: 25px;
}
.shop-by-categories-buuton ul li a {
  background: #ffb100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  height: 62px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.shop-by-categories-buuton ul li {
  width: 100%;
}
.featured-silder .slick-next {
    /* margin-top: 4px; */
    right: 0;
    top: -54px;
}
.slick-next:before {
  content: "\f105";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-size: 25px;
}
.slick-prev:before {
  content: "\f104";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-size: 25px;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1.25;
}
.featured-silder .slick-prev {
  left: inherit;
  top: -54px;
  right: 40px;
}
.health-product img {
  width: 100%;
}
.health-product-text h2 {
  font-size: 11px;
  text-transform: uppercase;
  color: #7e7e7e;
  font-weight: 600;
  margin-bottom: 7px;
}
.health-product-text a {
  font-size: 15px;
  padding: 12px 35px;
}

.health-product-text h4 {
  font-size: 17px;
  text-transform: uppercase;
  color: #151515;
  font-weight: 600;
  margin-bottom: 15%;
}
.health-product {
  position: relative;
}
.health-product-text {
  position: absolute;
  top: 60px;
  left: 15px;
}

.shop-by-categories-buuton li.colour-chg a {
    background: #003638 !important;
    color: #fff;
}
.shop-by-categories-heading h2 {
  font-size: 18px;
  color: #151515;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.shop-by-categories-heading {
  margin-bottom: 25px;
}
.shop-by-categories ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
.shop-by-categories ul li h2 {
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
.shop-by-categories ul li {
  text-align: center;
  border: 1px solid #959595;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  height: 140px;
}
.shop-by-categories ul li img {
  margin-bottom: 10px;
  width: 90px;
  height: 80px;
}
.shop-by-categories {
  margin-bottom: 6%;
  margin-top: 2%;
}
.kitchen-products-box img {
  margin-bottom: 10px;
  width: 190px;
  height: 210px;
  object-fit: contain;
}
.slick-active {
  opacity: 1.5;
}
.kitchen-products-heading ul li h2 {
  font-size: 18px;
  color: #151515;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.kitchen-products-heading ul {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-bottom: 0;
}
.kitchen-products-heading ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.kitchen-products-heading ul li span {
  background: #efde35;
  padding: 1px 15px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.kitchen-products-heading ul li span:hover {
  background: #dd2623;
  color: #fff;
}
.kitchen-products-heading {
  margin-bottom: 30px;
}
.kitchen-products-box {
  border: 1px solid #959595;
  border-radius: 10px;
  padding: 15px 10px;
  padding-top: 35%;
  position: relative;
}
.kitchen-products-shopping-icon {
  background: #003638;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 10px;
}
.kitchen-products-shopping-icon-2 a i {
  font-size: 30px;
  color: #e1e1e1;
}
.kitchen-products-shopping-icon-2 {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.kitchen-products-shopping-icon a i {
  font-size: 14px;
  color: #fff;
}
.kitchen-products-box h2 {
  font-size: 12px;
  color: #151515;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.kitchen-products-box h3 {
    font-size: 17px;
  color: #003638;
  font-weight: 600;
  margin-bottom: 10px;
}
.kitchen-products-silder .slick-slide {
  margin: 0px 8px;
}
.kitchen-products-box li.colour-chg a {
  background: #ffc4c3 !important;
  color: #fb3b37 !important;
}

.your-products-left-1 img {
  width: 100%;
  height: 400px;
}
.your-products-sec {
  padding: 80px 0;
}
.your-products-left-1-button {
  position: absolute;
  bottom: 13%;
  left: 8%;
}
.your-products-left-1-button a {
  font-size: 15px;
  padding: 14px 40px;
}
.kitchen-products-box h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #151515;
  font-weight: 600;
  margin-bottom: 15px;
}
.kitchen-products-box ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
.kitchen-products-box ul li a {
  background: #efde35;
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 5px;
}
.kitchen-products-silder .slick-prev::before {
  content: "\f104";
  position: absolute;
  font-weight: 900;
}
.kitchen-products-silder .slick-prev::before {
  content: "\f104";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-size: 25px;
}

.kitchen-products-silder .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1.25;
}
.kitchen-products-silder .slick-next:before {
  content: "\f105";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-size: 25px;
}
.kitchen-products-silder .slick-prev,
.slick-next {
  top: -58px;
}
.kitchen-products-silder .slick-next {
  right: 0px;
}
.kitchen-products-silder .slick-prev {
  left: inherit;
  right: 40px;
}

/*Your Products End*/

/*Best Seller Start */

.best-seller-sec {
  padding: 10px 0;
}
.best-seller-heading {
  text-align: center;
}
.best-seller-heading h2 {
  font-size: 77px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-family: "pertibd";
}
.best-seller-box {
  border: 1px solid #cfcfcf;
  padding: 20px 20px;
  border-radius: 10px;
  position: relative;
  padding-bottom: 25px;
}
.best-seller-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.best-seller-box img {
  width: 100%;
  margin-bottom: 40px;
  height: 330px;
  object-fit: contain;
}
.best-seller-box h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #151515;
  font-weight: 600;
  margin-bottom: 8px;
}
.best-seller-box p {
  font-size: 13px;
  color: #c0c0c0;
  width: 80%;
  line-height: 22px;
  margin-bottom: 0;
}
.best-seller-box ul li {
  font-size: 11px;
  text-transform: uppercase;
  color: #151515;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.best-seller-box ul li a {
  background: #003638;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
}
.best-seller-box h3 {
  font-size: 24px;
  margin-bottom: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/*Best Seller End */

/*Featured Start*/

.Featured-sec {
  margin-top: 5%;
}
.Featured-heading h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #151515;
  font-weight: 700;
  margin-bottom: 0;
}
.Featured-heading {
  margin-bottom: 25px;
}
.featured-silder .slick-slide {
  margin: 0px 0px;
}
.Featured-box ul {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 22px;
  border: 1px solid #d7d7d7;
  padding: 20px 15px;
  border-radius: 5px;
  position: relative;
}

.Featured-box ul a {
  background: #003638;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.Featured-box ul li img {
  width: 80px;
  height: 90px;
  object-fit: contain;
}
.Featured-box ul li h2 {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #4ca57f;
  margin-bottom: 4px;
}
.Featured-box ul li h2 p {
  margin-bottom: 0;
  position: absolute;
  top: 22px;
  right: 10px;
}
.Featured-box ul li h3 {
    font-size: 11px;
    text-transform: uppercase;
    width: 90%;
    font-weight: 700;
    margin-bottom: 5px;
}
.Featured-box ul li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100px;
    right: -12px;
    background: #d7d7d7;
}
.Featured-box ul li {
    position: relative;
    /* width: 20%; */
}


.Featured-box ul li:first-child {
    width: 30%;
}
.Featured-box ul li {
    width: 70%;
}

.Featured-box ul li:nth-child(2):before {display: none;}

.Featured-box ul li h4 {
  font-size: 13px;
  color: #003638;
  font-weight: 600;
  margin-bottom: 0;
}
.Featured-box.chg ul {
  gap: 23px;
}
.Featured-box.chg ul li img {
  width: 70px;
}

.Featured-box.chg ul:before {
  left: 90px;
}

.Featured-box ul li h2 p span {
  font-size: 9px;
}
.Featured-box ul li h2 p span {
  font-size: 9px;
  color: #ffeb21;
}

/*Featured End*/

/*Shop Start*/
section.shop-wrap {
  padding: 50px 0;
}
.your-products-left-1.shop-img img {
  height: 250px;
}
.affiliate-box {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 40px 20px;
  margin-top: 50px;
}

.affiliate-box h4 {
    color: #000;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 28px;
    font-family: "pertibd";
}



.affiliate-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
/*Shop End*/

/*Testi Start*/
.testi-fold h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}
.testi-slider {
  background: #dce0e3;
  padding: 50px 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  height: auto;
}

.testi-slider ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
  margin-top: 50px;
}

.testi-slider h5 {
  margin: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.testi-slider h5 span {
  color: #7b7b7b;
  display: block;
}

/*.testi-fold {*/
/*  margin-top: -115px;*/
/*}*/
.testi-fold a {
  background: #ffb100;
  color: #fff;
  width: 100%;
  display: flex;
  margin: 10px 0;
  height: 70px;
  align-items: center;
  padding: 0 15px;
  border-radius: 10px;
  gap: 15px;
}
a.green {
  background: #c0f0dc;
  color: #53bc90;
}

.testi-fold a img {
  width: 40px;
  height: 30px;
}

.testi-slider p {
  line-height: 30px;
}
/*Testi End*/

/*Latest Start*/
section.latest-wrap {
  padding: 50px 0;
}
.latest-box img {
    width: 100%;
   
}

.latest-box ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px;
}

.latest-box ul li {
  color: #7b7b7b;
  text-transform: uppercase;
}

.latest-box h5 {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.latest-slider .slick-slide {
  margin: 0px 10px;
}
.latest-box h5 span {
  display: block;
}
.latest-test h4 {
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
.latest-slider .slick-next {
  right: 28px;
  top: -35px;
}
.latest-slider .slick-prev {
  left: inherit;
  top: -35px;
  right: 93px;
  z-index: 99;
}
.latest-slider .slick-next:before {
  content: "\f105";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-size: 25px;
}
.latest-slider .slick-prev::before {
  content: "\f104";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-size: 25px;
  opacity: 2;
}
.latest-slider ul.slick-dots {
    bottom: inherit;
    top: -39px;
    right: 40px;
    left: inherit;
    width: 5%;
}
.latest-slider .slick-dots li {
  width: 10px;
  height: 10px;
}

/*Latest End*/

/*News Letter Start*/

section.news-letter {
  background: #202020;
  padding: 40px 0;
  margin-top: 1%;
}

section.news-letter div.d-flex > div {
  margin-left: 20px;
}

section.news-letter h4 {
  color: white;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 5px;
}

section.news-letter p {
  color: white;
  margin-bottom: 0;
}
.footer-about h5 {
  font-size: 50px;
  font-family: "pertibd";
  margin-bottom: 17px;
}
.footer-about {
  margin-left: 8%;
  position: relative;
}
.footer-about:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 298px;
  background: #525252;
  top: -30px;
  right: -22px;
}
.row.chg {
  padding-bottom: 4%;
}
.footer-contact {
  margin-left: 10%;
}
.footer-quick-link {
  margin-left: 30%;
  position: relative;
}
.footer-quick-link:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 298px;
  background: #525252;
  top: -30px;
  right: 12px;
}
.news-letter form > input {
    width: 100%;
    height: 55px;
    text-indent: 20px;
    border: none;
    background: none;
    border: 1px solid #808080;
    border-radius: 35px;
    color: #fff;
}
.news-letter form > input::placeholder {
  color: #fff;
}

.news-letter form > button {
  width: 22%;
  margin-left: -4px;
  border: none;
  height: 55px;
  background: #003638;
  color: white;
  text-transform: uppercase;
}

/*News Letter End*/

/*Footer Start*/

footer .socail {
  display: flex;
  gap: 10px;
  position: unset;
  height: auto;
  width: auto;
  justify-content: start;
  padding: 0;
  margin: 0;
}

footer .socail li a::after {
  display: none;
}

footer {
  background: #272727;
  padding: 100px 0 30px;
}

.con-det-main {
  margin: 0;
}

.con-det-main li a i {
  font-size: 22px;
  width: 35px;
}

.con-det-main li a {
  line-height: 40px;
}

footer h5 {
  font-size: 24px;
  color: white;
  letter-spacing: 1px;
  margin-bottom: 23px;
}

.quick-link a {
  font-size: 16px;
  font-weight: 500;
  color: #d2d2d2;
}
.footer-about p {
  width: 83%;
}

.quick-link li,
.con-det-main li {
  margin-bottom: 15px;
}

footer p {
  color: #bdbdbd;
  font-size: 15px;
}

footer .row:nth-child(1) .col-lg-3:not(:first-child) {
  padding-left: 60px;
  position: relative;
}

footer .row:nth-child(1) .col-lg-3:not(:first-child):before {
  position: absolute;
  content: "";
  background: #525252;
  height: 100%;
  width: 2px;
  left: 0;
}

.con-det-main a {
  font-size: 16px;
  font-weight: 500;
  color: #d2d2d2;
}

.con-det-main a i {
  color: #fff;
  font-size: 24px;
}

footer .row:nth-child(2) {
  padding: 20px;
  border: 1px solid #525252;
  border-radius: 10px;
  background: #232323;
}

section.news-letter .d-flex {
  align-items: center;
}

.news-letter form {
  position: relative;
}

.news-letter form button {
  position: absolute;
  right: -1px;
  border-radius: 35px;
}

ul.socail a {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
    transition: 0.5s;
}
.text-white {
  color: #a6a6a6 !important;
}
ul.socail a i:hover {
    transform: scale(1.2);
    color: #ffb100;
    transition: 0.5s;
}
.form-select option {
    color: #000;
}

/*Footer End*/

















/*Login Start*/

  .log-p {
    padding: 100px 0px;
}

.log-form.chg2 {
    margin-left: 15%;
}
.log-form {
    background-color: #fcfcfc;
    box-shadow: 0px 0px 20px #0000001f;
    border-radius: 20px;
    position: relative;
    padding: 40px 30px 30px 30px;
}
.inner-banner-sec {
    background-image: url(../images/inneer-banner.jpg);
    width: 100%;
    height: 630px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-banner-text h2 {
    font-size: 90px;
    text-transform: uppercase;
    color: #000;
    font-family: "pertibd";
    margin-bottom: 0;
}
.inner-banner-text {
    margin-left: 15px;
}
ul.dropdown-menu2.chg li {
    padding: 15px 70px !important;
}
.log-form.chg1:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #dedede;
    right: -70px;
    top: 60px;
}
      
.log-form-heading ul li h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: -10px;
}
.log-form-heading {
    position: relative;
    z-index: 9999;
}
.log-form-input input::placeholder {
    font-size: 15px;
    color: #626264;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.log-form input::placeholder {
      font-size: 15px;
    color: #626264;
    font-family: "Montserrat", sans-serif;
     font-weight: 600;
}
.log-form {
    position: relative;
}
.log-form:after {
    content: "";
    position: absolute;
    background: #f5f6fa;
    width: 100%;
    height: 135px;
    top: 0;
    left: 0;
    z-index: 1;
}
.log-form-heading ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.log-form-heading ul li p {
    font-size: 14px;
    color: #aaabac;
    margin-bottom: 0;
}
.log-form input {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 15px 30px;
    margin-top: 25px;
    background: #f5f6fa;
    border-radius: 5px;
}

      .btn-submits {
    background: #003638;
    color: #fff;
    font-size: 20px;
    padding: 15px 30px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    border-radius: 50px;
}
      .btn-submits:hover{
        color: #fff;
      }
      .log-form-footer{
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        margin-top: 10px;
      }
      .log-form-footer input{
        width: 20px;
      }

     .log-form-footer a {
    color: #b7b6b6;
    font-size: 14px;
    font-weight: 600;
}   

      .log-form p{
        color: #000000;
        font-size: 14px;
        padding-top: 20px;
      }
     .log-form p a {
    text-decoration: underline;
    color: #f99c15;
}
.login-with h2 {
    font-size: 21px;
    color: #8d8d8d;
    text-align: center;
    margin-bottom: 35px;
}
.login-with {
    margin-top: 35px;
}
.login-with ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.login-with ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1976d2;
    border-radius: 5px;
    padding: 20px 25px;
    color: #fff;
}


.login-with ul li h3 {
    font-size: 19px;
    margin-bottom: 0;
    color: #fff;
   
}
li.back-colour {
    background: #03a9f4 !important;
}
li.back-colour1 {
    background: #d84938 !important;
}

.login-with ul li i {
    font-size: 25px;
}

/*Login End*/


/*cart-pg start*/

.add-to-cart {
    position: relative;
}

.add-to-cart thead {
    color: #020202;
    border: 1px solid #cacaca;
}

.add-to-cart .table>thead>tr>th {
    border-bottom: 0;
    padding-left: 20px;
    /* text-align: center; */
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 14px;
    color: #181818;
    text-align: center;
}



.add-to-cart thead tr th {
    font-size: 19px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.table-space h3 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.table-space span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
}

.add-to-cart .product-img {
    margin: 10px 0px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    height: 150px;
    text-align: center;
}

.poduct-name {
    margin-left: 10px;
}

.table-space {
    display: flex;
    align-items: center;
    width: 100%;
}

.add-to-cart input {
    width: 60%;
    text-align: center;
    height: 50px;
    border: 1px solid #d0cece;
    font-size: 16px;
    color: #919191;
    font-weight: 500;
    border-radius: 50px;
}

.add-to-cart a {
    font-size: 17px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 400;
    text-decoration: none;
    color: #5f5f5f;
}

.poduct-name span:nth-child(2) {
    margin-bottom: 5px;
    display: inline-block;
}

.add-to-cart h4 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #333333;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

tr.space {
    border-bottom: 1px solid #ccc;
}

a.remove {
    background: #003638;
    color: white;
    font-size: 29px;
    padding: 12px 17px;
    border: none;
    width: 50px;
    margin-left: auto;
    border-radius: 50px;
}

.proceed a {
    color: #ff0000;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}

.proceed i {
    margin-left: 10px;
    color: #ff0000;
}

.proceed .checkout-btn {
    background: #003638;
    border: none;
    padding: 15px;
    width: 100%;
    font-size: 20px;
    margin-top: 4px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 1px solid #cecece;
    /* top: 25px; */
    padding: 30px 50px;
    background: #ebebeb;
    border-radius: 5px;
}

.or-amazon p {
    font-size: 13px;
    position: absolute;
    top: -22px;
    left: 50%;
    padding: 8px 27px;
    color: #333333;
    background: #ebebeb;
    border: 1px solid darkgrey;
    display: block;
    text-transform: uppercase;
    transform: translateX(-50%);
    font-weight: 600;
    font-family: 'Poppins';
}

.or-amazon img {
    width: 70%;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}
.total-section {
    border: 1px solid #cacaca;
    padding: 35px 35px;
}

.total-section li {
    font-size: 18px;
    padding-bottom: 30px;
    color: #313131;
    font-weight: 500;
}

li.color-change {
    color: #313131;
    text-transform: capitalize;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
}

.total-section li span {
    float: right;
}

.ship-estimate {
    background-color: #f6f6f600;
    padding: 10px 20px;
    margin-top: 25px;
    border: 1px solid #d0cece;
    border-radius: 25px;
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 50px;
}

.ship-estimate li {
    font-size: 20px;
    color: #5f5f5f;
    margin-bottom: 5px;
    font-family: 'Poppins';
    font-weight: 500;
}

.ship-estimate .grey-style {
    color: #5f5f5f;
    font-size: 16px;
}

.product-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.nice-select .list {
    height: 350px;
    overflow-y: scroll;
}

.total-section li:last-child {
    padding-bottom: 0;
}

.copun {
    display: flex;
    align-items: center;
}

.copun {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.copun button {
    width: 58%;
    height: 50px;
    color: white;
    background: #003638;
    border: transparent;
    margin: 0 20px;
    border-radius: 50px;
}
.copun a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 19%;
    padding: 0;
    border: 1px solid #cacaca;
    border-radius: 50px;
    color: #000 !important;
    font-weight: 500;
}

.space td {
    vertical-align: middle;
}

.number-item input.qtystyle {
    width: 100%;
}
.add-to-cart {
    padding: 100px 0;
}

/*CART END*/

/*Testimonial Start*/

.testimonial-sec {
    padding: 100px 0;
}
.testimonial-kevin-white ul {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}
.testimonial-kevin-white ul:before {
    content: "";
    position: absolute;
    background: #003638;
    width: 90px;
    height: 100px;
    border-top-left-radius: 20px;
    z-index: -1;
    top: -13px;
    left: -11px;
}
.testimonial-kevin-white ul li h2 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 3px;
}
.testimonial-kevin-white h3 {
    font-size: 16px;
    color: #8d8d8d;
    margin-bottom: 0px;
}
.testimonial-kevin-white ul li h4 {
    margin-bottom: 0;
}
.testimonial-kevin-white ul li img {
    width: 110px;
    
}
.testimonial-kevin-white p {
    font-size: 16px;
    color: #8a8a8a;
    margin-bottom: 0;
    line-height: 26px;
}
.testimonial-kevin-white h4 span {
    font-size: 14px;
    color: #f39f1e;
}
.testimonial-sec .row.chg1 {
    margin-top: 7%;
}

/*Testimonial End*/


/* Product Detail Start */

.p-big-img {
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    display: grid;
    place-items: center;
}

.p-big-img img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}
section.product-detail {
    padding: 80px 0;
}

.p-small-img {
    width: 100%;
    height: 100px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    display: grid;
    place-content: center;
    margin-bottom: 25px;
}

.p-small-img img {
    width: 95%;
    height: 95%;
    object-fit: contain;
}

.p-big-nav .slick-slide {
    opacity: 1;
}

.p-big-for .slick-next:before {
    content: '\f105';
}

.p-big-for .slick-prev:before {
    content: '\f104';
}

.p-big-for .slick-prev:before,
.p-big-for .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    opacity: 1;
    color: black;
    border-radius: 100%;
}

.p-big-for .slick-next {
    right: -5%;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.p-big-for .slick-prev {
    left: -5%;
    opacity: 0;
    z-index: 2;
    transition: 0.3s ease-in-out;
}

.p-big-for {
    overflow: hidden;
}

.p-big-for:hover .slick-next {
    right: 7%;
    opacity: 1;
}

.p-big-for:hover {
    cursor: pointer;
}

.p-big-for:hover .slick-prev {
    left: 5%;
    opacity: 1;
}

.skin-2 .num-in {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 45px;
    width: 150px;
    float: left;
    border: 2px solid #dbdbdb;
    cursor: pointer;
    border-radius: 50px;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
    font-family: 'Helvetica';
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
    font-family: 'Roboto';
}

.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;
}

.product-det-content h4 {
    font-size: 35px;
    color: #282828;
    text-transform: capitalize;
    line-height: 50px;
    font-family: "pertibd";
}

.product-detail-silder-items img {
    width: 100%;
    height: 680px;
}
.Description h2 {
    font-size: 29px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "pertibd";
}
.price-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #c3ecef;
    margin-bottom: 20px;
}

.price-tag div:first-child {
    font-size: 45px;
    line-height: 1;
    color: #282828;
    font-weight: 600;
}

.price-tag div:first-child del {
    margin-right: 10px;
    font-size: 35px;
    color: grey;
}

.price-tag div:last-child {
    font-size: 18px;
    color: grey;
}

.price-tag div:last-child ul {
    margin-right: 15px;
}

.price-tag i.fas.fa-star {
    color: #ffc107;
}
.add-cart-btn {
    height: 50px;
    color: white;
    background: #003638;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    border-radius: 50px;
    font-size: 17px;
}
.product-det-content p {
    font-size: 13px;
    color: #636363;
    margin-bottom: 25px;
}

.add-cart-btn:hover {
    color: white;
}
.like-btn {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid grey;
    border-radius: 50%;
    font-size: 25px;
    color: #977a41;
}

.product-det-content ul.d-flex.justify-content-between.align-items-center {
    width: 70%;
}
.product-det-content ul.social-icons-banner {
    margin-top: 30px;
    position: unset;
    display: flex;
    gap: 1px;
}


.product-det-content ul.social-icons-banner::before {
    display: none;
}

.product-det-content ul.social-icons-banner li {
    margin-right: 10px;
}

.product-detail img.inner-sec-leaf2 {
    top: 50%;
}

.social-icons-banner {
    margin-top: 40px;
    display: flex;
}

.social-icons-banner a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #003638;
    margin: 10px 0;
    font-size: 25px;
    border-radius: 50%;
    color: #003638;
    transition: 0.3s ease-in-out;
}

.social-icons-banner a:hover {
    background: #003638;
    color: white;
    border-color: #003638;
    transform: scale(1.3);
}

.product-det-content h5 {
    color: #003638;
    font-weight: 600;
}

.border-whole {
    border: 1px solid #dddddd;
}

.p-big-img .iamge-color {
    position: absolute;
    top: 20px;
    right: 20px;
}


/* Product Detail End */


/*Products Start*/

.products-sec {
    padding: 100px 0;
}
.product-categories h2 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}
section.form__billing input::placeholder {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    color: #898989;
    font-weight: 600;
}
.product-categories ul li {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    gap: 25px;
    border-bottom: 1px solid #f1f1f1;
    padding: 24px 0;
}
.product-number ul {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}
.product-number ul li a:hover {
    background: #053a3c;
    color: #fff;
}
.best-seller-box.chg1 {
    margin-bottom: 30px;
}
.product-number {
    margin-top: 40px;
}
.product-number ul li a {
    border: 1px solid #003638;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    color: #151515;
    font-weight: 600;
    font-size: 17px;
}
.product-categories.chg {
    margin-top: 50px;
}


/*Products End*/





/*Check Out  Start*/

section.form__billing input {
    width: 100%;
    border: 1px solid #80808082;
    background: #ffffff;
    height: 48px;
    padding: 0 15px;
}

.form--shipping input{
   width: 100%;
    border: 1px solid #80808082;
    background: #ffffff;
     height: 48px;
       padding: 0 15px;
}
section.main-fold {
    padding: 100px 0;
}
form.form--shipping {
    background: #f5f5f5;
    padding: 35px 30px;
    position: relative;
}

.box {
    font-size: 23px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #000;
}
form.form--shipping label {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    font-family: "Montserrat", sans-serif;
    margin-top: 22px;
    margin-bottom: 5px;
}
.main-text h1 {
    color: black;
    font-size: 24px;
    font-weight: 600;
}

.main-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #8080806b;
    margin-bottom: 45px;
}

.form__question {
    /* display: flex; */
    /* align-items: center; */
}
.form__question {
    display: flex;
}
.form__question label {
    margin: 0 0 0 45px;
}

.btn-billing {
    text-align: center;
    margin-top: 50px;
}


.btn-billing a {
    background: #f9d602;
    color: #000;
    padding: 17px 30px;
    border-radius: 10px;
}
.zip select {
    width: 100%;
    border: 1px solid #80808082;
    background: #ffffff;
    height: 48px;
    padding: 0 15px;
     font-size: 15px;
    font-family: "Montserrat", sans-serif;
    color: #898989;
    font-weight: 600;
}
.btn-billing button {
    background: #003638;
    color: #fff;
    text-transform: uppercase;
    width: 200px;
    height: 50px;
    font-family: "Montserrat", sans-serif;
    border-radius: 50px;
}


.form__shipping.form__shipping1 {
    opacity: 0.6;
}
.form__question p {
    color: #848484;
    font-size: 14px;
}
.form__question label {
    margin: 0 0 0 45px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}
span.Optional {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #898989;
    font-weight: 600;
    position: absolute;
    right: 40px;
    margin-top: 22px;
}

/* Check Out end*/


/*Faq Start*/

.faq-sec {
    padding: 80px 0;
}
.faq-heading {
    text-align: center;
    margin-bottom: 50px;
}
.faq-heading h2 {
    font-size: 60px;
    color: #000;
    font-family: "pertibd";
    margin-bottom: 20px;
}

.faq-heading p {
    color: #949394;
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
}
.faq-sec .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.faq-sec .accordion-button:not(.collapsed) {
    color: #4d4a4b;
    background-color: inherit;
    box-shadow: inherit;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 5px;
    font-family: "Montserrat", sans-serif;
}.faq-sec .accordion-item {
    background-color: #fff;
    border: inherit;
    box-shadow: 0 0 7px 0 #00000066;
    margin-bottom: 30px;
    padding: 4px 25px;
    padding-bottom: 6px;
    border: 2px solid #003638;
}
.faq-sec .accordion-item:first-of-type .accordion-button {
    color: #4d4a4b;
    background-color: inherit;
    box-shadow: inherit;
    font-weight: 600;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}

.faq-sec .accordion-item:first-of-type {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/faq-icon.jpg);
    
}

.faq-sec .accordion-button {
    padding: 15px 0;
    color: #4d4a4b;
    font-weight: 600;
    font-size: 20px;
}
.faq-sec .accordion-body span {
    display: block;
    margin-top: 30px;
}
.faq-sec .accordion-body {
    padding: 15px 0;
    font-size: 14px;
    line-height: 28px;
    color: #949394;
    font-weight: 500;
    width: 80%;
}
.accordion-button:not(.collapsed)::after {
     width: 20px;
    height: 20px;
    background-image: url(../images/faq-icon.2.png);
}

/*Faq End*/

/*About Start*/

.about-sec {
    padding: 100px 0;
}
.about-img img {
    width: 100%;
}
.about-text h2 {
    font-size: 70px;
    font-family: "pertibd";
    margin-bottom: 10px;
    color: #000;
}
.about-text {
    text-align: end;
}
.about-bottom-text {
    text-align: end;
}


/*About End*/


/*contact pg*/


section.contact_pg {
    padding: 110px 0 19%;
}

.contact_mapp iframe {
    width: 100%;
    height: 550px;
    border-radius: 20px;
    filter: brightness(0.5);
}
.con_sid-wrp select {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    border-left: 0;
    height: 55px;
    border-top: 0;
    border-right: 0;
    margin-bottom: 30px;
    padding: 0;
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    position: relative;
}
.contact-select-icon i {
    font-size: 18px;
    color: #000;
}
.contact-select {
    position: relative;
}
.contact-select-icon {
    position: absolute;
    top: 20px;
    right: 10px;
    pointer-events: none;
}


.contact_form {
    width: 90%;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0px 0px 10px 10px;
}

.con_sid-wrp {
    background: #fff;
    padding: 80px 40px 90px;
}

.con_sid-wrp h3 {
    font-size: 36px;
    color: #3e3e3e;
    font-weight: 600;
    margin-bottom: 7%;
}

.con_sid-wrp form input {
    width: 100%;
      border-bottom: 1px solid #dbdbdb;
    border-left: 0;
    height: 55px;
    border-top: 0;
    border-right: 0;
    margin-bottom: 30px;
}

.con_sid-wrp form textarea {
    width: 100%;
    border: 0;
    resize: none;
    border-bottom: 1px solid #dbdbdb;
}

.con_sid-wrp form input::placeholder {
  font-size: 14px;
    color: #999999;
    font-weight: 600;
     font-family: "Montserrat", sans-serif;
}

.con_sid-wrp form textarea::placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: 600;
     font-family: "Montserrat", sans-serif;
}

.con_btn {
    background: 0;
    border: 0;
}

.con_btn i {
    background: #003638;
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 20px;
}
.bk_grn {
    background-color: #eaeaea;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.contact_dtlss {
    padding: 80px 30px 40px;
}

.contact_dtlss h2 {
    font-size: 36px;
    color: #161616;
    font-weight: 600;
    margin-bottom: 8%;
}



.grp-wrp ul {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 33px;
}

.grp-wrp ul li a p {
    font-size: 14px;
    color: #191919;
    margin-bottom: 0px;
    font-weight: 600;
}

.main_contact_wrp {
    position: relative;
}

.main_contact_wrp .contact_form {
    position: absolute;
    top: 250px;
    left: 70px;
}

.bk_wht {
    background-color: #ffffff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}



.boots_dtlss:after {
    position: absolute;
    content: "";
    background-image: url(../images/vec-4.png);
    width: 130px;
    height: 150px;
    right: 140px;
    bottom: -20px;
}

/*contact pg*/


html {
  overflow-x: hidden;
}

.menu-cate-main .menu-cate .menu-cate-last i {
    display: none;
}


/*product menu css*/
.product-menu {
    position: relative;
    background: #003537;
}
.pruct-menu-first li {
    width: 20%;
    text-align: center;
}

.pruct-menu-first li a {
        color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
    transition: 0.2s ease-in-out;
}
.pruct-menu-first li a i{
  margin-top: 5px;
  margin-left: 10px;
}
.pruct-menu-first {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.pruct-menu-sec.active{
  display: block;
}
.pruct-menu-sec {
 all:unset;
    position: absolute;
    left: 10%;
    background: #fff;
    width: 400px;
    z-index: 1;
    box-shadow: 0 0 10px 0 #00000222;
    display: none;
    transition: 0.3s ease-in-out;
}
.pruct-menu-sec li img{
      height: 60px;
    object-fit: contain;
    margin-left: 10px;
}
.pruct-menu-sec li:hover{
  box-shadow: unset;

}
.pruct-menu-sec li{
   /*all: unset;*/
   width: 100%;
   position: relative;
}
.pruct-menu-sec li a:hover{
  box-shadow: unset;
  box-shadow: inset 400px 0 0 0 #ffb100;
}
.pruct-menu-sec li a{
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border-bottom: 2px solid #00000022;
  height: inherit;
  transition: 0.4s ease-in-out;
}
.pruct-menu-sec li:last-child a {
    margin-bottom: 0;
    border: 0;
}
.pruct-menu-sec h5 {
    font-weight: 600;
    color: #000;
    margin: 10px 0;
}

.pruct-menu-last.active{
  display: block;
}
.pruct-menu-last {
    position: absolute;
    left: 100%;
    box-shadow: 0 0 10px 0 #00000222;
    top: -83px;
    width: 130vh;
    display: none;
    background: #fff;
    border-left: 2px solid #d7d7d7;
    padding: 10px 0;
    min-height: 550px;
}
ul.parcel-img img {
    width: 140px;
    height: 140px;
}
ul.triangular-img img {
    width: 360px;
    height: 170px;
    object-fit: cover;
}
.pruct-menu-last ul li {
    display: block;
    width: 100%;
    padding: 10px 0;
}
.pruct-menu-last ul {
    all: unset;
}
/*product menu css*/

.pruct-menu-last h5 i {
    margin-right: 8px;
}
.pruct-menu-last ul li img {
    margin-right: 8px;
}

ul.pruct-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.postal-box h4 {
    font-size: 16px;
    line-height: 20px;
}
.pruct-menu-sec.tapes .d-flex {
    align-items: center;
  height: 70px;
}
.pruct-menu-sec.tapes h4 {
    font-size: 18px;
    margin: 0;
}

.pruct-menu-sec.size .no-bg:hover{background: #fff !important;}
.pruct-menu-sec.size {
    width: 80%;
    padding-bottom: 50px;
}
.pruct-menu-sec.size li img{
  width: 100%;
  height: inherit;
  margin-bottom: 20px;
}

.pruct-menu-sec.size p {
    text-align: left;
    font-size: 14px;
    margin: 0;
    line-height: 22px;
    color: #000;
    margin-bottom: 5px;
}

.pruct-menu-sec.size .row .col-lg-4 {
    padding-left: 50px;
    padding-right: 10px;
}
.pruct-menu-sec.size .row .col-lg-4:last-child{
  padding-right: 50px;
}


ul.pruct-menu-sec.size h5 {
    text-align: left;
}

.affiliate-box img {
    width: 120px;
}
/*Privacy policy */
section.privacy-policy {
    padding: 50px 0;
}
.wrap_poli h2 {
    font-size: 75px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin-bottom: 2px;
    font-family: "pertibd";
    text-align: center;
    margin-bottom: 40px;
}

.wrap_poli p {
    font-weight: 600;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #7b7b7b;
    margin-bottom: 20px;
}

.wrap_poli h3 {
    font-size: 18px;
    color: #151515;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.wrap_poli h4 {
    font-size: 28px;
    color: #151515;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.wrap_poli ul li {
    font-weight: 600;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #7b7b7b;
    margin-bottom: 10px;
}

ul.one-two {
    list-style: inside lower-roman;
}

ul.abc {
    list-style: inside lower-alpha;
}
ul.dots {
    list-style: inside disc;
}
/*end */

/*new css*/

ul#menu>li:nth-child(4) {
    display: none;
}

ul#menu>li:nth-child(5) {
    display: none;
}

ul#menu>li:nth-child(6) {
    display: none;
}

ul#menu>li:last-child {
    display: none;
}
.center-input-box-icon button {
    background: transparent;
    border: unset;
    color: #fff;
}
/*new css end*/

@media only screen and (min-width: 1401px) and (max-width: 1920px) {
    
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .menusec-loction.chg li a {
    font-size: 12px;
}
.shop-by-categories ul {
    flex-wrap: wrap;
}
.shop-by-categories ul a {
    width: 32%;
}
.kitchen-products-box h4 {
        font-size: 12px;
    height: 34px;;
}
.kitchen-products-box img {
    width: 170px;
    height: 160px;
}
.kitchen-products-box {
    padding-top: 30px;
}
.Featured-box ul {
    gap: 10px;
    padding: 10px;
    /* flex-wrap: wrap; */
}

.Featured-box ul li:first-child {
    width: 40%;
}

.Featured-box ul li h3 {
    font-size: 10px;
}

.Featured-box ul li:before {
    right: 0px;
}
.health-product-text h4 {
    font-size: 14px;
}

.health-product-text a {
    padding: 10px;
    font-size: 10px 20px;
}
.Featured-sec .col-lg-2.col-md-2.col-sm-12 {
    display: none;
}

.Featured-sec .col-lg-7.col-md-7.col-sm-12 {
    width: 75%;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .topsec-left-text h2 {
    font-size: 12px;
}

.topsec-paga-link ul li a {
    font-size: 13px;
    padding: 0 9px;
}

.topsec-soical-link ul {
    gap: 20px;
}

.topsec-soical-link ul {
    gap: 10px;
}
.center-sec-icon ul {
    gap: 30px;
}

.menuSec ul li a {
    margin-right: 20px;
}

.menusec-loction.chg ul {
    gap: 10px;
}

.menusec-loction.chg li a {
}

.menusec-loction {
    width: 33.333%;
}

.menusec-loction.chg li a {
    font-size: 12px;
}

.menusec-loction.chg ul li img {
    width: 30px;
}
.pruct-menu-first li a {
    font-size: 11px;
}

.banner_text h1 {
    font-size: 70px;
    margin-bottom: 20px;
}

.free-shipping-sec .row {
    padding: 20px 10px;
}
.shop-by-categories ul {
    flex-wrap: wrap;
}
.shop-by-categories ul a {
    width: 30%;
}
.kitchen-products-box h4 {
    font-size: 14px;
    height: 43px;
}
.kitchen-products-box {
    padding-top: 30px;
}
section.news-letter h4 {
    font-size: 20px;
}

.footer-about h5 {
    font-size: 33px;
}

.con-det-main li a {
    font-size: 13px;
}
.Featured-box ul {
    display: block;
    text-align: center;
    height: 260px;
    padding: 10px;
}


.Featured-box ul li {
    width: 100% !important;
}

.Featured-box ul li img {
    margin: 0 auto;
}

.Featured-box ul li h3 {
    width: 100%;
    font-size: 11px;
    margin: 10px 0;
}
.health-product img {
    height: 300px;
    object-fit: contain;
}

.health-product-text h4 {
    font-size: 11px;
}

.health-product-text a {
    font-size: 12px;
    padding: 10px;
}
.Featured-sec .col-lg-2.col-md-2.col-sm-12 {
    display: none;
}

.Featured-sec .col-lg-7.col-md-7.col-sm-12 {
    width: 75%;
}
section.news-letter p {
    font-size: 13px;
}
.footer-about p {
    width: 100%;
}
.about-text h2 {
    font-size: 40px;
}

.about-text p {
    line-height: 20px;
    font-size: 12px;
}

.inner-banner-sec {
    height: 600px;
}

.inner-banner-text h2 {
    font-size: 60px;
}
.proceed a {
    margin-bottom: 20px;
}
.proceed .checkout-btn {
    font-size: 13px;
}

.total-section {
    padding: 20px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
.topsec-left-text h2 {
    font-size: 12px;
}

.topsec-paga-link ul li a {
    font-size: 11px;
    padding: 0 5px;
}

.topsec-right-text {
    gap: 5px;
    justify-content: space-between;
}

.topsec-soical-link ul {
    gap: 10px;
}
.center-sec-icon ul {
    gap: 10px;
}

.menusec-loction.chg ul {
    gap: 5px;
}

.menuSec .add-padding {
    padding: 0 3%;
}

.menuSec ul li a {
    margin-right: 10px;
    font-size: 14px;
}

.menusec-loction ul li select {
    font-size: 12px;
}
.menusec-loction:last-child {
    display: none;
}
.menusec-right-sec {
    gap: 20px;
}
.menusec-loction ul li h2 {
    font-size: 10px;
}

.menusec-loction.chg li a {
    font-size: 12px;
}

.menusec-loction.chg li {padding-top: 10px;}

.menuSec .row {
}
.pruct-menu-first li {
    width: 33%;
}

.banner_text h1 {
    font-size: 70px;
}

.banner_text p {
    font-size: 13px;
    width: 100%;
}
.free-shipping-sec .row {
    padding: 10px;
}

.free-shipping-box ul {
    flex-wrap: wrap;
}

.your-products-sec {
    padding-top: 20px;
}
.your-products-left-1-text h3 {
    font-size: 15px;
}

.your-products-left-1-button a {
    padding: 14px 20px;
}

.shop-by-categories ul {
    flex-wrap: wrap;
}
.shop-by-categories ul a {
    width: 31.33%;
}

.your-products-left-1 img {
    object-fit: cover;
    object-position: left;
}
.kitchen-products-box h4 {
    font-size: 13px;
    height: 36px;
}
.kitchen-products-box {
    padding-top: 10px;
}

.kitchen-products-silder .slick-dots {
    display: none !important;
}

.shop-by-categories-buuton ul li a {
    font-size: 11px;
    text-align: center;
}
.Featured-sec .row > * {width: 100%;}
.health-product img {
    height: 500px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 20px;
}

.health-product {
    width: 80%;
    margin: 0 auto;
}
.affiliate-box img {
    width: 52%;
}

section.news-letter h4 {
    font-size: 13px;
}

section.news-letter p {
    font-size: 11px;
}
.con-det-main a {
    font-size: 14px;
}

.quick-link a {
    font-size: 14px;
}

.footer-about p {
    width: 100%;
    font-size: 14px;
}
.news-letter form > button {
    width: 40%;
}
.Featured-box.chg ul li img {
    width: 90px;
    margin: 0 auto;
}
.best-seller-heading h2 {
    font-size: 50px;
}

.row.chg>.col-lg-4.col-md-6.col-sm-12.col-12:first-child {
    width: 100%;
}

.row.chg>.col-lg-4.col-md-6.col-sm-12.col-12:first-child .footer-about {
    margin: 0;
    margin-bottom: 50px;
}

.footer-quick-link {
    margin-left: 0;
}
.footer-about:before {
    display: none;
}
.about-text h2 {
    font-size: 40px;
}

.about-text p {
    font-size: 11px;
    line-height: 19px;
}

.about-sec .row {
    align-items: center;
}

.inner-banner-text h2 {
    font-size: 60px;
}

.inner-banner-sec {
    height: 400px;
}
.testimonial-kevin-white ul {
    gap: 10px;
}

.testimonial-kevin-white ul li h2 {
    font-size: 19px;
}

.testimonial-kevin-white ul li img {
    width: 80px;
}
section.contact_pg {
    padding: 110px 0 33%;
}

.main_contact_wrp .contact_form {
    left: 6%;
}

.grp-wrp ul li a p {
    font-size: 11px;
}

.contact_dtlss h2 {
    font-size: 23px;
}
.product-categories h2 {
    font-size: 20px;
}

.best-seller-box img {
    height: auto;
}

.best-seller-box h2 {
    font-size: 13px;
}

.best-seller-box.chg1 {
    padding: 10px;
}

.best-seller-box p {
    width: 100%;
    line-height: 22px;
}

.best-seller-box h3 {
    position: static;
    text-align: right;
}

.product-categories ul li {
    font-size: 12px;
}
.product-detail-silder-items img {
    height: auto;
}
.proceed a {
    margin-bottom: 20px;
}
section.main-fold .row .col-md-9 {
    width: 100%;
    margin-bottom: 10px;
}
}


@media only screen and (min-width: 520px) and (max-width: 767px) {
    
    .topsec-paga-link {
    display: none;
}
.inner-banner-text h2 {
    font-size: 50px;
}

.inner-banner-sec {
    height: 400px;
}

.about-text h2 {
    margin: 10px 0;
    font-size: 50px;
}
.testimonial-kevin-white {
    margin: 10px 0;
}

.testimonial-kevin-white ul {
    display: block;
}

.testimonial-kevin-white ul li img {
    margin: 10px 0;
}

.testimonial-sec {
    text-align: center;
}

.testimonial-kevin-white p {
    font-size: 14px;
    margin-bottom: 20px;
}
.main_contact_wrp .contact_form {
    position: static !important;
}

.con_sid-wrp {
    padding: 20px;
    margin:  0;
}


.contact_dtlss {
    padding: 20px;
}

.con_sid-wrp h3 {
    font-size: 30px;
}

.contact_mapp {
}

.contact_mapp iframe {
    margin-bottom: 10px;
}
.faq-sec .accordion-item:first-of-type .accordion-button {
    font-size: 12px;
}

.faq-sec .accordion-body {
    font-size: 12px;
    width: 100%;
    line-height: 20px;
}
.faq-sec .accordion-button {
    font-size: 12px;
}
.product-number ul {
    margin-bottom: 12px;
}

.best-seller-box img {
    height: auto;
}


.menuSec {
    display: none;
}
    .add-to-cart .col-lg-9 {
    width: 600px;
    overflow-x: scroll;
}
.table-responsive {
    width: 700px;
}
.copun {
    display: block;
}

.copun a {
    width: 40%;
    margin-top: 10px;
}
.total-section {
    margin-top: 10px;
}
.main-text h1 {
    font-size: 20px;
}

.shipping--form {
    margin-bottom: 10px;
}
.product-detail-silder-items img {
    height: auto;
}

.product-det-content h4 {
    font-size: 25px;
    line-height: 1.2;
}

.price-tag div:first-child {
    font-size: 30px;
}
   .topsec-paga-link {
    display: none;
}
    .topsec-left-text h2 {
    font-size: 10px;
    text-align: center;
    margin-bottom: 9px;
}

.topsec-right-text {
    display: block;
}

.topsec-paga-link ul li a {
    font-size: 10px;
    padding: 0 10px;
}

.topsec-select select {
    background-color: #ffb100;
    margin: 5px 0;
}

.topsec-soical-link ul {
    justify-content: center;
}

.logo-sec {
    text-align: center;
    margin-bottom: 10px;
}

.center-sec-icon ul {
    justify-content: center;
    margin-top: 10px;
}
.menusec-loction.chg ul {
    gap: 5px;
}

.menusec-right-sec {
    display: block;
}

.pruct-menu-first li {
    width:50%;
}
.pruct-menu-first {
    flex-wrap: wrap;
}
.menuSec {
    display: none;
}
.free-shipping-sec .row {
    padding: unset;
}

.free-shipping-sec-box {
    display: block;
    padding: 10px 0;
}

.free-shipping-box {
    margin-bottom: 20px;
}
.shop-by-categories ul {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.shop-by-categories ul li {
    margin-bottom: 10px;
}

.kitchen-products-heading ul {
    text-align: center;
    display: block;
}

.kitchen-products-heading ul li {
    margin: 10px 0;
}

.kitchen-products-box h4 {
    font-size: 14px;
}

.kitchen-products-box {
    padding-top: 0%;
}
.shop-by-categories-buuton ul li a {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

.shop-by-categories-buuton ul {
    display: block;
}

.best-seller-heading h2 {
    font-size: 36px;
}

.your-products-left-1.shop-img img {
}

.your-products-left-1 {
    margin-bottom: 20px;
}

.affiliate-box h4 {
    font-size: 19px;
}

.affiliate-box {
    margin: 20px 0;
}

section.news-letter h4 {
    font-size: 16px;
}

.footer-about h5 {
    font-size: 30px;
}
.footer-quick-link {
    margin-left: 0;
}
.testi-slider {
    padding: 10px;
}

.testi-slider p {
    font-size: 13px;
    line-height: 25px;
}

.free-shipping-box ul li:first-child {width: 30%;text-align: center;}

.free-shipping-box ul li:last-child {
    width: 70%;
    text-align: start;
}
.your-products-left-1 img {
    height: 300px;
    object-fit: cover;
}
.health-product img {
    height: 400px;
    object-fit: cover;
    margin-bottom: 30px;
}
section.latest-wrap {
    padding-top: 0;
}
.Featured-box ul {
    gap: 20px;
}
.testi-fold a {
    font-size: 12px;
    padding: 10px;
}
.testi-slider .slick-slide img {
    width: 80px;
}
.testi-slider h5 {
    font-size: 14px;
}
section.news-letter .d-flex {
    display: block !important;
    text-align: center;
}

section.news-letter div.d-flex > div {
    margin: 10px 0;
}
.news-letter form button {
    position: static;
    width: 140px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}
.footer-about p {width: 100%;}

footer {
    text-align: center;
}

.footer-about {
    margin: 0;
}

.footer-contact {
    margin-left: 0;
}

.con-det-main li a, .quick-link a, .footer-about p {
    font-size: 13px;
}

footer .socail {
    justify-content: center;
}
.text-white {
    text-align: center !important;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    
    .add-to-cart .col-lg-9 {
    width: 600px;
    overflow-x: scroll;
}
.table-responsive {
    width: 700px;
}
.copun {
    display: block;
}

.copun a {
    width: 40%;
    margin-top: 10px;
}
    
    .topsec-paga-link {
    display: none;
}
    .topsec-left-text h2 {
    font-size: 10px;
    text-align: center;
    margin-bottom: 9px;
}

.topsec-right-text {
    display: block;
}

.topsec-paga-link ul li a {
    font-size: 10px;
    padding: 0 10px;
}

.topsec-select select {
    background-color: #ffb100;
    margin: 5px 0;
}

.topsec-soical-link ul {
    justify-content: center;
}

.logo-sec {
    text-align: center;
    margin-bottom: 10px;
}

.center-sec-icon ul {
    justify-content: center;
    margin-top: 10px;
}
.menusec-loction.chg ul {
    gap: 5px;
}

.menusec-right-sec {
    display: block;
}

.pruct-menu-first li {
    width: 100%;
}
.menuSec {
    display: none;
}

.product-menu {
    display: none;
}

.banner_text h1 {
    font-size: 50px;
}

.banner_text p {
    width: 100%;
    margin: 13px 0;
}

.free-shipping-sec .row {
    padding: unset;
}

.free-shipping-sec-box {
    display: block;
    padding: 10px 0;
}

.free-shipping-box {
    margin-bottom: 20px;
}
.shop-by-categories ul {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.shop-by-categories ul li {
    margin-bottom: 10px;
}

.kitchen-products-heading ul {
    text-align: center;
    display: block;
}

.kitchen-products-heading ul li {
    margin: 10px 0;
}

.kitchen-products-box h4 {
    font-size: 14px;
}

.kitchen-products-box {
    padding-top: 0%;
}
.shop-by-categories-buuton ul li a {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

.shop-by-categories-buuton ul {
    display: block;
}

.best-seller-heading h2 {
    font-size: 36px;
}

.your-products-left-1.shop-img img {
}

.your-products-left-1 {
    margin-bottom: 20px;
        box-shadow: 0 0 20px #00000021;
    position: relative;
}
.your-products-left-1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff3d;
}
.your-products-left-1-text h2 {
    font-size: 11px;
    color: #000000;
    margin-bottom: 3px;
}
.affiliate-box h4 {
    font-size: 19px;
}

.affiliate-box {
    margin: 20px 0;
}

section.news-letter h4 {
    font-size: 16px;
}

.footer-about h5 {
    font-size: 30px;
}
.footer-quick-link {
    margin-left: 0;
}
.testi-slider {
    padding: 10px;
}

.testi-slider p {
    font-size: 13px;
    line-height: 25px;
}

.free-shipping-box ul li:first-child {width: 30%;text-align: center;}

.free-shipping-box ul li:last-child {
    width: 70%;
    text-align: start;
}
.your-products-left-1 img {
    height: 300px;
    object-fit: cover;
}
.health-product img {
    height: 400px;
    object-fit: cover;
    margin-bottom: 30px;
}
section.latest-wrap {
    padding-top: 0;
}
.Featured-box ul {
    gap: 20px;
}
.testi-fold a {
    font-size: 12px;
    padding: 10px;
}
.testi-slider .slick-slide img {
    width: 80px;
}
.testi-slider h5 {
    font-size: 14px;
}
section.news-letter .d-flex {
    display: block !important;
    text-align: center;
}

section.news-letter div.d-flex > div {
    margin: 10px 0;
}
.news-letter form button {
    position: static;
    width: 140px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}
.footer-about p {width: 100%;}

footer {
    text-align: center;
}

.footer-about {
    margin: 0;
}

.footer-contact {
    margin-left: 0;
}

.con-det-main li a, .quick-link a, .footer-about p {
    font-size: 13px;
}

footer .socail {
    justify-content: center;
}

.text-white {
    text-align: center !important;
    font-size: 11px;
}

.affiliate-box ul li {
    flex-wrap: wrap;
    width: 17%;
}
.free-shipping-sec {
    margin-top: 9%;
}
.your-products-sec {
    padding-top: 20px;
}
.inner-banner-text h2 {
    font-size: 36px;
}

.inner-banner-sec {
    height: 300px;
    background-position: center;
}

.about-text h2 {
    font-size: 33px;
    margin: 10px 0;
}
.testimonial-kevin-white {
    margin: 10px 0;
}

.testimonial-kevin-white ul {
    display: block;
}

.testimonial-kevin-white ul li img {
    margin: 10px 0;
}

.testimonial-sec {
    text-align: center;
}

.testimonial-kevin-white p {
    font-size: 14px;
    margin-bottom: 20px;
}
.main_contact_wrp .contact_form {
    position: static !important;
}

.con_sid-wrp {
    padding: 20px;
    margin:  0;
}


.contact_dtlss {
    padding: 20px;
}

.con_sid-wrp h3 {
    font-size: 30px;
}

.contact_mapp {
}

.contact_mapp iframe {
    margin-bottom: 10px;
}
.faq-sec .accordion-item:first-of-type .accordion-button {
    font-size: 12px;
}

.faq-sec .accordion-body {
    font-size: 12px;
    width: 100%;
    line-height: 20px;
}
.faq-sec .accordion-button {
    font-size: 12px;
}
.product-number ul {
    margin-bottom: 12px;
}

.best-seller-box img {
    height: auto;
}
.main-text h1 {
    font-size: 20px;
}

.shipping--form {
    margin-bottom: 10px;
}
.product-detail-silder-items img {
    height: auto;
}

.product-det-content h4 {
    font-size: 25px;
    line-height: 1.2;
}

.price-tag div:first-child {
    font-size: 30px;
}
}