h1,h2,h3,h4,h5,h6,p,a,div {
	font-family: "Courier New", "新細明體";
	color: #755D54;
}
body{
    font-family: "Courier New", "新細明體";
    background-color: #fff;
}
p,body{
    font-size: 16px;
}
img{
    max-width: 100%;
}
a:focus, a:hover {
    color: #ad9389;
}
input[type='text']:-webkit-autofill,input[type='password']:-webkit-autofill {
    -webkit-text-fill-color: #755D54;
    box-shadow: 0 0 0px 50px #faf4f0 inset !important;
}
.logo_text{
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	padding: 8px 15px;
    line-height: 32px;
	//text-shadow:2px 2px 2px #000;
}
.logo_text img{
    height: 42px;
    float: left;
    margin-top: -4px;
    margin-right: 6px;
}
.navbar-inverse .navbar-brand {
    color: #6c6c6c;
}
.navbar-inverse {
    background-color: #F3E4D9;
    border-bottom: 4px solid #F3E4D9;
    padding: 19px;
    //background: rgb(53,68,104);
    //background: -moz-linear-gradient(top, rgba(53,68,104,1) 0%, rgba(68,105,136,1) 100%);
    //background: -webkit-linear-gradient(top, rgba(53,68,104,1) 0%,rgba(68,105,136,1) 100%);
    //background: linear-gradient(to bottom, rgba(53,68,104,1) 0%,rgba(68,105,136,1) 100%);
    //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#354468', endColorstr='#446988',GradientType=0 );
}
.navbar-inverse .navbar-nav>li>a {
    color: #9D8D83;
    font-size: 18px;
    padding: 30px 6px 20px;
    margin: 0px 10px 14px;
}
.box_w{
	background: #FFF;
	//border-radius: 15px;
	//background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 5%);
	//border: 3px solid #FFF;
	padding: 40px 40px 0px;
	//margin-top: 50px;
}
.header_img{
	background: url(../img/1920.jpg) no-repeat center top;
	text-align: center;
}
.red_img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.bg-header{
	color: #755D54;
    //font-weight: bold;
    line-height: 22px;
    font-size: 22px;
    //background-color: #F42C04;
    padding: 2px 15px;
    border-radius: 0px;
    position: relative;
    text-align: center;
    border-right: 1px solid #755D54;
    border-left: 1px solid #755D54;
    display: inline-block;
    margin: 0px 0px 80px;
}
.bg-header small{
	color: #fff;
	background: #F3E4D9;
	font-size: 0px;
	width: 8px;
	height: 24px;
	vertical-align: super;
	position: absolute;
	left: 0;
	bottom: 9px;
	display: none;
}
.bg-h4{
	color: #2d4c78;
	font-weight: bold;
}
.line_mo{
	background-color: #446988;
    height: 5px;
    display: block;
    margin: 20px 0px;
    margin-left: -53px;
    margin-right: -53px;
    border-top: 2px solid #234867;
    display: none;
}
.news_text{
   color: #b22828;
   font-weight: bold;
   font-size: 20px;
   //height: 74px;
}
footer{
	//background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
	background-color: #F3E4D9;
    padding: 10px 0px;
	//border-top: 1px solid #fff;
	margin: 30px -15px 10px;
}
footer p,footer a{
	color: #755D54;
    font-size: 20px;
}  
.border-img{
  // border-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(22,121,160,1) 100%) 1 1 stretch;
}
.footer_link{
    text-align: right;
}
.footer_link a{
	margin: 0px 10px;
}
.footer_link a:hover{
	color: #154f8b;
	text-decoration: none;
}
.a_img{
	width:100%;
	margin-bottom:15px;
}
.a_ul {
	color: #ff6600;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: bold;
}
.bg-h2 {
    color: #146e96;
    font-size: 24px;
    margin-top: 10px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3),-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.more_img{
	display:none;
}
.rwd-img{
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.rwd-img img{
    position: absolute;
    max-width: 100%;
}
.text_p{
   height: 68px;
   font-size: 16px;
}
.navbar-inverse .navbar-toggle {
    border-color: #d1b29b;
    background-color: #d1b29b;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color:#d1b29b;
}
a:focus, a:hover {
	text-decoration: none;    
}
.btn-success:hover,.btn-primary:hover {
    color: #fff;
    background-color: #ff5f40;
    border-color: #ff5f40;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #ff5f40;
    border-color: #ff5f40;
}
.btn-success,.btn-primary {
    color: #fff;
    background-color: #ff8340;
    border-color: #ff8340;
}
.footer_box{
    background-color: #F3E4D9;
    padding: 10px 0px 30px;
}
header.carousel {
    height: 100%;
}
.news_box {
    width: 33%;
    float: left;
	padding:10px;
}
.news_box a{
    display:block;
	border: 1px solid #dadada;
    padding: 20px 10px;
}
.no_mod{
	display:none;
}
.c_dl{
	font-size: 18px;
	font-weight: bold;
	color: #F90;
}
.h2_text a{
	font-size: 22px;
    color: #9D8D83;
    font-weight: 100;
}
.h4_text{
	font-size: 14px;
    color: #755D54;
    font-weight: 100;
    padding: 4px 20px;
    position: relative;
}
.p_text{
    font-size: 16px;
	margin: 60px 0px 50px;

}
.sort_box{
    margin-bottom: 20px;
}
.sort_box .owl-item{
    background-color: #609dd5;
	border-radius: 8px;
	padding: 5px;
	font-size: 20px;
}
.sort_box .owl-item button{
	color: #fff;
	background-color: rgb(0 0 0 / 0%);
	border: 0px none #FFF;
}
.sort_box .owl-carousel .nav-button{
    margin: 0px;
	top: 7px !important;
	height: 25px;
    width: 25px;
	line-height: 20px;
}
.sort_box .owl-carousel .owl-prev {
    left: -30px;
}
.sort_box .owl-carousel .owl-next {
    right: -30px;
}
.member_box .panel {
    margin-bottom: 10px;
    background-color: rgb(243 228 217 / 0%);
    //box-shadow: 0px 10px 10px rgb(0 0 0 / 30%);
    border: 2px solid rgb(243 228 217 / 0%);
    color: #755D54;
	margin: 0px 0px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
}
.car_box .panel {
    background-color: rgb(243 228 217 / 0%);
    border: 2px solid #f3e4d9;
    color: #755D54;
	margin: 10px 0px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    padding: 20px;
}
.car_box .table select{
    height: 29px;
}
.buy_box{
	margin-top: 35px;
	border-top: 0px solid #dedede;
	padding-top: 20px;
    margin-bottom: 30px;
}
.buy_box:after{
    content:"";
	clear: both;
	display: block;
}
.buy_box h4 strong{
    color: #b11e22;
    font-size: 24px;
    font-weight: 500;
}
.buy_box .numbers-row-news {
    border: 1px solid #ebebeb;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    padding: 3px 10px;
}
.buy_box .addtocart2 {
    background: #F3E0D5 none repeat scroll 0 0;
    border-radius: 8px;
    color: #755D54;
    float: left;
    font-size: 14px;
    font-weight: 100;
    margin: 11px auto auto;
    padding: 10px 60px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.buy_box .addtocart3{

    background: rgb(253, 186, 2) none repeat scroll 0 0;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 11px 10px auto;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

}

.link_box_02{
	padding:15px 0px;
}
.link_box_02 .fb_iframe_widget{
    vertical-align: middle !important;
}
.link_box_02 .line-it-button {
    vertical-align: middle !important;
}
.link_box_02 .btn {
    height: 20px;
    vertical-align: bottom;
    font-size: 12px;
    padding: 0px;
    width: 50px;
    margin: 5px 0px 0px;
    color: #fff;
    background-color: #666;
}
.search_box{
	position:relative;
	height:60px;
}
.search_box #search{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 500px;
    margin: auto;
    left: 0px;
}
.search_box #search input,#search button{
	height:40px
}
.search_box .sidebar-search .btn-default {
    color: #fff;
    background-color: #609dd5;
    border-color: #609dd5;
}
.search_box .form-control {
    border: 1px solid #609dd5;
}
.footer_link_02{
    list-style: none;
	margin-top: 8px;
    margin-bottom: 8px;
}
.footer_link_02>li {
    display: inline-block;
}
.bk_bt{

}
.commodity.c_bg{
    background: url(../img/new_s2.png) no-repeat right 48px/auto;
    padding: 50px 78px 65px;
}
.commodity.s_bg{
    //background: url(../img/categories_s.png) no-repeat top left/auto;
    padding: 50px 64px 100px;
}
.commodity h4 a{
    color: #755D54;
    font-size: 21px;
    margin-top: 24px;
    display: inline-block;
	font-weight: 500;
	position: relative;
	padding-bottom: 12px;
}
.commodity h4 a:hover::after {
    content:"";
	display: block;
	position: absolute;
	bottom: 0px;
	background-color: #666;
	width: 70px;
	height: 2px;
}
.line_link{
    position: fixed;
    top: 165px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    right: 24px;
	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
    display: none;
}
.line_link a{
    color: #00c300;
	font-size: 24px;   
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0bf;
}
.list-group-item.act {
    color: #fff;
    background-color: #0bf;
}
.custom_box .col-md-3,.custom_box .col-md-9 {
    width: 100%;
}
.custom_box .list-group {
    font-size: 0px;
}
.custom_box .list-group .list-group-item {
    display: inline-block;
	font-size: 14px;
}
.custom_box .list-group .list-group-item {
    margin-bottom: 0;
    margin-left:-4px;
    margin-right: 0;
}
.custom_box .list-group .list-group-item:first-child {
    border-top-right-radius:0;
    border-bottom-left-radius:4px;
}
.custom_box .list-group .list-group-item:last-child {
    border-top-right-radius:4px;
    border-bottom-left-radius:0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #f3e4d9;
    border-color: #f3e4d9;
}
.pagination>li>a, .pagination>li>span {
    color: #4e4e4e;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #7C6B6A;
    border-bottom: 1px solid #7C6B6A;
    //padding: 30px 6px 20px;
    margin: 0px 10px 14px;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #6c6c6c;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #755d54;
    background-color: rgb(255 255 255 / 0%);
}
.dropdown-menu>li>a{
   font-size: 18px;
   padding: 15px 10px;
   color: #9D8D83;
   position: relative;
}
.img-portfolio {
   margin-bottom: 30px;
   background-color: rgb(237 237 237 / 0%);
   border-right: 4px solid #FFF;
   border-left: 4px solid #FFF;
   text-align: left;
}

/*20211021-add*/
.nav-tabs {
    //border-bottom: 1px solid #0bf;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #0bf;
    border: 1px solid #0bf;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
.nav-tabs > li > a:hover {
    color: #313131;
}
.list-group.dl_list .list-group-item {
    padding: 25px 15px;
}
.panel-group {
    margin-top: 10px;
}
.img_bg_box {
    //background-color: #0bf;
    padding: 0px 0px 20px;
    text-align: center;
}
.img_bg_box h3,.img_bg_box p{
    color: #6c6c6c;
}
.honor_box .rwd-img {
    padding-bottom: 60%;
}
.logo_img{
   display: inline-block;
   width: 180px;
}
.img-hover:hover {
    opacity: 0.8;
}
.news_td {
    font-size: 20px;
    padding: 15px 0px;
    border-bottom: 2px solid #999;
}
.news_td .dl_bt {
    float: right;
    height: 26px;
    padding: 1px 25px;
    margin-left: 15px;
}
.gallery-item-wrapper {
    padding-bottom: 25px;
}
.gallery-item {
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}
.flush .gallery-item {
    border-radius: 0;
}
.gallery-item .gallery-thumb {
    position: relative;
    overflow: hidden;
}

.gallery-item .gallery-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb img {
    transform: scale(1.1);
}

.gallery-item .gallery-thumb .image-overlay {
    background-color: #3f6572;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.gallery-item .gallery-thumb .gallery-zoom, .gallery-item .gallery-thumb .gallery-link {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #00bbff;
    display: none;
    line-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    padding-top: 2px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 2px;
}

.gallery-item .gallery-thumb .gallery-zoom:hover, .gallery-item .gallery-thumb .gallery-link:hover {
    background-color: #1093c3;
    color: #ffffff;
}

.gallery-item .gallery-thumb .gallery-zoom:focus, .gallery-item .gallery-thumb .gallery-link:focus {
	outline: none;
}

.gallery-item .gallery-thumb .gallery-link {
    right: 0;
    margin-right: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item .gallery-thumb .gallery-zoom {
    left: 0;
    margin-left: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .gallery-zoom {
    display: block;
    left: 50%;
    margin-left: -48px;
}

.gallery-item:hover .gallery-thumb .gallery-link {
    display: block;
    right: 50%;
    margin-right: -48px;
}

.gallery-item .gallery-details {
    text-align: center;
    padding-top: 10px;
    background-color: #fff;
    border: 2px solid #ecf0f1;
    border-top: 0;
    overflow: hidden;
}

.gallery-item .gallery-details h5 {
    margin: 0;
    font-size: 1.5em;
    font-weight: 700;
    position: relative;
}

.gallery-item .gallery-details p {
    font-size: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gallery-item .gallery-thumb {
    padding-bottom: 75%;
}
.gallery-item .gallery-thumb img{
    position: absolute;
	max-width: 100%;
}
.gallery-item:hover .gallery-thumb .gallery-link{
    right: 56%;
}
.act_box .img-portfolio {
    margin-bottom: 20px;
    padding-bottom: 24.5%;
    overflow: hidden;
    position: relative;
}
.act_box .img-portfolio img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}
.act_box .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.act_bt {
    cursor: pointer;
    padding-left: 15px;
}
.act_bt .glyphicon{
    color: #00bbff;
}
.act_bt span+span{
    color: #fff;
    background-color: #88A2AA;
    border-color: #88A2AA;
    padding: 2px 15px;
}
.new_line li {
    border-bottom: 1px double #CCC;
    list-style: none;
}
.new_line a {
    font-size: 20px;
    color: #2b2b2b;
    width: 78%;
    display: block;
    float: left;
    margin: 12px 0px;
}
.new_line a:hover {
	color: #777;
	text-decoration: none;
}
.new_line li::after {
    content: "";
    clear: both;
    display: block;
}
.one_bt,.custom_box .col-md-3{
    display: none!important;
}
.dropdown{
    text-align: center;
}
.dropdown-menu li{
    text-align: center;
}
.quick_links .btnblock a, .quick_links.shop .btnblock a {
    width: 100%;
    background: #3f78ad;
    color: #fff;
}
/*nae_add*/
.carousel_text{
    font-size: 30px;
    color: #755D54;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    height: 44px;
    width: 80%;
    text-align: center;
    display: none;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #7C6B6A;
    border-bottom: 1px solid #7C6B6A;
    padding: 14px 6px;
    margin: 0px 10px 14px;
    background-color: rgb(8 8 8 / 0%);
}
.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 8px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #F3E0D5;
    border-radius: 0px;
    margin-left: 14px;
}
.carousel-indicators .active {
    width: 18px;
    height: 8px;
    margin: 0;
    background-color: #F3E0D5;
    margin-left: 14px;
}
.carousel-control.left{
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.right{
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.box_c{
    background-color: #f3e4d9;
    padding: 25px 0px 5px;
    text-align: center;
    margin-bottom: 100px;
}
.box_c h2{
    //font-family: "Courier New", "標楷體";
    font-size: 21px;
    padding-bottom: 30px;
}
.link_bt{
    background-color: rgb(255 255 255 / 0%);
    padding: 0px 10px;
    position: relative;
    width: 52px;
}
.btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 0%);
}
.link_above form{
    display: inline-block;
    height: 23px;
} 
.link_above .top_search input{
    background-color: #f3e4d9;
    border: 0px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    width: 110px;
    border-bottom: 2px solid #fff;
    float: right;
    color: #fff;
    font-size: 20px;
    padding: 0px;
    height: 35px;
    border-radius: 0px;
}
.link_above .quantity{
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #755d54;
    width: 18px;
    height: 18px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 18px;
    right: -5px;
}
.top_search {

}
.top_search .search_bt{
   float: left;
   margin-top: -9px;
}
.ppt_box{
    position: fixed;
    background-color: #fff;
    padding: 30px 50px;
    z-index: 1000;
    text-align: left;
    width: 340px;
    display: none;
    color: #755d54;
    right: 0px;
    top: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 0px;
}
body[style*="40px"] .ppt_box{
    top: 140px;
}
.ppt_box h3{
   color: #755d54;
   margin: 0px 0px 40px;
   font-size: 16px;
}
.ppt_box .div_box{
   margin-bottom: 28px;
}
.ppt_box .div_box .sp_box{
   width: 150px;
   display: inline-block;
   margin-left: 10px;
   padding: 5px 0px;
}
.ppt_box .div_box .sp_box h4{
   padding: 0px 0px 28px 0px;
   margin: 0;
   font-size: 14px;
   text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ppt_box .div_box img{
   border: 0px solid #755D54;
   width: 88px;
   height: 88px;
   vertical-align: top;
}
.ppt_box .checkout_box{

}
.ppt_box .checkout_box .checkout_bt{
   background-color: #f3e4d9;
   text-align: center;
   font-size: 18px;
   padding: 5px;
}
.none_mod{
   display: none !important;
}
.new_text{
	position: absolute;
    background-color: rgb(255 255 255 / 63%);
    top: 20px;
    right: 0px;
    z-index: 10;
    padding: 5px 0px;
    font-size: 14px;
    width: 85px;
    text-align: center;
    color: #755D54;
    font-style: italic;
}
.sold_out{
	position: absolute;
    background-color: rgb(255 255 255 / 63%);
    top: 100px;
    right: 0px;
    z-index: 10;
    padding: 5px 0px;
    font-size: 14px;
    width: 85px;
    text-align: center;
    color: #755D54;
    font-style: italic;
}
.on_sale{
	position: absolute;
    background-color: rgb(255 255 255 / 63%);
    top: 60px;
    right: 0px;
    z-index: 10;
    padding: 5px 0px;
    font-size: 14px;
    width: 85px;
    text-align: center;
    color: #755D54;
    font-style: italic;
}
.text_box{
    border: 1px solid #F3E4D9;
    padding: 50px;
    border-radius: 5px;
	position: relative;
	min-height: 255px;
}
.text_box:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 64px;
    right: -15px;
    background-color: #f3e4d9;
    width: 30px;
    height: 126px;
}
.all_link_box{
    text-align: center;
    padding: 40px 0px;
}
.all_link_box ul{
   list-style: none;
   margin-top: 8px;
   margin-bottom: 8px;
   padding: 0px;
}
.all_link_box ul>li{
   display: inline-block;
   text-align: center;
   font-size: 20px;
   margin: 0px 35px;
}
.all_link_box ul>li i{
   font-size: 62px;
   background-color: #f3e4d9;
   padding: 6px 10px;
   color: #fff;
   margin-bottom: 20px;
}
.foot_logo{
	border-right: 1px solid #755D54;
	color: #755D54;
    font-size: 20px;
}
.foot_logo img{
	margin-bottom: 22px;
    width: 70%;
    margin-top: 12px;
}
header.carousel {
    display: none;
}
.car_icon{
    position: absolute;
    z-index: 10;
    bottom: 15px;
    left: 20px;
    width: 32px;
    height: 32px;
}
.internal .img-portfolio:nth-of-type(4n+1):before{
    content: "";
    display: block;
    position: absolute;
    background-color: #f3e4d9;
    width: 24px;
    height: 75px;
    top: 0px;
    left: -20px;
}
.member_box .bg-header{
    margin: 0px;
}
.box_o{
    background: #f3e4d9;
    padding: 0px 40px 0px;
}
.box_o_outside{
    background: #f3e4d9;
}
.panel-default>.panel-heading {
    color: #9d8d83;
    background-color: rgb(243 228 217 / 0%);
    border-color: rgb(243 228 217 / 0%);
    padding: 10px 0px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #755D54;
 }
.member_box .panel-title {
    display: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #755D54;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eacfc7;
    border-radius: 5px;
}
.btn-default {
    color: #755D54;
    background-color: #fff;
    border: 1px solid #eacfc7;
    border-radius: 8px;
    font-size: 18px;
    padding: 4px 35px;
}
.btn-default.no_bt{
    background-color: rgb(255 255 255 / 0%) !important;
    border: 0px solid #eacfc7;
    float: left;
    padding: 8px 0px;
    font-size: 14px;
}
.sign_bt{
    width: 100%;
    text-align: left;
    padding: 4px 12px;
    border: 0px solid #f3e4d9;
    font-size: 14px;
}
.sign_bt i{
    color: #f3e4d9;
    vertical-align: middle;
}
.log_in{
   //background: url(../img/sign_gb.jpg) no-repeat center center/cover;
   padding: 40px;
}
.sign_gb{
   padding: 40px;
   //background-color: rgb(255 255 255 / 50%);
}
.sign_gb .form-control{
   border: 0px solid #eacfc7;
}
.sign_gb .form-control:focus{
   outline: 1px solid #eacfc7;
   box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%), 0 0 8px rgb(102 175 233 / 0%);
}
.log_in_no{
   background: url(../img/flower.png) no-repeat bottom right/26%;
   padding: 40px;
}
.log_in_no .sign_gb{
   padding: 40px;
   background-color: rgb(255 255 255 / 0%);
}
.pay_h4{
	color: #9D8D83;
    margin-bottom: 35px;
    font-size: 18px;
    padding: 15px 0px 0px;
    font-weight: 100;
}
.h4_text:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #f3e4d9;
    width: 10px;
    height: 20px;
    top: 0px;
    left: 0px;
}
.shape{
	font-size: 16px;
    color: #755D54;
	margin-bottom: 24px;
}
.shape .form-control{
	width: 200px;
    display: inline-block;
    //vertical-align: middle;
    margin-left: 50px;
    font-size: 14px;
    border: 2px solid #eacfc7;
    padding: 0px 12px;
    height: 30px;
}
.quantity{
	font-size: 16px;
    color: #755D54;
	margin-bottom: 24px;
}
.quantity .btn-group{
	//vertical-align: middle;
    margin-left: 50px;
    font-size: 24px;
}
.quantity .btn-group button{
	font-size: 24px;
    padding: 3px 26px;
    color: #755D54;
    height: 30px;
    line-height: 21px;
}
.quantity .quantity_nb{
	display: inline-block;
    margin-left: 15px;
}
.date{
	font-size: 16px;
    color: #755D54;
	margin-bottom: 24px;
}
.date input{
	width: 150px;
    display: inline-block;
    //vertical-align: middle;
    margin-left: 50px;
    font-size: 14px;
    border: 2px solid #eacfc7;
    border-radius: 8px;
    padding: 2px 10px;
    color: #755D54;
}
.transport{
	font-size: 24px;
    color: #755D54;
	margin-bottom: 24px;
}
.transport .bt_g{
	vertical-align: middle;
    margin-left: 50px;
    font-size: 24px;
	display: inline-block;
}
.transport .bt_g button{
	padding: 3px 20px;
    font-size: 24px;
}
.period{
	font-size: 16px;
    color: #755D54;
	margin-bottom: 24px;
    font-style: normal;
}
.period .form-control{
	width: 200px;
    display: inline-block;
    //vertical-align: middle;
    margin-left: 50px;
    font-size: 14px;
    border: 2px solid #eacfc7;
    height: 30px;
    padding: 0px 12px;
}
.btn-default:hover,.btn-default.focus, .btn-default:focus,.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default,.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #F3E0D5;
    border-color: #F3E0D5;
}
.buy_box .addtocart4 {
    background: rgb(177 30 34 / 0%) none repeat scroll 0 0;
    border-radius: 8px;
    color: #755D54;
    float: left;
    font-size: 14px;
    font-weight: 100;
    margin: 11px auto auto;
    padding: 8px 35px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #F3E0D5;
    margin-left: -10px;
}
.addon_box{
	margin: 40px 0px 70px;
}
.addon_box .panel-default>.panel-heading {
    color: #755D54;
    background-color: #f3e4d9;
    border-color: #f3e4d9;
    padding: 10px 0px;
    text-align: center;
}
.addon_box .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #f3e4d9;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
}
.addon_box h4{
	padding: 0px;
    text-align: center;
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 0px;
   /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}
.addon_box h4.price{
	padding: 0px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.addon_box .add{
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.addon_box input{
	border: 0px;
    text-align: center;
    font-size: 14px;
}
.addon_box .btn-default {
    color: #755D54;
    background-color: #fff;
    border: 0px solid #eacfc7;
    border-radius: 8px;
    font-size: 25px;
    padding: 6px 0px;
}
.addon_box .addtocart5 {
    background: #F3E0D5 none repeat scroll 0 0;
    color: #755D54;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: -30px; 
    margin-right: -30px;
    display: block;
}
.mod_add .addtocart6 {
    background: #F3E0D5 none repeat scroll 0 0;
    border-radius: 8px;
    color: #755D54;
    font-size: 14px;
    font-weight: 100;
    margin: 15px 0px 0px 10px;
    padding: 5px 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 150px;
    display: block;
    float: right;
}
.ico_gb{
	background: url(../img/icon_01.png) no-repeat -1px -3px/100%;
    border-right: 0px solid #755D54;
    border-left: 0px solid #755D54;
    padding: 2px 15px 20px;
    font-size: 18px;
    font-style: italic;
}
.s_mod .bg-header{
	font-size: 16px;
    line-height: 16px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #7C6B6A;
    text-decoration: none;
    background-color: rgb(243 228 217);
    border-bottom: 1px solid #7C6B6A;
    display: inline-block;
    padding-bottom: 14px;
}
.mod_add{
	display: flex;
    align-items: flex-start;
    margin: 150px 0px;
}
.mod_add .bg-header{
    margin: 0px;
    float: right;
    font-size: 20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #f3e4d9;
}
.list-group-item {
    border: 1px solid #f3e4d9;
}
.form-control.s_mod{
    display: inline-block;
    width: 15%;
    border: 2px solid #eacfc7;
    vertical-align: middle;
}
.rwd-img img.out {
   opacity: 0.6;
}
.owl_mod04.owl-theme .owl-dots,.owl_mod04.owl-theme .owl-nav{
   bottom: -20px;
}
.owl_mod04.owl-theme .owl-dots .owl-dot span {
    width: 26px;
    border-radius: 50px;
    height: 26px;
    color: #8c6251;
    line-height: 26px;
}
.owl_mod04.owl-theme .owl-dots .owl-dot:nth-of-type(1) span:before {
    content:"1";
}
.owl_mod04.owl-theme .owl-dots .owl-dot:nth-of-type(2) span:before {
    content:"2";
}
.addon_box .panel-body{
   padding: 15px 15px 0px;
}
.member_box .form-control,.member_box .btn-default{
   background-color: rgb(255 255 255 / 0.6);
}
.checkbox label{
   font-size: 14px;
}
.news_box_mo h4{
   background: url(../img/icon_01.png) no-repeat 11px -3px /73%;
   border-right: 0px solid #755D54;
   border-left: 0px solid #755D54;
   padding: 2px 60px 20px 22px;
   font-size: 16px;
   display: inline-block;
}
.news_box_mo p{
   font-size: 14px;
}
.commodity.c_bg .col-lg-12:before {
    content: "";
    background: url(../img/new_l.png) no-repeat top left/auto;
    display: inline-block;
    position: absolute;
    top: -70px;
    width: 138px;
    height: 40px;
    left: -70px;
}
.commodity.s_bg .col-lg-12:before {
    content: "";
    background: url(../img/categories_l.png) no-repeat top left/auto;
    display: inline-block;
    position: absolute;
    top: -70px;
    width: 385px;
    height: 40px;
    left: -70px;
}
.checkout_box h4{
    font-size: 14px;
}
.o_price{
    color: #9B8E78;
    margin-bottom: -10px;
    display: block;
}
.o_price_in{
    color: #9B8E78;
    text-decoration: line-through;
    font-size: 16px;
    margin-left: 15px;
}
.s_price{
    margin-bottom: 33px;
}
.o_price + .s_price{
    margin-bottom: 10px;
}
/*.dropdown-menu>li>a::before{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type='checkbox'], input[type='radio'] { filter:hue-rotate(200deg); }



/*owl-carousel*/
.carousel-wrapper {
  width: 1000px;
  margin: auto;
  position: relative;
  text-align: center;
  font-family: sans-serif;
}

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}


.owl-carousel .item {
  text-align: center;
}

.owl-carousel .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 40% !important;
  line-height:46px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.owl-carousel .owl-prev {
  left: -30px;
}

.owl-carousel .owl-next {
  right: -30px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #f3e0d5;
  font-size: 40px;
  background: rgb(255 0 0 / 0%);
  border-radius: 3px;
  padding: 0px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgb(244 44 4 / 0%);
    color: #f3e0d5;
    text-decoration: none;
}

.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}
.owl-thumbs {
  white-space: nowrap;
  overflow: auto;
}
.owl-thumbs .owl-thumb-item{
	width: 25%;
    padding: 20px;
    background-color: rgb(255 255 255 / 0%);
    border-color: #fff0;
}
.owl-thumbs button>img {
  width: 100%;
  height: 100%;
}
.owl-theme .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 8px;
    background: rgb(214 214 214 / 0%);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
	border: 1px solid #F3E0D5;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #F3E0D5;
}
.row.commodity.internal,.owl_mod04 .item{
    display: flex;
    flex-wrap: wrap;
}


@media (min-width: 768px){

.navbar-nav>li>a {
    //padding: 4px 30px;
}
body {
    padding-top: 190px;
}
.logo_text {
    margin-top: 8px;
}
.navbar-nav>li>a {
    padding-top: 24px;
    padding-bottom: 24px;
}
.language_img {
    position: absolute !important;
    right: -15px;
    top: -110px;
}
.navbar-nav {
    position: absolute;
    top: 99px;
    left: 0px;
    right: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    bottom: auto;
    overflow: visible;
    background: #fff;
}
.navbar-nav:after {
    content: " ";
    background-color: #fff;
    display: block;
    width: 3000px;
    position: absolute;
    height: 90px;
    z-index: -1;
    margin-left: -60%;
}	
.navbar-right .dropdown-menu {
    background-color: #F3E4D9;
    color: #9D8D83;
    box-shadow: 0 6px 12px rgb(0 0 0 / 0%);
    border: 0px solid rgba(0,0,0,0);
    border-radius: 0px;
    width: 270px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.link_above{
    float: right;
    padding: 0px;
}
.container {
    margin-top: 30px;
}
.logo_text img {
    height: 55px;
    float: left;
    margin-top: -25px;
    margin-right: 6px;
}

}
@media (min-width: 992px){
.member_box{
   display: flex;
}
.member_box.no_fx{
   display: block;
}
}
@media (min-width: 1200px){
.navbar-nav {
    width: 1170px;
}
}

@media (min-width: 1400px){
.container {
    width: 1370px;
}
.navbar-nav {
    width: 1370px;
}
}

@media (min-width: 1640px){

.language_img {
    position: absolute !important;
    right: -180px;
    top: -110px;
    bottom: -39px;
}

}

@media (max-width: 991px){
.act_box .img-portfolio {
    padding-bottom: 72%;
    margin-right: 15px;
}
.addon_box .addtocart5 {
    //margin: 20px auto 0px;
}
}

@media (max-width: 767px){

.box_w {
    border-radius: 0px;
	padding: 20px 15px;
}
footer{
    //text-align: center;
}
.footer_link {
    text-align: center;
}
.search_box #search{
	width: 280px;
}
.news_box {
    width: 100%;
}
.navbar-nav .open .dropdown-menu {
    background-color: rgb(0 0 0 / 6%);
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #755d54;
    font-size: 16px;
    line-height: 38px;
}
.quick_links .btnblock a, .quick_links.shop .btnblock a {
    background: #3f78ad;
}
.navbar-inverse .navbar-nav>li>a {
    margin: 0px;
    font-size: 18px;
    padding: 12px 6px 12px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    margin: 0px;
}
.link_above form{
    display: none;
}
.link_above {
    position: fixed;
    bottom: 0px;
    background-color: #f3e4d9;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    left: 0px;
    padding: 3px;
    z-index: 1000000;
}
.carousel_text {
    font-size: 18px;
    height: 0px;
}
.box_c h2{
    font-size: 18px;
    padding-bottom: 20px;
}
.commodity.c_bg {
    padding: 40px 0px 55px;
    background: none;
}
.commodity.s_bg {
    background: none;
    padding: 0px 0px 30px;
}
.navbar-inverse {
    padding: 0px;
}
.text_box {
    margin: 25px;
}
.mod_add {
    display: block;
}
.mod_add .bg-header {
    float: none;
    margin-bottom: 15px;
}
.mod_add .addtocart6 {
    //float: none;
    //margin-bottom: 15px;   
}
.ppt_box{
    position: fixed;
    bottom: 51px;
    left: 0px;
    z-index: 10;
    overflow: scroll;
    top: 0px;
}
.box_o {
    padding: 0px 15px 0px;
}
.log_in_no .sign_gb,.sign_gb {
    padding: 15px;
}
.log_in_no,.log_in{
    padding: 0px;
}
.owl-thumbs .owl-thumb-item {
    padding: 5px;
}
.commodity h4 {
    font-size: 14px;
}
.commodity h4 a {
    font-size: 16px;
    margin-top: 6px;
}
.o_price {
    font-size: 12px;
}
.img-portfolio{
   padding: 0px 2px;
   margin-bottom: 0px;
}
.foot_logo, footer p, footer a {
    font-size: 16px;
}
header.carousel {
    height: 50vw !important;
}
.all_link_box ul>li i {
    font-size: 36px;
    margin-bottom: 8px;
}
.all_link_box ul>li {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}
.internal .img-portfolio:nth-of-type(4n+1):before {
    display: none;
}
.car_icon {
    bottom: 10px;
    left: 12px;
    width: 35px;
    height: 35px;
}
.shape .form-control,.quantity .btn-group,.date input,.period .form-control {
    margin-left: 10px;
}
.addon_box .btn-default {
    padding: 6px 25px;
}
.bg-header.ico_gb {
    //font-size: 18px;
}
.h4_text{
    font-size: 14px;
}
.p_text{
    //font-size: 16px;
    margin: 60px 0px 50px;
}
.s_mod .bg-header {
    //font-size: 21px;
}
.bg-header,.panel-title{
    //font-size: 21px;
}
.car_box .panel {
    padding: 5px;
}
.shipping-outer .btn-default,.member_box a.btn-default{
    margin-bottom: 5px;
}
.news_box_mo h4{
    font-size: 21px;
}
.news_box_mo p{
    font-size: 14px;
}
.new_text,.on_sale,.sold_out{
    display: none;
}
.commodity.c_bg .col-lg-12:before {
    content: "";
    background: url(../img/new_l.png) no-repeat top left/70px;
    display: inline-block;
    position: absolute;
    top: -34px;
    width: 138px;
    height: 40px;
    left: 20px;
}
.commodity.s_bg .col-lg-12:before {
    content: "";
    background: url(../img/categories_l.png) no-repeat top left/200px;
    display: inline-block;
    position: absolute;
    top: -34px;
    width: 210px;
    height: 40px;
    left: 20px;
}
.box_c {
    margin-bottom: 10px;
}
.buy_box .addtocart2 {
    float: none;
    display: block;
    margin: 15px auto;
    width: 80%;
}
.buy_box .addtocart4 {
    float: none;
    display: block;
   margin: 15px auto;
    width: 80%;
}
body[style*="40px"] .ppt_box {
    top: 40px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #755d54 !important;
}
.bg-header {
    margin: 30px 0px 40px;
}

}
