.bg-01 {
  background: #676767;
}
.bg-02 {
  background-color: #111417;
}
.bg-03 {
  background-image: linear-gradient(180deg, #dac597 30%, #a89265 100%);
}
.bg-04 {
  background-image: linear-gradient(180deg, #a57a34 30%, #934d05 100%);
}
a:hover {
  text-decoration: none !important;
}
.color-01 {
  color: #f1e3af;
}
.color-01:hover {
  color: #f1e3af;
}
.color-02 {
  color: #ceb178;
}
.color-02:hover {
  color: #ceb178;
}
.color-03 {
  color: #d4c7aa;
}
.color-03:hover {
  color: #d4c7aa;
}
.f-b {
  font-weight: bolder;
}
.dropdown-toggle::after {
  display: none !important;
}
.l-32 {
  line-height: 32px;
}
.f-12 {
  font-size: 12px;
}
.f-13 {
  font-size: 13px;
}
.f-14 {
  font-size: 14px;
}
.f-15 {
  font-size: 15px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-27 {
  font-size: 27px;
}
figure {
  margin-bottom: 0 !important;
}
.social-icon {
  padding: 5px 3px;
}
.social-icon a {
  color: #f1e3af;
  padding-right: 10px;
}
.join {
  padding: 5px 3px;
}
.join a {
  color: #f1e3af;
  padding-left: 10px;
}
.logo img:hover {
  transition-duration: 2s;
  opacity: 0.5;
}
.nav-link-01 {
  display: block;
  padding: 0.5rem 4rem;
  font-size: 18px;
}
.dropdown {
  position: relative;
}
.dropdown:hover::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.dropdown::after {
  content: '';
  position: absolute;
  left: 0%;
  width: 100%;
  bottom: 1px;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -khtml-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.notice {
  display: flex;
  align-items: center;
  height: 100%;
}
.a-center {
  display: flex;
  align-items: center;
  height: 100%;
}
.f-end {
  justify-content: flex-end;
}
.cart-bg {
  background: url('../img/top_cart.png') no-repeat center -4px;
  min-height: 45px;
  width: 70px;
  display: inline-block;
  position: relative;
}
.cart-bg span {
  position: absolute;
  left: 35px;
  top: 8px;
  font-size: 13px;
  font-weight: bold;
  color: #d4c7aa;
}
.dropdown-menu {
  border-radius: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  min-width: 100% !important;
  background-color: rgba(0,  0,  0, 0.63);
}
.dropdown-menu .dropdown-item {
  color: #FFF;
  border-bottom: 1px dotted #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-menu .dropdown-item:hover {
  background-color: transparent !important;
}
.dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
}
.dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}
.sticky-wrapper {
  position: relative;
  z-index: 5555;
}
.bg-fixed {
  min-height: 400px;
  background: url('../img/banner_scroll_background.jpg') no-repeat center center;
  background-attachment: fixed;
}
.bg-fixed .container h2 {
  padding-top: 80px;
}
.bg-fixed .container h3 {
  font-weight: bolder;
}
.bg-fixed .container p a {
  text-align: center;
  padding: 10px 80px;
  background-image: linear-gradient(45deg, #646464 0%, #000 100%);
  color: #fff;
  border-radius: 0px;
  border: 0px solid #dcdcdc;
}
.bx-wrapper {
  border: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.s-product {
  width: 220px !important;
}
.s-product figure {
  position: relative;
}
.s-product figure img{
  width: 100% !important;
  height: auto !important;
}
.s-product figure figcaption {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  background-color: #00000040;
}
.s-product figure figcaption .nbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.s-product figure figcaption .nbox a {
  color: #FFF;
  font-size: 13px;
}
.p-box figure {
  position: relative;
}
.p-box figure img{
	width: 100% !important;
	height: auto !important;
}
.p-box figure figcaption {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-box figure figcaption .cbox {
  padding: 25px;
  height: 100%;
}
.p-box figure figcaption .cbox .box {
  border: 1px solid #fff;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.p-box figure figcaption .cbox .box a {
  display: contents;
  width: 100%;
  margin: 0 4px;
  color: #FFF;
  font-size: 12px;
}
.p-box figure figcaption .cbox .box a i{
	font-size: 20px;
	margin-top:15px;
	margin-left:5px;
	margin-right: 5px;
}
.p-box figure figcaption .cbox .box button {
  display: contents;
  width: 100%;
  margin: 0 4px;
  color: #FFF;
  font-size: 12px;
}
.p-box figure figcaption .cbox .box button i{
	font-size: 20px;
	margin-top:15px;
	margin-left:5px;
	margin-right: 5px;
}
.recommend {
  padding: 40px 0;
}
.title {
  text-align: center;
}
.title .line {
  margin: 0 auto;
  width: 30px;
  border-top: 3px solid #353535;
}
.title p {
  font-size: 14px;
  padding: 10px 0;
}
.sd {
  background: url('../img/sd.jpg') no-repeat center center;
  background-size: cover;
  min-height: 700px;
}
.sd .container .text-right p a {
  width: 300px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 40px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  border: 2px solid #dcdcdc;
  letter-spacing: 1px;
  display: inline-block;
}
.sd .container .text-right p a:hover {
  background-color: #000;
}
.product-list {
  padding: 50px 0;
}
.footer-list {
  background-color: #15181d;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-list .row .col h5 {
  color: #dac597;
  font-weight: bold;
  font-size: 17px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  padding-bottom: 15px;
}
.footer-list .row .col p {
  font-size: 12px;
  color: #dac597;
  line-height: 1.8em;
  margin-bottom: 0;
}
.footer-list .row .col p a {
  font-size: 12px;
  color: #dac597;
  line-height: 1.8em;
  margin-bottom: 0;
}
.f-txt {
  padding: 10px 0;
  background-color: #676767;
}
.f-txt p {
  font-size: 11px;
  line-height: 20px;
  color: #b9b9b9;
  margin: 0 auto;
  text-align: center;
}
.f-txt p a {
  color: #b9b9b9;
  display: inline-block;
  padding: 3px;
}
.f-txt p a:hover {
  background-color: #000;
  color: #FFF;
}
.join_box{
	color: #000;
    width: 500px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 600px;
    text-align: center;
    line-height: 35px;
    display: flex;
}
.join_box .de{
	position: relative;
    float: left;
    width: 320px;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 400px;
    text-align: center;
    line-height: 35px;
}
.join_box .black{
	position: relative;
    float: left;
    width: 170px;
    margin-left: 10px;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 600px;
    font-family: 'Roboto',sans-serif;
    text-align: center;
    line-height: 35px;
}
.xd figure{
	position: relative;
}
.xd figure figcaption{
	display: none;
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.dropdown-user{
	z-index: 9999 !important;
	background-color: #000 !important;
	width: 150px !important;
	left: -40px !important;
	padding:0px;
}
.dropdown-item-user{
	display: block;
	color:#FFF;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted rgba(128, 128, 128, 0.78);
	padding:8px;
}
.dropdown-item-user:hover{
	color:#ceb178;
}
legend{
	display: none !important;
}
body{
	overflow-x: hidden;
}
.color-011{
	color:#ffdd00;
	font-size: 18px;
}