@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/SegoeUI-SemiBold.ttf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold Italic.ttf") format("opentype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "FuturaPT-Bold";
  src: url("../font/FuturaPT-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "FuturaPT-Light";
  src: url("../font/FuturaPT-Light.ttf") format("opentype");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "FuturaPT-Medium";
  src: url("../font/FuturaPT-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
.wrapper {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.adwrapper {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  background: #F4F4F4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100vh;
  box-sizing: border-box;
}

section {
  padding: 0 30px;
}
@media (max-width: 1020px) {
  section {
    padding: 0 20px;
  }
}

main {
  padding-top: 94px;
}
@media (max-width: 1020px) {
  main {
    padding-top: 62px;
  }
}

.hidden_popup footer {
  display: none;
}

body {
  height: auto;
}

.breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.breadcrumbs .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs .wrapper .link {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 10px;
}
.breadcrumbs .wrapper .link span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: block;
  margin-right: 8px;
  color: #A6A6A6;
}
.breadcrumbs .wrapper .link img {
  display: block;
  width: 16px;
  height: 16px;
}
.breadcrumbs .wrapper .active {
  margin-right: 0;
  cursor: initial;
}
.breadcrumbs .wrapper .active span {
  margin-right: 0;
  color: #262626;
}
.breadcrumbs .wrapper .active img {
  display: none;
}

.idea {
  padding-bottom: 80px;
}
.idea .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: relative;
}
.idea .wrapper .idea_content {
  width: 100%;
  max-width: 510px;
  padding: 95px 40px 95px 105px;
  box-sizing: border-box;
}
.idea .wrapper .idea_content .idea_title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 20px;
}
.idea .wrapper .idea_content .idea_descr {
  width: 100%;
  max-width: 295px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #262626;
}
.idea .wrapper .idea_content .idea_link {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  max-width: 185px;
  width: 100%;
  height: 35px;
  padding: 8px 20px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #df2040;
  max-width: 250px;
  height: 40px;
}
.idea .wrapper .idea_content .idea_link span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #df2040;
}
.idea .wrapper .idea_content .idea_link span {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.idea .wrapper .idea_img {
  width: 100%;
  max-width: 1050px;
  display: block;
  height: auto;
}
@media (max-width: 1520px) {
  .idea .wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .idea_content {
    max-width: 475px;
    padding: 50px 40px 50px 50px;
  }
  .idea .wrapper .idea_img {
    max-width: 950px;
  }
}
@media (max-width: 1330px) {
  .idea .wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .idea_content {
    padding: 40px 30px 40px 40px;
  }
  .idea .wrapper .idea_img {
    max-width: 800px;
  }
}
@media (max-width: 1175px) {
  .idea .wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .idea_content {
    padding: 30px;
  }
  .idea .wrapper .idea_img {
    max-width: 700px;
  }
}
@media (max-width: 1080px) {
  .idea .wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .idea .wrapper .idea_content .idea_title {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -0.02em;
  }
  .idea .wrapper .idea_content .idea_descr {
    font-size: 16px;
    line-height: 21px;
  }
  .idea .wrapper .idea_content .idea_link {
    padding: 10px 15px;
  }
  .idea .wrapper .idea_img {
    max-width: 600px;
  }
}
@media (max-width: 925px) {
  .idea .wrapper .idea_content .idea_title {
    line-height: 31px;
  }
  .idea .wrapper .idea_img {
    max-width: 500px;
  }
}
@media (max-width: 825px) {
  .idea .wrapper .idea_img {
    max-width: 400px;
  }
}
@media (max-width: 725px) {
  .idea .wrapper .idea_content {
    padding: 30px 20px;
  }
  .idea .wrapper .idea_img {
    max-width: 385px;
  }
}
@media (max-width: 725px) {
  .idea .wrapper .idea_content {
    max-width: 725px;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)), url(../image/base/idea.png);
    border-radius: 8px;
    padding: 18px 40px 18px 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .idea .wrapper .idea_content .idea_title {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 15px;
  }
  .idea .wrapper .idea_content .idea_descr {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    font-size: 14px;
    line-height: 19px;
    display: block;
    text-align: center;
    color: #FFFFFF;
  }
  .idea .wrapper .idea_content .idea_link {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
  }
  .idea .wrapper .idea_content .idea_link span {
    color: #FFFFFF;
  }
  .idea .wrapper .idea_img {
    display: none;
  }
}
@media (max-width: 1000px) {
  .idea {
    padding-bottom: 70px;
  }
}
@media (max-width: 950px) {
  .idea {
    padding-bottom: 60px;
  }
}
@media (max-width: 550px) {
  .idea {
    padding-bottom: 45px;
  }
}

.favor {
  padding-bottom: 40px;
}
.favor .wrapper_title {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.favor .wrapper_title .title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 43px;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .favor .wrapper_title .title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 770px) {
  .favor .wrapper_title .title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .favor .wrapper_title .title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 1020px) {
  .favor .wrapper_title .title {
    margin-bottom: 20px;
  }
}
.favor .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.favor .wrapper .popular_product_item {
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: relative;
  max-width: 276px;
  width: 100%;
  margin-right: 40px;
  margin-bottom: 40px;
}
.favor .wrapper .popular_product_item .di {
  border-radius: 8px 8px 0 0;
  text-decoration: none;
  max-width: 276px;
  width: 100%;
  display: inline-block;
  max-height: 210px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.favor .wrapper .popular_product_item .popular_product_item_image {
  max-width: 276px;
  width: auto;
  display: block;
  height: 210px;
  object-fit: cover;
  object-position: top center;
  /* @include transition_all;
   &:hover {
       transform: scale(1.2);
   }*/
}
.favor .wrapper .popular_product_item .popular_product_item_content {
  padding: 15px 20px;
  box-sizing: border-box;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_title {
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #262626;
  height: 42px;
  overflow: hidden;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_title:hover {
  color: #DF2040;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_price {
  display: none;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #262626;
  margin-bottom: 15px;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_quest {
  display: none;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 21px;
  letter-spacing: -0.02em;
  text-decoration-line: underline;
  margin-bottom: 15px;
}
.favor .wrapper .popular_product_item .popular_product_item_content .active {
  display: block;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_call {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 15px;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_call .call {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  max-width: 185px;
  width: 100%;
  height: 35px;
  padding: 8px 20px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #df2040;
  text-decoration: none;
  margin-right: 12px;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #df2040;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_call .call:hover {
  border-radius: 4px;
  background: #DF2040;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_call .call:hover span {
  color: #FFF;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_call .call:focus {
  border-radius: 4px;
  border: 4px solid rgba(223, 32, 64, 0.2);
  background: #DF2040;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_call .call:focus span {
  color: #FFF;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon {
  background: #29A71A;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon svg {
  display: block;
  width: 21px;
  height: 21px;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon:hover {
  background: #1E9111;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_call .call_icon:focus {
  border-radius: 4px;
  border: 4px solid rgba(41, 167, 26, 0.2);
  background: #29A71A;
}
.favor .wrapper .popular_product_item .popular_product_item_content .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.favor .wrapper .popular_product_item .popular_product_item_content .social a {
  text-decoration: none;
  display: block;
  width: 24px;
  height: 24px;
}
.favor .wrapper .popular_product_item .popular_product_item_content .social .wats {
  margin-right: 20px;
}
.favor .wrapper .popular_product_item .popular_product_item_content .social .vib {
  margin-right: 20px;
}
.favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_company {
  text-decoration: none;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #262626;
}
.favor .wrapper .popular_product_item .select_heart {
  position: absolute;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 14px;
  left: 14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.favor .wrapper .popular_product_item .select_heart .des svg {
  display: block;
  width: 24px;
  height: 24px;
}
.favor .wrapper .popular_product_item .select_heart .act {
  display: none;
}
.favor .wrapper .popular_product_item .select_heart .act svg {
  display: block;
  width: 24px;
  height: 24px;
}
.favor .wrapper .popular_product_item .select_heart:hover {
  background: rgb(255, 255, 255);
}
.favor .wrapper .popular_product_item .active .des {
  display: none;
}
.favor .wrapper .popular_product_item .active .act {
  display: block;
}
.favor .wrapper .popular_product_item:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 1600px) {
  .favor .wrapper .popular_product_item {
    margin-right: 35px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 1585px) {
  .favor .wrapper .popular_product_item {
    margin-right: 30px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 1560px) {
  .favor .wrapper .popular_product_item {
    margin-right: 25px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 1540px) {
  .favor .wrapper .popular_product_item {
    margin-right: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 1520px) {
  .favor .wrapper .popular_product_item {
    max-width: 260px;
    margin-right: 30px;
  }
  .favor .wrapper .popular_product_item .popular_product_item_image {
    max-width: 260px;
    max-height: 175px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 1480px) {
  .favor .wrapper .popular_product_item {
    margin-right: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 1440px) {
  .favor .wrapper .popular_product_item {
    max-width: 230px;
    margin-right: 40px;
  }
  .favor .wrapper .popular_product_item .popular_product_item_image {
    max-width: 230px;
    max-height: 175px;
  }
  .favor .wrapper .popular_product_item .popular_product_item_content {
    padding: 10px;
  }
  .favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 16px;
    line-height: 21px;
  }
  .favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    max-width: 160px;
    margin-right: 10px;
  }
  .favor .wrapper .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .favor .wrapper .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .favor .wrapper .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 1370px) {
  .favor .wrapper .popular_product_item {
    margin-right: 35px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 1350px) {
  .favor .wrapper .popular_product_item {
    margin-right: 30px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 1330px) {
  .favor .wrapper .popular_product_item {
    margin-right: 25px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 1310px) {
  .favor .wrapper .popular_product_item {
    margin-right: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 1290px) {
  .favor .wrapper .popular_product_item {
    margin-right: 40px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 40px;
  }
  .favor .wrapper .popular_product_item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1100px) {
  .favor .wrapper .popular_product_item {
    margin-right: 30px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 30px;
  }
  .favor .wrapper .popular_product_item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1070px) {
  .favor .wrapper .popular_product_item {
    margin-right: 25px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 25px;
  }
  .favor .wrapper .popular_product_item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1055px) {
  .favor .wrapper .popular_product_item {
    margin-right: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1040px) {
  .favor .wrapper .popular_product_item {
    margin-right: 12px;
    margin-bottom: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 12px;
    margin-bottom: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 995px) {
  .favor .wrapper .popular_product_item {
    margin-right: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(4n) {
    margin-right: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 770px) {
  .favor .wrapper .popular_product_item {
    max-width: 150px;
  }
  .favor .wrapper .popular_product_item .popular_product_item_image {
    max-width: 150px;
    max-height: 115px;
    min-height: 115px;
  }
  .favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 14px;
    line-height: 19px;
    height: 38px;
    margin-bottom: 10px;
  }
  .favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_price {
    margin-bottom: 10px;
  }
  .favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_quest {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_call {
    margin-bottom: 10px;
  }
  .favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_call .call {
    padding: 5px 8px;
    max-width: 90px;
    margin-right: 5px;
  }
  .favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_call .call span {
    font-size: 13px;
    line-height: 12px;
    text-align: center;
  }
  .favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_company {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .favor .wrapper .popular_product_item .select_heart {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
  }
  .favor .wrapper .popular_product_item .select_heart .des svg {
    width: 18px;
    height: 18px;
  }
  .favor .wrapper .popular_product_item .select_heart .act svg {
    width: 18px;
    height: 18px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(4n) {
    margin-right: 0;
  }
  .favor .wrapper .popular_product_item:nth-child(3n) {
    margin-right: 20px;
  }
}
@media (max-width: 700px) {
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(4n) {
    margin-right: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 529px) {
  .favor .wrapper .popular_product_item {
    max-width: 150px;
  }
  .favor .wrapper .popular_product_item .popular_product_item_image {
    max-width: 200px;
    max-height: initial;
    min-height: initial;
    height: 110px;
    object-fit: contain;
  }
  .favor .wrapper .popular_product_item .popular_product_item_content .popular_product_item_title {
    font-size: 15px;
    line-height: 21px;
    height: 102px;
  }
  .favor .wrapper .popular_product_item:nth-child(5n) {
    margin-right: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(4n) {
    margin-right: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(3n) {
    margin-right: 20px;
  }
  .favor .wrapper .popular_product_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  .favor {
    padding-bottom: 30px;
  }
}
@media (max-width: 950px) {
  .favor {
    padding-bottom: 20px;
  }
}
@media (max-width: 765px) {
  .favor {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=favorites.css.map */
