:root {
  --black: #000;
  --white: #fff;
  --red: #dd0f00;
  --gray: #e9e9e9;
}

/* Commen css start */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
span:empty {
  display: none;
}
body {
  font-family: "Public Sans", sans-serif;
}
.custtom-contaner {
  width: 100%;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0px auto;
}

.pt-30 {
  padding-top: clamp(18px, 2vw, 30px);
}
.pb-30 {
  padding-bottom: clamp(18px, 2vw, 30px);
}
p:empty,h3:empty{
  display: none !important;
}
.pt-50 {
  padding-top: clamp(30px, 3vw, 50px);
}
.pb-50 {
  padding-bottom: clamp(30px, 3vw, 50px);
}
.pt-200 {
  padding-top: 230px;
}
.heading--h2 {
  font-family: "Noto Serif", serif;
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.2;
}
.phoneviewprice{
  display: none;
}
.heading--h3 {
  font-family: "Noto Serif", serif;
  /* font-size: clamp(20px, 2vw, 25px); */
  font-size: clamp(22px, 2vw, 25px);
  font-weight: 700;
}
.heading--h4 {
  font-size: 20px;
  font-family: "Noto Serif", serif;
  font-weight: 700;
}
.line_clamp{
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 0px;
  word-wrap: anywhere;
}
img {
  width: 100%;
}
.heading--h5 {
  font-size: 18px;
  color: var(--white);
  font-weight: 400;
  border-bottom: 1px solid #fff;
  margin-bottom: clamp(15px, 2vw, 20px);
}
.pt--100 {
  padding-top: clamp(30px, 6vw, 100px);
}
.pb--100 {
  padding-bottom: clamp(30px, 6vw, 100px);
}
.pt-80 {
  padding-top: clamp(30px, 5vw, 80px) !important;
}
.pb-80 {
  padding-bottom: clamp(30px, 5vw, 80px);
}
.mtb{
  margin: clamp(20px, 3vw, 50px) 0px;
}
.mt--100 {
  margin-top: clamp(40px, 6vw, 100px);
}
.mb--100 {
  margin-bottom: clamp(40px, 6vw, 100px);
}

.f-Inter {
  font-family: "Inter", sans-serif;
}
.transiction {
  transition: all ease 0.3s;
}
.outerlinenone {
  outline: none;
}

.cust--btn {
  border: none;
  background: transparent;
}
.cust--btn a {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 8px;
  border: 1px solid var(--red);
  background: var(--red);
  display: inline-block;
  transition: all ease 0.3s;
  text-transform: capitalize;
}
.cust--btn a:hover {
  background: transparent;
  color: var(--black);
}
.section.meatype,.section.howoften {
  display: none;
}


.progress-container {
  position: absolute;
  top: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
}

.progress-bar {
  background-color: #dd0f002e;
  border-radius: 0px;
  height: 100%;
  z-index: -1;
  position: relative;
}
.aall-pro-data span.product-name {
  font-weight: 600;
}
.aall-pro-data {
  margin-left: 15px;
}
.aall-pro-data p {
  position: relative;
}
.aall-pro-data p:before {
  content: "";
  background: #a1a1a1;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 8px;
  left: -12px;
  border-radius: 50%;
}
/* Commen css end */

/* header section start */
/* header.header--section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    margin: 0px auto;
    padding: 23px 15px;
} */

.heade--parent--sec {
  /* background: #ffffffcf; */
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  /* z-index: 9999; */
  z-index: 99;
  transition: auto;
  transition: all ease 0.4s;
}
.heade--parent--sec.fixed--header {
  background: #ffffffcf;
  transition: all ease 0.3s;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--gray);
}
.fixed--header .header-sitelogo {
  max-width: 110px;
}
/* .pro--active .header-sitelogo {
  max-width: 130px;
} */
.header--active--user .header-navbar{
top: 126px !important;
}
header.header--section {
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
  /* padding: 23px 15px; */
  padding: 15px 15px;
  margin: 0px auto;
  align-items: center;
}
.header-left {
  display: flex;
  /* gap: clamp(30px, 5vw, 90px); */
  gap: clamp(30px, 3vw, 90px);
  align-items: center;
}
.fixed--header header.header--section {
  padding: 6px 15px;
  /* box-shadow: 0px -3px 12px 1px var(--red); */
}
.header-navbar > ul {
  display: flex;
  list-style: none;
  gap: clamp(15px, 2vw, 20px);
  margin-bottom: 0px;
}
.header-navbar > ul > li > a {
  text-decoration: none;
  color: var(--black);
  font-size: 16px;
  border-bottom: 2px solid transparent;
  transition: all ease 0.3s;
  text-transform: capitalize;
  /* font-weight: 700; */
}
.header-navbar > ul > li >a.active{border-bottom:2px solid var(--red)}
.header-right {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.header-sitelogo {
  width: 100%;
  /* max-width: 160px; */
  max-width: 7vw;
  filter: drop-shadow(0px 3mm 5mm #fff);
  transition: all ease 0.3s;
}
.for--mob {
  display: none;
}
.modal {
  z-index: 99999;}
.singin--btn a,
.singup--btn a {
  padding: 12px 23px;
  background: transparent;
  border: 1px solid var(--white);
  /* border: 1px solid var(--black); */
  /* color: var(--black) !important; */
  color: var(--white) !important;
  text-decoration: none;
  display: inline-block;
  /* border: 1px solid; */
  border-radius: 5px;
  transition: all ease 0.3s;
  text-transform: capitalize;
}
.dropdown {
  position: relative;

}
.dropdown > a {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
}
.dropdown .fa-chevron-down{
transition: all ease 0.3s;
font-size: 12px;
}

.dropdown.dropdown--show .fa-chevron-down{
transform: rotate(180deg);
}
.dropdown--menu {
left: 0px;
display: none;
flex-direction: column;
/* gap: 10px; */
position: absolute;
background: var(--gray);
width: 150px;
top: 25px;
list-style: none;
transition: all ease 0.3s;
}
.dropdown.dropdown--show .dropdown--menu{
display: flex;
transition: all ease 0.3s;
}
/* .header-navbar > ul > li {
padding-bottom: 15px;
} */
/* .dropdown--menu > li {
border-bottom: 1px solid #000;
padding: 10px;
} */
.dropdown--menu > li >a {
text-decoration: none;
color: var(--black);
background: var(--gray);
border-bottom: 1px solid #000;
padding: 10px;
display: block;
}
.dropdown--menu > li >a:not(:nth-last-child(1)){
border-bottom: 1px solid transparent;
}
.dropdown--menu > li >a:hover{
background: var(--red);
color: var(--white);
}
.fixed--header .singin--btn a,
.fixed--header .singup--btn a,.product--header-sec .singup--btn a,.product--header-sec .singin--btn a {
  border: 1px solid var(--black);
  color: var(--black) !important;
}
/* .singin--btn a, .singup--btn a {
    padding: 12px 23px;
    background: transparent;
    border: 1px solod var(--white);
    color: var(--white);
    text-decoration: none;
    display: inline-block;
    border: 1px solid;
    border-radius: 5px;
    transition: all ease 0.3s;
} */
.singin--btn a:hover,
.singup--btn a:hover {
  background: var(--white) !important;
  color: var(--black) !important;
}
.product--header-sec .cart--icon img {
  filter: brightness(0);
}
.mob--navbar, .login--mob {
  display: none;
}
.cart--popup--sec .offcanvas {
  z-index: 99999;
}
h5.subtotaldata {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 15px 6px;
    border: 1px solid #b5b5b5;
}
.cart-btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 40px 0px;
  flex-wrap: wrap;
}
.cart--popup--sec .selected--boxes .item {
  align-items: normal;
}
.cart-btn-more a {
  padding: 10px 10px;
  border-radius: 8px;
  border: 1px solid var(--red);
  background: var(--red);
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}
.cart--popup--sec .offcanvas-end{
  
  width: fit-content;

}
h5.addon--heading {
  font-size: 23px;
  font-weight: 500;
  margin: 20px 0px;
}
/* .product--header-sec .header--product-cart {
  transform: translate(110%, 0px);
} */
/* header section end */

/* hero section start */



/* .hero--section {
  margin-top: -12px;
  -webkit-mask-box-image: url(../images/home--mask.png);
  height: clamp(400px, 44vw, 800px);
  background-size: cover;
  background-repeat: no-repeat;
  mask-image: url(../images/home--mask.png);
  mask-repeat: no-repeat;
  mask-size: 100%;
} */
.hero--section {
  margin-top: -12px;
  -webkit-mask-box-image: url(../images/home--mask.png);
  height: 66vh;
  background-size: cover;
  background-repeat: no-repeat;
  mask-image: url(../images/home--mask.png);
  mask-repeat: no-repeat;
  mask-size: 1%;
  background-position: top center;
  -webkit-mask-box-image-repeat: round;

}

@supports (-moz-appearance: none) {
  .hero--section {
    /* Firefox-specific styles */
    /* height: clamp(400px, 44vw, 800px); */
    mask-image: url(../images/home--mask.png);
    mask-repeat: no-repeat;
    mask-size: cover;
  }
}



/* hero section end */

.thebest--section .exp--pro-text {
  max-width: 400px;
}
.thebest--section .custtom-contaner {
  display: flex;
  justify-content: end;
}

/* Featured section start */

/* .Featured-heading---box {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 15px;
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  margin-bottom:clamp(30px,3vw,50px);
} */

.Featured-custombox--section {
  padding: clamp(30px, 2vw, 30px) clamp(30px, 3vw, 50px);
  background: var(--gray);
  margin-top: 50px;
}
.Featured-custombox--section h2.heading--h3 {
  color: var(--red);
  margin-bottom: 15px;
}
.featur--box {
  display: flex;
  gap: clamp(10px, 2vw, 20px);
  flex-wrap: wrap;
  flex-direction: column;
}
.Featured--box--left,
Featured--box--right {
  width: 100%;
  max-width: 400px;
}
.Featured--box--left p,
.Featured--box--right p {
  margin-bottom: 10px;
}
.Featured--box--left ul,
.Featured--box--right ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: 20px;
  padding-left: 0px;
}
.Featured--box--right .note--box {
  display: flex;
  gap: 5px;
  margin-top: 20px;
}
/* feature product slider start */
.feature--product--slider .bx-wrapper {
  box-shadow: none;
  margin-bottom: 0px;
}
.feature--product--slider .bx-pager {
  display: none;
}
.feature--product--slider .feature_product_slider {
  display: flex;
  gap: 9px;
}
.feature--product--slider .slide.sider--box {
  padding: 15px !important;
  margin-right: 0px !important;
  background: linear-gradient(#c0c0c0, #f4f4f4);
}
.feature--product--slider {
  width: fit-content;
  margin: 0px auto;
}
.sider-top-txt {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0px;
}
/* .feature-slide-img img {
    height: 300px;
} */
/* .Featured--section .feature-slide-img img {
  height: 300px;
} */
.Featured--section .feature-slide-img img {
  object-fit: cover;
  width: 100%;
  height: 330px;
}
.feature-slide-img .bx-pager {
  display: none;
}
.bx-viewport {
  height: unset !important;
}
/* .slider--btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px 20px 0px;
} */
/* section.Featured--section .slick-slide.slick-current + div {
    transform: scale(1.2);
}
section.Featured--section .slick-list {
    overflow-x: clip;
    overflow-y: visible;

}
.slider--btn {

    justify-content: center;
    align-items: center;
    padding: 30px 0px 20px 0px;
    display: none;
    transition: all ease 0.3s;
}
section.Featured--section .slick-slide.slick-current + div .slider--btn {
    display: flex;
} */
.feature--product--slider .bx-prev {
  position: relative;
  left: -70px;
  background: #eeeeee;
  padding: 29px 18px;
  width: 52px !important;
  height: 58px !important;
  border-radius: 8px 0px 0px 8px;
}
.feature--product--slider .bx-prev:before {
  content: "";
  height: 16px;
  width: 30px;
  background: url(../images/leftarrow.png);
  position: absolute;
  top: 20px;
  right: 4px;
  background-repeat: no-repeat;
}
.feature--product--slider .bx-next {
  right: -70px;
  position: relative;
  background: #eeeeee;
  padding: 29px 18px;
  width: 52px !important;
  height: 58px !important;
  border-radius: 0px 8px 8px 0px;
}
.feature--product--slider .bx-next:before {
  content: "";
  height: 16px;
  width: 30px;
  background: url(../images/rightarrow.png);
  position: absolute;
  top: 20px;
  right: 4px;
  background-repeat: no-repeat;
}
section.Featured--section {
  position: relative;
}
section.Featured--section:before {
  content: "";
  height: 250px;
  width: 215px;
  background: url(../images/cowimageleft.png);
  position: absolute;
  top: -150px;
  left: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}
.cowwings-section .feature--product--slider {
  width: fit-content;
  margin: 0px auto;
  padding: 0px 70px;
}
/* .cowwings-section .review--slider {
  padding: 0px 50px;
} */
.cowwings-section .review--slider {
  padding: 0px 70px;
}
section.Featured--section:after {
  content: "";
  height: 250px;
  width: 215px;
  background: url(../images/cowright.png);
  position: absolute;
  bottom: 280px;
  right: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}
.cowwings-section .feature--product--slider .bx-wrapper {
  box-shadow: none;
  margin-bottom: 0px;
  width: 100%;
  max-width: 100% !important;
}
/* Featured section end */

/* chuse your plane section start */

.exp--pro--section.chusyour--plan {
  /* padding: 89px; */
  -webkit-mask-box-image: none;
  /* mask: url(../images/bb.png); */
  background-image: url(../images/fish.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 130px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0px;
  position: relative;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
}
.exp--pro--section.chusyour--plan:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
}
/* .chusyour--plan .exp--pro-img {
  transform: translate(0px, -60px) rotate(0deg) scale(1.4);
  width: 100%;
  max-width: 350px;
} */
/* chuse your plane section end */
.footer--copyright a {
  text-decoration: none;
}
/* Explore the product section start */

.exp--pro--section {
  /* padding: 89px; */
  -webkit-mask-box-image: url(../images/bb.png);
  /* mask: url(../images/bb.png); */
  background-image: url(../images/exploretheproduct.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 150px 0px;
  /* height: 700px; */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
}
.exp--pro-img {
  width: 100%;
  max-width: 514px;
}
.exp--pro-wraper {
  display: flex;
  background: var(--white);
  /* background: #ffffffbd; */
  padding: clamp(30px, 3vw, 50px);
  width: 100%;
  max-width: 996px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 20px;
  z-index: 2;
}
.exp--pro-img {
  /* transform: translate(54px, -67px) rotate(-18deg) scale(1.3); */
  width: 100%;
  max-width: 350px;
}
.exp--pro-text h2.heading--h2 {
  margin-bottom: 15px;
}
.exp--pro-text {
  width: 100%;
  max-width: 450px;
  /* height: fit-content; */
}
/* Explore the product section end */

/* counter section start  */

section.counter--section {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.counet-box-wraper {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3.5vw, 51px);
  flex-wrap: wrap;
}
.counte-box {
  background: var(--white);
  padding: 15px 20px;
  display: flex;
  gap: 16px;
  align-items: center;
}
/* .counte-box .counter-number {
  font-size: clamp(30px, 3vw, 50px);
  font-weight: 800;
  width: 60px;
} */

.counte-box .counter-number {
  font-size: clamp(30px, 3vw, 50px);
  font-weight: 800;
  width: clamp(36px, 4vw, 60px);
  letter-spacing: -2px;
  /* max-width: 60px; */
}
.counter--section--mask img {
  margin-bottom: -4px;
}
.exp--pro-text p {
  font-size: 18px;
  margin-bottom: clamp(15px, 2vw, 20px);
}
/* counter section end  */

/* How to start section start */

.sleact--product--section {
  width: 100%;
  max-width: 890px;
  display: flex;
  align-items: center;
}
.pro--img {
  width: 100%;
  /* max-width: 387px; */
  max-width: 160px;
}
.pro--img img {
  position: relative;
  border-radius: 50%;
  aspect-ratio: 1;
  z-index: 1;
  object-fit: cover;
}
.pro--txt-box {
  margin-left: -5%;
  background: var(--gray);
  height: fit-content;
  /* padding: 40px 30px 40px 100px; */
  padding: 20px 20px 20px 100px;
  display: flex;
  gap: 30px;
}
.task--list {
  display: flex;
  gap: 5px;
}
.task--txt {
  display: flex;
  flex-direction: column;
  /* gap: 5px; */
}
.plan--box p:empty{
  display: none;
} 
.task--list svg {
  transition: all ease 0.3s;
}
.task--list svg:hover {
  transform: scale(1.2);
}
.task--list svg:hover path {
  fill: var(--red);
}
.sleact--product--section.right--section {
  margin-left: auto;
  flex-direction: row-reverse;
}
.sleact--product--section.right--section .pro--txt-box {
  margin-right: -5%;
  /* padding: 40px 100px 40px 30px; */
  padding: 20px 100px 20px 20px;

  margin-left: unset;
}
.chus--btn {
  text-align: center;
  margin-top: clamp(20px, 3vw, 50px);
}
.timeline,
.timeline-right,
.howwestart-section .custtom-contaner,
section.howwestart-section {
  position: relative;
}
/* .timeline:before {
  content: "";
  height: 104%;
  width: 115%;
  background: url(../images/timelineleft.png);
  position: absolute;
  bottom: -160px;
  left: 7px;
  background-repeat: no-repeat;
  z-index: -1;
}
.timeline-right:before {
  content: "";
  height: 100%;
  width: 118%;
  background: url(../images/timelinerght.png);
  position: absolute;
  bottom: -160px;
  right: 57px;
  background-repeat: no-repeat;
} */
/* .howwestart-section .custtom-contaner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/howstartbg.png);
  position: absolute;
  top: 0px;
  left: 0px;
} */
.howwestart-section .custtom-contaner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/howstartbg.png);
  position: absolute;
  top: 0px;
  z-index: -1;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: 100%;
  background-size: 58%;
    background-attachment: fixed;
    background-position: center center;
}
.howwestart-section .custtom-contaner {
  padding: 20px;
}
section.howwestart-section:before {
  content: "";
  height: 250px;
  width: 215px;
  background: url(../images/cowimageleft.png);
  position: absolute;
  bottom: -120px;
  left: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}
section.howwestart-section:after {
  content: "";
  height: 250px;
  width: 215px;
  background: url(../images/cowright.png);
  position: absolute;
  bottom: 280px;
  right: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}
/* How to start section end */

/* People love For Cowwings  section start  */

section.Featured--section.cowwings-section:before {
  content: "";
  height: 250px;
  width: 215px;
  background: url(../images/cowimageleft.png);
  position: absolute;
  bottom: -30px !important;
  left: 0px;
  background-repeat: no-repeat;
  top: unset;
}
section.Featured--section.cowwings-section:after {
  content: "";
  height: 250px;
  width: 215px;
  background: url(../images/cowright.png);
  position: absolute;
  top: -100px !important;
  right: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}
.user--box {
  display: flex;
  gap: 10px;
  padding: 10px 0px;
}
/* section.Featured--section .feature-slide-img {
  height: 100%;
  max-height: 300px;
} */
section.Featured--section.cowwings-section .feature-slide-img {
  height: 100%;
  max-height: 220px;
}
section.Featured--section.cowwings-section .feature-slide-img img {
  height: unset;
}
/* section.Featured--section.cowwings-section .slide.sider--box {
    padding: 15px !important;
    margin-right: 0px !important;
    background: #EEEEEE;
    margin: 0px 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
} */
section.Featured--section.cowwings-section .sider--box {
  padding: 15px;
  background: #eeeeee;
}
.cowwings-section .slick-slide {
  display: block;
  padding: 0px 5px;
}
.cowwings-section .custtom-contaner {
  max-width: 1320px;
}

section.cowwings-section .slick-prev:before,
section.Featured--section .slick-prev:before {
  background-image: url(../images/leftarrow.png);
  opacity: 1 !important;
  content: "←";
  color: transparent;
  background-repeat: no-repeat;
}
section.cowwings-section .slick-next:before,
section.Featured--section .slick-next:before {
  background-image: url(../images/rightarrow.png);
  opacity: 1 !important;
  content: "→";
  color: transparent;
  background-repeat: no-repeat;
}
section.cowwings-section .slick-prev, section.Featured--section .slick-prev {
  height: 58px;
  width: 52px;
  background: #eee;
  border-radius: 8px 0px 0px 8px;
  left: -70px !important;
  transition: all ease 0.3s;
  border: 1px solid transparent;
}
/* section.cowwings-section .slick-prev,
section.Featured--section .slick-prev {
  height: 58px;
  width: 40px;
  background: #eee;
  border-radius: 8px 0px 0px 8px;
  left: -50px !important;
  transition: all ease 0.3s;
  border: 1px solid transparent;
} */
/* section.cowwings-section .slick-next,
section.Featured--section .slick-next {
  height: 58px;
  width: 40px;
  background: #eee;
  border-radius: 0px 8px 8px 0px;
  right: -50px !important;
  transition: all ease 0.3s;
  border: 1px solid transparent;
} */
section.cowwings-section .slick-next, section.Featured--section .slick-next {
  height: 58px;
  width: 52px;
  background: #eee;
  border-radius: 0px 8px 8px 0px;
  right: -70px !important;
  transition: all ease 0.3s;
  border: 1px solid transparent;
}
section.cowwings-section .slick-prev:hover,section.Featured--section .slick-prev:hover, section.cowwings-section .slick-next:hover,
section.Featured--section .slick-next:hover{
  background: transparent;
  border: 1px solid var(--red);
}

section.Featured--section .sider--box {
  padding: 15px;
  /* background: linear-gradient(#c0c0c0, #f4f4f4); */
  background: linear-gradient(#c0c0c0, #d1d1d1);
}
section.Featured--section .slick-slide {
  display: block;
  padding: 0px 5px;
}
/* .review--slider{
    padding: 0px 50px;
} */
.Featured--section .review--slider {
  /* padding: 50px 50px; */
  padding: 50px 70px;
}
.review--slider .sider--box {
  background: var(--gray);
  padding: 15px;
}

/* People love For Cowwings  section end */

/* Hungry stction start  */

/* .hungry--img {
  width: 100%;
  max-width: clamp(140px, 24vw, 450px);
  position: relative;
} */
.hungry--img {
  width: 100%;
  max-width: clamp(140px, 24vw, 428px);
  position: relative;
}
.hungry--section {
  width: 100%;
  max-width: 1360px;
  margin: 0px auto;
  padding: 0px 15px;
  padding-top: 50px;
}
.Hungry--txt {
  width: max-content;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-family: "Bernard MT Condensed";
  /* font-size: clamp(34px, 8vw, 150px); */
  font-size: clamp(36px, 10vw, 150px);
  color: var(--white);
  color: black;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--red);
  font-weight: 600;
}
.about--section img {
  width: 100% !important;
  height: 100% !important;
}
.hungey--box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.exp--pro-text button.cust--btn {
  margin-top: 15px;
}
.hungey--box:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url(../images/winges.png);
  background-repeat: no-repeat;
  top: -42px;
  background-size: contain;
  background-position: top center;
}
/* Hungry stction end  */

/* Subscribe Us stction start  */
.newslatter--section {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  gap: 30px;
}
.newslatter--section p {
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
}
.form--submit--btn {
  padding: 13px 24px;
  border-radius: 8px;
  border: 1px solid var(--red);
  background: var(--red);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.form--submit--btn:hover {
  background: transparent;
  color: var(--black);
}
.sub--form form {
  display: flex;
  gap: 30px;
}
.sub--form input[type="email"] {
  border: none;
  border-bottom: 1px solid var(--black);
  width: clamp(150px, 50vw, 600px);
  padding: 20px 20px 2px 0px;
}
.sub--form input[type="email"]::placeholder {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: var(--black);
  font-weight: 500;
}
.counter-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}
/* Subscribe Us stction end  */

/* footer start */
.footer--section {
  background: var(--black);
}
.footer--logo {
  width: 100%;
  max-width: 170px;
  margin-bottom: 15px;
}
.footer--copyright p {
  font-size: 14px;
  color: #fff;
  font-family: "Inter", sans-serif;
  display: flex;
}
.footer--copyright {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer--sec {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.footer--menu--sec {
  display: flex;
  gap: clamp(40px, 3vw, 50px);
  flex-wrap: wrap;
}
.foote--menu ul {
  flex-direction: column;
  display: flex;
  gap: 8px;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.foote--menu ul a {
  text-decoration: none;
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  transition: all ease 0.3s;
}
.foote--menu ul a:hover:not(.social--icon a) {
  border-bottom: 2px solid var(--red);
}
.social--icon img {
  max-width: 12px;
}
.social--icon a {
  display: flex;
  background: var(--white);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.foote--menu.social--icon ul {
  align-items: center;
}
.copyright-hide {
  display: none !important;
}
.social--icon .social--img {
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.social--icon .social--img span {
  color: var(--black);
  width: 35px;
  height: 35px;
}

.social--icon .social--img span i {
  color: var(--red);
  font-size: 16px;
}
/* footer end */

/* About page start */
/* .about--hero--section {
  margin-top: -15px;
  -webkit-mask-box-image: url(../images/aboutmask.png);
  height: clamp(280px, 45vw, 600px);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: end;
  align-items: center;
} */
.about--hero--section {
  margin-top: -15px;
  -webkit-mask-box-image: url(../images/aboutmask.png);
  /* height: clamp(280px, 45vw, 600px); */
  height: clamp(300px, 45vw, 600px);
  background-size: cover;
  background-repeat: no-repeat;
  mask-image: url(../images/aboutmask.png);
  mask-repeat: no-repeat;
  mask-size: cover;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
.about--hero--section:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  right: 0px;
}

.banner--txt {
  margin-right: 8%;
  z-index: 2;
}
section.howwestart-section.about--howwestar:before {
  top: 50%;
}
section.howwestart-section.about--howwestar:after {
  top: 25%;
}
.banner--txt h2 {
  font-size: clamp(40px, 4vw, 60px);
  color: var(--white);
  font-family: "Noto Serif";
  font-weight: 700;
  text-align: center;
}
.about--section {
  overflow: hidden;
  position: relative;
}
section.about--section:before {
  content: "";
  height: 250px;
  width: 215px;
  background: url(../images/cowimageleft.png);
  position: absolute;
  bottom: 60px;
  left: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}
section.about--section:after {
  content: "";
  height: 250px;
  width: 215px;
  background: url(../images/cowright.png);
  position: absolute;
  bottom: -20px;
  right: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}
/* .about--box--sec {
    display: flex;
    gap: 20px;
    overflow: hidden;
} */
.about--img {
  transform: rotate(-18deg);
  max-width: 550px;
  width: 100%;
}
.about--img.no--rotate {
  transform: none;
}
.chosse--box-pop {
  position: relative;
}
.about--box--sec {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.about--txt {
  width: 100%;
  max-width: 530px;
}
.about--txt h2.heading--h2 {
  margin-bottom: 20px;
}
/* About page end */

/* Get in touch start */

.get-txt--box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 600px;
}
.email {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.get-txt--box h2.heading--h2 {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.email--txt {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}
.email--txt h5 {
  text-transform: capitalize;
  font-size: clamp(16px, 1vw, 20px);
}
.email--txt a {
  color: var(--black);
  text-decoration: none;
  font-size: 16px;
}
.email--img {
  padding: 12px;
  background: var(--white);
  border-radius: 8px;
  transition: all ease 0.3s;
  height: fit-content;
}
.email--img img {
  width: 35px;
}
.social--img {
  display: flex;
  gap: 6px;
  background: transparent;
  padding: 0px;
}
.social--img span {
  color: var(--black);
  width: 45px;
  height: 45px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
}
.social--img span i {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  transition: all ease 0.3s;
}
.social--img span:hover,
.email--img:hover {
  transform: scale(1.1);
}
.social--img span:hover i {
  color: var(--red);
}
.get--tuch--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.get--img img {
  max-width: 480px;
}
.hungry--section.contact--hungry {
  padding-top: 0px;
}
/* Get in touch end */

/* Contact page start */

/* map section start */
.map--box iframe {
  width: 100%;
  height: 530px;
  position: relative;
}
.map--section.start {
  position: relative;
}
.visit--us--sec {
  left: 3%;
  background: var(--white);
  width: 100%;
  max-width: clamp(247px, 25vw, 500px);
  padding: clamp(15px, 3vw, 50px);
  position: absolute;
  top: 32%;
  margin: 10px;
  z-index: 3;
}
.visit--us--sec p {
  padding: 15px 0px 30px 0px;
}
.map--box {
  position: relative;
}
.map--box:before {
  content: "";
  height: 100%;
  width: 100%;
 /* background: rgba(0, 0, 0, 0.5);*/
  /* position: absolute; */
  top: 0px;
  left: 0px;
  z-index: 1;
}
/* map section end */

/* form section start */
.havequction--box {
  display: inline-block;
  margin: 0px auto;
  width: 100%;
  max-width: 900px;
  margin: 15px;
}
.have--quction--section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.havequction--box h2.heading--h2 {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: clamp(20px, 3vw, 40px);
}
.form--box form ,.form--box .shippingDetails{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.input-box,
.textarea-box {
  padding: 0px 20px !important;
  background: var(--gray);
  border: none;
  font-weight: 400;
  font-size: 16px !important;
  color: var(--black);
  font-family: "Inter", sans-serif;
  width: 100%;
  -webkit-padding:0px 20px !important;
-webkit-background: var(--gray);
-webkit-border: none;
-webkit-font-weight: 400;
-webkit-font-size: 16px !important;
-webkit-color: var(--black);
-webkit-font-family: "Inter", sans-serif;
height: 60px;
}

.input-box::placeholder,
textarea::placeholder {
  font-weight: 400;
  font-size: 16px !important;
  color: var(--black);
  font-family: "Inter", sans-serif;
}
.textarea-box {
  height: 124px;
  padding-top: 20px !important;
}
.name-box {
  display: flex;
  gap: 10px;
}
.form--box .form--submit--btn {
  width: fit-content;
  margin: 0px auto;
  margin-top: 15px;
}
/* form section end */

/* contact page start */

/* tab section start */

.tabing--section {
display: flex;
gap: 20px;
}
.tab--section .tab {
display: flex;
flex-direction: column;
/* width: 100%; */
gap: 10px;
width: 280px;
}
/* .tablinks {
text-align: left;
padding: 27px 20px;
background: transparent;
border: 1px solid #E3E3E3;
font-size: clamp(16px,2vw,20px);
font-weight: 700;
color: var(--black);
cursor: pointer;
} */
.tablinks.active {
background-color: #ccc; /* Example active state style */
}
.tablinks {
text-align: left;
padding: 15px;
background: transparent;
border: 1px solid #E3E3E3;
font-size: clamp(16px,2vw,20px);
font-weight: 700;
color: var(--black);
cursor: pointer;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.feature--pro--sec .cust--btn {
margin: 0px auto;
display: block;
margin-top: clamp(15px, 2vw, 30px);
z-index: 2;

}
.tablinks.active {
color: var(--white);
background: var(--black);
}
.tab--cuntent--box {
padding: 20px;
background: var(--gray);
width: 100%;
}
.tabcontent h3 {
color: var(--red);
font-size: clamp(22px,2vw,26px);
margin-bottom: 15px;


}
/* .featur--box > div {
width: 33%;
} */
.featur--box > div {
width: 38%;
}
.tab--box-sec .featur--box {
flex-wrap: unset;
}
.cut--box h3 {
color: var(--black);
font-size: 16px;
font-weight: 600;
margin-top: 15px;
}
.free--offer-section .cut--box h3 {
font-size: 18px;
}
.member--deal--section .cut--box h3 {
  font-size: clamp(17px,2vw,22px);
}
.cut-pro-dis p {
margin-bottom: clamp(15px, 2vw, 20px);
}

.add--btn--box {
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
margin-top: auto !important;
margin-top: 20px;
}
.add--btn--box .addtocart--btn {
padding: 6px clamp(10px, 0vw, 16px);
border-radius: 5px;
border: 1px solid var(--red);
font-size: 16px;
font-weight: 500;
font-family: 'Public Sans';
cursor: pointer;
background: var(--white);
color: var(--black);
}
.add--btn--box .cart--minus i,.add--btn--box .cart--plus i {
color: var(--white);
background: var(--red);
padding: 10px clamp(10px, 0vw, 16px);
border-radius: 5px;
border: 1px solid var(--red);
font-size: 16px;
cursor: pointer;
}

.cart-empty .shipping--address > div {
display: flex;
flex-direction: column;
gap: 10px;
}

.cart--h2 {
background-color: #f7f7f7;
border-top: 3px solid var(--red);
padding: 1em;
}

/* produt popup section  start */
.popupbox.product--dis--popup {
  height: max-content;
  flex-direction: column;
  gap: 30px;
}
.pro--pop--heading h3 {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid var(--gray);
}
.pro--pop--disc {
  padding: 50px;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1vw, 20px);
}
.pro--pop--disc h2 {
  font-size: 24px;
  font-weight: 500;
}
.inyourbox--sec {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #00000080;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* produt popup section  end */

/* .header--product-cart,.product--detals--cart {
  margin-left: auto;
}
.product--detals--cart .bell--icon--btn img{
  filter: brightness(0) saturate(100%) invert(12%) sepia(99%) saturate(6455%);
} */

.Pending--Process--sec.mincart {
  position: absolute;
  top: 78px;
  right: 0px;
  z-index: 8;
  transform: translate3d(999px,0px,0px);
  transition: all ease 0.3s;
  box-shadow: -1px 3px 16px rgba(0,0,0,0.5);
  padding: 20px;
  height: 100vh;
}

.Pending--Process--sec.mincart.active--mincart{
  transform: translate3d(0px,0px,0px);
}
.cart-empty .form--submit--btn{
width: fit-content;
text-decoration: none;
}

.already-account {
display: flex;
gap: 10px;
margin-bottom: 5px;
position: relative;
word-wrap: break-word;
background-color: #f7f7f7;
border-top: 3px solid var(--red);
padding: 1rem;
justify-content: space-between;
align-items: center;
}

.thank--you {
max-width: 700px;
margin: 0 auto;
background: #fff;
padding: 50px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}

.thank--you a.button {
text-decoration: none;
margin-top: 10px;
}

.thank--you .order-id a{
color: var(--red);
}

.sleact--next-btn {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 20px;
}
.sleact--next-btn .cart--selact{
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
padding: 13px 0px;
background: transparent;
border: 1px solid var(--red);
font-size: 16px;
gap: 5px;
cursor: pointer;
color: var(--black);
position: relative;
}  
.sleact--next-btn button.next--btn {
border: none;
background: transparent;
}
.sleact--next-btn .next--btn a {
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
padding: 13px 0px;
background: transparent;
border: 1px solid var(--red);
font-size: 16px;
gap: 5px;
cursor: pointer;
text-decoration: none;
background: var(--red);
color: var(--white);
transition: all ease 0.3s;
}
.sleact--next-btn .next--btn a:hover{
background: transparent;
color: var(--black);
}
/* tab section end */

/* contact page end */




/* product header section start */

.product--top--header {
display: flex;
justify-content: center;
align-items: center;
padding: 10px 15px;
background: var(--black);
transition: all ease 0.3s;
}
.product--top--header p {
color: var(--white);
text-align: center;
}
section.product--header-sec {
position: sticky;
/* width: 100%; */
top: 0px;
}
.product--header-sec header.header--section {
justify-content: center;
padding: 30px 15px;
transition: all ease 0.3s;
}
section.product--header-sec {
position: sticky;
/* width: 100%; */
top: 0px;
background: red;
background: #ffffffcf;
z-index: 99999;
}
.product--header-sec .header-sitelogo {
max-width: 130px;
}
section.product--header-sec.pro--active .header--section{
padding:10px 15px;
transition: all ease 0.3s;
backdrop-filter: blur(20px);
}

/* product header section end */

/* Choose your box size start */
.custm--plan--box {
display: flex;
/* justify-content: start; */
justify-content: center;
gap: 20px;
/* flex-wrap: wrap; */
}
.plan--box {
padding: 30px;
width: 33%;
background: var(--gray);
display: flex;
flex-direction: column;
gap: 20px;
position: relative;
}
.plan--box button.cust--btn {
margin-top: auto;
}
.plan--box h3 {
font-size: clamp(20px,2vw,20px);
font-weight: 700;

}
.choose--newbox .plan--box h3 {
  margin-bottom: 0px;
}
.box--price {
font-size: 20px;
color: var(--red);
font-weight: 500;
}
.plan--box ul {
display: flex;
flex-direction: column;
gap: 5px;
margin-left: 20px;
margin-bottom: 20px;
}
.plan--box button.cust--btn a {
background: transparent;
color: var(--black);

}
.plan--box button.cust--btn a:hover{
background: var(--red);
color: var(--white);
}
.price--box {
display: flex;
justify-content: space-between;
align-items: center;
gap: 15px;
}

.scticker--img {
  position: absolute;
  top: -30px;
  right: -14px;
  width: 100%;
  max-width: 90px;
}
  .choose--newbox .plan--box {
  padding: 15px;
}
.choose--newbox .price--newbox{
  flex-wrap: wrap;
  gap: 10px;
  align-content: baseline;
}
.choose--newbox:has(.scticker--img) .custm--plan--box{
  margin-top: 40px !important;
}

 .choose--newbox .plan--box:has(.box--newimg, .discount--price) .price--newbox{
 	margin-top: 50px;
}
.choose--newbox .plan--box:has(.box--newimg) .price--newbox{
margin-top: unset;
}
.price--newbox:has(.discount--price) .price--newbox{
margin-top: 50px;	
}


/* .how--often--section {
background: var(--gray);
margin-top: 20px;
//padding: clamp(15px, 2vw, 30px);
padding: clamp(6px, 2vw, 30px);
display: flex;
justify-content: space-between;
gap: clamp(20px, 3vw, 50px);
} */
.how--often--section {
  padding: clamp(6px, 2vw, 30px);
  background: var(--gray);
  margin-top: 20px !important;
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 50px);
  width: fit-content;
  margin: 0 auto;
}
.often-heading {
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
max-width: 600px;
align-items: center;
gap: 15px;
}
.often-heading p {
text-align: center;
}
.planes--box--section .plan--box {
  width: 100%;
}
.planes--box--section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(172px, 30vw, 150px), 1fr));
}


.every--week--box {
width: 100%;
max-width: 430px;
display: flex;
flex-direction: column;
gap: 10px;
}
.week--box {
background: var(--white);
display: flex;
justify-content: space-between;
gap: 20px;
}
.how--often {
display: flex;
flex-direction: column;
gap: clamp(20px, 3vw, 40px);
align-items: center;
}
.week--box p {
padding: 10px 20px;
font-weight: 400;
}
.week--box button {
border: none;
padding: 0px;
background: transparent;
border: 1px solid var(--black);
border-radius: 8px;
overflow: hidden;
}
.week--box button a {
text-decoration: none;
font-size: 16px;
font-weight: 500;
color: var(--black);
padding: 13px 20px;
transition: all ease 0.3s;
}
.week--box button a:hover{
background-color: var(--red);
color: var(--white);
}
.selact--date {
padding: 30px;
background: var(--white);
border-radius: 10px;
}
.selact--date h3 {
text-align: center;
margin-bottom: 15px;
}
.date--calender .ui-datepicker-inline {
border: none;
margin: 0px auto;
}
/* .date--calender a.ui-state-default,.date--calender .ui-state-highlight {
padding: 8px;
border-radius: 50%;
border: 1px solid transparent;
font-weight: normal;
color: var(--black);
text-align: center;
background: transparent;
}  */

.date--calender a.ui-state-default, .date--calender .ui-state-highlight {
/* padding: 8px; */
border-radius: 50%;
border: 1px solid transparent;
font-weight: normal;
color: var(--black);
text-align: center;
background: transparent;
width: 30px;
/* display: block; */
aspect-ratio: 1;
display: flex;
justify-content: center;
align-items: center;
}


.date--calender a.ui-state-default.ui-state-active {
background: var(--red);
color: var(--white);
}
.date--calender a.ui-state-default:hover{
color: var(--white);
background: var(--red);
}
.time--calender input[type="time"] {
height: 40px;
width: 150px;
margin: 0px auto;
display: block;
padding: 10px;
color: var(--black);
}
.selact--date--sec {
display: flex;
flex-direction: column;
gap: 15px;
}
button.cust--btn.selact a,.add-item.selact a {
background: var(--red) !important;
color: var(--white) !important;
border-radius: 8px;
}
.add-item:hover a{
background: var(--red) !important;
color: var(--white) !important;
border-radius: 8px;
}
/* Choose your box size end */

/* Select 6 Cuts section start */
.Select-Cuts-content {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(clamp(220px, 30vw, 380px), 1fr));
flex-wrap: wrap;
/* justify-content: center; */
gap: 14px;
}
.Select-Cuts-content.Products--sub--canv{
grid-template-columns: repeat(auto-fill, minmax(clamp(220px, 26vw, 270px), 1fr));
}
.cut--tabbing .Select-Cuts-content{
/* grid-template-columns: repeat(auto-fill, minmax(clamp(220px, 26vw, 260px), 1fr)); */
grid-template-columns: repeat(auto-fill, minmax(clamp(136px, 30vw, 194px), 1fr));
}

.cut--box {
padding: 10px;
/* width: 32%; */
width: 100%;
background: var(--gray);
flex-grow: 1;
display: flex;
flex-direction: column;
position: relative;
}
.pro--badge {
  position: absolute;
  top: -10px;
  right: -5px;
  z-index: 2;
  background: red;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
}
/* .cut--box .pro--img img {
border-radius:unset;
aspect-ratio: 1;
} */

.cut--box .pro--img img {
border-radius: unset;
aspect-ratio: 1 / 0.7;
object-fit: cover;
transition: all ease 0.3s;
}
.cut--box .pro--img {
width: 100%;
max-width: unset;
overflow: hidden;
position: relative;

}
.product--popup {
  position: absolute;
  bottom: 3px;
  right: 5px;
  z-index: 3;
  background: var(--white);
  padding: 2px 7px;
  border-radius: 5px;
  cursor: pointer;
}
.product--popup i {
  font-size: 16px;
}
.exp--pro-text ul {
  text-align: left;
}
.cut--box:hover .pro--img img {
transform: scale(1.1);
}
.member--del--box h3 {
margin-top: 0px;
}
.member--del--box {
margin-top: 15px;
}
/* Select 6 Cuts section end */


/* Choose Your Free Offer page start */
.free--offer-section .cut-pro-dis {
gap: 10px;
display: flex;
flex-direction: column;
}
.free--offer-section .cust--btn {
margin-top: 15px;
}
.free--offer-section .cut--box .pro--img img {
border-radius: unset;
aspect-ratio: 1 / 0.6;
object-fit: cover;
transition: all ease 0.3s;
}
.free--offer-section .cut--box {
flex-grow: unset;
padding: 15px;
}
.free--offer-section .cust--btn.add-item a {
background: transparent;
color: var(--black);
}
/* Choose Your Free Offer page end */


/* What's In The Box start */
.whatin--box--img {
width: 100%;
max-width: 500px;
min-height: 100%;
}
.whatin--box--img img{
width: 100%;
max-width: 500px;
min-height: 100%;
object-fit: cover;
}
.whatin--box--section {
display: flex;
/* gap: 20px; */
}
.whatin--box--txt {
padding: clamp(20px, 5vw, 80px) clamp(20px, 4vw, 100px) clamp(20px, 5vw, 80px) 0px;
display: flex;
flex-direction: column;
gap: 20px;
}
.whatin--box--txt h2{
font-family: "Noto Serif", serif;
font-size: clamp(30px, 4vw, 40px);
font-weight: 700;
line-height: 1.2;
}
.whatin--txt {
display: flex;
flex-direction: column;
gap: 15px;
}
.whatin--txt ul {
margin-left: 20px;
display: flex;
flex-direction: column;
gap: 8px;
}
/* What's In The Box end */


/* Contact page end */


/* checkout */
.checkout--section h2.heading--h2 {
text-align: start;
}
.checkout--section h3 {
font-size: 20px;
}
.checkout--section p, .checkout--section h3 {
text-align: start;
}
.checkout--section {
align-items: baseline;
}

span.cart-price.text-danger {
  font-size: 15px;
}
.custom--box {
flex-direction: column;
gap: 0;
}
.custom--box .text-danger {
margin-top: 2px;
}
.font-14{
font-size: 14px;
}

.shipping--address {
width: 100%;
}

.selected--boxes {
max-width: 500px;
margin: 20px auto;
padding: 20px;
background-color: #fff;
width: 100%;
}

.selected--boxes {
margin-bottom: 20px;
margin-top: 0;
padding-top: 0;
}

.coupon-msg {
  width: 100%;
  text-align: left;
}

.coupan--code {
  row-gap: 5px !important;
}

.selected--boxes .item {
display: flex;
align-items: center;
margin-bottom: 15px;
gap: 20px;
flex-wrap: wrap;
}

.selected--boxes .item img {
width: 105px;
height: 85px;
object-fit: cover;
}

.selected--boxes .details {
flex: 1;
gap: 5px;
display: flex;
flex-direction: column;
}

.selected--boxes .price {
font-weight: bold;
color: #333;
}

.selected--boxes .summary {
border-top: 1px solid #ccc;
padding-top: 10px;
text-align: right;
}

.selected--boxes .summary p {
margin: 5px 0;
}

.shipping--address .Featured-heading---box {
margin-bottom: clamp(20px, 3vw, 40px) !important;
}

.strip--line {
border-top: 1px solid #CCCCCC;
margin-top: clamp(10px, 2vw, 20px);
margin-bottom: clamp(10px, 2vw, 20px);
}
.pb-30{
padding-bottom: clamp(20px, 2vw, 30px);	
}
.font-18{
font-size: 18px !important;	
}
.form--box .text-danger {
font-size: 13px !important;
}
/* checkout--end */


/* singin form start */
.singin--section .form--box .form--heading--box{
margin-bottom: 40px;  
}
.singin--section .form--box .form--heading--box h2.heading--h2 {
text-transform: capitalize;

text-align: center;
}
.singin--section .form--box {
padding: clamp(20px, 3vw, 50px);
margin: 0px auto;
width: 100%;
max-width: 600px;
background: var(--gray);
}
.singin--section .form--box .input-box{
border: 1px solid #000;
width: 100%;
border-radius: 5px;
}

.forget--box {
justify-content: end;
margin-top: 10px;
}
.forget--box a,.singin--box a{
color: var(--red);
text-transform: capitalize;
}
.singin--box {
justify-content: center;
margin-top: 15px;
}
.singin--box p {
display: flex;
gap: 10px;
}

.login--mob i {
  color: var(--black);
  transition: all ease 0.2s;
}
.login--mob i:hover {
  color: var(--red);
  }
  .mob--navbar:hover .hamburger--mpb i{
    color: var(--red);
  }
 .singin {
flex-direction: column;
gap: 5px;
width: 100%;
}
.singin label {
display: flex;
justify-content: start;
align-items: center;
gap: 5px;
}
sup.mandatory--field {
display: inline-block;
font-size: 12px;
font-weight: 900;
}
.popup--form--box.forget--box {
margin-top: unset;
}
/* singin form end */


/* popup form start */
.overlay {
display: none; /* Hidden by default */
position: fixed; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
background-color: rgba(0,0,0,0.5); /* Black background with transparency */
z-index: 999; /* Sit on top */
}
.home--popup {
display: none; /* Hidden by default */
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: white;
padding: 0;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
z-index: 1000; /* Sit on top of the overlay */
animation: fadeIn 1s;
}

@keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}

.coming-soon {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}

.coming-soon-svg {
max-width: clamp(100px, 21vw, 400px);
}

.subtitle {
margin-top: 20px;
font-size: 1.2rem;
color: #333;
}

.pop--up--section {
position: fixed;
width: 100%;
background: rgba(0, 0, 0, 0.3);
z-index: 9999;
top: 0px;
right: 0px;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
overflow-y: scroll;
}
.popupbox {
display: flex;
padding: 20px;
gap: 20px;
background: var(--white);
border-radius: 10px;
overflow-y: auto;
    height: 80vh;
    position: relative;
}
.popupbox::-webkit-scrollbar {
width: 0px;
/* border: 1px solid var(--red); */
}
.form--close--btn {
position: absolute;
top: 15px;
right: 15px;
}
.cheqbox--box input {
width: 15px;
cursor: pointer;
}
.form--close--btn button {
border: none;
background: transparent;
font-size: 26px;
cursor: pointer;
color: var(--black);
}
.popup--img {
width: 100%;
max-width: 700px;
    position: relative;
}
.pop--site--img {
position: absolute;
top: 50%;
right: 50%;
transform: translate(50%, -50%);
}.tab--img
.popup--img:before {
content: "";
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.3);
position: absolute;
top: 0px;
right: 0px;
}
.pop--bg--img,.pop--bg--img img{
height: 100%;
  object-fit: cover;
}
.popup--form--sec {
width: 100%;
max-width: 500px;
padding: 0px clamp(15px, 3vw, 50px);
    display: flex;
flex-direction: column;
justify-content: center;
}
.popup--form--sec h2.heading--h2 {
text-align: center;
margin-bottom: 20px;
}
.form--pop-input {
display: flex;
gap: 10px;
padding: 20px;
background: var(--gray);
border-radius: 10px;
    align-items: center;
}
.form-imput--img {
width: 21px;
}
.form--pop-input input {
width: 100%;
border: none;
background: transparent;
font-size: 16px;
}
form.form--box-sec {
display: flex;
flex-direction: column;
gap: 10px;
}
.form--box-sec .forget--box a {
color: var(--black);
text-decoration: none;
font-size: 16px;
}
.form--box-sec .form--submit--btn {
margin-top: 20px;
}
.form--box-sec .forget--box {
justify-content: end;
margin-top: 10px;
margin-right: 10px;
}
.popup--form--sec .singin--box {
margin-top: auto;
}
.popup--form--box {
margin-top: auto;
margin-bottom: 15px;
padding-top: 30px;
}
.singin--box p {
display: flex;
gap: 5px;
}
.singin--box a {
color: var(--black);
text-transform: capitalize;
font-weight: 700;
}
.input--two--box {
display: flex;
gap: 10px;
}
.form-imput--img i {
font-size: 18px;
}
/* popup form end */
.pop--up--section .singin--page{
background: rgb(221 221 221);
}

/* singin page style end */



/* ofanvas desigin  */

.offcanvas-bottom.canvas--height {
height: 80vh;
}
.canvasclose--btn{
position: absolute;
top: 20px;
right: 30px;
border: 1px solid var(--red);
}
.canvasclose--btn:focus{
box-shadow: none;
}
/* ofanvas desigin  */




/* cart opopup start */

.cart--icon {
  padding: 12px 23px;
  background: transparent;
  border: 1px solid var(--white);
  color: var(--black) !important;
  color: var(--white) !important;
  text-decoration: none;
  display: inline-block;
  border: 1px solid;
  border-radius: 5px;
  transition: all ease 0.3s;
  /* text-transform: capitalize; */
  /* display: flex; */
}

.fixed--header .cart--icon ,.product--header-sec .cart--icon {
  border: 1px solid var(--black);}
/* cart opopup end */
.cart--popup-section .offcanvas-end{
  height: 100vh !important;
}
span.empity-cart {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-bottom: 1px solid red;
  padding-bottom: 10px;
  margin-top: 50px;
}
.cart--icon-tab{
  display: none !important;
}
.product--header-sec .panding--process--sec {
  margin-left: auto;
}
.product--header-sec .user--login--sec{
  margin-left: auto;
}
/* user login sec header start */

.user-log-sec {
display: flex;
justify-content: end;
align-items: center;
gap: 20px;
}
.user-img-btn {
width: 45px;
height: 45px;
border-radius: 50%;
overflow: hidden;
}
.user-img-btn img {
width: 100%;
aspect-ratio: 1;
object-fit: cover;
}
.update--proflie--image img {
width: 50px;
aspect-ratio: 1;
object-fit: cover;
}
.fixed--header .bell--icon--btn img,.header--active--user .bell--icon--btn img{
  filter: brightness(0);
}
.fixed--header .bell--icon--btn.show img, .fixed--header .bell--icon--btn img:hover,.header--active--user .bell--icon--btn.show img,.header--active--user .bell--icon--btn img:hover{
  filter: brightness(0) saturate(100%) invert(12%) sepia(99%) saturate(6455%);
}
.bell--icon--btn img:hover{
  filter: brightness(0) saturate(100%) invert(12%) sepia(99%) saturate(6455%);
}
.logout--sec li a:hover img{
filter: brightness(0) saturate(100%) invert(12%) sepia(99%) saturate(6455%);
}

.dropdown-menu.Pending--Process--sec.show {
  min-width: 320px;
  padding: 30px 15px;
  border-radius: 15px;
  top: 25px !important;
  left: 40px !important;
}
.Pending-heading h2 {
font-size: 20px;
font-weight: 700;
}
.Pending-heading button {
background: var(--gray) !important;
padding: 10px;
font-size: 12px;
font-weight: 400;
border-radius: 20px;
}
.panding--pro .cust--btn a {
padding: 8px 20px;}
.panding--pro ul li:not(:nth-last-child(1)) {
  border-bottom: 1px solid var(--gray);
}
/* .box--height-pro {
max-height: 450px;
overflow-x: auto;
} */

.box--height-pro {
margin-bottom: 0px;
max-height: 280px;
overflow-x: auto;
}

.box--height-pro::-webkit-scrollbar,.popupbox::-webkit-scrollbar,.canvas--height .offcanvas-body::-webkit-scrollbar {
background:var(--gray);
width: 5px;
border: 1px solid var(--red);
/* border-radius: 10px; */
}
.box--height-pro::-webkit-scrollbar-thumb,.popupbox::-webkit-scrollbar-thumb,.canvas--height .offcanvas-body::-webkit-scrollbar-thumb {
background: var(--red);
}
/* .popupbox::-webkit-scrollbar {
background:var(--gray);
width:8px;
border: 2px solid var(--red);
border-radius: 10px;
} */
/* .popupbox::-webkit-scrollbar-thumb {
background: var(--red);
} */
.panding--pro,.Pending--Process--sec {
position: relative;
}
.Pending--Process--sec::before {
content: "";
height: 40px;
width: 40px;
background: var(--white);
position: absolute;
top: -33px;
right: 25px;
clip-path: polygon(48% 32%, 28% 100%, 72% 100%);
}
.user--log-img-sec .dropdown-menu.Pending--Process--sec.show {
top: 25px !important;
left: 12px !important;
}
.user--log-img-sec .Pending--Process--sec::before {
top: -33px;
right: 10px;
}
.user--detals-img {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-bottom: 1px solid var(--gray);
}
.logout--sec img {
width: 20px;
}
.user--detals-img img {
width: 100px;
}
.logout--sec li {
border-bottom: none !important;
}
.logout--sec li a{
display: flex;
gap: 10px;
align-items: center;
font-size: 18px;
color: var(--black);
text-decoration: none;
font-weight: 500;
}

.header--active--user {
border-bottom: 1px solid var(--gray);
}
.dash--sec {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(clamp(200px, 49vw, 320px), 1fr));
gap: 15px;
padding-bottom: clamp(20px, 3vw, 50px);
border-bottom: 1px solid var(--gray);
}
.dash--user-img {
width: 100%;
max-width: 70px;
}
/* .tab--img {
object-fit: cover;
width: 400px;
margin-bottom: 15px;
margin: 0 auto;
padding-bottom: 15px;
} */

.discount--price {
  opacity: 0.4;
  color: var(--black);
  font-size: 15px;
}
.tab--img {
object-fit: cover;
/* max-width: 400px; */
max-width: 150px;
margin-bottom: 15px;
padding-bottom: 15px;
float: left;
margin-right: 40px;
}
.dashbox--box a ,.order--box {
padding: 20px;
border: 1px solid var(--gray);  
display: flex;
min-height: 150px;
border-radius: 10px;
justify-content: start;
align-items: center;
gap: clamp(20px, 2vw, 30px);
cursor: pointer;
transition: all ease 0.3s;
text-decoration: none;
  color: var(--black);
}
.heading--box {
margin-bottom: 20px;
}
.dash--user-txt h3 {
font-size: 20px;
font-weight: 700;
}
.next--order--box {
padding-top: clamp(20px, 3vw, 50px);
}
.dashbox--box a:hover,.order--box:hover {
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
}
/* user login sec header end */

/* Profine page start */

.user-pro-heading {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 10px;
margin-bottom: clamp(30px, 3vw, 40px);
}
.custtom-contaner-user {
margin: 0px auto;
width: 100%;
max-width: 700px;
padding: 0px 15px;
}

.shipping--accordion .accordion-button:focus{
box-shadow: none !important;
outline: none !important;
border-color: none !important;
}
.shipping--accordion .accordion-button h3,.selected--boxes .section > h3 {
font-weight: 700;
font-size: 20px !important;
}
.shipping--accordion .accordion-button{
padding: 0;
  padding-bottom: 15px;
  padding-top: 15px;
}
.shipping--accordion .accordion-button:not(.collapsed){
color: var(--red) !important;
box-shadow: none !important;
}
.address-acc{
background: var(--gray);
margin-bottom: 20px;
padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.shipping--btn button.cust--btn a {
  padding: 10px 20px;
  border-radius: 5px;
}
a.transiction.edit--address {
  width: 100%;
  background: var(--white);
  color: var(--bs-body-color);
  border: 1px solid var(--white);
  transition: 0.5s;
}
a.transiction.edit--address:hover{
background: transparent;
  color: var(--black);
  border: 1px solid var(--red);
}
.adddress--box .edit--address {
min-width: 160px;
}
.user-pro-heading p ,.user-pro-heading h2{
text-align: center;
}
.accordion-button::after{
color: var(--bs-body-color) !important;
}
.shipping--accordion .accordion-button:focus{
box-shadow: none !important;
outline: none !important;
border-color: none !important;
}
.shipping--accordion .accordion-button:not(.collapsed){
color: var(--red) !important;
}
.shipping--accordion .accordion-button:after {
width: 25px;
height: 25px;
background-color: var(--gray);
filter: grayscale(1);
background-size: 24px !important;
background-size: 18px !important;
    background-position: center;
}
/* .default-address span.badge {
border: 1px solid var(--red);

margin-bottom: 10px;
color: var(--black);
cursor: pointer;
} */
.default-address:has(span[onclick='makeDefaultAddress(this)']) .badge{
border: 1px solid var(--red);
background: transparent;
margin-bottom: 10px;
color: var(--black);
cursor: pointer;
}
.default-address .badge{
border: 1px solid var(--red);
background: red;
margin-bottom: 10px;
color: var(--white);
cursor: pointer;
transition: all ease 0.2s;
}
.default-address:has(span[onclick='makeDefaultAddress(this)']) .badge:hover{
background: red;
color: var(--white);
}
.address-box--section {
display: flex;
flex-direction: column;
}
.address-acc:has(.badge:not([onclick='makeDefaultAddress(this)'])){
order: -1;
}
.custom-contaner--inner {
  width: 100%;
  max-width: 692px;
  padding: 0px 15px;
  margin: 0px auto;
}
.your--subscriptions a.nav-link.active {
background: var(--gray);
transition: 0.5s;
}
.your--subscriptions a.nav-link {
  padding: 13px 24px 13px 24px;
  font-weight: 500;
  color: #272727;
  border-radius: 5px;
  border: 1px solid #E9E9E9;
}
.your--subscriptions li.nav-item {
width: calc(50% - 8px);
text-align: center;
}
.profile--form--box .form--pop-input {
width: 100%;
border-radius: 0px;
}

.profile--form--box .form--submit--btn{
width: fit-content;
margin: 0px auto;
margin-top: 20px;
}
.user--profile--box {
display: flex;
justify-content: start;
align-items: center;
gap: 20px;
padding: 20px;
background: var(--gray);
}
.form-pro--img {
width: 100px;
aspect-ratio: 1;
overflow: hidden;
border-radius: 50%;
}
.form-pro--img img{
aspect-ratio: 1;
object-fit: cover;
}
/* Profine page end */
/* date time picker start */

.date--calender .xdsoft_datetimepicker {
width: 100%;
border: none;
}
.date--calender .xdsoft_datepicker {
width: 100%;
display: flex !important;
flex-direction: column;
}
.date--calender .xdsoft_calendar th {
color: var(--black);
background: transparent;
border: none;
}
.date--calender .xdsoft_monthpicker {
margin-bottom: 10px;
}

.date--calender .xdsoft_datetimepicker .xdsoft_calendar td{
width: 35px;
background: transparent;
border: 1px solid transparent;
color: var(--black);
font-size: 12px;
text-align: center;
height: 47px;
border-radius: 50%;
aspect-ratio: 1;
box-shadow: none;
}
.date--calender .xdsoft_datetimepicker .xdsoft_calendar td:hover,.date--calender .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current{
color: var(--white) !important;
background:var(--red) !important;
box-shadow: none !important;
}
.date--calender .xdsoft_datetimepicker .xdsoft_calendar td > div {
padding-right: 0px;}
.date--calender .xdsoft_label{
  float: unset;
}
.date--calender .xdsoft_option{
  background: transparent !important;
  box-shadow: none !important;
  color:var(--black) !important;
}
.date--calender .xdsoft_option:hover {
  color:var(--white) !important;
  background:var(--red) !important;
}
.selact--date .time-picker {
display: flex;
align-items: center;
justify-content: center;
/* background-color: #e9ecef; */
padding: 20px;
border-radius: 10px;
}
.selact--date .time-picker select {
margin: 0 5px;
padding: 5px;
border-radius: 5px;
}
.selact--date .form-select:focus {
border-color: 1px solid var(--gray);
outline: 0;
box-shadow: none;
}
.selact--date .form-select {
display: block;
width: 60px;}
.selactimedate .how--often--section {
  width: fit-content;
  margin: 0px auto;
  flex-direction: column;
}
section.Featured--section .sider--box img {
object-fit: cover;
width: 100%;
height: 330px;
}
/* .slider--peragraph p {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
 overflow: hidden;
} */

.get-txt--box .email {
  padding: 15px;
  background: var(--gray);
}
.salepriceoff{
  position: absolute;
  top: 9px;
  left: 1px;
  z-index: 2;
  padding: 2px 6px;
  color:var(--white);
}
/* date time picker end */

/* media Query start */
/* @media (min-width: 1024px) {
  section.Featured--section .slick-slide.slick-current + div {
    transform: scale(1.2);
  }
  section.Featured--section .slick-slide.slick-current + div .sider--box {
    padding: 15px;
    background: linear-gradient(#e8e8e8, #f4f4f4);
  }
  section.Featured--section .slick-list {
    overflow-x: clip;
    overflow-y: visible;
  }
  .slider--btn {
    justify-content: center;
    align-items: center;
    padding: 30px 0px 20px 0px;
    display: none;
    transition: all ease 0.3s;
  }
  section.Featured--section .slick-slide.slick-current + div .slider--btn {
    display: flex;
  }


  .dropdown:hover .dropdown--menu{
    display: flex;
    transition: all ease 0.3s;
    }
    .dropdown:hover .fa-chevron-down{
      transform: rotate(180deg);
    }
    .header-navbar > ul > li >a:hover {
      border-bottom: 2px solid var(--red);
  }
  section.Featured--section .slick-slide.slick-current + div .sider--box img {
    /* width: 350px; */
    /* height: 270px; */
/* }
} */ 

.reviewslider.slick-slider .slick-track {
  display: flex;
}
.reviewslider.slick-slider .slick-track .slick-slide {
  height: auto;
}
.reviewslider.slick-slider .slick-track .slick-slide > div {
  height: 100%;
}
.reviewslider.slick-slider .slick-track .slick-slide > div > .sider--box {
  height: 100%;
  border-radius: 10px;
}
/* new taB DESIGIN  */
.new--desigin--tab--section {
display: inline;
}
.new--desigin--tab--section .tab--section{
   position: sticky;
top: 100px;
width: 100%;
max-width: 280px;
float: left;
margin-right:15px;
}
.new--desigin--tab--section .Select-Cuts--box{
width: calc(100% - 300px);
margin-left: auto;
}
.new--desigin--tab--section .Select-Cuts--box .tabcontent:not(:nth-child(1)) {
margin-top: 50px;
}


/* new taB DESIGIN  */
.Featured-heading---box.whatwedeliver p{
  display: flex;
  width: 100%;
  max-width: 700px;
  margin: 0px auto;
  margin-bottom: clamp(20px, 2vw, 30px);
  text-align: center;
}

.Featured-heading---box > h2 {
  text-align: center;
}
.Featured-heading---box > p {
  text-align: center;
  /* display: flex; */
  width: 100%;
  max-width: 700px;
  margin: 0px auto;
  margin-bottom: clamp(20px, 2vw, 30px);
  text-align: center;
}
/* .whatwedeliver .custm--plan--box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
} */
.whatwedeliver .custm--plan--box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  margin-top: clamp(20px, 2vw, 30px);
}
.whatwedeliver .custm--plan--box .plan--box {
  width: 100%;
  text-align: center;
}
.user--name--box .user--name h4 {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Select-Cuts-content  .cut-pro-dis + span {
  margin-top: auto;
}
.Select-Cuts-content .cut-pro-dis {
  text-align: center;
}
.text-danger-price {
  color: #dc3545 !important;
}
@media (min-width: 1024px) {
  section.Featured--section .slick-slide.slick-center  {
    transform: scale(1.2);
  }
  section.Featured--section .slick-slide.slick-current .sider--box {
    padding: 15px;
    background: linear-gradient(#e8e8e8, #f4f4f4);
  }
  section.Featured--section .slick-list {
    overflow-x: clip;
    overflow-y: visible;
  }
  .slider--btn {
    justify-content: center;
    align-items: center;
    padding: 30px 0px 20px 0px;
    display: none;
    transition: all ease 0.3s;
  }
  section.Featured--section .slick-slide.slick-current .slider--btn {
    display: flex;
  }
  .dropdown:hover .dropdown--menu{
    display: flex;
    transition: all ease 0.3s;
    }
    .dropdown:hover .fa-chevron-down{
      transform: rotate(180deg);
    }
    .header-navbar > ul > li >a:hover {
      border-bottom: 2px solid var(--red);
  }
  section.Featured--section .slick-slide.slick-current .sider--box img {
    /* / width: 350px; / */
    height: 270px;
}
}



@media (max-width: 1500px) {
header.header--section {
  background: #ffffffcf;
}
.singin--btn a,

.singup--btn a {
color: var(--black) !important;
border: 1px solid var(--black);
}
.cart--icon{
  border: 1px solid var(--black);
}
.bell--icon--btn img{
filter: brightness(0);
}
.header-sitelogo {
max-width: 130px;}
}

@media (max-width: 1200px) {
  .timeline:before {
    transform: rotate(16deg);
    background-size: 50%;
    content: "";
    height: 108%;
    width: 72%;
    background: url(../images/timelineleft.png);
    position: absolute;
    bottom: -173px;
    left: 259px;
    background-repeat: no-repeat;
    z-index: -1;
    display: none;
  }
  .timeline-right:before {
    transform: rotate(-33deg);
    background-size: 50%;
    content: "";
    height: 108%;
    width: 110%;
    background: url(../images/timelinerght.png);
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    display: none;
  }

}


@media (max-width: 1024px) {
  .cart--icon-tab {
    margin-right: 0px !important;}
  .cut--box--footer {
    margin-bottom: 70px !important;
}
  .hero--section {
    height: 50vh;}
  .exp--pro-text {
    max-width: 50%;
  }
  .hamburger--mpb {
    line-height: 1;
}
.cart--icon-mob{
  display: none !important;
}
  .exp--pro-img,
  .chusyour--plan .exp--pro-img {
    transform: none;
    width: 100%;
    max-width: 47%;
  }
  .featur--box > div {
    width: 47%;
}
  .exp--pro--section.chusyour--plan {
    padding: clamp(30px, 6vw, 60px) 0px;
  }
  .pro--txt-box {
    margin-left: -10%;
  }
  .header-navbar > ul > li > a:hover {
    background: var(--red);
    color: var(--white);
  }
  .sleact--product--section.right--section .pro--txt-box {
    margin-right: -10%;
  }
  .dropdown > a {
    display: flex !important;
    width: 100%;}
    .user--withou--log {
      margin-left: auto;
      display: flex;
        gap: 10px;
  }
  .cart--icon {
    display: block;
        padding: 8px;
        border: 1px solid var(--black);
        border-radius: 0px;
  }
  .cart--icon-tab{
    display: block !important;
  }
  .timeline:before,
  .timeline-right:before {
    border-right: 1px dashed #efefef;
    transform: none;
    background-size: 50%;
    content: "";
    height: 100%;
    width: 10px;
    background: none;
    position: absolute;
    bottom: -173px;
    left: 50%;
    background-repeat: no-repeat;
    z-index: -1;
    border-width: 5px;
  }
  header.header--section {
    background: #ffffffcf;
    padding: 6px 15px;
    left: unset;
    transform: unset;
    justify-content: space-between;
    align-items: center;
  }
  .header-sitelogo {
    width: 100%;
    max-width: 110px;
  }

  .singin--btn a,
  .singup--btn a {
    color: var(--black);
    border: 1px solid var(--black);
  }

  .header-left {
    align-items: center;
  }
  .about--hero--section {
    justify-content: center;
    align-items: end;
  }
  /* .banner--txt {
    margin-right: unset;
    margin-bottom: 15%;
  } */
  .banner--txt {
    margin-right: unset;
    margin-bottom: 13%;
    padding: 0px 15px;
}
  /* tabbing */

  .tabing--section {
    flex-direction: column;
}
.tab--section .tab {
  flex-direction: row;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.tablinks {
padding: 15px;
font-size: clamp(14px,1vw,20px);
}

.sleact--next-btn {
align-items: end;
}
.sleact--next-btn .cart--selact,.sleact--next-btn .next--btn a {
padding: 15px;
font-size: clamp(14px,1vw,20px);
font-weight: 600;
margin: 0px !important;
}
.selected--boxes{
max-width: 100%;
padding: 10px;
}
.get--tuch--box.checkout--section {
/* flex-direction: column; */
flex-direction: column-reverse;
gap: 30px;
}
.shipping--address .Featured-heading---box {
align-items: center;
}
/* header start */
.mob--navbar,.login--mob {
  display: block;
  padding: 8px;
  border: 1px solid var(--black);
}
.login--mob {
  margin-left: auto;
  margin-right: 10px;
}
.hamburger--mpb i {
  font-size: 24px;
  width: 22px;
}
.header-navbar {
  transform: translate(9999px, 0px);
  transition: all ease 0.5s;
  position: absolute;
  width: 100%;
  position: absolute;
  /* top: 70px !important; */
  top: 82px !important;
  background: var(--gray);
  height: fit-content;
  right: 11px;
}
/* .fixed--header .header-navbar {
  top: 82px !important;} */

.header-navbar.active > ul {
  display: flex;
  list-style: none;
  gap: 0px;
  flex-direction: column;
  text-align: center;
  padding: 0px;
}

.header-navbar > ul > li {
  padding-bottom: 0px;
}
.header-navbar > ul > li > a {
text-decoration: none;
color: var(--black);
background: var(--gray);
border-bottom: 1px solid #000;
padding: 10px;
display: block;
}
.header-navbar > ul > li > a:not(:nth-last-child(1)) {
border-bottom: 1px solid transparent;
}
.dropdown--menu {
  position: relative;
  width: 100%;
  top: unset;
}

.header-navbar.active {
  transform: translate(11px, 6px);
  transition: all ease 0.5s;
}
.header-right {
  display: none;
}
.exp--pro--section.chusyour--plan:before {
  background: rgba(0, 0, 0, 0.7);
}
.exp--pro-wraper {
  background: rgb(255, 255, 255, 0.8);}
  .input-box,
  .textarea-box {
    padding: 0px 10px !important;
    height: 50px;
  }
  .textarea-box {
    padding-top: 20px !important;
    height: 100px;
  }
  .user--login--sec {
    margin-left: auto;
    padding-right: 20px;
}
.pt-200 {

    padding-top: 190px;

}
.new--desigin--tab--section .tab--section {
  
  position: fixed;
  top: unset;
  bottom: -2px;
  max-width: 100%;
          left: 0px;
          z-index: 9;

} 
.new--desigin--tab--section .cart--selact {
  z-index: -2;
  display: block;
  top: -60px;
  position: absolute;
  right: 0px;
  background: #e9e9e9;
}
.new--desigin--tab--section .next--btn{
position: absolute;
top: 8px;
width: 98%;
}
.new--desigin--tab--section .sleact--next-btn{
margin-top:0px ;
background:var(--gray);
padding: 10px;
        padding-top: 0px;
}

.sleact--next-btn .next--btn{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-direction: row-reverse;
}
.new--desigin--tab--section .next--btn > div{
margin-bottom: 0px !important;
display: none;
}
.new--desigin--tab--section .tab--section .tab {
  padding: 10px;
  background: #e9e9e9;
}
.new--desigin--tab--section .tablinks {
  border: 1px solid #612020;
  padding: clamp(5px, 1.5vw, 15px);

}
.new--desigin--tab--section .Select-Cuts--box {
  width: 100%;
  margin-left: auto;
}
.plan--box ul {
  margin-left: 0px;}
}

@media (max-width: 1023px) {
  section.Featured--section .slick-slide .slider--btn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 30px 0px 20px 0px;
    transition: all ease 0.3s;
}
.Featured--section .review--slider {
  padding: 0px 70px;
}

}

@media (max-width: 767px) {
  .new--desigin--tab--section .next--btn {
    position: relative;
    top: unset;
    width: 100%;
}
.cut--box--footer {
  margin-bottom: 80px !important;
}
.sleact--next-btn .cart--selact {
  padding: 9px 6px;}

  .fixed--btn--footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    background: var(--white);
    right: 0px;
    /* height: 100px; */
    /* height: 130px; */
    height: 56px;
    z-index: 1;
    display: flex !important;
    /* flex-direction: column; */
    /* gap: 10px; */
    /* padding-top: 0px; */
    justify-content: space-between;
    align-items: baseline;
}
.footer--logo {
  max-width: 110px;}
  .cust--btn a {
    padding: 8px 24px;}
.fixed--btn--footer.choose--plan {
      flex-direction: column;
      height: unset;
}
.fixed--btn--footer.choose--plan .msg {
  order: -1;
  margin: 0px auto;
  display: none;
}
.fixed--btn--footer .msg {
  order: 2;
}
.fixed--btn--footer .msg + a + a {
  order: 3;
}
p.text--center {
  text-align: center;
}
.already-account .form--submit--btn {
  margin: 0px;
}
.name-box.checkbox--box {
  flex-direction: row;
}
.fixed--btn--footer a{
  width: fit-content;
  padding: 6px 10px;
}
.fixed--btn--footer.choose--plan a{
  width: 100%;
}
.mg-bt--footer {
  /* margin-bottom: 90px; */
  /* margin-bottom: 120px; */
  margin-bottom: 50px;
}
  .hero--section {
    height:30vh;}
  .selact--date .form-select {
    display: block;
    width: 60px;}
  .footer--sec {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .user-img-btn {
    width: 35px;
    height: 35px;}
  .copyright-hide {
    display: flex !important;
  }
  .copyright-show {
    display: none !important;
  }
  .form--submit--btn {
    padding: 8px 10px;
    font-size: 16px;
    width: fit-content;
    margin: 0px auto;
  }
  .sub--form {
    width: 100%;
}
.sub--form input[type="email"] {
  text-align: center;
  width: calc(100% - 50px);
  padding: 10px;
}
  .sub--form form {
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }
  .hungey--box:before {
    top: -12px;
  }
  .exp--pro-wraper {
    flex-direction: column-reverse;
  }
  .exp--pro-text {
    max-width: 100%;
    text-align: center;
  }
  .exp--pro-img,
  .chusyour--plan .exp--pro-img {
    margin: 0px auto;
    transform: none;
    width: 100%;
    /* max-width: 50%; */
    /* max-width: 80%; */
    max-width: 60%;

  }
  .feature--product--slider .bx-prev:before {
    top: 11px;
    right: -1px;
  }
  .bx-wrapper .bx-controls-direction a {
    width: 32px;
    height: 32px;
  }
  section.Featured--section.cowwings-section .slide.sider--box {
    margin-right: 0px !important;
    margin: 0px 13.5px;
  }
  .cowwings-section .feature--product--slider {
    padding: 0px 0px;
  }
  section.thebest--section {
    margin-top: 30px;
  }
  .Featured--section .review--slider {
    padding: 20px 50px;
  }
  section.Featured--section .feature-slide-img {
    height: 100%;
    max-height: 400px;
  }
  .Featured--section .feature-slide-img img {
    object-fit: cover;
    height: 400px;
    width: 100%;
    max-width: 100%;
  }
  .pro--txt-box,
  .sleact--product--section.right--section .pro--txt-box {
    margin-left: unset;
    margin-right: unset;
    text-align: center;
    padding: 20px;
    padding-top: 100px;
    gap: 10px;
    flex-direction: column;
    margin-top: -62px;
  }
  .sleact--product--section {
    flex-direction: column;
  }
  .pro--img {
    text-align: center;
  }
  /* .pro--img img {
    width: 100%;
  } */

  .sleact--product--section .pro--img{
    max-width: 100px;
  }

  /* .pro--img img {
    width: 80%;
  } */
  .task--list {
    justify-content: center;
    margin-top: -10px;
  }
  .sleact--product--section.right--section {
    margin-left: auto;
    flex-direction: column;
  }
  .timeline,
  .timeline-right {
    padding-bottom: 30px;
  }
  .header-left {
    display: flex;
    gap: clamp(10px, 5vw, 90px);
    align-items: center;
  }
  .header-right {
    gap: 4px;
  }
  .header-sitelogo {
    width: 100%;
    max-width: 70px !important;
  }
  /* .product--header-sec .header-sitelogo {
    max-width: 110px;
} */
.fixed--header .header-sitelogo {
  max-width: 65px;
}
.cart--icon {

  padding: 2px 7px;}
  .mob--navbar, .login--mob {
 
    padding: 2px 7px;
  }
  .hamburger--mpb i {
    font-size: 18px;
    width: 18px;
    line-height: unset;
  }
  .sleact--next-btn .next--btn a{
    width: fit-content;
    padding: 6px 10px;
  }
    .bell--icon--btn img{
      width: 85%;
    }
    .header-navbar {
      top: 55px !important;
    }
  .singin--btn a,
  .singup--btn a {
    padding: 10px 16px;
    background: transparent;
    border: 1px solid var(--black);
    color: var(--black);
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    transition: all ease 0.3s;
  }


  
  .header-navbar.active .header-right {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 20px;
  }
  .Featured--section .review--slider {
    padding: 20px 15px;
  }
  section.cowwings-section .slick-prev,
  section.Featured--section .slick-prev {
    left: calc(50% - 45px) !important;
    bottom: -35px !important;
    top: unset;
    height: 40px;
    width: 41px;
    z-index: 33;
  }
  section.cowwings-section .slick-next,
  section.Featured--section .slick-next {
    top: unset;
    right: calc(50% - 45px) !important;
    bottom: -35px !important;
    z-index: 33;
    height: 40px;
    width: 41px;
  }
  .hamburger--mpb {
    line-height: unset;
  }
  section.Featured--section .sider--box,
  section.cowwings-section .sider--box {
    margin-bottom: 50px;
  }
  section.cowwings-section .slick-next,  section.cowwings-section .slick-prev{
    bottom: -75px !important;
  }
  section.counter--section {
    margin-top: 50px;
  }
  .cowwings-section .review--slider {
    padding: 0px 0px;
  }
  .review--slider.pro--single {
    margin-bottom: 50px;
}
  .about--box--sec,
  .get--tuch--box {
    gap: 15px;
    flex-direction: column-reverse;
  }
  .slick-next:before, .slick-prev:before {
    font-size: 18px;

}
  .about--txt,
  .get-txt--box {
    width: 100%;
    max-width: 100%;
  }
  .about--img {
    transform: none;
    max-width: 40%;
    width: 100%;
  }
  .name-box {
    flex-direction: column;
  }
  .name-box.checkbox {
    flex-direction: row;
}
  .name-box.cheqbox--box {
    flex-direction: row;
}
  .get-txt--box h2.heading--h2 {
    text-align: center;
  }
  .email {
    padding: 10px;
    gap: 10px;
  }
  .tab--box-sec .featur--box {
    flex-wrap: wrap;
    flex-direction: column;
}
.featur--box > div {
  width: 100%;
  max-width: 100%;
}
.featur--box .tab--img {
/* max-width: 50%; */
max-width: 80%;
margin: 0px auto;
}
.tabcontent h3 {
text-align: center;
}
.tab--cuntent--box {
padding:30px;}
.custm--plan--box {
flex-wrap: wrap;
}
.plan--box {
width: 100%;}
.plan--box h3 {
  text-align: center;
}
.week--box {
gap: 10px;
padding: 6px;
}
.week--box button a {
font-size: 15px;
width: 100%;
display: flex;
height: 100%;
}
.week--box p,.week--box button a {
  padding: 8px 17px;
}
.how--often--section {
  flex-direction: column;
  
}
.date--calender {
width: fit-content;
margin: 0px auto;
}
.sleact--next-btn {
align-items: center;
}
.free--offer-section .cut--box {
width: 100%;
padding: 15px;
}
.whatin--box--section {
flex-direction: column-reverse;
align-items: center;
}
.whatin--box--txt {
padding: 15px 0px;
}
.whatin--box--txt h2.heading--h2 {
  text-align: center;
}
.checkout--section h2.heading--h2 {
text-align: center;
}
.thebest--section .custtom-contaner {
  justify-content: center;
}
.thebest--section .exp--pro-text {
text-align: center;
max-width: 100%;
}
.exp--pro--section {
/* padding: 89px; */
-webkit-mask-box-image: none;
mask: none;
padding: clamp(30px, 6vw, 60px) 0px;
}
.Featured-custombox--section h2.heading--h3 {
text-align: center;
}
.footer--menu--sec {
flex-wrap: wrap;
justify-content: center;
row-gap: 15px;
column-gap: clamp(40px, 3vw, 50px);
}
.social--page {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.social--page h5.heading--h5 {
width: fit-content;
}
.social--icon .social--img {
flex-direction: row;
gap: 10px;
}
.get--img img {
  max-width: 120px;
}
.singin--section .form--box .input-box {
padding: 15px;}
.singin--box {
  flex-direction: row !important;
}
.selact--date {
width: fit-content;
margin: 0px auto;
}
.selact--time {
padding: 15px !important;
}
.user--profile--box {
flex-direction: column;
text-align: center;
}
/* popup start */

/* .popupbox {
flex-direction: column;
height: 90vh;
} */

.popupbox {
  flex-direction: column;
  height: 100%;
  max-height: 90vh;
}
.popup--form--sec {
max-width: 100%;
padding:unset;
}
.popup--form--sec .singin--box {
margin-top: 10px;
}

.form--submit--btn {
  padding: 8px 24px;
}

    .popup--img {
      height: 22%;
margin-top: 35px;
}
.pop--site--img {
width: 100%;
max-width: 147px;
}
.input--two--box {
flex-direction: column;
}
/* popup end */
/* singin page style start */

/* .singin--page .popup--img {
height: 30vh;
} */

/* singin page style end */

header.header--section,.fixed--header header.header--section {
padding: 8px 6px;
}
.user--login--sec {
  padding-right: 10px;
}
.user-log-sec {
gap: 15px;
}
.dropdown-menu.Pending--Process--sec.show {
  min-width: 260px;}
  .Pending-heading {
    flex-direction: column;
}
.box--height-pro {
  max-height: 230px;
}
.adddress--box .accordionContent {
flex-direction: column;
width: 100%;
align-items: self-start !important;
}
.user--detals-img img {
width: 70px;
}
.tab--img {
float: unset;
margin-right: unset;
margin: 0px auto;
}
section.Featured--section:before {
  top: -110px;
  background-size: 50%;
}
section.howwestart-section:before {
  bottom: -180px;
  background-size: 50%;
}
.whatwedeliver .plan--box p {
  margin-bottom: 0px;
}
.whatwedeliver .plan--box{
  padding: 30px;
}
.whatwedeliver .plan--box img {
  width: 15% !important;
}
section.Featured--section:after,section.howwestart-section:after,.howwestart-section .custtom-contaner:before  {
display: none;
}
.heading--h4 {
  font-size: 18px;}
  .task--list svg {
    width: 30px;
    height: 22px;
}
.tab--box-sec ul {
  margin-bottom: 0px;
}
.have--quction--section{
  padding-bottom: 0px !important;
}
.name-box {
  display: flex;
  gap: 8px;
}
.form--box form, .form--box .shippingDetails {
  gap: 8px;
}
.newslatter--section {
  gap: 20px;
  margin-top: 56px;
}
.have--quction--section + .newslatter--section {
  margin-top: 0px;
}
.popup--form--box {
  padding-top: 0px;}
  .form--box-sec .form--submit--btn {
    margin-top: 10px;
}
.pop--bg--img, .pop--bg--img img {
  height: 150px;
  object-fit: cover;
}
.form--pop-input {
  padding: 16px;}
  
  ul{
    margin-bottom: 0px !important;
  }
  .how--often--section {
    padding: 30px;}
    .member--deal--section .price--box {
      justify-content: center;
  }
  .member--deal--section .cut--box {
    padding: 20px;}
    .member--deal--section .cut-pro-dis {
      text-align: center;
      margin-bottom: 0px !important;
  }
  h2.heading--h2.checkout-text {
    text-align: center;
}
span:empty{
  display: none;
}
.section.membershipdealproduct .phoneviewprice {
  margin-top: 0px;
}
section.about--section:before,section.about--section:after,section.about--section:before,section.about--section:after{
  display: none;
}
.howwestart-section .Featured-heading---box {
  margin-bottom: 40px;
}
.choose--newbox .plan--box h3 {
  margin-bottom: 0px;
}
.choose--newbox .box--price {
  font-size: 18px;}
  .salepriceoff {
    position: absolute;
    top: 0px;
    font-size: 13px;
}
.scticker--img {
  max-width: 70px;
}
.choose--newbox .plan--box:has(.box--newimg, .discount--price) .price--newbox {
  margin-top: 30px;
}
.choose--newbox .plan--box:has(.scticker--img){
  margin-top: 20px;
}
}


@media (max-width: 680px) {
  section.Featured--section.cowwings-section .feature-slide-img img {
    height: 220px !important;
    object-fit: cover;
  }
  .Featured--section .review--slider {
    padding: 0px;
  }
  .selected--boxes .section .item {
    /* flex-direction: column; */
    align-items: start;
}
.checkout--section .section.plans,.checkout--section .section.products {
  display: none !important;
}
.checkout--section .section {
  border: 1px solid #8f8d8d;
  margin-bottom: 10px;
  /* padding: 10px; */
}
.checkout--section .section > h3 {
  padding: 10px;
  background: #e9e9e9;
}
.checkout--section .section .item{
  padding: 10px;
  margin: 10px;
}
.selected--boxes .item img {
  width: 80px;
  height: 70px;}
  .selected--boxes .section > h3 {
    margin-bottom: 20px;}

    .details p:empty{
      display:none;
    }
    .selected--boxes .details {
      flex:unset;
    }
    .price.tabviewprice{
      display:none;
    }
    .phoneviewprice{
      display: block;
      margin-top: 15px;
    }
    .selected--boxes .summary .item {
      margin-bottom: 0px;
    }
    .selected--boxes .summary .details {
      flex: 1;
      gap: 5px;
      display: flex;
      flex-direction: column;
  }
.selected--boxes {
  padding: 0px;}
.your--subscriptions li.nav-item {
  width: 100%;
  text-align: center;
}
.selected--boxes .section .item:not(:nth-last-child(1)) {
  /* flex-direction: column; */
  align-items: start;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbcbcb6e;
  margin: 10px;
}
.coupan--code {
  margin-bottom: 15px !important;
  flex-direction: column;
  align-items: self-start !important;
}
}

@media (max-width:500px) {
  .cut--box {
   width: 100%;
    flex-grow: 1;
}
.selact--date {
  padding: 15px 3px;
}
.header--active--user .header-navbar {
  top: 155px !important;
}
.add--btn--box .cart--minus i, .add--btn--box .cart--plus i {
padding: 6px;
border-radius: 5px;}
.add--btn--box .addtocart--btn {
  padding: 7px 5px;
  font-size: 14px;
}
  .add--btn--box {
    gap: 3px;}
    .Select-Cuts-content {
      gap: 8px}
      .planes--box--section {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(clamp(134px, 30vw, 150px), 1fr));
        gap: 10px;
    }
    .planes--box--section .cust--btn a {
      padding: 6px 10px;
      font-size: 14px;
  }
  .planes--box--section .plan--box {
    padding: 10px;
    gap: 10px;
}
.planes--box--section .plan--box h3 {
  font-size: 16px;
  font-weight: 600;
}
}
@media (max-width:404px) {
  .dropdown-menu.Pending--Process--sec.show {
    right: 50% !important;
    left: unset !important;
    transform: translate(46%, 6%) !important;
}
.user--log-img-sec .dropdown-menu.Pending--Process--sec.show{
  right: -43% !important;
  left: unset !important;
  transform: translate(6%, 10%) !important;
}
.Pending--Process--sec::before{
  display: none;
}
}

