/*header_bar*/

#index .header_bar {

	position: absolute;

	width: 100%;

}

#index .header_bar.active {

	position: fixed;

}

body:not(#index) .header_bar {

	/*background: #262626;*/

	/*margin-bottom: 25px;*/

}

.header_bar.active {

	background: #fff;

	box-shadow: none;

}

.header_bar .container {

	/*width: 1780px;*/
	/*width: 100%;*/
    padding: 0 30px;

}

.header-bar-box {

	padding: 45px 0px 41px;

}

/*end header_bar*/



/*megamenu*/

.jms-megamenu {

	text-align: left;

}

.jms-megamenu .nav > li > a {

	color: #fff;

	padding: 39px 0;

}

.jms-megamenu .dropdown-menu.fullwidth {

	right: auto;

	left: -15px;

	margin-left: 0;

}

/*end megamenu*/



/*logo*/

.logo-box {

	position: relative;

	z-index: 9999;

	text-align: left;

}

.logo-box img {

	margin: 0 auto;
	width: 280px;

}

.header_bar.active .logo-box {

	padding: 5px 0;

}

.header_bar.active .logo-box img {

  width: 150px;

}

/*end logo*/



/*search*/

.jms_ajax_search span.icon::before {

	background-image: url(../img/icon-search-2.png);

}

/*end search*/



/*wishList*/

.wishlist_top {

	z-index: 9999;

}

.wishlist_top > span::before {

	background-image: url(../img/icon-wishList-2.png);

}

.blockcart .icon::before {

	background-image: url(../img/icon-shopping-2.png);

}

/*end wishList*/



/*user-info*/

.user-info-title i,

.user-info-title span {

	display: none;

}

.user-info-title:before {

	content: '';

	display: inline-block;

	width: 24px;

	height: 24px;

	background-image: url(../img/icon-acc.png);

	background-repeat: no-repeat;

	position: relative;

	top: 2px;

}

.user-info-title::after {

	content: '\f0d8';

	font-family: FontAwesome;

	font-size: 24px;

	position: absolute;

	top: calc(100% + 6px);

	color: #262626;

	left: 50%;

	margin-left: -6px;

	transform: translateY(30px);

	transition: all 400ms;

	opacity: 0;

	visibility: hidden;

}

.login-block.open .user-info-title::after {

  transform: translateY(0);

  opacity: 1;

  visibility: initial;

 }

.user-info .user-info-list {

	min-width: 215px;

	padding: 20px;

	position: absolute;

	top: calc(100% + 11px);

	right: -15px;

	left: auto;

	text-align: left;

	box-shadow: 0 6px 10px 0px rgba(0,0,0,0.15);

	margin-top: 15px;

}

/*end user-info*/



/*slider*/

.fraction-slider .btn-shopnow {

	color: #fff;

	border-color: #ccc;

}

.slider .fs-pager-wrapper {

	width: 1220px;

	left: 50%;

	margin-left: -610px;

	text-align: center;

}

/*end slider*/



/*banner*/

.banner-box {

	display: flex;

	align-items: center;

}

.banner-content {

	position: absolute;

	left: 60px;

	bottom: auto;

	width: auto;

	text-align: left;

	font-weight: 400;

}

.banner-content p {

	margin-bottom: 15px;

	font-size: 25px;

	color: #444;

	line-height: 38px;

	text-transform: capitalize;

	position: relative;

	left: -3px;

}

.banner-content p span {

	display: block;

	background: none;

	padding: 0;

}

.banner-content a {

	position: relative;

	font-size: 12px;

	font-weight: 500;

	text-transform: uppercase;

	padding-bottom: 3px;

	background: none;

	padding: 0;

	display: initial;

	padding-bottom: 3px;

}

.banner-content a:after {

	content: '';

	width: 100%;

	height: 2px;

	position: absolute;

	left: 0;

	bottom: 0;

	background-color: #7a7a7a;

	transition: all 400ms;

}

.banner-content a:hover {

	color: #c10059;

}

.banner-content a:hover:after {

	background-color: #c10059;

}

.banner-box:hover .banner-content a {

  background: none;

}

.banner-box .banner-content a:hover {

  background: none;

  color: #c10059;

}

/*end banner*/



/*newsletter*/

/*.s-newsletter:before {

  content: '';

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background-color: rgba(0,0,0,0.2);

}*/

.s-newsletter .newsletter-title {

	display: none;

}

.s-newsletter .newsletter-title-5 {

	display: block;

}

/*end newsletter*/



/*brand*/

.s-brand {

	margin-bottom: 55px;

	padding-top: 65px;

	border-width: 0;

    border-top-width: 0px;

	border-style: solid;

	border-color: #ebebeb;

	border-top-width: 1px;

}

/*end brand*/



/*instagram*/

.instagram-title {

	display: block;

}

.instagram-images .item a {

	margin: 7.5px 0;

}

.instagram-images .item a::after {

	font-size: 30px;

}

/*end instagram*/



/*product*/

.load-more {

	display: none;

}

.s-product {

	margin-bottom: 30px;

}

/*end product*/