

* {
  box-sizing: border-box;
  font-family: sans-serif;
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
}

#pop-up-hide {
  display: none;
}

.llmawkr-popup {
  position: fixed;
  inset: 0;
  background: #000000f0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 1rem;
  overflow-y: auto;
}

.llmawkr-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;
}

.llmawkr-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.llmawkr-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.llmawkr-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.llmawkr-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.llmawkr-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 10px;
}

.llmawkr-popup-btn {
  padding: 15px 70px;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-size: 20px;
}

.llmawkr-popup-btn--accept {
  background: #1b1c31;
}

.llmawkr-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}
img {
  width: 100%;
  height: auto;
}

p {
  font-size: 18px;
  line-height: 1.5;
 
}

a {
  text-decoration: none;
 
}
h1{
    font-size: 35px;
 
}
.llmawkr-wrp {
 max-width: 95%;
margin: auto;
}
.llmawkr-wrp-100 {
 max-width: 1120px;
 width:100%;
margin: auto;
}

.txt-cntr {
  text-align: center;
}
/* flex */
.llmawkr-flx {
    display: flex;
  }
  
  .llmawkr-flx-jus {
    justify-content: space-between;
  }
  
  .llmawkr-flx-jus-cen {
    justify-content: center;
  }
  
  .llmawkr-flx-aln {
    align-items: center;
  }
  
  .llmawkr-flx-gp {
    gap: 20px;
  }
  .llmawkr-flx-50{
    flex:50%
  }
  .llmawkr-flx-33{
    flex:33.3%
  }
  .llmawkr-flx-10{
    flex:10%;
  }
  .llmawkr-flx-30{
    flex:30%
  }
  .llmawkr-flx-70{
    flex:70%
  }
  .llmawkr-flx-25{
    flex:25%
  }
  .llmawkr-flx-20{
    flex:20%
  }
  .llmawkr-flx-80{
    flex:80%
  }
  .llmawkr-flx-60{
    flex:60%
  }
  .llmawkr-flx-40{
    flex:40%
  }
  .llmawkr-flx-22{
    width: 25%;
    
  }
  .prd-col-dir{
    flex-direction: column;
  }
  .llmawkr-gap{
    padding: 30px 10px;
  }
 
  /* navbar */
  .header {
    background-color: #89645914;
    padding: 10px 20px;
    border-bottom: 1px solid black;
}
  .navbar-links a {
    color: #000;
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    transition: 0.3s;
    font-size: 16px;
   
  
  }
  .navbar-logo h1 {
    font-size: 28px;
    line-height: 1.5;
    margin:5px 0px;
  }
  .navbar-links {
    display: flex;
    padding: 10px 30px;
    border-radius: 80px;
}
  .navbar-links a:hover {
    
    color:#2c5554;
   
  
  }
  
  .cf6ue25 ul {
    list-style: none;
    padding: 0;
  }
  
  .cf6ue25 li {
    margin-bottom: 10px;
  }
  
  .cf6ue22 a {
    text-decoration: none;
    color: #fff;
  }
  .logo-img{
    max-width: 250px;
  }
  
/* banner */

.llmawkr-ban{
  /* background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  background-color: #9f715a2b;
}
.ban-img{
  /* max-width: 600px; */
  overflow: hidden;
position: relative;
width:100%
  
 }
.ban{
  background-image: url('../images/ban-prd1.webp');
  background-position: center;
  background-size: cover;
  padding:20px ;
  min-height: 500px;
}
.ban img {
  max-width: 200px;
  position: relative;
  top: 100px;
  right: 120px;
}
 .over {
  position: absolute;
  top:10%

 }
.ban-img img{
  /* max-width: 400px; */
  display: block;
}
/* .ban-cont{
  border: 2px solid #2c5554;
  padding: 20px;

} */
 /* shiiping */
 .shipping{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;;
  height:auto;
  padding:20px;
 }
 .shipping-cont{
  border:1px solid;
  padding:10px;
  max-width: 400px;
  width:100%;
  
 }
.text-bg {
  padding: 20px 20px 20px 78px;
  max-width: 450px;
}
.text-bg h1 {
  font-weight: 600;
  font-size: 35px;
  color: #000000;
  letter-spacing: 3px;
  line-height: 1.3;
  font-family: math;
}
.text-bg p {
  color:#141414;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 17px;
    /* text-transform: uppercase; */
}
.bann-btn {
  max-width: 120px;
    background: #896459;
    padding: 10px 0px;
    color: #fff;
    font-size: 16px;
    /* display: inline-block; */
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .4s ease-in;
}


 .llmawkr-ban .text-bg a:hover {
  background: #86bcba;
  color: #000000;
  transition: all .4s ease-in;
 }
 

.clr {
  color: #2d5ed9;
  text-transform: initial;
}
/**  offer section **/
.offers  a {
  width: 200px;
  background: #2c5554;
  padding: 15px 0px;
  color: #fff;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s ease-in;
}
.offers  a:hover {
   background: #86bcba;
   color: #000000;
   transition: all .4s ease-in;
 
 }
 
 

.off-img{
  max-width: 550px;
}
.offer-sec h3{
  font-size: 50px;
  color: #fff;
}
.detail-box h2{
  font-size: 60px;
}

/** end offer section **/
/* icons */
.icn-img{
  max-width: 30px;
}
.llmawkr-knw{
 background-color: #323535;
 color: #fff;
 /* margin: 50px 0px 0px 0px; */
  
}
/* items */
.llmawkr-items{
  background-color: #ffffff;
}
.llmawkr-items .btn-box a {
  width: 200px;
  background: #2c5554;
  padding: 15px 0px;
  color: #fff;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s ease-in;
}
.llmawkr-items .btn-box a:hover {
   background: #86bcba;
   color: #000000;
   transition: all .4s ease-in;
 
 }
 .mor-txt {
  position: absolute;
    top: 79px;
    /* text-align: center; */
    transform: translate(60%, -24%);
    color: white;
    background-color: #00000063;
    padding: 20px;
 }
 .stars{
  max-width: 100px;
  margin-bottom: 10px;
  display: block;
  margin:20px auto;
 }
.item-img{
  /* max-width: 290px; */
  padding: 10px 10px 10px 10px;
}
.items-cont{
  margin: 10px 0px;
}
.titlepage h2 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}
.titlepage p {
  font-size: 16px;
  color: #090909;
  padding-top: 5px;
  line-height: 25px;
  line-height: 1.8;
}
.item-price {
  font-size: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}
/*  products */

.prod .prod_desc {
  text-align: center;
  border: #555556 solid 1px;
  border-radius: 2px;
  padding: 120px 0px 30px 0px;
  margin-bottom: 30px;
}

.prod .prod_desc figure {
  margin: 0;
}

.prod .prod_desc h3 {
  color: #100d0d;
  font-size: 22px;
  line-height: 20px;
  padding: 70px 0px 9px 0px;
}

.prod .prod_desc p {
  color: #2a2a2c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.prod_desc p {
 font-size: 16px;
 color: #000000;
  
}
.strp{
  background-image: url('../images/strp.jpg');
  background-position: center;
  background-size: cover;
  padding:100px 20px;
}
.strp-cont{
  text-align: center;
  max-width: 600px;
  color: #fff;
  padding: 30px;
  background-color: #00000080;
  border: 1px solid white;
  backdrop-filter: blur(3px);
}
.strp-cont h1 {
  line-height: 1.5
}
.llmawkr-tstmon {
  padding:50px 20px;
  background-color: rgba(128, 128, 128, 0.279);

}
.tstmon-cont {
  background-color: #fff;
  width: 100%;
  padding:20px;
  text-align: center;
  min-height: 400px;
  border-radius: 20px;
}
.llmawkr-tstmon h1{
  font-size: 48px;
    line-height: 1.5;
    font-family: fangsong;
}
.tstmon-cont p{
  font-size: 19px;
    line-height: 1.6;
    font-family: math;
    padding: 15px 0px;
}
.strp-btn{
  max-width: 120px;
    background: #ffffff;
    padding: 10px 0px;
    color: #000000;
    font-size: 16px;
    /* display: inline-block; */
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .4s ease-in;
}
/* .llmawkr-prod a {
  width: 200px;
  background: #2c5554;
  padding: 15px 0px;
  color: #fff;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s ease-in;
}
.llmawkr-prod   a:hover {
   background: #86bcba;
   color: #000000;
   transition: all .4s ease-in;
 
 } */
  .btn-box{
    border: 1px solid black;
    max-width: 115px;
    text-align: center;
    padding: 8px;
    color: rgb(255, 255, 255);
    background-color: #896459;
    font-size: 15px;
  }
.prod_desc{
  /* border-radius: 50% 50% 0% 0%; */
  padding:0px 10px 20px 10px ;
  transition: 0.3s ease;
}
.prod_desc:hover{
  background-color:#8964592b;
}

.review{
  padding: 20px;
  border:1px solid black;
   flex-grow: 1;
   display: flex;
   justify-content: center;
   flex-direction: column;
}
.review p{
font-size: 16px;
}
/* single-prod */
.prod-price{
  font-size:17px;
 padding-top: 5px;
 padding-bottom: 5px;
 font-weight: 500;
}
.prod-desc h3{
  color: #514f4f;
}
.prod-desc h1 {
  font-size: 25px;
}
.prod-desc p{
  color: #000;
}
.prod-img{
  max-width: 500px;
}
.llmawkr-prod .shop_more{
  background-color: #2c5554;
  margin-top: 40px;
}
.llmawkr-prod .shop_more:hover{
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
}
.thumbnails {
  /* margin-top: 40px; */
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}
.thumbnails img{
     max-width: 135px;
  display:inline-flex;}

.thumbnail:hover {
  border-color: #333;
}
.titlepage{
  padding:10px;
}
.titlepage h1 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
}
.prod-desc{
  padding: 30px 20px 30px 20px;
  background-color: beige;
}
.prod-desc p{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 30px;
}
/* footer */
.footer {
  background-color: #282828;
  color: #000000;
  padding: 40px 20px 20px 20px
  
}
.img-ft{
  max-width: 200px;
  margin-bottom: 20px;
}
.footer a{
  text-decoration: none;
  color: #fff;

}
.ft-hr{
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
.ft-para{
  color: #fff;
  font-size: 16px;
}
.ft-head{
  margin-bottom: 60px;
  color: #fff;
 }

 .ft-head1{
  margin:5px 0px;
  color: #fff;
  font-size: 22px;
 }
 .footer p{
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  padding-top:5px;
 }
 .footer a :hover{
  color: #c5bfc4;
 letter-spacing: 1px;
 transition: 0.3s ease;

 }
 .select-container{
  max-width: 1120px;
  width:100%;
  margin-top: 10px;
 }
 /* more */
 .llmawkr-info p{
  font-size: 17px;
  color: #000;
  line-height: 30px;
 }
 .llmawkr-info h4{
  font-size: 20px;
  color: #555556;
  margin-top: 10px;
  margin-bottom: 10px;
 }
/* privacy */
.row ul {
  margin-top:10px;
  padding-left:20px;
}
.row ul li {
line-height: 20px;
  margin-top: 10px;
  padding-left:10px;
}
.row h3, .row p{
margin-top:20px;
}
/* button */
.btn-cont1 {
  max-width: 170px;
  background: #896459;
  padding: 10px 10px;
  color: #fff;
  font-size: 14px;
  border:2px solid black;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .4s ease-in;
}

 .btn-cont1:hover {
  border:2px solid rgba(0, 0, 0, 0);
  background: #282828;
  color: #ffffff;
 
 }
 .higt{
  min-height: calc(100vh - 150px);
 }
/* contact */
input[type=text],
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: #d05932;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #e69479;
}
/* responsive */
@media only screen and(max-width:875px){
  .ban img{
      max-width: 200px;
    position: relative;
    top: 100px;
    right: 80px;
  }
}

@media only screen and (max-width:768px) {
  /*  */

  .llmawkr-popup-modal {
    padding: 1.5rem;
  }

  .llmawkr-popup-title {
    font-size: 1.5rem;
  }

  .llmawkr-popup-text {
    font-size: 16px;
  }

  .llmawkr-popup-btn {
    padding: 0.9rem 2.5rem;
    font-size: 18px;
  }

  /*  */
  .llmawkr-flx-dir{
    flex-direction: column;
  }
  .navbar-links {
    display: flex;
    display: none;
}
.llmawkr-mb{
  text-align: center;
}
.mor-txt{
 font-size: 20px;
 text-align: center;
 position: absolute;
    top: 35%;
  
    transform: translate(0%, 50%);
    color: white;
    background-color: #00000063;
    padding: 20px;
}
.llmawkr-tstmon h1{
  font-size: 35px;
  text-align: center;
}
.llmawkr-flx-rev{
  flex-direction: column-reverse;
}
.hid-img{
  display: none;
}
.text-bg {
  padding: 20px;
  max-width: 450px;
  text-align: center;
}
.thumbnails img{
  max-width: 86px;
}
.non{
  display: none;
}
.footer {
  padding: 30px ;
  text-align: center;
}
.text-bg h1 {
  font-size: 25px;
}
.strp {
  padding:20px;
}
.strp-cont {
  padding:10px;
}
.strp-cont h1 {
  font-size: 25px;
  line-height: 1.5;
}
.bann-btn{
  margin:20px auto;
}
.detail-box h2 {
  font-size: 40px;
}
.ft-head {
 
margin-bottom: 30px;
}
.titlepage{
  text-align: center;
}
.header {
  /* background-color: #ffffff; */
  padding: 10px 20px;
}

.titlepage h2 {
  font-size: 25px;
  color: #2a2a2c;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}
.btn-box {
  margin:20px auto;
}

.llmawkr-wrp {
  max-width: 100%;
  margin: auto;
}
.item-desc{
  margin-top: 20px;
  margin-bottom: 20px;
}
}
@media only screen and (max-width:480px) {
  .llmawkr-popup-modal {
    padding: 1rem;
  }

  .llmawkr-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .llmawkr-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .llmawkr-popup-title {
    font-size: 24px
  }

  .llmawkr-popup-icon {
    align-self: flex-end;
  }
}