@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
* {margin: 0;padding: 0;}body{ font-family: 'Poppins', sans-serif;line-height: normal} img{width: 100%;height:auto}p{font-size: 16px;margin-bottom: 15px}
h2{font-size: 30px;margin-bottom: 10px}h6{font-size: 14px;font-weight: 400;}.gp{gap:20px}.txt-cen{text-align: center}
.ujfg5fg-wrap{max-width: 85%;margin: auto}.ujfg5fg-flx{display: flex}.ujfg5fg-al{align-items: center}.ujfg5fg-jus{justify-content: space-between}.pd{padding:50px 0} a{text-decoration: none} ul li{list-style: none;}
/*---header----*/
header{background: ; padding: 20px 0;}header img{max-width: 180px !important} header ul li{padding: 10px}  header a{font-size: 16px;color: #000}header ul a:hover{text-decoration:underline;color: #dfb858;}
/*---header----*/
/*---hero-section----*/
.ujfg5fg-hero{padding: 130px 0;background-image: url(../images/mw78comb-img.webp);background-repeat: no-repeat;background-size: cover}.ujfg5fg-hero-inf h2{font-size: 60px;font-weight: 700}.ujfg5fg-hero-inf{flex:50%;}
/*---hero-section----*/
.fl-50{flex: 50%}
/*---top-bt----*/
/* CSS */
.ujfg5fg-st-bt-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.ujfg5fg-st-bt-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

.ujfg5fg-st-bt-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background:#89a3cb;
}

.ujfg5fg-st-bt-front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: white;
  background:#41659b;
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
  .ujfg5fg-st-bt-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}

.ujfg5fg-st-bt-pushable:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

.ujfg5fg-st-bt-pushable:hover .ujfg5fg-st-bt-front {
  transform: translateY(-6px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.ujfg5fg-st-bt-pushable:active .ujfg5fg-st-bt-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.ujfg5fg-st-bt-pushable:hover .ujfg5fg-st-bt-shadow {
  transform: translateY(4px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.ujfg5fg-st-bt-pushable:active .ujfg5fg-st-bt-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.ujfg5fg-st-bt-pushable:focus:not(:focus-visible) {
  outline: none;
}
/*---top-bt----*/
/*---fts----*/
.ujfg5fg-fets-bx{width: 33.3%;padding: 10px 5px;color: #fff}.ujfg5fg-fets-bx i {padding: 15px;border-radius: 50%;color: #ffffff;font-size: 26px;}.ujfg5fg-fets-bx-ut1 h4 {margin-bottom: 10px;}.ujfg5fg-fets-bx-ut1 p {
    margin: 0;
}
/*---fts----*/

/*---Add to Cart----*/
.section-products .list-products {display: flex;justify-content: space-between;}.section-products .product {
width:33.3%;background-color: #fff;border-radius: 2px;overflow: hidden;margin-top: 30px;transition: box-shadow 0.2s linear;}.section-products .product:hover {box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}.section-products .product .top {position: relative;overflow: hidden;}.section-products .product .top::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.2);opacity: 0;transition: opacity 0.2s linear;}.section-products .product:hover .top::before {opacity: 1;z-index: 2;}.section-products .product .img-product {max-width: 100%;display: block;transition: transform 0.2s ease-in;}.section-products .product:hover .img-product {transform: scale(1.2) translateX(15px);}.section-products .product .btn {position: absolute;left: 5px;top: -40px;background-color: #fff;height: 35px;width: 35px;text-align: center;line-height: 40px;color: #41659b;transition: top 0.2s linear;z-index: 3;}.section-products .product .btn:hover {color: lightsalmon;}.section-products .product:hover .btn-view {transition-delay: 0.1s;top: 5px;}.section-products .product:hover .btn-love {
transition-delay: 0.2s;top: 45px;}.section-products .product:hover .btn-buy {transition-delay: 0.3s;top: 85px;}.section-products .product .btn .icon {font-size: 16px;}.section-products .product .bottom {text-align: center;padding: 10px 5px;}.section-products .product .product-name {font-size: 19px;color: #41659b;}
.section-products .product .product-price {margin-top: 7px;font-weight: 500;margin-bottom: 15px;}
.section-products .product .product-price span {font-size: 16px;}@media only screen and (max-width: 400px){
.section-products {height: auto;}.section-products .list-products {display: block;}.section-products .list-products .product {width: 100%;}}
/*---Add to Cart----*/
/*---abt----*/
.abt-hbl-inf {flex: 50%}
/*---abt----*/
.product {text-align: center;}
.thumbnail {margin: 0 5px;cursor: pointer;border: 2px solid transparent;}.thumbnails img{display:inline-flex;max-width:110px;}.thumbnail:hover {border-color: #333;}.product img{max-width: 600px;}.ujfg5fg-abtn{
max-width: 40%;background-color: #41659b;text-align: center;color: #fff;padding: 10px;border-radius:10px;padding: 15px;font-size: 18px;border: none;margin-top: 20px;cursor: pointer;}.ujfg5fg-mid li{font-size: 16px;}.ujfg5fg-flex-60{flex: 60%}.ujfg5fg-flex-40{flex: 40%}.ujfg5fg-flex-15{flex:25%}.prd-del ul li {list-style-type: disclosure-closed;margin-left: 35px;margin-bottom: 10px;}.cnt li{list-style: circle}.ujfg5fg-prd-bx-uit{font-size: 15px} .ujfg5fg-prd-bx-uit2{font-size: 12px} .prd-list li{list-style-type: decimal;margin-left: 30px;line-height: 1.8;}
/*---footer----*/
footer{background:#41659b;color: #fff;}footer img{max-width: 180px !important;}.ujfg5fg-ft-bx{flex:33.3%}footer ul li{color: #fff;margin: 10px 0}
/*---footer----*/
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: #04AA6D; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer;}

input[type=submit]:hover {background-color: #45a049;}
@media screen and (max-width: 768px) { .section-products .product{width: 100%}.ujfg5fg-hero{padding: 40px 20px;}.mb-menu{display:none}.ujfg5fg-bann h2{font-size: 30px !important}.ujfg5fg-bann.pd {padding: 30px !important;}.ujfg5fg-col{flex-direction:column}.mb-od{order: 2}.ujfg5fg-mb-txt{text-align: center}.ujfg5fg-mt{margin-top: 20px}.ujfg5fg-hero-inf h2 {font-size: 30px;}.ujfg5fg-fets-bx{border: 0 !important;width: 100%;text-align: center}.ujfg5fg-col-rev{flex-direction: column-reverse}.prd-h1{font-size: 22px  !important }.ujfg5fg-abtn{max-width: 100%}.ujfg5fg-hero-inf {max-width: 100%;text-align: center;}.mob-mr-auto{margin: auto}}