
* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;

}

.txt-cntr {
  text-align: center;
}

.txt-white {
  color: #fff;
}

p {
  font-size: 16px;
  margin: 5px 0;
  line-height: 1.5;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  /* color:white; */
}

.shpwr-wrap {
  max-width: 1120px;
  width: 90%;
  margin: auto;
 
}

.shpwr-wrap-100 {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.txt-rgt {
  text-align: right;
}

/*flex*/
.shpwr-flex {
  display: flex;
}

.shpwr-flex-aln {
  align-items: center;
}

.shpwr-flex-jus {
  justify-content: space-between;
}
.shpwr-flex-cen {
  justify-content: center;
}

.shpwr-flex-gp {
  gap: 20px;
}

/*flex-child*/
.shpwr-flex-50 {
  flex: 50%;
}

.shpwr-flex-33 {
  flex: 33.33%;
}

.shpwr-flex-80 {
  flex: 80%;
}

.shpwr-flex-20 {
  flex: 20%;
}

.shpwr-flex-40 {
  flex: 40%;
}

.shpwr-flex-60 {
  flex: 60%;
}

.shpwr-flex-30 {
  flex: 30%;
}

.shpwr-flex-70 {
  flex: 70%;
}

.shpwr-flex-10 {
  flex: 10%;
}

.shpwr-flex-25 {
  flex: 25%;
}

.shpwr-flex-75 {
  flex: 75%;
}
.hgt{
  min-height: calc(100vh - 150px);
}
/*header*/
.hed-log{
  color: black;
  font-size: 28px;
  margin: 10px 0px;
}
.shpwr-main-header{
  background-color: rgb(242 221 183 / 72%);
  padding: 10px;
}
.shpwr-navbar ul {
  padding: 0;
}

.shpwr-navbar li {
  list-style-type: none;
}

.shpwr-navbar a {
  color: #000;
  font-size: 15px;
  transition: 0.2s;
  padding:10px 5px;
  border-radius: 20px;
  border-bottom:5px solid rgba(0, 0, 0, 0) ;
}
.shpwr-navbar a:hover{
  /* background-color: white; */
  color:black;
  padding:10px 5px;
  border-radius: 20px;
  border-bottom:5px solid ;
}
.shpwr-header {
  padding: 0px;
}

/*banner*/
.shpwr-banner-head {
  font-size: 40px;
    line-height: 1.4;
    margin: 5px 0px;
    font-weight: 600;
    
}

.shpwr-banner-btn {
  max-width: 130px;
  padding: 10px 5px;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  margin-top: 20px;
  background-color:rgba(249, 86, 4, 0.88); 
  color: rgb(243, 235, 235);
  font-size: 17px;
  font-weight: 500;
  
}

.shpwr-banner-btn a {
  color: #000;
  /* font-size: 20px; */
}

.shpwr-banner-btn:hover {
  transform: scale(1.1);
}

.shpwr-banner-btn:focus {
  outline: 3px solid #333;
}

.shpwr-banner-blk {
  max-width: 480px;
  /* margin-left: 20px; */
}
.ban{
background-image: url('../images/banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position:left, center;
}
.shpwr-banner {
  
  padding: 110px 20px;
}

/*product*/
.shpwr-btn {
  max-width: 140px;
  padding: 10px;
  margin-top: 20px;
  background-color: #080808;
  border-radius: 20px;
  transition: 0.3s;
  text-align: center;
  color: white;
}

.shpwr-product-img {
  max-width: 380px;
}

.shpwr-product {
  padding: 0 10px 40px 10px;
  /* background-image: url(../images/banner2.jpg); */
  /* background-color: #d9d9e5; */
}

.shpwr-btn p {
  color: #000;
  text-align: center;
}

.shpwr-product-img {
  max-width: 380px;
  border-radius: 18px 18px 0px 0px;
}

.shpwr-btn:hover {
  transform: scale(1.1);
  background-color: rgba(222, 149, 14, 0.568);
  color:black;
}

.shpwr-btn:focus {
  outline: 3px solid #333;
}

.shpwr-btn a {
  color: #fff;
}

.shpwr-off {
  background-color: #0A8800;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.shpwr-pro-blk {
    border: 4px ridge #0e0d0d;
    border-radius: 20px;
    position: relative;
    background-color: #7d7c769c;
    backdrop-filter: blur(10px);
}


.shpwr-pro-con {
  padding: 0 20px 30px 20px;
  position: relative;
}

.shpwr-cart {
  background-color: #e9ad3f;
  position: absolute;
  border-radius: 50%;
  padding: 10px 10px 5px 10px;
  top: 0;
  right: 5%;
  transition: 0.5s;
  cursor: pointer;
}

.shpwr-cart:hover {
  background-color: #db1919;
}
/*review  */
.strp2{
  background-image: url('../images/strp.jpg');
  background-size: cover;
  background-position: center;
  padding:80px 20px;
  background-blend-mode: overlay;
  background-color: #00000090;
  background-attachment: fixed;
 
}
.off-cont{
  padding: 20px;
  max-width: 700px;
  text-align: center;
  color:#fff;
  border:1px solid white;
  box-shadow: 1px 1px 10px white;
  backdrop-filter: blur(3px);

}
.off-cont h1{
  font-size: 35px;
  line-height: 1.5;
  margin: 10px 0px;
  
}
/*  */
.review {
  padding:50px 30px;
  text-align: center;
}
.rev-cont{
  padding:10px;
  position: relative;
  width: 100%;
}
.rev-cont .icon{
  max-width: 150px;
    position: absolute;
    top: 100%;
    left: 70%;
}
.rev-cont p{
  font-size: 18px;
  line-height: 1.5;
  font-family: math;
}
/* 
.shpwr-strip-blk img {
  max-width: 50px;
  background-color: #354ab7;
  border-radius: 50%;
  padding: 8px;
} */
.shpwr-strip {
  padding:20px 0px;
}
.strp-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shpwr-strp-btn{
  max-width: 180px;
    padding: 14px 10px;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
    margin:20px auto;
    background-color: rgba(255, 255, 255, 0.88);
    color: rgb(0, 0, 0);
    border:2px solid black;
    font-size: 17px;
    font-weight: 500;
}
/*offer*/
.shpwr-offer {
  background-image: url('../images/strp.jpg');
  background-size: cover;
  background-position: center;
  padding:30px 20px;
}

.shpwr-offer h1 {
  font-size: 35px;
  font-weight: 700;
  margin: 20px 0 0 0;
}

.shpwr-offer-blk {
  padding: 0 60px;
}

.shpwr-offer img {
  display: block;
  object-fit: cover;
}

.shpwr-offer-btn {
  max-width: 220px;
  padding: 10px 5px;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s;
  margin: 30px auto auto;
  border: #fff solid 1px;
}

.shpwr-offer-btn a {
  color: #fff;
}

.shpwr-offer-btn:hover {
  transform: scale(1.1);
}
/* blob */
.blob {
  display: flex;
  justify-content: center;
  align-items:center;
  flex-direction: column;
  width: 100%;
    min-height: 250px;
  background: linear-gradient(135deg, #55555576 0%, #c2714283 100%);
  border-radius: 50%;
 
}


/*footer*/
.foot-log{
  color: #000;
    margin: 10px 0px;
    font-size: 28px;
}

.shpwr-footer-nav li {
  list-style-type: none;
  line-height: 2;
}

.shpwr-footer-nav a {
  color: #060606;
  transition: 0.2s;
}
.shpwr-footer-nav a:hover{
  color:rgb(231, 33, 12);
}
.shpwr-footer ul {
  padding: 0;
}

.shpwr-footer-nav {
  max-width: 300px;
  margin-top: 10px;
}

.shpwr-footer-nav-p {
  border-left: #000 solid 1px;
  padding-left: 10px;
}

.shpwr-footer-top {
  padding: 40px 10px;
  background-color: #39393982;
  /* background-image: url('../images/wave.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */

}
.shpwr-footer-top p,h4,span{
  color:black;
}
.shpwr-footer-blk {
  /* max-width: 180px; */
  /* text-align: center; */
  margin-top: 10px;
}
.shpwr-footer-blk button{
  padding: 8px;
    font-size: 16px;
    border-radius: 10px;
    margin: 7px 5px;  
    background-color: transparent;
   
}
.shpwr-footer-blk button:hover{
  background-color: white;
}
.desk-nn {
  display: none;
}

.mob-nn {
  display: block;
}

/*back-pages*/
.shpwr-mid {
  padding: 40px 10px;
}

.product {
  text-align: center;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnails img {
  display: block;
      max-width: 121px;
  margin: auto;
}

.thumbnail-blk:hover {
  border-color: #333;
}

.product img {
  max-width: 550px;
}

.shpwr-abtn {
  max-width: 170px;
  background-color: #333;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  padding: 13px 15px;
  font-size: 16px;
  border: none;
  margin: 15px 0px;
  cursor: pointer;
}

.shpwr-mid li {
  font-size: 16px;
}

.shpwr-des {
  padding: 0 10px 30px 10px;
}

.shpwr-mid-blk {
  border: #dedede solid 1px;
  border-radius: 20px;
}

.thumbnails {
  display: flex;
  flex-wrap:wrap;
  gap: 15px;
}
.rev {
  border:1px solid black;
  padding:15px;
  margin:10px;
}
.rev h3,h4{
  margin:10px 0px;
}
.rev-img {
  border-radius: 50%;
    border: 2px dashed black;
    padding: 5px;
}
.thumbnail-blk {
  /* border: #aaa solid 1px; */
  border-radius: 5px;
  transition: 0.3s;

}

/*contact-page-css*/
input[type=text],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #333;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #000;
}
.order{
 /* background-color: rgb(37, 13, 224); */
 border-top:1px solid;
 min-height: 400px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px;
}
.ord-cont{
  border:1px solid black;
  max-width: 400px;
  border-radius: 10px;
  text-align: center;
  padding:20px;
}
.ord-cont img{
  height:60px;
  width:60px;
  
 
}
.ord-cont p{
  font-size:16px;
  line-height: 1.5;
}
.ord-cont h1{
  font-size:25px;
  margin:10px 0px;
}


/* privacy */
.row{
  padding:0px 30px;
} 
.row ul {
  margin-top: 10px;
  padding-left: 20px;
}

.row p {
  color: black;
  font-size: 18px;
}

.row ul li {
  line-height: 20px;
  margin-top: 10px;
  padding-left: 10px;
}

.row h3,
.row p {
  margin-top: 20px;
}
/*media*/
@media only screen and (max-width:875px){
  .shpwr-cart{
    display: none;
  }
  .shpwr-pro-con{
    text-align: center;
  }
  .shpwr-btn {
    margin:10px auto;
  }
  .blob{
    width: 100%;
    min-height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .shpwr-flex-dir {
    flex-direction: column;
  }

  .mob-cntr {
    text-align: center;
  }
  .shpwr-footer ul {
    display: flex;
    flex-direction: column;
}
  .desk-nn {
    display: block;
  }

  .mob-nn {
    display: none;
  }

  .shpwr-banner {
    padding: 20px;
  }

  .shpwr-banner-btn {
    margin: 10px auto;
  }

  .shpwr-banner-head {
    font-size: 30px;
        line-height: 1.4;
  }
.shpwr-banner-blk {
  background-color: #00000067;
  padding:10px;
  color:#fff;
     margin-left: 0px;
     text-align: center;
}
  .shpwr-strip {
    padding: 30px 10px;
  }

  .thumbnails img {
    max-width: 80px;
  }
.review {
  padding:30px;
  
}
.off-cont h1 {
  font-size: 24px;
  line-height: 1.4;
  margin: 5px 0px;
}
.off-cont p {
  font-size: 15px;
  line-height: 1.5;
  margin: 5px 0px;
}
.off-cont {
  text-align: center;
}
  .shpwr-mid {
    padding: 20px 10px;
  }

  .shpwr-flex-dir-rev {
    flex-direction: column-reverse;
  }

  .shpwr-strip-p {
    font-size: 35px;
  }

  .shpwr-banner h3 {
    font-size: 22px;
  }

  .shpwr-strip h1 {
    font-size: 25px;
        margin: 10px 0px;
  }
  .over-img {
    max-width: 69px;
    position: absolute;
    top: 77%;
    left: 1%;
}
  .shpwr-offer h1 {
    font-size: 26px;
  }

  .shpwr-footer-nav {
    margin: 15px auto auto;
  }
  .row{
    padding:0px;
  } 
  .shpwr-footer-blk {
    margin: 15px auto auto;
  }
.shpwr-footer-nav-p{
  border:none;
  padding:0px;
}
  .shpwr-offer {
    padding: 30px 10px;
  }
  .blob {
        width: 300px;
        min-height: 300px;
    }

}
@media only screen and (max-width:400px){
  .shpwr-banner-head {
        font-size: 29px;
        line-height: 1.4;
    }
    .blob {
                width: 180px;
        min-height: 193px;
    }

}
/*effects*/
.shpwr-grow img {
  transition: 1s ease;

}

.shpwr-grow {
  overflow: hidden;
  cursor: pointer;
  display:flex;
  justify-content: center;
  align-items:center;
}

/* .shpwr-grow:hover .shpwr-product-img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
  border-radius: 18px;
} */

/**/
.img-content {
  position: relative;

  .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.1;
    transition: all .3s ease;
    cursor: pointer;
  }

  &:hover {
    .img-overlay {
      opacity: .8;
    }
  }
}

/**/
.select-container {
  max-width: 100%;
  width: 220px;
  margin-top: 15px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

select:focus {
  border-color: #007bff;
  outline: none;
}


 .lcaspw1-popup {
                position: fixed;
                inset: 0;
                background: #000000d4;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
                padding: 1rem;
                overflow-y: auto;
            }

            .lcaspw1-popup-modal {
                background: #fff;
                padding: 2rem;
                border-radius: 20px;
                min-height: 320px;
                max-width: 600px;
                width: 100%;
                box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
                animation: fadeIn 0.3s ease-out;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .lcaspw1-popup-flx {
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-wrap: wrap;
                position: relative;
            }

            .lcaspw1-popup-icon {
                font-size: 30px;
                cursor: pointer;
                position: absolute;
                top: -15px;
                right: 0;
                color: #000;
            }

            .lcaspw1-popup-title {
                font-size: 40px;
                color: #222;
                margin: 5px 0 13px !important;
            }

            .lcaspw1-popup-text {
                font-size: 16px;
                color: #000000;
                line-height: 1.6;
                margin: 10px 0;
            }

            .lcaspw1-popup-actions {
                display: flex;
                justify-content: flex-start;
                gap: 1rem;
                margin-top: 10px;
                flex-wrap: wrap;
            }

            .lcaspw1-popup-actions a {
                flex: 1;
            }

            .lcaspw1-popup-btn {
                padding: 15px 10px;
                color: #fff;
                border: none;
                border-radius: 8px;
                font-weight: bold;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
                font-size: 20px;
                width: 100%;
                flex: 1;
            }

            .lcaspw1-popup-btn--accept {
                background: #1b1c31;
            }

            .lcaspw1-popup-btn--reject {
                background: #58575752;
                color: #1b1c31;
            }