body {
  font-family: "mons";
  font-weight: 500;
}
.aic {
  align-items: center;
}
.jcc {
  justify-content: center;
}
.jcsb {
  justify-content: space-between;
}
.tx_c{
  text-align: center;
}
.my-g-2 {
  gap: 10px;
}
.my-g-3 {
  gap: 15px;
}
.my-g-4 {
  gap: 20px;
}
.my-g-5 {
  gap: 25px;
}
.my-g-6 {
  gap: 30px;
}
.my-g-c-4 {
  row-gap: 20px;
}
.my-g-c-6 {
  row-gap: 30px;
}
.my-g-c-10{
  row-gap: 80px;
}
.nav_up{
  background: #f7f7f9;
}
.nav_up p{
  font-size: 14px;
  font-weight: 600;
  color: #7f7f7f;
}
.nav_up p img{
  height: 30px;
  width: 32px;
  object-fit: contain;
}
.nav_up p span b{
  color: #ca0c4f;
}
.logo_left{
  max-width: 40%;
}
.logo_text{
  font-size: 13px;
   font-weight: 400;
   color: #333333;
   line-height: 1.3;
}
.logo_text p{
  font-size: 15px;
  padding-bottom: 14px;
  font-weight: 600;
  color: #000;
}
.nav_cen_right{
  width: 60%;
}
.nav_cen_right_up ul li a{
  font-size: 14px;
  color: #333333;
}
.login_shop a{
  color: #7f7f7f;
}
.login_shop a i{
  font-size: 20px;
}
.wish_list i{
    color:#ca0c4f;
}
.nav_bag{
    background: transparent;
    border: none;
    outline: none;
    position: relative;
}
.nav_bag span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-58%, -5px);
    width: 18px;
    height: 18px;
    /*background: #e5e5e5;*/
    font-size: 12px;
    border-radius: 50%;
}
.nav_bag img{
  width: 23px;
}
.nav_cen_right_down_search{
  border-radius: 23px;
  border: 1px solid #e5e5e5;
  height: 46px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  width: fit-content;
}
.nav_cen_right_down_search label{
  padding: 0 0 0 35px;
}
.nav_cen_right_down_search input{
  border: none;
  outline: none;
  padding: 0 12px 0 0;
}
.nav_cen_right_down_search button{
  outline: none;
  height: 100%;
  padding: 0 15px 0 0;
  border: none;
  background: transparent;
  color: #ca0c4f;
  cursor: pointer;
  font-size: 17px;
}
.nav_cen_right_down_phone{
  color: #ca0c4f;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}
.nav_down{
  border-bottom: 2px solid #d4ae88;
}
.nav_down ul li a{
  font-size: 16px;
  color: #ca0c4f;
  font-weight: 400;
}
/* main */

.main_slider{
  height: 60vh;
}
.main_slider_bg{
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.main_slider_con{
  position: relative;
  z-index: 2;
}
.main_slider_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_slider_text{
  padding: 0 0 0 25px;
}
.main_slider_text h4{
  font-size: 35px;
  color: #ca0c4f;
  font-weight: 400;
  border-bottom: 1px solid #7f7f7f;
}
.main_slider_text p{
  color: #7f7f7f;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
}
.main_slider_text a{
  height: 67px;
  padding: 0 20px;
  position: relative;
  display: block;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  background: linear-gradient(90deg, #920d33 0, #c30c4c 40%, #700d23);
  border-radius: 0 20px 20px 20px;
  box-shadow: 4px 4px 20px 0 rgba(202, 39, 82, 0.4);
}
.main_slider_text a::after{
  position: absolute;
  top: 0;
  right: 0;
  width: 115px;
  height: 100%;
  background: url("/img/button--gradient-bg.png") no-repeat;
  background-size: cover;
  content: "";
}
.swiper-pagination_main{
  bottom: 10px !important;
  top: inherit;
  transform: translateX(-50%);
  left: 50% !important;
  width: fit-content !important;
  z-index: 2;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.318);
  right: inherit;
  border-radius: 20px;
  text-align: center;
  position: absolute;
}
.swiper-pagination-bullet{
  background: #ffffff;
}
.swiper-pagination-bullet-active{
  background: #ff4385;
}
/* main end */
