/** template style start **/
.animation-init {
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}

.animation-init-small {
  animation-duration: .7s;
  animation-delay: var(--animation-delay);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: translateY(30px);
}

.animation-move-bottom {
  animation-name: moveBottom;
}

.animation-move-bottom-small {
  animation-name: moveButtonSmall;
}

@keyframes moveButtonSmall {
  0% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes moveBottom {
  0% {
    transform: translateY(50px);
    opacity: 0.6;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.animation-move-scale {
  animation-name: moveScale;
}

@keyframes moveScale {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

body {
  background-color: var(--page_background_color);
}


.padding-2 {
  padding: 2px;
}

.padding-left-2 {
  padding-left: 2px;
}

.padding-right-2 {
  padding-right: 2px;
}

.padding-bottom-2 {
  padding-bottom: 2px;
}

.padding-top-2 {
  padding-top: 2px;
}

.padding-4 {
  padding: 4px;
}

.padding-left-4 {
  padding-left: 4px;
}

.padding-right-4 {
  padding-right: 4px;
}

.padding-bottom-4 {
  padding-bottom: 4px;
}

.padding-top-4 {
  padding-top: 4px;
}

.padding-6 {
  padding: 6px;
}

.padding-left-6 {
  padding-left: 6px;
}

.padding-right-6 {
  padding-right: 6px;
}

.padding-bottom-6 {
  padding-bottom: 6px;
}

.padding-top-6 {
  padding-top: 6px;
}

.padding-8 {
  padding: 8px;
}

.padding-left-8 {
  padding-left: 8px;
}

.padding-right-8 {
  padding-right: 8px;
}

.padding-bottom-8 {
  padding-bottom: 8px;
}

.padding-top-8 {
  padding-top: 8px;
}

.padding-10 {
  padding: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-12 {
  padding: 12px;
}

.padding-left-12 {
  padding-left: 12px;
}

.padding-right-12 {
  padding-right: 12px;
}

.padding-bottom-12 {
  padding-bottom: 12px;
}

.padding-top-12 {
  padding-top: 12px;
}

.padding-14 {
  padding: 14px;
}

.padding-left-14 {
  padding-left: 14px;
}

.padding-right-14 {
  padding-right: 14px;
}

.padding-bottom-14 {
  padding-bottom: 14px;
}

.padding-top-14 {
  padding-top: 14px;
}

.padding-16 {
  padding: 16px;
}

.padding-left-16 {
  padding-left: 16px;
}

.padding-right-16 {
  padding-right: 16px;
}

.padding-bottom-16 {
  padding-bottom: 16px;
}

.padding-top-16 {
  padding-top: 16px;
}

.padding-18 {
  padding: 18px;
}

.padding-left-18 {
  padding-left: 18px;
}

.padding-right-18 {
  padding-right: 18px;
}

.padding-bottom-18 {
  padding-bottom: 18px;
}

.padding-top-18 {
  padding-top: 18px;
}

.padding-20 {
  padding: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-22 {
  padding: 22px;
}

.padding-left-22 {
  padding-left: 22px;
}

.padding-right-22 {
  padding-right: 22px;
}

.padding-bottom-22 {
  padding-bottom: 22px;
}

.padding-top-22 {
  padding-top: 22px;
}

.padding-24 {
  padding: 24px;
}

.padding-left-24 {
  padding-left: 24px;
}

.padding-right-24 {
  padding-right: 24px;
}

.padding-bottom-24 {
  padding-bottom: 24px;
}

.padding-top-24 {
  padding-top: 24px;
}

.padding-26 {
  padding: 26px;
}

.padding-left-26 {
  padding-left: 26px;
}

.padding-right-26 {
  padding-right: 26px;
}

.padding-bottom-26 {
  padding-bottom: 26px;
}

.padding-top-26 {
  padding-top: 26px;
}

.padding-28 {
  padding: 28px;
}

.padding-left-28 {
  padding-left: 28px;
}

.padding-right-28 {
  padding-right: 28px;
}

.padding-bottom-28 {
  padding-bottom: 28px;
}

.padding-top-28 {
  padding-top: 28px;
}

.padding-30 {
  padding: 30px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.font-size-12 {
  font-size: 12px;
  line-height: 1.4;
}

.font-size-14 {
  font-size: 14px;
  line-height: 1.4;
}

.font-size-16 {
  font-size: 16px;
  line-height: 1.4;
}

.font-size-18 {
  font-size: 18px;
  line-height: 1.4;
}

.font-size-20 {
  font-size: 20px;
  line-height: 1.4;
}

.font-size-22 {
  font-size: 22px;
  line-height: 1.4;
}

.font-size-24 {
  font-size: 24px;
  line-height: 1.4;
}

.font-size-26 {
  font-size: 26px;
  line-height: 1.4;
}

.font-size-28 {
  font-size: 28px;
  line-height: 1.4;
}

.font-size-30 {
  font-size: 30px;
  line-height: 1.4;
}

.font-size-32 {
  font-size: 32px;
  line-height: 1.4;
}

.font-size-34 {
  font-size: 34px;
  line-height: 1.4;
}

.font-size-36 {
  font-size: 36px;
  line-height: 1.4;
}

.font-size-38 {
  font-size: 38px;
  line-height: 1.4;
}

.font-size-40 {
  font-size: 40px;
  line-height: 1.4;
}

.font-weight {
  font-weight: bold;
}

.navigation {
  color: var(--font-color);
  display: inline-block;
  position: relative;
  padding: 4px 0;
}

.navigation::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--font-color);
  transition: all 0.25s ease-in-out;
  content: "";
}

.navigation:hover::before {
  width: 100%;
}

.container-wrapper {
  max-width: var(--general_layout_width);
  margin: 0 auto;
}

@media screen and (min-width: 767px) and (max-width: 1400px) {
  .container-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .container-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-fill {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 var(--full_container_padding);
}

@media screen and (min-width: 767px) and (max-width: 1400px) {
  .container-fill {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .container-fill {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}

.line-clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}

.general-price {
  color: var(--buying_parice_color);
  font-weight: 400;
  margin-right: 10px;
  white-space: nowrap;
}

.general-oldprice {
  text-decoration: line-through;
  font-weight: 300;
  color: var(--original_price_color);
  white-space: nowrap;
}

.general_title-color {
  color: var(--title_color);
  font-size: var(--title_font_size);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
}

@media screen and (max-width: 767px) {
  .general_title-color {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale));
  }
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  background: var(--secondary_button_bg);
  color: var(--secondary_button_color);
  border-radius: var(--button_border_radius);
  transition: all .4s;
}

.btn:hover {
  opacity: .8;
}

.second_btn {
  background: var(--main_button_bg);
  color: var(--main_button_color);
  border-radius: var(--button_border_radius);
}

.second_btn:hover {
  opacity: .8;
}

.block_title {
  text-align: center;
  padding-bottom: 35px !important;
  margin: 0;
}

.block_title h2 {
  font-size: var(--title_font_size);
  color: var(--title_color);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
  line-height: 1;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .block_title h2 {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale));
  }
}

.block_title .block_title-detail {
  color: var(--detail_color);
  max-width: 880px;
  margin: 0 auto;
  line-height: 1.7;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .block_title .block_title-detail {
    margin-top: 10px;
  }
}

.block_collection_product_tab_items_content li {
  text-align: left;
}

.zuui-share-link {
  flex-wrap: wrap;
}

.zuui-share-link .zuui-share-icon {
  margin-right: 12px !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .model-hide {
    display: none !important;
  }
}

.animation-left {
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

.animation-left-show {
  transform: translateX(0);
}

/** template style start **/
/** del_btn style start **/
.del_btn {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

.del_btn:hover .del_btn-before,
.del_btn:hover .del_btn-after {
  transform: rotate(0);
}

.del_btn .del_btn-before {
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #777;
  opacity: 1;
  transform: rotate(45deg);
  transition: transform 0.25s ease-in-out;
}

.del_btn .del_btn-after {
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #777;
  opacity: 1;
  transform: rotate(-45deg);
  transition: transform 0.25s ease-in-out;
}

/** del_btn style end **/
/** currency style start **/
.zuui-currency {
  display: flex;
  align-items: center;
  color: var(--currency_color);
}

.zuui-currency .zuui-currency-select {
  border: none !important;
  width: inherit;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  /* Safari and Chrome */
  background-color: transparent;
  color: var(--currency_color);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAADEZJREFUeF7tnWeoNVcVht+IimJDBQX9oaCggooaGxYUVFDQH/beYy/YNYq9oWKNvfdesGJXjI1o1FijRIhGIigRlYgd5Y37I59f7v3uOWudM2fNrGf9uX9mzV77fee5M2f2nr2PEYECKLCvAsegDQqgwP4KAAhXBwocRQEA4fJAAQDhGkCBmALcQWK6kdVEAQBpYjTdjCkAIDHdyGqiAIA0MZpuxhQAkJhuZDVRAECaGE03YwoASEw3spooACBNjKabMQUAJKYbWU0UAJAmRtPNmAIAEtONrCYKAEgTo+lmTAEAielGVhMFAKSJ0XQzpgCAxHQjq4kCANLEaLoZUwBAYrqR1UQBAGliNN2MKQAgMd3IaqIAgDQxmm7GFACQmG5kNVEAQJoYTTdjCgBITDeymigAIE2MppsxBQAkphtZTRQAkCZG082YAgAS042sJgoASBOj6WZMAQCJ6UZWEwUApInRdDOmAIDEdCOriQIA0sRouhlTAEBiupHVRAEAaWI03YwpACAx3chqogCANDGabsYUAJCYbmQ1UQBAmhhNN2MKAEhMN7KaKAAgTYymmzEFACSmG1lNFACQJkbTzZgCABLTjawmCgBIE6PpZkwBAInpRlYTBQCkidF0M6YAgMR0I6uJAgDSxGi6GVMAQGK6kdVEAQBpYjTdjCkAIDHdyGqiAIA0MZpuxhQAkJhuZDVRAECaGE03YwoASEw3spooACBNjKabMQUAJKYbWU0UAJAmRtPNmAIAEtONrCYKAEgTo+lmTAEAielGVhMFAKSJ0XQzpgCAxHQjq4kCcwfkzpJuIOlYSZ+XdPL428S+kt28tqSbS7qepL9I+oakT0j6Q8lqDyhqroBcVtIJkgzIkfEGSS+Q9Os5GjLzmo+X9FRJFz2iH2dKepKk98ytf3ME5FKSzjpA6J9IupOkU+dmyIzrfb+kux5Q/40lfXNOfZwjIL5d324FkU8ZkJy2wrEcklPg3ZLuucIp/I/rhpLOXuHYEofMDZArSVrngv+epDtKOr2E2sss4m2S7rdG146T9JY1jt/poXMD5PaSPrqmYieNO8kZa+Zx+MEKvEmSL/h14o2SHrJOwi6PnRsgj5L0qoBgfu71b5LfBnJJ2VuB10p6WECcz0m6dSBvJylzA8Svc78bVOrE8bj1+2A+aecq4H9S/mcVCe4gEdXWyPmapJuucfzhh35l3Elm+U4+2OdNp71U0uMSJ32AJP9umUXM7Q5iUW8j6TMJdb847iR/Tpyja+qLxnhGtP8fknSXaPIu8uYIiHV6lqRnJgT77LiTeKSXWE2B50l62mqH7nnUz8bArl/1zibmCogFfv4YtY2K/elxJ/l79ASN8rL/kH4x4Pjh3DSbMyDWOnvL//iA5N9zM27Cen3X8N0jGr8ccHw/eoJd5s0dEGuX/dH4kfG4tUsfqrbt+VP+JxSNXw04vhM9wa7zlgCINXylpEcnxPzgCvOIEqefZarfVPmfTzR+M+D4dvQEFfKWAoi1fI2khydEfe+K84kSTcwmNToge6iDHpD1TGtPdZ91LAkQG+Gp7g9OOPIuSfdJ5C8h1aPjHiWPxu8GHB6vmn0sDRAb8lZJ908440EsD2Z1DM+r8vyqaHgA1neOL0dPUC1viYBY43dKundCbF8kmTtRoumdpXpGbmaE+08Dji/srAdbaHipgFgq/6a4e0Kz1wcn4yWa3Fmqv+XwNx3R8ICrJ4N6AHZRsWRAbJTfTu31We6qJr46MSlv1TZ2fZynfnwgUcTfhsafSpyjbOrSATmfpA9L8nck0fAr5MdEk4vn3UGSx4Gi8c8BhwdcFxlLB8SmXXBAsspnuvuZ7PGAJyzsCrAe/vjs/MF+/Wc8Vq37AVuwud2kdQDEyl5EkmeSeiZwNDyi/JRocrE86+AL+0KJuvxoZk0XHV0AsYmXGIbeKuGolxPKzGhNNL2x1FsOOC6WOOM9JL0vkT+b1E6A2JRLj8ctL2wWjeckp9pH291EnvvtO8clEyfz6/PMG69E09OndgPECnvROf9wv0lCbn+LYlDmFF6TynBcJlG0x0rekcifXWpHQGzS5QckXqMpGn7U8iPXHMLLsxqOyyWKfeCYpZA4xfxSuwJip64wILluwrYnS3pxIn+K1OsMONzfaHiZHi+20C46A2KzvRCdH7eulXDer38z08ITTR+Yes0Bh/sZDc+Qfl00ee553QGxf1cZkFw9YaYHEj2gWCmuNuC4aqIoT3v3bIK2ASD/s95w+J1+5mJ65PgmpcLFdOUBxzUSxTxW0isS+YtIBZBzbfRjlh+3Mo8j/pbCkxx3GVcccHifjmhUfmyM9imUByD/L5t/sBuSzA/aB0l6c8iNfJLfzvlt1fUTp5rDi4dE99ZLBZDz6uVXv4bEF1s0/MHW26PJwTyP7xiOGwXznebNb16YyF9cKoDsbakHEQ2JL7po+NNdf8I7RXhTIcNxs0Rjz5D03ET+IlMBZH9bPS3DkHh6SjSmmLN08QHHLaJFSnr2WK0ycYplpgLI0X31xD5D4omO0djmrNcLDzgy2wl4UbinRzu39DwAOdhhTw33K2BPmY+Gd7na9HcTFxjnvG20qPF7w787iH0UAJDVLg1/XOQ7iT++isS/xhKn3l9xU2HgMl9KviS5Uvum+lH6PACyuj2+GA2JP+ONhBfJ9ieuma0bDrXrb8gz2wi8TNLjI53olgMg6znuBSC8EEQ0vPqHH7e8DVk0vNe4f/xHY8nf2Ec12TcPQNaX1EsJeUmhaHjjHt9JvhQ4gcdW7hvIO5Ti5Vk9JYZYUQEAWVGoIw7zV3VenC4aXoHQd5KvrnECj877m4xodFrnK6rRefIAJC6lR8u9zGk0vIatIfn6CifwdPOHrnDcfocYLk+BIdZUAEDWFOyIw33RZT4k8iroftw62hYBJyQfizqvNZxzVxKApCU8Z8sFP9tH44xxJ9lrkxm/bfK082j4MTDzmyXa7mLyAGQzVnrznswHU6ePO8nh25T5U94nJsrz2657JfJJ5Q6y0WsguyPTaQOSH21gg1KPk9xto71rejLuIJs1Prun36ljnMUza6PhwczMgt3RdheZByCbt9Vzm7xF9S7iYwMOdu3dkPoAsiEhjziN7wCeQj5lfHIsJv2PKRtdelsAsj2HvfLiVNPIPb/LG9j8dXvd6XlmANmu71558fjtNnHOvC7DcfaW22l5egDZvu2eVr6tvUU8n8tw/HH73ejZAoBM4/vLt7BLledxGY6zpulCz1YAZDrfs1NGDq/0xAGH53MRW1QAQLYo7h6nzk469Cm/NeA4c9rSe7YGINP77j3Yjws2e9KAw/O3iAkUAJAJRN6jCc+w9WY068TJAw7P2yImUgBAJhJ6j2a8qNyqkwlPGXB4vhYxoQIAMqHYezTljTAPmlT44wHHz3dbas/WAWT3vnv/jUfsU4ZHyD3l/ae7L7NnBQBSw3ev4+vVEY8dm2x6jOMHO5jPVUONQlUASCEzKKWeAgBSzxMqKqQAgBQyg1LqKQAg9TyhokIKAEghMyilngIAUs8TKiqkAIAUMoNS6ikAIPU8oaJCCgBIITMopZ4CAFLPEyoqpACAFDKDUuopACD1PKGiQgoASCEzKKWeAgBSzxMqKqQAgBQyg1LqKQAg9TyhokIKAEghMyilngIAUs8TKiqkAIAUMoNS6ikAIPU8oaJCCgBIITMopZ4CAFLPEyoqpACAFDKDUuopACD1PKGiQgoASCEzKKWeAgBSzxMqKqQAgBQyg1LqKQAg9TyhokIKAEghMyilngIAUs8TKiqkAIAUMoNS6ikAIPU8oaJCCgBIITMopZ4CAFLPEyoqpACAFDKDUuopACD1PKGiQgoASCEzKKWeAgBSzxMqKqQAgBQyg1LqKQAg9TyhokIKAEghMyilngIAUs8TKiqkAIAUMoNS6ikAIPU8oaJCCgBIITMopZ4CAFLPEyoqpACAFDKDUuopACD1PKGiQgoASCEzKKWeAgBSzxMqKqQAgBQyg1LqKQAg9TyhokIKAEghMyilngIAUs8TKiqkAIAUMoNS6ikAIPU8oaJCCgBIITMopZ4CAFLPEyoqpACAFDKDUuopACD1PKGiQgoASCEzKKWeAgBSzxMqKqQAgBQyg1LqKQAg9TyhokIKAEghMyilngIAUs8TKiqkAIAUMoNS6ikAIPU8oaJCCvwXn4Ia2AvyCloAAAAASUVORK5CYII=);
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-right: 20px;
}

select {
  padding: 0;
}

/** currency style end **/
/** title style start **/
/** title style end **/
/** collection_product style start **/
.collection_item_goyaFash .item-caption {
  margin-top: 15px;
}
.collection_item_goyaFash .product_price{
  font-weight: bold;
}
.collection_item_goyaFash .item-caption .item-caption-title {
  color: #282828;
  font-size: 16px;
  margin-bottom: 5px;
}

.collection_item_goyaFash .item-caption .collection-product-soldout {
  align-self: flex-start;
  color: #282828;
  padding: 2px 10px;
  font-size: 12px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .collection_item_goyaFash .product_card-wap-name {
    display: none;
  }
}

.collection_item_goyaFash .product_card-picture-crop-11 {
  padding-top: 100%;
}

.collection_item_goyaFash .product_card-picture-crop-11 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection_item_goyaFash .product_card-picture-crop-34 {
  padding-top: 125%;
}

.collection_item_goyaFash .product_card-picture-crop-34 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection_item_goyaFash .product_card-picture-crop-23 {
  padding-top: 150%;
}

.collection_item_goyaFash .product_card-picture-crop-23 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection_item_goyaFash .product_card-picture-crop-12 {
  padding-top: 200%;
}

.collection_item_goyaFash .product_card-picture-crop-12 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-product-item {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.collection-product-item:hover .actions-wrapper {
  opacity: 1;
  left: 20px;
}

.collection-product-item .product_card_soldout {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 20;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.collection-product-item .collection-product-item-image {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

.collection-product-item .product_card-tag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: var(--discount_tag_color);
}

.collection-product-item .product_card-tag .discount_tag_graphics {
  position: absolute;
  right: 0;
}

.collection-product-item .hover-two {
  opacity: 0;
}

.collection-product-item .actions-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  z-index: 20;
  transition: all 0.45s ease-in-out;
}

.collection-product-item .actions-wrapper .actions-wrapper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 8px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .collection-product-item .actions-wrapper  {
    opacity: 1;
  }
}

.collection-product-item .label_style_1 {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.collection-product-item .label_style_1 .discount_tag_graphics {
  top: 0;
  width: 0;
  height: 0;
  border-top: 80px solid var(--discount_tag_bg);
  border-left: 80px solid transparent;
}

.collection-product-item .label_style_1 .discount_tag_name {
  position: relative;
  top: 6px;
  left: 15px;
  z-index: 9;
  line-height: 18px;
  transform: rotate(45deg);
  width: 80px;
  height: 40px;
  font-size: 14px;
  text-align: center;
}

.collection-product-item .label_style_1 span {
  display: block;
}

.collection-product-item .label_style_2 {
  padding: 0 0 10px;
}

.collection-product-item .label_style_2 .discount_tag_graphics {
  left: 0;
  bottom: 0;
  width: 40px;
  height: 10px;
}

.collection-product-item .label_style_2 .discount_tag_graphics:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid var(--discount_tag_bg);
  border-left: 20px solid transparent;
}

.collection-product-item .label_style_2 .discount_tag_graphics:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid var(--discount_tag_bg);
  border-right: 20px solid transparent;
}

.collection-product-item .label_style_2 .discount_tag_name {
  width: 40px;
  text-align: center;
  background: var(--discount_tag_bg);
  padding: 10px 0;
}

.collection-product-item .label_style_3 {
  height: 80px;
  width: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collection-product-item .label_style_3 .discount_tag_name {
  position: relative;
  top: -12px;
  left: 12px;
  z-index: 9;
  line-height: 24px;
  transform: rotate(45deg);
  height: 24px;
  white-space: nowrap;
  background: var(--discount_tag_bg);
  padding: 0px 25px;
}

.collection-product-item .label_style_4 {
  right: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--discount_tag_bg);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collection-product-item .label_style_4 .discount_tag_name {
  line-height: 18px;
  text-align: center;
}

.collection-product-item .label_style_4 .discount_tag_name span {
  display: block;
}

.main-image {
  display: block;
}

.hover-two {
  display: none;
}

.animation-hover:hover .main-image {
  opacity: 0;
  display: none;
}

.animation-hover:hover .hover-two {
  opacity: 1;
  display: block;
  transform: scale(1.2);
}

/** collection_product style end **/
/** waterfall_product style start **/
/** waterfall_product style end **/


.currency_box {
  position: relative;
}

oem-currency oem-currency-drop span,
oem-currency oem-currency-drop a {
  color: #000 !important;
  background-color: #fff;
}

.currency_box oem-currency-drop[position=top] {
  bottom: calc(100% + 10px);
}

.currency_box oem-currency-drop[position=bottom] {
  top: calc(100% + 10px);
}

.currency_box .currency_txt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: var(--nav_letter_spacing);
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.currency_box .currency_txt svg {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.currency_box .drop_currency {
  position: absolute;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  min-height: 92px;
  max-height: 300px;
  max-width: 200px;
  overflow-y: auto;
  display: none;
  z-index: 999;
}

.currency_box .drop_currency .currency {
  max-height: 400px;
  overflow-y: scroll;
}

.currency_box .drop_currency .currency::-webkit-scrollbar {
  display: none;
}

.currency_box .drop_currency li {
  list-style-type: none;
}

.currency_box .drop_currency li a {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 30px;
  padding: 0 10px;
  color: #000;
  opacity: 0.7;
  letter-spacing: var(--nav_letter_spacing);
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
}

.currency_box .drop_currency li a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.currency_box.drop_currency_on .drop_currency {
  display: block;
}

.currency_box.drop_currency_on .currency_txt svg.down {
  transform: rotate(-180deg);
}

.block_default_product_recommend .swiper {
  text-align: left !important;
}