/* Google Web Font 直接引用速度会非常慢 */
/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
/*@import url(https://fonts.googleapis.com/css?family=Pacifico);*/
/*@import url(https://fonts.googleapis.com/css?family=Alegreya:400,400italic,700,700italic,900,900italic);*/
/*@import url(https://fonts.googleapis.com/css?family=Anton);*/

/*@font-face{*/
/*    font-family: Roboto;*/
/*    src: url("../fonts/Roboto/Roboto-Black-1.ttf");*/
/*}*/

html{
    overflow-x: hidden; /*不然用手指滑动手机屏幕，右侧会出现一个15-30px左右空白*/
}

body{
	font-family: 'Roboto', Helvetica, sans-serif;
    /*font:13px/1.4 arial;*/
    /*font-family: Helvetica, 'Open Sans', sans-serif;*/
    line-height: 1.4em;
    /*font-family: 'Alegreya', sans-serif;*/
	overflow-x: hidden; /*不然电脑端界面右侧会出现一个15-30px左右空白*/
}

h1, h2, h3, h4, h5, h6{
	color: #000;
}

section{
    padding: 20px 0;
}

p{
    /*font-size: 13px;*/
    /*font-weight: 300;*/
}
/*==== common css =====*/
*{
    /*outline-color: transparent !important;*/
    outline-color: #ccc !important;
}

/*********************houweiguo  */
.row_20 {
    margin-left:-24px;
    margin-right:-24px;
}
.row_30 {
    margin-left:-30px;
    margin-right:-30px;
}

.btn{
	border: 0;
	color: #fff;
	background-color: #cc0000;
    border: 1px solid #cc0000;
	box-shadow: none;
	border-radius: 0;
    /*border-bottom: 2px solid #A82541;*/
}
.btn:hover {
    color: #222;
    border: 1px solid #666;
}

/*首页查看更多按钮*/
.btn1{
    border: 0;
    color: #fff;
    background-color: #cc0000;
    box-shadow: none;
    border-radius: 5px;
    text-align: center;
    margin-top:10px;
    /*border-bottom: 2px solid #A82541;*/
}
.btn1:hover {
    color: #fafafa;
    border-radius: 5px;
}

.section-title{
    position: relative;
    margin-bottom: 0px;
}

.section-title h2{
	font-weight: 600;
	color: #000;
	font-size: 28px;
	letter-spacing: 0.5px;
    /*word-spacing: 5px; 英文下不需要*/
    line-height: 1.4em;
}

.section-title small{
    /*font-family: 'Alegreya', serif;*/
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
	color: #999;
	/*font-style: oblique;*/
	letter-spacing: 1px;
	word-spacing: 2px;
	font-size: 12px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.section-border{
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}

.dash::before {
    background-color: #cc0000;
    content: "";
    height: 4px;
    position: absolute;
    text-align: center;
    top: 35px;
    width: 10px;
}

.section-title .dash::before {
    bottom: 0;
    top: inherit;
    left: 50%;
    margin-left: 0px;
    width: 60px;
}

.grid-img strong, .btn,
.grid-overlay, .pager li a,
.navbar-default .navbar-nav > li > a,
.ad-1 .ad-box-1 .overlay, .dropdown-menu > li > a, .dropdown-menu > li > a:hover:before,
.navbar-default .navbar-nav > li > a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.fashion-content, .counter,
.ad-2 .over-color, .home, .modal-dialog,
.counter-content, .subcategory-overlay,
.ad-box-1 .overlay{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

.well{
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.m-30{
    margin-bottom: 30px
}

.p-t-80{
    padding-top: 80px
}

.m-50{
    margin-bottom: 50px !important;
}

.border{
    border: 1px solid #E8E8E8;
    width: 95%;
    height: 95%;
    margin: 5px;
    text-align: center;
    margin: 8px auto;
}

/*============================================================
 Home page style
============================================================*/

/*==== header =====*/
.top-header{
	background-color: #fafafa;
	min-height: 28px;
	padding: 3px 0;
}

.security,
.social-icon{
	margin-bottom: 0;
}

.social-icon.list-inline > li {
  padding-left: 2px;
  padding-right: 2px;
}

.social-icon li .fa{
	color: #fff;
	background: #424242;
	width: 25px;
	height: 25px;
	text-align: center;
	padding-top: 7px;
	border-radius: 0;
	font-size: 12px;
    cursor: pointer;
}

.social-icon li .fa:hover{
    background-color: #cc0000;
}

.live-support{
    margin-bottom: 0;
    margin-top: 3px;
}

.live-support a .lnr{
    margin-right: 8px;
}

.live-support a{
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    margin-right: 20px;
}

.live-support a:hover{
    color: #cc0000;
}

.security{
	color: #fff;
	float: right;
}

.security li, .security li a {
    color: #333;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    padding: 0 1px;
}

.security li:last-child{
    padding-right: 0;
}

.security li:hover{
    color: #333;
}

.security li a:hover{
	color: #333;
	text-decoration:none;
}

.security li .lnr{
	margin-right: 5px;
}


.middle-header{
	min-height: 66px;
    background: #fff;
}

a.site-title {
    position: relative;
}

.site-title p {
    background-color: #cc0000;
    bottom: -5px;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3.8px;
    line-height: 1.1;
    margin-bottom: 0;
    padding: 1px 2px;
    position: absolute;
    text-align: center;
    text-indent: 1px;
    text-transform: uppercase;
    word-spacing: 2px;
}

.site-title span{
	color: #323232;
}

.cart-label{
    position: relative;
}

.cart-label .btn{
	border: 0;
    position: relative;
	margin-top: 28px;
	float: right;
	color: #999;
	background-color: #fafafa;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 11px;
	padding: 12px 20px;
	border-radius: 2px;
	letter-spacing: 0.5px;
	word-spacing: 3px;
}

.cart-label small{
    font-size: 11px;
}

.cart-label span {
    background-color: #cc0000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 25px;
    padding-top: 4px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: 8px;
    width: 25px;
}

.cart-label .carts {
    border: 0 none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 75px;
}

.cart-label .carts li{
    width: auto;
    padding: 20px 30px
}

.dropdown-menu.carts > li > p{
    color: #999;
    font-size: 15px;
    margin-bottom: 0;
    word-spacing: 5px;
    letter-spacing: 2px;
}

.dropdown-menu.carts > li > p:hover{
    color: #cc0000;
    background-color: transparent;
}

.cart-label .lnr{
	color: #333333;
	font-size: 13px;
	margin: 0 15px;
}

.nav-search .navbar-form{
	margin-bottom: 0;
	margin-top: 0;
	/*padding-right: 0;*/
    padding-left:0; /*防止选中记忆的下拉部分后，底色变黄左侧出线一个灰色条*/
}

.nav-search{
	float: right;
    height:40px;
	display: inline-block;
}

/*这里要维持原状*/
.nav-search .form-control{
	border: 0;
	box-shadow: none;
	background-color: #f7f7f7;
	color: #fff;
	border-radius: 4px;
	width: 260px;
    height:40px;
    padding-left:16px;
}

.nav-search .form-control::-moz-placeholder {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}

.nav-search .form-control:hover {
    border: 0;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
}
.nav-search .form-control:focus {
    border0: 0;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
}

.navbar-default{
	border: 0;
    margin-bottom: 0;
	background: #fafafa;
    border-radius: 0;
}

.navbar-default .navbar-nav li a:hover {
  background-color: transparent;
  color: #cc0000;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #cc0000; /*修改了*/
}

.navbar-default .navbar-nav > li > a .lnr{
    margin-left: 5px;
    font-size: 14px;
}

.navbar-default .navbar-nav > li > a{
	font-weight: bold;
	color: #333;
    letter-spacing: 0.3px;
	text-transform: uppercase;
	font-size: 14px;
}

.navbar-default .navbar-nav > li > a.p-l-0{
    padding-left: 0;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #222;
}

.dropdown-menu > li > a:hover:before{
    background-color: rgba(234, 44, 88, 0.7);
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    height: 8px;
    width: 8px;
    margin-left: 20px;
}

.navbar-nav > li > .dropdown-menu{
    border: 0;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
	border-left: 2px solid #fafafa;
	border-right: 2px solid #fafafa;
    border-bottom: 3px solid #cc0000;
    padding: 10px 0;
}

.dropdown-menu > li > a{
    padding: 8px 25px;
    text-transform: capitalize;
    width: 200px;
    position: relative;
}

.dropdown-menu > li > a:hover{
    padding-left: 35px;
}

.see-collection{
	background-color: #cc0000;
	color: #fff;
	padding: 20px 30px 18px 30px;
	text-transform: uppercase;
	font-size: 13px;
	word-spacing: 4px;
	line-height: 0;
	font-weight: 600
}

.search-btn {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding-top: 30px;
    position: absolute;
    right: 30px;
}

/*** bottom-header2 ***/
.bottom-header2 .navbar-default .navbar-nav > li > a{
    position: relative;
    font-size: 11px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    color: #A3A3A3;
}

.bottom-header2 .navbar-default .navbar-nav > li > a:hover{
    background-color: #282828;
    color: #cc0000;
}

.bottom-header2 .navbar-default{
    background-color: #333333;
}

.bottom-header2 .navbar-default .navbar-nav > li > a:hover:before,
.bottom-header2 .navbar-default .navbar-nav > .active > a:before{
    background-color: #cc0000;
    content: "";
    height: 4px;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    border-top-right-radius: 10px;
    width: 75%;
}

.bottom-header2 .navbar-default .navbar-nav > li > a:after{
    color: rgba(163, 163, 163, 0.1);
    content: "|";
    height: 50px;
    position: absolute;
    right: 0;
    border-top-right-radius: 10px;
    width: 0;
}

.bottom-header2 .navbar-default .navbar-nav > li > a:hover:after,
.bottom-header2 .navbar-default .navbar-nav > li:first-child > a:after,
.bottom-header2 .navbar-default .navbar-nav > li:last-child > a:after{
    content: "";
}

.bottom-header2 .navbar-default .navbar-nav > .active > a,
.bottom-header2 .navbar-default .navbar-nav > .active > a:focus,
.bottom-header2 .navbar-default .navbar-nav > .active > a:hover{
    background-color: #282828;
    color: #cc0000;
}

.middle-header2 a.site-title {
  line-height: 2.6;
}

/* bottom-header2 search */
.bottom-header2 .nav-search .form-control::-moz-placeholder{
    color: #a3a3a3;
}

.bottom-header2 .nav-search .form-control{
    width: inherit;
    background-color: transparent;
    color: #a3a3a3;
    margin-right: 15px;
}

.bottom-header2 .search-btn{
    right: 2px;
    padding-top: 12px;
    font-size: 11px;
    color: #a3a3a3;
}
.bottom-header2 .nav-search{
    position: relative;
    background-color: transparent;
}

/*==== home =====*/
.home{
    /*height: 36em; 设置高度会导致在IE下上方错位*/
    color: #fff;
    /*background: url("../images/footer-bg.jpg") no-repeat scroll left top/ cover;*/
}

#brand {
    width: 100%;
    height: 100%;
}

.intro h2{
    color: #fff;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 0;
    font-family: 'Anton', sans-serif;
}

.intro h1{
    color: #fff;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 48px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.intro small{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2.5px;
	word-spacing: 4px;
	margin-bottom: 40px;
	display: block;
}

/* feature box */
.feature-box{
    padding: 0;
	position: relative;
}

.feature-box .well-sm{  /*底色为灰色的，上方的padding需要有*/
	border: 0;
	box-shadow: none;
	border-radius: 0;
	padding: 34px 30px 40px 30px;
	text-align: center;
    position: absolute;
    width: 100%;
    /*top: -35%;*/
}

.feature-box .well-sc{ /*底色为白色的，上方的padding应该去除，避免看着一块空白*/
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0px 30px 40px 30px;
    text-align: center;
    position: absolute;
    width: 100%;
    /*top: -35%;*/
}

.feature-box .f-s-b{
    position: relative;
    height: 280px;
}
.feature-box .f-s-b-150{
    position: relative;
    height: 150px;
}
.feature-box .f-s-b-200{
    position: relative;
    height: 200px;
}
.feature-box .f-s-b-280{
    position: relative;
    height: 280px;
}
.feature-box .f-s-b-320{
    position: relative;
    height: 320px;
}

.feature-box .well-sm .lnr{
    color: #cc0000;
	font-size: 22px;
	margin-bottom: 20px;
	display: block;
}

.feature-box h3{
	color: #222;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 10px;
}

.feature-box small{
	font-size: 12px;
	/*font-style: italic;
	font-weight: 600;*/
    font-weight: 600;
	color: #777;
	display: block;
}

/*==== ad one =====*/
.ad-box-1{
	background-color: #d0d0d0;
	text-align: center;
	position: relative;
}

.ad-box-1 img{
	background-color: #d0d0d2;
	width: 100%;
	border: 10px solid transparent;
}

.ad-box-1:hover .overlay{
	opacity: 0;
}

.ad-box-1:hover img{
	border: 10px solid #f7f7f2;
}

.ad-box-1 .overlay{
	/*background-color: rgb(232 232 232);*/
    background-color:#f5f5f5;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.95;
}

.overlay h3{
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	word-spacing: 3px;
	letter-spacing: 1px;
	font-size: 18px;
	margin-top: 15px;
    line-height: 28px;
}

.overlay small {
	color: #cc0000;
	/*font-family: "Pacifico",cursive;*/
	font-size: 14px;
	/*font-style: italic;*/
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 1.5px;
	word-spacing: 2px;
}

/*==== featured articles =====*/
.single-grid-article h3 span{
	color: #cc0000;
	float: right;
}

.single-grid-article h3{
	font-weight: normal;
	font-size: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed rgba(185, 185, 185, 0.2);
	padding-top: 10px;
	margin: 0;
	line-height:1.4em;
}

@media (max-width: 479px) {
	.single-grid-article h3 span {
		display: none;
	}
}

/*==== featured products =====*/
.single-grid h3 span{
	color: #cc0000;
	float: right;
	font-weight: 600;
}

.single-grid img{
	width: 100%;
}

.single-grid p {
    color: #b9b9b9;
    /*font-family: "Alegreya",serif;*/
    font-size: 14px;
    word-spacing: 1px;
    letter-spacing: 0.3;
}

.single-grid h3{
	font-weight: 400;
	font-size: 17px;
	letter-spacing: 0.5;
	padding-bottom: 15px;
	border-bottom: 1px dashed #999;
    /*border-bottom: 1px dashed rgba(185, 185, 185, 0.2);*/
}

.grid-img{
    position: relative;
	width: 100%;
	height: 100%;
}

.grid-overlay{
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
    z-index: 1;
}

.grid-img strong{
    color: #fff;
    width: 50px;
    display: block;
    height: 50px;
    top: 15px;
    right: 15px;
    z-index: 2;
    position: absolute;
    padding-top: 15px;
    border-radius: 50%;
    background: #F9BD2B;
    text-align: center;
    font-size: 14px;
    cursor: default;
    font-weight: 600;
    text-transform: uppercase;
}

.grid-img:hover strong.new{
    color: #fff;
    border-color: #fff;
}

.grid-img strong.new:hover,
.grid-img strong.new{
    border: 2px solid #cc0000;
    padding: 2px 10px;
    left: 20px;
    top: 20px;
    right: auto;
    width: auto;
    height: auto;
    border-radius: 0;
    color: #cc0000;
    background: transparent;
}

.grid-overlay:hover{
	opacity: 1;
}

.grid-overlay ul li:hover{
	background-color: #cc0000;
}

.grid-overlay ul li {
    background-color: #333;
    border: 1px solid rgba(185, 185, 185, 0.03);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 48px;
    padding-top: 15px;
    text-align: center;
    width: 38px;
}

.grid-overlay ul li:last{
	border: 0;
}

.grid-overlay ul{
	padding: 0;
	margin: 0;
	left: 20px;
	bottom: 20px;
	position: absolute;
	list-style: none;
}

/*==== fashion box =====*/
.p-0{
	padding-left: 0;
	padding-right: 0;
}

.fashion-box .carousel-control.right{
    margin-top: 15px;
    right: none;
    left: 20px;
    top: inherit;
    bottom: 25px !important;
}

.fashion-box .carousel-control.left{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    left: 20px;
    top: inherit;
    bottom: 65px !important;
}

.fashion-box .carousel-control.right,
.fashion-box .carousel-control.left{
    background-image: none;
    bottom: 0;
}

.fashion-box .carousel-control:hover{
    background-color: #333;
}

.fashion-box .carousel-control{
    background-color: #cc0000;
    color: #fff;
    font-size: 10px;
    height: 40px;
    opacity: 1;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: inherit;
    bottom: 50px !important;
    width: 35px;
}

.fashion-content{
	height: 470px;
	width: 100%;
	padding: 100px 0;
	background: url("../images/fashion-banner2.jpg") no-repeat scroll left top/ cover;
}

.fashion-content h2{
	font-weight: 900;
	font-size: 45px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-top: 0;
	margin-bottom: 10px;
}

.fashion-content small {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 10px;
	text-transform: uppercase;
	word-spacing: 5px;
}

.fashion-content .btn{
	padding: 10px 35px;
	text-transform: uppercase;
	font-size: 13px;
	word-spacing: 3px;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.fashion-content p {
	color: #d0d0d0;
	font-family: "Alegreya",serif;
	font-size: 15px;
	font-style: oblique;
	letter-spacing: 0.3px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 400px;
}

.fashion-content .list-inline{
	margin-bottom: 20px;
}

.fashion-content .list-inline  li{
	padding-left: 0;
	padding-right: 0;

}

.fashion-content .list-inline .lnr{
	color: #cc0000;
	padding-left: 2px;
	padding-right: 2px;

}

.counter{
	height: 470px;
	position: relative;
	background: url("../images/b2.jpg") no-repeat scroll 0 0/ cover;
}

.counter-content small {
	color: #cc0000;
	display: block;
	font-size: 15px;
	font-weight: 400;
	font-family: "Pacifico",cursive;
	font-style: oblique;
	letter-spacing: 3px;
	margin-bottom: 10px;
	word-spacing: 5px;


}

.counter-content .btn{
	padding: 8px 20px;
	text-transform: uppercase;
	font-size: 13px;
	word-spacing: 3px;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.counter-content h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 25px;
	margin-top: 0;
	color: #fff;
	text-transform: uppercase;
}

.counter-content{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 30px;
}

/*==== ad 2 =====*/
.ad-2{
    padding: 0;
	height: 350px;
	width: 100%;
	background: url("../images/bbb-2.jpg") no-repeat scroll 0 0/ cover;
}

.over-color{
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.ad-2 h2{
	color: #fff;
	margin-top: 0;
	font-weight: 900;
	font-size: 45px;
	text-transform: capitalize;
}

.ad-2 small{
	color: #cc0000;
	display: block;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 20px;
	text-transform: uppercase;
	word-spacing: 5px;
}

.ad-2 p {
	color: #d0d0d0;
	font-family: "Alegreya",serif;
	font-size: 12px;
	/*font-style: oblique;
	letter-spacing: 0.3px;*/
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 500px;
}

.ad-2 strong{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
	display: block
}

.ad-2 .btn{
	padding: 10px 35px;
	text-transform: uppercase;
	font-size: 12px;
	word-spacing: 3px;
	letter-spacing: 0.5px;
	font-weight: 400;
}

/*==== Recent post =====*/
.post-img{
	position: relative;
}

.date-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    border-top: 2px solid #cc0000;
    color: #cc0000;
    font-size: 22px;
    font-weight: 800;
    height: 70px;
    line-height: 1.2;
    padding-top: 10px;
    text-align: center;
    width: 100px;
}

.date-overlay span{
	color: #fff;
	font-weight: 900;
	font-size: 20px
}

.single-post h3{
	font-size: 22px;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-weight: 400;
	color: #222;
	margin-top: 10px;
}

.single-post h3 img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 15px;
    margin-bottom: 15px;
	margin-left: 5px
}

.single-post p {
    color: #000;
    font-size: 12px;
    /*font-weight: 300;
    letter-spacing: 0.1px;*/
    line-height: 24px;
    /*word-spacing: 0.6px;*/
    margin:0;
}

/*==== brand & FAQ =====*/
.faq-brands .panel-title a .lnr{
    margin-right: 12px
}

.faq-brands .panel-title a{
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
}

.faq-brands .panel-heading{
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 16px 20px;
}

.faq-brands .panel-body{
    padding-bottom: 0;
}

.faq-brands .faq .panel{
    border: 0px;
    border-color: transparent;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: none;
}

.faq-brands .well{
    background-color: #fafafa;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    padding: 70px 0;
    margin-bottom: 30px;
}

.faq-brands strong {
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    /*margin-left: 12px;*/
    text-transform: capitalize;
}

.faq-brands p {
    color: #222;
    /*font-family: "Alegreya",serif;*/
    font-size: 14px;
    font-style: oblique;
    margin-bottom: 5px;
}

.faq-brands .carousel-indicators{
    bottom: -15px;
    margin-bottom: 0;
}

.faq-brands .carousel-indicators li{
    border-color: #ccc;
    background-color: #ccc;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    margin-bottom: 0;
}

.faq-brands .carousel-indicators li.active{
    border-color: #cc0000;
    background-color: #cc0000;
    margin-bottom: 0;
}

.service-heading {
	width:100%;
	padding:10px 20px 8px 20px;
	line-height:28px;
	background-color: #f5f5f5;
	margin-bottom:10px;
	word-break: break-all;
}

.service-heading a {
	font-size:16px;
	color:#333;
	font-weight:400;
	word-break: break-all;
}

.service-heading a:hover{
	color:#cc0000;
	text-decoration:none;
}
/*==== top footer =====*/
.top-footer{
    padding: 0;
    color: #fff;
    background: url("../images/fashion-girl.jpg") no-repeat scroll 0 top/ cover;
}

.top-footer .top-footer-overlay{
    padding: 60px 0;
    padding-bottom: 70px;
    background-color: rgba(0, 0, 0, 0.8)
}

.top-footer .top-footer-title{
    position: relative;
    margin-bottom: 50px;
}

.top-footer h3{
    color: #fff;
}

.top-footer-title h3{
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.latest-status{
    margin-top: 20px;
}

.latest-status.footer-bg{
    background-color: #333;
}

.latest-status .media-left,
.latest-status .media > .pull-left {
    padding: 0;
}

.latest-status small{
    color: #cc0000;
    font-weight: 500;
    font-size: 14px
}
.latest-status .media-left img{
    width: 90px;
}

.latest-status .media-body{
    padding: 15px 10px 0 20px;
}

.latest-status p{
    color: #ccc;
    margin-top: -8px;
    font-style: oblique;
    letter-spacing: 0.5;
    font-weight: 400;
    font-size: 15px;
    font-family: "Alegreya",serif;
}

/*==== middle footer =====*/
.middle-footer{
    padding-top: 0;
    background-color: #333333;
    color: #fff;
}

.middle-footer .subscribe-form {
	margin-top: 15px;
    margin-bottom: 15px;
}

.subscribe-form .form-control{
    border: 0;
    box-shadow: none;
    border-radius: 0;
    height: 50px;
}

.subscribe-form  .subscribe-btn .fa{
    margin-left: 5px;
}

.subscribe-form .subscribe-btn{
    border: 0;
    color: #fff;
    box-shadow: none;
    background-color: #cc0000;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px
}

.middle-footer .social-icon{
    margin-bottom: 30px;
}

.middle-footer .address li{
    margin-left: 20px;
    color: #ccc;
    font-size: 13px;
    /*text-transform: capitalize; */
    line-height: 1.8;
}

.middle-footer .address li:first-child{
    margin-left: 0;
}

.middle-footer .address .lnr{
    color: #cc0000;
    margin-right: 10px;
}

.middle-footer p{
    margin-bottom: 40px;
    max-width: 600px;
    color: #ccc;
    font-size: 12px;
    /*letter-spacing: 0.3;*/
    font-family: "Alegreya",serif;
    /*font-style: oblique;*/
    margin-left: auto;
    margin-right: auto;
	line-height:1.8em;
}

.middle-footer a.site-title{
    text-decoration: none;
    color: #cc0000;
    line-height:60px;
}

.middle-footer .site-title span{
    color: #fff;
}

/*==== bottom footer =====*/
.bottom-footer{
    background-color: #444;
    color: #fff;
}

.bottom-footer p{
    margin: 15px;
    color: #ccc;
    font-size: 11px;
    word-spacing: 1px;
	line-height:2em;
}

.bottom-footer p a{
    color: #ccc;
    text-decoration: none;
}

.bottom-footer p a:hover{
    color: #cc0000;
}



/*============================================================
 individual page style
============================================================*/


/*======================= Product grid page ======================*/
.page-header h2{
    color: #fff;
    letter-spacing: 2px;
    word-spacing: 7px;
}

.page-header p {
    color: #ccc;
    font-family: "Alegreya",serif;
    margin: 0 auto;
    max-width: 400px;
}

.page-header{
    padding: 0;
    margin: 0;
    background: url("../images/header-title.jpg") no-repeat scroll top center/ cover;
}

.page-header-overlay .section-title h2{
    font-weight: 300;
}

.page-header-overlay{
    padding: 0;
    height: 205px;
    padding-top: 40px;
    background-color: rgba(0, 0, 0, 0.7);
}

.menu-row{
    padding-top: 0;
    padding-bottom: 20px;
}

/*202309*/
@media screen and (min-width:992px) {
    .menu-link {
        position: relative;
    }
}

.page-label{
    padding: 0;
    border: 0;
    box-shadow: none;
    display: block;
    border-radius: 0;
    padding: 0 20px ;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
}

/*202309*/
@media (max-width: 991px) {
    .page-label {
        padding: 0 10px;
        background: #fff;
        border-bottom: 1px dashed #cfcfcf;
    }
}

.page-label .list-inline{
    margin-bottom: 0;
    margin-left:0;
}

.page-label .list-inline li{
    line-height: 50px;
    font-size: 13px;
    color: #999;
    font-weight: 400;
    font-style: oblique;
    padding: 0 2px;
}

.page-label .list-inline li:last-child{
    color: #cc0000;
}

.page-label h3{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #aaa;
    margin: 0;
    line-height: 50px;
    word-spacing: 5px;
}


.women{
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    margin-top: 0;
}

.women small{
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    word-spacing: 3px;
    line-height: 24px;
}

.subcategory{
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.subcategory-img{
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.subcategory-img img{
    min-width: 120px;
}

.subcategory-overlay{
    position: absolute;
    text-align: center;
    width: 100%;
    min-width: 120px;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.ad-3{
    margin-bottom: 40px;
}

.list-style strong a{
    color: #999;
    margin-left: 10px;
    display: inline-block;
    line-height: 1.6;
}

.list-style strong a.active{
    color: #cc0000;
}
.list-style strong{
    color: #999;
    font-weight: 400;
    word-spacing: 2px;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    padding-bottom: 20px;
}

.list-style div{
    margin-bottom: 40px;
}

.list-style div .btn{
    padding: 7px 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.list-style div .fa{
    margin-right: 8px;
}


.page-numb{
    margin: 0;
    display: inline;
    padding: 0 20px;
}

.pager{
    margin-top: 40px;
}

.pager li ul li a{
    border: 1px solid rgba(204, 204, 204, 0.4) !important;
    border-radius: 0;
    color: #333;
    font-weight: 500;
    padding: 8px 13px;
    margin: 0 3px;
    font-size: 12px;
}

.pager li a:hover{
    color: #fff;
    border-color: transparent;
    background-color: #cc0000;
}

.pager > li > a{
    border: 1px solid rgba(204, 204, 204, 0.4) !important;
    border-radius: 0;
    padding: 8px 20px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #cc0000;
    font-size: 12px;
    text-transform: uppercase;
}

/*======================= Product list page =====================================*/
.list-detail h3 {
    border-bottom: 1px dashed rgba(185, 185, 185, 0.2);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    max-width: 300px;
}

.list-detail h3 span {
    color: #cc0000;
    float: right;
    font-weight: 600;
}

.list-detail p {
    color: #b9b9b9;
    font-family: "Alegreya",serif;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    margin-bottom: 25px;
}

.list-detail .btn {
    font-size: 14px;
    font-weight: 400;
    padding: 7px 15px;
    text-transform: uppercase;
    word-spacing: 4px;
    font-weight: 500;
}

.list-detail .btn .lnr{
    margin-right: 10px;
}

.label-bg{
    background-color: #cc0000 !important;
}

/*======================= Product Recommended page =====================================*/
.recommended{
    background-color: #E8E8E8 !important;
}

.recommend-details .dash::before {
  bottom: 35%;
  left: 0;
  margin-left: 0;
  top: 60px;
  width: 30px;
}

.recommend-details p {
    color: #999;
    font-family: "Alegreya",serif;
    font-size: 13px;
    font-weight: 200;
    /*letter-spacing: 0.3px;*/
    margin-bottom: 25px;
    /*word-spacing: 1px;*/
}

.recommend-details h3 {
font-size: 20px;
font-weight: 400;
line-height: 1.3;
margin-top: 0;
margin-bottom: 25px;
letter-spacing: 0.5px;
max-width: 300px;
}

.recommend-details .btn {
padding: 8px 25px;
border-radius: 30px;
text-transform: uppercase;
font-size: 12px;
word-spacing: 3px;
font-weight: 600;
}

.recom-pro p {
color: #b9b9b9;
font-family: "Alegreya",serif;
font-size: 13px;
font-weight: 200;
letter-spacing: 0.3px;
margin-bottom: 25px;
word-spacing: 1px;
}

.recom-pro h3 {
border-bottom: 1px dashed rgba(185, 185, 185, 0.5);
font-size: 17px;
font-weight: 400;
letter-spacing: 0.5px;
max-width: 300px;
padding-bottom: 15px;
}

.recom-pro img {
width: 100%;
}

.recom-pro span {
color: #cc0000;
float: right;
font-weight: 600;
}

/*======================= Single Product page =====================================*/
.single-product{
    padding-bottom: 0;
}

.single-product .btn-group{
    padding: 10px;
    background-color: #f1f1f1;
    font-size: 12px;
    text-transform: capitalize;
    mmargin-bottom: 20px;
}

.single-product .btn-group .btn .fa{
    margin-right: 5px;
}

.single-product .btn-group .btn{
    color: #333;
    border: 1px solid transparent;
    padding: 10px;
    background-color: #FAFAFA;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: 0;
}

.single-product .btn-group .active{
     color: #fff;
    background-color: #24C869;
}

.single-product .list-inline span{
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}

.single-product .list-inline .lnr{
	color: #cc0000;
    font-size: 13px;
	padding-left: 0;
	padding-right: 0;

}

.single-product h3{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.single-product .list-inline{
    margin-bottom: 15px;
    margin-left: 3px;
}

.single-product .list-inline  li{
	padding-left: 0;
	padding-right: 0;

}

.single-product .add-cart .btn .lnr{
    margin-right: 8px;
}

.single-product .add-cart .btn {
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}

.single-product .order-tag{
    color: #999;
    font-size: 12px;
    word-spacing: 3px;
    margin-bottom: 20px
}

.single-product .price{
    font-size: 25px;
    font-weight: 900;
    color: #333;
    margin-bottom: 0;
}

.single-product p {
    color: #b9b9b9;
    font-family: "Alegreya",serif;
    font-size: 15px;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    font-style: oblique;
    margin-bottom: 20px;
}

.single-product .table td{
    padding-left: 15px;
    font-weight: 500;
    line-height: 2;
    border: 1px dashed rgba(185, 185, 185, 0.3);
}

.single-product .table{
    width: 500px;
    margin-bottom: 15px;
    border: 1px dashed rgba(185, 185, 185, 0.3);
}

.single-product .table li{
    background-color: transparent;
    padding: 5px 10px;
    margin: 0 2px;
    color: #333;
    font-size: 13px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
}

.single-product .table .list-inline{
    margin-bottom: 0;
    margin-left: 10px;
}

.single-product .table li.red{
    color: #fff;
    background-color: #FF3131;
    border-color: #FF3131;
}
.single-product .table li.yellow{
    color: #333;
    background-color: #FFE401;
    border-color: #FFE401;
}
.single-product .table li.black{
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

/* tabs */
.single-description{
    padding-bottom: 0;
}

.description-tab .nav-tabs{
    border-bottom: 0;
}

.single-product-detail{
    max-width: 500px;
}

.description-tab .nav-tabs > li:hover > a {
    color: #fff;
    background-color: #333333;
    border: 0;
}

.description-tab .nav-tabs > li > a {
    background-color: #f5f5f5;
    border: 0 none;
    border-radius: 0;
    color: #999;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 6px 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.description-tab .nav-tabs > li.active > a,
.description-tab .nav-tabs > li.active > a:focus,
.description-tab .nav-tabs > li.active > a:hover{
    color: #fff;
    background-color: #333333;
    border: 0;
}

.description-tab .tab-pane{
    background-color: #F5F5F5;
    padding: 25px 20px;
}

.description-tab .tab-pane h3{
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    color: #666;
    padding: 0;
    letter-spacing: 0.5px;
}

.description-tab .tab-pane p{
    margin-bottom: 0;
    color: #999;
    font-family: "Alegreya",serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}

/*======================= Sidebar =====================================*/

/* category */
.widget  ul.category-list li .fa-angle-right{
    line-height: 1.8;
}

.widget .size li.active,
.widget  ul.category-list li .active{
    background-color: #cc0000 !important;
    color: #fff !important;
    border-color: #cc0000;
}

.widget  ul.category-list li:hover .side-icon{
    background-color: #cc0000;
    color: #fff;
}

.widget  ul.category-list li .side-icon{
    background-color: #f4f4f4;
    width: 25px;
    height: 25px;
    color: #999;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    padding-top: 7px;
    margin-right: 10px;
    display: inline-block;
}

.widget  ul.category-list li:last-child{
    border-bottom: 1px solid transparent;
}

.widget ul.category-list li {
    border-bottom: 1px solid #f4f4f4;
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.9;
    margin: 0 20px;
    padding: 15px 0;
    text-transform: capitalize;
    word-spacing: 4px;
    cursor: pointer;
}

.widget  ul.category-list{
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.widget .panel-body{
    padding: 0;
}

.widget .panel-heading .panel-title{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #444;
    margin-left: 25px;
}

.widget .panel-heading{
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid #E8E8E8;
    background-color: #f4f4f4;
    padding: 18px 20px;
}

.widget{
    border: 1px solid #F4F4F4;
    box-shadow: none;
    border-radius: 0
}

.widget .panel-title:before {
    background-color: transparent;
    border-bottom: 3px dotted #cc0000;
    content: "";
    height: 2px;
    position: absolute;
    text-align: center;
    top: 25px;
    left: 20px;
    width: 15px;
}

/* size */
.widget .size{
    padding: 20px;
    margin: 0;
}

.widget .size li{
    background-color: transparent;
    border: 1px solid #f0f0f0;
    color: #999;
    cursor: pointer;
    font-size: 12px;
    margin: 0 1px;
    padding: 10px;
}

.widget .size li:hover{
    color: #fff;
    border-color: transparent;
    background-color: #cc0000;
}

/* onsale */
.onsale{
    margin-bottom: 0;
}

.onsale .latest-status{
    margin-top: 0;
    padding: 25px 0;
    margin: 0 20px;
    border-bottom: 1px solid #f4f4f4;
}

.onsale .media-body{
    padding: 5px 8px;
}

.onsale .media-left img{
    width: 70px;
}

.onsale small{
    font-weight: 600;
}

.onsale p {
    color: #333;
    font-family: inherit;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin-top: 8px;
    text-transform: uppercase;
}
/* manufatues */
.manufatue  ul.category-list li .side-icon{
    font-style: normal;
    font-weight: 700;
    font-family: inherit;
    padding-top: 2px;
    font-size: 11px;
}

.manufatue .category-list .side-icon{
    margin-right: 0 !important;
}

.manufatue .category-list li{
    text-transform: uppercase !important;
}

/* discount */
.discount .panel-body .discount-label{
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 20px;
    right: 20px;
    background-color: #cc0000;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 16px;
    padding: 15px 0;
    text-transform: uppercase;
}

.discount .panel-body{
    position: relative;
}

/*======================= single post & Comment page ===========================*/
.blog-comment{
	border: 1px solid rgba(238, 238, 238, 0.8);
	padding: 25px;
	padding-top: 5px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.blog-comment .media-list{
	padding-bottom: 20px;
}

.blog-comment .media{
	margin-top: 20px;
}

.blog-comment .comment-info{
    margin-bottom: 8px;
}

.blog-comment .comment-info li{
	color: #999;

}

.blog-comment .comment-info li:hover{
	color: #cc0000;
}

.blog-comment .media-body p{
	border-bottom: 1px solid rgba(238, 238, 238, 0.5);
	padding-bottom: 15px;
    color: #aaa;
}

.blog-comment .media-left{
	padding-right: 20px;
}

.blog-comment .media-left img{
	border: 1px solid rgba(238, 238, 238, 0.5);
	padding: 5px;
	border-radius: 3px
}

.form .form-control {
    background-color: transparent;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    box-shadow: none;
    color: #999;
    height: auto;
    margin-bottom: 20px;
    padding: 14px 20px;
}

.form .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form .btn .fa{
    margin-right: 5px;
}

.form .btn {
    font-weight: 500;
    padding: 12px 25px;
    text-transform: uppercase;
}

/*======================= about & faq ===========================*/

.faq-section .section-title h3,
.about .section-title h3{
    margin-top: 0;
}

.faq-section .section-title small,
.about .section-title small{
    margin-bottom: 15px;
}

.faq-section .section-border,
.about .section-border{
    margin-bottom: 20px;
}

.skills .section-border .dash:before,
.faq-section .section-border .dash:before,
.about .section-border .dash:before{
    margin-left: 0;
}

.about p{
    color: #333;
    line-height: 2;
	font-size:14px;
    margin:0;
}

.faq-section .faq .panel-body{
    border-color: transparent;
}

.faq-section .faq .panel-title a[aria-expanded="true"]{
    color: #cc0000;
}

.faq-section .faq h4 .fa{
    margin-right: 10px;
}

.faq-section p.faq-description {
    margin-bottom: 30px;
    font-family: inherit;
    font-weight: 100;
    font-size: 17px;
    color: #444;
}

.faq p {
    color: #333;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 5px;
    text-align: justify;
}

.skills{
    background-color: #fafafa;
}

.skills{
    padding: 0;
}

.skills .skill-img img{
    height: auto;
    width: 100%;
}

.skills .skill-detail{
    padding: 40px 50px 0 30px;
}

.skills .section-border{
    margin-bottom: 20px;
}

.skills p{
    margin-bottom: 30px;
    font-size: 13px;
    color: #999;
    line-height: 1.8;
}

.skills .progress{
    border-radius: 0;
    height: 10px;
}

.skills .progress-bar{
    background-color: #cc0000;
    font-size:7px;
    font-weight: 900;
    line-height: 10px;
}
.skills strong {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    word-spacing: 4px;
    letter-spacing: 0.6px;
}

.single-memb .social-icon .fa{
    background-color: #cc0000;
}

.single-memb .social-icon .fa:hover{
    background-color: #333;
}

.single-memb > p{
    margin-bottom: 20px;
    color: #333;
    line-height: 1.7;
	text-align: justify;
}

.single-memb > div{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
    /*font-style: italic;*/
    color: #666;
}

.single-memb > strong{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 3px;
    margin-top: 20px;
    display: block;
}

.single-memb{
    background-color: #fafafa;
    position: relative;
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    border: 1px solid rgba(204, 204, 204, 0.2);
}

.single-memb > img{
    width: 100px;
    border: 4px solid rgba(204, 204, 204, 0.3);
    border-radius: 50%;
    top:  -50px;
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
}
/*======================= contact ===========================*/
.other-addr > p{
    color: #999;
    margin-bottom: 20px;
}

.other-addr h3{
    color: #333;
    margin-top: 0;
    text-transform: capitalize;
}

.location p,
.email p,
.phone p,
.fax p {
    background-color: #f5f5f5;
    color: #000;
    font-weight: 600;
    margin-left: 65px;
    margin-bottom: 20px;
    padding: 15px ;
}

.other-addr .fa span {
    background: #cc0000;
    display: block;
    height: 15px;
    margin-top: 18px;
    position: absolute;
    right: -7.5px;
    top: 0;
    transform: rotate(45deg);
    width: 15px;
}

.other-addr .fa{
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #cc0000;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    font-size: 13px;
    mmargin-bottom: 15px;
}

iframe.g-map{
    border: 0;
    margin-bottom: 50px;
}

/*========= popup ==============*/
.form-control::-moz-placeholder{
    color: #999;
    font-weight: 500;
    font-size: 15px;
    font-weight: 300;
}

.modal-detail .form-control{
    border: 1px solid #ccc;
    font-size: 15px;
    height: auto;
}

.popup .close{
    background-color: #ea2c5a;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    position: absolute;
    right: 5px;
    z-index: 2;
    top: 5px;
    padding-top: 6px;
}

.modal-detail .btn .lnr{
    margin-right: 5px;
}

.modal-detail .btn{
    padding: 10px 28px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 30px;
    text-transform: uppercase;
}

.modal-detail p{
    color: #999;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 40px;
}

.modal-detail h3{
    font-weight: 900;
    color: #333;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 0;
}

.modal-detail{
    padding: 45px 5px;
    padding-left: 20px;
    text-align: left;
}

.popup .modal-body img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.popup .modal-body{
    padding: 0;
    overflow: hidden;
    border-bottom: 2px solid #cc0000;
}

.popup .modal-content{
    border-radius: 0;
    background-color: #fff;
    border: 0;
}



/* page-number 翻页样式，strong处替代current，因为current不起作用 */
.page-number { padding-top: 0px; text-align: center; margin-bottom: 2px; font-size: 13px;}
.page-number a { margin: 0 6px 0 0; padding: 8px 12px; border: 1px solid #e8e8e8;}
.page-number a:first-child {color:#cc0000;}
.page-number a:last-child  {color:#cc0000;}
.page-number .disabled { margin: 0 6px 0 0; padding: 8px 12px; border: 1px solid #D1D1D1; color:#A4A4A4; }
.page-number .current{ margin: 0 6px 0 0; padding: 8px 12px; border: 1px solid #e8e8e8; background:#EBEBEB; }
.page-number strong{ margin: 0 6px 0 0; padding: 8px 12px; border: 1px solid #e8e8e8; background:#EBEBEB; }
.page-number a { color:#222; text-decoration:none;}
.page-number a:hover { border-color:#cc0000 !important; background:#cc0000; color: #fff !important; text-decoration:none;}

/*单独拿出来用：限制右侧的宽度*/
.col-ad-6, .col-am-6 {
    float:left;
    width:50%;
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 15px;
}
/*单独拿出来用：限制左侧的宽度*/
.col-bd-6, .col-bm-6 {
    float:left;
    width:50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 7px;
}

/* 在所有的情况下，只要是表格比屏幕宽，就出现水平滚动 */
/*.table-overflow { overflow-x: auto; border:0; }*/
/*.table-overflow .table { border-left: 0; border-right: 0; border-bottom:0 }*/

.table-overflow {
    /* overflow-x: scroll; 将 overflow-x 的值从 auto 改为 scroll，确保始终显示滚动条 */
    border: 0;
	overflow-x: auto;
    /* max-width: 100%; 确保容器宽度占满父容器 */
    display: block; /* 将元素显示模式设置为块级元素，以便正确应用宽度和滚动条 */
}

.table-overflow table {
    border-collapse: initial;
    width: max-content; /* 让表格宽度根据内容调整，超出父容器宽度时出现滚动条 */
}

.table-overflow.table {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    width: max-content; /* 让表格宽度根据内容调整，超出父容器宽度时出现滚动条 */
}


/*重新定义：注意引用顺序*/
.form-control {
    display: block;
    width: 100%;
    height: 38px;  /*不指定的话，会出小数，造成与select不同*/
    padding: 4px 12px 4px 12px;
    font-size: 14px;
    line-height: 18px; /**/
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #aaa;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);/**/
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);/**/
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
    padding: 7px 12px 8px 12px;
    line-height:1.8em;
}

select.form-control {
    height: 38px;
    padding: 8px 16px 8px 9px;
    line-height:18px;
    /*清除select聚焦时候的边框颜色*/
    outline: none;
}

select option.form-control {
    border: 0;
}

select.form-control::-ms-expand {
    /*display: none;*/
}

select.form-control {
    overflow : hidden;
    /*text-indent : 0.01px;*/
    /*text-overflow : '';*/

    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*-ms-appearance: none;*/
    /*-o-appearance: none;*/
    /*appearance: none;*/
}

/*用于查看更多*/
.width-button-more {
    width: 335px;
}

.get-more_link1 {
    display: inline-block;
    padding: 8px 0px;
    color: #cc0000;
    font-size: 16px;
    border: 2px solid #cc0000;
    border-radius: 10px;
    width: 160px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    background-color: #fff;
    /*不要用vertical-align:center，字会偏上一些；用padding*/
}
.get-more_link1:hover {
    color: #cc0000;
    cursor:pointer;
}
.get-more_link1:active {
    color: #cc0000;
    cursor:pointer;
}

.get-more_link2 {
    display: inline-block;
    padding: 8px 0px;
    color: #fff;
    font-size: 16px;
    border: 2px solid #cc0000;
    border-radius: 10px;
    width: 160px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    background-color: #cc0000;
    /*不要用vertical-align:center，字会偏上一些；用padding*/
}
.get-more_link2:hover {
    color: #fff;
    cursor:pointer;
}
.get-more_link2:active {
    color: #fff;
    cursor:pointer;
}

/*首页Slider微调BootStrap4默认样式*/
.carousel-indicators {
    bottom:0px;  /*-44px*/
}
.carousel-indicators .active {
    width: 30px;
    height: 5px;
    margin: 0px;
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 1;
}
.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #eee;
    border: 1px solid #eee;
    opacity: 50%;
    border-radius: 2px;
}

/*左右箭头样式*/
.carousel-control {
    width:8%;
}
.carousel-control.left {
    margin-top:276px;
    font-size:42px;
    font-weight:normal;
    background-image: none!important;
    opacity: 0.3;
}

.carousel-control.right {
    margin-top:276px;
    font-size:42px;
    font-weight:normal;
    background-image: none!important;
    opacity: 0.3;
}

/*列表*/
.am-avg-sm-3 {
    padding-left:28px;
    margin-bottom: 0px;
}
.am-avg-sm-3 li {
    line-height:25px;
}
.am-table-striped th {
    padding:4px 10px;
    text-align:left;
    border:1px solid #fafafa;
}
.am-table-striped td {
    padding:4px 10px;
    text-align:left;
    border:1px solid #fafafa;
}

/*特殊字号*/
.font-authentication h1 {
    margin-top:50px; font-size:60px; font-weight:500;
}
.font-authentication small {
    font-size:20px;
}

.font-registration h1 {
    margin-top:50px; font-size:42px; font-weight:normal;
}
.font-registration small {
    font-size:20px;
}

/*增加margin的*/
.row-margin-top40 {
    margin-top:40px;
}
.row-margin-top30 {
    margin-top:30px;
}

@media screen and (min-width:992px) {
    .home-list-image {
        float:left;
        width:192px;
        /*height: 180px;*/
        margin-top:20px;
        margin-right:20px;
        overflow: hidden;
    }
    .home-list-image-1 {
        min-width: 192px;
        min-height: 130px;
		border-radius:5px;
    }
    .home-list-content {
        position:relative;
        height:auto; /*height:200px;*/
        padding-top:20px;
        padding-right:20px;
        overflow: hidden;
    }
    .home-list-heading {
        color:#333;
        line-height:26px;
        font-size:18px;
        font-weight:600;
    }
    .home-list-heading:hover, .home-list-heading:link {
        color:#333;
    }
    .home-list-summary {
        color:#333;
        line-height:1.4em;
        font-size:12px;
        max-height:60px;
        overflow: hidden;
    }

    .home-list-keyword {
        /*position: absolute;
        left: 0;
        top: 130px;*/
        line-height:2em;
        word-wrap: break-word;
    }
    .home-list-keyword a {
        color:#333;
        font-size:13px;
        background:#eee;
        padding:4px 8px;
        margin-right:5px;
        border-radius: 4px;
        text-decoration: none;
    }
    .home-list-keyword a:hover {
        color:#cc0000;
        background:#fff1f1;
        cursor:pointer;
        text-decoration: none;
    }
    .home-list-keyword1 {
        /*line-height:2em;*/
        color: #666;
        font-size: 14px;
        line-height: 32px;
        margin-top: 5px;
        margin-bottom: 10px;
        word-wrap: break-word;
    }
    .home-list-keyword1 a {
        color:#000;
        font-size:13px;
        background:#eee;
        padding:4px 8px;
        margin-right:5px;
        border-radius: 4px;
        text-decoration: none;
    }
    .home-list-keyword1 a:hover {
        color:#cc0000;
        background:#fff1f1;
        cursor:pointer;
        text-decoration: none;
    }

    .home-list-update {
        position: absolute;
        right: 20px;
        top: 123px;
        line-height: 2.4em;
        background: #fff;
        padding-left: 15px;
    }

    /*首页右侧活动列表*/
    .home-list-image-activity {
        float:left;
        width:auto;
        height: auto;
        margin-top:13px;
        margin-right:10px;
        overflow: hidden;
    }
    .home-list-image-1-activity {
        width:30px;
        height:30px;
        border-radius:15px;
        border:2px solid #ccc;
    }
    .home-list-content-activity {
        position:relative;
        height:auto;
        padding-top:13px;
        padding-right:0px;
        overflow: hidden;
    }

    /*广告service列表*/
    .home-list-image-service {
        float:left;
        width:auto;
        height: auto;
        margin-right:10px;
        overflow: hidden;
    }
    .home-list-image-1-service {
        /*width:50px;*/
        max-width:50px;
        min-width:50px;
        /*min-height: 50px;*/
    }
    .home-list-content-service {
        position:relative;
        height:auto;
        padding-top:13px;
        padding-right:0px;
        overflow: hidden;
    }

    /*article_item页面*/
    .div-summary {
        color:#888;
        font-size:14px;
        line-height:1.6em;
        min-height:50px;
        max-height:72px;
        overflow: hidden;
        padding-bottom:20px;
        text-overflow: ellipsis;
    }

    /*专题页样式*/
    .special-item {
        padding:50px 0;
        /*background:#99BFD2 url(/additional/front1/images/itselect-login.jpg);*/
        /*min-height:Calc(100% + 52px);*/
    }
    .special-form {
        border-radius:0 0 14px 14px;
        z-index:99;
        padding:30px 30px 64px 30px;
        background: #fff;
        border:1px solid #ccc;
    }
}

@media (max-width: 991px) {
    .home-list-image {
        float:left;
        width:40%;
        max-height: calc(75vw - 23px); /*屏幕宽度每边缩进15px，则高度为宽度的75%再减去30px*0.75*/
        padding-top:15px;
        margin-right:3%;
        overflow: hidden;
    }
    .home1-list-image-1 {
        min-width:40%;
        /*max-height:calc(75vw - 23px);*/
    }
    .home-list-content {
        position:relative;
        float:left;
        width:56%;
        margin-left:1px;
        padding-top:13px;
    }
    .home-list-heading {
        color:#000;
        line-height:25px;
        font-size:16px;
        font-weight:700;
    }
    .home-list-heading:hover, .home-list-heading:link {
        color:#000;
    }
    .home-list-summary {
        color:#333;
        line-height:1.4em;
        font-size:13px;
        max-height:65px; /*最多显示3行，别太多了*/
        overflow: hidden;
        margin-top:5px;
    }

    .home-list-keyword {
        padding-top:6px;
        line-height:2em;
    }
    .home-list-keyword a {
        color:#000;
        font-size:13px;
        background:#eee;
        padding:4px 8px;
        margin-right:5px;
        border-radius: 4px;
        text-decoration: none;
    }
    .home-list-keyword a:hover {
        color:#cc0000;
        background:#fff1f1;
        cursor:pointer;
        text-decoration: none;
    }

    .home-list-keyword1 {
        padding-top:12px;
        line-height:2em;
        color:#666; font-size:14px; margin-bottom:10px;
    }
    .home-list-keyword1 a {
        color:#000;
        font-size:13px;
        background:#eee;
        padding:4px 8px;
        margin-right:5px;
        border-radius: 4px;
        text-decoration: none;
    }
    .home-list-keyword1 a:hover {
        color:#cc0000;
        background:#fff1f1;
        cursor:pointer;
        text-decoration: none;
    }

    .home-list-update {
        padding-top:15px;
        line-height:1.2em;
    }

    /*首页右侧活动列表*/
    .home-list-image-activity {
        float:left;
        width:30%;
        max-height: calc(75vw - 23px); /*屏幕宽度每边缩进15px，则高度为宽度的75%再减去30px*0.75*/
        padding-top:13px;
        margin-right:0px;
        overflow: hidden;
    }
    .home-list-image-1-activity {
        min-width:100%;
        /*max-height:calc(75vw - 23px);*/
    }
    .home-list-content-activity {
        position:relative;
        float:left;
        width:67%;
        margin-left:2%;
        padding-top:13px;
    }

    /*手机端只显示上一页下一页，避免折行*/
    .page-number .current {
        display: none;
    }
    .page-number .tcdNumber {
        display: none;
    }
    .page-number span {
        display: none;
    }

    /*article_item页面*/
    .article-summary {
        color:#888;
        font-size:14px;
        line-height:2em;
        max-height:110px;
        overflow: hidden;
        margin-bottom:20px;
    }

    /*专题页样式*/
    .special-item {
        padding:0;
        background:#fff;
        min-height:100%;
    }
    .special-form {
        border-radius:0;
        z-index:99;
        padding:30px 20px 34px 20px;
        background: #fff;
        border:0;
    }
}

/*每个keyword都可以点击*/
.item-keyword {
    color:#000;
    font-size:13px;
    background:#eee;
    padding:5px 8px;
    margin-right:5px;
    border-radius: 4px;
}
.item-keyword:hover {
    color:#cc0000;
    background:#fff1f1;
    cursor:pointer;
}

/*原创*/
.item-origin {
    color:#fff;
    font-size:13px;
    background:#041a26; /*#00A4FF*/
    padding:5px 8px;
    margin-right:5px;
    border-radius: 4px;
}

/*子分类标签背景*/
.tag-purple-1 {
    background: #b5d7c6;
    font-size:13px;
    /*line-height:32px;  和后边文字保持一致*/
    font-weight: 500;
    color: #fff;
    border-radius: 8px 0 8px 0;
    padding: 4px 12px;
    margin-right: 2px;
}
.tag-purple-2 {
    background: #00A6CA;
    font-size:13px;
    /*line-height:32px;  和后边文字保持一致*/
    font-weight: 500;
    color: #f2f2f2;
    border-radius: 8px 0 8px 0;
    padding: 4px 12px;
    margin-right: 5px;
}

/*广告标志*/
.ads-div {
    position: relative;
}
.ads-img {
    position: absolute;
    /* border: 2px solid #ea2c58; */
    padding: 0 4px;
    left: calc(100% - 28px);
    top: calc(100% - 19px);
    right: auto;
    width: auto;
    height: auto;
    border-radius: 6px 0 0 0;
    color: #999;
    background: #666;
    font-size:10px;
}

/*login*/
.single-grid-form {
    line-height:32px;
    margin-bottom:10px;
}

/*article item page*/
#table_list2>thead>tr>th {
    border-bottom:2px solid #eee;
}
#table_list2>tbody>tr>td {
    border-top:1px solid #eaeaea;
    line-height: 23px;
}

#table_list1>tbody>tr>td {
    padding:0 5px;
    line-height: 1.6em;
    vertical-align: top;
}
#table_list_content>tbody>tr>td {
    border-top:0;
    padding:0;
    margin:0;
}

@media (min-width: 768px) {
    .tet p {
        text-align:justify;
        /*text-indent:2em;*/
        margin:0;
        color:#000;
        font-size:16px;
        line-height:2em;
    }
    .tet img {
        padding:10px 0;
        text-align:center;
        /*display:block;避免p的text-indent影响到img*/
        text-indent:0;
        margin: 0 auto; /*强制居中*/
    }
}
@media (max-width: 767px) {
    .tet p {
        text-align:justify;
        /*text-indent:2em;*/
        max-width:99%; /*自适应*/
        margin:0;
        color:#000;
        font-size:16px;
        line-height:2em;
    }
    .tet img {
        padding:10px 0;
        text-align:center;
        /*display:block;避免p的text-indent影响到img*/
        text-indent:0;
        max-width:100%; /*手机端自适应*/
        margin: 0 auto; /*强制居中*/
    }
}

.category-name {
    color:#000;
    font-size:17px;
    font-weight:bold;
}
.category-name:hover, .category-name:link {
    color:#000;
}

.category-name-2 {
    color:#333;
    font-size:22px;
    font-weight:bold;
}
.category-name-2:hover, .category-name-2:link {
    color:#333;
}

/*浮动效果*/
.flip-panel {
    border-radius: 4px;
    padding-left: 20px;
    margin-left: -20px;
}
.flip-panel:hover {
    background-color: #eee;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* page-number 翻页样式，strong处替代current，因为current不起作用 */
.page-number-front .pagination { padding-top: 0px; text-align: left; margin-bottom: 2px; font-size: 13px;}
.page-number-front .pagination li {display:inline-block; margin: 0 2px 0 0;}
.page-number-front .pagination .disabled { margin: 0 2px 0 0; color:#A4A4A4}
.page-number-front .pagination .active a { margin: 0 2px 0 0; background:#dedede; font-weight:bold; border:1px solid #dedede;}
.page-number-front .pagination strong{ margin: 0 2px 0 0; background:#EBEBEB; }
.page-number-front .pagination a { color:#333; text-decoration:none;}
.page-number-front .pagination a:hover { border-color:#cc0000 !important; background:#cc0000; color: #fff !important; text-decoration:none;}



/*only for cotravel*/
.line-journey__con .item-title .title-order {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: -8px;
    margin-left: -20px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    background-color: #434E9F;
}
