@charset "utf-8";

/* CSS Document */
.from_pos {
  position: sticky;
  top: 89px;
  z-index: 99;
}

.product_list_option_box {
  margin: 0px 30px;
  background-color: #ffffff99;
  border-radius: 5px;
  display: flex;
  box-shadow: 0px 2px 0px 0px #cbbb72, 0px 0px 26px 0px #d8dddf85;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat", "Noto Sans SC", chinese;
  font-size: 16px;
  opacity: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.product_list_option_box:hover {
  opacity: 1 !important;
}

.product_list_option_box>div {
  padding: 5px 20px;
  flex: 0 0 auto;
}

/* .product_list_option_box>div:nth-of-type(1) {
  flex-basis: 150px;
} */

.product_list_option_box .cate_location {
  text-align: left;
  box-shadow: 0px 0px 10px #dedede;
  padding: 0px 20px;
  display: flex;
}

.option_filter_box {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.option_filter_box.product_property {
  border-radius: 0px;
  padding: 5px 10px;
  /* display: none; */
}

.option_filter_box.product_property>div:nth-last-of-type(1) {
  font-size: 30px;
  margin-left: 50px;
  color: #6a6a6a;
}

.option_filter_box>div {
  display: flex;
  font-size: 12px;
}

.option_filter_box>div>div:nth-last-of-type(1) {
  margin-right: 0px;
}

.option_filter_box>div>div {
  margin-right: 50px;
}

.option_filter_box>div>div>span {
  display: block;
}

.option_filter_box>div>div>span:nth-of-type(1) {
  color: #6a6a6a;
  font-weight: 500;
}

.option_filter_box>div>div>span:nth-of-type(2) {
  color: #3a3a3a;
  font-weight: 500;
}

.product_list {
  margin: 0px 30px;
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
  color: #333333;
  justify-content: center;
}

.product_list>div {
  margin: 20px 25px;
  flex: 0 0 20%;
  box-sizing: border-box;
  position: relative;
}

.product_list .thumb {
  width: 100%;
  /* height: 400px; */
  text-align: center;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
}

.product_list .thumb:hover::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -1px;
  right: 0;
  border: 1px solid #181818;
  box-shadow: inset 0px -5px #c3b52d;
}

.product_list .basic {
  cursor: pointer;
}

.product_list>div:hover .thumb {
  /*
	box-shadow:inset 0px -10px 0px 0px #ffe136,0px 0px 15px 2px #cdcdcd;
	box-shadow:inset 0px -10px 0px 0px #ffd900,0px 0px 15px 2px #cdcdcd;
	*/
  border-radius: 0px;
}

.product_list>div:hover .name {
  box-shadow: inset 0px -1px 0px 0px #e4e4e4;
}

/* .product_list > div:hover .action_box{
	box-shadow:0px -1px 0px 0px #fed822;
} */
/* .product_list > div:hover .option_box{
	background-color:#e5b735;
} */
.product_list .thumb img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: inline-block;
}

.product_list .profile {
  padding: 5px 0px;
  font-size: 16px;
  font-family: "Montserrat", "Noto Sans SC", chinese;
  text-align: center;
  text-transform: uppercase;
}

.product_list .brand {
  font-size: 13px;
  font-weight: 600;
  color: #303030;
  margin: 0px;
}

.product_list .name {
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  color: #303030;
  margin: 0px;
}

.product_list .highlights {
  margin-bottom: 10px;
  font-size: 15px;
}

.property_wrapper {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
}

.property_wrapper>div:nth-of-type(1) {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
}

.property_wrapper>div:nth-of-type(1)>div {
  margin: 5px 0 10px;
  flex: 0 0 27%;
}

.property_wrapper>div:nth-of-type(2)>div {
  /* width: inherit;
  flex: 0 0 80px; */
  margin: 15px 0;
  display: flex;
  align-items: center;
}

.property_wrapper>div>div>div:nth-of-type(1) {
  width: 60px;
}

.property.compact>div {
  border-bottom: unset;
  display: flex;
}

.property .strength {
  border-radius: 50%;
  width: 63px;
  height: 40px;
}

.size_box {
  display: flex;
  justify-content: center;
}

.size_box>div {
  margin: 0px 10px;
  width: 70px;
}

.product_list .property {
  position: relative;
}

.product_list .action_box .badge_gold {
  position: absolute;
  top: 10px;
  left: 14px;
}

.product_list .action_box .badge_gold img {
  width: 18px;
}

.product_list .action_box .addtofav_pos {
  position: absolute;
  top: 17px;
  right: 10px;
  z-index: 5;
}

.product_list .property,
.product_details_profile_container .property,
.wishlist .property {
  display: flex;
  align-items: center;
  min-height: 55px;
  margin-bottom: 0px;
  text-align: center;
  font-family: "Montserrat", "Noto Sans SC", chinese;
  font-size: 16px;
  color: #606060;
}

.wishlist .property {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 55px;
  margin-bottom: 0px;
  text-align: center;
  font-family: "Montserrat", "Noto Sans SC", chinese;
  font-size: 16px;
  color: #606060;
  display: none;
}

.product_list .property {
  display: none;
}

.product_details_profile_container .property {
  /* margin-top: 15px;
  margin-bottom: 15px; */
  text-align: left;
  font-size: 11px;
  min-height: inherit !important;
  flex-wrap: wrap;
}

.product_details_profile_container .property.row {
  display: block;
}

.product_details_profile_container .property.compact>div>div:nth-of-type(1) {
  height: inherit;
}

.product_details_profile_container .property.compact>div>div:nth-of-type(2) {
  height: inherit;
}

.product_details_profile_container .code {
  display: table;
  border: 1px solid #dedede;
  padding: 5px 12px;
  margin-top: 13px;
  margin-bottom: 5px;
}

.product_list .price {
  font-weight: 300;
  display: table;
}

.product_list .option_box {
  padding: 3px 20px !important;
  display: table;
  margin: auto;
  font-size: 13px;
  font-weight: 500;
  color: #484848;
}

.product_list .action_box {
  z-index: 10;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  min-width: 246px;
  border-top: 1px solid #c3c39a;
}

.product_list .action_box>div {
  margin: 0px 1px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
}

.product_list .action_box>div:nth-of-type(2) {
  color: #acab87;
  box-shadow: 0px 10px 30px #f5f5f5;
  position: absolute;
  top: 10px;
  right: 10px;
}

.product_list .action_box .but_other {
  color: #acab87;
}

.but_add_cart {
  background: linear-gradient(164deg, #bbb569 0%, #7e7440 100%);
  height: 25px;
  width: 35px;
  display: flex !important;
  overflow: hidden;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.but_add_cart.buy {
  width: 200px;
  cursor: pointer;
}

.product_list>div:hover .but_add_cart.compare {
  background-color: #d9dedf;
}

.product_list>div:hover .but_add_cart.buy {
  background-color: #c7d3d9;
  background: linear-gradient(164deg, #b1af92 0%, #918d79 100%);
  background-position: 0px 0px;
  color: #fff;
}

.product_list>div:hover .but_add_cart.like {
  background-color: #f0dddd;
}

.product_list>div:hover .but_add_cart:hover {
  background: linear-gradient(164deg, #8b8a73 0%, #575448 100%);
  color: #fff;
  background-position: 200px 0px;
}

.product_list>div:hover .but_add_cart.compare:hover {
  background: #454e4e;
}

.product_list>div:hover .but_add_cart.like:hover {
  background: #ee0251;
}

.product_list>div:hover .discount_label {
  color: #ffd900;
}

.product_details_profile_container {
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat", "Noto Sans SC", chinese;
}

.product_details_profile_container>div:nth-of-type(1) {
  flex-basis: 65%;
  margin-bottom: 20px;
}

.product_details_profile_container>div:nth-of-type(2) {
  flex-basis: 32%;
  margin: 0px;
  margin-bottom: 20px;
}

.product_details_profile_box .name {
  font-size: 16px;
  text-transform: uppercase;
}

.product_details_profile_box .highlights {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: justify;
}

.product_details_profile_box .badge {
  border-top: 1px solid #dedede;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.product_details_profile_box .badge>div {
  padding: 5px;
  align-self: center;
}

.product_details_profile_box .g_main_view {
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}

.product_details_profile_box .g_container {
  display: flex;
  align-items: flex-start;
  /*
	flex-direction:row-reverse;*/
}

.product_details_profile_box .g_container .g_main_view {
  flex-basis: 90%;
}

.product_details_profile_box .g_container .g_list {
  flex-basis: 25%;
  overflow: auto;
  height: 80vh;
  box-shadow: 0.5px 0px 0px 0px #dedede;
}

.product_details_profile_box .g_container .g_list .thumb {
  margin: 5px;
  text-align: center;
}

.product_details_profile_box .g_container .g_list .thumb:hover {
  box-shadow: 0px 0px 0px 1px #c0c0c0, 0px 0px 3px 1px #dedede;
}

.product_details_profile_box .g_container .g_list>div:nth-of-type(1) {
  /*box-shadow:0px 0px 0px 1px #dedede;*/
}

.product_details_profile_box .g_container .g_list img {
  max-width: 70px;
  max-height: 70px;
}

.product_details_profile_box .g_main_view img {
  position: absolute;
  max-width: 85%;
  max-height: 85%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product_details_profile_box .price_box {
  margin-bottom: 0px;
}

.product_details_profile_box .price {
  font-size: 25px;
}

.product_details_profile_box .price::before {
  font-size: 0.6em;
}

.product_details_profile_box .price.discounted>span:nth-of-type(1) {
  font-size: 30px;
}

.qty_controller {
  display: flex;
  align-items: center;
}

.qty_controller input {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  text-align: center;
  width: 45px;
  height: 35px;
  margin: 0px;
}

.qty_controller>div {
  min-width: 40px;
  min-height: 40px;
  margin-right: -1px;
  box-shadow: inset 0px 0px 0px 1px #bbbbbb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #ffffff;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.qty_controller>div:nth-of-type(1):hover,
.qty_controller>div:nth-of-type(3):hover {
  color: #ffffff;
  background-color: #333333;
}

.qty_controller>div:nth-of-type(2) {
  cursor: pointer;
  z-index: 10;
}

.qty_controller>div:nth-of-type(2).focus {
  box-shadow: inset 0px 0px 0px 1px #333333;
}

.unit_subtotal_box {
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
}

.unit_subtotal_box .sub_total {
  margin-left: 20px;
}

.but_general.add_to_shopping_bag {
  display: block;
  box-shadow: none;
  color: #ffffff;
}

.but_general.add_to_shopping_bag:hover {
  background-color: #9d9d79 !important;
  background: linear-gradient(160deg, #9d9d79 0%, #5c5b2e 100%);
}

.mobile_wishbox .but_general,
.mobile_wishbox .add_cart_restricted {
  font-size: 13px !important;
}

.product_option_container {
  margin-top: 30px;
}

.product_list_option_box .page_control {
  box-shadow: none;
  padding-bottom: 0px;
}

.grid_list>div {
  display: flex;
  justify-content: space-between;
  padding: 25px 20px;
  border-bottom: 1px solid #dedede;
  text-align: left;
  align-items: center;
  background: #f5f5f5;
}

.grid_list>div>div:nth-of-type(1):before {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: .8em;
  text-align: right;
}

.grid_list .order_detail_box:hover {
  border-left: 4px solid #c5c093;
  box-shadow: -1px 2px 4px #0000001f;
}

.grid_list>div:nth-of-type(1) {
  /* font-weight:bold; */
  border-bottom: 2px solid #bfa00a;
}

.grid_list.order>div>div {
  flex: 0 0 140px;
}

.grid_list.wishlist>div>div {
  flex: 0 0 150px;
}

.grid_list.wishlist>div>div:nth-of-type(1) {
  flex: 0 0 100px;
}

.grid_list.wishlist>div>div:nth-of-type(2) {
  flex: 0 0 200px;
}

.grid_list.wishlist .price_box {
  display: block;
}

.grid_list .price {
  padding-left: 20px;
  margin: 0;
  display: block;
  text-align: right;
}

.grid_list .price::before {
  font-size: 16px;
}

.grid_list .status {
  display: table;
  padding: 6px 15px;
  background-color: #adadad;
  color: #ffffff;
  margin-top: 5px;
}

.grid_list.wishlist .shape {
  display: block;
  width: 100px;
  text-align: center;
  border: 1px solid #dedede;
  margin-top: 10px;
  padding: 5px 10px;
}

.grid_list.wishlist .brand {
  font-size: 20px;
  color: #bfa00a;
}

.grid_list.wishlist .name {
  font-size: 16px;
}

.grid_list.wishlist .thumb {
  cursor: pointer;
}

.lazy_loading_msgbox {
  height: 0px;
  opacity: 0px;
  text-align: center;
  background-color: #ffffff;
  transition: all 0.5s, background-position 0s !important;
  background: url(../../../../../images/tc/loading4.gif) no-repeat center 30px;
}

.lazy_loading_msgbox.active {
  min-height: 150px;
  opacity: 1;
  background: url(../../../../../images/tc/loading4.gif) no-repeat center 30px;
}

.brand_logo_container {
  /*border-bottom: 5px solid #343c3c; - AJ VF Plasencia*/
}

.brand_logo_vf {
  text-align: center;
  cursor: pointer;
}

.brand_series img {
  max-width: 100%;
  vertical-align: bottom;
}

.series_name {
  color: #4b4b4b;
  font-weight: 300;
  margin: 20px 0px;
  height: 20px;
}

.brand_series {
  display: table;
}

.brand_series .swiper-button-next,
.brand_series .swiper-button-prev {
  color: #98947e;
}

.brand_series .swiper-button-next:after,
.brand_series .swiper-button-prev:after {
  font-size: 30px;
}

.brand_series_do>div {
  flex: 0 0 100px !important;
  margin: 0 auto;
}

.brand_logo_vf>div {
  /*margin: 20px !important;*/
  max-width: 140px;
}

.brand_logo_vf>div:hover .series_name {
  font-weight: 600;
}

.brand_logo_vf>div>div:nth-of-type(1) {
  min-height: 80px;
}

.brand_logo_vf>div>div:nth-of-type(1) img {
  max-height: 80px;
}

.brand_logo_vf>div.active .series_name {
  font-weight: 600;
}

.brand_logo_vf .swiper-slide {
  width: unset;
}

.series_info_container {
  padding: 20px;
  color: #313131;
  font-weight: 500;
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
}

.series_info_container>div {
  flex: 1 1 auto !important;
  margin: 0px 20px !important;
}

.series_info_container>div:nth-of-type(1) {
  display: none;
}

.series_heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 0px solid #333333;
}

.icon_strength {
  margin-top: 6px;
  display: flex;
  margin-bottom: 5px;
}

.icon_strength>div {
  margin-right: 8px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  box-shadow: 0px 0px 0px 1px #bfbea1;
}

.icon_strength>div.lightup {
  background-color: #bfbea1;
}