/******************************* FONTS *********************************/
@font-face {
    font-family:'at1';
    src:url(fonts/bama.eot);
    src:url(fonts/bama.eot?#iefix) format('embedded-opentype'),
		url(fonts/bama.otf),
		url(fonts/bama.woff) format('woff'),
		url(fonts/bama.ttf) format('truetype'),
		url(fonts/bama.svg#XTX-FNT-XEROSANS-BOLD) format('svg');
}
@font-face{
	font-family:'consola';	
	src:url(fonts/consola.ttf);
}
.at1{font-family:'at1','tahoma';}
.at1 *{font-family:inherit;}
.en_words{font-family: sans-serif;}

/******************************* ANIMATIONS *********************************/
@-webkit-keyframes hang {
  0%,100%{ 
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg); 
  }
  50%{ 
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg); 
  }
}
@keyframes hang {
  0%,100%{ 
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg); 
  }
  50%{ 
      -webkit-transform: rotate(10deg); 
      transform: rotate(10deg); 
  }
}

/******************************* DEFAULT STYLES *********************************/
*{
	margin:0;
	padding:0;
	font-family:'at1','tahoma';
    box-sizing: border-box;	
}
img{border:0 none;}
html{
	height:100%;
	font-size:10px;	
}
body {
	position:relative;
	min-height:100%;
}
h1,h2,h3,h4,h5,h6,em,strong,i,address,b{
	font-weight:normal;
	font-style:normal;
}
.rtl{direction:rtl;}
.ltr{direction:ltr;}
.clear {
  width: 0;height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.clearfix:before, .clearfix:after{
	content:".";
	display:block;
	width:0;height:0;line-height:0;font-size:0;
	overflow:hidden;
	visibility:hidden;
}
.clearfix:after{clear:both;}
a,i,h1,h2,h3,h4,h5,h6{
	text-decoration:none;
	-webkit-transition:all .4s;
	transition:all .4s;
	font-size:inherit; color:inherit; line-height:inherit;
}
ul, ol{list-style:none;}
.tright{text-align:right;}
.tleft{text-align:left;}
.tcenter{text-align:center;}
.fleft{float:left;}
.fright{float:right;}
b.guide{font-family: 'tahoma' !important;}
.i-asterisk{
	color: #ea3f4b;
	font-size: 5px;font-size: 0.5rem;
	font-style: normal;
	position: relative;
	top: -5px;
}
.disnone{display: none !important;}
.blur{
	filter: url(../_images/blur.svg#blur);
	-webkit-filter: blur(12px);
	filter: blur(12px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='12');
}
.noblur{
	-webkit-filter: blur(0px);
	filter: blur(0px);
	-webkit-filter: none;
	        filter: none;
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
input,textarea{outline: 0 none;}
input,textarea,a,i{
	-webkit-transition:all .4s;
	transition:all .4s;	
}
textarea{resize:none;}
select option{
	padding:0 10px;
	line-height:25px;
}
input.error, textarea.error{border:1px dotted #fe6c61 !important;}
label.error {
    color: #fe6c61 !important;
    font-size: 1rem !important;
    left: 10px;
    opacity: 0.8;
    position: absolute;
    text-align: left;
    top: 6px;
    width: 150px;
}
#frm_shareit label.error{bottom:-20px; top:auto;}
.select_style2 label.error{top:-28px;}
.newsletter label.error{
    top:auto; bottom: -24px; left:0;
}
.user_panel_page label.error{top:3px; left:2px;}
.form_style3 .select_style label.error{top:-24px;}
input[type=submit],
input[type=checkbox],
input[type=radio],
label.choice{
	cursor:pointer;
	vertical-align:middle;
}
input[type=checkbox],
input[type=radio]{
	margin-left:5px;
}
input[disabled],
.disabled,.disabled *{
	cursor:not-allowed !important;
    background-color: #eee !important;
}
.error_container{
	display:none;
	padding:5px 30px;	
	border:1px solid #FFA9A9;
	margin:0 auto 20px;	
	background-color:#FFEFEF;
	color:#900;
	font-size:11px;
	font-size:1.1rem;
}
.error_container .error{
    position: relative;
    top: -2px !important;
    left: auto !important;
    color: #ec3b2e !important;
    font-size: 1.2rem !important;
}
[class^="i-"]::before, [class*=" i-"]::before{
	vertical-align: middle;
}
.loading_ajax{
	position:relative;
    pointer-events: none;
}
.loading_ajax:before{
    content: "";
    z-index: 10 !important;
    position: absolute;
    top: 0;bottom: 0;right: 0;left: 0;
    height: 100% !important; 
    background: rgba(250, 250, 250, 0.85) url(../_images/loading/loader3.gif) no-repeat center center !important;
    background-size: auto 20px;
}
.noselect{
    -webkit-user-select: none;
    -moz-user-select: none; 
    -khtml-user-select: none;
    -ms-user-select: none;
}
.remaining_char{
    position: absolute;
    left: 15px;bottom: 5px;
    font-size: 1.1rem;
    letter-spacing: .5px;
}
.container{
	margin: 0 auto;
	width: 1170px;
	position:relative;
	direction:rtl;
	-webkit-transition:all .4s;
	transition:all .4s;
}
.ls05{letter-spacing: 0.5px;}
.ls1{letter-spacing: 1px;}
.ls2{letter-spacing: 2px;}
.other_page .bg2{
    background: rgba(0,0,0,0) url(../_images/bg/newsletter_background.png) no-repeat center center / cover;
    height: 200px;
    width:100%;
    text-align: center;
}
.other_page .bg2 h1{
    color:#fff;
    font-size: 2.5rem;
    line-height: 200px;
    text-align: right;
    display: inline-block;
}
::-webkit-input-placeholder {
    font-size: 1.1rem;
    color:#969696;
}
::-moz-placeholder {
    font-size: 1.1rem;
    color:#969696;
}
.noitem{
    margin-bottom: 30px;
    position: relative;
    text-align: right;
}
.noitem .noitem_icon{
    background: rgba(0,0,0,0) url(../_images/bg/noitem2.png) no-repeat center center / contain;
    height: 90px;
    width:140px;
    opacity: 0.65;
    display: inline-block;
}
.noitem.type2 .noitem_icon{ width: 120px;}
.noitem .noitem_txt {
    color: #777;
    font-size: 1.4rem;
    line-height: 28px;
    position: absolute;
    bottom: 17px;
    padding-right: 6px;
}
/**************************** TAG_STYLE *******************************/
/*#1*/
.tag_style2{
    position: absolute;
    left: 1px; bottom: 0;
    height: 60px;width: 60px;
    z-index: 2;
   /* -webkit-transform: rotate(-24deg);*/
    background: none no-repeat center / contain;
}
.tag_style2.type2{left: auto;right: 1px;bottom: -3px;}
.tag_style2.type2 .text{
    color: #000;
    left: auto;right: 9px;
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
}
.tag_style2 .text{
    color: #fff;
    position: absolute;
    top: 25px;left: -20px;right: 0;
    text-align: center;
    letter-spacing: 1px;
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg);
}

/**************************** CHECK_RADIO_STYLE *******************************/
/*#1*/
.check_radio_style1{
	cursor:pointer;
}
.check_radio_style1 input[type="checkbox"],
.check_radio_style1 input[type="radio"] {
    display:none;
}
.check_radio_style1 input[type="checkbox"] ~ span,
.check_radio_style1 input[type="radio"] ~ span {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 6px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 6px;
    vertical-align: middle;
    width: 20px;
}
.check_radio_style1 input[type="checkbox"]:checked ~ span {
    background:#fff url(../_images/icon/check.png) no-repeat center center / 13px auto;
    width:20px;
    height: 20px;
    border:solid 1px #BFB4B2;
} 
.check_radio_style1 input[type="radio"] ~ span {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    position: absolute; left: 5px; right:auto; bottom: 5px;
    width: 20px;
}
.check_radio_style1 input[type="radio"]:checked ~ span {
    background:#fff url(../_images/icon/check.png) no-repeat center center / 15px auto;
    width:20px;
    height: 20px;
    border:solid 1px #BFB4B2;
}

/*#2*/
.check_radio_style2{
	cursor:pointer;
}
.check_radio_style2 input[type="checkbox"]{
    display:none;
}
.check_radio_style2 input[type="checkbox"] ~ span{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c6b293;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: absolute;
    vertical-align: middle;
    width: 16px;
    bottom: 0;top: 0; right: 6px;
    margin: auto 0 4px;
}
.check_radio_style2 input[type="checkbox"]:checked ~ span {
    background:#fff url(../_images/icon/check.png) no-repeat center center / 11px auto;
    width:16px;
    height: 16px;
    
} 
/*#3*/
.check_radio_style3{
	cursor:pointer;
}
.check_radio_style3 input[type="radio"] {
    display:none;
}
.check_radio_style3 input[type="radio"] ~ span {
    background-color: #fff;
    border: 1px solid #c6b293;
    border-radius: 100%;
    height: 16px;
    -webkit-transition:all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    display: inline-block;
    width: 16px;
    margin: -6px 6px;
}
.check_radio_style3 input[type="radio"]:checked ~ span {
    border-radius: 100%;
    position: relative;
}
.check_radio_style3 input[type="radio"]:checked ~ span::after {
    background-color: #c6b293;
    border-radius: 100%;
    content: "";
    height: 8px;
    margin: 0 auto;
    position: absolute; right: 0; top: 3px; left: 0;
    width: 8px;
}

/****************************** banner size *******************************/
.banner_size_1170x150{ width:1170px; height:150px;}
.banner_size_300x250{ width: 270px;height: 225px;}

/****************************** margin size *******************************/
.marginb35{margin-bottom: 35px;}

/**************************** REMOVE PIC STYLE *******************************/
.rmv_pic_style1 {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -13px;
    top: -10px;
    background: #C70101 url(../_images/icon/remove_pic.png) no-repeat scroll center center / 100% auto;
    z-index: 2;
    cursor: pointer;
    transform: rotate(45deg);
}
.rmv_pic_style1:hover{background-color: #373737;}
/**************************** TABLE STYLE ********
***********************/
/*#1*/
.table_style1{
	border:0px solid #e1e1e1;
	border-collapse: collapse;
	border-radius: 2px;
	width: 100%;
	min-width:600px;
	border:solid 1px #e1e1e1;
	vertical-align:middle;
}
.table_style1 table {
  border-collapse: collapse;
  width: 100%;
}
.table_style1 thead{
	background-color:#f8f8f8;
	border-bottom:1px solid #e1e1e1;
    text-align: center;
}
.table_style1 thead th ,
.table_style1 tbody .col_thead{
    color: #0061ab;
    font-size: 1.2rem;
    line-height: 24px;
    padding: 10px;
}
.table_style1 tbody{
	background-color: #fff;
}
.table_style1 tbody tr{
	border-bottom:1px solid #e1e1e1;
}
.table_style1 tbody tr:last-child{
	border-bottom:none;
}
.table_style1 tbody td{
	color: #777;
	font-size:1.1rem;
	padding: 7px;
	text-align:center;
	border-left:1px solid #e1e1e1;
	position:relative;
}
.table_style1 tbody td:last-child{
	border-left:none;
}
.banner_table{margin-top: 18px;}
.banner_table td p {
    border-bottom: 1px solid #eee;
    padding: 3px 0 7px;
}
.banner_table td p:last-child {
    border: medium none;
}
.table_style1 tbody td.no{
	background-color: #f8f8f8;
	color: #ccc;
	min-width:5%;
	position:static;
}
.table_style1 tbody td.name{
	min-width: 42%;
}
.table_style1 tbody td.name a{
	color: #725891;
}
.table_style1 tbody td.name a:hover{
	opacity:.7;
}
.table_style1 tbody .btn{
	border:solid 1px #31383E;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display:inline-block;
	font-size: 12px;font-size: 1.2rem;
	padding: 5px 0;
	width: 100%;
}
.table_style1 tbody .btn:hover{
	opacity:.7;
}
/*#2*/
.table_style2 {
    background-color: #fff;
    border: 1px solid #eee;
    border-collapse: collapse;
    border-radius: 2px;
    min-width: 600px;
    vertical-align: middle;
    width: 100%;
}
.table_style2 table {
    border-collapse: collapse;
    width: 100%;
}
.table_style2 thead {
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
}
.table_style2 thead th {
  color: #0061ab;
  font-size: 1.2rem;
  line-height: 24px;
  padding: 10px;
}
.table_style2 tbody {
  background-color: #fff;
}
.table_style2 tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.table_style2 tbody td {
  border-left: 1px solid #eee;
  color: #777;
  font-size: 1.2rem;
  padding: 7px;
  position: relative;
  text-align: center;
}
.table_style2 tbody td.name a{
    color: #fe6c61;
    display: inline-block;
    line-height: 40px;
    width: 100%;
}
.table_style2 tbody td .cart_probg {
  background: transparent none no-repeat scroll center center / contain ;
  border: 1px solid #eee;
  display: inline-block;
  height: 90px;
  vertical-align: middle;
  width: 90px;
}
.table_style2 tbody td .trashbin,
.table_style4 tbody td .trashbin,
.table_style4 tbody td .add_icon.edit1 > a{
    background: transparent url(../_images/icon/trash.png) no-repeat center center / 25px auto;
    width:30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.table_style2 tbody td.name a:hover{
	color:#c6b293;
    opacity: 0.9;
}
.table_style2 tbody td.picpro {
  width: 8%;
}
/**************************** MODAL_STYLE *******************************/
.modal{
    position:fixed;
    top:0;left:0;right:0;bottom:0;
    width:100%;height:100%;
    z-index:100000;
/*    background:url(../_images/loading/loader.gif) no-repeat center 150px;*/
    display:none;
}
.modal .bg1{
    opacity:0;
    position:absolute;
    top:0; bottom:0; right:0; left:0;
    background-color: rgba(0,0,0,0.8);
/*    background:rgba(0, 0, 0, 0) -webkit-radial-gradient(circle, #fff, #291a49) repeat scroll 0 0;
    background:rgba(0, 0, 0, 0) radial-gradient(circle, #fff, #291a49) repeat scroll 0 0;*/
    
    -webkit-transition:all 1.2s ease .1s;
    transition:all 1.2s ease .1s;
}
.modal .bg{
    opacity:1;
    position:absolute;
    top:0; bottom:0; right:0; left:0;
    
    -webkit-transition:all 1.2s ease .1s;
    transition:all 1.2s ease .1s;
}
.modal .modal_close{
    width:30px;
    height:35px;
    line-height:35px;
    position:absolute;right:8px;top:0;
    text-align:center;	
    color:#999;
    font-size:13px;font-size:1.3rem;
    cursor:pointer;
    font-family:tahoma;
    font-style:normal;
}
.modal .modal_close:hover{
    color:#444;
}
.modal .modal_scroll{
    width:100%;
    height:100%;	
    overflow: auto;
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    z-index: 2000;		
}
.modal_static,
.modal_dynamic {
    text-align: center;
}
.window{
    background-color: #fff;
    direction: rtl;
    display: none;
    margin: 100px auto;
    max-width: 80%;
    min-height: 100px;
    min-width: 400px;;
    overflow: hidden;
    opacity:0;
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    border-radius:6px;
}
.modal_header{
    padding:10px 15px 0;
    background-color:#fff;
    border-bottom:1px solid #eee;
    height:50px;
    text-align:center
}
.modal_header i.modal_icon{
    background-repeat: no-repeat;
    background-position:center center;
    display:inline-block;
    width:35px;
    height:35px;
}
.modal_header.success i.modal_icon{
    background-image: url(../_images/notif_icon/success.png);
}
.modal_header.warning i.modal_icon{
    background-image: url(../_images/notif_icon/warn.png);
}
.modal_header.error i.modal_icon{
    background-image: url(../_images/notif_icon/error.png);
}
.modal_header.info i.modal_icon{
    background-image: url(../_images/notif_icon/info.png);
}
.modal_msg{
    padding:30px 30px 30px 15px;
    direction: rtl;
    width: 100%;	
}
.modal_msg p{
    font-size:12px;
    font-size:1.2rem;
    line-height:25px;
    color:#808080;
    background-position: right 5px;
    background-repeat: no-repeat;
    text-align:justify;
}
.modal_msg.error{
    background-color: #ffecec;
    border-color: #ffd3dd;
}
.modal_msg.success{
    border-color:#90fdc3;
    background-color:#edffff;
}
.modal_msg.info{
    border-color:#a6efff;
    background-color:#ecffff;
}
.modal_msg.warning{
    border-color:#ffef89;
    background-color:#ffffcc;
}
.modal_msg.error p{
    color: #900;
    background-image: url(../_images/notif_icon/error.png);	
}
.modal_msg.success p{
    color:#0b8b40;
    background-image: url(../_images/notif_icon/success.png);	
}
.modal_msg.info p{
    color:#47639e;
    background-image: url(../_images/notif_icon/info.png);	
}
.modal_msg.warning p{
    color:#ba4b02;
    background-image: url(../_images/notif_icon/warn.png);	
}
.modal_action{
    background-color: #f5f5f5;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 1px 0 #fff inset;
    padding: 14px 15px 15px;
    text-align: center;
}
.modal_action .modal_btn{
    background-color: #999;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    cursor:pointer;
    line-height:30px;
    padding:0 20px;
    margin:0 2px 5px;
    display:inline-block;
    font-size:12px;font-size:1.2rem;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    border:1px solid transparent;
}
.modal_action .modal_btn:hover{
    background-color:#444;
    border:1px solid #444;
}
.modal_action .action .inner{
    padding:10px 0;
    border-top:1px solid #ccc;
}
.modal_action .action .btn{
    float:right;
    line-height:25px;
    padding:0 15px;
    margin:0 5px;
    border:1px solid #999;
    border-radius:2px;
    font-size:1.2rem;
    color:#fff;
    /*background:#000 url('../_images/dialog_btn.png') repeat-x center center;*/
}
/*MODAL => MESSAGE BOX*/
.modal_box{
    max-width: 800px;
    min-width: 600px;
    text-align: justify;
}
.modal_window{
    border-bottom:solid 2px #fff;
    border-left:solid 2px #fff;
    border-right:solid 2px #fff;
    margin:200px auto;
    position: relative;
    width: 100%;
    direction: rtl;
    display: none;
    text-align: center;
}
.modal_window::before {
    background-color: #fff;
    content: "";
    height: 2px;
    margin-right: 0;
    position: absolute; right: -2px; top: -2px;
    width: 46%;
}
.modal_window::after {
    background-color: #fff;
    content: "";
    height: 2px;
    margin-left: 0;
    position: absolute; left: -2px; top: -2px;
    width: 46%;
}
.modal_window .modal_bg {
    background: #fff none repeat scroll 0 0;
    margin: 5px;
    padding: 25px;
}
.modal_window.info_window{margin: 300px auto;}
.modal .modal_window .modal_close{
    background-color: #c6b293;
    background-image: url("../_images/icon/cancel-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    cursor: pointer;
    height: 30px;
    margin: 0 auto;
    position: absolute; left: 0; right: 0; top: -17px;
    text-align: center;
    width: 30px;
}
.modal .modal_window .modal_close:hover{background-color: #fe6c61;}
.modal .modal_window .modal_closebg{
    border:solid 1px red;
    height: 50px;
    width:50px;
    position: absolute; left:0; right:0; 
    margin: 0 auto;
    display: inline-block;
}
.msgprev_box{
	max-width: 800px;
	min-width: 600px;
	text-align: justify;
	padding:35px;
}
.msgprev_box h4{
	background-color: #0CA2C0;
	min-height: 40px;
	line-height: 25px;
	font-size: 14px; font-size: 1.4rem;
	color: #fff;
	padding: 7px 20px;
	border-radius: 2px;
	margin-bottom: 15px;
}
.msgprev_box .content{
	border: 1px solid #f0f0f0;
	padding:15px;
	font-size: 12px; font-size: 1.2rem;
	color: #555;
	line-height: 26px;
	min-height:200px;
}
.msgprev_box textarea{
	border: medium none;
	color: #555;
	line-height: 26px;
	min-height: 300px;
	resize: none;
	width: 100%;
	font-size: 12px; font-size: 1.2rem;
}
.msgprev_box .box_btn{
	background-color: #ae001f;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	display: block;
	height: 35px;
	margin: 30px auto 0;
	width: 200px;
	text-align: center;
	line-height: 34px;
}
/*** message view ***/
.msg_window .title {
    background-color: #c6b293;
    border-radius: 2px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 25px;
    margin-bottom: 15px;
    min-height: 40px;
    padding: 7px 20px 11px;
    text-align: right;
}
.msg_window .content{
	border: 1px solid #f0f0f0;
	padding:15px;
	font-size: 12px; font-size: 1.2rem;
	color: #555;
	line-height: 26px;
    text-align: right;
	min-height:200px;
}
.msg_window .content .edit{
    position: relative;
    text-align: center;
}
.msg_window .content .edit textarea{
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #777;
    direction: rtl;
    font-size: 1.15rem;
    height: 45px;
    line-height: 48px;
    padding: 0 36px 0 10px;
    text-align: right;
    width: 100%;
    height: 150px;
}
.msg_window .content .edit .item .btn_style1{
    padding: 0 60px;
}
.msg_window .content .edit .form_icon2 {
    border-radius: 3px 0 0 3px;
    display: inline-block;
    height: 31px;
    position: absolute; right: 0; top: 10px;
    width: 25px;
    background: #d3c8c6 none no-repeat center center / 15px auto;
}
.msg_window .content .edit .form_icon2:after{
    position: absolute; left:-10px; top:11px;
    content: "";
    border-right:solid 5px #d3c8c6;
    border-top:solid 5px transparent;
    border-bottom:solid 5px transparent;
    border-left:solid 5px transparent;
}
/*** edit view ***/
.edit_window .item{margin-bottom: 17px;}
.edit_window .item.half{ float: right; width: 48%;}
.edit_window .item.half.fright{margin-left: 4%;}
.edit_window textarea{
    border: 1px solid #f0f0f0;
    color: #555;
    font-size: 1.2rem;
    line-height: 26px;
    min-height: 200px;
    padding: 15px;
    width:100%;
    resize: none;
}
.edit_window input[type=text]{
    border: 1px solid #f0f0f0;
    color: #555;
    font-size: 1.2rem;
    min-height: 50px;
    width:100%;
    padding: 0 12px;
}
.edit_window .item:last-child{margin-top:20px;}
.edit_window .item .btn_style1{padding: 5px 50px 10px;}
/*** compare view ***/
.compare_list .item{
    width:31.33%;
    margin-left: 3%;
    float: right;
    box-shadow: 0 0 3px #ddd;
    border:solid 1px #eee;
    position: relative;
    padding: 5px 5px 1px 5px;
}
.compare_list .item:last-child{margin-left: 0;}
.compare_list .item .compare_bg{
    display: inline-block;
    width:100%;
    height: 120px;
    background: #f7f7f7 none no-repeat center center / contain;
}
.compare_window .list_style7{
    display: inline-block;
    margin-top: 25px;
    vertical-align: middle;
}
.compare_window .cancel_item {
    right: -9px; top: -9px;
    height: 18px;
    width:18px;
}
.modal_box.login_window {
  max-width: 600px;
  min-width: 400px;
}

.tab_style4 .tab_btn3{
    border-bottom:solid 2px #fe6c61;
    margin: 10px 0;
}
.tab_style4 .tab_btn3 .item{
    float: right;
    position: relative;
    border:solid 1px #eee;
    border-bottom:none;
    background-color: #fff;
    color:#777;
}
.tab_style4 .tab_btn3 .item.active {
    background-color: #fe6c61;
    color:#fff;
    border-color:#fe6c61;
}
.tab_style4 .tab_btn3 .item > a{
    font-size: 1.3rem;
    line-height: 26px;
    padding: 5px 20px;
    display: inline-block;
    border-bottom: solid 2px transparent;
}
.tab_style4 .tab_content3{
    float: right;
    position: relative;
    width: 100%;
    /*height: 350px;*/
    overflow: hidden;
}
.tab_style4 .tab_content3 .item1{
    display: none;
    position: relative;  
}
.tab_style4 .tab_content3 .item1.active {
    display: block;
}
.tab_style4 .tab_content3 .item1 .size_help_img{
    width:100%;
}
.tab_content3 .item1 .table_title{
    color:#c6b293;
    font-size: 1.3rem;
    padding:15px 40px 15px 0;
    line-height: 22px;
    text-align: right;
    position: relative;
}
.tab_content3 .item1 .table_title:before{
    position: absolute; right:0;
    background: rgba(0,0,0,0) url(../_images/icon/size_help.png) no-repeat center center / 35px auto;
    content: "";
    height: 25px;
    width:35px;
}
.tab_content3 .item1 .table_title:after{
    position: absolute; right:0; left:0; bottom:0;
    content: "";
    background-color: #eee;
    height: 2px;
}
.table_style6{
    border-collapse: collapse;
    min-width: 600px;
    vertical-align: middle;
    width: 100%;
}
.table_style6 table{
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.table_style6 table tr.odd_tr {
    background-color: #f5f5f5;
}
.table_style6 table td{
    border: 1px solid #fff;
    height: 35px;
    padding: 10px;
    text-align: center;
    color: #777;
    font-size: 1.2rem;
    line-height: 24px;
}
.table_style6 table thead td{
    color: #0061ab;
}
.table_style6 table td.hover {
    background-color: #fe6c61;
    color: #fff;
}
.table_style6 table td.hover-line {
    background-color: #ffebe6;
}

/**************************** RESULT_STYLE *******************************/
/*#1*/
.result_style1 {
	padding: 13px 20px;
	border-radius: 3px;
	font-size: 12px;
	margin-bottom: 20px;
    margin:25px auto;
    display:block;
    direction:rtl;
    width:100%; max-width:500px;
}
.result_style1 .text{
	line-height: 23px;
	text-align: justify;
}
.result_style1 .text p{
	margin-bottom: 3px;	
}
.result_style1 .text p:last-child{
	margin-bottom: 0;
}
.result_style1 .link{
	color: #004479;
}
.result_style1.s{
	background-color: #f3fff3;
	border: 1px solid #6fe66f;
	color: #008800;
}
.result_style1.e{
    background-color: #ffecec;
    color: #900;
    border: 1px solid #ffd3dd;
}
.result_style1.w{
	border:1px solid #ffef89;
	background-color:#ffffcc;
	color:#ba4b02;
}
.result_style1.i{
	border:1px solid #a6efff;
	background-color:#ecffff;
	color:#47639e;
}
.result_style1 .bullet1{
	font-size: 5px;
	margin-left: 5px;
	vertical-align: middle;
}
.result_style1.sign .text{
	background-position: right 2px;
	background-repeat: no-repeat;
	padding-right: 25px;
}
.result_style1.s.sign .text.icon{
	background-image: url(../_images/notif_icon/success2.gif);
}
.result_style1.e.sign .text.icon{
	background-image: url(../_images/notif_icon/error2.gif);
}
.result_style1.w.sign .text.icon{
	background-image: url(../_images/notif_icon/warn2.gif);
}
.result_style1.i.sign .text.icon{
	background-image: url(../_images/notif_icon/info2.gif);
}

/**************************** GOTOP_STYLE *******************************/
.goto_top {
    background: rgba(0, 0, 0, 0) url("../_images/bg/gototop.png") no-repeat scroll center center / 60px auto;
    cursor: pointer;
    height: 36px;
    margin: 0 auto;
    position: absolute; right: 0; bottom: -12px; left: 0;
    width: 65px;
    animation: 1s linear 0s normal none infinite running jumpup;
}
@-webkit-keyframes jumpup {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    }
}

@keyframes jumpup {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.jumpup {
  -webkit-animation-name: jumpup;
  animation-name: jumpup;
}
/**************************** TOOLTIP_STYLE *******************************/
.tooltip{
	position:absolute;
	padding:0 5px 6px;
	line-height:20px;
	background-color:rgba(198,178,147,0.85);
	color:#fff;
    font-size: 1.2rem;
	border-radius:2px;
	display:none;
    text-align: center;
    width:100%;
}
.tooltip.top{bottom:120%;}
.tooltip.bottom{top:120%;}
.tooltip.right{left:120%;}
.tooltip.left{right:120%;}
.tooltip:after{
	content:'';
	position:absolute;
	width:0;
	height:0;
}
.tooltip.top:after{
	border-top:5px solid rgba(198,178,147,0.85);
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	bottom:-5px; right:0; left:0;
    margin: 0 auto;
}
.tooltip.bottom:after{
	border-bottom:5px solid rgba(198,178,147,0.85);
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	top:-5px; right:0; left:0;
    margin: 0 auto;
}
.tooltip.right:after{
	border-right:5px solid rgba(198,178,147,0.85);
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	right:0; left:0; top:5px;
    margin: 0 auto;
}
.tooltip.left:after{
	border-left:5px solid rgba(198,178,147,0.85);
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	right:0; left:0; top:5px;
    margin: 0 auto;
}
.nav_part1 .item .name .tooltip {
    min-width: 120px;
    right: -38px;
}
.nav_part1 .item .name .tooltip.bottom{top:159%;}
/**************************** CONTENT_STYLE *******************************/
/*#1*/
ul,ol {list-style-position: inside;}

/**************************** CONTENT_STYLE *******************************/
/*#1*/
.content_style1 {
    color: #888;
    font-size: 1.3rem;
    line-height: 30px;
    margin-top: 10px;
    text-align: justify;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.content_style1 table{width: 100% !important;}
.content_style1 strong {
    font-weight: bold;
}
.content_style1 ul,
.content_style1 ol,
.content_style1 ul,
.content_style1 ol {
    margin-right: 30px;
    list-style-type: inherit;
}
ul.list ul,
ul.list ol,
ol.list ul,
ol.list ol {
    margin-right: 0;
}
.content_style1 ul.list,
.content_style1 ol.list,
.content_style1 ul.list ul,
.content_style1 ul.list ol,
.content_style1 ol.list o,
.content_style1 ol.list ul{
    list-style: none;
}
.content_style1 ul.list li,
.content_style1 ol.list li{
    padding: 0 30px 0 0;
    position: relative;
}
.content_style1 ol.list li:before,
.content_style1 ul.list li:before{
    content: "";
    position: absolute; right: 0; top: 0; z-index: 0;
    width: 25px; height:32px;
    background: url('../_images/icon/list-icon.png')no-repeat center center / 20px auto;
}
.content_style1 img.center {
    max-width: 100%;
    display:block;
    margin: 15px auto;
}
.content_style1 img.left {
    float:left;
    margin:10px 20px 10px 0;
}
.content_style1 img.right {
    float:right;
    margin:10px 0 10px 20px;
}
.content_style1 p{
    margin-top: 10px;
    margin-bottom: 10px;
}
.content_style1 .title {
    border-bottom: 2px solid #c6b293;
    color: #bdab8e;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 28px;
    padding-bottom: 10px;
    position: relative;
    min-width: 140px;
}
.content_style1 .title:before {
    background-color: #fff;
    bottom: -2px;
    content: "";
    height: 2px;
    right: 20px;
    position: absolute;
    width: 5px;
}
.content_style1 .title:after {
    background-color: #fff;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 20px;
    position: absolute;
    width: 6px;
}

.content_style1 .title.center {
    display: block;
    text-align: center;
    border-bottom: 0 none;
}
.content_style1 .title.center:before{
    bottom: -5px;
    content: "";
    right:0;left:0;
    margin: 0 auto;
    position: absolute;
    width: 240px;
    height: 5px;
    background: url('../_images/bg/title.png') no-repeat center center / contain;
}
.content_style1 .title.center:after {
    display: none;
}
.content_style1 .title.center * {
    margin: 0;
}

/*#2*/
.content_style2{
    text-align: justify;
    color: #777;
    font-size: 1.12rem;
    display: inline-block;
    line-height: 35px;
    width: 100%;
    margin-top: 10px;
}
.content_style2 .list li{
    position: relative;
    padding-right: 20px;
}
.content_style2 .list li:before{
    background: rgba(0, 0, 0, 0) url("../_images/icon/list-icon.png") no-repeat scroll center center / 14px auto;
    content: "";
    height: 10px;
    position: absolute; right: 0; top: 14px;
    width: 15px;
}
.content_style2 img {
    max-width: 50%;
    height:auto !important;
/*    display:block;
    margin: 30px auto;*/
}
.content_style2 .guide_link {
    color: #fe6c61;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.content_style2 > p {
  color: #888;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 26px;
  margin: 10px 0;
}
/******************************* PAGINATION *********************************/
.pagination_style {
    direction: rtl;
    margin-top: 30px;
    text-align: center;
}
.pagination_style > a {
    border-bottom: 2px solid #c6b293;
    border-radius: 100%;
    display: inline-block;
    font-size: 1.2rem;
    height: 35px;
    line-height: 32px;
    text-align: center;
    color:#af9b7c;
    background-color: #f7f7f7;
    width: 35px;
}
.pagination_style > a:hover, 
.pagination_style > a.active {
    color:#fe6c61;
    border-bottom-color:#fe6c61;
}
.pagination_style > a > i {
  font-size: 1.3rem;
  position: relative;
  top: -1px;
}
/*.pagination_style {
    direction: rtl;
    margin-top: 30px;
    text-align: center;
}
.pagination_style > a {
    background: transparent url("../_images/icon/pagination1.png") no-repeat scroll center center / 30px auto;
    color: #af9b7c;
    display: inline-block;
    font-size: 1.1rem;
    height: 35px;
    line-height: 44px;
    position: relative; top: 0;
    text-align: center;
    transition: all 0.2s linear 0s;
    vertical-align: middle;
    width: 35px;
}
.pagination_style > a > i{
    font-size: 1.4rem;
    position: relative;
    top: -1px;
}
.pagination_style > a .page_arrow {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    display: inline-block;
    height: 25px;
    margin: 0 auto;
    position: absolute; right: 0; top: 6px; left: 0;
    transition: all 0.2s linear 0s;
    width: 25px;
}
.pagination_style > a:hover, 
.pagination_style > a.active {
    background-image: url("../_images/icon/pagination2.png");
    color:#fe6c61;
}*/
/******************************* NOTICE STYLES *********************************/
#notice_overlay {
    background-color: rgba(0,0,0,0.5);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
#notice_popup{
    background: #fff none repeat-x center center /contain;
    border-radius: 2px;
    left: 50%;
    /* overflow: hidden; */
    position: fixed;
    top: 55%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border-radius: 5px;
    width: 600px;
    /* height: 450px; */
}
#notice_popup .notice_right{
    width:55%;
    float: right;
    padding: 30px;
    text-align: center;
}
#notice_popup .close_popup{
    background: rgba(0,0,0,0) url(../_images/icon/cancel-4.png) no-repeat center center / 20px auto;
    height: 30px;
    width:30px;
    background-color: #fff;
    position: absolute; right:5px; top:5px;
    text-align: center;
    cursor: pointer;
}
#notice_popup .notice_right .notice_logo{
    background: rgba(0, 0, 0, 0) url("../_images/logo/logo1.png") no-repeat scroll center center / contain ;
    height: 90px;
    margin: 0 auto;
    opacity: 0.85;
    position: relative;
    width: 60%;
    display: inline-block;
    margin-bottom: 15px;
}
#notice_popup .notice_right .notice_content > p{
    font-size:1.3rem;
    line-height: 28px;
    color:#999;
    direction: rtl;
    margin-bottom: 30px;
    text-align: center;
}
#notice_popup .notice_right .notice_content > a{
    width:100%;
    margin-top: 25px;
}
#notice_popup .notice_left{
    background: rgba(0,0,0,0) url(../_images/bg/notice.jpg) no-repeat center center / cover;
    width: 45%; height: 100%;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 0; top: 0;
}
#notice_popup .notice_left .percent_num {
    color: #c4915c;
    display: inline-block;
    font-size: 2.4rem;
    line-height: 52px;
    margin: 23px auto 0;
    position: relative;
    right: -26px;
    top: 50%;
}
.percent_style{
    color:#fe6c61;
    font-weight: bold;
    display: inline-block;
    font-size: 1.5rem;
}

/* 
#popup #inner #header #container .close_notice {
  background: #ebeced url("../image/Public/vtwo/slices.png") no-repeat scroll -134px -122px;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  left: 10px;
  position: absolute;
  top: 12px;
  width: 28px;
  z-index: 1;
}*/
/******************************* ICON STYLES *********************************/
/*3*/
.icon3 {
    color: #fff;
    font-size: 7rem;
    position: absolute;
    right: 245px;
    top: 55px;
    z-index: 1;
}
/*#4*/
.icon4{
    color:#fff;
    font-size: 1.5rem;
    line-height: 32px;
    display: inline-block;
    width:100%;
}
/*#7*/
.icon7 {
    float: left;
    font-size: 1.6rem;
    line-height: 20px;
    color:#fff;
}
/*#8*/
.icon8 {
    color: #C6B293;
    font-size: 1.4rem;
    margin-left: 7px;
    float: right;
}
/*#9*/
.icon9 {
    color: #888;
    font-size: 2rem;
    line-height: 27px;
}
/*10*/
.icon10 {
    color: #ddd;
    font-size: 2.1rem;
    line-height: 42px;
}
/******************************* BOX STYLES *********************************/
/*#2*/
.box_style2{
    position: absolute;
    width:100%;
    text-align: center;
}
.box_style2 .item {
    float: right; width: 50%;
    height: 525px;
}
/*#3*/
.box_style3{
    width:80%; 
    margin: 29px;
}
.box_style3 .item1{
    float: right; width: 49.8%; 
    margin: 0.1%;
    background-color: #fff;
}
/*#4*/
.box_style4 .item2{
    width:50%; float: right;
    text-align: right;
}
.box_style4 .item2:last-child {
    position: relative;
    float: left; width: 48%;
}
.box_style4 .item2:last-child .title_style1 {
    position: absolute;
    text-align: left;
    top: -80px; left:0;
    width: 100%;
    padding-left: 20px;
}
/*#5*/
.box_style5 .item3{
    width:48%; float: right;
}
.box_style5 .item3:nth-child(1),
.box_style5 .item3:nth-child(2){
    margin-bottom: 27px;
}
.box_style5 .item3:nth-child(2n+1){
    margin-left: 4%;
}
/*#6*/
.box_style6{
    text-align: right;
    margin-top: 30px;
}
.box_style6 .item{
    width:25%; float: right;
    padding: 0 10px;
}
/*#7*/
.box_style7 .item{
    margin-bottom: 45px;
    position: relative;
}
.box_style7 .item .blog_bg{
    width:50%; float: right;
    border:solid 1px #eee;
    overflow: hidden;
}
.box_style7 .item .blog_bg > a{
    display: inline-block;
    height: 300px;
    width:100%;
    vertical-align: middle;
    background: rgba(0,0,0,0) url(../_images/default/article.jpg) no-repeat center center / cover;
    position: relative;
}
.box_style7 .item .blog_bg > a:before{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    content: "";
    height: 100px;
    margin: auto;
    position: absolute; right: 0; top: 0; left: 0; bottom: 0;
    transition: all 0.3s linear 0s;
    width: 100px;
}
.box_style7 .item .blog_bg > a:after{
    position: absolute;
    content: "i";
    color:#fff;
    line-height: 65px;
    font-size: 5rem;
    font-family: ninilouxe;
    position: absolute; right: 0; top: 0; left:0; bottom:0;
    margin: auto;
    height: 50px;
    width:50px;
}
.box_style7 .item .blog_bg:hover > a:before{
    width:100%; height: 100%;
    border-radius: 0;
}
.box_style7 .item .blog_content{
    width:55%;
    background-color: #fff;
    position: absolute; left:0; top:25px;
    padding: 20px;
}
.box_style7 .item:nth-child(2n) .blog_content{
    right: 0; left:auto;
}
.box_style7 .item:nth-child(2n) .blog_bg{float: left;}
.box_style7 .item .blog_content .blog_title{
    height: 28px;
    line-height: 28px;
    font-size: 1.4rem;
    color:#bca480;
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block;
}
.box_style7 .item .blog_content .blog_title:hover{color:#FE6C61;}
.box_style7 .item .blog_content > p{
    height: 85px;
    overflow: hidden;
    line-height: 28px;
    font-size: 1.2rem;
    color:#999;
    margin: 10px 0 15px;
    text-align: justify;
}
/*#8*/
.box_style8{
    border:solid 1px #eee;
    overflow: hidden;
}
.box_style8 .new_collect1{
    display: inline-block;
    height: 603px;
    width:100%;
    vertical-align: middle;
    position: relative;
    background: #f7f7f7 none no-repeat center center /contain;
}
.box_style8 .new_collect1 .pro_overlay {
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 100%;
}
.box_style8 .new_collect1 .pro_overlay:before{
    border-right: 558px solid rgba(188,164,128,0.95);
    border-top: 970px solid transparent;
    content: "";
    position: absolute; right: -100px; top: -362px;
}
.box_style8 .new_collect1 .pro_overlay:after{
    position: absolute; right:108px;
    content: "";
    border-top:solid 334px rgba(0,0,0,0.3);
    border-bottom:solid 0px transparent;
    border-right:solid 192px transparent;
    border-left:solid 192px transparent;
}
.box_style8 .new_collect1 .pro_overlay .new_content1{
    position: absolute; bottom:0;
    width:100%;
    padding: 45px;
    color:#fff;
}
.box_style8 .new_collect1 .pro_overlay .new_content1 > h1{
    font-size: 3rem;
    line-height: 40px;
}
.box_style8 .new_collect1 .pro_overlay .new_content1 > h2{
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: 20px;
}
.box_style8 .new_collect1 .pro_overlay .new_content1 > p{
    font-size: 1.2rem;
    line-height: 25px;
    overflow: hidden;
    height: 50px;
    margin-bottom: 25px;
}
/*#9*/
.list_style2 .item2 {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / contain ;
    color: #888;
    float: right;
    font-size: 1.1rem;
    line-height: 22px;
    margin-left: 20px;
    padding: 5px 0;
}
/******************************* TITLE STYLES *********************************/
/*#2*/
.sec_title{text-align: center;}
.title_style2{
    position: relative;
    margin: 20px auto;
    display: inline-block;
}
.title_style2:after, 
.title_style2:before {
    background: #ebebec none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -50px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 25px;
}
.title_style2:after {
    left: auto;
    right: -50px;
}
.title_style2 .nice-border-content {
    color: #fff;
    display: inline-block;
    font-size: 2.2rem;
    line-height: 34px;
    padding: 0 25px 0 35px;
    position: relative;
    z-index: 2;
}
/*#3*/
.title_style3{
    width:10%;
    height: 526px;
}
.title_style3 > h1{
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    width:526px;
    height: 10%;
    position: relative; right:-235px; top:235px;
    text-align: center;
}
.title_style3 .men{transform: rotate(-90deg);}
.title_style3 .women{transform: rotate(90deg);}
.corner_right,
.corner_left{
	position:absolute;
	width:20px; height:20px;
	border:solid 2px #BCA480;
}
.corner_right{
	top:0px; right:0;
	border-bottom:none;border-left:none;
}
.corner_left{
	bottom:0px; left:0;
	border-top:none;border-right:none;
}
.corner_left:before,
.corner_left:after,
.corner_right:before,
.corner_right:after{
	position: absolute;
    content: "";
    border-left:solid 3px #bca480;
	border-top:solid 2px transparent;
    width: 0;height: 0;
    right: -2px;bottom: -2px;
}
.corner_left:after,
.corner_right:after{
	right:auto; bottom:auto; top:-2px; left:-2px;
	border:none;
    border-bottom:solid 2px #bca480;
	border-right:solid 2px transparent;
}
.corner_right:before{
	border:none;
    border-bottom:solid 2px transparent;
	border-right:solid 2px #bca480;
}
.corner_right:after{
	border:none;
    border-bottom:solid 2px transparent;
	border-right:solid 2px #bca480;
}
/*#4*/
.title_style4{   
    color:#d8c397;
    font-size: 2rem;
    line-height: 40px;
    position: relative; top:-6px;
    display: inline-block;
    padding: 0 45px;
}
.title_style4:before {
    background-color: #ddd;
    content: "";
    height: 3px;
    position: absolute;
    right: 0;
    top: 27px;
    width: 30px;
}
.title_style4:after {
    background-color: #ddd;
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    top: 27px;
    width: 30px;
}
/*#5*/
.title_style5 {
    border-bottom: 2px solid #c6b293;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 28px;
    padding-bottom: 10px;
    position: relative;
    width: 155px;
}
.title_style5::before {
    background-color: #343235;
    bottom: -2px;
    content: "";
    height: 2px;
    right: 20px;
    position: absolute;
    width: 5px;
}
.title_style5::after {
    background-color: #343235;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 20px;
    position: absolute;
    width: 6px;
}
.title_style7{color:#c6b293;}
.title_style7::before,
.title_style7::after{background-color: #fff;}

/******************************* COLOR STYLES *********************************/
.color_red{ color:#ee494f;}
.color_green{ color:#50A050;}
.color_orange{ color:#FF9000;}

/******************************* BTN STYLES *********************************/
/*#1*/
.btn_style1{
    border:solid 2px #fff;
    font-size: 1.3rem;
    line-height: 26px;
    padding: 5px 25px 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    color:#fff;
}
.btn_style1:before{
    content: "";
    position: absolute; right:0; left:0; top:0;
    height: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    z-index: -1;
}
.btn_style1:after{
    content: "";
    position: absolute; right:0; left:0; bottom:0;
    height: 0;
    background-color: #fff;
    transition: all 0.3s linear;
    z-index: -1;
}
.btn_style1:hover:after,
.btn_style1:hover:before{height: 100%;}
.btn_style1:hover{color:#d8c397;}
.btn_style2{
    display: inline-block;
    border:solid 1px #c6b293;
    color:#c6b293;
    background-color: #fff;
    padding:6px 20px 10px;
    min-width: 120px;
}
.btn_style2.type2{background-color:#fe6c61; color:#fff;}
.btn_style2 .pic_icon{
    display: inline-block;
    width: 16px;height: 16px;
    position: relative;
    background: none no-repeat center / contain;
    bottom: -5px;right: -6px;
}
.btn_style2.disabled{ border-color: #ddd;color: #ccc;}
.btn_style1.disabled:hover:after,
.btn_style1.disabled:hover:before{height: 0;}
.btn_style2:hover{color:#fff;}
.btn_style1.disabled:hover{color:#ccc;}
.btn_style2:before,
.btn_style2:after{background-color:#c6b293; }
/******************************* BREADCRUMB *********************************/
.other_page{position: relative;}
.breadcrumb{
    width:100%;
    position: absolute; bottom: -15px;
    text-align: center;
    z-index: 2;
}
.brc_style {
    background-color: #fff;
    display: inline-block;
    box-shadow: 0 0 3px #e2e2e2;
    vertical-align: middle;
}
.brc_style .item {
    float: right;
    padding: 10px 20px;
    position: relative;
}
.brc_style .item:after{
    position: absolute; left:0; top:50%;
    content: "";
    background-color: #fe6c61;
    height: 4px;
    width:4px;
    transform: rotate(45deg);
}
.brc_style .item:last-child:after{
    display: none;
}
.brc_style .item > a{
    color:#ae9672;
    font-size:1.1rem;
}
/*************************** ironing loading image *************************************/
#ironing {
    position: absolute; top: 50%; left: 50%;
    margin-top: -5em;
    margin-left: -15em;
    width: 30em;
    height: 10em;
    background-color: transparent;
    overflow: hidden;
    transform: scale(.75, .75);
}
#cloth {
    position: absolute;
    bottom: 3em;
    width: 30em;
    border-bottom: .1em solid rgba(254, 108, 97, 0.5);
    animation: load 3s cubic-bezier(.87, .30, .45, 1) infinite;
}

#steam_cloud {
    position: absolute; top: .5em;
    left: 3.8em;
    width: 2em;
    height: 2em;
    background-color: #fff;
    opacity: 0;
    animation: steam 2s ease-in-out 1s infinite;
}
#stripe1 {
    position: absolute; left: -.1em;
    bottom: .5em;
    width: .8em;
    height: .2em;
    background-color: #fe6c61;
    transform: rotate(-70deg) skew(-50deg);
}
#stripe2 {
    position: absolute; left: .2em;
    bottom: .1em;
    width: .9em;
    height: .2em;
    background-color: #fe6c61;
    transform: rotate(-25deg) skew(60deg);
}

#puff1 {
    position: absolute; left: .3em; bottom: 1em;
    width: .6em;
    height: .6em;
    background-color: #fff;
    border-left: .2em solid #fe6c61;
    border-top: .2em solid #fe6c61;
    border-bottom: .2em solid #fe6c61;
    border-radius: 50%;
    transform: rotate(40deg) scale(1.2, 1.1);
}

#puff2 {
    position: absolute;
    left: .85em;
    bottom: 1em;
    width: .6em;
    height: .6em;
    background-color: #fff;
    border-left: .2em solid #fe6c61;
    border-top: .2em solid #fe6c61;
    border-right: .2em solid transparent;
    border-radius: 50%;
    transform: rotate(80deg) scale(1.2, 1.2);
}

#puff3 {
    position: absolute; left: 1.2em; bottom: .3em;
    width: .6em;
    height: .6em;
    background-color: #fff;
    border-top: .2em solid #fe6c61;
    border-right: .2em solid #fe6c61;
    border-bottom: .2em solid #fe6c61;
    border-radius: 50%;
    transform: rotate(-10deg) scale(1.2, 1.1);
}
#iron {
    position: absolute; bottom: 2em; left: 0;
    width: 6em;
    height: 5em;
    background-color: #fff;
    overflow: hidden;
    animation: iron 3s cubic-bezier(.87, .30, .45, 1) infinite;
}
#curve {
    position: absolute;
    width: 10em;
    height: 10em;
    margin-top: .5em;
    margin-left: -4.7em;
    background-color: #fe6c61;
    border-radius: 50%;
    transform: rotateX(30deg);
    overflow: hidden;
}
#grip {
    position: relative; top: 1.8em; left: 1em;
    width: 2em;
    height: 1.2em;
    background-color: #fff;
    border-radius: 35% 45% 20% 15%;
    transform: rotate(15deg);
}
#grip:before {
    position: absolute; bottom: .35em; left: .65em;
    content: '';   
    width: .75em;
    height: .15em;
    border-radius: 30% 30% 10% 10%;
    background-color: #fe6c61;
    transform: rotate(-15deg);
}
#grip:after {
    position: absolute; bottom: -.7em; left: 0;
    content: '';   
    height: 1em;
    width: 2.5em;
    background-color: #fe6c61;
    transform: rotate(-15deg);
}
#hide1 {
    position: absolute; top: .75em; left: -.6em;
    width: 1em;
    height: 3em;
    background-color: #fff;
    transform: rotate(25deg);
}
#hide2 {
    position: absolute; top: 3em; left: -1.2em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #fff;
    transform: rotateY(30deg);
}
#hide3 {
    position: absolute; bottom: -.2em; right: 0;
    width: 6em;
    height: 1.2em;
    background-color: #fff;
}
#part1 {
    position: absolute; top: 2.25em; right: 1.9em;
    width: 1em;
    height: 1em;
    background-color: #fe6c61;
    border-radius: 35%;
    transform: rotate(-5deg);
}
#part2 {
    position: absolute; left: .6em; bottom: 1.6em;
    width: .5em;
    height: .5em;
    background-color: #fff;
    border-radius: 50%;
}
#basis {
    position: absolute; bottom: 1.15em; left: 0;
    width: 5.5em;
    height: .12em;
    background-color: #fff;
    transform: rotateX(20deg);
}
@keyframes iron {
    0% {left: 0;}
    50% {left: 24em;}
    100% {left: 0;}
}

@keyframes load {
    0% {width: 0;}
    50% {width: 24em;}
    100% {width: 0;}
}

@keyframes steam {
    0% {
        opacity: 0;
        transform: scale(.75, .75);
    }
    10% {
        opacity: .5;
        transform: scale(1.1, 1.1);
    }
    20% {
        opacity: 0;
        transform: scale(.75, .75);
    }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(160deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(160deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.loading {
  background-color: transparent;
  border-radius: 50%;
  margin: 5px auto;
  animation: loading 5s infinite linear;
}
/*basic loading*/
.spin-1 {
  border: 5px solid #c00353;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 120px;
  margin-top: 170px;
  height: 120px;
}

.spin-2 {
  border: 5px solid #05bbc3;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 100px;
  height: 100px;
  animation-delay: 1s;
}

.spin-3 {
  border: 5px solid #d2d947;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 80px;
  height: 80px;
  animation-delay: 1s;
}

.spin-4 {
  border: 5px solid #f2a342;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 60px;
  height: 60px;
  animation-delay: 1s;
}

.spin-5 {
  border: 5px solid #f34d51;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 40px;
  height: 40px;
  animation-delay: 1s;
}

.spin-6 {
  border: 5px solid #fff;
  width: 20px;
  height: 20px;
  animation-delay: 1s;
}
/******************************************************************************/
/*************************** PAGES STYLES *************************************/
/******************************************************************************/
/**************************** HEADER *******************************/
/*#1*/
.rsp_menu{display: none;}
.header_part3 .rsp_slide_bg{
    display: none;
}
.header_part1{
    background-color: #343235;
    z-index: 100;
    position: relative;
}
.header_part1 .nav_part1{padding: 10px 0 12px;}
.header_part1 .nav_part1 .item{
    float: right;
    border-left:1px solid #484848;
    position: relative;
}
.nav_part1 .item .name{
    color:#999;
    display: inline-block;
    padding: 0 15px;
    line-height: 26px;
    font-size: 1.3rem;
    position: relative;
}
.header_part1 .right_part.nav_part1 .cart_link .responsive{display: none;}
.nav_part1 .item > a:hover, 
.nav_part1 .item > a:focus {
	color: #d8c397;
}
.nav_part1 .item .name .no{
	position: absolute; left: 4px; top: -2px;
    font-size: 1.1rem;
    line-height: 3px;
}
.menu_overlay{
    background-color: rgba(0, 0, 0, 0.5);
    cursor: url("../_images/icon/close_menu_responsive.png"), auto;
    display: none;
    height: 100%;
    position: fixed; right: 0; top: 0; left: 0; bottom: 0;
    z-index: 200;
}
.header_part1 .nav_part1.left_part .login .icon{font-size:2rem;}
/** CART STYLES **/
.cart_list{
    background-color: #3E3C3F;
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding:40px 25px;
    position: fixed; top: 0; right: -350px; bottom: 0;
    transition: all 0.4s ease 0s;
    width: 350px;
    z-index: 201;
}
.cart_menu{text-align: center;}
.cart_menu .cart_bg{
    background: rgba(0, 0, 0, 0) url("../_images/bg/slider-star.png") no-repeat scroll center center / contain ;
    display: inline-block;
    height: 45px;
    width: 140px;
}
.cart_box1{
    max-height: 250px;
    overflow: hidden;
    margin-top: 40px;
}
.cart_box1 .item2{
    margin-bottom: 8px;
    padding: 8px 8px 15px 0;
    position: relative;
}
.cart_box1 .item2 > p {
    background-color: transparent;
    border: 1px dashed #d8c397;
    border-radius: 2px;
    color: #d8c397;
    font-size: 1.1rem;
    line-height: 22px;
    padding: 5px 0 10px;
}
.cart_box1 .item2 .pro_bg1{
    height: 60px;
    width:60px; float: right;
    border:solid 1px #f0f0f0;
    background: rgba(0,0,0,0) none no-repeat center center /cover;
}
.cart_box1 .item2 .cart_content1{
    width:75%; float: left;
    position: relative;
    top: -9px;
}
.cart_content1 .title > a{
    font-size: 1.1rem;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    display: inline-block;
    width:100%;
    color:#fff;
    text-align: right;
}
.cart_content1 .title > a:hover{color:#FFBFBF;}
.cart_content1 .title .size_name,
.cart_content1 .title .size_name:hover{color:#bfbfbf;}
.cart_total1{
    position: relative;
    width:100%; float: right;
    padding: 20px 0;
    border-top:solid 1px #4f4d50;
    text-align: right;
}
.cart_total1:before{
    position: absolute; top:3px; right:0;
    content: "";
    height: 2px;
    width:100%;
    background-color: #4f4d50;
}
.cart_total1 .price_title,
.cart_total1 .price_total{
    width:50%; float: right;
    color:#d8c397;
    font-size: 1.5rem;
    line-height: 28px;
}
.cart_total1 .price_total{
    text-align: left;
    color:#fff;
}
.price1 {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 36px;
    margin-bottom: 65px;
    width: 100%;
}
.price1 .org_price1 {
    color: #fff;
}
.price1 .off_price1 {
    color: #ddd;
    padding: 0 15px;
    position: relative;
    text-decoration: line-through;
}
.price1 .off_price1::before {
    content: "-";
    position: absolute;
    right: 5px;
}
.price2 {
    color: #eee;
    font-size: 1rem;
    line-height: 22px;
    width: 50%; float: left;
    display: inline-block;
    text-decoration: line-through;
    text-decoration-color:#b1b1b1; 
    text-align: left;
}
.off_price{
    color: #d8c397;
    font-size: 1.1rem;
    line-height: 22px;
    width: 50%; float: right;
    display: inline-block;
    text-align: right;
}
.cancel_item{
    border-radius: 50%;
    height: 16px;
    width:16px;
    position: absolute; right: 0; top:0;
    z-index: 2;
    background: #bca480 url("../_images/icon/cancel-2.png") no-repeat scroll center center / 8px auto;
}
.cancel_item:hover{background-color: #fe6c61;}
/*searchbox*/
.sub_style1 {
    box-shadow: 0 1px 3px #ccc;
    position: absolute; left: 0; top: 41px;
    width: 230px;
    z-index: 6;
    padding: 15px;
    background-color: #fff;
    display: none;
}
.sub_style1:before{
    position: absolute; left:19px; top:-10px;
    content: "";
    border-bottom: solid 5px #fff;
    border-right:solid 5px transparent;
    border-top:solid 5px transparent;
    border-left:solid 5px transparent;
}
.sub_style1 .item1{
    border-bottom: solid 1px #eee;
    position: relative;
}
.sub_style1 .item1:last-child{border-bottom:none;}
.sub_style1 .item1 > a{
    padding: 6px 0;
    font-size: 1.15rem;
    line-height: 23px;
    color:#777;
    display: inline-block;
}
.sub_style1 .item1 > a:hover{color:#FE6C61;}
.sub_style1 .item1 .count_item{
    background-color: #eee;
    color:#baa687;
    top:9px;
}
/*#2*/
.header_part2{
    text-align: center;
}
.header_part2 .logo_part .logo{
    margin-bottom: -40px;
    display: inline-block;
    height: 115px;
    width: 115px;
    vertical-align: middle;
    background: #fff url(../_images/logo/logo1.png) no-repeat 3px center/ 89%;
    border-radius: 100%;
    position: relative;
    top: -30px;
    z-index: 100;
}
.menu_part1{
    display: inline-block;
    vertical-align: middle;
}
.menu_part1 .item{float: right;}
.menu_part1 .item .name2{
	color: #666;
    font-size: 1.3rem;
    display: inline-block;
    margin: 0 15px;
    padding: 10px 0;
    line-height: 26px;
    position: relative;
}
.menu_part1 .item .name2:before,
.menu_part1 .item.active .name2:before{
    content: "[";
    margin-right: -10px;
    transform: translateX(-20px);
    position: absolute;
}
.menu_part1 .item .name2:after,
.menu_part1 .item.active .name2:after{
    content: "]";
    margin-left: 10px;
    transform: translateX(20px);
    position: absolute;
}
.menu_part1 .item .name2:before,
.menu_part1 .item .name2:after,
.menu_part1 .item.active .name2:before,
.menu_part1 .item.active .name2:after{
    display: inline-block;
    opacity: 0;
    transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
}
.menu_part1 .item:hover .name2:before,
.menu_part1 .item:hover .name2:after,
.menu_part1 .item.active .name2:before,
.menu_part1 .item.active .name2:after{
    opacity: 1;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.menu_part1 .item:hover .name2:after,
.menu_part1 .item.active .name2:after{
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}
.menu_part1 .item .name2 > i{
    margin-right: 3px;
}
.menu_part1 .item:hover .name2,
.menu_part1 .item.active .name2{ 
    color:#bca480;
}
.menu_part1 .item.has_sub2{
    position: relative;
    text-align: right;
}
.sub_style4{
    background: #fff url(../_images/bg/pattern1.png) no-repeat left center / cover;
    border-top: 2px solid #c6b293;
    box-shadow: 0 0 3px #ddd;
    position: absolute; top:46px;
    padding: 15px;
    z-index: 1000;
    width: 200px;
    display: none;
}
.sub_style4.active2{display: block;}
.sub_style4:before{
    position: absolute; top:-13px; right:35px;
    margin-right: -5px;
    content: "";
    border-color: transparent transparent #c6b293;
    border-style: solid;
    border-width: 6px;
}
.sub_style4 .item2 > a{
    display: inline-block;
    font-size: 1.25rem;
    line-height: 25px;
    color:#777;
    padding: 5px 13px 5px 0;
    position: relative;
}
.sub_style4 .item2 > a::before {
    background-color: #c6b293;
    content: "";
    height: 5px;
    margin-top: 2px;
    position: absolute;
    right: 1px;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.sub_style4 .item2 > a:hover{color:#fe6c61;}
/*#3*/
.header_part3{
    overflow: hidden;
    position: relative;
    border-bottom: solid 1px #bca480;
}
.header_part3 .slide1_content .slide1 {overflow: hidden;}
.header_part3 .slide1_content .slide1 {
    overflow: visible !important;
}
.slide1.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.slide1 .owl-item { opacity: 0.2;}
.slide1 .owl-item.active{opacity: 1;}
.slide1_content .item > a{
    background: rgba(0,0,0,0) none no-repeat center bottom/ contain;
    height: 495px;
    vertical-align: middle;
    width:100%;
    display: inline-block;
}
.header_part3 .arrow{
    position: absolute;
    top: 0;bottom: 0;
    z-index: 5;
    cursor: pointer;
    padding: 10px 30px;
    display: inline-block;
    background: none no-repeat 18px center / 25px auto;
}
.header_part3 .arrow:hover{color:#ff275a;}
.header_part3 .prev{
    left: 0; right: auto;
    background-image: url(../_images/icon/arrow-left.png);
}
.header_part3 .next{
    right: 0;left: auto;
    background-image: url(../_images/icon/arrow-right.png);
    background-position: 15px center;
}
.header_part3 .owl-dots {
    padding: 0 20px;
    position: absolute;
    left: 0;right: 0;bottom: 12px;
    z-index: 5;
    text-align: center;
}
.header_part3 .owl-dots .item {
    padding: 0 5px;
    display: inline-block;
    text-align: center;
}
.header_part3 .owl-dots .item > span {
    background-color: #ddd;
    display: inline-block;
    height: 10px;
    vertical-align: middle;
    width: 10px;
    cursor: pointer;
}
.header_part3 .owl-dots .item.active > span{
    background-color: #bca480;
}
/*#4*/
.header_part4{
    background-color:#343235;
    position: relative;
}
.nav_style1 .item{
    float: right; width:16.66%;
    background-color:#343235;
}
.nav_style1 .item:last-child:after{
    position: absolute; right:99%; top:0; bottom:0;
    content: "";
    width:20000px;
    background-color: inherit;
}
.nav_style1 .item:nth-child(2n){ background-color:#3e3c3f;}
.nav_style1 .item .name{
	height: 100px;
    display: block;
    text-align: center;
    position: relative;
    padding: 25px 42px 25px 0;
}
.nav_style1 .item .icon1{
 	position: absolute; right: 10%; top: 0; bottom: 0;
    opacity: .6;
    width: 26%;
    background: none no-repeat center center / contain;
}
.nav_style1 .item:last-child .icon1{width:16%;}
.nav_style1 .item:hover .icon1{ opacity:.9;}
.nav_style1 .item .text1,
.nav_style1 .item .text2{
	display: block;
    line-height: 27px;
    color: #e6ded0;
    font-size: 1.8rem;
	transition:all .4s ease;
}
.nav_style1 .item:hover .text1{ color:#fff;}
.nav_style1 .item .text2{
	font-size: 1.2rem;
    letter-spacing: 1px;
    color: #847a67;
}
.nav_style1 .item:hover .text2{ color:#A89F8C;}
.sub_style2{
    position: absolute; left:0; right:0;
    padding: 20px;
    background-color: #fff;
    border:solid 1px #eee;
    z-index: 1000;
    display: none;
}
.sub_style2 .item1{
    width:23%; float: right;
    margin-left: 4%;
}
.sub_style2 .item1:last-child{
    width:46%;margin:0;
}
.sub_style2 .item1 .sub_bg_link{
    display: inline-block;
    width:100%;
    height: 260px;
    background: rgba(0,0,0,0) none no-repeat center center / contain;
    vertical-align: middle;
    position: relative;
    box-shadow: 0 0 3px #eee;
}
.sub_style2 .item1 .title_style5{
    color:#c6b293;
}
.sub_style2 .item1 .title_style5:before,
.sub_style2 .item1 .title_style5:after{
    background-color: #fff;
}
.cat_style2{
    padding: 10px 0;
    height: 200px;
    overflow: hidden;
}
.cat_style2 .item2 > a{
    display: inline-block;
    font-size:1.3rem;
    line-height: 26px;
    color:#777;
    padding-right: 13px;
    position: relative;
}
.cat_style2 .item2 > a:hover{color:#FE6C61;}
.cat_style2 .item2 > a:before{
    background-color: #c6b293;
    content: "";
    height: 5px;
    margin-top: 2px;
    position: absolute; right: 1px; top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.sub_style2-1{
    left:auto;
    width:70%;
}
.sub_style2-1 .item1{width:26%;}
.sub_style2-1 .item1:last-child{width:70%;}
.sub_style2-2{
    right:auto;
    width:25%;
    background: #fff url(../_images/bg/pattern1.png) no-repeat left center / cover;
}
.sub_style2-2 .item1{width:100% !important;}
.sub_style2-2 .item1 .cat_style2{height: auto;}
.sub_style3{
    position: absolute; top:41px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 3px #ccc;
    width:300px;
    z-index: 10;
    display: none;
}
.sub_style3::before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 5px;
  content: "";
  position: absolute; top: -10px; right: 17px;
}
.sub_style3 input[type="text"] {
    background-color: transparent;
    border: dashed 1px #ddd;
    color: #b0a18e;
    direction: rtl !important;
    float: right;
    font-size: 1.3rem;
    line-height: 22px;
    padding: 5px 5px 10px 40px;
    text-align: right;
    height: 40px;
    width: 100%;
}
.sub_style3 input[type="submit"] {
    border:none;
    background: #C6B293 url(../_images/icon/12.png) no-repeat center center / 20px auto;
    height: 40px;
    width:40px;
    position: absolute; left:20px;
}
.sub_style3 > p{
    margin-bottom:15px;
    font-size: 1.2rem;
    line-height: 24px;
    color:#888;
}
.nav_style1 .item .name .sub_arrow1 {
  display: none;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.nav_style1 .item .name .sub_arrow1::before {
  border-color: transparent transparent #343235;
  border-style: solid;
  border-width: 10px;
  content: "";
  position: absolute; top: -20px;
  z-index: 1001;
}
.nav_style1 .item .name .sub_arrow2 {
  display: none;
  margin: 0 auto;
  position: absolute; right: 0; left: 0; bottom: 0;
  width: 30px;
}
.nav_style1 .item .name .sub_arrow2::before {
  border-color: #343235 transparent transparent;
  border-style: solid;
  border-width: 10px;
  bottom: -20px;
  content: "";
  position: absolute;
  z-index: 1001;
}
.nav_style1 .item:nth-child(2n) .name .sub_arrow1::before {
    border-bottom-color: #3e3c3f;
}
.nav_style1 .item:nth-child(2n) .name .sub_arrow2::before {
    border-top-color: #3e3c3f;
}
.nav_style1 .item .name .sub_arrow1.active1, 
.nav_style1 .item .name .sub_arrow2.active2 {
    display: block;
}
/**************************** HOME *******************************/
.sec_margin{margin-bottom: 60px;}
/*#1*/
.home_part1{
    padding-bottom: 60px;
}
.home_part1 .user_offer{
    background: rgba(0,0,0,0) url(../_images/bg/bg-facts.png) no-repeat center center / contain;
    height: 250px;
    width:100%;
    position: relative;
}
.home_part1 .user_offer .item{
    height: 120px;
    width:120px;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    padding: 7px;
    background-color: #c6b293;
}
.home_part1 .user_offer #item1{
    right:225px;  top:50px; 
}
.home_part1 .user_offer #item2{
    top:130px; right:410px;
}
.home_part1 .user_offer #item3{
    top:45px; left:410px;
}
.home_part1 .user_offer #item4{
    left:175px; top:130px;
}
.home_part1 .user_offer .item .offer_icon{
    width:100%; 
    height: 100%;
    border-radius: 100%;
    border:solid 5px #fff;
    display: inline-block;
    background: rgba(0,0,0,0) none no-repeat center center / 40px auto;
}
.home_part1 .user_offer #item1 .offer_icon{
    border-top:solid 5px rgba(255,255,255,0.45);
    border-left:solid 5px rgba(255,255,255,0.45);
    border-bottom:solid 5px rgba(255,255,255,0.45);
}
.home_part1 .user_offer #item2 .offer_icon{
    border-top:solid 5px rgba(255,255,255,0.45);
    border-left:solid 5px rgba(255,255,255,0.45);
    border-right:solid 5px rgba(255,255,255,0.45);
}
.home_part1 .user_offer #item3 .offer_icon{
    border-top:solid 5px rgba(255,255,255,0.45);
    border-bottom:solid 5px rgba(255,255,255,0.45);
    border-right:solid 5px rgba(255,255,255,0.45);
}
.home_part1 .user_offer #item4 .offer_icon{
    border-left:solid 5px rgba(255,255,255,0.45);
    border-bottom:solid 5px rgba(255,255,255,0.45);
    border-right:solid 5px rgba(255,255,255,0.45);
}
.home_part1 .user_offer .item > h1 {
    color: #555;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 30px;
    padding: 10px 0;
    width: 130px;
}
/*#2*/
.home_part2{text-align: center;}
.title2_color{color:#666 !important;}
.tab_style1{text-align: center;}
.tab_btn1 {
    vertical-align: middle;
    border-bottom: 2px solid #eee;
    width:100%; float: right;
    position: relative;
}
.tab_btn1 .item{
    float: right;
    margin-left: 15px;
}
.tab_btn1 .item:last-child{margin-left: 0;}
.tab_btn1 .item .name {
    color: #666;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 30px;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    width: 100%;
}
.tab_btn1 .item .name::before {
    background-color:#bca480;
    content: "";
    height: 2px;
    position: absolute; right: 0; left:0; bottom: -1px;
    transition: all 0.3s linear;
    opacity: 0;
}
.tab_btn1 .item .name.active,
.tab_btn1 .item .name:hover{color:#bca480;}
.tab_btn1 .item .name.active:before{
    opacity: 1;
}
.tab_style1 .tab_content1{
    width:100%; float: right;
    position: relative;
    margin-top: 33px;
}
.tab_content1 .item1{
    display: none;
    position: relative;
}
.tab_content1 .item1.active{display: block;}
.chng_pic{
    position: relative;
    height: 287px;
    border:solid 1px #eee;
    overflow: hidden;
}
.chng_pic .pro_pic1{
    position: absolute; right:0; left:0;
    height: 100%;
    width:100%;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    background: #FFF none no-repeat center center / contain;
}
.chng_pic .pro_pic2{
    position: absolute; right:0; left:0;
    height: 100%;
    width:100%;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    background: #F7F7F7 none no-repeat center center / contain;
}
.box_style5 .item3:hover .pro_pic1{opacity: 0;}
.box_style5 .item3:hover .pro_pic2{opacity: 1;}
.chng_pic .pro_link {
    position: absolute; bottom: -36px;
    transition: all 0.3s linear;
    width: 100%;
    z-index: 5;
}
.chng_pic .pro_link .item4{
    width:50%; float: right;
    background-color: rgba(59, 62, 67, 0.75);
    text-align: center;
    padding-bottom: 4px;
    position: relative;
}
.chng_pic .pro_link .item4:first-child .icon4{
    font-size: 2.4rem;
    line-height: 30px;
}
.chng_pic .price3 ,
.chng_pic .off_price2{
    background-color: #fff;
    box-shadow: 0 0 5px #ddd;
    position: absolute; top: 15px; left: -88px;
    transition: all 0.4s linear;
    z-index: 3;
}
.chng_pic .off_price2{
    top:60px;
}
.chng_pic .off_price2:before{
    background-color: #ddd;
    width:2px;
    content: "";
    margin: -20px auto 0;
    position: absolute;left: 50%;
    height: 20px;
    z-index: -1;
}
.chng_pic .price3 > span{
    line-height: 24px;
    font-size: 1.2rem;
    padding: 2px 7px;
    display: inline-block;
    color:#b3a288;
    text-decoration: line-through;
}
.chng_pic .price3.no_line > span{text-decoration: none;}
.chng_pic .off_price2 > span{
    line-height: 24px;
    font-size: 1.2rem;
    padding: 2px 7px;
    display: inline-block;
    color:#fe6c61;
}
.box_style5 .item3:hover .chng_pic .price3 ,
.box_style5 .item3:hover .chng_pic .off_price2{left:10px;}
.box_style5 .item3 .chng_pic .pro_link .item4:hover{
    background-color: rgba(59, 62, 67, 1);
}
.chng_pic .pro_link .item4:hover .icon4{color:#d8c397;}
.box_style5 .item3:hover .chng_pic .pro_link{bottom:0;}

/*#6*/
.title_style6{
	display:block;
	text-align:center;
	position:relative;
	color:#666;
	font-size:2.2rem;
	line-height:55px;
	margin-top:5px;
}
.title_style6 .corner_left_top {
    border: 2px solid #bca480;
    height: 30px;
    position: absolute;
    width: 30px;
    border: 2px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #ff2759 0%, #700877 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #ff2759 0%,#700877  100%);
    border-image: linear-gradient(to bottom, #ff2759 0%,#700877  100%);
    border-image-slice: 1;
}
.title_style6 .corner_left_top {
    border-bottom: medium none;
    border-right: medium none;
    left: 0; top: 0;
}
.box_style4 .item2:last-child .title_style6 {
    left: 0;
    padding-left: 20px;
    position: absolute;
    text-align: left;
    top: -70px;
    width: 100%;
}
/*#3*/
.home_part3{
    overflow: hidden;
}
.home_part3 .adult_cat{
    position: relative;
}
.home_part3 > aside{
    width:50%;
    height: 650px;
    margin-bottom: 0 !important;
    background: rgba(0,0,0,0) none no-repeat center center / cover;
}
.home_part3 .right_part2{background-position: right top;}
.home_part3 .left_part2{background-position: left top;}
.pic, 
.box_style1 .item2 .baby_gif {
    display: inline-block;
    height: 450px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.box_style1 .item2 .baby_gif{
    background: rgba(0,0,0,0) url('../_images/bg/baby.gif') no-repeat center center / contain;
}
.box_style3 .item1 .pic{
    height: 233px;
    display: inline-block;
}
.pic::after, 
.box_style1 .item2 .sale_pic1::after {
    border-right: 810px solid rgba(255, 255, 255, 0.4);
    border-top: 1000px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
}
.box_style3 .item1 .pic::after {border-right-width: 1005px;}
.pic .sub_title {
    bottom: 15px;
    color: #bca480;
    font-size: 1.3rem;
    position: absolute;
    right: -50%;
    transition: all 0.5s ease 0.2s;
    z-index: 1;
}
.pic .title {
    bottom: 35px;
    color: #fff;
    font-size: 2.5rem;
    position: absolute;
    right: -50%;
    transition: all 0.5s ease 0.1s;
    z-index: 1;
}
.box_style3 .item1 .pic .title{
    font-size: 1.8rem;
    width: 150px;
    overflow: hidden;
    height: 36px;
    text-align: right;
}
.box_style3 .item1 .pic .sub_title{font-size: 1.2rem;}
.pic .img {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover ;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1);
    transition: all 1s ease 0s;
}
.box_style3 .item1 .pic .img{
    background: #F7F7F7 none no-repeat center center / contain;
}
.box_style3 .item1:hover .sub_title{right:15px;} 
.box_style3 .item1:hover .title{right:15px;}
.box_style3 .item1:hover .pic.bej::after{
    border-right-color:rgba(188,164,128,0.9);
}
.box_style3 .item1:hover .pic::after{
    border-right-color:rgba(0,0,0,0.5);
}
/*#4*/
.box_style1 .item{
    float: right;
    margin: 0 1%;
    width: 31.33%;
}
.box_style1 .item:nth-child(2) .title_style6{top:-455px;}
.pic,
.box_style1 .item2 .sale_pic1{
    height: 450px;
    overflow: hidden;
    position: relative;
    width:100%;
    display: inline-block;
    vertical-align: middle;
}
.pic:after,
.box_style1 .item2 .sale_pic1:after{
    content:'';
	position:absolute; top:0; right:0;
	border-right:solid 810px rgba(255,255,255,.4);
	border-top:solid 1000px transparent;
	transition:all .5s ease;
}
.box_style1 .item2 .sale_pic1{
    background-color: #f5f5f5;
    padding: 142px 124px;
}
.item_hover:hover .pic:after{ border-right-color:rgba(0,0,0,.4);}
.item_hover:hover .pic.bej:after{ border-right-color:rgba(188,164,128,0.9);}
.box_style1 .item2 .sale_pic1 .title_style6{
    margin-top: 0;
}
.box_style1 .item2:hover .sale_pic1 .title_style6{
    color:rgba(188,164,128,0.85);
}
.pic .img{
	background: #F7F7F7 no-repeat center center / contain;
	transition:all 1s ease;
	position:absolute;
	right:0; left:0; top:0; bottom:0; 
	transform:scale(1);
}
.item_hover:hover .pic .img{ transform:scale(1.02);}
.pic .title{
	position: absolute;
    bottom: 35px;right: -50%;
    font-size: 2.5rem;
    z-index: 1; 
	color:#fff;
	transition:all .5s ease .1s;
}
.pic .sub_title{
	position: absolute;
    bottom: 15px;right: -50%;
    font-size: 1.3rem;
    z-index: 1;
	color:#BCA480;
	transition:all .5s ease .2s;
}
.pic.bej .sub_title{ color:#555;}
.item_hover:hover .pic .title,
.item_hover:hover .pic .sub_title{ right:15px;}
/*#5*/
.home_part5{
    background: rgba(0,0,0,0) url(../_images/bg/bg_slider_1.jpg) fixed no-repeat center center / cover;
    height: 600px;
    width:100%;
    position: relative;
    padding: 60px 0;
}
.home_part5:before{
    content: "";
    opacity: 0.8;
    position: absolute; left:0; right:0; top:0; bottom: 0;
    background-color:rgba(52,50,53,0.5);
}
.home_part5 .home_about{
    width:50%; float: right;
    padding: 0 40px;
    text-align: center;
    color:#fff;
    position: relative;
}
.home_part5 .home_about .title_style5{
    color:#fff;
    font-size: 2rem;
    line-height: 40px;
    border-color:#fff;
}
.home_part5 .home_about .title_style5::before,
.home_part5 .home_about .title_style5::after{
    background-color: #fff;
}
.home_part5 .home_about > p{
    font-size:1.4rem;
    line-height: 32px;
    overflow: hidden;
    height: 300px;
    margin-top: 20px;
    text-align: justify;
}
.video_box {
    background-color: #000;
    overflow: hidden;
    position: absolute; left: 0;
    width: 50%;
}
.video_box .jp-video-play {
    margin-left: -38px;
    margin-top: -50px;
    position: absolute; top: 50%; left: 50%;
}
.video_box .jp-video-play button {
    background-color: transparent;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 8rem;
    line-height: 55px;
    outline: medium none;
}
.video_box #jp_container_1 .jp-interface{
    border:solid 1px red;
    position: absolute; right: 0; left: 0; bottom: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.video_box .jp-progress{
    margin: 0 auto;
    display: inline-block;
    width:80%; float: left;
    position: relative;
}
.video_box .jp-controls {
    float: left; width: 20%;
    text-align: center;
}
.video_box .jp-controls > button {
    background-color: transparent;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 2.3rem; 
    line-height: 46px;
    margin: 0 5px;
    outline: medium none;
}
.video_box .jp-seek-bar {
    float: left;
    height: 4px;
    margin: 22px 0 0 20px;
    width: 76% !important;
    background-color: #666;
}
.video_box .jp-play-bar {
    background-color: #C6B293;
    border-radius: 4px;
    height: 100%;
    overflow: visible !important;
    position: relative;
}
.video_box .jp-play-bar::after {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 1px 4px rgba(255, 255, 255, 0.5);
    content: "";
    height: 11px;
    position: absolute;
    right: 0;
    top: -4px;
    width: 11px;
}
.video_box .timer {
    float: right;
    position: relative;
    width: 20%;
    text-align: center;
    padding: 13.5px 0;
}
.video_box .jp-current-time {
    color: #ccc;
    display: inline-block;
    font-size: 1.1rem;
    position: initial;
    bottom: 6px;
    left: 10px;
    letter-spacing: 1px;
    position: absolute;
}
.video_box .jp-current-time {
    color: #ccc;
    display: inline-block;
    font-size: 1.1rem;
    position: initial;
}
.video_box .jp-duration {
    color: #ccc;
    display: inline-block;
    font-size: 1.1rem;
}
.video_box .jp-duration::before {
    color: #ccc;
    content: "-";
    font-size: 0.8rem;
    margin: 0 5px 0 3px;
}
.video_box .tools {
    float: left;
    text-align: center;
    width: 100%;
    border:solid 1px green;
}
.video_box .jp-volume-controls {
    float: left;
    position: relative;
    width: 50%;
}
.video_box .jp-volume-controls button {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    outline: medium none;
}
.video_box .jp-volume-controls .jp-volume-bar {
    background-color: #666;
    border-radius: 5px;
    cursor: pointer;
    height: 4px;
    width: 100px;
}
.video_box .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
    background-color: #dac070;
    border-radius: 5px;
    height: 100%;
    transition: width 0.3s ease 0s;
}
.video_box .jp-volume-controls .jp-mute, 
.video_box .jp-volume-controls .jp-volume-max {
    position: absolute; top: -11px;
}
.video_box .jp-volume-controls .jp-mute {left: -25px;}
.video_box .jp-volume-controls .jp-volume-max {right: -25px;}
/*#6*/
.banner_style1 li{position: relative;}
.banner_style1 li::before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 15px;
    content: "";
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 50%;
    top: 10px;
    transition: all 300ms ease 0s;
    z-index: 11;
}
.banner_style1 li::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 50%;
    content: "";
    left: 10px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all 600ms ease 0s;
    z-index: 11;
}
.banner_style1 li:hover::before {
    left: 10px; right: 10px;
    opacity: 1;
}
.banner_style1 li:hover::after {
    bottom: 15px; top: 10px;
    opacity: 1; 
}
/*#7*/
.home_part7{
/*    background: transparent url(../_images/bg/main-big-baner-8.jpg) no-repeat center center / cover;*/
    text-align: center;
/*    padding: 20px 0;*/
}
.title_style2::after, 
.title_style2::before {
    background: #ddd none repeat scroll 0 0;
}
.slide2_content {margin: 20px 0;}
.slide2_content > p {
    border: 1px solid red;
    color: #777;
    font-size: 1.3rem;
    line-height: 26px;
    padding: 10px 0;
}
.slide2_content .item .slide_item{
    text-align: right;
}
.slide2_content .item .slide_item:hover .pro_pic1,
.slide5_content .item .slide_item:hover .pro_pic1{opacity: 0;}
.slide2_content .item .slide_item:hover .pro_pic2,
.slide5_content .item .slide_item:hover .pro_pic2{opacity: 1;}
.slide2_content .owl_btns .prev,
.slide2_content .owl_btns .next {
    background-color: #fff;
    border: 2px solid #c6b293;
    cursor: pointer;
    height: 40px;
    position: absolute; right: -15px; bottom:50px; top:0;
    margin:auto 0;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 40px;
    z-index: 2;
    opacity: 1;
}
/*.slide2_content:hover .owl_btns .arrow{opacity: 1;}*/
.slide2_content .owl_btns .next {
    left: -15px; right: auto;
}
.slide2_content .item .slide_item:hover .chng_pic .pro_link,
.slide5_content .item .slide_item:hover .chng_pic .pro_link{bottom:0;}
.chng_pic .sale1 {
    background: rgba(0, 0, 0, 0) url("../_images/bg/sale-label.png") no-repeat scroll center bottom / 50px auto;
    color: #fff;
    font-size: 1.4rem;
    height: 95px;
    position: absolute; top: -12px; left: -10px;
    text-align: center;
    transform: rotate(-28deg);
    width: 55px;
    z-index: 3;
}
.chng_pic .sale1 .sale_no {
    direction: ltr;
    display: inline-block;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 2px 0;
    position: absolute; left: 13px; right: 0; top: 50px;
    transform: rotate(100deg);
}
.chng_pic .sale1 .sale_txt {
    bottom: 4px;
    display: inline-block;
    position: absolute;
    right: 20px;
}
.home_part7 .btn_style1{margin-top: 45px;}
/*#8*/
.slide3_content .item .brand_bg1,
.slide7_content .item .brand_bg1{
    background: rgba(0,0,0,0) none no-repeat center center / contain;
    height: 100px;
    width:100%;
    display: inline-block;
    /*filter:grayscale(100%);*/
}
.slide3_content .item .brand_bg1:hover,
.slide7_content .item .brand_bg1:hover{filter:grayscale(0);}
.detail_part3 .owl_btns,
.slide7_content .owl_btns{
    position: relative; bottom:70px;
    z-index: 2;
    height: 42px;
}
.detail_part3 .owl_btns{top:145px;height: 1px;}
.slide3_content .owl_btns .prev, 
.slide3_content .owl_btns .next,
.detail_part3 .owl_btns .prev,
.detail_part3 .owl_btns .next,
.slide7_content .owl_btns .prev,
.slide7_content .owl_btns .next{
    border: 2px solid #f0f0f0;
    cursor: pointer;
    height: 40px;
    position: absolute; right:-15px;
    text-align: center;
    transition: border 0.3s linear 0s;
    width: 40px;   
    background-color: #fff;
}
.slide3_content .owl_btns .next,
.detail_part3 .owl_btns .next,
.slide7_content .owl_btns .next{
    left:-15px; right:auto;
}
.slide3_content .owl_btns .prev:hover, 
.slide3_content .owl_btns .next:hover,
.detail_part3 .owl_btns .prev:hover, 
.detail_part3 .owl_btns .next:hover,
.slide7_content .owl_btns .prev:hover, 
.slide7_content .owl_btns .next:hover{border-color:#BCA480;}
.slide3_content .owl_btns .prev,
.slide3_content .owl_btns .next{
  bottom: 30px;
  z-index: 3;
}
/******************************* FOOTER *********************************/
.footer_style {
    background-color: #343235;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #343235 url(../_images/bg/man.jpg) no-repeat left center /cover;
}
.footer_style:after{
    position: absolute; top:0; bottom:0; lefT:0; right:0;
    content: "";
    background-color:rgba(0,0,0,0.3);
    z-index: -1;
}
.footer_style .footer_part1{
    padding: 40px 0;
}
.footer_style .footer_part1 .item{
    width:33.33%; float: right;
}
.footer_style .footer_part1 .item:last-child{
   padding-left:45px;
}
.footer_style .footer_part1 .item > p{
    height: 72px;
    overflow: hidden;
    color:#989898;
    font-size: 1.2rem;
    line-height: 24px;
    text-align: justify;
    margin: 25px 0 15px;
}
.footer_style .footer_part1 .item .footer_logo {
    background: rgba(0, 0, 0, 0) url(../_images/logo/logo2.png) no-repeat scroll center center / contain;
    display: inline-block;
    height: 95px;
    opacity: 0.65;
    vertical-align: middle;
    width: 100%;
    margin-top: 10px;
}
.list_style1{
    margin: 15px 0 25px;
}
.list_style1 .item1{
    float: right; width:50%;
}
.list_style1 .item1 > a{
    display: inline-block;
    color:#ccc;
    position: relative;
    font-size:1.2rem;
    line-height: 24px;
    padding-right:13px ;
    margin-bottom: 15px;
}
.list_style1 .item1 a:before{
    position: absolute; right:0; top:50%;
    content: "";
    height: 5px;
    width:5px;
    margin-top: 2px;
    background-color: #c6b293;
    transform: rotate(45deg);
}
.list_style1 .item1 > a:hover{color: #c6b293;}
.list_style1 .item2 .info1{
    display: inline-block;
    color:#ccc;
    font-size:1.2rem;
    line-height: 24px;
    margin-bottom: 15px; 
    width:85%;
}
.list_style1 > p {
    color: #989898;
    font-size: 1.3rem;
    line-height: 26px;
    margin-bottom: 15px;
}
.list_style1 .newsletter {position: relative;}
.list_style1 .newsletter::before {
    color: #fff;
    content: "l";
    font-family: ninilouxe;
    font-size: 1.7rem;
    line-height: 25px;
    padding: 8px 10px 8px 8px;
    position: absolute; right: 0;
}
.list_style1 .newsletter::after {
    background-color: #727272;
    content: "";
    position: absolute; top: 0; right: 35px; bottom: 0;
    transform: rotate(20deg);
    width: 1px;
}
.list_style1 input[type="text"] {
    background-color: transparent;
    border: 1px solid #727272;
    color: #fff;
    direction: ltr;
    font-size: 1.3rem;
    height: 45px;
    line-height: 26px;
    padding: 0 45px 0 5px;
    text-align: left;
    width: 100%;
}
.list_style1 input[type="submit"] {
    background-color: transparent;
    border: medium none;
    color: #fff;
    font-size: 1rem;
    padding: 8px 18px;
    height: 45px;
    position: absolute; right: 0; top: 0;
}
.list_style1 .newsletter:hover::before {
    color: #c6b293;
}
.footer_style .footer_part2{
    margin: 10px 0;
}
.footer_style .footer_part2 .item3 {
    float: right;
    text-align: center;
    margin-left: 15px;
}
.footer_style .footer_part2 .item3 .social_net{
    border:2px solid #4c4c4c;
    display: inline-block;
    position: relative;
    width:37px;
    border-radius: 100%;
    height: 37px;
    text-align: center;
    vertical-align: middle;
}
.footer_style .footer_part2 .item3 .social_net:after{
    position: absolute; top:0; left:0; right:0; bottom: 0;
    content: "";
    background-color: rgba(255,255,255,0.4);
    transform: scale(0);
    transition: all 0.4s ease 0s;
    border-radius: 100%;
    opacity: 1;
}
.footer_style .footer_part2 .item3 .social_net:hover:after{
    background-color: rgba(255,255,255,1);
    transform: scale(1.8);
    opacity: 0;
}
.footer_style .footer_part2 .item3 .social_net:hover{
    background-color: #fff;
    border-color:#fff;
}
.footer_style .footer_part2 .item3 .social_net > i{
    font-size:1.8rem;
    color:#C6B293;
    position: absolute; top: -5px; left:0; right:0;
    margin: 0 auto;
}
.footer_style .footer_part2 .item3:nth-child(2) .social_net > i{
    font-size:1.5rem;
    top:-1px;
}
.footer_style .footer_part3{
    border-top:solid 1px #494949;
    position: relative;
}
.footer_style .footer_part3 .copy_right{
    text-align: center;
    color:#ccc;
}
.footer_part3 .copy_right .item{
    padding: 5px 0;
}
.copy_right .item .footer_logo {
  background: rgba(0, 0, 0, 0) none no-repeat scroll center center / 20px auto;
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  width: 25px;
}
.copy_right .item > a {
  color: #c6b293;
}
.copy_right .item > a:hover {
  color: #fff;
}
/******************************* CONTACTUS *********************************/
.contact_page{position: relative;}
.contact_page .body_bg{
    position: absolute;
}
.contact_page .bg1{
    top:50px; right:50px;
    background: rgba(0,0,0,0) url(../_images/bg/bgh-1.jpg) no-repeat center center / contain;
    height: 200px;
    width:200px;
}
.contact_page .bg2{
    left: 50px; top: 50%;
    background: rgba(0,0,0,0) url(../_images/bg/bgh-2.jpg) no-repeat center center / contain;
    height: 200px;
    width:200px;
}
.contact_page .bg3{
    bottom: 50px; right: 50px;
    background: rgba(0,0,0,0) url(../_images/bg/bgh-3.jpg) no-repeat center center / contain;
    height: 200px;
    width:200px;
}
.contact_part1 .map_style {
    height: 435px;
    width: 100%;
}
.contact_part2 .inner,
.contact_part3 .inner{padding: 0 80px;}
.contact_part2 .contact_info1{
    border:solid 1px #eee;
    background-color: #fff;
}
.contact_part2 .contact_info1 .content_style1 p{ height: 335px;}
.contact_info1 .right_part{
    width:50%; float: right;
    padding: 25px 45px;
    position: relative;
    text-align: center;
    background: rgba(0,0,0,0) url(../_images/logo/logo3.png) no-repeat center center / 75%;
}
.contact_info1 .right_part .btn_style1{margin-top: 30px;}
.contact_info1 .left_part{
    float: left; width:50%;
    border-right:solid 1px #eee;
    min-height: 509px;
}
.contact_info1 .left_part .item{
    padding: 25px;
    color:#888;
    position: relative;
}
.contact_info1 .left_part .item:nth-child(3):before{
    position: absolute; right:-2px; top:0;
    content: "";
    height: 100%; width:2px;
    transition: all 0.3s linear;
    background-color:#fe6c61;
}
.contact_info1 .left_part .item:nth-child(3) .icon10{
    color:#fe6c61;
}
.info_box .info_icon{
    float: right;
    height: 50px;
    margin-left: 15px;
}
.info_box .item2 .info_title{
    display: inline-block;
    font-size: 1.5rem;
    line-height: 30px;
}
.info_box .item2 .info_txt{
    font-size:1.2rem;
    line-height: 24px;
}
.contact_box{
    margin-top: 25px;
}
.form_style1{
    padding: 35px;
    position: relative;
    border:solid 1px #eee;
    text-align: center;
}
.form_style1 .item{
    padding:0 10px 10px;
    position: relative;
    float: right;
    text-align: right;
}
.form_style1 .item input[type='text'],
.form_style1 .item input[type='password'],
.form_style1 .item textarea{
    border: 2px solid #f0f0f0;
    font-size: 1.3rem;
    height: 45px;
    line-height: 26px;
    padding: 0 35px 0 7px;
    width: 100%;
    color:#777;
}
.form_style1 .item input.tright[type='text'],
.form_style1 .item textarea.tright{padding: 0 7px 0 35px;}
.form_style1 .item textarea{
    min-height: 180px;
}
.form_style1 .full_item {width: 100%;}
.form_style1 .half_item{width:50%;}
.form_style1 .four_item{width:25%;}
input[name="captcha"] {
    color: #555;
    font-family: "consola";
    font-size: 2.3rem !important;
    height: 43px;
    letter-spacing: 2px;
    text-align: center !important;
}
.form_label2{
    color: #bca480;
    font-size: 1.2rem;
    line-height: 24px;
    padding-bottom: 5px;
    display: inline-block;
}
.form_star{
    color:#fe6c61;
    padding-right: 4px;
    display: inline-block;
}
.icon12 {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / 20px auto;
    height: 25px;
    position: absolute; top:37px; right: 20px;
    width: 25px;
}
.submit_item .btn_style6 {
    border: medium none;
    width: 50%;
}
.form_style1 .submit_item  {
    text-align: center;
    top:23px;
}
.contact_part3 .form_style1 .captcha_item{width:35%;}
.form_style1 .captcha_item .part1{width:30%;}
.form_style1 .captcha_item .part3{width:27%;}
.form_style1 .captcha_item .part2{
    width:10%;
    text-align: center;
}
.form_style1 .captcha_item .part3,
.form_style1 .captcha_item .part2{margin-top: 27px;}
.form_style1 .item .captcha_img{
    border:solid 2px #f0f0f0;
    height: 45px;
    text-align: center;
}
.form_style1 .item .captcha_img > img{
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.form_style1 .item .refresh_icon {
    color: #fe6c61;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
}
.form_style1 .item.login{width:44.7%;}
.form_style1 .item.register{width:43%;}
.form_style1 .item.login .captcha_img > img{width:100%;}
.form_style1 .item.forgot{
    padding: 0 10px;
    margin-bottom: 10px;
}
.form_style1 .item.forgot .login_item{
    width:50%;
    color: #888;
    font-size: 1rem;
    position: relative;
    line-height: 17px;
}
.form_style1 .item.forgot .login_item.fright{
    text-align: right;
    padding-right: 20px;
}
.form_style1 .item.forgot .login_item.fleft{
    text-align: left;
}
.form_style1 .item.forgot .login_item.fleft > a{
    position:relative;
    display: inline-block;
    color:#fe6c61;
    padding-right: 23px;
}
.form_style1 .item.forgot .login_item.fleft > a:before{
    content: "";
    position: absolute; right:0;
    background: rgba(0,0,0,0) url(../_images/icon/exclumantion-mark.png) no-repeat center center / 15px auto;
    height: 20px;
    width:20px;
}
.form_style1 .item.forgot .check_radio_style2 input[type="checkbox"] + span {
    right:0;
    bottom: 0;
    margin: auto 0;
}
.form_style1 .item.no_padding{
    padding-bottom: 7px;
}
/******************************* LOGIN  ************************************/
.login_page,
.reset_page,
.forgot_page{
    background-color: #f5f5f5;
    padding: 85px 0;
}
.form_box{
    border:1px solid #c6b293;
    position: relative;
}
.form_box:before{
    background-color: #f5f5f5;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute; right: 0; top: -1px; left: 0;
    width: 75px;
}
.form_box.register{
    width:55%; float: right;
}
.form_box.login{
    width:40%; float: left;
}
.reset_page,
.forgot_page{text-align: center;}
.form_box.reset,
.form_box.forgot{
    width:50%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
.form_style1{
    background-color: #fff;
    margin: 7px;
}
.form_box .login_bg{
    display: inline-block;
    height: 50px;
    width:50px;
    background: rgba(0,0,0,0) none no-repeat center center / contain;
    position: absolute; left:0; right:0; top:-25px;
    margin: 0 auto;
    z-index: 3;
}
.form_style1 .form_notice p {
    color: #777;
    font-size: 1.2rem;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
}
/******************************* ARTICLE *********************************/
.article_page {
  background-color: #F5F5F5;
  padding:85px 0;
}
.article_page .inner{padding: 0 80px;}
.btn_style3{
    font-size: 1.15rem;
    line-height: 23px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    color:#FE6C61;
}
.btn_style3:after{
    height: 2px;
    background-color:#FE6C61;
    position: absolute; bottom:0; right:0; left:0;
    content: "";
    opacity: 0;
}
.box_style7 .item .btn_style3:after{
    opacity: 1;
}
.box_style7 .item .btn_style3:hover{color:#bca480;}
.box_style7 .item .btn_style3:hover:after{background-color:#bca480; }
/******************************* ARTICLE DETAIL *********************************/
.blgdet_page .right_side{
    float: left; width:70%;
    text-align: center;
}
.blgdet_page .right_side .part1{
    border:solid 1px #eee;
    width:100%;
    position: relative;
}
.blgdet_page .right_side .part1 > img{
    width:100%;
    vertical-align: middle;
}
.blgdet_page .right_side .part1 .blgdet_title{
    background-color: #fff;
    position: absolute; bottom:-70px; left:0; right:0;
    width:90%;
    margin: 0 auto; 
    padding: 40px;
    text-align: center;
    border-bottom:solid 2px #eee;
}
.blgdet_page .right_side .part1 .blgdet_title:after{
    position: absolute; left:0; right:0; bottom:-2px;
    margin: 0 auto;
    background-color: #c6b293;
    content: "";
    height: 2px;
    width:50%;
}
.blog_icon{
    border-radius: 100%;
    height: 65px;
    width:65px;
    box-shadow: 0 0 5px #ddd;
    background-color: #fff;
    position: absolute; left:0; right:0; top:-40px;
    margin: 0 auto;
    text-align: center;
}
.blog_icon .icon11{
    border-radius: 100%;
    height: 50px;
    width:50px;
    display: inline-block;
    margin-top: 7px;
    background: #fe6c61 url(../_images/icon/blog.png) no-repeat center center / 20px auto;
}
.blgdet_title > h1{
    font-size:1.5rem;
    line-height: 30px;
    text-align: center;
    color:#777;
}
.blgdet_title .list_style2 {
    display: inline-block;
    position: relative; top: 25px;
}
.blgdet_title .list_style2 .item2:hover > a{color:#fe6c61;}
.blgdet_title .list_style2 .item2:last-child > span{
    cursor: pointer;
}
.blgdet_title .list_style2 .item2:nth-child(3){
    position: relative;
}
.share_style1{
    position: absolute; top:45px;
    width:0;
    background-color: #fff;
    z-index: 1;
    padding: 15px;
    border:solid 2px #eee;
    transition: all 0.2s ease 0s;
    opacity: 0;
}
.share_style1 .close,
.share_style2 .close{
    background: rgba(0, 0, 0, 0) url("../_images/icon/cancel-3.png") no-repeat scroll center center / 40% auto;
    cursor: pointer;
    height: 25px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    z-index: 10;
}
.share_style1:before{
    position: absolute; top:-14px; right:10px;
    content: "";
    border-bottom:solid 7px #eee;
    border-top:solid 7px transparent;
    border-left:solid 7px transparent;
    border-right:solid 7px transparent;
}
.share_style1 .share_part1,
.share_style1 .share_part2{
    padding: 10px;
    text-align: center;
}
.share_style1 .share_part1{border-bottom:solid 2px #eee;}
.share_style1 .share_title{
    font-size:1.2rem;
    line-height: 24px;
    color:#FE6C61;
    margin-bottom: 15px;
    display: inline-block;
}
.share_style1 .share_box1 {
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.share_style1 .share_box1 .item{
    float: right;
    border:solid 2px #C6B293;
    transition: all 0.3s linear;
}
.icon13 {
    font-size: 2rem;
    line-height: 22px;
    color:#C6B293;
}
.share_style1 .share_box1 .item:nth-child(2) .icon13{
    font-size:1.5rem;
    line-height: 27px;
}
.share_style1 .share_box1 .item:nth-child(2){
    margin: 0 10px;
}
.share_style1 .share_box1 .item > a{
    height: 30px;
    width:30px;
    text-align: center;
    display: inline-block;
}
.share_style1 .share_box1 .item:hover{
    border-radius: 30px;
}
.blgdet_page .right_side .part2{
    padding: 80px 0 20px;
    border-bottom:2px solid #eee;
}
.share_style1 .share_part2 input[type='text']{
    text-align: left;
    font-size:1.2rem;
    line-height: 24px;
    height: 40px;
    border:solid 1px #eee;
    width:100%;
    padding: 5px;
    color:#888;
}
.share_style1 .share_part2 .share_box{
    position: relative;
    transition: all 0.3s;
}
.share_style1 .share_part2 .input_wrapper{position: relative;}
.share_style1 .share_part2 .input_wrapper:before{
    color: #C6B293;
    content: "l";
    font-family: ninilouxe;
    font-size: 1.7rem;
    line-height: 25px;
    padding: 8px 10px 8px 8px;
    position: absolute;
    right: 0;
}
.share_style1 .share_part2 .input_wrapper:after{
    background-color: #e3e3e3;
    bottom: 0;
    content: "";
    position: absolute;
    right: 35px;
    top: 0;
    transform: rotate(20deg);
    width: 1px;
}
.share_style1 .share_part2 [type='submit']{
    background-color: transparent;
    border: medium none;
    color: #fff;
    font-size: 1rem;
    height: 45px;
    padding: 8px 18px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.share_style1 .share_part2 [type='submit'].loading_ajax:before,
.list_style8 .item1 .sub_style3 input[type="text"].loading_ajax:before{
    height: 35px !important;
    left: 8px;right: 2px;top: 3px;
    background-color: #fff !important;
}
.blgdet_page .left_side{
    float: right; width:27%;
}
.box_style10 {
    box-shadow: 0 0 3px #ddd;
    padding: 20px;
    margin-bottom: 20px;
}
.blgdet_page .left_side .list_style1 .item3 {margin-bottom: 10px;}
.blgdet_page .left_side .list_style1 .item3 .las_article{
    border: 1px solid #eee;
    height: 70px;
    width:65px; float: right;
    background: #F7F7F7 none no-repeat center center / contain;
    display: inline-block;
    position: relative;
}
.blgdet_page .left_side .list_style1 .item3 .las_article:before{
    content: "";
    position: absolute; top:0; left:0; right:0; bottom:0;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    transition: all 0.3s linear;
    margin: 4px;
}
.blgdet_page .left_side .list_style1 .item3 .las_article:after{
    content: "i";
    position: absolute; top:20px; left:0; right:0;
    font-family: ninilouxe;
    color:#fff;
    text-align: center;
    opacity: 0;
    transition: all 0.3s linear;
    font-size: 2.3rem;
}
.blgdet_page .left_side .list_style1 .item3 .las_article:hover:before,
.blgdet_page .left_side .list_style1 .item3 .las_article:hover:after{
    opacity: 1;
}
.blgdet_page .left_side .list_style1 .item3 .last_art_txt{
    float: left; width:72%;
}
.blgdet_page .left_side .price4{
    font-size: 1rem;
}
.blgdet_page .left_side .price4 .org_price1 {
    color: #fe6c61;
    padding-right:0;
    padding-left: 10px;
}
.blgdet_page .left_side .price4 .off_price1 {
    padding: 0 10px 0 0;
    color:#c3c3c3;
}
.last_art_txt > a{
    display:inline-block;
    font-size:1rem;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    color:#888;
}
.last_art_txt > a:hover{color:#c6b293;}
.last_art_txt > span{
    color:#c6b293;
    font-size:1rem;
    display: inline-block;
}
.btn_archive{
    text-align: center;
    border-top:solid 1px #eee;
}
.btn_archive > a{
    display: inline-block;
    padding: 5px 20px;
    font-size: 1.2rem;
    line-height: 24px;
    color:#FE6C61;
    position: relative; top:4px;
}
.btn_archive > a:after{
    content: "";
    position: absolute; top: -5px; lefT:0; right:0;
    margin: 0 auto;
    height: 2px;
    width:20%;
    background-color: #FE6C61;
    transition: all 0.3s linear;
}
.btn_archive > a:hover{color:#c6b293;}
.btn_archive > a:hover:after{width:35%;}
.right_part2{margin-bottom: 20px;}
.slide4_content .item .slide_bg1{
    height: 300px;
    width:100%;
    display: inline-block;
    transition: all 0.3s linear;
    background: rgba(0,0,0,0) none no-repeat center center /cover;  
}
.overlay1{
    height: 100%;
    width:100%;
    display: inline-block;
    background-color: rgba(0,0,0,0.4);
    text-align: center;
}
.slide4_content .item {position: relative;}
.slide4_content .item .box_slide {
    border: 2px solid #fff;
    height: 120px;
    margin: auto;
    position: absolute; right: 0; top: 0; left: 0; bottom: 0;
    width: 80%;
    border-top:none;
    text-align: center;
}
.slide4_content .item .box_slide:before{
    position: absolute; right:0; top:0;
    content: "";
    height: 2px;
    background-color: #fff;
    width:35px;
}
.slide4_content .item .box_slide:after{
    position: absolute; left:0; top:0;
    content: "";
    height: 2px;
    background-color: #fff;
    width:35px;
}
.box_slide .logo2 {
    background: rgba(0, 0, 0, 0) url('../_images/logo/logo2.png') no-repeat scroll center top / contain;
    display: inline-block;
    height: 75px;
    left: 0;
    position: absolute;
    right: 0;
    top: -45px;
    width: 100%;
}
.box_slide .txt1 {
    color: #fff;
    font-size: 1.8rem;
    line-height: 24px;
    margin: auto;
    position: absolute; right: 0; top: 48px; left: 0;
}
.btn_style4 {
    background-color: #c6b293; 
    color: #fff;
    font-size: 1.2rem;
    line-height: 24px;
    margin: 0 auto;
    position: absolute; right: 0; left: 0; bottom: -16px;
    width: 50%;
    padding: 4px 0 6px 0;
}
.btn_style4:hover{background-color:#FE6C61;}
.slide4_content .item:hover .slide_bg1{
    filter: blur(2px);
}
.slide6_content{margin-top: 20px;}
.slide6_content .item .each_blg{
    border-bottom:1px solid #ebebec;
    margin-bottom: 20px;
}
.slide6_content .item .each_blg:nth-child(2){border-bottom:none;}
.slide6_content .blg_bg1{
    position: relative;
}
.slide6_content .blg_bg1 > a{
    width:100%;
    height: 120px;
    display: inline-block;
    background: rgba(0,0,0,0) none no-repeat center center / cover;
}
.slide6_content .blg_bg1 .date1 {
   background-color: #c6b293;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 24px;
    margin: 0 auto;
    padding: 2px 10px 4px;
    position: absolute; bottom: -8px; right: 20px;
    text-align: center;
}
.slide6_content .item .each_blg > a {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 22px;
    height: 22px;
    margin:18px 0 8px;
    overflow: hidden;
    color:#777;
}
.slide6_content .item .each_blg > a:hover{color:#c6b293;}
.blgdet_page .right_side > a {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 24px;
    margin: 15px auto 0;
    padding: 5px 20px;
    position: relative;
    color:#666;
    background: rgba(0,0,0,0) url(../_images/icon/link1.png) no-repeat center center / contain;
}
.blgdet_page .right_side > a:hover{color:#FE6C61;}
/******************************* POLICY  ************************************/
.policy_page{
    position: relative;
    background-color: #F5F5F5;
}
.policy_page:before{
    background-color: rgba(198, 178, 147, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    right: 50%;
    width: 2px;
}
.policy_page .policy_timeline{
    padding: 85px 0;
}
.policy_timeline .item{
    position: relative;
    margin-bottom: 20px;
    float: right; width:100%;
}
.policy_timeline .item .policy_content{
    width:43%; float: right;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 3px #ddd;
    padding:5px 15px 15px 15px;
    position: relative;
}
.policy_timeline .item:nth-child(2n) .policy_content{float: left;}
.policy_timeline .item .policy_content:before{
    position: absolute; left:-30px; top:35px;
    content: "";
    border-left:solid 15px transparent;
    border-top:solid 15px transparent;
    border-right:solid 15px #fff;
    border-bottom:solid 15px transparent;
}
.policy_timeline .item:nth-child(2n) .policy_content:before{
    right:-30px; left:auto;
    border-left:solid 15px #fff;
    border-right:solid 15px transparent;
}
.policy_timeline .item .policy_content > h2{
    color: #c6b293;
    height: 55px;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
    line-height: 28px;
    padding-top: 9px;
    background: rgba(0, 0, 0, 0) url(../_images/logo/logo4.png) no-repeat scroll left center / contain;
}
.policy_timeline .item .timline_arrow{
    height: 50px;
    width:50px;
    background-color: #fff;
    border:solid 2px rgba(198, 178, 147, 0.65);
    position: absolute; right:50%; top:25px;
    transform: rotate(-45deg);
    margin-right: -24px;
}
.policy_timeline .item:nth-child(2n) .timline_arrow{
    left:50%;
    margin-left: -26px;
    right:auto;
    margin-right: 0;
}
.policy_timeline .item .timline_arrow > span{
    color: #c6b293;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    height: 100%;
    line-height: 41px;
    text-align: center;
    transform: rotate(45deg);
    width: 100%;
    letter-spacing:2px;
}
.policy_content .policy_txt.content_style2 {
    margin-top: 0;
    max-height: 400px;
    overflow: hidden;
    padding: 10px 0;
}
/******************************* CATEGORY *********************************/
.search_result{
    margin-bottom: 35px;
    padding-bottom: 7px;
    border-bottom: dashed 1px #c6b293;
}
.search_result .result_title {
    color: #888;
    float: right;
    font-size: 1.2rem;
    line-height: 24px;
    margin-left: 10px;
    padding: 8px 0;
}
.search_result .nom {
    color: #888;
    float: left;
    font-size: 1.2rem;
    line-height: 38px;
    letter-spacing: 1px;
}
.search_result .nom .txt_color2 {
    color: #fe6c61;
}
.search_result .tag_style1{
    max-width: 74%; float: right;
}
.search_result .tag_style1 li{display:inline-block;position: relative;}
.search_result .tag_style1 .tag{
    color: #fe6c61;
    float: right;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 28px;
    padding: 4px 20px 6px;
    white-space: nowrap;
}
.search_result .tag_style1 li:before{
    content: '';
    position: absolute;
    right: 0px;top: 5px;bottom: 5px;
    border-right: dashed 1px #d2cabf;
}
.search_result .tag_style1 li:first-child:before{ display: none;}
.search_result .tag_style1 .tag .icon{;
    color:#888;
    display: inline-block;
    padding: 0 5px 0 6px;
}
.search_result .tag_style1 .tag:last-child:after{content: "";}
.category_page .left_part{
    width:72.5%; float: left;
    position: relative;
}
.loading_style1 {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 3px #ddd;
  display: none;
  position: absolute; right: 0; top: 0; left: 0; bottom: 0;
  z-index: 100;
}
.loading_style1 .loading_box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  height: 160px;
  margin: 0 auto;
  position: absolute; left: 0; right: 0; top: 300px;
  width: 300px;
}
.loading_style1 .loading_box .pic2 {
  background: rgba(0, 0, 0, 0) url("../_images/logo/search_bg.gif") no-repeat scroll center center / 200px auto ;
  margin: 0 auto;
  position: absolute; right: 0; top: 0; bottom: 0; left: 0;
}
.category_page .left_part .box_style5 .item3 {
    margin-bottom: 27px;
    width:31.33%;
    margin-left: 3%;
    position: relative;
}
.category_page .left_part .box_style5 .item3:nth-child(3n){margin-left:0;}
.category_page .left_part .pro_title2,
.slide5_content .item .slide_item .pro_title2,
.home_part7 .pro_title2,
.box_style5 .item3 .pro_title2{
    border-bottom:solid 2px #ebebec;
    padding: 15px 0;
    text-align: center;
}
.category_page .left_part .pro_title2 > a,
.slide5_content .item .slide_item .pro_title2 > a,
.home_part7 .pro_title2 > a,
.box_style5 .item3 .pro_title2 > a{
    overflow: hidden;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color:#777;
    font-size: 1.2rem;
}
.category_page .left_part .pro_title2 > a:hover,
.slide5_content .item .slide_item .pro_title2 > a:hover,
.home_part7 .pro_title2 > a:hover,
.box_style5 .item3 .pro_title2 > a:hover{color:#c6b293;}

.category_page .left_part .box_style5 .item3:hover .pro_title2,
.slide5_content .item .slide_item:hover .pro_title2,
.home_part7 .slide2_content .item:hover .pro_title2,
.box_style5 .item3:hover .pro_title2{
    border-color:#c6b293;
}
.price4{
    font-size:1.2rem;
    line-height: 24px;
}
.price4 .org_price1{
    color:#fe6c61;
    padding: 0 10px;
}
.price4 .org_price1.big,
.detail_part1 .pro_title.big{font-size: 1.6rem;}
.price4 .off_price1{
    text-decoration: line-through;
    position: relative;
    color:#cdcdcd;
    padding: 0 10px;
}
.price4 .off_price1:before{
    position: absolute; right:0;
    margin-right: -3px;
    content: "-";
    
}
.category_page .right_part{
    width:23%; float: right;
}
.category_page .left_part .search_btn_wrap{display: none;}
.adv_search .adv_style{
    margin-bottom: 35px;
    border:solid 2px #eee;
    padding: 15px;
}
.adv_search .title_head{display: none;}
.category_page .right_part .close_window {display: none;}
.adv_search .adv_style:first-child{
    border:none;
    padding: 0;
}
.adv_search .adv_part1{position: relative;}
.adv_search .adv_part1 input[type="text"]{
    border:solid 2px #c6b293;
    background-color: transparent;
    width:100%;
    height: 45px;
    padding: 0 7px 2px 35px;
    color:#999;
    font-size: 1.2rem;
    line-height: 24px;
    text-align: right;
}
.adv_search .adv_part1 input[type="submit"] {
    background: transparent url("../_images/icon/14.png") no-repeat scroll center center / 22px auto;
    border: medium none;
    height: 30px;width: 30px;
    position: absolute; top: 21px;left: 18px;
}
.title_style8{
    border-bottom: solid 1px #eee;
    position: relative;
    margin-bottom: 15px;
}
.title_style8:after{
    position: absolute; right:0; bottom:-2px;
    content: "";
    height: 2px;
    width:17%;
    background-color: #c6b293;
}
.title_style8 > h1{
    font-size:1.4rem;
    line-height: 28px;
    padding: 5px 0;
    color:#888;
}
.cat_style3 .item > a{
    padding: 3px 10px 7px;
    background-color: #f0f0f0;
    width:100%; 
    display: inline-block;
    color: #968b88;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 26px;
}
.cat_style3 .item .step2 {
    padding: 10px 18px 10px 0;
}
.cat_style3 .item .step2 .item2 {
    border-right: 1px dashed rgba(198,178,147,0.6);
    padding: 3px 25px 3px 0;
    position: relative;
    text-align: right;
}
.cat_style3 .item .step2 .item2:before{
    content: "";
    position: absolute; right:0; top:16px;
    border-bottom:dashed 1px rgba(198,178,147,0.6);
    height: 1px;
    width:20px;
}
.cat_style3 .item .step2 .item2 .step3 {
    display: none;
    padding: 8px 3px 8px 0;
}
.cat_style3 .item .step2 .item2.active .step3{ display: block;}
.cat_style3 .item .step2 .item2 .step3 .item3 {
    border-right: 1px dashed rgba(198,178,147,0.6);
    padding: 3px 25px 3px 0;
    position: relative;
}
.cat_style3 .item .step2 .item2 .step3 .item3:before{
    content: "";
    position: absolute; right:0; top:16px;
    border-bottom:dashed 1px rgba(198,178,147,0.6);
    height: 1px;
    width:20px;
}

.cat_style3 .item .step2 .item2 .step3 .item3 .step4 {
    display: none;
    padding: 8px 15px 8px 0;
}
.cat_style3 .item .step2 .item2 .step3 .item3 .step4 .item4 {
    border-right: 1px dashed rgba(198,178,147,0.6);
    padding: 3px 25px 3px 0;
    position: relative;
}
.cat_style3 .item .step2 .item2 .step3 .item3 .step4 .item4:before{
    content: "";
    position: absolute; right:0; top:16px;
    border-bottom:dashed 1px rgba(198,178,147,0.6);
    height: 1px;
    width:20px;
}
.cat_style3 .advsearch_check{
    color: #777;
    font-size: 1.2rem;
    line-height: 24px;
}
.cat_style3 .active > a{color:#fe6c61;}
.adv_part3 .cat_style3 .item .step2 .item2{
    padding: 3px 42px 3px 0;
}
.renge_style{margin:30px 0 20px 0;}
.renge_style .irs .irs-line{
    height: 4px;
    width: 100%;
    background: #f8f8f8 none repeat scroll 0 0;
    box-shadow: 0 0 0 1px #efefef;
    position: relative;
}
.renge_style .irs-min, 
.renge_style .irs-max{
    background: #f0f0f0 none repeat scroll 0 0;
    color: #9b908d;
    font-size: 1rem;
    line-height: 20px;
    padding: 1px 8px;
    letter-spacing: 1px; 
    bottom:-15px; top:auto;
}

.renge_style .irs-slider {
    cursor: pointer;
}
.renge_style .irs-slider:before{
    position: absolute;
    content: "";
    height: 20px;
    width:20px;
    border:solid 2px #c6b293;
    background-color: #fff;
    border-radius: 100%;
}
.renge_style .irs-slider:after{
    position: absolute; left:-2px; right:0; top:1px; bottom:0;
    margin: auto;
    content: "";
    height: 4px;
    width:4px;
    border:solid 2px #c6b293;
    background-color: #c6b293;
    border-radius: 100%;
}
.renge_style .irs-from, 
.renge_style .irs-to,
.renge_style .irs-single{
    background: #fff none repeat scroll 0 0;
    color: #c6b293;
    border:solid 1px #ddd;
    font-size: 1rem;
    line-height: 20px;
    padding: 1px 5px;
    text-align: center;
    display: inline-block;
    top:-10px;
    letter-spacing: 1px;
}
.renge_style .irs-to{
    right:0; left:auto !important;
}
.renge_style .irs-from{left:0;}
.list_style9 .item3{
    width:14.28%;
    float: right;
    position: relative;
    margin-bottom: 15px;
}
.list_style9 .item3 .tooltip{
    min-width: 85px;
    right: 50%;
    -webkit-transform: translateX(58%);
    -moz-transform: translateX(58%);
    -o-transform: translateX(58%); 
    transform: translateX(58%);
}
.list_style9 .item3 > label{
    height: 20px;
    width:20px;
    border-style:solid;
    border-width:3px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
.list_style9 .item3 label span{
    position: absolute;
    right: 0; left: 0; top: 0; bottom: 0;
    opacity: 0;
}
.list_style9 .item3 label input{ opacity: 0;}
.list_style9 .item3 input:checked + span{
    opacity: 1;
}
/******************************* PRODUCT DETAIL *********************************/
.detail_page{
    background-color:#F9F7F5;
    padding: 85px 0;
}
.detail_allpart{
    background-color: #fff;
    box-shadow:  0 0 3px #ddd;
}
.detail_part1 .right_part{
    width:45%;
    padding: 15px;
}

.detail_part2 table{
    border: solid 1px #ddd !important;
    background-color: #f5f5f5 !important;
    margin-top: 30px !important;
    max-width: 800px;
    margin: 0 auto;
}
.detail_part2 table tr{height: auto !important;}
.detail_part2 table td{
    border: none;
    border-bottom: solid 1px #ddd;
    height: auto !important;
    text-align: right;
}
.detail_part2 table td p{
    padding: 0 5px;
    margin: 0;
    min-height: 47px;
    line-height: 44px;
    float: left;
    background-color: #eee;
    width: 80%;
    padding-right: 20px;
}
.detail_part2 table td p:nth-child(1){
    width: 20%;
    padding: 0 5px;
    background-color: #f5f5f5;
    float: right;
}
.detail_part2 table td *{color: #555 !important;font-size: 1.4rem !important;}
.detail_part2 .tab_style3 .tab_content2{padding: 25px;}
.detail_part2 table tr:last-child td{border-bottom: none;}

.adv_pics .main_pic {
    border: 1px solid #eee;
    text-align: center;
    transition: none 0s ease 0s ;
    width: 100%; height: 475px;
    position: relative;
}
.adv_pics .main_pic .pic_wrapper{
    opacity: 0;
    width: 100%;
    position: absolute;
    right: 0; left: 0; top: 0; bottom: 0;
    background:#FFF none no-repeat center center / contain;
    transition: all 0.8s ease 0s;
}
.adv_pics .bx-wrapper{margin-left: 0 !important;}
.adv_pics .main_pic img {
    /*margin: 0 auto -7px;
    max-width: 100%;
    position: relative;*/
}
.adv_pics .list_pic {
    display: inline-block;
    margin: 17px auto 0;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    width: 100%;
    height: 80px;
    padding-left: 100px;
}
.adv_pics .list_pic .arrow_txt {
    color: #cecece;
    display: inline-block;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
}
.adv_pics .list_pic .next_txt {
    left: 40px; top:0;
    transform: rotate(90deg);
    padding: 9px 17px;
}
.adv_pics .list_pic .prev_txt {
    left: 0; bottom:0;
    transform: rotate(-90deg);
    padding: 9px 6px;
}
.adv_pics .thumnail_pic {
    background: #f7f7f7 none no-repeat scroll center center / contain ;
    cursor: pointer;
    height: 80px; width: 75px !important;
    border:solid 2px #f3f3f3;
    transition: all 0.3s linear;
}
.adv_pics .thumnail_pic:hover,
.adv_pics .thumnail_pic.active{
    border:solid 2px #c6b293;
}
.product_pic .list_pic .arrowkey .right,
.product_pic .list_pic .arrowkey .left {
    background-color: #F7F7F7;
    color: #555;
    cursor: pointer;
    font-size: 1.2rem;
    height: 41px;
    padding: 8px 4px;
    position: absolute;
    text-align: center;
    width: 41px;
    z-index: 1;
}
.adv_pics .list_pic .arrowkey .left:hover,
.adv_pics .list_pic .arrowkey .right:hover{color:#fe6c61;}
.product_pic .list_pic .arrowkey .right{
    top:0; left:0;
}
.product_pic .list_pic .arrowkey .left {
    bottom: 0; left: 40px;
}
.detail_part1 .left_part{
    width:55%;
    padding: 15px;
}
.detail_part1 .left_part .item{
    margin-bottom: 20px;
    position: relative;
}
.detail_part1 .left_part .item:last-child{
    margin-bottom: 0;
}
.detail_part1 .left_part .item.half{
    display: inline-block;
    margin-left: 20px;
    width: 33.33%;
    margin-bottom: 50px;
}
.detail_part1 .left_part .item.half:last-child{margin-left: 0;}
.detail_part1 .left_part .item.half .select_pos {
    padding-top: 10px;
}
.detail_part1 .left_part .item .tag_style2{
    left: auto;bottom: 0;right: -20px;
    position: relative;
    float: right;
}
.detail_part1 .left_part .item .tag_style2.type2{right: -10px;}
.detail_part1 .left_part .item .price4{
    float: left; width:91%;
}
.detail_part1 .left_part .pro_title > h1{
    font-size: 1.7rem;
    line-height: 34px;
    color:#666;
    padding-bottom: 4px;
}
.detail_part1 .left_part .pro_shorttxt > p{
    color: #999;
    font-size: 1.1rem;
    height: 60px;
    line-height: 28px;
    overflow: hidden;
    text-align: justify;
}
.list_style3 .item2{
    float: right;
    margin-left: 25px;
    position: relative;
    padding: 5px 0;
    background: rgba(0,0,0,0) none no-repeat center center / contain;
}
.list_style3.info_part1 .item2{border: solid 1px #d2ae6d8a; padding: 5px 10px 7px;}
.list_style3 .item2:first-child,
.list_style3 .item2:nth-child(2){background-size: auto 30px;}
.list_style3 .item2.cat{background-size: auto 44px;}
.list_style3 .item2:after{
    background-color: #e8e8e8;
    content: "";
    height: 12px;
    margin: auto 0;
    position: absolute; bottom: 0; top: 0; left: -13px;
    width: 1px;
}
.list_style3 .item2:last-child:after{display: none;}
.detail_part1 .pro_title{
    font-size: 1.2rem;
    line-height: 24px;
    color:#777;
    margin-left: 5px;
}
.detail_part1 .pro_title.user_help:hover{color:#fe6c61}
.detail_part1 .count2{
    color:#fe6c61;
    font-size:1.2rem;
}
.staus_green{color:#50a050 !important;}
.staus_red{color:#fe6c61 !important;}
.quantity{
    position: relative;
    display: inline-block;
    width: 70px;
}
.quantity .num_box {
    border: 1px solid #eee;
    color: #777;
    font-size: 1.2rem;
    line-height: 30px;
    text-align: center;
    width: 100%;
    padding-left: 20px;
}
.quantity .arrow {
    background: transparent none no-repeat scroll center center / 7px auto;
    cursor: pointer;
    left: 1px;
    padding: 0 10px;
    position: absolute;
    border-right: solid 1px #eee;
}
.quantity .arrow:hover {background-color: #eee;}
.quantity .arrow.inc_num {top: 0; bottom: 50%; border-bottom: solid 1px #eee;}
.quantity .arrow.dec_num {bottom: 0; top: 50%;}
.list_style4 {
    float: left;
    width: 85%;
    position: relative;
    top: -12px;
}
.detail_part1 .left_part .item.warning .list_style4{
    background-color: #ffe7e7;
    border: dashed 1px #fe9e97;
    animation: 1s linear 0s normal none infinite running jumpup;
}
.detail_part1 .left_part .item .warning_text{
    position: absolute;
    top: -32px;left: 0;
    color: #de1616;
    font-size: 1.15rem;
    letter-spacing: 1px;
    display: none;
}
.detail_part1 .left_part .item.warning .warning_text{display: block;}
.detail_part1 .left_part .item.warning .list_style4 .item2{margin: 5px;}
.list_style4 .item2{
    float: right;
    border:solid 1px #ddd;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    color: #777;
    cursor: pointer;
    overflow: hidden;
}
.list_style4.warning .item2{
    border: dashed 1px #fea7dc;
    background-color: #fff;
}
.list_style4 .item2.disable_item .size_item{color:#bbb;}
.list_style4 .item2.disable_item{cursor: default;}
.list_style4 .item2.disable_item:before{
    background-color: #eee;
    content: "";
    margin: auto;
    position: absolute; right: 0; top: 0; left: 0; bottom: 0;
    transform: skew(-47deg);
    width: 2.5px;
}
.list_style4 .item2.disable_item:after{
    background-color: #eee;
    content: "";
    margin: auto;
    position: absolute; right: 0; top: 0; left: 0; bottom: 0;
    transform: skew(47deg);
    width: 2.5px;
}
.list_style4 .item2.enable:hover,
.list_style4 .item2.enable.active{
    border-color:#fe6c61;
    background-color: #fe6c61;
    color:#fff;
}
.list_style4 .item3 {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border:solid 2px #f5f5f5;
}
.list_style4 .item3 > a{
    width: 60px;height: 60px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: rgba(0,0,0,0) none no-repeat center center / cover;
}
.list_style4 .item3 .color_pallet{
    position: absolute;
    bottom: 0px;right: 0px;
    width: 20px;height: 20px;
    border: 1px solid #ccc;
}
.list_style4 .item3 .color_pallet:before {
    content: '';
    position: absolute;
    left: 0;top: 0;
    border-left: 18px solid rgba(255, 255, 255, 0.14);
    border-bottom: 18px solid transparent;
}
.list_style4 .item3.active{border-color:#fe6c61;border-radius: 2px;}
.list_style4 .size_item {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 21px;
    position: relative;
    padding: 5px 10px;
    z-index: 3;
}
.list_style7 .item1{
    float: right;
    margin-left: 20px;
}
.list_style7 .item1:last-child{margin-left: 0;}
.list_style7 .cart_link .btn_style2{
    background-color: #fe6c61;
    color:#fff;
    border:1px solid #fe6c61;
    padding-top: 2px;
    padding-bottom: 9px;
}
.list_style7 .cart_link .btn_style2.responsive{display: none;}
.list_style7 .cart_link .btn_style2 .cart_icon{
    font-size: 2.2rem;
    margin-left: 8px;
}
.list_style7 .like_link .btn_style2 .like_icon{
    font-size: 2rem;
    margin-left: 8px;
}
.list_style7 .cart_link .btn_style2:hover{border:1px solid #c6b293;}
.share_style2 {
    background-color: #f7f7f7;
    margin-top: 86px;
    padding: 28px 38px;
    text-align: center;
}
.share_style2 .list_style8{
    display: inline-block;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
}
.list_style8 .item1{
    float: right;
    margin-left: 5px;
}
.list_style8 .item1:last-child{margin-left: 0;}
.list_style8 .item1 > span{
    padding: 5px 20px;
    display: inline-block;
    background-color: #c6b293;
    color:#fff;
    font-size: 1.2rem;
    line-height: 25px;
}
.list_style8 .item1 > a{
    display: inline-block;
    height: 35px;
    width:35px;
    background-color: #fff;
}
.icon14 {
    color: #bbbabd;
    font-size: 1.8rem;
    position: relative; top:-4px;
}
.list_style8 .item1:nth-child(2) .icon14{
    font-size:1.35rem;
    top:4px;
}
.list_style8 .item1:hover .icon14{color:#c6b293;}
.tab_style3{text-align: center;}
.tab_style3 .tab_btn2 {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
}
.tab_style3 .tab_btn2 .item{
    float: right;
    position: relative;
    background: rgba(0,0,0,0) none no-repeat center center / 30px auto;
}
.tab_style3 .tab_btn2 .item .tab_link2{
    display: inline-block;
    padding: 10px 20px 13px;
    font-size: 1.4rem;
    line-height: 28px;
    color: #777;
}
.tab_style3 .tab_btn2 .item.active:before{
    position: absolute; left:0; right:0; bottom:-2px;
    margin: 0 auto;
    content: "";
    height: 2px;
    z-index: 1;
    background-color: #C6B293;
}
.tab_style3 .tab_btn2 .item .tab_link2:hover,
.tab_style3 .tab_btn2 .item.active .tab_link2{color:#C6B293;}
.tab_style3 .tab_content2 {
    float: right;
    position: relative;
    width: 100%;
    padding: 45px;
    border-top:2px solid #ebebec;
}
.tab_content2 .item1 {
    display: none;
    position: relative;
}
.tab_content2 .item1.active{display: block;}
.addcm_style .item > h5 {
    font-size: 1.35rem;
    line-height: 27px;
    text-align: center;
}
.addcm_style {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: 50%;
}
.addcm_style .item{
    position: relative;
    text-align: right;
    padding: 0 10px 10px;
}
.addcm_style .item input[type="text"], 
.addcm_style .item textarea {
    border: 2px solid #f0f0f0;
    color: #777;
    font-size: 1.3rem;
    height: 45px;
    line-height: 26px;
    padding: 0 7px;
    width: 100%;
}
.addcm_style .item textarea{
    padding-left: 36px;
    text-align: justify;
    line-height: 30px;
}
.btn_style5{
    border:solid 2px #c6b293;
    padding: 6px 28px 8px;
    color:#fff;
    font-size: 1.3rem;
    line-height: 26px;
    background-color: #c6b293;
}
.addcm_style .item.submit_btn{
    position: relative;
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
}
.addcm_style .item.submit_btn > button{
    width:50%;
}
.comment_style{text-align: right;}
.comment_style .item {
    border-bottom: 1px dashed rgba(254, 159, 152, 0.75);
    width: 85%;
    margin: 0 auto 20px;
    padding-bottom: 10px;
}
.comment_style .item:last-child{border-bottom:none;}
.comment_style .item .cm_box .usercm_pic,
.cm_box .reply .admincm_pic{
    width: 75px; float: right;
    height: 75px;
    border:solid 3px #eee;
    border-radius: 100%;
    text-align: center;
    margin: 0 0 5px 20px;
}
.comment_style .item .cm_box .usercm_pic > span,
.cm_box .reply .admincm_pic > span{
    width: 60px;
    height: 60px;
    border:solid 1px #eee;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0) url("../_images/icon/user-1.png") no-repeat scroll center top / cover;
    display: inline-block;
    margin-top: 5px;
}
.comment_style .item .cm_box .user_cm {
    padding: 15px;
}
.cm_title .usercm_info,
.cm_title .admincm_info{
    color: #c6b293;
    font-size: 1.2rem;
    line-height: 24px;
    margin-left: 20px;
    padding: 5px 0;
    display: inline-block;
    position: relative;
}
.cm_title .usercm_info:after,
.cm_title .admincm_info:after{
    background-color: #fe6c61;
    border-radius: 100%;
    content: "";
    height: 4px;
    position: absolute; left: -11px; top: 50%;
    width: 4px;
}
.cm_title .usercm_info:last-child::after ,
.cm_title .admincm_info:last-child:after{display: none;}
.cm_title .usercm_info:last-child,
.cm_title .admincm_info:last-child{margin-left: 0;}
.cm_box .cm_txt {
    color: #666;
    font-size: 1.2rem;
    line-height: 24px;
    text-align: justify;
}
.cm_box .reply {
    background: #f9f7f5 none repeat scroll 0 0;
    float: right;
    margin: 20px 50px 20px 0;
    padding: 15px;
}
.cm_box .reply .admin_cm{
    float: left;
    width:91%;
}
.tab_content2 .item1 .video_box {
    background-color: #000;
    margin: 0 auto;
    position: static;
}
.detail_part3{
    text-align: center;
    padding: 45px;
}
.slide5_content {margin: 20px 0;}
.slide5_content .item .slide_item{text-align: right;}
.detail_part1 .list_style3 .item2 .detail_table{
    background-color: #fff;
    padding: 20px;
    position: absolute; top:45px;
    z-index: 3;
    box-shadow: 0 0 3px #ddd;
    border:solid 2px #C6B293;
}
.detail_part1 .list_style3 .item2 .detail_table:before{
    border-color: transparent transparent #C6B293;
    border-style: solid;
    border-width: 7px;
    content: "";
    position: absolute; right: 17px; top: -16px;
}
.table_style1.size_table {
    min-width: 400px;
}
.table_style1.size_table table{min-width: 700px;}
/******************************* SITE MAP  *********************************/
.sitemap_style .item{
    border:solid 2px #eee;
    width:49%; float: right; 
    border-radius: 3px 3px 0 0;
    margin-left: 2%;
    position: relative;
    padding: 20px;
}
.sitemap_style .item:last-child {margin: 0;}
.sitemap_style .item .title{
    font-size: 1.4rem;
    line-height: 28px;
    color:#fe6c61;
    display: inline-block;
    width:100%;
    position: relative;
}
.sitemap_style .item .title:after{
    background: rgba(0,0,0,0) url(../_images/icon/sitemap.png) no-repeat left center / 60px auto;
    height: 60px;
    width:60px;
    position: absolute; left:10px;
    content: "";
}
.sitemap_style .item .map_home {
    background: transparent url("../_images/icon/sitemap_home.png") no-repeat scroll center center / 22px auto;
    display: inline-block;
    height: 27px;
    position: absolute; right: 33px; top: 65px;
    width: 26px;
}
.cat_style6{padding: 45px 25px 25px;}
.sitemap_style .item .step1 li {
    border-right: 1px solid #eedabb;
    padding: 3px 17px 3px 0;
    position: relative;
    text-align: right;
}
.sitemap_style .item .step1 li:before{
    background-color: #fff;
    border-bottom: 1px solid #c6b293;
    content: "";
    height: 3px;
    position: absolute; right: -5px; top: 15px;
    transform: rotate(-22deg);
    width: 10px;
}
.sitemap_style .item .step1 .item1 > a {
    color: #777;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 25px;
}
.sitemap_style .item .step1 .item1 > a:hover{color:#c6b293;}
.sitemap_style .item .step1 .step2 .item2 > a {
    color: #888;
    display: inline-block;
    font-size: 1.15rem;
    line-height: 22px;
}
.sitemap_style .item .step1 .step2 .item2 > a:hover{color:#c6b293;}
.sitemap_style .item .step1 .step2 .item2 .step3 .item3 > a {
    color: #999;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 20px;
}
.sitemap_style .item .step1 .step2 .item2 .step3 .item3 > a:hover{color:#c6b293;}
/*******************************  IMAGE GALLERY  *********************************/
.gal_catstyle{
    margin-bottom: 35px;
    border:solid 2px #eee;
    display: inline-block;
}
.gal_catstyle .item1{
    float: right;
    position: relative;
    border-left:solid 2px #eee;
}
.gal_catstyle .item1:last-child {
  border-left: medium none;
}
.gal_catstyle .item1 > a {
    background-color: #fff;
    color: #bca480;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 45px;
    padding: 0 45px 4px;
}
.gal_catstyle .item1.havesub{position: relative;}
.gal_catstyle .item1.havesub:after {
    color: #bcb9b9;
    content: "o";
    font-family: "ninilouxe";
    font-size: 1.5rem;
    left: 7px;
    position: absolute;
    top: 15px;
}
.gal_catstyle .item1.havesub .tab_submenu{
    background-color: #ffffff;
    border: 1px solid #eee;
    height: 0;
    overflow: hidden;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 100;
}
.gal_catstyle .item1.havesub:hover .tab_submenu {
	height: auto;
	overflow: auto;
}
.gal_catstyle .item1.havesub .tab_submenu .item2 {
    border-bottom: 1px solid #eee;
    float: right;
    width: 100%;
}
.gal_catstyle .item1.havesub .tab_submenu .item2 > a {
    color: #acacac;
    display: inline-block;
    float: right;
    text-align: center;
    font-size: 1.15rem;
    line-height: 23px;
    padding: 10px;
    width: 100%;
}
.gal_catstyle .item1.havesub .tab_submenu .item2 > a:hover,
.gal_catstyle .item1 > a.active{color:#fe6c61;}
.gallery_style1 .item{
    border:solid 1px #f0f0f0;
    width:31.33%; float:  right;
    margin-bottom: 30px;
    margin-left: 3%;
}
.gallery_style1 .item:nth-child(3n){
    margin-left: 0;
}
.gallery_style1 .item .image{
    background: rgba(0,0,0,0) none no-repeat center center / cover;
    height: 275px;
    width:100%;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.gallery_style1 .item .image:before {
    background: rgba(59, 62, 67, 0.75) none repeat scroll 0 0;
    display: block;
    position: absolute; left: 0; top: 0; bottom:0; right:0;
    transition: all 0.3s ease 0s;
    z-index: 1;
    content: "";
}
.gallery_style1 .item .image:hover:before{
    background: transparent none repeat scroll 0 0;
}
.gallery_txt1 {
    padding: 30px 0;
    position: absolute; left: 30px; right: 30px; top: 50%;
    transform: translate(0px, -50%);
    z-index: 2;
}
.gallery_txt1:after, 
.gallery_txt1:before {
    background: #bca480 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute; left: 0; top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.gallery_txt1:after {
    bottom: 0;
    top: auto;
}
.gallery_txt1 .sub_title {
    color: #bca480;
    display: block;
    font-size: 1.5em;
    line-height: 30px;
    text-align: center;
}
.gallery_txt1 .title {
    color: #fff;
    display: block;
    line-height: 44px;
    font-size: 2rem;
    text-align: center;
    height: 50px;
    overflow: hidden;
}
.gallery_style1 .item > a:hover .gallery_txt1:after {
    background: rgba(235, 235, 236, 0.25) none repeat scroll 0 0;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
    width: 100%;
}
.gallery_style1 .item > a:hover .gallery_txt1:before {
    background: rgba(235, 235, 236, 0.25) none repeat scroll 0 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    width: 100%;
}
.fancybox-title {
  color: #fff !important;
  font-family: at1 !important;
  font-size: 1.4rem !important;
  line-height: 28px !important;
  text-align: center;
}
/*******************************  VIDEO GALLERY  *********************************/
.video_page{
    background-color: #f9f7f5;
    padding: 85px 0;
}
.gallery_style2 .item{
    float: right;
    width:48%;
    margin-bottom: 40px;
    margin-left: 4%;
    box-shadow: 0 0 3px #ddd;
}
.gallery_style2 .item:nth-child(2n){
    margin-left: 0;
}
.gallery_style2 .item .video_part{
    width:50%;
}
.gallery_style2 .item .video_txt1{
    padding:18px 20px 18px 34px;
}
.gallery_style2 .item .video_txt1 .item2{
    margin-bottom: 10px;
}
.video_txt1 .item2:nth-child(2){
    position: relative;
}
.video_txt1 .item2:nth-child(2):before{
    content: "";
    position: absolute; left:0; right:0; bottom:-4px;
    background-color: #e5e5e5;
    height: 1px;
}
.video_txt1 .item2:nth-child(2):after{
    content: "";
    position: absolute; left:0; right:0; bottom:0;
    background-color: #e5e5e5;
    height: 1px;
}
.gallery_style2 .item .video_txt1 .item2:last-child{
    margin-bottom: 0;
    position: relative; top:6px;
}
.gallery_style2 .item .video_txt1 .item2 > a{
    font-size: 1.3rem;
    line-height: 26px;
    height: 26px;
    display: inline-block;
    overflow: hidden;
    color:#c6b293;
}
.gallery_style2 .item .video_txt1 .item2 > a:hover{color:#FE6C61;}
.gallery_style2 .item .video_txt1 .item2 > p{
    text-align: justify;
    font-size: 1rem;
    line-height: 25px;
    color:#888;
    height: 130px;
    overflow: hidden;
}
.video_txt1 .item2  .videobox_icon{
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / contain ;
    display: inline-block;
    width:50%;
    font-size: 1.1rem;
    line-height: 22px;
    color:#888;
    text-align: center;
}
.gallery_style2 .item .video_bg1{
    background: rgba(0,0,0,0) none no-repeat center center /cover;
    height: 240px;
    border-right:solid 2px #fe6c61;
    position: relative;
}
.gallery_style2 .item .video_bg1:after{
    content: "";
    position: absolute; left:0; right:0; top:0; bottom:0;
    background-color: rgba(0,0,0,0.6);
    z-index: 0;
    opacity: 0;
    transition: all 0.3s linear;
}
.video_bg1 .video_icon1{
    height: 40px;
    width:40px;
    position: absolute; right:-20px; top:0; bottom:0;
    margin: auto 0;
    transform: rotate(-45deg);
    display: inline-block;
    z-index: 2;
    background-color: #fe6c61;
}
.video_bg1 .video_icon1 > span{
    height: 100%; 
    width:100%;
    display: inline-block;
    background: rgba(0,0,0,0) url(../_images/icon/video-2.png) no-repeat center center / 18px auto;
    transform: rotate(45deg);
}
.gallery_style2 .item .video_bg1:hover:after{opacity: 1;}
.video_bg1:hover .video_icon1{
    animation: 1.1s ease-in-out 0s normal forwards 1 running zoomAnimation;
}
@keyframes zoomAnimation {
0% {
    transform: translateX(0px) rotate(-45deg);
}
10% {
    transform: translateX(10px) rotate(0deg);
}
50% {
    transform: translateX(-140px) rotate(-45deg);
}
70% {
    transform: translateX(-120px) rotate(0deg);
}
100% {
    transform: translateX(-130px) rotate(-45deg);
}
}
.video_play_box{
    background-color: #fff;
    box-shadow: 0 0 3px #ddd;
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 3px;
}
.video_play_box .right_part{width:65%;}
.video_play_box .right_part .big_picture{
    border:solid 1px #eee;
    background:none no-repeat center center /cover;
    height: 478px;
    width:100%;
}
.video_play_box .left_part{width:33%;}
.video_play_box .left_part .item{
    margin-bottom: 15px;
    font-size: 1.2rem;
    line-height: 24px;
    color:#888;
}
.video_play_box .left_part .item > h1{
    font-size:1.4rem;
    line-height: 28px;
    color:#c6b293;
    text-align: center;
}
.video_play_box .left_part .item > p{
    font-size: 1.2rem;
    line-height: 32px;
    color:#888;
    text-align: justify;
}
.video_play_box .left_part .item .video_icon_bg{
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / contain ;
    display: inline-block;
}
.video_play_box .left_part .item .value{
    color:#fe6c61;
}
.video_play_box .left_part .item:last-child{
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    padding: 25px;
}
.video_link{
    text-align: center;   
}
.video_play_box .left_part .item  .list_style8 .icon14{top:0;}
.video_play_box .sub_style3,
.detail_part1 .left_part .sub_style3{left:0;}
.video_play_box .sub_style3:before,
.detail_part1 .left_part .sub_style3:before{
    right:auto; left:14px;
}
.list_style8 .item1 .sub_style3 input[type="text"] {
    padding: 5px 40px 10px 5px;
    text-align: left;
}
.sub_style3 input[type="submit"] {
  background-image: url(../_images/icon/12.png);
}
.sub_style3 .share_box input[type="submit"] {
  right: 20px;
  background-image: url(../_images/icon/paper-plane.png);
}
.sub_style3 .share_box input[type="submit"].loading{
    margin: 0;
    border-radius: 0;
    background-color: #eee;
    pointer-events: none;
    cursor:not-allowed;
}
/*******************************  BANNER  *********************************/
.banner_page .banners{
    margin-bottom: 50px;
}
.banner_page .banners:last-child{margin-bottom: 0;}
.banner_part1 .item{
    float: right; width:48%;
    border:solid 1px #eee;
    margin-left: 4%;
}
.banner_part1 .item:last-child{
    margin-left: 0;
}
.banner_part1 .item .plan_bg1{
    background: rgba(0,0,0,0) none no-repeat top center /cover;
    height: 200px;
    width:100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.banner_part1 .item .plan_bg1 .plan_txt1 {
    background-color: rgba(75, 75, 83, 0.9);
    display: inline-block;
    height: 100%;
    position: absolute;
    left: -45px;
    transform: skew(20deg);
    width: 45%;
    transition: all 0.3s linear;
}
.banner_part1 .item .plan_bg1 .plan_txt1 > h3 {
    color: #c6b293;
    font-size: 1.5rem;
    line-height: 26px;
    padding: 5px 20px 7px;
    position: absolute; left: 40px; bottom: 30px;
    transform: skew(-20deg);
}
.banner_part3 .item1{
    width:48%; float: right;
    margin-left: 4%;
}
.banner_part3 .item1:last-child{
    margin-left: 0;
}
.banner_part3 .item1 .content_style1{
    color: #888;
    font-size: 1.25rem;
    line-height: 30px;
    text-align: justify;
    padding: 7px 0;
}
.tred {color: #fe6c61;}
.banner_part3 .item1 .form_style1 {
    background-color: #f5f5f5;
    margin: 18px 0 0;
    padding: 15px 10px;
}
.banner_part3 .item1 .form_style1 .select_pos{padding-top: 0;}
.banner_part3 .item1 .form_style1 .submit_item {
    top:0;
    padding-top: 20px;
}
/******************************* USER PANEL PAGES ************************************/
/**** user menu ****/
.user_panel_page{text-align: center;}
.rightside_panel{
    width:23%; float: right;
}
.rightside_panel .full_dashboard{
    border-radius: 6px;
    padding: 15px;
    background-color: #21242B;
}
.rsp_dashboard{display: none;}
.welcome{
    text-align: center;
    margin-bottom: 15px;
}
.welcome .user_bg_frame{
    height: 85px;
    width:85px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    margin: 30px 0 0;
    border: solid 4px  #c6b293;
    border-radius: 100%;
   background: transparent url(../_images/default/user1.png) no-repeat center center / cover;
}
.welcome .welcome_msg{
    font-size:1rem;
    line-height: 30px;
    color:#fff;
}
.welcome .name{
    color:#c6b293;
    font-size:1.15rem;
    line-height: 28px;
    font-weight: bold;
}
.panelmenu_divider{
    background: transparent url("../_images/bg/title_img.png") no-repeat scroll center center / 115px auto;
    display: inline-block;
    height: 25px;
    width: 100%;     
    opacity: 0.7;
}
.panel_box{
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.panel_box .item{
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    text-align: right;
}
.panel_box .panel_title{
    text-align: center;
    background-color:#1A1D24;
    border-radius: 6px 6px 0 0;
}
.panel_box .panel_title > span {
    display: inline-block;
    width: 100%;
    padding: 7px;
    color:#fff;
    font-size: 1.25rem;
    line-height: 30px;
    position: relative;   
}
.panel_box .item .stock{
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 55px;
    color:#fff;
    width:100%;
}
.panel_box .item .stock:hover{
    -webkit-animation: pulse 1s infinite;
            animation: pulse 1s infinite;
    color:#c6b293;
}
.panel_box .item .panel_item {
    display: block;
    font-size: 1.15rem;
    line-height: 23px;
    color:#fff;
    padding: 13px 10px;
}
.panel_icon {
    background: transparent none no-repeat scroll center center / 15px auto;
    float: right;
    height: 20px;
    margin-left: 6px;
    width: 20px;
    margin-top: 5px;
}
.panel_box .item .panel_item:hover,
.panel_box .item .panel_item.active{
    padding-right: 15px;
    color:#c6b293;
}
.count_item {
    background-color: #21242B;
    border-radius: 3px;
    color: #c6b293;
    display: inline-block;
    font-size: 1rem;
    height: 20px;
    line-height: 13px;
    padding: 3px;
    position: absolute; top: 12px; left: 12px;
    text-align: center;
    width: 20px;
    z-index: 2;
}
.panel_box .logout {
    background: transparent url("../_images/icon/logout-2.png") no-repeat scroll center center / 45px auto;
    height: 50px;
    margin: 10px auto;
    display: inline-block;
    position: relative;
    width: 50px;
    -webkit-transition:all 0.5s linear;
    transition: all 0.5s linear;
}
.panel_box .logout:hover{
    background-image: url("../_images/icon/logout-2.png");
}
.panel_box .tooltip{
    background-color: #c6b293;
    color:#fff;
    font-size: 1.2rem;
}
.panel_box .tooltip.bottom {
    left: 0;
    margin: 0 auto;
    padding: 5px 20px 8px;
    right: 0;
    top: 95%;
    width:30%;
}
.panel_box .tooltip.bottom::after{
    border-bottom-color:#c6b293;
}
/*.panel_box .item .panel_sub {
    width:100%;
    position: relative;
    background-color: #21242b;
    border-left: 3px solid #2c2f36;
    border-right: 3px solid #2c2f36;
}
.panel_box .item .panel_sub .count_item {
    background-color: #2c2f36;
}
.panel_box .item .panel_sub .item2{position: relative;}
.panel_box .item .panel_sub .item2:last-child{border-bottom:none;}
.panel_box .item .panel_sub .item2 .panel_item{
  font-size: 1rem;
  line-height: 20px;
}*/
.leftside_panel {
    float: left; width: 74%;
    background-color: #f2f2f2;
    box-shadow: 0 0 5px #ccc;
    padding: 32px 16px;
}
.leftside_panel.chng_box {
    display: inline-block;
    float: none;
    margin: 0 auto;
    position: relative;
    width: 55%;
}
.leftside_panel.chng_box1{
    width:55%;
    display: inline-block;
    float: none;
    margin: 0 auto;
    position: relative;
}
.leftside_panel.postinfo_page .part1{
    margin-bottom: 20px;
}
.leftside_panel > h1,
.fav_chekbox > h1,
.modal_title{
    display: inline-block;
    font-size: 1.6rem;
    line-height: 32px;
    position: relative;
    margin: 0 0 15px;
    color:#777;
}
.leftside_panel > h1::before,
.fav_chekbox > h1:before,
.modal_title:before{
    background: transparent url("../_images/bg/title-right-deco1.png") no-repeat scroll center center / 40px auto;
    content: "";
    height: 20px;
    position: absolute;
    right: -55px;
    top: 7px;
    width: 50px;
}
.leftside_panel > h1::after,
.fav_chekbox > h1:after,
.modal_title:after{
    background: transparent url("../_images/bg/title-left-deco2.png") no-repeat scroll center center / 40px auto;
    content: "";
    height: 20px;
    left: -55px;
    position: absolute;
    top: 6px;
    width: 50px;
}
.cat_style4 .item{
    float: right;
    position: relative;
    color:#777;
    font-size:1.2rem;
    line-height: 24px;
    padding: 5px 30px 0 0;
    margin-left: 25px;
}
.leftside_panel .send_msg{
    width:65%;
    margin: 0 auto;
    box-shadow: 0 0 5px #ddd;
    padding: 40px;
    background-color: #fff;
}
.tab_style2{ margin-top: 50px;}
.tab_style2 .tab_btn2{
    width:75%; 
    margin: 0 auto;
}
.tab_style2 .tab_btn2 .item{
    float: right; width: 33.33%;
    padding: 20px;
}
.tab_style2 .tab_btn2.chng_width .item{width:50%;}
.tab_style2 .tab_btn2 .item > a{
    display: inline-block;
    font-size: 1.3rem;
    line-height: 26px;
    color:#a79c99;
    border:solid 2px #a79c99;
    padding: 5px 20px 9px;
    position: relative;
}
.tab_style2 .tab_btn2 .item > a.active{
    color:#fe6c61;
    border-color:#fe6c61;
}
.tab_style2 .tab_btn2 .item > a .count_msg{
    background-color: #fe6c61;
    border-radius: 40% 40% 0;
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    height: 20px;
    left: -12px;
    line-height: 19px;
    position: absolute;
    text-align: center;
    top: -12px;
    width: 20px;
}
.tab_style2 .msg_detail{
    position: relative;
    margin-top: 30px;
}
.tab_style2 .msg_detail .item1 {
  display: none;
  position: relative;
}
.tab_style2 .msg_detail .item1:first-child {
  display: block;
}
.leftside_panel .table_style1 tbody td.counter {
  width: 11%;
}

.form_style3{
    padding: 15px;
}
.form_style3 .item{
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    float: right; width:100%;
}
.form_style3 .item2{top: 25px;}
.form_style3 .item input[type="submit"]{
    border:none;
    background-color: transparent;
}
.form_style3 .item3{
    margin: 35px 0 0 ;
}
.form_style3 .title{margin: 25px 0;}
.form_style3 .form_notice p{
    color: #777;
    font-size: 1.12rem;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
}
.form_style3 .item input[type="text"],
.form_style3 .item input[type="password"],
.form_style3 .item textarea{
    width:100%;
    height: 40px;
    font-size:1.15rem;
    color:#777;
    line-height: 48px;
    background-color: #fff;
    border:solid 1px #e6e6e6;
    padding: 0 36px 0 10px;
    text-align: right;
    direction: rtl;
}
.form_style3 .item .txtalg1{
    text-align: center !important;
    font-size: 1.8rem !important;
    color:#50A050 !important;
}
.form_style3 .item textarea{height: 75px;}
.form_style3.send_msg .item textarea{height: 150px;}
.txtalg{
    text-align: left !important;
    direction: ltr !important;
    padding: 0 10px 0 36px !important;
}
.form_style3 .item .form_icon2 {
    border-radius: 3px 0 0 3px;
    display: inline-block;
    height: 31px;
    position: absolute; right: 0; top: 34.5px;
    width: 25px;
    background: #ddc9aa none no-repeat center center / 15px auto;
}
.form_style3 .item .form_icon2.mobile{background-size: 12px auto;}
.form_style3 .item .form_icon2.code{background-size: 17px auto;}
.form_style3 .item .form_icon2:after{
    position: absolute; left:-10px; top:11px;
    content: "";
    border-right:solid 5px #ddc9aa;
    border-top:solid 5px transparent;
    border-bottom:solid 5px transparent;
    border-left:solid 5px transparent;
}
.form_style3 .item  .formicon_alg{
    right: auto; left:0;
    border-radius: 0 3px 3px 0;
}
.form_style3 .item .formicon_alg:after{
    left: auto; right:-10px;
    border-right:solid 5px transparent;
    border-left:solid 5px #ddc9aa;
}
.form_style3 .item .label_form {
    color: #877875;
    padding: 3px 10px;
    float: right;
    font-size: 1.2rem;
    line-height: 24px;
    text-align: right;
}
.select_pos {
  padding-top: 30px;
}
.select_style2{
    position: relative;
    height: 40px;
}
.select_style2:after{
    background: transparent url("../_images/icon/select_arrow.png") no-repeat scroll center center / 13px auto;
    content: "";
    height: 17px;
    padding: 0 4px;
    position: absolute; top: 15px; left: 11px;
    width: 10px;
    z-index: 1;
}
.select_style2 > select {
    opacity: 0;
    position: absolute; bottom: 0; left: 0; right: 0; top: 0;
    width: 100%;
    z-index: 2;
}
.select_style2 select{
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    color: #777;
    cursor: pointer;
    direction: ltr;
    float: right;
    font-size: 1.2rem;
    height: 40px;
    line-height: 0px;
    opacity: 0;
    padding: 0 5px;
    text-align: center;
    width: 100%;
}
.select_style2 .select_label{
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #999;
    font-size: 1.1rem;
    line-height: 37px;
    text-align: center;
    position: absolute; left: 0; right: 0; top:0;
    height: inherit;
    z-index: 1;
}
.form_style3 .item .radio_style1 {
    float: right;
    margin: 6.5px 5px;
    text-align: right;
    width: 100%;
}
.form_style3 .radio_txt {
  color: #777;
  font-size: 1.1rem;
  line-height: 22px;
  padding: 5px;
}
.submit_style{
    background-color: #fff;
    height: 165px;
    position: relative;
}
.submit_style:before{
    position: absolute; top:0;
    content: "";
    border-top:solid 100px #f0f0f0;
    border-bottom:solid 100px transparent;
    border-left:solid 228px transparent;
    border-right:solid 228px transparent;
}
.forgot-reset .submit_style:before{border-width:100px 290px;}
.submit_style input[type="submit"] {
    display: inline-block;
    margin: 0 auto;
    border:none;
    position: absolute; right: 0; left: 0; bottom: 0;
    text-align: center;
    width: 50%;
    background-color: #948a88;
    border-radius: 5px 5px 0 0;
    color:#f0f0f0;
    font-size: 1.2rem;
    line-height: 24px;
    padding: 7px 0;
}
.form_box .submit_style input[type="submit"]:hover{
    color:#fff;
    background-color:#3C3B48;
}
.register.form_box {
  float: right; width: 58%;
}
.form_style1.just_some_page .captcha_item .part1,
.form_style1.just_some_page .captcha_item .part3{width:45%;}
/*.contact_part3 .form_style1.just_some_page .captcha_item .part1,
.contact_part3 .form_style1.just_some_page .captcha_item .part3{width:30%;}*/
.register .submit_style:before{border-width:100px 334px;}
.login.form_box {
  width: 40%; float: left;
}
.form_style3 .half{
    margin-left: 2%;
    width:49%; float: right;
    text-align: right;
}
.form_style3 .forgot_link{float: left;}
.form_style3 .half2{margin-left:0;}
.remember1{
    padding-right: 22px;
    color: #948a88;
    font-size: 1.1rem;
    line-height: 17px;
    -webkit-transition:all 0.3s linear;
    transition: all 0.3s linear;
}
.remember1:hover{color:#3C3B48;}
.form_style3 .quarter{width:23.5%;}
.form_style3 .item .forgot_link{
    display: inline-block;
    color:#f47f55;
    font-size: 1rem;
    line-height: 17px;
    position: relative;
    padding-right: 20px;
}
.form_style3 .item .forgot_link:before{
    background: transparent url(../_images/icon/question_mark.png) no-repeat center center / 15px auto;
    height: 15px;
    width:15px;
    position: absolute; right:0;
    content: "";
}
.form_style3 .item .forgot_link:hover{color:#3C3B48;}
.pic_style .select_pic {
    background-color: #D3C8C6;
    border: medium none;
    border-radius: 3px;
    bottom: 5px;
    color: #fff;
    left: 5px;
    padding: 8px 20px;
    position: absolute;
}
.form_style3 .item .select_pic {
    bottom: 5px;
    font-size: 1rem;
    left: 5px;
    padding: 8px 17px;
}
.form_style3 .item input[type="file"] {
    cursor: pointer;
    height: 46px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 30px;
    width: 50%;
    z-index: 2;
}
.form_style3 .item input[type="text"].select_pic_txt{padding: 0 10px;}
.file_style .right{
   width:50%; float: right; 
}
.file_style .left{
    width:50%; float: right; 
    padding: 10px;
}
.file_style .left .photo_frame {
  border-radius: 3px;
  box-shadow: 0 0 2px #ccc;
  float: left;
  height: 175px;
  margin: 15px 0;
  overflow: hidden;
  width: 100%;
}
#show_pic > img {
  height: 100%;
  width: 100%;
}
.pic_style1,
.pic_style1 .inner {
	position:relative;
	display: inline-block;
	width: 85px; height: 85px;
	background-color:#fff;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
    cursor:pointer;
    float: right;
}
.pic_style1 .inner {
	overflow: hidden;
	min-width: 100%;
	display: block;
    position: relative;
    z-index: 1;
}
.pic_style1::after {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border: 3px double #ddd;
	padding: 2px;
}
.pic_style1 img{
	width:100%; height:100%;
}
.cropper_holder{
    height: 200px; 
    width: 250px; 
    overflow:hidden;
    position: relative; top: -4px;
}
.table_style3{
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
    border-radius: 2px;
    min-width: 600px;
    vertical-align: middle;
    width: 100%;
}
.table_style3 table {
    border-collapse: collapse;
    width: 100%;
}
.table_style3 thead {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}
.table_style3 thead th {
    color: #0061ab;
    font-size: 1.2rem;
    line-height: 24px;
    padding: 10px;
}
.table_style3 tbody {
    background-color: #fff;
}
.table_style3 tbody tr {
    border-bottom: 1px solid #e1e1e1;
}
.table_style3 tbody td {
    border-left: 1px solid #e1e1e1;
    color: #777;
    font-size: 1.2rem;
    line-height: 25px;
    padding: 5px;
    position: relative;
    text-align: center;
    height: 45px;
}
.table_style3.chng_width tbody td{width:25%;}
.table_style3 tbody td .status{
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    line-height: 27px;
    padding: 2px 10px 5px;
    width: 80%;
}
.table_style3 tbody td .pro_name {
    color: #777;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    vertical-align: middle;
    width:85%;
}
.table_style3 tbody td .pro_name:hover{
    color:#FF9000;
}
.table_style3 tbody td .td_button{
    border-radius: 3px;
    color:#fff;
    padding:4px 4px 8px;
    width:48%;
}
.table_style3 tbody td .edit{
    float: left;
}
.table_style3 tbody td .view{
    float: right;
}
.table_style3 tbody td .td_button:hover{color:#3C3B48;}
.table_style3 tbody td .delete{
    background: transparent url(../_images/icon/trash.png) no-repeat center center / 25px auto;
    height: 30px;
    width:30px;
    display: inline-block;
}
.table_style3 .title{
    text-align: right;
    font-weight: bold;
    color:#0061ab;
    padding: 0 15px;
    background-color: #f0f0f0;
    border-left:0;
}
.table_style3 .name{color:#fe6c61;}
.table_style3 .val{
    /*text-align: right;*/
}
.table_style3 .val.price{
    font-size: 1.6rem;
    color: #3fa913;
}
.factor{color:#fe6c61;}
.factor:hover{color:#3C3B48;}
.bg_red{background-color: #ee494f;}
.bg_green{background-color: #50A050;}
.bg_orange{background-color:#FF9000;}
.news_box{
    background-color: #fff;
    box-shadow: 0 0 3px #ddd;
}
.news_box .right_part{
    width:60%;
    padding: 25px;
    text-align: right;
}
.news_box .right_part .item1 > h1{
    font-size: 1.8rem;
    line-height: 36px;
    color:#C6B293;
    font-weight: bold;
    margin-bottom: 20px;
}
.news_box .right_part .item1 > p{
    color: #888;
    font-size: 1.3rem;
    height: 131px;
    line-height: 30px;
    overflow: hidden;
    text-align: justify;
}
.news_box .right_part .item1 .form_style3 {
  padding: 15px 0;
}
.news_box .right_part .item1 .form_style3 button{
    width:50%;
}
.news_box .left_part{
    background: rgba(0, 0, 0, 0) url("../_images/bg/newsletter-modal-bg.png") no-repeat scroll center center / cover ;
    height: 408px;
    width: 40%;
}
.fav_chekbox{
    padding-top: 30px;
}
.fav_chekbox .cat_style3 .item{
    width:33.33%; float: right;
}
.list_style5{
    text-align: right;
    margin-bottom: 60px;
}
.list_style5 .item2{
    margin-bottom: 20px;
    float: right;
    width: 46%;
    margin: 0 2% 40px;
}
.list_style5 .item2 > h2{
    padding: 5px 20px 16px;
    font-size: 1.4rem;
    color:#888;
    line-height: 28px;
    margin-bottom: 15px;
    border-bottom:dashed 1px #ddd;
    z-index: 2;
    position: relative;
}
.list_style5 .item2 > h2 > span{
    position: absolute; right: 0;
    background: #f1f1f1 none no-repeat scroll right center / contain ;
    height: 40px;
    width:50px;
    display: inline-block;
    z-index: -1;
}
/*

.list_style5 .item2 > h2:after{
    height: 1px;
    background-color: #f1f1f1;
    position: absolute; right:0; top:28px;
    content: "";
    width:90px;
    z-index: -2;
}*/
.fav_chekbox .btn_style1{width:50%;}
.sample_item {
  display: none;
}
.copy_form{
    background-color: #52bebf;
    color: #fff;
    font-size: 1.9rem;
    line-height: 40px;
    padding: 0 48px;
/*    position: absolute;
    right: 0;
    top: -78px;*/
}
/******************************* BANK ACCOUNT  ************************************/
.bank_account .item {
    border: 1px solid #eee;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    float: right;
    margin-left: 4%;
    padding: 15px;
    position: relative;
    width: 48%;
}
.bank_account .item:last-child{margin-left: 0;}
.bank_info .item2 .name {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 24px;
    padding: 10px 5px;
    text-align: right;
    width: 25%;
    color: #fe6c61;
}
.bank_info .item2 .val{
    color:#888;
    font-size: 1.3rem;
    line-height: 26px;
}
.bank_info .item2.bank_logo{
    border-bottom: solid 1px #eee;
    position: relative;
}
.bank_info .bank_logo > h3 {
    background-color: #fff;
    color: #777;
    font-size: 1.7rem;
    line-height: 34px;
    padding-bottom: 15px;
}
.bank_info .bank_logo > h3 > span{
    color: #9a9a9a;
    font-size: 1.5rem;
    line-height: 30px;
}
.bank_info .bank_logo .bank_bg{
    position: absolute; left:0; top:-15px;
    height: 100px;
    width:100px;
    display: inline-block;
    background: #fff none no-repeat center center / 75px auto;
}
/******************************* ABOUTUS  ************************************/
.aboutus_page{
    text-align: center;
    overflow: hidden;
}
.aboutus_page .about_video{
    margin-bottom: 120px;
    position: relative;
    height: 525px;
}
.aboutus_page .about_video .video_bg{position: absolute;}
.aboutus_page .about_video .video_bg1{
    background: rgba(0, 0, 0, 0) url("../_images/bg/6.png") no-repeat scroll center center / contain ;
    height: 350px;
    right: 0; bottom:0;
    width: 500px;
}
.aboutus_page .about_video .video_bg2{
    background: rgba(0, 0, 0, 0) url("../_images/bg/bag.png") no-repeat scroll center center / contain ;
    height: 350px;
    left: -30px; bottom:0;
    width: 500px;
}
.aboutus_page .about_video .video_bg3 {
    background: rgba(0, 0, 0, 0) url("../_images/bg/5.png") no-repeat scroll center center / contain ;
    height: 150px;
    right: 90px; bottom: -87px;
    width: 300px;
    z-index: 6;
}
.aboutus_page .about_video .video_bg4 {
    background: rgba(0, 0, 0, 0) url("../_images/bg/4.png") no-repeat scroll center center / contain ;
    bottom: -115px;
    height: 120px;
    left: 0; right: 0;
    margin: 0 auto;
    width: 185px;
    z-index: 6;
}
.aboutus_page .about_video .video_bg5 {
    background: rgba(0, 0, 0, 0) url("../_images/bg/kaktos.png") no-repeat scroll center center / contain ;
    height: 150px;
    left: 135px; bottom: -50px;
    margin: 0 auto;
    width: 110px;
    z-index: 6;
}
.aboutus_page .about_video .video_frame{
    background: rgba(0, 0, 0, 0) url("../_images/bg/video_frame.png") no-repeat scroll center center / contain ;
    width: 65%;
    margin: 0 auto;
    height: 100%;
    position: absolute; right: 0; left: 0; top:0;
    z-index: 5;
}
.about_video .video_frame .video_box{
    right:0; top:35px;
    margin: 0 auto;
    width:94%;
}
.about_video .video_frame .video_box .jwplayer{height: 446px !important;}
/******************************* CART STEPS  ************************************/
.cart_steps{margin-bottom:40px;}
.prog_track_style2 .item{
    float:right; width:16.66%;
    text-align: center;
    position: relative;
    padding: 10px;
}
.prog_track_style2 .item:after,
.prog_track_style2 .item .each_step:after{
    content: "";
    width: 100%;height: 5px;
    top: 18px; left: 50%;
    z-index: -1;
    position: absolute;
    border-top: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
}
.prog_track_style2 .item:first-child:after {display: none;}
.prog_track_style2 .item .each_step{
    background-color: #dadada;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;top: -1px;right: 0;
    margin: 0 auto;
    transition: all 0.1s linear 0s;
    width: 45px;height: 45px;
    color: #fff;
}
.prog_track_style2 .item .each_step:before {
    content: "";
    border: 1px solid #e7e7e7;
    border-radius: 100%;
    left: -5px;right: -5px;top: -5px;bottom: -5px;
    position: absolute;
    -webkit-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.prog_track_style2 .item .each_step:after {
    right: -50%; left: -50%;
    margin-top: 1px;
    width: auto;
    z-index: 2;
    background-color: #fff;
}
.prog_track_style2 .item:first-child .each_step:after {right: 0;}
.prog_track_style2 .item:last-child .each_step:after{left: 0;}
.prog_track_style2 .active_style2 .each_step{
    background-color: #c6b293;
    color: #fff;
    /*animation: 0.8s ease 0s alternate none infinite running pointsIntro;*/
}
.prog_track_style2 .active_style2 .each_step:before{border:5px solid rgba(198, 178, 147, 0.25);}
.prog_track_style2 .item .each_step .num_level2{
    position: absolute;
    right: 0; left: 0; top: 0; bottom: 0;
    border-radius: 50%;
    z-index: 3;
    background-color: #dadada;
    box-shadow: 0 0 0 4px #FFF;
}
.prog_track_style2 .active_style2 .each_step .num_level2{color: #97897b;background-color: #e0d5c5;box-shadow: 0 0 0 4px #e0d5c5;}
.prog_track_style2 .pass_style1 .each_step .num_level2{color: #948678;background-color: #fff;box-shadow: 0 0 0 4px #e0d5c5;}
.prog_track_style2 .pass_style1 .each_step .num_level2{background-color: #fff;}
.prog_track_style2 .active_style2:after,
.prog_track_style2 .active_style2 .each_step:after,
.prog_track_style2 .pass_style1:after,
.prog_track_style2 .pass_style1 .each_step:after {background-color: #e0d5c5;}
.prog_track_style2 .active_style2 .each_step:after,
.prog_track_style2 .pass_style1 .each_step:after{left: 0;}
.prog_track_style2 .item > p {
    color: #a8a8a8;
    font-size: 1.25rem;
    line-height: 24px;
    margin-top: 48px;
    text-align: center;
}
@keyframes pointsIntro {0% {transform: scale(0.8);}100% {transform: scale(1.1);}}
.pass_style1 span.num_level2 .check {
    background: none no-repeat scroll center center / 80%;
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    right: 3px;left: 0px;top: 3px;bottom: 3px;
}
.num_level2 i.number{
    display: inline-block;
    position: absolute;
    line-height: 40px;
    right: 0; left: 0;
    font-size: 1.4rem;
}
.pass_style1 span.num_level2 .number {opacity: 0;}
.prog_track_style2 .active_style2 > p{color:#97897b;}



/******************************* CART1  ************************************/
.cart_page .title_style5{margin-bottom:20px;}
.cart_style {
    background-color: #f2f2f2;
    padding: 20px;
}
.cart_style .title_style3{margin-bottom: 30px;}
.total{
    border:solid 1px #eee;
    float: left; width:37.6%;
    border-top:none;
}
.total .item{
    border-bottom:solid 1px #eee;
    text-align: center;
}
.total .item .final_box{
    width:50%; float: right;
    padding: 7px;
    font-size: 1.2rem;
    line-height: 50px;
    border-left:solid 1px #eee;
    background-color: #fff;
}
.total .item .final_box:last-child{
    border-left:none;
}
.total .item .final_box > a{
    display: inline-block;
    width:100%; 
    padding: 10px;
}
.total .item .final_box > a:hover{
    background-color:rgba(167,156,153,0.85); 
}
.total .item .final_box > span{
    line-height: 44px;
    font-size:1.2rem;
}
.total .item .final_box .name{
    color:#fe6c61;
}
.total .item .final_box .total_price{
    color:#888;
    font-weight: bold;
}
.total .item .order_submit{
    width:100%;
    padding: 7px;
}
.nex_prev_btn1{
    margin: 50px 0 30px;
    text-align: center;
}
.nex_prev_btn1 .item{
    width:50%; float: right;
}
.nex_prev_btn1 .item .btn_style2{width:50%;}

.nex_prev_btn1.chng_size .item{width:100%;}
.table_style2 tbody tr.no_cart_item td ,
.table_style4 tbody tr.no_cart_item td{
    color: #fe6c61;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 30px;
    padding: 30px 0;
    text-align: center;
}
.option_pro {
    display: inline-block;
}
.option_pro .item {
    color: #aaaaaa;
    display: inline-block;
    float: right;
    font-size: 1.05rem;
    line-height: 20px;
    padding: 0 10px;
    position: relative;
    text-align: center;
}
.cart_style2 .option_pro .item {width: auto;}
.option_pro .item::after {
    color: #aaa;
    content: "/";
    font-size: 1.1rem;
    left: -3px;
    position: absolute;
    top: 0;
}
.option_pro .item:last-child::after {
    content: "";
}
/******************************* CART2  ************************************/
.cart_style2 .item{
    float: right; width: 49%;
}
/*.cart_style2 .item:first-child{margin-left: 2%;}*/
.login_style1{
    border:solid 3px #f0f0f0;
    border-radius: 15px;
    padding: 50px;
    text-align: center;
    background-color: #fff;
}
.login_style1 .cart2_bg {
    background: transparent none no-repeat scroll center center / 75px auto;
    display: inline-block;
    height: 85px;
    margin: 0 auto;
    position: relative;
    width: 85px;
}
.login_style1 > h1{
    font-size: 1.4rem;
    line-height: 35px;
    color:#aca19f;
    font-weight: bold;
}
.login_style1 > p{
    font-size: 1.2rem;
    line-height: 35px;
    color:#a3a3a3;
    margin-bottom: 20px;
}
.cart_style2 .item:first-child .login_style1 .btn_style1 {
    background-color: #fe6c61;
    border-color: #fe6c61;
    color: #fff;
    width: 100%;
}
.cart_style2 .item:last-child .login_style1 .btn_style1{
    background-color: #c6b293;
    color:#fff;
    border-color:#c6b293;
    width: 100%;
}
.cart_style2 .item:first-child .login_style1 .btn_style1:hover{
    border-color:#c6b293;
}
.cart_style2 .item:last-child .login_style1 .btn_style1:hover{
    border-color:#fe6c61;
}
.cart_style2 .item:last-child .login_style1 .btn_style1:before,
.cart_style2 .item:last-child .login_style1 .btn_style2:after{background-color: #fe6c61;}
/******************************* CART3  ************************************/
.form_style3 .item1{
    text-align: right;
}
.form_style3 .item1 > a {
    color: #f4835a;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 22px;
    padding: 41px 25px 10px 0;
    position: relative;
}
.form_style3 .item1 > a::before {
    background: transparent url("../_images/icon/exclumantion-mark.png") no-repeat scroll center center / 19px auto;
    bottom: 11px;
    content: "";
    height: 19px;
    position: absolute;
    right: 0;
    width: 19px;
}
.cart_style3 .form_style3 .item1 > a:hover{color:#3C3B48;}
/******************************* CART4  ************************************/
.cart_style4 .part1{position: relative;}
.cart_style4 .part1 .add_addr {
    display: inline-block;
    position: absolute; top: 6px; left: 0;
}
.cart_style.cart_style4 .part2 .table_style4 tbody td {
  border-left: solid 1px #eee;
}
.cart_style4 .part2 .table_style4 tbody .deliver_price{
    text-align: center;
    width:110px;
}
.cart_style4 .send_cm .item2 > p,
.form_style3 .send_cm > p {
    color: #777;
    font-size: 1.1rem;
    line-height: 21px;
    padding: 14px 25px 14px 0;
    position: relative;
    text-align: justify;
}
.cart_style4 .part2 .send_cm .item2 > p:before,
.form_style3 .send_cm > p:before{
    background: transparent url("../_images/icon/exclumantion-mark.png") no-repeat scroll center center / 18px auto;
    content: "";
    height: 18px;
    position: absolute; right: 0; top:19px;
    width: 18px;
}
.deliver_price > span {
    color: #fe6c61;
    font-size: 1.2rem;
    display: inline-block;
    width: 100%;
}
.cart_style4 .table_style4 .right_row1 .check_radio_style1 input[type="checkbox"] + span{
    bottom:65px;
}
.cart_style4 .table_style4 .payment_content .payment_bg{
    background-size: 40px auto;
}
.txtalg1{text-align: center;}
.table_style4 tbody td.editting{padding: 0;}
.table_style4 tbody td .add_icon{
    padding:25px 20px;
    position: relative;
}
.table_style4 tbody td .add_icon.edit1{
    border-bottom:solid 1px #e1e1e1;
}
.add_icon.edit1 .tooltip{padding: 5px 15px;}
.add_icon.edit1 .tooltip.top {
    bottom: 77%; right: 2px;
}
.add_icon.del1 .tooltip{padding: 5px 20px;}
.add_icon.del1 .tooltip.bottom{
    top:75%; right:2px;
}
.cart_style5 a.orange_col:hover{color:#3C3B48;}
.show_notif > p{
    color: #666;
    font-size: 1.2rem;
    line-height: 19px;
    padding-bottom: 15px;
    padding-right: 25px;
    position: relative;
    text-align: right;
}
.show_notif > p:before{
    background-color: #f47f55;
    content: "";
    height: 3px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 20px;
}
/******************************* CART5  ************************************/
.table_style4{
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
}
.table_style4.post_info{margin-bottom: 20px;}
.table_style4 table {
    border-collapse: collapse;
    width: 100%;
}
.table_style4 tbody {background-color: #fff;}
.table_style4 tbody tr {
    border-bottom: 1px solid #e1e1e1;
    text-align: right;
}
.table_style4 tbody td{
    border-left: 1px solid #e1e1e1;
    color: #777;
    font-size: 1.2rem;
    line-height: 24px;
    padding: 15px;
}
.table_style4 tbody td.right_row{
    width:70px;
    text-align: center;
    position: relative;
}
.table_style4 tbody td.right_row.type2{ width: 105px;}
.right_row .check_radio_style1 input[type="checkbox"] + span {
    left: 0; right: 0; bottom:38px;
    margin: 0 auto;
}
.table_style4 tbody td .payment_content{
    padding: 10px;
}
.payment_content .payment_bg {
    background: transparent none no-repeat scroll center center / 30px auto;
    display: inline-block;
    height: 50px;
    vertical-align: top;
    width: 40px;
}
.payment_content .payment_txt{
    width:95%; float: left;
}
.payment_txt > h1{
    font-size: 1.3rem;
    line-height: 30px;
    font-weight: bold;
    display: inline-block;
    padding:0 5px;
    color:#888;
}
.payment_txt > p{
    color: #777;
    line-height: 35px;
}
/******************************* cart6  ************************************/
.cart_style6 .part,
.cart_style4 .part{
    margin-bottom: 35px;
}
.cart_style .part2.min_width{padding: 0 25%;}
.cart_style .part2 .table_style4 tbody td{border-left:none;}
.factor-val{text-align: left;}
.total_price2{
    background-color: #F7FFF7;
}
.total_price2 td{color:#018a04 !important;}
.sale_price{background-color: #FCF3EE;}
.sale_price td{color:#f47f55 !important;}
.delivery_price{background-color: #e8f2fb;}
.delivery_price td{color:#2d76b9 !important;}
.table_style4 tbody td .right_row .send_bg{
    background: transparent none no-repeat center center / 25px auto;
    height: 30px;
    width:30px;
    display: inline-block;
    border:solid 1px red;
}
.cart_style6 .part3 .payment_txt{width:100%;}
.cart_style6 .part3 .table_style4 .send_bg{
    height: 25px;
    width:25px;
    display: inline-block;
    background: transparent none no-repeat center center / 22px auto;
    vertical-align: middle;
}
.orange_col{color:#fe6c61;}
.apply_policy{
    position: relative;
    padding: 5px 28px 5px 0;
    color:#777;
    font-size: 1.15rem;
    line-height: 22px;
}
.apply_policy .cart6_policy{
    color:#c6b293;
}
.apply_policy .cart6_policy:hover{color:#fe6c61;}
.apply_policy.error{
    background-color: #ffefef;
    border: dashed 1px #f7b7b7;
    padding: 10px 28px 13px 0;
}
.apply_policy.error .check_radio_style2 input[type="checkbox"] ~ span{ bottom: 10px;}
/******************************* cart7- cart8  ************************************/
.transaction_result .transaction_style{
    text-align: center;
}
.transaction_style .trans_msg {
	margin: 0 auto;
	width: 50%;
	display: inline-block;
	position: relative;
	padding: 25px;
	box-shadow: 0 0 3px #e1e1e1;
	text-align: center;
}
.transaction_style .trans_msg.trans_ok{
    background-color: #eef9eb;
    border: solid 2px #c0da9e;
}
.transaction_style .trans_msg.trans_notok {
	background-color: #ffe9e7;
	border: 2px solid #fcc7c2;
}
.transaction_style .trans_msg .item2{text-align: right;}
.trans_msg .trans_icon{
    background: transparent none no-repeat scroll center center / 45px auto;
    display: inline-block;
    height: 45px;
    position: absolute;
    left: -15px;
    top: -18px;
    z-index: 3;
    width: 45px;
}
.trans_msg .item > p{
    font-size: 1.4rem;
    line-height: 28px;
    font-weight: bold;
    color:#777;
    position: relative;
    padding: 0 48px 15px;
    display: inline-block;
}
.trans_msg .item > p:before{
    background: transparent url("../_images/bg/title-right-deco1.png") no-repeat scroll center center / 40px auto;
    content: "";
    height: 21px;
    position: absolute; right: 0; top: 2px;
    width: 40px;
}
.trans_msg .item > p:after{
    content: "";
    position: absolute; left:0; top:2px;
    background: transparent url(../_images/bg/title-left-deco2.png) no-repeat center center / 40px auto;
    height: 21px;
    width:40px;
}
.transaction_style .trans_msg .item2{
    text-align: right;
    padding-right: 25px;
    position: relative;
    line-height: 50px;
}
.transaction_style .trans_msg .item2:before{
    position: absolute;
    right: 5px;top: 50%;
    content: "";
    height: 3px;width: 11px;
    margin-top: 1px;
    background-color: #c6b293;
}
.transaction_style .trans_msg .item2:after{
    position: absolute;
    content: "";
    right: 0;top: 50%;
    height: 3px;width: 3px;
    margin-top: 1px;
    background-color: #c6b293;
}
.trans_msg .item2 > span{
    font-size: 1.4rem;
    line-height: 17px;
}
.trans_msg .item2 .trans_title{
    color:#777;
}
.trans_msg .item2 .trans_val{
    font-size: 1.4rem;
    line-height: 17px;
    color: #fd6868;
}
.trans_msg .item3{
    margin-top:30px;
}
.trans_msg .item3 .btn_style5{
    background-color: #F4835A;
}
/******************************* COMPARE  ************************************/
/*#2*/
.table_style5 {
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.table_style5 th:first-child {border: 0 none;}
.table_style5 th, 
.table_style5 td {
    border: 1px solid #eaeaea;
    padding: 15px;
    position: relative;
}
.table_style5 th {
    color: #666;
    font-size: 1.5rem;
    width: 25%;
}
.table_style5 th:first-child{
    background: rgba(0, 0, 0, 0) url("../_images/icon/compare-2.png") no-repeat center center / 120px auto;;
}
.table_style5 th .product_bg {
    border:solid 1px #f0f0f0;
    height: 120px;
    width:120px;
    display: inline-block;
    background: #f7f7f7 none no-repeat center center / contain;
}
.table_style5 th .remove{
    background-color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 0 5px;
    position: absolute; right: 15px; top: -15px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition:all 0.3s linear;
    transition: all 0.3s linear;
}
.table_style5 th .remove > i{
    background: #c6b293 url("../_images/icon/cancel-2.png") no-repeat scroll center center / 15px auto;
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    width: 25px;
    border-radius: 3px;
    opacity: 0.5;
}
.table_style5 th .remove > i:hover{opacity: 1;}
.table_style5 td{
    font-size:1.2rem;
    line-height: 24px;
    color:#858585;
}
.table_style5 td.title {
    background-color: #f7f7f7;
    color: #fe6c61;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 26px;
    position: static;
}
.table_style5 td .compare_group{
    position: relative;
    padding-left:6px;
    color:#858585;
}
.table_style5 td > a:hover{
    color:#3C3B48;
}
.table_style5 td .compare_group:after{
    position: absolute; left:0; top:0;
    content: "/";
}
.table_style5 td .compare_group:last-child:after{display: none;}
.color_style2 {display: inline-block;}
.color_style2 .item{
    float: right;
    margin: 5px;
    position: relative;
}
.color_style2 .item > a{
    display: inline-block;
    height: 25px;
    margin: 0 auto;
    vertical-align: middle;
    width: 25px;
    position: relative;
    border: solid 1px #ddd;
}
.color_style2 .item > a:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 22px solid rgba(255, 255, 255, 0.14);
    border-bottom: 25px solid transparent;
}
.color_style2 .item > span{
    min-width: 65px;
    right:-25px;
    width:100%;
}
.color_style2 .item .tooltip.top {
  bottom: 130%;
}
/******************************* HELP  ************************************/
.help_page .inner{padding: 0 80px;}
.box_style11 .item{
    margin-bottom: 50px;
    position: relative;
}
.box_style11 .item .help_frame{
    border-top:solid 2px #c6b293;
    border-bottom:solid 2px #c6b293;
    border-right:solid 2px #c6b293;
    padding: 10px;
    width:50%; float: right;
    position: relative;
}
.box_style11 .item .help_frame:before{
    background-color: #c6b293;
    content: "";
    width: 2px;
    margin-right: 0;
    position: absolute;
    left: -2px;
    top: -2px;
    height: 7%;
}
.box_style11 .item .help_frame:after {
    background-color: #c6b293;
    content: "";
    width: 2px;
    left: -2px;
    margin-left: 0;
    position: absolute;
    bottom: -2px;
    height: 7%;
}
.box_style11 .item .help_frame .help_bg{  
    border:solid 1px #eee;
    background: rgba(0,0,0,0) none no-repeat center center /cover;
    height: 300px;
    position: relative;
    overflow: hidden;
    width:100%;
    display: inline-block;
    z-index: 0;
}
.box_style11 .item .help_frame .help_bg:before {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -111%, 0px);
    transition: transform 0.7s ease 0.1s;
    width: 100%;
    z-index: 101;
}
.box_style11 .item .help_bg:hover::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 111%, 0px);
}
.box_style11 .item .help_content{
    width:53%;
    position: absolute; left:0; top:32px;
    padding: 25px 35px;
    z-index: 1;
    background: #f7f7f7 url(../_images/logo/logo3.png) no-repeat center center / auto 85%;
    box-shadow: 0 0 3px #ddd;
}
.box_style11 .item:nth-child(2) .help_frame{
    float: left;
    transform: rotatey(-180deg);
}
.box_style11 .item:nth-child(2) .help_frame .help_bg{transform: rotatey(180deg);}
.box_style11 .item:nth-child(2) .help_content{right:0;}
.box_style11 .item .help_content .guide_txt{
    height: 175px;
    overflow: hidden;
}

/******************************* BOX STYLE  ************************************/
.home_part0{display: none;margin-top: 35px;}
/*#12*/
.box_style12{}
.box_style12 .bs12_item{
    display: inline-block;
    width: 31%;
    margin: 0 1% 20px;
}
.box_style12 .bs12_item .bs12_wrapp{
    display: block;
    position: relative;
    padding: 2px;
    border: solid 1px #dedede;
}
.box_style12 .bs12_item .bs12_name{
    position: absolute;
    display: inline-block;
    top: 50%;
    margin: -15px auto 0;
    right: 0;
    left: 0;
    text-align: center;
}
.box_style12 .bs12_item .bs12_name .name{
    display: inline-block;
    padding: 0 20px 7px;
    line-height: 22px;
    color: #94805c;
    font-size: 1.8rem;
    min-width: 70px;
    border: double 3px #fff;
    letter-spacing: 1px;
    /* font-weight: bold; */
    background-color: rgba(255,255,255,0.65);
}
.box_style12 .bs12_item .bs12_pic{
    display: block;
    height: 200px;
    background: none no-repeat center / cover;
    box-shadow: 0 0 0 1000px rgba(0,0,0,0.25) inset;
    -webkit-transition: all 0.4s ease;transition: all 0.4s ease;
}
.box_style12 .bs12_item .bs12_pic:hover{box-shadow: 0 0 0 1000px rgba(0,0,0,0) inset;}


/******************************* ERROR PAGE *********************************/
.body-not-found{
    /*    background: rgba(0,0,0,0) url(../_images/bg/Inner-banners-3.jpg) no-repeat center center / cover;*/
    background: rgba(0,0,0,0) url(../_images/bg/error_bg.png) repeat;
    height: 100%;
}
.error_page{
    margin:0;
	min-height:100%;
}
.error_page .error_style{
    padding: 250px 0 0 0;
    text-align: center;
}
.error_page .error_bg{
    height: 212px;
    width:100%;
    text-align: center;
    background: transparent url(../_images/bg/404.png) no-repeat center center / 500px auto;
    margin-bottom: 10px;
}
.error_msg{
    text-align: center;
}
.error_msg > p{
    color:#c6b293;
    font-size: 1.9rem;
    line-height: 38px;
}
.error_msg .msg1{
    direction: rtl;
    line-height: 50px;
}
.error_page .error_style .use_link{
    margin: 0 auto;
    display: inline-block;
    padding-top: 30px;
    position: relative;
}
.use_link .item{
    float: right;
    margin-left: 15px;
}
.use_link .item:last-child{margin-left:0;}
.use_link .item > a {
    display: inline-block;
    padding: 2px 20px 8px;
    font-size: 1.3rem;
    line-height: 26px;
    background-color: transparent;
    width:100%;
}
.msg_notif div{
    width:50%;
    text-align: right;
    font-size: 1.2rem;
    line-height: 32px;
    color: #888;
    margin: 20px 0;
    padding: 5px 35px 8px 5px;
    background: rgba(0,0,0,0) none no-repeat scroll 98% center / 20px auto; 
}
.msg_notif .success_msg{
    border:2px solid #c0da9e;
    background-image: url("../_images/icon/correct-mark.png");
    background-color: #eef9eb;
}
.msg_notif .error_msg{
    border:2px solid #fcc7c2;
    background-image: url("../_images/icon/rounded-black-cross.png");
    background-color: #ffe9e7;
}

/*enamad*/
.enamad_wrapper{
    position: relative;
    bottom: -40px;
    height: 121px; min-width: 120px;
    z-index: 10;
    margin-left: 15px;
    display: none;
    border: solid 1px #494949;
    padding: 5px;
    border-bottom: none;
    background-color: rgba(255,255,255,0.03);
}
.body-home .enamad_wrapper{display: inline-block;}
.enamad_wrapper img{/*max-height: 95%; min-width: 100%;*/}