* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

.modal-dialog{
  justify-content: center;
  align-items: center;
  max-width: 850px !important;
  display: flex ;

  height: 100vh !important;
}



.modal-body{
  height: 500px !important;
}

.modal-true{
  position: fixed;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 33;
  opacity: 1 !important;
  background-color: #00000071;
  top: 0%;
  z-index: 2 !important;
}

#modal{
  opacity: 0;
  z-index: -9999;
}

.modal-true-div1{
  background-color: #ECEEF2;
  padding: 3rem 2rem;
  min-width: 270px;
  width: 60%;
  max-width: 700px;
  transition: all .8s ease;
  border-radius: 30px;
}

@media screen and (max-width: 480px) {

  .modal-true-div1{
    background-color: #ECEEF2;
    padding: 1.5rem 1.5rem;
    min-width: 290px;
    width: 90%;
    max-width: 700px;
    border-radius: 15px;
  }

  .input-claro{
  
    height: 15vh;
    min-height: 40px !important;
    resize: none;
    margin: 0 !important;
    max-height: 100px;
    border-radius: 1.5rem !important;
  }
  
  .add-to-cart2 {
    font-size: 16px !important;
    padding: 7.5px 0 !important;

}

.text-area{
  height: 100px  !important;
}

}

.input-claro{
  
  height: 15vh;
  min-height: 40px !important;
  resize: none;
  max-height: 100px;
  border-radius: 1.5rem !important;
}

.text-area{
  height: 30vh;
  min-height: 100px !important;
  resize: none;
  max-height: 200px;
  padding-top: .5rem !important;
  border-radius: 1.5rem !important;
}

a {
  text-decoration: none;
}

select {
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

/* Header */
.mobile-main {
  display: none;
  background-color: #000;
}

.header-logo {
  text-align: center;
}

.header-cart ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 18px;
  font-family: 'NeueHaasDisplayMediu';
  color: white;
  padding-left: 0px;
}

.navbar-expand-lg .navbar-nav {
  gap: 35px;
}

.header-main {
  position: fixed;
  width: 100%;
  padding: 25px 0px;
  z-index: 1;
  background-color:  #000;
}

.shop header.header-main.active {
  background: transparent;
  backdrop-filter: unset;
}

/* End Header */
.ppx-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.ppx-74 {
  padding-left: 77px;
  padding-right: 77px;
}

.ppx-77 {
  padding-left: 77px;
  padding-right: 77px;
}

.ppx-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.ppx-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.ppx-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.ppx-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.ppx-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.litblue {
  color: #81CFE5;
}

.bold-font {
  font-family: 'NeueHaasDisplayBold';
}

.medium-font {
  font-family: 'NeueHaasDisplayMediu';
}

/* Home Banner */
.header-main.active,
.mobile-main.active {
  background: #000;
}

.header-main .row {
  align-items: center;
}

.home-banner {
  background: url(../images/home-banner.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100vh;
  padding: 120px 0px 107px 0px;
}

ul.banner-socials {
  display: inline-block;
}

ul.banner-socials li {
  margin: 65px 0;
}

ul.banner-socials li a {
  writing-mode: vertical-lr;
  font-size: 12px;
  color: black;
  text-transform: uppercase;
}

.bsocial {
  position: absolute;
  top: 10%;
  right: 3%;
  width: 4%;
  display: flex;
  justify-content: end;
}

.banner-discover {
  width: 360px;
  position: absolute;
  border-radius: 30px;
  padding: 20px 20px 20px 20px;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(5px);
  right: 8%;
  bottom: 30%;
}

.banner-discover .row {
  align-items: center;
}

.discover-text h3 {
  font-size: 18px;
  color: white;
  font-family: 'NeueHaasDisplayMediu';
}

.discover-text p {
  color: white;
  font-size: 12px;
}

.discover-text {
  position: relative;
}

.discover-text a.only-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.ban-top-text {
  text-align: center;
  position: relative;
}

.ban-top-text h1 {
  font-size: 96px;
  color: black;
}

.ban-top-text h2 {
  font-size: 128px;
  color: #1D84A7;
  font-family: 'NeueHaasDisplayMediu';
}

.hbanner-btn {
  text-align: end;
  margin-top: 34px;
  position: absolute;
  right: 19.6%;
}

.borderw-icon {
  font-size: 24px;
  color: #1D84A7;
  border: 1px solid #1D84A7;
  padding: 20px 12px 20px 32px;
  border-radius: 41px;
  font-family: 'NeueHaasDisplayBold';
}

.borderw-icon span {
  background: #1D84A7;
  border-radius: 100px;
  padding: 12px 17px;
  margin-left: 20px;
}

.borderw-icon svg {
  rotate: 0deg;
  transition: ease all 0.5s;
}

.borderw-icon:hover svg {
  rotate: 40deg;
}

.banner-bottom {
  position: absolute;
  width: 382px;
  border-radius: 30px;
  padding: 33px 28px 27px 34px;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(5px);
  left: 14%;
  bottom: 50px;
}

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

ul.emb-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

ul.emb-feature h3 {
  font-size: 30px;
  color: white;
  font-family: 'NeueHaasDisplayMediu';
}

.only-icon span {
  background: #FFFFFF;
  border-radius: 100px;
  padding: 11px 12px;
}

.only-icon:hover svg {
  rotate: 40deg;
}

.only-icon svg {
  rotate: 0deg;
  transition: ease all 0.5s;
}

ul.emb-price h4 {
  color: white;
  font-size: 16px;
}

ul.emb-price h3 {
  font-family: 'NeueHaasDisplayBold';
  color: white;
  font-size: 34px;
}

.border-btn {
  border: 1px solid white;
  padding: 16px 31px;
  border-radius: 30px;
  font-size: 15px;
  color: white;
  font-family: 'NeueHaasDisplayMediu';
  transition: ease all 0.5s;
}

.border-btn:hover {
  background: #1D84A7;
  border-color: #1D84A7;
}

/* End Home Banner */
/* Home Perfect Beg Section*/
.home-perfect-bag {
  background: #F9F9F9;
  padding: 100px 0px;
}

.black-border-btn {
  border: 1px solid #4C595A;
  padding: 11px 43px;
  border-radius: 30px;
  font-size: 20px;
  color: #4C595A;
  font-family: 'NeueHaasDisplayMediu';
  transition: ease all 0.5s;
}

.black-border-btn:hover {
  background: #1D84A7;
  border-color: #1D84A7;
  color: white;
}

.hpb-top p {
  color: #4c595aa8;
  font-size: 20px;
  font-family: 'NeueHaasDisplayMediu';
  margin-bottom: 33px;
}

.prd-list-item .heading-cart h3 {
  color: black;
  font-size: 36px;
}

.prd-list-item .heading-cart .only-icon span {
  padding: 18px 19px;
}

.prdimg {
  width: 100%;
}

.prd-list-item {
  background: #EFEFEF;
  padding: 20px 33px;
  border-radius: 30px;
}

.prd-img {
  margin-top: 20px;
}

.hpb-bottom {
  margin-top: 80px;
}

.hpb-top h2 {
  font-size: 40px;
}

/* End Home Perfect Beg Section*/
/* Home Itinary Beg Section*/
.home-itinary-bag {
  background: #F9F9F9;
  padding: 100px 0px;
}

.home-itinary-bag h2 {
  font-size: 80px;
  color: black;
}

.home-itinary-bag h3 {
  font-size: 80px;
  color: black;
  font-family: 'NeueHaasDisplayBold';
}

.hover-icon {
  border: 1px solid #D9D9D9;
  border-radius: 100px;
  padding: 50px 17px;
  display: table;
  height: 140px;
  width: 140px;
}

.hover-icon .prd-redirect {
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(5px);
  padding: 40px 20px;
  border-radius: 100px;
  border: 1px solid transparent;
}

.hover-icon .prd-redirect span {
  background: #EFEFEF;
  border-radius: 100px;
  padding: 21px 12px;
}

.hover-icon .prd-redirect svg {
  width: 40px;
  height: 40px;
}

.product-1 {
  position: relative;
  z-index: 1;
}

.prd-on-hover {
  position: absolute;
}

.one-icon-1 {
  bottom: 23%;
  left: 0%;
}

.one-icon-1.active .prd-on-hover {
  left: 0;
  top: 0;
  left: 201px;
}

.one-icon-2 {
  left: 52%;
  top: -70px;
}

.one-icon-2.active .prd-on-hover {
  top: 200px;
  left: -70px;
}

.one-icon-3 {
  right: 11%;
  bottom: 14%;
}

.one-icon-3.active .prd-on-hover {
  top: -220px;
  left: -150px;
}

.two-products {
  display: flex;
}

.product-1 {
  margin-left: 260px;
}

.product-2 {
  position: relative;
  margin-left: -270px;
}

.two-icon-1 {
  right: 32%;
  top: 0;
}

.two-icon-1.active .prd-on-hover {
  left: -280px;
}

.hover-icon:hover .prd-redirect span {
  background: radial-gradient(84.45% 84.45% at 35.06% 16.88%, #81CFE5 0%, #1D84A7 100%);
}

.hover-icon:hover .prd-redirect span svg path {
  stroke: white !important;
}

.hover-icon:hover .prd-redirect {
  border: 1px solid #81CFE5;
}

.hover-icon:hover {
  border-color: #6aced940;
}

.prd-on-hover {
  visibility: hidden;
  opacity: 0;
  width: 418px;
  border-radius: 30px;
  padding: 33px 28px 27px 34px;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(5px);
  z-index: 9999;
}

.prd-top.active .prd-on-hover {
  visibility: visible;
  opacity: 1;
}

.prd-top {
  position: absolute;
  padding: 30px 30px;
}

.prd-on-hover ul.emb-feature p {
  color: white;
  font-size: 16px;
  width: 210px;
}

.prd-on-hover ul.emb-feature {
  align-items: baseline;
}

/* End Home Itinary Beg Section*/
/* Best Seller Section*/
.home-best-seller {
  background: #F9F9F9;
  padding: 100px 0;
  overflow: hidden;
}

.best-sellet-text h2 {
  font-size: 60px;
  color: black;
}

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

.save-tag {
  background: black;
  padding: 10px 20px;
  border-radius: 5px;
}

.save-tag span {
  color: white;
  font-size: 15px;
  font-family: 'NeueHaasDisplayBold';
}

.pl-bottom {
  display: flex;
  justify-content: space-between;
}

.pl-bottom h3 {
  color: black;
  font-size: 32px;
  font-family: 'NeueHaasDisplayMediu';
}

.pl-bottom h4 {
  color: black;
  font-size: 24px;
  font-family: 'NeueHaasDisplayMediu';

}

.product-loop {
  background: #F1F1F1;
  padding: 20px 20px;
  border-radius: 40px;
  margin: 0 15px;
  position: relative;
  transition: ease all 0.5s;
}

.pl-middle {
  padding: 60px 40px 60px 40px;
}

.pl-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  background: rgba(129, 207, 229, 0.60);
  backdrop-filter: blur(5px);
  transition: .5s ease;
  opacity: 0;
}

.buy-text {
  position: absolute;
  top: 10%;
  left: 55%;
  color: black;
  font-size: 34px;
  font-family: 'NeueHaasDisplayMediu';
  background: white;
  border-radius: 100px;
  border: 1px solid black;
  padding: 45px 45px;
}

.product-loop:hover .pl-overlay {
  opacity: 1;
}

.home-client-sec {
  background: #81CFE5;
  padding: 100px 0px;
}

.test-heading h2 {
  text-align: center;
  color: white;
  font-size: 100px;
}

.clients-middle {
  text-align: center;
  padding: 20px 0;
}

.clients-middle h3 {
  font-size: 28px;
  font-family: 'NeueHaasDisplayMediu';
  color: white;
}

.clients-middle img {
  display: table;
  margin: 0 auto;
}

.clients-top img {
  display: table;
  margin: 0 auto;
}

.clients-bottom p {
  text-align: center;
  color: white;
  font-size: 25px;
}

#clients-carousal img {
  width: unset !important;
}

#clients-carousal .owl-item.active.center .cc-wrap {
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}

#clients-carousal .owl-item .cc-wrap {
  opacity: 0.25;
  filter: blur(5px);
  transform: scale(0.5);
  transition: 0.5s;
}

#clients-carousal .owl-dots {
  display: none;
}

.testimonial-wrap {
  margin-top: 70px;
}

.testimonial-wrap .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(5px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 8vw;
  width: 8vw;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 30px !important;
  transition: 0.3s !important;
  border: 1px solid white !important;
}

.testimonial-wrap .owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
  color: #061B3A !important;
}

.testimonial-wrap .owl-nav .owl-prev {
  left: 25%;
}

.testimonial-wrap .owl-nav .owl-next {
  right: 25%;
}

.clients-top img {
  border: 2px solid white;
  border-radius: 100%;
}

/* End Best Seller Section*/

/*FAQ Section*/
.accordion-item {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.accordion-item.active {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.accordion-item[data-image="../images/faq1.webp"].active {
  background-image: url('../images/faq1.webp');
}

.accordion-item[data-image="../images/faq2.webp"].active {
  background-image: url('../images/faq2.webp');
}

.accordion-header .accordion-button {
  font-size: 32px;
  color: black;
}

.accordion-body p {
  font-size: 22px;
  margin-top: 20px;
  color: black;
}

.faqs-sec {
  padding: 100px 0;
}

.faq-heading h2 {
  font-size: 60px;
  color: black;
  padding-left: 25px;
}

.accordion-button::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB7SURBVHgBtdXRDYAgDATQjuYGuoluwG3sCAgqiSFIaHtccl809z4ReXKknm8hvDR3t9RYFeIPGrtLfgiNBy+Kn81s3WokoujsreUokFB0dkJ97EWhwbyoCbOiLkyLUrBRlIqNoHTMgroxDUrDRlA61kOnYV+0fDm7KHMBXMar4oM4O6IAAAAASUVORK5CYII=);
  width: 22px;
  height: 22px;
  background-size: 22px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB1SURBVHgBtdXRDYAgDATQjsYGuolu4G3sCEoMJEZJofR6yX1B7n1WxJ499yyFBAe516eQoKCBhaFQMDqKAYyGwoC5USijRykNRQeroaAYxCioFXOhs9gU6sVM6ErCRtCkfZjBeuizmYSLaejyfqwnZxNefrs3GHGr5ChwgswAAAAASUVORK5CYII=");
  transform: rotate(0deg);
  width: 22px;
  height: 22px;
}

/*End FAQ Section*/
/*Journey Section*/
.home-journey {
  background: url('../images/botanical-product.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 120px 0px 107px 0px;
}

.journey-top h2 {
  text-align: center;
  font-size: 80px;
  color: #000;
}

.journey-img {
  text-align: center;
}

.journey-top a.black-border-btn {
  margin: 20px auto 0 auto;
  display: table;
  border-color: #000;
  color: #000;
}

/* End Journey Section*/

/*Footer Section*/
.footer-main {
  background: black;
  padding: 60px 0;
}

.foo-column p {
  color: white;
  font-size: 16px;
  margin-top: 40px;
}

.foo-column h3 {
  font-size: 16px;
  color: white;
  font-family: 'NeueHaasDisplayMediu';
}

.foo-column ul li a {
  font-size: 16px;
  color: white;
}

.foo-column ul {
  margin-top: 20px;
}

.foo-column ul li {
  margin: 10px 0;
}

.foo5 h2 {
  font-size: 44px;
  color: white;
}

.foo5 form {
  position: relative;
  margin-top: 20px;
}

.foo5 form input[type="text"] {
  height: 60px;
  width: 100%;
  border-radius: 100px;
  background: transparent;
  border: 1px solid white;
  padding-left: 30px;
  padding-right: 80px;
  color: white;
}

.foo5 form input[type="text"] ::-ms-input-placeholder {
  /* Edge 12-18 */
  color: white;
}

.foo5 form input[type="text"] ::placeholder {
  color: white;
}

button.btn.btn-default {
  background: white;
  border-radius: 100px;
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 30px;
  font-family: 'NeueHaasDisplayMediu';
}

p.developer-copy {
  color: white;
  font-family: 'NeueHaasDisplayMediu';
  font-size: 16px;
}


ul.social-media {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

ul.social-media li i:hover {
  transform: rotate(360deg);
}

ul.social-media li i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  font-size: 24px;
  color: white;
  text-align: center;
  border: 1px solid white;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;

}

.bottom-footer hr {
  color: white;
  margin-top: 100px;
  margin-bottom: 20px;
}

.bottom-footer .row {
  align-items: center;
}

/*End Footer*/

/*Shipping Policy*/
h1.polices-main {
  font-size: 80px;
  color: #000;
}

.policies-banner {
  padding: 135px 0px 50px 0px;
}

.polices-text {
  color: #4c595aa8;
  font-size: 20px;
  font-family: 'NeueHaasDisplayMediu';
  width: 95%;
}

.policies-banner .row {
  align-items: center;
}

.greyborder {
  border-color: #4C595A;
  margin-top: 30px !important;
  display: table;
  font-family: inherit;
}

.sp-heading {
  font-size: 40px;
  color: black;
  font-family: 'NeueHaasDisplayMediu';
}

.sp-para {
  font-size: 20px;
  color: black;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
}

span.underline {
  font-family: 'NeueHaasDisplayMediu';
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

.bottom-para {
  color: #4c595aa8;
  font-size: 20px;
  font-family: 'NeueHaasDisplayMediu';
}

.shipping-sec {
  padding: 40px 0px 100px 0px;
}

/* End Shipping Policy */
/* End Return Refund Policy */
ul.text-lists {
  margin: 20px 0;
  list-style: disc;
  padding-left: 40px;
}

ul.text-lists li {
  font-size: 20px;
  color: black;
  margin: 5px 0;
}

p.rrp-para {
  font-size: 20px;
  color: black;
  font-family: 'NeueHaasDisplayMediu';
  font-style: italic;
}

p.sp-para a {
  color: black;
}

ul.text-lists li a {
  color: black;
}

span.italic-text {
  font-family: 'NeueHaasDisplayXThinItalic';
}

/* End Return Refund Policy*/
/* Account */
.account-banner {
  padding: 200px 0px 100px 0px;
}

.tab-nav-link {
  background: transparent;
  border: none;
  color: black;
  font-size: 40px;
  margin: 15px 0;
  text-align: left;
}

.tab-nav-link.active {
  font-family: 'NeueHaasDisplayMediu';
}

.verticle-tabs {
  display: flex;
  flex-direction: column;
  border-right: 1px solid black;
}

.padding-left-200 {
  padding-left: 200px;
}

.padding-left-200 h3 {
  font-size: 40px;
  color: black;
  font-family: 'NeueHaasDisplayMediu';
}

.left-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.padding-left-200 p {
  font-size: 20px;
  color: black;
  margin: 20px 0;
}

.left-right a {
  color: black;
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

a.filled-bg-btn {
  background: transparent;
  border: 1px solid #000;
  padding: 10px 20px;
  text-decoration: none;
  padding: 11px 43px;
  border-radius: 30px;
  font-size: 20px;
  color: black;
  font-family: 'NeueHaasDisplayMediu';
  transition: ease all 0.5s;
}

a.filled-bg-btn:hover {
  background: black;
  color: white;
}

.account-sec {
  padding-bottom: 300px;
}

a.backto {
  font-size: 24px;
  color: black;
}

a.backto i {
  margin-right: 15px;
}

h3.margin30 {
  margin-top: 30px;
}

.login-dform {
  margin-top: 30px;
  width: 720px;
  height: 460px;
  overflow-y: scroll;
  padding-right: 30px;
}

.login-dform::-webkit-scrollbar {
  width: 5px;
  background-color: #838383;
}

.login-dform::-webkit-scrollbar-thumb {
  background: #81CFE5;
  border-radius: 5px;
}

.login-dform form .form-select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") #81cfe530;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10% 40%;
}

.form-control,
.form-select {
  height: 60px;
  border: 1px solid #81CFE5;
  background: #81cfe530;
  border-radius: 40px;
  margin: 15px 0px;
  font-size: 24px;
  color: #000;
  padding: 10px 10px 15px 40px;
}

.form-control::placeholder {
  color: #000;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #000;
}

.form-control:focus,
.form-select:focus {
  border-color: #81CFE5;
  outline: 0;
  box-shadow: unset !important;
}

/*checkboxes*/
/* The container */
.checkboxsq {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxsq input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #81cfe530;
  border-radius: 5px;
  border: 1px solid #81CFE5;
}

/* On mouse-over, add a grey background color */
.checkboxsq:hover input~.checkmark {
  background-color: #1D84A8;
}

/* When the checkbox is checked, add a blue background */
.checkboxsq input:checked~.checkmark {
  background-color: #1D84A8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxsq input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxsq .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filledsave {
  width: 100%;
  padding: 20px 0px;
  font-size: 24px;
  background: transparent
  border: none;
  border-radius: 40px;
  border: 1px solid #000;
  color: black;
  font-family: 'NeueHaasDisplayBold';
  text-transform: uppercase;
  transition: ease all 0.5s;
}

.filledsave:hover {
  background: #000;
  color: white;
}

.bordersave {
  width: 100%;
  padding: 20px 0px;
  font-size: 24px;
  border: 1px solid #81CFE5;
  background: transparent;
  border-radius: 40px;
  color: #1D84A7;
  font-family: 'NeueHaasDisplayBold';
  text-transform: uppercase;
  transition: ease all 0.5s;
}

.bordersave:hover {
  background: #1D84A8;
  color: white;
}

.formbuttons {
  margin-top: 15px;
}

.formbuttons .bordersave {
  margin-top: 20px;
}

/*endcheckboxes*/
/* End Account */
/*Login*/
.lpwd {
  position: relative;
}

.password-toggle-icon {
  position: absolute;
  top: 26%;
  right: 30px;
  cursor: pointer;
}

.login-banner {
  padding: 110px 0;
}

.login-top h1 {
  font-size: 80px;
  color: black;
}

.login-top h3 {
  font-size: 40px;
  color: black;
}

.login-top {
  margin-bottom: 50px;
}

.lslide-img img {
  border-radius: 30px;
  width: 100%;
}

.login-banner .row {
  align-items: center;
}

.login-wrap {
  padding-left: 60px;
}

.login-carousal ul.slick-dots {
  bottom: 40px;
}

.login-carousal .slick-dots li button:before {
  font-size: 28px;
  line-height: 28px;
  width: 28px;
  height: 28px;
  opacity: .25;
  color: #80CFE5;
}

.login-carousal .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #80CFE5;
}

.login-carousal .slick-dots li {
  margin: 0 15px;
}

.forget-password {
  margin-top: 40px;
}

.forget-password h3 {
  text-align: center;
}

.forget-password h3 a {
  color: black;
  font-size: 20px;
  font-family: 'NeueHaasDisplayMediu';
  font-style: italic;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.dont-have-account {
  margin-top: 30px;
  text-align: center;
}

.dont-have-account p {
  font-size: 20px;
  color: black;
}

.dont-have-account p a {
  color: black;
  font-family: 'NeueHaasDisplayMediu';
  text-decoration: underline;
  text-underline-offset: 5px;
}

/*End Login*/
/*Contact Us*/
textarea.message-box.form-control {
  height: 197px;
}

.contact-banner {
  padding: 110px 0;
}

.map-img {
  padding-left: 60px;
}

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

.contact-top h1 {
  font-size: 80px;
  color: black;
}

.contact-top h3 {
  font-size: 40px;
  color: black;
}

.contact-banner .row {
  align-items: center;
}

.contact-form {
  margin-top: 60px;
}

.contact-form .filledsave {
  padding: 8px 0;
}

.contact-form .filledsave svg {
  margin-left: 20px;
}

.contact-form .filledsave span {
  bottom: -3px;
  position: relative;
}

.visit-text h3 {
  font-size: 40px;
  color: black;
  margin-bottom: 20px;
}

.visit-text p,
.visit-text p a {
  font-size: 20px;
  color: black;
}

.padding-side {
  padding: 0 150px;
}

.contact-visiting {
  padding-bottom: 250px;
}

.visit-text ul.social-media {
  justify-content: start;
  gap: 10px;
}

.visit-text ul.social-media li i:hover {
  transform: rotate(360deg);
}

.visit-text ul.social-media li i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  font-size: 24px;
  color: rgb(0, 0, 0);
  text-align: center;
  border: 1px solid rgb(0, 0, 0);
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;

}


.cprd-img {
  text-align: center;
}

.contactform-prd {
  margin-top: -200px;
  margin-bottom: -110px;
}

body.contact-us .footer-main {
  padding-top: 160px;
}

/*End Contact Us*/
/*Shop*/
.shop-banner {
  padding-top: 100px;
}

.shop-top {
  text-align: center;
  background: url(../images/shop/shop-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 170px 0px;
  border-radius: 25px;
}

.shop-top h1,
.shop-top h2 {
  font-size: 60px;
}

.shop-top h2 {
  color: #1D84A7;
}

ul.spl-top {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  padding: 25px 0px;
}

ul.spl-top li a {
  width: 180px;
  border: 1px solid #1D84A7;
  padding: 20px 20px;
  color: #1D84A7;
  font-size: 20px;
  font-family: 'NeueHaasDisplayMediu';
  border-radius: 41px;
  display: inline-block;
  text-align: center;
}

ul.spl-top li.active a,
ul.spl-top li a:hover {
  background: #1D84A7;
  color: white;
  transition: ease all 0.5s;
}

.ttprd {
  position: relative;
  transition: ease all 0.5s;
  margin: 15px 0px;
}

.ttprd:hover .pl-overlay {
  opacity: 1;
}

.ttprd .pl-overlay {
  border-radius: 30px;
}

.ttprd .buy-text {
  bottom: 40px;
  top: unset;
  right: 30px;
  left: unset;
}

.ttprd .heading-cart h3 {
  font-size: 24px;
  font-family: 'NeueHaasDisplayRoman';
}

.shop-list-style {
  padding: 15px 0;
}

/*End Shop*/
/*My Favorites*/
.my-favourites-sec {
  padding: 100px 0;
}

.favorite-img {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: ease all 0.5s;
  margin: 15px 0px;
}

.favorite-img img {
  border-radius: 25px;
}

/*End My Favorites*/
/*Product Detail*/
.product-detail-sec {
  padding: 110px 0px 20px 0px;
}

.pd-img img {
  border-radius: 25px;
}

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

.product-det-images {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.save-star {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  position: absolute;
  top: 40px;
  z-index: 1;
  width: 100%;
}

.savepercent a {
  color: white;
  font-size: 15px;
  background: #1D84A8;
  border-radius: 5px;
  padding: 12px 12px;
  text-transform: uppercase;
  font-family: 'NeueHaasDisplayMediu';
  vertical-align: middle;
}

.savepercent a svg {
  margin-right: 3px;
}

.savestar a {
  background: #ffffff96;
  border-radius: 100px;
  padding: 10px 10px;
  font-size: 22px;
  color: black;
}

.prdcatname h3 {
  color: black;
  font-size: 48px;
}

.cat-reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews-prev span {
  font-size: 16px;
  color: black;
}

.prd-share a {
  background: #80CFE5;
  font-size: 16px;
  color: white;
  padding: 10px 20px;
  border-radius: 100px;
  font-family: 'NeueHaasDisplayMediu';
}

.prd-title h1 {
  font-size: 48px;
  color: black;
  font-family: 'NeueHaasDisplayMediu';
}

.title-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.colors-ver input[type="radio"][data-color="#fff"] {
  background: #fff;
}

.colors-ver input[type="radio"][data-color="#000"] {
  background: #000;
}

.colors-ver input[type="radio"][data-color="#D9AAA4"] {
  background: #D9AAA4;
}

.colors-ver input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 1px;
  box-shadow: 0px 4px 4px 1px #0000001c;
}

.colors-ver input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.colors-ver label {
  font-size: 20px;
  color: #000;
}

.colors-ver {
  display: flex;
  align-items: center;
}

.prd-detail-summary {
  background: #ECEEF2;
  padding: 45px 45px;
  border-radius: 30px;
}

.prd-detail-summary h3 {
  color: black;
}

.color-variation {
  margin-top: 28px;
}

.allveriations {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}

.colors-ver {
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 10px 20px;
}

.colors-ver.active {
  border: 1px solid black;
}

.quantity-from {
  display: inline-block;
  border: 1px solid black;
  border-radius: 100px;
  padding: 10px 20px;
  margin-top: 20px;
}

.quantity-from .value-button {
  display: inline-block;
  margin: 0px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quantity-from .value-button:hover {
  cursor: pointer;
}

.quantity-from #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.quantity-from #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.quantity-from #input-wrap {
  margin: 0px;
  padding: 0px;
}

.quantity-from input#number {
  text-align: center;
  border: none;
  margin: 0px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  background: transparent;
  vertical-align: middle;
}

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

.quantitybox h3 {
  color: black;
  font-size: 24px;
}

.quantitybox {
  margin-top: 20px;
}

.bundles {
  border: 1px solid transparent;
  background: #81cfe526;
  border-radius: 10px;
  text-align: center;
  padding: 20px 20px;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  cursor: pointer;
}

.bundles.active {
  border-color: #81CFE5;
}

.buying-bundels h3 {
  font-size: 20px;
  color: black;
  font-family: 'NeueHaasDisplayMediu';
}

.buying-bundels p {
  font-size: 16px;
  color: black;
}

h4.regular-price {
  color: #1D84A8;
  font-size: 16px;
  margin-top: 20px;
  font-family: 'NeueHaasDisplayMediu';
}

h4.sale-price {
  color: #4c595a85;
  font-size: 16px;
  font-family: 'NeueHaasDisplayMediu';
  text-decoration: line-through;
}

.bundleandsave {
  margin-top: 20px;
}

.bundles-lists {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.add-to-cart {
  font-size: 24px;
  background: #1D84A8;
  border-radius: 41px;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  color: white;
  border: none;
  transition: ease all 0.5s;
}

.add-to-cart:hover {
  background: #000;
}

.add-to-cart2 {
  font-size: 24px;
  background: #1D84A8;
  border-radius: 41px;
  text-align: center;
  width: 100%;
  padding: 12.5px 0;
  color: white;
  border: none;
  transition: ease all 0.5s;
}

.add-to-cart2:hover {
  background: #000;
}

.addtocart-btn {
  margin-top: 20px;
}

.product-des {
  margin-top: 20px;
}

.product-des p,
.product-des ul li {
  font-size: 20px;
  color: black;
}

.product-des p {
  margin: 10px 0;
}

.product-des ul {
  list-style: disc;
  padding-left: 30px;
}

.des-row {
  display: flex;
  gap: 20px;
}

.des-row .dolumn {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  background: #ECEEF2;
  border-radius: 25px;
  padding: 35px 70px;
}

.des-row h2 {
  color: black;
  font-size: 48px;
}

.des-row h3 {
  font-size: 34px;
  color: black;
  margin-top: 20px;
}

.des-row p,
.des-row li {
  font-size: 20px;
  color: black;
}

.indetail ul {
  list-style: disc;
  padding-left: 40px;
}

.sizesimages .row {
  align-items: center;
}

.size-img2 img:nth-child(2) {
  position: relative;
  right: 40px;
}

.size-img2 {
  text-align: end;
}

.product-desc-sec {
  padding-bottom: 20px;
}

.especial-feature {
  background: #eceef2;
  border-radius: 30px;
  padding: 30px 0px 30px 35px;
}

.es-img img {
  width: 100%;
  border-radius: 20px;
}

.especial-feature h2 {
  font-size: 48px;
  color: black;
  margin-bottom: 30px;
}

.es-detail h3 {
  font-size: 24px;
  color: black;
  margin-bottom: 20px;
  font-family: 'NeueHaasDisplayMediu';
}

.es-detail p {
  font-size: 20px;
  color: black;
}

.esp-fea-carousal .slick-list {
  padding: 0 22% 0 0 !important;
}

.esp-fea-carousal i.fa-solid.fa-chevron-left.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(5px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 6vw;
  width: 6vw;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 30px !important;
  transition: 0.3s !important;
  border: 1px solid white !important;
  z-index: 999;
  left: 40px;
  cursor: pointer;
}

.esp-fea-carousal i.fa-solid.fa-chevron-right.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(5px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 6vw;
  width: 6vw;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 30px !important;
  transition: 0.3s !important;
  border: 1px solid white !important;
  z-index: 999;
  right: 100px;
  cursor: pointer;
}

.esp-fea-carousal i.fa-solid.fa-chevron-left.slick-arrow:hover,
.esp-fea-carousal i.fa-solid.fa-chevron-right.slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
  color: #061B3A !important;
}

ul.five-stars {
  display: flex;
  gap: 10px;
}

ul.five-stars li {
  color: #000;
  font-size: 20px;
  margin: 10px 0;
}

@media(min-width:1700px) {
  ul.five-stars li svg {
    max-width: 100%;
  }
}

@media(max-width:1690px) {
  ul.five-stars li svg {
    max-width: 80px;
  }
}

.rewprew-column {
  background: #eceef2;
  border-radius: 30px;
  width: 50%;
}

.rewite-prev {
  display: flex;
  gap: 20px;

}

.customerwrite1 {
  padding: 50px 70px 50px 70px;
}

.customerwrite1 h2 {
  font-size: 48px;
  color: black;
  margin-bottom: 40px;
}

.rating-number {
  display: flex;
  gap: 20px;
  align-items: center;
}

.left-no h3 {
  font-size: 64px;
  color: black;
  font-family: 'NeueHaasDisplayMediu';
}

.right-noprev p {
  color: black;
  font-size: 20px;
  margin-top: 5px;
}

.searchicon {
  position: relative;
}

.searchicon i {
  position: absolute;
  top: 33%;
  left: 5%;
  font-size: 20px;
  color: black;
}

.search-review input.form-control,
.search-review .form-select {
  border-color: black;
  background: transparent;
}

.searchbtn button.filledsave {
  text-transform: capitalize;
  font-size: 22px;
  padding: 16px;
  text-align: center;
}

.searchicon .form-control {
  padding-left: 60px;
}

.search-review form .form-select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") transparent;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30% 40%;
  padding: 0 20px;
  font-size: 20px;
}

.top-title-reviews {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ttr-lft h3 {
  font-size: 24px;
  color: black;
  font-family: 'NeueHaasDisplayMediu';
}

.ttr-right span {
  color: black;
  font-size: 24px;
  vertical-align: middle;
  font-family: 'NeueHaasDisplayMediu';
}

.customerwrite2 {
  padding: 20px 30px 0px 30px;
  overflow: hidden;
}

.ttr-desc p {
  font-size: 18px;
  color: black;
}

.ttr-desc h3 {
  font-size: 20px;
  color: black;
  font-family: 'NeueHaasDisplayXThinItalic';
}

.rev-item img {
  width: 100%;
}

.rev-item {
  background: white;
  padding: 20px 20px;
  border-radius: 30px;
  margin: 15px 0;
}

.rev-item .row {
  align-items: center;
}

.rewite-prev {
  display: flex;
  gap: 20px;
  height: 450px;
}

.popleview-carousal .slick-list {
  padding: 0 8% 0 0 !important;
}

.popleview-carousal .prd-list-item {
  padding: 0;
}

.popleview-carousal .slick-slide {
  margin: 0 15px;
}

.popleview-carousal .slick-list {
  margin: 0 -15px;
}

.popleview-carousal .prd-list-item .savestar {
  position: absolute;
  top: 20px;
  left: 20px;
}

.popleview-carousal .buy-text {
  top: 30px;
  padding: 25px 25px;
  bottom: unset;
}

.popleview-carousal .ttprd .pl-overlay {
  border-radius: 20px;
}

.popleview-carousal i.fa-solid.fa-chevron-left.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(5px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 6vw;
  width: 6vw;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 30px !important;
  transition: 0.3s !important;
  border: 1px solid white !important;
  z-index: 999;
  left: 40px;
  cursor: pointer;
}

.popleview-carousal i.fa-solid.fa-chevron-right.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(5px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 6vw;
  width: 6vw;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 30px !important;
  transition: 0.3s !important;
  border: 1px solid white !important;
  z-index: 999;
  right: 100px;
  cursor: pointer;
}

.popleview-carousal i.fa-solid.fa-chevron-left.slick-arrow:hover,
.popleview-carousal i.fa-solid.fa-chevron-right.slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
  color: #061B3A !important;
}

.people-view-sec {
  padding-top: 20px;
  margin-bottom: 60px;
}

.people-view {
  background: #eceef2;
  border-radius: 40px;
  padding: 40px 0px 40px 70px;
  overflow: hidden;
}

.people-view-sec h2 {
  font-size: 48px;
  color: black;
}

.add-scroll-y {
  overflow-x: scroll;
  height: 100vh;
}

.add-scroll-y::-webkit-scrollbar {
  display: none;
}

.form-group.lpwd {
  position: relative;
}

/*End Product Detail*/
.check_card_img {
  display: flex;
  align-items: center;
  position: relative;
}

.card-box {
  width: 100%;
  position: absolute;
  top: -8px;
  left: 0;
}

.check_card_img input {
  background-color: transparent;
  padding: 10px 0;
  border: none;
  width: 70%;
}

.check_card_img input::placeholder {
  color: #000;
}

.check_card_img img {
  max-width: 200px;
  position: absolute;
  top: 14px;
  right: 15px;
}

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

.checkout-btn {
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #000;
  padding: 13px 20px;
  width: 100%;
  display: block;
  border-radius: 40px;
  color: black;
  font-weight: bold;
  font-size: large;
  transition: .4s all;
  text-align: center;
}

.checkout-btn:hover {
  background-color: #000;
  color: #FFFFFF;
}

.method-row {
  background-color: #F1F1F1;
  border-radius: 30px;
}

.checkout-form label {
  margin-left: 15px;
}

.checkout-form .form-check {
  margin-left: 15px;
}

.checkout-form .form-check input[type='checkbox'] {
  appearance: none;
  /* Removes default checkbox styling */
  background-color: #F1F1F1;
  border: 1px solid #81CFE5;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.checkout-form .form-check input[type='checkbox']:checked {
  background-color: #81CFE5;
  border-color: #81CFE5;
}

.checkout-form .form-check input[type='checkbox'] {
  height: 22px;
  width: 22px;
}

.checkout-form .form-check label {
  margin-left: 5px;
  margin-top: 0px;
}

.card-box {
  width: 100%;
  position: absolute;
  top: -14px;
  left: 0;
}

.checkout-form p {
  margin-left: 15px;
}

.checkout-form .form-check label {
  margin-left: 0;
}

.checkout-detail {
  background-color: transparent;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.checkout-form .form-control {
  background: #f2fafc;
  padding: 0 30px;
}

.checkout-detail-sticky {
  position: sticky;
  top: 0;
  left: 0;

}

.product-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-detail {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 0;
}

.product-box .product-detail h1 {
  font-size: 32px;
  font-weight: bold;
}

.product-box .product-detail .color {
  font-size: 26px;
}

.product-box .product-detail .total_price {
  font-size: 24px;
  font-weight: 600;
  display: block;
  color: #C3C3C3;
  text-decoration: line-through;
  line-height: 1;
}

.product-box .product-detail .diss_price {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  display: block;
  line-height: 1;
}

.product-box .product-img {
  background-color: #5e616717;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

.product-box .product-img .save_am {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 5px;
  background-color: #000;
  color: #FFFFFF;
  font-size: 15px;
  padding: 3px 5px;
}

.product-box .product-img .total_count {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #1D84A8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #FFFFFF;
  border-radius: 50%;
  font-weight: bold;
}

.product-box .product-img .product_img {
  max-width: 400px;
  height: 245px;
  padding: 30px;
}

.apply-coupon {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  gap: 1rem;
  border-radius: 10px;
  overflow: hidden;
}

.apply-coupon input {
  width: 100% !important;
  height: 100%;
  padding: 25px;
  padding: .4rem .5rem !important;
  border: none;
  border-radius: 40px;
  color: #000;
  background-color: transparent;
}

.apply-coupon input::placeholder {
  font-size: 24px;
  color: #000;
}

.apply-coupon .apply-coupon-btn {
  min-width: 180px;
  background-color: #000;
  font-size: 24px;
  border-radius: 40px;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  transform: scale(1.03);
  transition: .4s all;
}

.apply-coupon .apply-coupon-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.total-box span {
  display: block;
}

.total-box .subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 32px;
  color: #000000;
}

.total-box .shipping-type {
  display: flex;
  justify-content: space-between;
  font-size: 32px;
  color: #000000;
}

.total-box .grand_total {
  display: flex;
  justify-content: space-between;
  font-size: 36px;
  font-weight: 600;
  color: #000;
}

.epale {
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-backdrop.show {
  display: none !important;
<<<<<<< HEAD
}

.offcanvas.offcanvas-end.mini-card {
  width: 790px;
  padding: 35px 45px 50px 45px;
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
}
button.btn-close.text-reset {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  border: 2px solid #C3C3C3;
  padding: 12px 12px;
}
.mini-heading{
  font-size: 48px;
  font-weight: 500;
}
.offcanvas-header{
  padding: 0;
}
.offcanvas-body{
  padding: 0;
}
hr.minni-line {
  border-color: #C3C3C3;
  opacity: 1;
}
.mini-card .checkout-detail {
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  height: 100%;
  justify-content: space-between;
}
.mini-card .checkout-detail .you_save {
  font-size: 24px;
  font-weight: 600;
  color: black;
}

.mini-card .checkout-form .form-control {
  background: #f2fafc;
  padding: 0 30px;
}

.mini-card .checkout-detail-sticky {
  position: sticky;
  top: 0;
  left: 0;

}

.mini-card .product-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.mini-card .checkout-product-list {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 400px;
}
.mini-card .product-detail {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0;
  justify-content: space-between;
  padding: 20px 0;
}

.mini-card .product-box .product-detail h1 {
  font-size: 32px;
  font-weight: bold;
}

.mini-card .product-box .product-detail .color {
  font-size: 26px;
}

.mini-card .product-box .product-detail .total_price {
  font-size: 20px;
  font-weight: 600;
  display: block;
  color: #C3C3C3;
  text-decoration: line-through;
  line-height: 1;
  margin-right: 10px;

}

.mini-card .product-box .product-detail .diss_price {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  display: block;
  line-height: 1;
}

.mini-card .product-box .product-img {
  background-color: #5e616717;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

.mini-card .product-box .product-img .save_am {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 5px;
  background-color: #000;
  color: #FFFFFF;
  font-size: 15px;
  padding: 3px 5px;
}

.mini-card .product-box .product-img .product_img {
  max-width: 400px;
  height: 245px;
  padding: 30px;
  object-fit: contain;
}

.mini-card .apply-coupon {
  position: relative;
}

.mini-card .apply-coupon input {
  width: 99%;
  height: 100%;
  padding: 25px;
  border-radius: 40px;
  color: #000;
  background-color: transparent;
  border: 1px solid black;
}

.mini-card .apply-coupon input::placeholder {
  font-size: 24px;
  color: #000;
}

.mini-card .apply-coupon .apply-coupon-btn {
  min-width: 164px;
  background-color: black;
  font-size: 24px;
  border-radius: 40px;
  color: white;
  padding: 19px 20px;
  font-weight: 600;
  transition: .4s all;
  position: absolute;
  right: 0;
}

.mini-card .total-box span {
  display: block;
  font-size: 32px;
}

.mini-card .total-box .subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 32px;
  color: #000000;
}

.mini-card .total-box .shipping-type {
  display: flex;
  justify-content: space-between;
  font-size: 32px;
  color: #000000;
}

.mini-card .total-box .grand_total {
  display: flex;
  justify-content: space-between;
  font-size: 36px;
  font-weight: 700;
  color: #000;
}
.mini-card .checkout-btn {
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #000 !important;
  padding: 13px 20px;
  width: 100%;
  display: block;
  border-radius: 40px;
  color: black;
  font-weight: bold;
  font-size: large;
  border: none;
  transition: .4s all;
  text-align: center;
}
.mini-card .checkout-btn:hover {
  background-color: #000;
  color: #FFFFFF;
}
.mini-cart-item h3 {
  font-size: 32px;
  color: #000000;
  font-weight: 600;
}
.mini-checkout {
  margin-top: 20px;
}
.delet-item img {
  min-width: 38px;
}
.mini-cart-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.mini-veration h3 {
  font-size: 24px;
  color: black;
}
.mini-veration {
  margin-top: 20px;
}
.mini-card .checkout-product-list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.mini-card .checkout-product-list::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.mini-card .checkout-product-list::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #1D84A8;
=======
>>>>>>> eebb78c63429a1825f2987d3fc696059bb197dca
}