header {
  z-index: 1;
}
header .nav-bar-icon #nav-icon {
  display: none;
}
header .nav-bar-icon p {
  display: none;
}
header .login-back {
  background-color: #363636;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .login-back .log-in-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .login-back .log-in-bar .account {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
}
header .login-back .log-in-bar .account .my-acc:hover .drop-n {
  display: block;
}
header .login-back .log-in-bar .account .usd:hover .drop-u {
  display: block;
}
header .login-back .log-in-bar .account .eng:hover .drop-en {
  display: block;
}
header .login-back .log-in-bar .account ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  list-style: none;
  align-items: flex-start;
  padding: 0;
}
header .login-back .log-in-bar .account ul > li {
  display: flex;
  color: white;
}
header .login-back .log-in-bar .account ul > li .drop-n {
  display: none;
}
header .login-back .log-in-bar .account ul > li .drop-n .dropdown {
  position: absolute;
  top: 50px;
  left: -121px;
  flex-direction: column;
  background: white;
  padding: 5px 19px;
  display: flex;
  gap: 9px;
}
header .login-back .log-in-bar .account ul > li .drop-n .dropdown li {
  display: flex;
}
header .login-back .log-in-bar .account ul > li .drop-n .dropdown li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
header .login-back .log-in-bar .account ul > li .drop-n .dropdown li a i {
  color: gray;
}
header .login-back .log-in-bar .account ul > li .drop-n .dropdown li a p {
  color: gray;
  padding: 5px 0;
}
header .login-back .log-in-bar .account ul > li .drop-u {
  display: none;
}
header .login-back .log-in-bar .account ul > li .drop-u .dropdown {
  position: absolute;
  top: 50px;
  left: -81px;
  flex-direction: column;
  background: white;
  padding: 5px 19px;
  display: flex;
  gap: 9px;
}
header .login-back .log-in-bar .account ul > li .drop-u .dropdown li {
  display: flex;
}
header .login-back .log-in-bar .account ul > li .drop-u .dropdown li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
header .login-back .log-in-bar .account ul > li .drop-u .dropdown li a i {
  color: gray;
}
header .login-back .log-in-bar .account ul > li .drop-u .dropdown li a p {
  color: gray;
  padding: 5px 0;
}
header .login-back .log-in-bar .account ul > li .drop-en {
  display: none;
}
header .login-back .log-in-bar .account ul > li .drop-en .dropdown {
  position: absolute;
  top: 50px;
  left: -10px;
  flex-direction: column;
  background: white;
  padding: 5px 19px;
  display: flex;
  gap: 9px;
}
header .login-back .log-in-bar .account ul > li .drop-en .dropdown li {
  display: flex;
}
header .login-back .log-in-bar .account ul > li .drop-en .dropdown li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
header .login-back .log-in-bar .account ul > li .drop-en .dropdown li a i {
  color: gray;
}
header .login-back .log-in-bar .account ul > li .drop-en .dropdown li a p {
  color: gray;
  padding: 5px 0;
}
header .login-back .log-in-bar .account ul > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
header .login-back .log-in-bar .account ul > li a p {
  font-size: 14px;
  font-weight: 550;
  font-family: "Montserrat", sans-serif;
  color: white;
  padding: 15px 0;
}
header .login-back .log-in-bar .account ul > li a i {
  font-size: 12px;
  color: white;
}
header .login-back .login-register {
  display: block;
}
header .login-back .login-register p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 550;
  color: white;
}
header .login-back .login-search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
header .login-back .login-search i {
  font-size: 23px;
  color: white;
}
header .login-back .login-search input {
  background: transparent;
  border: 1px solid white;
  color: white;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
header .cart-bar {
  background-color: white;
}
header .cart-bar i {
  font-size: 30px;
}
header .cart-bar .contact h2 {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
header .cart-bar .contact p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
header .tri-img {
  width: 72px;
  position: absolute;
  left: -37px;
  transform: rotate(180deg);
  top: -9px;
  z-index: -1;
}
header nav {
  padding: 18px;
  background: black;
  position: absolute;
  right: 0px;
  display: block;
}
header nav ul li {
  list-style: none;
}
header nav ul li #mess {
  position: absolute;
  top: -28px;
  right: 50%;
  left: 50%;
  font-size: 30px;
  color: red;
}
header nav ul li #hot {
  position: absolute;
  top: -24px;
  right: 4%;
  color: white;
  font-size: 11px;
  font-weight: 500;
}
header nav ul li a {
  color: white;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.banner .slick-prev.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 43%;
  left: 3%;
  border: 1px solid;
  padding: 3px 18px;
  font-weight: 700;
}
.banner .slick-next.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 43%;
  right: 3%;
  border: 1px solid;
  padding: 3px 18px;
  font-weight: 700;
}
.banner .banner-box .banner-box-content {
  width: 40%;
  bottom: 28%;
  right: 9%;
  font-family: "Montserrat", sans-serif;
}
.banner .banner-box .banner-box-content h4 {
  font-size: 32px;
  font-weight: 300;
}
.banner .banner-box .banner-box-content h1 {
  font-size: 48px;
  font-weight: 600;
}
.banner .banner-box .banner-box-content p {
  font-size: 13px;
  font-weight: 400;
  width: 97%;
}
.banner .banner-box .banner-box-content .banner-btn {
  width: 25%;
  text-align: center;
  padding: 12px;
  background: black;
  margin-top: 15px;
}
.banner .banner-box .banner-box-content .banner-btn:hover {
  background-color: #cd6289;
}
.banner .banner-box .banner-box-content .banner-btn:hover a {
  color: white;
}
.banner .banner-box .banner-box-content .banner-btn a {
  color: white;
  font-weight: 500;
}
.banner .banner-box-2 .banner-box2-content {
  width: 40%;
  bottom: 28%;
  right: 9%;
  font-family: "Montserrat", sans-serif;
}
.banner .banner-box-2 .banner-box2-content h4 {
  font-size: 32px;
  font-weight: 300;
}
.banner .banner-box-2 .banner-box2-content h1 {
  font-size: 48px;
  font-weight: 600;
}
.banner .banner-box-2 .banner-box2-content p {
  font-size: 13px;
  font-weight: 400;
  width: 97%;
}
.banner .banner-box-2 .banner-box2-content .banner-btn2 {
  width: 25%;
  text-align: center;
  padding: 12px;
  background: black;
  margin-top: 15px;
}
.banner .banner-box-2 .banner-box2-content .banner-btn2:hover {
  background-color: #cd6289;
}
.banner .banner-box-2 .banner-box2-content .banner-btn2:hover a {
  color: white;
}
.banner .banner-box-2 .banner-box2-content .banner-btn2 a {
  color: white;
  font-weight: 500;
}

.order .free {
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 55px 0px;
}
.order .free .shipping-img {
  width: 35px;
  height: 40px;
}
.order .free h5 {
  font-size: 20px;
  font-weight: 600;
  color: #cd6289;
}

.sec3 .parent {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
  grid-template-rows: 336px 236px;
  grid-auto-columns: 2fr;
  grid-auto-rows: 2fr;
  gap: 1% 1%;
  grid-auto-flow: row;
  grid-template-areas: "h1 h1 h2 h2 h3" "h1 h1 h4 h5 h5";
  height: 100%;
}
.sec3 .parent .h1 {
  grid-area: h1;
  height: 100%;
  overflow: hidden;
}
.sec3 .parent .h1 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec3 .parent .h1:hover img {
  transform: scale(1.1);
  transition: all 1s linear 0s;
}
.sec3 .parent .h1 .h1-content {
  font-family: "Montserrat", sans-serif;
  top: 40%;
  transform: rotate(90deg);
  width: 110%;
  left: 141px;
}
.sec3 .parent .h1 .h1-content h5 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
}
.sec3 .parent .h1 .h1-content h1 {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 600;
}
.sec3 .parent .h1:hover h1 {
  color: #cd6289;
}
.sec3 .parent .h1:hover .h1-content {
  background-color: rgba(255, 255, 255, 0.631372549);
  border-radius: 25px 0px 25px 0px;
}
.sec3 .parent .h2 {
  grid-area: h2;
  height: 100%;
  overflow: hidden;
}
.sec3 .parent .h2 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec3 .parent .h2:hover img {
  transform: scale(1.1);
  transition: all 1s linear 0s;
}
.sec3 .parent .h2 .h1-content {
  font-family: "Montserrat", sans-serif;
  top: 45%;
  left: 200px;
  padding: 15px;
}
.sec3 .parent .h2 .h1-content h5 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.sec3 .parent .h2 .h1-content h5 span {
  font-weight: 700;
}
.sec3 .parent .h2:hover h5 span {
  color: #cd6289;
}
.sec3 .parent .h2:hover .h1-content {
  background-color: rgba(255, 255, 255, 0.631372549);
  border-radius: 25px 0px 25px 0px;
}
.sec3 .parent .h3 {
  grid-area: h3;
  height: 100%;
  overflow: hidden;
}
.sec3 .parent .h3 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec3 .parent .h3:hover img {
  transform: scale(1.1);
  transition: all 1s linear 0s;
}
.sec3 .parent .h3 .h1-content {
  font-family: "Montserrat", sans-serif;
  top: 45%;
  padding: 15px;
  left: 10px;
}
.sec3 .parent .h3 .h1-content h5 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.sec3 .parent .h3 .h1-content h5 span {
  font-weight: 700;
}
.sec3 .parent .h3:hover h5 span {
  color: #cd6289;
}
.sec3 .parent .h3:hover .h1-content {
  background-color: rgba(255, 255, 255, 0.631372549);
  border-radius: 25px 0px 25px 0px;
}
.sec3 .parent .h4 {
  grid-area: h4;
  height: 100%;
  overflow: hidden;
}
.sec3 .parent .h4 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec3 .parent .h4:hover img {
  transform: scale(1.1);
  transition: all 1s linear 0s;
}
.sec3 .parent .h4 .h1-content {
  font-family: "Montserrat", sans-serif;
  top: 57%;
  padding: 15px;
  left: -11px;
}
.sec3 .parent .h4 .h1-content h5 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.sec3 .parent .h4 .h1-content h5 span {
  font-weight: 700;
}
.sec3 .parent .h4:hover h5 span {
  color: #cd6289;
}
.sec3 .parent .h4:hover .h1-content {
  background-color: rgba(255, 255, 255, 0.631372549);
  border-radius: 25px 0px 25px 0px;
}
.sec3 .parent .h5 {
  grid-area: h5;
  height: 100%;
  overflow: hidden;
}
.sec3 .parent .h5 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec3 .parent .h5:hover img {
  transform: scale(1.1);
  transition: all 1s linear 0s;
}
.sec3 .parent .h5 .h1-content {
  font-family: "Montserrat", sans-serif;
  top: 45%;
  padding: 15px;
  left: 90px;
}
.sec3 .parent .h5 .h1-content h5 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.sec3 .parent .h5 .h1-content h5 span {
  font-weight: 700;
}
.sec3 .parent .h5:hover h5 span {
  color: #cd6289;
}
.sec3 .parent .h5:hover .h1-content {
  background-color: rgba(255, 255, 255, 0.631372549);
  border-radius: 25px 0px 25px 0px;
}

.feature .feature-head {
  font-family: "Montserrat", sans-serif;
}
.feature .feature-head h1 {
  font-size: 20px;
  line-height: 1;
  margin-top: 0;
}
.feature .feature-head p {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  color: #cd6289;
}
.feature .feature-slick .slick-prev.pull-left.slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  width: 3%;
  top: -23px;
  right: 70px;
}
.feature .feature-slick .slick-next.pull-right.slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  width: 3%;
  top: -23px;
  right: 30px;
}
.feature .feature-slick .product {
  padding: 15px;
}
.feature .feature-slick .product .product-img .pro-icon {
  position: absolute;
  bottom: 8px;
  display: flex;
  left: 18px;
  padding: 0;
  gap: 0;
  background-color: rgba(255, 255, 255, 0.493);
}
.feature .feature-slick .product .product-img .pro-icon #shop {
  padding: 10px;
}
.feature .feature-slick .product .product-img .pro-icon #shop:hover {
  background-color: #cd6289;
}
.feature .feature-slick .product .product-img .pro-icon #rot {
  padding: 10px;
}
.feature .feature-slick .product .product-img .pro-icon #rot:hover {
  background-color: #cd6289;
}
.feature .feature-slick .product .product-img .pro-icon #eye {
  padding: 10px;
}
.feature .feature-slick .product .product-img .pro-icon #eye:hover {
  background-color: #cd6289;
}
.feature .feature-slick .product .product-img .pro-icon #heart {
  padding: 10px;
}
.feature .feature-slick .product .product-img .pro-icon #heart:hover {
  background-color: #cd6289;
}
.feature .feature-slick .product .product-content {
  font-family: "Montserrat", sans-serif;
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature .feature-slick .product .product-content .left ul {
  color: #cd6289;
  font-size: 12px;
}
.feature .feature-slick .product .product-content .left a {
  color: black;
  font-size: 17px;
  font-weight: 400;
}
.feature .feature-slick .product .product-content .right p {
  font-weight: 500;
}
.feature .feature-slick .product .product-content .right p span {
  text-decoration: line-through;
  opacity: 75%;
}
.feature .feature-slick .product:hover .product-img img {
  opacity: 60%;
  transition: 1s ease-in-out;
}
.feature .feature-slick .product:hover .pro-icon {
  display: block !important;
  opacity: 100%;
  transition: 1.3s ease-in-out;
}
.feature .feature-slick .product1 {
  padding: 15px;
}
.feature .feature-slick .product1 .product-img .pro-icon {
  position: absolute;
  bottom: 8px;
  display: flex;
  left: 18px;
  padding: 0;
  gap: 0;
  background-color: rgba(255, 255, 255, 0.493);
}
.feature .feature-slick .product1 .product-img .pro-icon #shop {
  padding: 10px;
}
.feature .feature-slick .product1 .product-img .pro-icon #shop:hover {
  background-color: #cd6289;
}
.feature .feature-slick .product1 .product-img .pro-icon #rot {
  padding: 10px;
}
.feature .feature-slick .product1 .product-img .pro-icon #rot:hover {
  background-color: #cd6289;
}
.feature .feature-slick .product1 .product-img .pro-icon #eye {
  padding: 10px;
}
.feature .feature-slick .product1 .product-img .pro-icon #eye:hover {
  background-color: #cd6289;
}
.feature .feature-slick .product1 .product-img .pro-icon #heart {
  padding: 10px;
}
.feature .feature-slick .product1 .product-img .pro-icon #heart:hover {
  background-color: #cd6289;
}
.feature .feature-slick .product1 .product-content {
  font-family: "Montserrat", sans-serif;
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature .feature-slick .product1 .product-content .left ul {
  color: #cd6289;
  font-size: 12px;
}
.feature .feature-slick .product1 .product-content .left a {
  color: black;
  font-size: 17px;
  font-weight: 400;
}
.feature .feature-slick .product1 .product-content .right p {
  font-weight: 500;
}
.feature .feature-slick .product1 .product-content .right p span {
  text-decoration: line-through;
  opacity: 75%;
}
.feature .feature-slick .product1:hover .product-img img {
  opacity: 60%;
  transition: 1s ease-in-out;
}
.feature .feature-slick .product1:hover .pro-icon {
  display: block !important;
  opacity: 100%;
  transition: 1.3s ease-in-out;
}

.sec5 .product .product-img {
  display: flex;
}
.sec5 .product .product-img .pro-icon {
  position: absolute;
  bottom: 8px;
  display: flex;
  left: 99px;
  padding: 0;
  gap: 0;
  background-color: rgba(255, 255, 255, 0.493);
}
.sec5 .product .product-img .pro-icon #shop {
  padding: 10px;
}
.sec5 .product .product-img .pro-icon #shop:hover {
  background-color: #cd6289;
}
.sec5 .product .product-img .pro-icon #rot {
  padding: 10px;
}
.sec5 .product .product-img .pro-icon #rot:hover {
  background-color: #cd6289;
}
.sec5 .product .product-img .pro-icon #eye {
  padding: 10px;
}
.sec5 .product .product-img .pro-icon #eye:hover {
  background-color: #cd6289;
}
.sec5 .product .product-img .pro-icon #heart {
  padding: 10px;
}
.sec5 .product .product-img .pro-icon #heart:hover {
  background-color: #cd6289;
}
.sec5 .product .product-img .time {
  padding: 11px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: center;
  background-color: #ededed;
  font-family: "Montserrat", sans-serif;
}
.sec5 .product .product-img .time .days {
  padding: 4px 18px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.253);
}
.sec5 .product .product-img .time .days p span {
  color: #cd6289;
}
.sec5 .product .product-img .time .min {
  padding: 4px 18px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.253);
}
.sec5 .product .product-img .time .min p span {
  color: #cd6289;
}
.sec5 .product .product-img .time .sec {
  padding: 4px 18px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.253);
}
.sec5 .product .product-img .time .sec p span {
  color: #cd6289;
}
.sec5 .product .product-img .time .hour {
  padding: 4px 18px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.253);
}
.sec5 .product .product-img .time .hour p span {
  color: #cd6289;
}
.sec5 .product .product-content {
  font-family: "Montserrat", sans-serif;
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec5 .product .product-content .left ul {
  color: #cd6289;
  font-size: 12px;
}
.sec5 .product .product-content .left a {
  color: black;
  font-size: 17px;
  font-weight: 400;
}
.sec5 .product .product-content .right p {
  font-weight: 500;
}
.sec5 .product .product-content .right p span {
  text-decoration: line-through;
  opacity: 75%;
}
.sec5 .product:hover .product-img img {
  opacity: 60%;
  transition: 1s ease-in-out;
}
.sec5 .product:hover .pro-icon {
  display: block !important;
  opacity: 100%;
  transition: 1.3s ease-in-out;
}

.fresh .feature-head {
  font-family: "Montserrat", sans-serif;
}
.fresh .feature-head h1 {
  font-size: 20px;
  line-height: 1;
  margin-top: 0;
}
.fresh .feature-head p {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  color: #cd6289;
}
.fresh .fresh-slick .slick-prev.pull-left.slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  width: 3%;
  top: -23px;
  right: 70px;
}
.fresh .fresh-slick .slick-next.pull-right.slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  width: 3%;
  top: -23px;
  right: 30px;
}
.fresh .fresh-slick .product {
  padding: 15px;
}
.fresh .fresh-slick .product .product-img .pro-icon {
  position: absolute;
  bottom: 8px;
  display: flex;
  left: 18px;
  padding: 0;
  gap: 0;
  background-color: rgba(255, 255, 255, 0.493);
}
.fresh .fresh-slick .product .product-img .pro-icon #shop {
  padding: 10px;
}
.fresh .fresh-slick .product .product-img .pro-icon #shop:hover {
  background-color: #cd6289;
}
.fresh .fresh-slick .product .product-img .pro-icon #rot {
  padding: 10px;
}
.fresh .fresh-slick .product .product-img .pro-icon #rot:hover {
  background-color: #cd6289;
}
.fresh .fresh-slick .product .product-img .pro-icon #eye {
  padding: 10px;
}
.fresh .fresh-slick .product .product-img .pro-icon #eye:hover {
  background-color: #cd6289;
}
.fresh .fresh-slick .product .product-img .pro-icon #heart {
  padding: 10px;
}
.fresh .fresh-slick .product .product-img .pro-icon #heart:hover {
  background-color: #cd6289;
}
.fresh .fresh-slick .product .product-content {
  font-family: "Montserrat", sans-serif;
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fresh .fresh-slick .product .product-content .left ul {
  color: #cd6289;
  font-size: 12px;
}
.fresh .fresh-slick .product .product-content .left a {
  color: black;
  font-size: 17px;
  font-weight: 400;
}
.fresh .fresh-slick .product .product-content .right p {
  font-weight: 500;
}
.fresh .fresh-slick .product .product-content .right p span {
  text-decoration: line-through;
  opacity: 75%;
}
.fresh .fresh-slick:hover .product-img img {
  opacity: 60%;
  transition: 1s ease-in-out;
}
.fresh .fresh-slick:hover .pro-icon {
  display: block !important;
  opacity: 100%;
  transition: 1.3s ease-in-out;
}

.sec7 {
  background-image: url(/images/newsletter.webp);
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec7 .sec7-content {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  padding: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec7 .sec7-content h1 {
  color: white;
}
.sec7 .sec7-content p {
  color: white;
  font-size: 14px;
}
.sec7 .sec7-content .sub-bar.mt-4 {
  width: 88%;
  display: flex;
  justify-content: space-between;
}
.sec7 .sec7-content .sub-bar.mt-4 input {
  background: transparent;
  border: 1px solid white;
  border-right: none;
  width: 100%;
  cursor: auto;
  padding: 8px 0;
  color: #cd6289;
}
.sec7 .sec7-content .sub-bar.mt-4 button {
  background-color: #cd6289;
  color: white;
  border: none;
  width: 150px;
  border: 1px solid #cd6289;
}

.our-brand .feature-head {
  font-family: "Montserrat", sans-serif;
}
.our-brand .feature-head h1 {
  font-size: 20px;
  line-height: 1;
  margin-top: 0;
}
.our-brand .feature-head p {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  color: #cd6289;
}
.our-brand .brand-slick {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.our-brand .brand-slick .product {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  background: rgba(0, 0, 0, 0) url("/images/footer-top.webp") no-repeat fixed center center/cover;
}
footer .brand-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  padding: 36px;
}
footer .brand-info .brand-logo {
  width: 15%;
}
footer .brand-info p {
  color: white;
  width: 68%;
  text-align: center;
}
footer .brand-info .social-logo {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
footer .brand-info .social-logo i {
  padding: 8px 10px;
  border: 1px solid white;
}
footer .footer-content {
  background-color: #252525;
  color: white;
  font-family: "Montserrat", sans-serif;
}
footer .footer-content .contact {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
footer .footer-content .contact h1 {
  font-size: 16px;
  border-bottom: 1px solid #cd6289;
  width: 29%;
}
footer .footer-content .contact ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer-content .contact ul li i {
  color: #cd6289;
  font-size: 23px;
}
footer .footer-content .contact ul li p {
  font-size: 12px;
}
footer .footer-content .contact1 {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
footer .footer-content .contact1 h1 {
  font-size: 16px;
  border-bottom: 1px solid #cd6289;
  width: 45%;
}
footer .footer-content .contact1 ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer-content .contact1 ul li i {
  color: wheat;
  font-size: 8px;
}
footer .footer-content .contact1 ul li a {
  font-size: 12px;
  color: white;
}
footer .footer-content .contact2 {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
footer .footer-content .contact2 h1 {
  font-size: 16px;
  border-bottom: 1px solid #cd6289;
  width: 30%;
}

.footer-four .four-left {
  background-color: #2f2f2f;
}
.footer-four .four-left .left-img {
  width: 100%;
}
.footer-four .four-left p {
  font-size: 13px;
}
.footer-four .four-left p span {
  color: #cd6289;
}

@media (max-width: 1024px) {
  header nav {
    position: relative;
  }
  .banner .slick-prev.slick-arrow {
    position: absolute;
    z-index: 5;
    top: 43%;
    left: 3%;
    border: 1px solid;
    padding: 3px 18px;
    font-weight: 700;
  }
  .banner .slick-next.slick-arrow {
    position: absolute;
    z-index: 5;
    top: 43%;
    right: 3%;
    border: 1px solid;
    padding: 3px 18px;
    font-weight: 700;
  }
  .banner .banner-box .banner-box-content {
    bottom: 15%;
  }
  .banner .banner-box .banner-box-content h4 {
    font-size: 28px;
    font-weight: 300;
  }
  .banner .banner-box .banner-box-content h1 {
    font-size: 35px;
    font-weight: 600;
  }
  .banner .banner-box .banner-box-content p {
    font-size: 12px;
    font-weight: 400;
    width: 97%;
  }
  .banner .banner-box .banner-box-content .banner-btn {
    width: 150px;
    text-align: center;
    padding: 12px;
    background: black;
    margin-top: 15px;
  }
  .banner .banner-box .banner-box-content .banner-btn a {
    color: white;
    font-weight: 500;
  }
  .banner .banner-box-2 .banner-box2-content {
    width: 40%;
    bottom: 28%;
    right: 9%;
    font-family: "Montserrat", sans-serif;
  }
  .banner .banner-box-2 .banner-box2-content h4 {
    font-size: 28px;
    font-weight: 300;
  }
  .banner .banner-box-2 .banner-box2-content h1 {
    font-size: 35px;
    font-weight: 600;
  }
  .banner .banner-box-2 .banner-box2-content p {
    font-size: 12px;
    font-weight: 400;
    width: 97%;
  }
  .banner .banner-box-2 .banner-box2-content .banner-btn2 {
    width: 150px;
    text-align: center;
    padding: 12px;
    background: black;
    margin-top: 15px;
  }
  .banner .banner-box-2 .banner-box2-content .banner-btn2 a {
    color: white;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .cart-bar {
    padding: 10px 0 !important;
  }
  .cart-bar .logo-bar .call {
    display: none !important;
  }
  .cart-bar .logo-bar .cart-image {
    margin-top: 28px;
  }
  .cart-bar .logo-bar .cart-image .cart-img {
    width: 6%;
  }
  .cart-bar .logo-bar .cart-image .contact h2 {
    font-size: 12px;
  }
  .cart-bar .logo-bar .cart-image .contact p {
    font-size: 14px;
  }
  .cart-bar .logo-bar .logo {
    width: 28%;
  }
  .log-in-bar .account {
    display: none !important;
  }
  .order .order-w {
    width: 25%;
  }
  .order .free {
    padding: 18px 0;
  }
  .order .free h5 {
    font-size: 15px;
  }
  .order .free p {
    font-size: 14px;
  }
  .banner .slick-prev.slick-arrow {
    display: none !important;
  }
  .banner .slick-next.slick-arrow {
    display: none !important;
  }
  .banner .banner-box .banner-box-content {
    bottom: 3%;
  }
  .banner .banner-box .banner-box-content h4 {
    font-size: 20px;
    font-weight: 300;
  }
  .banner .banner-box .banner-box-content h1 {
    font-size: 26px;
    font-weight: 600;
  }
  .banner .banner-box .banner-box-content p {
    font-size: 12px;
    font-weight: 400;
    width: 97%;
  }
  .banner .banner-box .banner-box-content .banner-btn {
    width: 150px;
    text-align: center;
    padding: 12px;
    background: black;
    margin-top: 15px;
  }
  .banner .banner-box .banner-box-content .banner-btn a {
    color: white;
    font-weight: 500;
  }
  .banner .banner-box-2 .banner-box2-content {
    width: 40%;
    bottom: 3%;
    right: 9%;
    font-family: "Montserrat", sans-serif;
  }
  .banner .banner-box-2 .banner-box2-content h4 {
    font-size: 20px;
    font-weight: 300;
  }
  .banner .banner-box-2 .banner-box2-content h1 {
    font-size: 30px;
    font-weight: 600;
  }
  .banner .banner-box-2 .banner-box2-content p {
    font-size: 12px;
    font-weight: 400;
    width: 97%;
  }
  .banner .banner-box-2 .banner-box2-content .banner-btn2 {
    width: 150px;
    text-align: center;
    padding: 12px;
    background: black;
    margin-top: 15px;
  }
  .banner .banner-box-2 .banner-box2-content .banner-btn2 a {
    color: white;
    font-weight: 500;
  }
  header .nav-bar-icon {
    background-color: #cd6289;
    width: 100%;
    display: flex;
    align-items: center;
  }
  header .nav-bar-icon #nav-icon {
    display: block !important;
    font-size: 35px;
    padding: 15px;
    width: 50px;
    color: white;
    cursor: pointer;
  }
  header .nav-bar-icon p {
    display: flex;
    justify-content: center;
    font-size: 32px;
    font-weight: 600;
    margin: 0 auto;
    color: white;
  }
  header nav {
    display: none !important;
  }
  header nav .tri-img {
    display: none !important;
  }
  header nav ul {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 15px 0;
    font-family: "Montserrat", sans-serif;
  }
  .sec3 .parent {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec3 .parent .h4 .h1-content {
    left: 13px;
  }
  .sec3 .parent .h5 .h1-content {
    left: 120px;
  }
  .sec5 .sec5-w {
    width: 75%;
    margin: 0 auto;
  }
  .sec7 .sec7-content {
    padding: 88px 0;
  }
  .footer-four .footer-four-w {
    width: 50%;
  }
}
@media (max-width: 614px) {
  .order .order-w {
    width: 50%;
  }
  .banner .slick-prev.slick-arrow {
    display: none !important;
  }
  .banner .slick-next.slick-arrow {
    display: none !important;
  }
  .banner .banner-box .banner-box-content {
    bottom: 3%;
  }
  .banner .banner-box .banner-box-content h4 {
    font-size: 18px;
    font-weight: 300;
  }
  .banner .banner-box .banner-box-content h1 {
    font-size: 20px;
    font-weight: 600;
  }
  .banner .banner-box .banner-box-content p {
    display: none !important;
  }
  .banner .banner-box .banner-box-content .banner-btn {
    width: 130px;
    text-align: center;
    padding: 12px;
    background: black;
    margin-top: 15px;
  }
  .banner .banner-box .banner-box-content .banner-btn a {
    color: white;
    font-weight: 500;
  }
  .banner .banner-box-2 .banner-box2-content {
    width: 40%;
    bottom: 3%;
    right: 9%;
    font-family: "Montserrat", sans-serif;
  }
  .banner .banner-box-2 .banner-box2-content h4 {
    font-size: 18px;
    font-weight: 300;
  }
  .banner .banner-box-2 .banner-box2-content h1 {
    font-size: 20px;
    font-weight: 600;
  }
  .banner .banner-box-2 .banner-box2-content p {
    display: none !important;
  }
  .banner .banner-box-2 .banner-box2-content .banner-btn2 {
    width: 130px;
    text-align: center;
    padding: 12px;
    background: black;
    margin-top: 15px;
  }
  .banner .banner-box-2 .banner-box2-content .banner-btn2 a {
    color: white;
    font-weight: 500;
  }
}/*# sourceMappingURL=main.css.map */