@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {/*
  font-family: "Old Standard TT", serif;*/
  font-family: 'Inter', sans-serif;
}

a {
  text-decoration: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

.form-control:focus, .form-select:focus {
  border: 1px solid #877044;
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}
.form-control:disabled, .form-select:disabled {
  border: 1px solid #808080 !important;
  background-color: #e9ecef !important;
}

button {
  text-transform: uppercase;
}

.form-check-input[type=checkbox] {
  border-radius: unset;
  border: 1px solid #4D4D4D;
  margin-top: 0;
  width: 20px;
  height: 20px;
}
.form-check-input:checked[type=checkbox] {
  background-image: url('../images/icons/check_tick.svg');
}
.form-check-input:checked {
  background-color: white;
}
/*** datetimepicker ***/
.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
  background-image: unset;
  border: 0;
  background-color: #877044;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 0;
}
.contact_form .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .contact_form .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 10px;
}
.datetimepicker {
  font-family: "Noto Sans", sans-serif;
}  
.datetimepicker td, .datetimepicker th {
  padding: 3px 7px;
}
/*** datetimepicker end ***/



.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
   display: none;
}

.loca_n_lang .dropdown-item {
    color: #877044;
    text-decoration: none;
    background-color: white;
}

.loca_n_lang .dropdown-menu li {
  border-bottom: 1px solid rgba(135, 112, 68, .5);
  margin: 5px 10px;
  text-align: center;
}

.loca_n_lang .dropdown-menu li:last-child {
    border-bottom: 0;
}

.loca_n_lang .dropdown-item.active, .dropdown-item:active, .dropdown-item.active:hover, .dropdown-item:hover {
    color: black;
    text-decoration: none;
    background-color: white;
}


.loca_n_lang .dropdown-menu {
  border: 0;
  box-shadow: -1px 0px 9px 0px rgb(0 0 0 / 53%);
  -webkit-box-shadow: -1px 0px 9px 0px rgb(0 0 0 / 53%);
  -moz-box-shadow: -1px 0px 9px 0px rgba(0,0,0,0.53);
  transform: translate(-100px, 39px) !important;
}
  
.loca_n_lang .dropdown-toggle::after {
  border: 0;
  content: unset;
}
  .loca_n_lang .loca_area {
    padding: 10px;
    width: 350px;
  }
  .loca_n_lang .loca_area .title{
    color: #877044;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .loca_n_lang .loca_area .info{
    color: #212121;
    font-size: 14px;
  }
  .loca_n_lang .loca_area button {
    border: 1px solid #877044;
    padding: 10px 20px;
    margin-right: 5px;
    color: #877044;
    font-size: 12px;
    outline: none;
    background-color: white;
  }
  .loca_n_lang .loca_area button:hover, .loca_area button.active {
    border: 1px solid #877044;
    background-color: #877044;
    color: white;
  }
  .loca_n_lang .top_arrow {
    position: absolute; 
    left: 120px; 
    transform: translate(10px, 0px);
    display: block;
    width: 1rem;
    height: .5rem;
    top: calc(-.5rem - 1px);
  }
  .loca_n_lang .top_arrow::before, .top_arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .loca_n_lang .top_arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0,0,0,.25);
  }
  .loca_n_lang .top_arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff;
  }




.info_mw {
  max-width: 1440px;
}

.free_shipp_hk {
  background-color: #c3b7a1;
  padding: 8px;
  text-align: center;
  margin: 0 auto;
  color: black;
  font-style: italic;
  position: relative;
  overflow: hidden;
}

.free_shipp_hk button {
  border: 1px solid black;
  outline: none;
  cursor: pointer;
  background-color: unset;
  font-style: normal;
  font-weight: bold;
  padding: 2px 15px;
  text-align: center;
}

.section_title {
  color: #212121;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
}

.section_title:after {
  position: absolute;
  top: 50px;
  margin-top: 10px;
  width: 100%;
  height: 2px;
  background-color: #877044;
}

.form-control {
  border: 1px solid #808080;
  background-color: white;
  border-radius: 0;
  outline: none;
}
.form-select {
    border: 1px solid #808080;
  background-color: white;
  border-radius: 0;
    outline: none;
}

/*** header ***/
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #877044;
  background-color: unset;
  border: 0;
  box-shadow: unset;
}
.btn-secondary:hover {
  color: #877044;
  background-color: unset;
  border: 0;
  box-shadow: unset;
}
.btn-secondary,
.dropdown-toggle {
  color: #877044;
  background-color: unset;
  border: 0;
  padding: 5px;
}
.btn-secondary:active {
  color: #877044;
  background-color: unset;
  border: 0;
}
.btn-secondary:active:focus {
  box-shadow: unset;
}

.head_icons {
  height: 100%;
  max-height: 20px;
  margin: 0 10px;
}

.head_icons:hover {
  filter: invert(12%) sepia(85%) saturate(4910%) hue-rotate(325deg)
    brightness(0%) contrast(120%);
}
.head_store {
  display: flex;
  color: #877044;
  padding: 5px 10px;
  word-break: keep-all;
}
.head_store:hover {
  color: #212121;
}
#login a.head_store {
  color: #877044;
}
#login a.head_store:hover {
  color: #212121;
}
.nav-link {
  color: #877044;
  font-size: 16px;
  transition: none;
  text-transform: uppercase;
}

.nav-link:hover, .nav-link:focus {
  color: black;
}

  .close_top_pomo {
    background-image: url('../images/icons/pop_close_btn.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 12px;
    cursor: pointer;
  }
/*** header end ***/

/*** footer ***/
.gery_bg {
  background-color: #f3f3f3;
}
.footer_text {
  color: #877044;
}

.site_map {
  width: auto;
  float: left;
  max-width: 320px;
  margin-right: 30px;
}
.footer_title {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.footer_sub_title {
  margin-top: 10px;
  font-size: 14px;
}
.footer_sub_title ul {
  padding: 0;
}
.footer_sub_title li {
  list-style: none;
}
.footer_sub_title a {
  text-decoration: none;
  color: #877044 !important;
}
.footer_sub_title a:hover {
  color: #212121 !important;
}
.foot_submit_btn {
  border: 1px solid #877044;
  color: #877044;
  font-size: 14px;
  padding: 5px 10px;
  margin-top: 10px;
  background-color: unset;
}
.foot_submit_btn:hover {
  border: 1px solid #877044;
  color: white;
  background-color: #877044;
}
.foot_input {
  border: 0;
  border-bottom: 1px solid #808080;
  background-color: unset;
  outline: none;
  width: 100%;
}
.footer_input::placeholder {
  color: #808080;
}

.dark_gery_bg {
  background-color: #e7e7e7;
  color: #877044;
  font-size: 14px;
}

.dark_gery_bg a {
  text-decoration: none;
  color: #877044 !important;
  margin: 0 10px;
}

.dark_gery_bg a:hover {
  color: #212121 !important;
}
.soical_icons a:hover img {
  filter: invert(12%) sepia(85%) saturate(4910%) hue-rotate(325deg)
    brightness(0%) contrast(120%);
}


  .wc_pop {
    position: absolute;
    right: 0;
    display: none;
    width: 100%;
    max-width: 200px;
    background-color: white;
    top: -150px;
    border: 1px solid #BFBFBF;
    padding: 20px;
  }
  .wc_pop_close {
    background-image: url('../images/icons/pop_close_btn.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .wc_pop_btn {
    cursor: pointer;
  }
.footer_sub_thx {
  display: none;
  color: #333333;
  margin-top: 5px;
}

.cookie_agree {
  position: fixed;
  bottom: 0;
  border-top: 4px solid #A37E2C;
  background-color: #F2F2F2;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  color: #A37E2C;
  z-index: 999;
}

.cookie_agree table {
  max-width: 1600px;
  margin: 0 auto;
}

.cookie_agree a {
  color: black;
}
.cookie_agree .continue_btn{
  cursor: pointer;
  padding: 5px 30px;
  color: #877044;
  border: 1px solid #877044;
  background-color: unset;
  margin: 0 10px;
}
.cookie_agree .continue_btn:hover{
  color: white;
  border: 1px solid #877044;
  background-color: #877044;
}
  .close_cookie {
    background-image: url('../images/icons/pop_close_btn.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
/*** footer end ***/

/*** home-page***/
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}
#home_banner_1 .carousel-item .h_ban_text {
  position: absolute;
  color: white;
  top: 41%;
  left: 15%;
  font-size: 50px;
  text-align: center;
}

#home_banner_1 .carousel-item .h_ban_text.al-right {
  left: auto;
  right: 15%;
}

#home_banner_1 .carousel-item .h_ban_text.al-right2 {
  top: 68%;
}
#home_banner_1 .carousel-item .h_ban_text.banner_mlf {
  left: 26%;
}
#home_banner_1 .carousel-item .h_ban_text.banner_mrt {
  right: 26%;
}

#home_banner_1 .carousel-item .h_ban_text button {
  color: white;
  background-color: #be0100;
  border: 1px solid #be0100;
  padding: 10px 20px;
  font-size: 20px;
  margin-top: 25px;
}

#home_banner_1 .carousel-item .h_ban_text button:hover {
  color: white;
  background-color: unset;
  border: 1px solid #be0100;
  padding: 10px 20px;
  font-size: 20px;
  margin-top: 25px;
}

.location_section {
  position: relative;
}
.location_section .find_store {
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.5);*/
}
.location_section .find_store .find_info {
  position: absolute;
  top: 38%;
  text-align: center;
  left: 0;
  right: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.location_section .find_store .find_info span {
  color: white;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: inherit;
  text-shadow: 2px 2px 5px black;
}

.location_section .find_store .find_info button {
  color: white;
  border: 1px solid white;
  margin-top: 5%;
  padding: 5px 50px;
  background-color: unset;
  font-size: 30px;
}


.location_section .find_store .find_info button:hover {
  background-color: #877044;
  border: 1px solid #877044;
  color: white;
}

  #tab_slide_2_1 .carousel-control-next, #tab_slide_2_1 .carousel-control-prev,#tab_slide_2_2 .carousel-control-next, #tab_slide_2_2 .carousel-control-prev {
    opacity: 1;
  }
  #tab_slide_2_1 .carousel-control-prev-icon, #tab_slide_2_2 .carousel-control-prev-icon {
    background-image: url('../images/icons/slide_left.svg');
  }
  #tab_slide_2_1 .carousel-control-next-icon, #tab_slide_2_2 .carousel-control-next-icon {
    background-image: url('../images/icons/slide_right.svg');
  }
  #tab_slide_2_1 .carousel-control-prev, #tab_slide_2_2 .carousel-control-prev  {
    left: -10px;
    width: auto;
  }
  #tab_slide_2_1 .carousel-control-next, #tab_slide_2_2 .carousel-control-next  {
    right: -10px;
    width: auto;
  }

.tab_slide_more_btn {
  color: #877044;
  border: 1px solid #877044;
  padding: 10px 20px;
  width: 150px;
  background-color: white;
}

.tab_slide_more_btn:hover {
  color: white;
  background-color: #877044;
  border: 1px solid #877044;
  padding: 10px 20px;
  width: 150px;
}

.hm_collect_section .nav-item {
  margin: auto 5px;
}
    .hm_collect_section .nav-link {
      border: 1px solid #877044;
      color: #877044;
      padding: 7px 20px;
      background-color: white;
      border-radius: 0;
      text-align: center;
      width: 100%;
      min-width: 150px;
      text-transform: none;
    }

    .hm_collect_section .nav-link:hover {
      background-color: #877044;
      color: white;
    }
    
    .hm_collect_section .nav-link.active {
      background-color: #877044;
      color: white;
    }
    
    .hm_collect_section#tdr_collection .collect_na:hover {
      color: #877044;
    }
    .hm_collect_section .tab_slide_more_btn {
      padding: 5px 50px;
      width: auto;
      font-size: 30px;
    }
    
    .tab_slide {
      width: 100%;
      overflow-x: scroll;
      display: inline-flex;
      padding-bottom: 20px;
    }
    .tab_slide .box {
      width: 412px;
      float: left;
      margin: 0 10px;
      box-shadow: -1px 0px 9px 0px rgba(0,0,0,0.53);
-webkit-box-shadow: -1px 0px 9px 0px rgba(0,0,0,0.53);
-moz-box-shadow: -1px 0px 9px 0px rgba(0,0,0,0.53);
    }
    .tab_slide .box .title {
      width: 100%;
      float: left;
      padding: 20px 10px;
      text-transform: uppercase;
      font-size: 25px;
      text-align: center;
      color: #877044;
      font-weight: bold;
      line-height: 1;
      font-family: 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans', sans-serif;
    }
    .tab_slide .box .image {
      width: 100%;
      /*height: 280px;*/
      overflow: hidden;
    }
    .tab_slide .box .image > img {
      width: 100%;
      transition: transform 0.6s; /* Animation */
    }
    .tab_slide .box:hover .image > img {
      transform: scale(1.5);
    }
    
/*
.tab_slide::-webkit-scrollbar {
  -webkit-appearance: none;
}
.tab_slide::-webkit-scrollbar:vertical {
  width: 4px;
}
.tab_slide::-webkit-scrollbar:horizontal {
  height: 4px;
}

.tab_slide::-webkit-scrollbar-track {
  background-color: #808080;
  border-radius: 10px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.tab_slide::-webkit-scrollbar-thumb {
  background-color: #877044;
  border-radius: 10px;
}*/
.hm_collect_section .tab_slide::-webkit-scrollbar {
  -webkit-appearance: none;
}
.hm_collect_section .tab_slide::-webkit-scrollbar:vertical {
  width: 4px;
}
.hm_collect_section .tab_slide::-webkit-scrollbar:horizontal {
  height: 4px;
}

.hm_collect_section .tab_slide::-webkit-scrollbar-track {
  background-color: #808080;
  border-radius: 10px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.hm_collect_section .tab_slide::-webkit-scrollbar-thumb {
  background-color: #877044;
  border-radius: 10px;
}
.hm_collect_title {
  position: relative;
  font-size: 30px;
  color: #212121;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}
.hm_collect_title:after {
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #877044;
  content: '';
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}
    
    




/*** home page end ***/

/*** Tudor pages***/
.back-top img{
  width: 50px;
  height: 50px;
}
.back-top:hover img{
  content: url("../images/icons/gotop_arr_red.png");
}
.page-link {
  color: #B2B2B2;
  background-color: unset !important;
  border: 0;
  font-size: 14px;
}
.page-link:hover {
  color: #BE0100;
}
.page-link.active {
  color: #BE0100;
}

.tdr_font {/*
  font-family: "Noto Sans", "微軟正黑體", sans-serif;*/
  
  font-family: 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans', sans-serif;
}

#tdr_hd .breadcrumb-item {
  color: #707070;
  font-size: 12px;
}

#tdr_hd .breadcrumb-item.active {
  color: #212121;
}

#tdr_hd a {
  text-decoration: none;
  color: #808080;
  margin: 5px 20px;
  font-size: 12px;
  text-transform: uppercase;
}

#tdr_hd .breadcrumb-item a {
  margin: 0;
}


#tdr_hd a:hover {
  color: #212121;
}

#tdr_hd a.active {
  text-decoration: none;
  color: #212121;
}

.tdr_sm_title {
  color: #be0100;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.tdr_main_title {
  color: #212121;
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
}

.tdr_main_title_2 {
  color: #212121;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
}

.tdr_des {
  color: #212121;
  font-size: 16px;
  line-height: 26px;
}

.light_black_bg {
  background-color: #212121;
}

.light_black_bg .tdr_main_title,
.light_black_bg .tdr_sm_title,
.light_black_bg .tdr_des {
  color: white;
}

.video_box {
  position: relative;
}

.video_box .ply_btn {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}

.tdr_foot_banner_1 {
  position: relative;
}

.tdr_foot_banner_1 span {
  position: absolute;
  top: 38%;
  color: white;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 36px;
  font-weight: bold;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
}

.jew_foot_banner_1 {
  position: relative;
}

.jew_foot_banner_1 span {
  position: absolute;
  top: 38%;
  color: white;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 50px;
  font-weight: bold;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000000;
}

.black_bg {
  background-color: #000000;
}

.black_bg a {
  margin: 10px 20px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

.black_bg a:hover {
  color: #be0100;
}

.offcanvas {
  position: inherit;
}

#tdr_collection .tdr_side_btn {
  background-color: #be0100;
  text-align: center;
  width: 100%;
  max-width: 130px;
  padding: 20px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
#tdr_collection .tdr_side_btn button {
  outline: none;
}
#tdr_collection .tdr_side_btn button img {
  outline: none;
}
#tdr_collection .tdr_fiter_header {
  background-color: #be0100;
  padding: 20px;
  color: white;
  font-weight: bold;
  display: -webkit-inline-box;
  line-height: 30px;
}
#tdr_collection .tdr_fiter_header > div {
  margin-left: 10px;
}

#tdr_collection .tdr_fiter_header .apply_btn_d {
  border: 1px solid white;
  border-radius: 60px;
  padding: 5px 10px;
  color: #be0100;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background-color: white;
}
#tdr_collection .tdr_fiter_header .apply_btn_d:hover {
  color: white;
  background-color: unset;
  border: 1px solid white;
}

#tdr_collection .tdr_fiter_header .reset_btn {
  border: 1px solid white;
  border-radius: 60px;
  padding: 5px 10px;
  color: white;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
#tdr_collection .tdr_fiter_header .reset_btn:hover {
  color: #be0100;
  background-color: white;
}
#tdr_collection .tdr_fiter_header .reset_btn:hover img {
  content: url('../images/icons/fiter_reset_red.png');
}
#tdr_collection .tdr_fiter_header .tdr_fit_close {
  cursor: pointer;
}
#tdr_collection .tdr_fiter_cate {
  margin: 0 20px;
  padding: 30px 0 30px 40px;
  color: black;
  display: block;
  border-bottom: 1px solid #808080;
}
#tdr_collection .tdr_fiter_cate:last-child {
  border-bottom: 0;
}
#tdr_collection .tdr_fiter_cate .cate_title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
}
#tdr_collection .tdr_fiter_cate .fit_non_active {
  border: 1px solid #808080;
  border-radius: 20px;
  color: #808080;
  display: block;
  margin: 10px 0;
  background-color: unset;
  padding: 5px 10px;
  text-align: center;
  height: 38px;
  line-height: 16px;
  font-size: 14px;
}
#tdr_collection .tdr_fiter_cate .fit_non_active:hover, #tdr_collection .tdr_fiter_cate .fit_non_active.active {
  border: 1px solid #be0100;
  color: white;
  background-color: #be0100;
}/*
#tdr_collection .tdr_fiter_cate .fit_active {
  border: 1px solid #be0100;
  border-radius: 60px;
  color: white;
  background-color: #be0100;
  display: block;
  margin: 10px 0;
  padding: 5px 20px;
}*/
#tdr_collection .offcanvas-start {
  border-right: 0;
  width: 40px;
}
#tdr_collection .offcanvas-start.show {
  border-right: 0;
  width: 380px;
}

#tdr_collection .collect_brand {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}

#tdr_collection .collect_na {
  color: #333333;
  font-size: 16px;
  /*min-height: 40px;*/ 
  font-family: 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans', sans-serif;
  font-weight: bold;
}
#tdr_collection .collect_na:hover {
  color: #be0100;
}

#tdr_collection .collect_title_des {
  color: #333333;
  font-size: 14px;
  min-height: 36px;
}/*
#tdr_collection .collect_title_des:hover {
  color: #be0100;
}
*/
#tdr_collection .collect_price {
  color: #be0100 !important;
  font-size: 14px;
  font-weight: bold;
}

#tdr_collection .collect_item {
  position: relative;
}
#tdr_collection .collect_item .collect_wish_icon {
  position: absolute;
  right: 40px;
  cursor: pointer;
  z-index: 90;
}
/*
#tdr_collection .collect_item .collect_wish_icon:hover {
  content: url(../images/icons/added_wishlist.svg);
}
*/
#tdr_collection .collect_item .collect_wish_icon.active {
  content: url(../images/icons/added_wishlist.svg);
}

#tdr_collection .owl-carousel .owl-item img {
  width: 90%;
  margin: 0 auto;
}



  .center_line {
    width: 2px;
    height: 30px;
    background-color: #E3E3E3;
    margin: 20px;
  }
  .collect_top_info {
    max-width: 700px;
    margin: 0 auto;
  }
  .collect_top_info p {
    font-size: 14px;
    color: #808080;
    margin: 0 auto;
  }
  .collect_top_info .cd_find_more {
    border: 0;
    background-color: unset;
    font-size: 14px;
    color: #808080;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .collect_top_info .cd_find_more.collapsed img {
    transform: rotate(0deg);
  }
  .collect_top_info .cd_find_more img {
    content: url(../images/icons/arrow_sm_down.svg);
    transform: rotate(180deg);
    margin-left: 5px;
  }
  .collect_top_info .cd_more_des {
    font-size: 14px;
    color: #808080;
  }
  .collect_top_info .collect_info_brand {
    font-size: 30px;
    font-weight: bold;
    color: #212121;
  }
  .jew_collect .collect_top_info .collect_info_brand {
    text-transform: uppercase;
  }
  .collect_top_info .collect_info_type {
    font-size: 18px;
    color: #808080;
  }
  .collect_top_info .collect_info_price {
    font-size: 22px;
    font-weight: bold;
    color: #212121;
    margin: auto 10px;
  }
  .collect_top_info .collect_info_saleprice {
    font-size: 22px;
    font-weight: bold;
    color: #BE0100;
    margin: auto 10px;
  }
  .jew_collect .collect_top_info .collect_info_saleprice {
    color: #877044;
  }
  .collect_top_info .info_des {
    margin: 50px 0 0;
  }
  .collect_top_info .cho_size {
    font-size: 18px;
    text-transform: uppercase;
    color: #212121;
    border: 1px solid #212121;
    padding: 5px 20px;
    background-color: white;
    width: 350px;
    margin: 3px;
    text-align: center;
  }
  .collect_top_info select.cho_size {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: url('../images/icons/arrow_sm_down.svg');
    background-repeat: no-repeat;
    background-position: center right 17px;
    background-size: 12px;
  }


  .collect_top_info .cho_size:hover {
    color: #BE0100;
    border: 1px solid #BE0100;
  }
  .jew_collect .collect_top_info .cho_size:hover {
    color: #877044;
    border: 1px solid #877044;
  }
  .collect_top_info .contact_pop {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    border: 1px solid #212121;
    padding: 5px 20px;
    background-color: #212121;
    width: 350px;
    margin: 3px;
  }
  .collect_top_info .contact_pop:hover {
    border: 1px solid #BE0100;
    background-color: #BE0100;
  }
  .collect_top_info .add_to_bag {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    border: 1px solid #212121;
    padding: 5px 20px;
    background-color: #212121;
    width: 350px;
    margin: 3px;
  }
  .collect_top_info .add_to_bag:hover {
    border: 1px solid #BE0100;
    background-color: #BE0100;
  }
  .jew_collect .collect_top_info .add_to_bag {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    border: 1px solid #212121;
    padding: 5px 20px;
    background-color: #212121;
    max-width: 350px;
    margin: 3px;
  }
  .jew_collect .collect_top_info .add_to_bag:hover {
    border: 1px solid #877044;
    background-color: #877044;
  }

  .collect_top_info .collect_table > table {
    border-top: 3px solid #E3E3E3;
  }
  .collect_top_info .collect_table a {
    color: #808080;
    cursor: pointer;
  }
  .collect_top_info .collect_table a:hover{
    color: #BE0100;
  }
  .collect_top_info .collect_table .mov:hover .wish_icon {
    content: url('../images/icons/added_wishlist.svg');
  }
  .collect_top_info .collect_table .mov:hover a {
    color: #BE0100;
  }

  .jew_collect .collect_top_info .collect_table a:hover{
    color: #877044;
  }
  .collect_top_info .collect_table > table > tbody > tr{
    border-bottom: 3px solid #E3E3E3;
  }
  .collect_top_info .collect_table table table {
    margin: 10px 0;
  }
  .collect_des_title {
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    padding-left: 50px;
  }
  .collect_des_p {
    font-size: 18px;
    color: #808080;
    margin-bottom: 30px;
    padding-left: 50px;
  }
  .collect_table {
    color: #808080;
    text-transform: uppercase;
  }
  
  /*** gallery slider ****/
.tdr_collect_sldr {
    width:100%;
}
.tdr_collect_sldr ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.tdr_collect_sldr li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.tdr_collect_sldr .lSGallery li.active {
  border: 2px solid #BE0100;
}
.tdr_collect_sldr img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}



.jew_collect_sldr {
    width:100%;
}
.jew_collect_sldr ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.jew_collect_sldr li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.jew_collect_sldr .lSGallery li.active {
  border: 2px solid #877044;
}
.jew_collect_sldr img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
  
  /*** gallery slider end****/
  
  .contact_form .form-control {
    border: 1px solid #808080;
    background-color: white;
    border-radius: 10px;
    outline: none;
  }
  
  .contact_form .form-select {
    border: 1px solid #808080;
    background-color: white;
    border-radius: 10px;
    outline: none;
  }
  
  .contact_form .form-control:placeholder {
    color: #808080;
  }
  
  .contact_form .submit_btn_black {
    border: 0;
    background-color: #212121;
    text-align: center;
    padding: 10px 50px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
  }
  
  .contact_form .submit_btn_black:hover {
    background-color: unset;
    color: #212121;
    border: 1px solid #212121;
  }
  
  .pop_close_btn_black {
    border: 0;
    background-color: #212121;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 50px;
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
  }
  
  .pop_close_btn_black:hover {
    background-color: #BE0100;
  }
  
  .contact_form label.form-check-label {
    color: #808080;
  }
  
  .contact_form a {
    color: #212529;
  }
  
  .contact_form a:hover {
    color: #BE0100;
  }
  .jew_form.contact_form a:hover {
    color: #877044;
  }
  
  .tdr_main_title_3 {
    color: #212121;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  
  
  #what_u_like_slider .carousel-control-next, #what_u_like_slider .carousel-control-prev {
    opacity: 1;
  }
  #what_u_like_slider .carousel-control-prev-icon {
    background-image: url('../images/icons/slide_left.svg');
  }
  #what_u_like_slider .carousel-control-next-icon {
    background-image: url('../images/icons/slide_right.svg');
  }
  #what_u_like_slider .carousel-control-prev {
    left: -10px;
    width: auto;
  }
  #what_u_like_slider .carousel-control-next {
    right: -10px;
    width: auto;
  }
  #tdr_collection .collect_price_blk {
    color: #212121;
    font-size: 14px;
    font-weight: bold;
  }
  .wish_icon {
    content: url('../images/icons/add_wishlist.svg');
  }
  .wish_icon.active {
    content: url('../images/icons/added_wishlist.svg');
  }



  .tdr_contact_box {
    width: 100%;
    background-color: #F3F3F3;
    padding: 5%;
    min-height: 220px;
  }
  .tdr_contact_box a{
    text-decoration: none;
    color: #212529;
  }
  .tdr_contact_box .title{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .tdr_contact_box .info{
    font-size: 18px;
    font-weight: 400;
  }
  .tdr_contact_rmk p {
    font-size: 18px;
    color: #212121;
  }
  .tdr_contact_box .tdr_ct_icon_1 {
    content: url('../images/icons/tdr_location.png');
  }
  .tdr_contact_box .tdr_ct_icon_2 {
    content: url('../images/icons/tdr_call.png');
  }
  .tdr_contact_box .tdr_ct_icon_3 {
    content: url('../images/icons/tdr_mail.png');
  }
  .tdr_contact_box .tdr_ct_icon_4 {
    content: url('../images/icons/tdr_msg.png');
  }
  .tdr_contact_box .tdr_ct_icon_1:hover {
    content: url('../images/icons/tdr_location_red.png');
  }
  .tdr_contact_box .tdr_ct_icon_2:hover {
    content: url('../images/icons/tdr_call_red.png');
  }
  .tdr_contact_box .tdr_ct_icon_3:hover {
    content: url('../images/icons/tdr_mail_red.png');
  }
  .tdr_contact_box .tdr_ct_icon_4:hover {
    content: url('../images/icons/tdr_msg_red.png');
  }

/*** detail page contact popup ***/

  .tdr_popup_cont {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    color: #212121;
  }
  .tdr_popup_cont a {
    color: #212121;
  }
  .tdr_popup_cont a:hover {
    color: #BE0100;
  }
  .tdr_popup_cont .hotline_icon {
    content: url(../images/icons/tdr_call.png);
  }
  .tdr_popup_cont a:hover .hotline_icon {
    content: url(../images/icons/tdr_call_red.png);
  }
  .tdr_popup_cont p {
    font-size: 18px;
  }
  .tdr_popup_cont .brand {
    font-size: 30px;
    font-weight: bold;
    color: #212121;
  }
  .tdr_popup_cont .type {
    font-size: 18px;
    color: #808080;
  }
  .tdr_popup_cont .price {
    font-size: 22px;
    font-weight: bold;
    color: #212121;
  }
  .tdr_popup_cont .black_layer {
    width: 100%;
    background-color: black;
    height: 100%;
    opacity: 0.5;
    z-index: 9;
  }
  .tdr_popup_cont .close_pop {
    position: absolute;
    top: 7px;
    right: 10px;
    content: url("../images/icons/close_red.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .tdr_popup_cont .scroll_info {
    z-index: 99;
    margin: 2% auto;
    padding: 40px 20px;
    background-color: white;
    width: 94%;
    max-width: 1100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: auto;
  }
  .tdr_popup_cont .detail_info {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }

.tdr_popup_cont .detail_info::-webkit-scrollbar {
  -webkit-appearance: none;
}
.tdr_popup_cont .detail_info::-webkit-scrollbar:vertical {
  width: 4px;
}
.tdr_popup_cont .detail_info::-webkit-scrollbar:horizontal {
  height: 4px;
}

.tdr_popup_cont .detail_info::-webkit-scrollbar-track {
  background-color: #B2B2B2;
  border-radius: 10px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.tdr_popup_cont .detail_info::-webkit-scrollbar-thumb {
  background-color: #BE0100;
  border-radius: 10px;
}


 .address_bk_scroll {
    padding: 0 20px;
    width: 100%;
    height: 400px;
    overflow-y: scroll;
   margin: 0 0 30px;
  }

.address_bk_scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}
.address_bk_scroll::-webkit-scrollbar:vertical {
  width: 4px;
}
.address_bk_scroll::-webkit-scrollbar:horizontal {
  height: 4px;
}

.address_bk_scroll::-webkit-scrollbar-track {
  background-color: #B2B2B2;
  border-radius: 10px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.address_bk_scroll::-webkit-scrollbar-thumb {
  background-color: #877044;
  border-radius: 10px;
}






  .tdr_popup_cont .or {
    width: 100%;
    margin: 20px 0;
    text-align: center;
    position: relative;
  }
  .tdr_popup_cont .or:after {
    content: '';
    width: 100%;
    border-bottom: solid 1px #E6E6E6;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
  }
  .tdr_popup_cont .or h3 {
    background-color: white;
    width: auto;
    display: inline-block;
    z-index: 3;
    padding: 0 20px 0 20px;
    color: #808080;
    position: relative;
    font-size: 18px;
    margin: 0;
  }
  
  .tdr_popup_cont .cont_form {
    background-color: #F2F2F2;
    padding: 20px 10px;
  }
  .tdr_popup_cont .form-control {
    height: 35px;
  }
  .tdr_popup_cont textarea.form-control{
    height: auto;
  }
  .tdr_popup_cont .submit_btn_black {
    padding: 5px 50px;
  }
  .tdr_popup_cont .submit_btn_black:hover {
    padding: 5px 50px;
  }

/*** detail page contact pop end ***/

.hot_line_center {
  margin: 0 auto;
}


/*** Tudor pages end ***/

.gbr_top {
  border-top: 1px solid #877044;
}

/*** Shop Location ***/
.page_title {
  color: #877044;
}
.shop_tab .nav-item {
  width: 20%;
}

.shop_tab .nav-link {
  border: 1px solid #877044;
  /*border-right: 0;*/
  color: #877044;
  padding: 7px 5px;
  background-color: white;
  border-radius: 0;
  text-align: center;
  width: 100%;
  height: 50px;
  font-size: 12px;
}

.shop_tab .nav-item:last-child .nav-link {
  border-right: 1px solid #877044;
}

.shop_tab .nav-link:hover {
  color: white;
  background-color: #877044;
}

.shop_tab .nav-link.active {
  background-color: #877044;
  color: white;
}

.shop_tab .tab-pane {
  height: 800px;
  overflow-y: scroll;
}

.shop_tab .tab-content {
  color: #877044;
  position: relative;
  font-size: 16px;
}

.shop_tab .search_box input {
  border-radius: 0;
  border: 1px solid #877044;
  border-right: 0;
}

.shop_tab .search_box button {
  border-radius: 0;
  border: 1px solid #877044;
  border-left: 0;
  background-color: white;
  padding-right: 15px;
}

.shop_tab select {
  border-radius: 0;
  border: 1px solid #877044;
}

.shop_tab select {
  border-radius: 0;
  border: 1px solid #877044;
}

#googleMap, #googleMap_m {
  height: 600px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.gmrk {
  cursor: pointer;
}

.gmrk:hover{
  content: url("../images/icons/location_mark_gold_fill.svg");
}

.shop_tab .layer {
  width: 100%;
  height: 6%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  position: absolute;
  bottom: 0;
  z-index: 999;
}

.shop_tab .tab-pane {
  overflow-y: scroll;
  margin-bottom: 10px;
  overflow-x: clip;
}

.shop_tab .tab-pane::-webkit-scrollbar {
  -webkit-appearance: none;
}
.shop_tab .tab-pane::-webkit-scrollbar:vertical {
  width: 4px;
}
.shop_tab .tab-pane::-webkit-scrollbar:horizontal {
  height: 4px;
}

.shop_tab .tab-pane::-webkit-scrollbar-track {
  background-color: #808080;
  border-radius: 10px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.shop_tab .tab-pane::-webkit-scrollbar-thumb {
  background-color: #877044;
  border-radius: 10px;
}
.shop_tab .tab-pane ol {
  margin-block-start: 0;
}


/*** Shop Location end***/

/*** BY HIDY ***/
/*** All Page Big Title ***/
.page-title {
  font-size: 50px;
  font-weight: 700;
  color: #877044;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
}

section {
  /*border-top: 2px solid #e6e6e6;*/
  margin-bottom: 100px;
}

ol.breadcrumb.updated-ver {
  font-size: 12px;
  color: #707070;
  margin: 20px 100px 80px;
}

ol.breadcrumb a {
  color: #707070;
  text-decoration: none;
}

.breadcrumb-item {
  color: #212121;
  font-size: 12px;
}

.breadcrumb-item.active {
  color: #212121;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #707070;
  /*content: var(--bs-breadcrumb-divider, ">");*/
  content: url("../images/icons/small_arrow_right.svg");
}

.col-md-12.col-xs-12.title {
  font-size: 16px;
  color: #877044;
  margin-bottom: 30px;
}

p.content-text {
  font-size: 14px;
  color: #212121;
}
.col-gap {
  margin: 5px;
}

span.bold-text {
  font-weight: 900;
}

h1.pager-header-big-title {
  font-size: 50px;
  font-weight: 900;
  color: #877044;
  margin-bottom: 0px;
}

ul.content-text-list {
  font-size: 14px;
  list-style: lower-roman;
  padding: 0px 36px;
}
ol.content-text-list {
  font-size: 14px;
  padding: 0px 36px;
}

span.underline-text {
  font-size: 14px;
  color: #212121;
  text-decoration: underline;
}

span.color-text {
  font-size: 14px;
  color: #877044;
}
p a.color-text {
  color: #877044;
}
p a:hover.color-text {
  color: #212121;
}

/*** Login Page ***/
#login a.forget_pw_font {
  font-size: 14px;
  color: #808080;
  text-decoration: underline;
}
#login span.page-sm-text {
  font-size: 14px;
  color: #212121;
}

#login span.page-sub-text {
  font-size: 16px;
  color: #212121;
}

#login .col-lg-12.login-page-content {
  width: 380px;
  margin: -30px auto 150px;
}
/*
#login input#exampleFormControlInput1 {
  border: 1px solid #808080;
  border-radius: 0px;
  margin: 10px 0px;
  padding: 13px 25px;
}
*/
#login #contact-form {
  max-width: 380px;
  margin: 0 auto;
}


#login .search_box input {
  border-radius: 0;
  border: 1px solid #808080;
  border-right: 0;
}

#login .search_box button {
  border-radius: 0;
  border: 1px solid #808080;
  border-left: 0;
  background-color: white;
  padding-right: 10px;
}

#login input#exampleCheck1 {
  border: 1px solid #808080;
  border-radius: 0px;
  width: 15px;
  height: 15px;
}
/*
#login .form-check {
  margin: 10px 10px 40px;
}*/


#login label.form-check-label {
  color: #808080;
  margin-left: 5px;
}

#login a {
  color: #212121;
  text-decoration: none;
}
#login a:hover {
  color: #877044;
}

#login a.back_link {
  color: #212121;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #212121;
  padding-bottom: 3px;
}
#login a:hover.back_link {
  color: #877044;
  border-bottom: 1px solid #877044;
}

#login label.form-check-label.checkbox-text-02 {
  float: right;
  margin-right: 10px;
}

#login label.form-check-label.checkbox-text-02 a {
  color: #808080;
  text-decoration: underline;
}
#login label.form-check-label.checkbox-text-02 a:hover {
  color: #877044;
}

#login .form-control {
  border: 1px solid #808080;
  background-color: white;
}

#login .form-control:focus {
  border: 1px solid #877044;
}

#login button.btn.btn-primary {
  border: 1px solid #877044;
  background-color: #877044;
  padding: 10px;
  border-radius: 0px;
  font-size: 14px;
  width: 100%;
}
#login button.btn.btn-primary:hover {
  border: 1px solid #877044;
  background-color: white;
  color: #877044;
}

#login button.btn.btn-back {
  border: 1px solid #877044;
  background-color: white;
  color: #877044;
  padding: 10px;
  border-radius: 0px;
  font-size: 14px;
  width: 100%;
}

#login button.btn.btn-back:hover {
  border: 1px solid #877044;
  background-color: #877044;
  color: white;
}

#login .create-account-link {
  text-align: center;
  margin: 10px auto;
}

#login a.create-account {
  font-size: 12px;
  color: #877044;
}
#login a:hover.create-account {
  color: #212529;
}

#login .confirm-form-btn {
  margin: 30px 0px;
}

#login .submit-form-btn {
  text-align: center;
}

/*** LoginPageEnd ***/

/*** Registration Page ***/
#registration p.login-page-sm-text {
  font-size: 14px;
  color: #212121;
}

#registration .col-md-12.col-xs-12.registration-form {
  max-width: 400px;
  margin: 30px auto;
}

#registration .registration-input-col {
  margin: 5px auto 15px;
  border: 1px solid #808080;
  border-radius: 0px;
}

#registration select.first-select {
  font-size: 14px;
  color: #808080;
  padding: 10px;
  border-radius: 0px;
  vertical-align: top;
  margin-top: 5px;
  background-color: transparent;
}
/*** RegistrationPageEnd ***/

/*** Contact us page ***/
#contact_us .col-lg-12.page-content {
  width: 1000px;
  margin: 0px auto;
}
#contact_us #contact-form {
  max-width: 1000px;
  margin: 0 auto;
}

#contact_us .form-group-02 {
  display: flex;
}

#contact_us .form-control-col.form-control-box {
  width: 100%;
  border: 1px solid #808080;
  margin: 0px 0px 10px;
  padding: 13px 25px;
}

#contact_us select#exampleFormControlSelect2 {
  color: #808080;
}

#contact_us .form-control.form-control-box-03 {
  border: 1px solid #808080;
  border-radius: 0px;
  margin: 10px 0px 10px 5px;
  padding: 13px 25px;
  width: 99%;
}

#contact_us .form-control.form-control-box-04 {
  border: 1px solid #808080;
  border-radius: 0px;
  margin: 10px 5px 10px 0px;
  padding: 13px 25px;
  width: 99%;
}

#contact_us .form-control-col.form-control-box-02 {
  width: 99%;
  border: 1px solid #808080;
  margin: 10px 0px;
  padding: 15px 25px;
}
/*
#contact_us textarea#msg {
  width: 100%;
  height: 150px;
  margin: 10px 0px 30px;
  border: 1px solid #808080;
  padding: 10px 25px;
}
*/
/*
#contact_us .form-check {
  padding: 10px 35px 0px;
}
*/
#contact_us input#exampleCheck1 {
  border: 1px solid #808080;
  border-radius: 0px;
  width: 15px;
  height: 15px;
}

#contact_us input#exampleCheck2 {
  border: 1px solid #808080;
  border-radius: 0px;
  width: 15px;
  height: 15px;
}

#contact_us label.form-check-label {
  color: #808080;
}

#contact_us label.form-check-label a {
  color: #212121;
  text-decoration: none;
}

#contact_us label.form-check-label a:hover {
  color: #877044;
}

#contact_us .submit-form-btn {
  margin: 50px auto 200px;
  text-align: center;
}

#contact_us button.btn.btn-primary {
  border: 1px solid #877044;
  background-color: #877044;
  border-radius: 0px;
  padding: 10px 70px;
  font-size: 18px;
}

#contact_us button.btn.btn-primary:hover {
  border: 1px solid #877044;
  background-color: white;
  color: #877044;
}

#contact_us .thank-you-page-content {
  margin: 50px auto 250px;
  font-size: 22px;
  width: 800px;
  text-align: center;
}

.glyphicon-arrow-right {
    content: url(../images/icons/slide_right.svg);
    margin-top: 7px;
}

.glyphicon-arrow-left {
    content: url(../images/icons/slide_left.svg);
    margin-top: 7px;
}
/*** Contact us end ***/

.thx_info {
  max-width: 600px; 
  margin: 0 auto; 
  font-size: 16px;
}


/*** profile ***/

.profile_menu {
  font-size: 18px;
  border-right: 1px solid #e6e6e6;
  text-transform: uppercase;
}

.profile_menu ul {
  padding-left: 0;
}

.profile_menu li {
  padding-bottom: 20px;
  list-style: none;
}

.profile_menu li a{
  color: #808080;
}

.profile_menu li a:hover, .profile_menu li a.active {
  color: #877044 !important;
}

 .profile label {
  margin-bottom: 10px;
  color: #808080;
}



a.udline {
  color: #212121;
  text-decoration: none;
  border-bottom: 1px solid #212121;
  padding-bottom: 3px;
  cursor: pointer;
}
a.udline:hover {
  color: #877044;
  border-bottom: 1px solid #877044;
}





.wishtable tr {
  border-bottom: 1px solid #877044;
}
.wishtable th {
  padding: 10px;
  color: #808080;
  font-size: 14px;
  font-weight: normal;
}
.wishtable td {
  padding: 35px 10px;
  font-size: 18px;
  color: #4D4D4D;
}


.green_dot {
  width: 10px;
  height: 10px;
  background-color: #27B93E;
  border-radius: 50%;
  display: inline-flex;
  margin: 2px 10px;
}
.red_dot {
  width: 10px;
  height: 10px;
  background-color: #D12F27;
  border-radius: 50%;
  display: inline-flex;
  margin: 2px 10px;
}
.wishtable .brand {
  font-size: 16px;
}
.wishtable .pd_name {
  font-weight: bold;
}
.wishtable .og_price {
  color: #808080;
  text-decoration: line-through;
  font-weight: bold;
}
.wishtable .sale_price {
  color: #877044;
  font-weight: bold;
}
.wishtable .add {
  color: #877044;
  cursor: pointer;
}
.wishtable .add:hover {
  color: #4D4D4D;
}
.wishtable .remove {
  cursor: pointer;
}
a.goshop {
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
}
a.goshop:hover {
  color: #877044;
}
a.goshop:hover img {
  content: url("../images/icons/small_arrow_gold.svg");
}





.mywish .dropdown-item {
    color: #877044;
    text-decoration: none;
    background-color: white;
}

.mywish .dropdown-menu li {
  border-bottom: 1px solid rgba(135, 112, 68, .5);
  margin: 5px 10px;
  text-align: center;
}

.mywish .dropdown-menu li:last-child {
    border-bottom: 0;
}

.mywish .dropdown-item.active, .dropdown-item:active, .dropdown-item.active:hover, .dropdown-item:hover {
    color: black;
    text-decoration: none;
    background-color: white;
}


.mywish .dropdown-menu {
  border: 0;
  box-shadow: -1px 0px 9px 0px rgb(0 0 0 / 53%);
  -webkit-box-shadow: -1px 0px 9px 0px rgb(0 0 0 / 53%);
  -moz-box-shadow: -1px 0px 9px 0px rgba(0,0,0,0.53);
}
  
.mywish .dropdown-toggle::after {
  border: 0;
}
  .mywish .loca_area {
    padding: 10px;
    width: 250px;
    text-align: center;
  }
  .mywish .loca_area .title{
    color: #877044;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .mywish .loca_area .info{
    color: #212121;
    font-size: 14px;
  }
  .mywish .loca_area .confirm {
    border: 1px solid #877044;
    padding: 10px 20px;
    margin-right: 5px;
    color: white;
    font-size: 12px;
    outline: none;
    background-color: #877044;
  }
  .mywish .loca_area .confirm:hover {
    border: 1px solid #877044;
    background-color: white;
    color: #877044;
  }
  .mywish .loca_area .canel {
    border: 1px solid #877044;
    padding: 10px 20px;
    margin-right: 5px;
    color: #877044;
    font-size: 12px;
    outline: none;
    background-color: white;
  }
  .mywish .loca_area .canel:hover {
    border: 1px solid #877044;
    background-color: #877044;
    color: white;
  }
  .mywish .top_arrow {
    position: absolute; 
    left: 0px; 
    transform: translate(10px, 0px);
    display: block;
    width: 1rem;
    height: .5rem;
    top: calc(-.5rem - 1px);
  }
  .mywish .top_arrow::before, .top_arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .mywish .top_arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0,0,0,.25);
  }
  .mywish .top_arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff;
  }

.profile .form-check-label {
  color: #4D4D4D !important;
}
.profile .form-check-input:disabled~.form-check-label, .profile .form-check-input[disabled]~.form-check-label {
  opacity: 1;
}

.profile {
  color: #4D4D4D;
  font-size: 14px;
}
.profile .tx-18 {
  font-size: 18px;
}
.popover-body {
  /*font-family: "Old Standard TT", serif;*/
}
/*** profile end ***/


#sitemap_m .navbar-toggler{
  margin: 20px 0;
  position: relative;
  font-size: 16px;
  padding: 0;
}
#sitemap_m .navbar-toggler:after{
  content: '';
  position: absolute;
  top: -0;
  bottom: 0;
  right: 0;
  background-image: url(../images/icons/nav_min.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 15px;
  height: 15px;
}
#sitemap_m .navbar-toggler.collapsed:after{
  background-image: url(../images/icons/nav_plus.svg);
}
  #sitemap_m .collapse {
    margin: 10px;
  }
  #sitemap_m .collapse ul{
    padding-left: 10px;
  }
  .footer_logo {
    width: 100%;
    max-width: 220px;
  }


.m_show {
  display: none;
}

.tdr_v1 {
  height: 500px;
}

 .menu-bar a {
   color: #877044 !important;
}

 .menu-bar a:hover {
   color: #212121 !important;
}


.scroll_cate {
  overflow-y: scroll;
  height: 1500px;
}

#tdr_collection .offcanvas {
  box-shadow: rgb(0 0 0 / 53%) -1px 0px 9px 0px;
}

.menu-bar .nav-item ul {
  display: none;
}

.menu-bar .nav-item:hover ul {
  display: block;
  position: absolute;
    z-index: 1000;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}



.menu-bar .dropdown-item {
    color: #877044;
    text-decoration: none;
    background-color: white;
}

.menu-bar .nav-item ul li {
  border-bottom: 1px solid rgba(135, 112, 68, .5);
  margin: 5px 10px;
  text-align: center;
}

.menu-bar .nav-item ul li:last-child {
    border-bottom: 0;
}

.menu-bar .dropdown-item.active, .dropdown-item:active, .dropdown-item.active:hover, .dropdown-item:hover {
    color: black;
    text-decoration: none;
    background-color: white;
}


.menu-bar .nav-item ul {
  border: 0;
  box-shadow: -1px 0px 9px 0px rgb(0 0 0 / 53%);
  -webkit-box-shadow: -1px 0px 9px 0px rgb(0 0 0 / 53%);
  -moz-box-shadow: -1px 0px 9px 0px rgba(0,0,0,0.53);
}
  .menu-bar .top_arrow {
    position: absolute; 
    left: 0px; 
    transform: translate(10px, 0px);
    display: block;
    width: 1rem;
    height: .5rem;
    top: calc(-.5rem - 1px);
  }
  .menu-bar .top_arrow::before, .top_arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .menu-bar .top_arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0,0,0,.25);
  }
  .menu-bar .top_arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff;
  }



/*** 20210826 ***/

  
  
.faq_nav .nav-item {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 20px;
}
.faq_nav .nav-item:last-child {
  border-bottom: 0;
}
.faq_coll {
  position: relative;
  padding: 0;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #877044;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.faq_nav ul {
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 16px;
}
.faq_coll:after {
  content: ' ';
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  background-image: url("../images/icons/nav_min_grey.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 15px;
  height: 15px;
}
.faq_coll.collapsed:after {
  background-image: url("../images/icons/nav_plus_grey.svg");
}


.cart_nav .nav-item {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 20px;
}
.cart_nav .nav-item:last-child {
  border-bottom: 0;
}
.cart_coll {
  position: relative;
  padding: 0;
  text-transform:capitalize;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.cart_nav ul {
  padding-left: 0;;
  margin-top: 10px;
  font-size: 16px;
}
.cart_coll:after {
  content: ' ';
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  background-image: url("../images/icons/qty_mins.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 15px;
  height: 15px;
}
.cart_coll.collapsed:after {
  background-image: url("../images/icons/qty_plus.svg");
}
  
/*** index promo pop ***/
  .index_popup_promo {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    color: #212121;
  }
  
  .index_popup_promo .black_layer {
    width: 100%;
    background-color: black;
    height: 100%;
    opacity: 0.5;
    z-index: 9;
  }
  .index_popup_promo .scroll_info {
    z-index: 99;
    margin: /*2%*/ auto;
    padding: 20px 40px;
    background-color: white;
    width: 94%;
    max-width: 820px;
    top: /*5%*/ 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: fit-content;
  }
  .index_popup_promo .detail_info {
    padding: 0 20px;
    width: 100%;
    height: 100%;
  }
  .index_popup_promo .close_pop {
    position: absolute;
    top: 15px;
    right: 15px;
    content: url("../images/icons/pop_close_btn.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .inx_pop_title {
    font-size: 36px;
    color: #877044;
  }
  .inx_pop_des {
    font-size: 18px;
    color: #212121;
  }
  .inx_pop_code {
    font-size: 18px;
    border: 1px solid #877044;
    width: max-content;
    margin: 0 auto;
    display: flex;
  }
  .inx_pop_code .shop_btn {
    padding: 10px 20px;
    background-color: #877044;
    color: white;
    border-left: 1px solid #877044;
  }
  .inx_pop_code .shop_btn:hover {
    background-color: white;
    color: #877044;
  }
  .inx_pop_code .code {
    padding: 10px 20px;
    color: #808080;
  }

/*** index promo end ***/


/*** my coupon ***/

.coupon_nav .nav-item {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
}
.coupon_nav .nav-item:last-child {
  border-bottom: 0;
}
a.coupon_coll {
  color: #4D4D4D !important;
}
a:hover.coupon_coll {
  color: #877044 !important;
}
.coupon_coll {
  position: relative;
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer;
}
.coupon_nav ul {
  padding-left: 0;
  margin-bottom: 20px;
}
.coupon_coll .coll-btn {
  content: url(../images/icons/sq_nav_min.svg) ;
}
.coupon_coll.collapsed .coll-btn {
  content: url(../images/icons/sq_nav_plus.svg) ;
}
.coupon_nav p {
  font-size: 14px;
  font-weight: bold;
  padding-left: 1rem;
}
.coupon_tnc {
  border-radius: 25px;
  width: 100%;
  background-color: #F2F2F2;
  color: #4D4D4D;
  padding: 20px 10px;
  position: relative;
}
.coll_close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
a.need_btn {
  display: inline-block;
  color: #808080;
  font-style: italic;
  margin: 40px 20px 20px;
  padding-bottom: 1px;
  border-bottom: 1px solid #877044;
}
a.cart_need_btn {
  display: inline-block;
  color: #877044;
  font-style: italic;
  padding-bottom: 1px;
  border-bottom: 1px solid #877044;
  font-size: 12px;
}
.coupon_type {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.coupon_type img{
  margin-top: -2px;
}
.coupon_text_1 {
  color:#808080;
}
.coupon_text_2 {
  color: #4D4D4D; 
}
.coupon_ative {
  color: #27B93E; 
}
.coupon_expired {
  color: #4D4D4D; 
}


.coupon_row {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 20px;
}/*
.coupon_row:last-child {
  border-bottom: 0;
}*/

.coupon_tab .nav-item {
  width: 50%;
}
    .coupon_tab .nav-link {
      border: 1px solid #877044;
      color: #877044;
      padding: 7px 20px;
      background-color: white;
      border-radius: 0;
      text-align: center;
      width: 100%;
      /*min-width: 150px;*/
      text-transform: none;
    }

    .coupon_tab .nav-link:hover {
      background-color: #877044;
      color: white;
    }
    
    .coupon_tab .nav-link.active {
      background-color: #877044;
      color: white;
    }


.order_text_1 {
  color:#808080;
}
.order_text_2 {
  color: #4D4D4D; 
}
.order_no_applicable {
  color: #212121; 
  font-weight:bold;
}
.order_confirm {
  color: #27B93E; 
  font-weight:bold;
}
.order_delivering {
  color: #27B93E; 
  font-weight:bold;
}
.order_complete {
  color: #877044; 
  font-weight:bold;
}
.order_status_others {
  font-weight:bold;
}

a .view_btn {
  width: 100%;
  background-color: #877044 !important;
  border: 1px solid #877044 !important;
  color: white !important;
  padding: 10px 20px;
  text-align: center;
}

a:hover .view_btn {
  background-color: white !important;
  border: 1px solid #877044 !important;
  color: #877044 !important;
}

.order_list {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.order_list:last-child {
  border-bottom: 0;
}

.order_bottom_bor {
  border-bottom: 1px solid #E6E6E6;
}

.order_p_brand {
  font-size: 12px;
  color: #4D4D4D;
}

.order_p_name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #4D4D4D;
}
.order_p_name span {
  font-weight: normal;
}

.order_p_type {
  font-size: 10px;
  color: #808080;
}

.order_p_qty {
  font-size: 12px;
  color: #4D4D4D;
}

.order_p_price {
  font-weight: 14px;
  color: #4D4D4D;
}

.order_p_org_price {
  font-weight: 14px;
  color: #808080;
  text-decoration: line-through;
}

.order_delivery {
  font-size: 18px;
  text-transform: uppercase;
}
.order_deli_type {
  font-size: 14px;
  text-transform: uppercase;
}
.order_coll {
  padding: 0;
  font-size: 14px;
  color: #4D4D4D;
  text-transform: capitalize;
  cursor: pointer;
}

.order_home_deli .order_nav {
  display: block;
}
.order_home_deli .order_nav ul {
  padding-left: 20px;
}
.order_home_deli .order_nav ul li{
  list-style: disc;
}
.order_nav ul {
  padding-left: 0;
}

.order_coll .order-coll-btn {
  content: url(../images/icons/arrow_sm_down.svg);
  margin-bottom: 2px;
  transform: rotate(180deg);
}
.order_coll.collapsed .order-coll-btn {
  transform: rotate(0deg);
}



/*** 20210831 Jewellery page***/


#jew_collection .tdr_side_btn {
  background-color: #877044;
  text-align: center;
  width: 100%;
  max-width: 130px;
  padding: 20px 10px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
#jew_collection .tdr_side_btn button {
  outline: none;
}
#jew_collection .tdr_side_btn button img {
  outline: none;
}
#jew_collection .tdr_fiter_header {
  background-color: #877044;
  padding: 20px;
  color: white;
  font-weight: bold;
  display: -webkit-inline-box;
  line-height: 30px;
}
#jew_collection .tdr_fiter_header > div {
  margin-left: 10px;
}

#jew_collection .tdr_fiter_header .apply_btn_d {
  border: 1px solid white;
  border-radius: 60px;
  padding: 5px 10px;
  color: #877044;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background-color: white;
}
#jew_collection .tdr_fiter_header .apply_btn_d:hover {
  color: white;
  background-color: unset;
  border: 1px solid white;
}

#jew_collection .tdr_fiter_header .reset_btn {
  border: 1px solid white;
  border-radius: 60px;
  padding: 5px 10px;
  color: white;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
#jew_collection .tdr_fiter_header .reset_btn:hover {
  color: #877044;
  background-color: white;
}
#jew_collection .tdr_fiter_header .reset_btn:hover img {
  content: url('../images/icons/fiter_reset_gold.png');
}
#jew_collection .tdr_fiter_header .tdr_fit_close {
  cursor: pointer;
}
#jew_collection .tdr_fiter_cate {
  margin: 0 20px;
  padding: 30px 0 30px 40px;
  color: black;
  display: block;
  border-bottom: 1px solid #808080;
}
#jew_collection .tdr_fiter_cate:last-child {
  border-bottom: 0;
}
#jew_collection .tdr_fiter_cate .cate_title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
}
#jew_collection .tdr_fiter_cate .fit_non_active {
  border: 1px solid #808080;
  border-radius: 20px;
  color: #808080;
  display: block;
  margin: 10px 0;
  background-color: unset;
  padding: 5px 10px;
  text-align: center;
  height: 38px;
  line-height: 16px;
  font-size: 14px;
}
#jew_collection .tdr_fiter_cate .fit_non_active:hover, #jew_collection .tdr_fiter_cate .fit_non_active.active {
  border: 1px solid #877044;
  color: white;
  background-color: #877044;
}/*
#jew_collection .tdr_fiter_cate .fit_active {
  border: 1px solid #be0100;
  border-radius: 60px;
  color: white;
  background-color: #be0100;
  display: block;
  margin: 10px 0;
  padding: 5px 20px;
}*/
#jew_collection .offcanvas-start {
  border-right: 0;
  width: 40px;
}
#jew_collection .offcanvas-start.show {
  border-right: 0;
  width: 380px;
}

#jew_collection .collect_brand, #jew_collection2 .collect_brand {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#jew_collection .collect_na, #jew_collection2 .collect_na {
  color: #333333;
  font-size: 14px;
  min-height: 40px;
}
#jew_collection .collect_na:hover, #jew_collection2 .collect_na:hover {
  color: #877044;
}

#jew_collection .collect_price, #jew_collection2 .collect_price {
  color: #877044;
  font-size: 14px;
  font-weight: bold;
}

#jew_collection .collect_item, #jew_collection2 .collect_item {
  position: relative;
}
#jew_collection .collect_item .collect_wish_icon, #jew_collection2 .collect_item .collect_wish_icon {
  position: absolute;
  right: 10px;
  cursor: pointer;
  z-index: 90;
}

#jew_collection .collect_item .collect_wish_icon.active, #jew_collection2 .collect_item .collect_wish_icon.active {
  content: url(../images/icons/added_wishlist_gold.svg);
}

#jew_collection .owl-carousel .owl-item img, #jew_collection2 .owl-carousel .owl-item img {
  width: 90%;
  margin: 0 auto;
}


  #jew_collection .collect_price_blk, #jew_collection2 .collect_price_blk {
    color: #212121;
    font-size: 14px;
    font-weight: bold;
  }

#jew_collection .page-link:hover {
    color: #877044;
}

  .jew_collect .wish_icon.active {
    content: url('../images/icons/added_wishlist_gold.svg');
  }


.radio_title {
  font-size: 16px;
  font-weight: bold;
}
.jew_radio {
  display : block;
  width: 100%;
}
.jew_radio > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.jew_radio > input + div{ /* DIV STYLES */
  cursor:pointer;
  background-color: #F2F2F2;
  border: 1px solid #808080;
  color: #808080;
  padding: 10px 20px;
  font-size: 16px;
}
.jew_radio:hover > input + div { /* DIV STYLES */
  background-color: #877044;
  border: 1px solid #877044;
  color: white;
}
.jew_radio > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
  background-color: #877044;
  border: 1px solid #877044;
  color: white;
}


  #jew_collection #what_u_like_slider .carousel-control-next, #jew_collection #what_u_like_slider .carousel-control-prev,
#jew_collection2 #what_u_like_slider .carousel-control-next, #jew_collection2 #what_u_like_slider .carousel-control-prev {
    opacity: 1;
  }
  #jew_collection #what_u_like_slider .carousel-control-prev-icon, #jew_collection2 #what_u_like_slider .carousel-control-prev-icon {
    background-image: url('../images/icons/slide_left.svg');
  }
  #jew_collection #what_u_like_slider .carousel-control-next-icon, #jew_collection2 #what_u_like_slider .carousel-control-next-icon {
    background-image: url('../images/icons/slide_right.svg');
  }
  #jew_collection #what_u_like_slider .carousel-control-prev, #jew_collection2 #what_u_like_slider .carousel-control-prev {
    left: -30px;
    width: auto;
    margin-top: -6rem;
  }
  #jew_collection #what_u_like_slider .carousel-control-next, #jew_collection2 #what_u_like_slider .carousel-control-next {
    right: -30px;
    width: auto;
    margin-top: -6rem;
  }



#jew_hd .breadcrumb-item {
  color: #707070;
  font-size: 12px;
}

#jew_hd .breadcrumb-item.active {
  color: #212121;
}

#jew_hd a {
  text-decoration: none;
  color: #808080;
  margin: 5px 20px;
  font-size: 12px;
}

#jew_hd .breadcrumb-item a {
  margin: 0;
}


#jew_hd a:hover {
  color: #212121;
}

#jew_hd a.active {
  text-decoration: none;
  color: #212121;
}




  .staff_popup_access, .staff_popup_access2 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    color: #212121;
  }
  
  .staff_popup_access .black_layer, .staff_popup_access2 .black_layer {
    width: 100%;
    background-color: black;
    height: 100%;
    opacity: 0.5;
    z-index: 9;
  }
  .staff_popup_access .scroll_info {
    z-index: 99;
    margin: /*2%*/ auto;
    padding: 20px 40px;
    background-color: white;
    width: 94%;
    max-width: 820px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 250px;
  }
  .staff_popup_access2 .scroll_info {
    z-index: 99;
    margin: /*2%*/ auto;
    padding: 20px 40px;
    background-color: white;
    width: 94%;
    max-width: 820px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 550px;
  }

  .staff_popup_access .detail_info, .staff_popup_access2 .detail_info {
    padding: 0 20px;
    width: 100%;
    height: 100%;
  }
  .staff_popup_access .close_pop, .staff_popup_access2 .close_pop {
    position: absolute;
    top: 15px;
    right: 15px;
    content: url("../images/icons/pop_close_btn.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
.staff_pop_code {
    font-size: 18px;
    border: 1px solid #877044;
    width: max-content;
    margin: 0 auto;
    display: flex;
}
.staff_pop_title {
    font-size: 30px;
    color: #877044;
    text-transform: uppercase;
}
.staff_pop_des {
  font-size: 14px;
  color: #212121;
}
.staff_pop_success {
  font-size: 18px;
  color: #212121;
}
.staff_pop_code input {
  border: 0;
}
.staff_pop_code input::placeholder {
  color: #808080;
}
.staff_pop_code .acs_btn {
    padding: 10px 20px;
    background-color: #877044;
    color: white;
    border: 0;
}

  .staff_pop_code .acs_btn:hover {
    background-color: white;
    color: #877044;
  }
  .staff_pop_code .code {
    padding: 10px 20px;
    color: #808080;
    border-right: 1px solid #877044;
  }

.header_search_layer {
  position: absolute; 
  width: 100%; 
  margin: 0 auto; 
  background-color: white; 
  z-index: 10;
}
.search_bar {
  width: 100%;
  padding-bottom: 3px;
  border-bottom: 1px solid #E6E6E6;
}
.search_bar input {
  width: 90%;
  border: 0;
  color: #808080;
  font-size: 20px;
}
.search_bar .search_btn {
  border: 0;
  background-color: white;
  padding: 0 5px;
  width: 5%;
}


.search_bar_m {
  width: 100%;
  padding: 5px 10px;
  display: none;
  border-radius: 10px;
  background-color: #E6E6E6;
}
.search_bar_m input {
  width: 85%;
  border: 0;
  color: #808080;
  font-size: 16px;
  background-color: inherit;
}
.search_bar_m .search_btn {
  border: 0;
  background-color: inherit;
  padding: 0 5px;
  width: 5%;
  border-left: 1px solid #808080;
}
.search_bar_m .search_btn img {
  margin-left: 10px;
}



.search_text_1 {
  font-size: 36px;
  color: #212121;
}
.search_page .collect_brand {
  font-size: 14px;
  font-weight: bold;
}
.search_page .collect_na {
  font-size: 16px;
}
.popular_text_1 {
  font-size: 14px;
  color: #4D4D4D;
}
.search_bar input.search_text_2 {
  font-size: 36px;
}
a .popular_words {
  font-size: 14px;
  color: #877044;
  padding-bottom: 2px;
  border-bottom: 1px solid #877044;
  margin: 0px 10px 5px;
  float: left;
}
a .popular_words:hover {
  color: #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
}

.share_staff_btn {
  cursor: pointer;
}



  .add_bag_pop {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    color: #212121;
  }
  
  .add_bag_pop .black_layer {
    width: 100%;
    background-color: black;
    height: 100%;
    opacity: 0.5;
    z-index: 9;
  }
  .add_bag_pop .scroll_info {
    z-index: 99;
    margin: auto;
    padding: 20px 40px;
    background-color: white;
    width: 94%;
    max-width: 820px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: fit-content;
  }
  .add_bag_pop .detail_info {
    padding: 0 20px;
    width: 100%;
    height: 100%;
  }
  .add_bag_pop .close_pop {
    position: absolute;
    top: 15px;
    right: 15px;
    content: url("../images/icons/pop_close_btn.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .wechat_pop {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    color: #212121;
  }
  
  .wechat_pop .black_layer {
    width: 100%;
    background-color: black;
    height: 100%;
    opacity: 0.5;
    z-index: 9;
  }
  .wechat_pop .scroll_info {
    z-index: 99;
    margin: auto;
    padding: 20px 20px;
    background-color: white;
    width: 96%;
    max-width: 400px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 450px;
  }
  .wechat_pop .detail_info {
    padding: 0 20px;
    width: 100%;
    height: 100%;
  }
  .wechat_pop .close_pop {
    position: absolute;
    top: 15px;
    right: 15px;
    content: url("../images/icons/pop_close_btn.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

.copy_icon {
  cursor: pointer;
  vertical-align: text-bottom;
}
.copy_icon:hover {
  content: url("../images/icons/copy_gold.svg"); 
}


/*** Cart ***/

.cart_border {
  border-bottom: 1px solid #877044;
}
.total_count {
  width: 100%;
  background-color: #EBEBEB;
}
.cart_text_1 {
  color: #808080;
  font-size: 14px;
}
.cart_text_2 {
  color: #4D4D4D;
  font-size: 14px;
}
.cart_ptx_1 {
  color: #4D4D4D;
  font-size: 16px;
}
.cart_ptx_2 {
  color: #4D4D4D;
  font-size: 18px;
}
.cart_ptx_3 {
  color: #808080;
  font-size: 12px;
}
.cart_ptx_4 {
  color: #4D4D4D;
  font-size: 14px;
}
.cart_add_wish {
  color: #877044;
  font-size: 14px;
  cursor: pointer;
}
.cart_add_wish:hover {
  color: #4D4D4D;
}
.cart_add_wish:hover img {
  filter: invert(12%) sepia(85%) saturate(4910%) hue-rotate(325deg)
    brightness(0%) contrast(120%);
}
.cart_remove_item {
  color: #4D4D4D;
  font-size: 14px;
  cursor: pointer;
}
.cart_remove_item:hover {
  color: #877044;
}
.cart_o_price {
  color: #4D4D4D;
  font-size: 18px;
}
.cart_s_price {
  color: #877044;
  font-size: 18px;
}
.cart_qty {
  border: 0;
  text-align: center;
  font-size: 16px;
  color: #4D4D4D;
}
.input-group-btn {
  display: flex;
}
.glyphicon-plus:before {
    content: url("../images/icons/qty_plus.svg");
}
.glyphicon-minus:before {
    content: url("../images/icons/qty_mins.svg");
}
.btn-number {
  padding: 0;
}
.cart_promo_code {
  border: 0;
  color: #4D4D4D;
  font-size: 14px;
  background-color: #EBEBEB;
  width: 80%;
}
.cart_promo_code::placeholder {
  color: #808080;
}
.checkout_btn {
  width: 100%;
  border: 1px solid #877044;
  color: #4D4D4D;
  padding: 10px;
  text-align: center;
  background-color: unset;
  line-height: normal;
}

.checkout_btn:hover {
  color: white;
  background-color: #877044;
}
  
.total_txt_1 {
  font-size: 18px;
  color: #877044;
  font-weight: bold;
}

a.cart_back_shop {
  font-size: 14px;
  color: #808080;
}
a:hover.cart_back_shop {
  color: #877044;
}

a:hover.cart_back_shop img{
  content: url("../images/icons/back_arrow_gold.svg");
  width: 10px;
}

.promo_apply_btn {
  font-size: 14px;
  color: #877044;
  text-align: center;
  font-style: italic;
  text-transform:capitalize;
  border: 0;
  background-color: unset;
  width: 15%;
}

#remove_allcheck {
  cursor: pointer;
}


.order_pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.more_product {
  position: absolute;
  background-color: rgba(33,33,33,0.5);
  width: 100%;
  height: 100%;
  color: white;
  font-size: 14px;
  z-index: 1;
  align-items: center;
  justify-content: center;
  display: flex;
}





.checkout_tab .nav-item {
  width: 49%;
}
    .checkout_tab .nav-link {
      border: 1px solid #877044;
      color: #877044;
      padding: 10px 15px;
      background-color: white;
      border-radius: 0;
      text-align: center;
      width: 100%;
      /*max-width: 300px;*/
      text-transform: none;
    }

    .checkout_tab .nav-link:hover {
      background-color: #877044;
      color: white;
    }

    .checkout_tab .nav-link.location:hover img{
      content: url(../images/icons/location_white.svg);
    }
    .checkout_tab .nav-link.truck:hover img{
      content: url(../images/icons/truck_white.svg);
    }
    
    .checkout_tab .nav-link.active {
      background-color: #877044;
      color: white;
    }
    .checkout_tab .nav-link.locatio.activen img{
      content: url(../images/icons/location_white.svg);
    }
    .checkout_tab .nav-link.truck.active img{
      content: url(../images/icons/truck_white.svg);
    }


.checkout_tab_1 button.btn.btn-primary {
  border: 1px solid #877044;
  background-color: #877044;
  padding: 10px;
  border-radius: 0px;
  font-size: 14px;
  width: 100%;
}
.checkout_tab_1 button.btn.btn-primary:hover {
  border: 1px solid #877044;
  background-color: white;
  color: #877044;
}


.checkout_tab_1 button.btn.btn-back {
  border: 1px solid #877044;
  background-color: white;
  color: #877044;
  padding: 10px;
  border-radius: 0px;
  font-size: 14px;
  width: 100%;
}

.checkout_tab_1 button.btn.btn-back:hover {
  border: 1px solid #877044;
  background-color: #877044;
  color: white;
}

.checkout_tab_1 .form-check-input:checked[type=radio], .checkout_address_pop .form-check-input:checked[type=radio], .pay_option .form-check-input:checked[type=radio] {
  background-color: #4D4D4D;
  border: 1px solid #4D4D4D;
}

.checkout_tab_1 .form-check-input.radio_box, .checkout_address_pop .form-check-input.radio_box, .pay_option .form-check-input.radio_box {
  border: 1px solid #4D4D4D;
  margin-left: -24px;
  margin-top: 2px;
}


.checkout_txt_1 {
  font-size: 24px;
  color: #4D4D4D;
  text-transform: uppercase;
  font-weight: bold;
}
.checkout_txt_2 {
  font-size: 14px;
  color: #4D4D4D;
}
.checkout_txt_2 a {
  color: #877044;
  font-weight: bold;
}
.checkout_txt_2 a:hover {
  color: #212121;
}
.checkout_txt_3 {
  font-size: 18px;
  color: #4D4D4D;
}
.checkout_under_txt_1 {
  font-size: 14px;
  color: #212121;
  text-decoration: underline;
}

.checkout_ptx_1 {
  color: #4D4D4D;
  font-size: 12px;
}
.checkout_ptx_2 {
  color: #4D4D4D;
  font-size: 14px;
}
.checkout_ptx_3 {
  color: #808080;
  font-size: 10px;
}
.checkout_ptx_4 {
  color: #4D4D4D;
  font-size: 12px;
}
.checkout_txt_5 {
  color: #4D4D4D;
  font-size: 14px;
}
.checkout_txt_5 span {
  font-size: 18px;
}
.checkout_price {
  color: #4D4D4D;
  font-size: 14px;
}

.gold_border_top {
  border-top: 1px solid #877044;
}

.check_promo_input {
  width: 80%;
  background-color: unset;
  border: 0;
}
.check_promo_btn {
  width: 20%;
  background-color: unset;
  border: 0;
}




  .checkout_address_pop {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    color: #212121;
  }
  
  .checkout_address_pop .black_layer {
    width: 100%;
    background-color: black;
    height: 100%;
    opacity: 0.5;
    z-index: 9;
  }
  .checkout_address_pop .scroll_info {
    z-index: 99;
    margin: 2% auto;
    padding: 20px 40px;
    background-color: white;
    width: 94%;
    max-width: 720px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: fit-content;
  }
  .checkout_address_pop .detail_info {
    padding: 0 20px;
    width: 100%;
    height: 100%;
  }
  .checkout_address_pop .close_pop {
    position: absolute;
    top: 15px;
    right: 15px;
    content: url("../images/icons/pop_close_btn.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
  }


.checkout_address_pop button.btn.btn-primary {
  border: 1px solid #877044;
  background-color: #877044;
  padding: 10px;
  border-radius: 0px;
  font-size: 14px;
  width: 100%;
}
.checkout_address_pop button.btn.btn-primary:hover {
  border: 1px solid #877044;
  background-color: white;
  color: #877044;
}


.more_address {
  cursor: pointer;
}

.cart_pay_icon {
  float: left;
  margin-right: 18px;
  margin-bottom: 10px;
}




.global_popup_msg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
  color: #212121;
}

.global_popup_msg .black_layer {
  width: 100%;
  background-color: black;
  height: 100%;
  opacity: 0.5;
  z-index: 9;
}
.global_popup_msg .scroll_info {
  z-index: 99;
  margin: auto;
  padding: 20px 40px;
  background-color: white;
  width: 94%;
  max-width: 820px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: fit-content;
}
.global_popup_msg .detail_info {
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
.global_popup_msg .close_pop {
  position: absolute;
  top: 15px;
  right: 15px;
  content: url("../images/icons/pop_close_btn.png");
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.head_w {
  display: block;
}
.head_m {
  display: none;
}

.gc-display-area .gc-icon-next, .gc-display-area .gc-icon-prev {
 display: none !important;
}
.gc-display-area {
  border: 0px !important;
  padding: 0px !important;
}
.glass-case ul li {
  border: 0px !important;
}
.glass-case ul li.gc-active {
  border: 2px solid #BE0100 !important;
}

.jew_collect .glass-case ul li.gc-active {
  border: 2px solid #877044 !important;
}

.glass-case {
  z-index: 98;
}

.tx-mandatory {
  font-size: 12px;
  color: #808080;
}


.btn_scoll_booking {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  border: 1px solid #212121;
  padding: 5px 20px;
  background-color: #212121;
  width: 350px;
  margin: 3px;
}
.btn_scoll_booking:hover {
  border: 1px solid #BE0100;
  background-color: #BE0100;
}