body {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
	font-family: 'Poppins-M', sans-serif;
}

p {
    line-height: 24px;
    color: #333;
    font-weight: 400;
    font-style: normal;
}
a, i, cite, em, var, address, dfn, ol, li, ul, button {
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    outline: 0;
}

a:focus, a:hover{
	text-decoration: none;
}

/****************************
		HEAER CSS
****************************/
.inner-page {
	padding-top: 0;
}
.header-top {
	background: #272727 none repeat scroll;
    padding: 10px 0;
    overflow: hidden;
}

.top-address p{
	margin-bottom: 0;
}

.top-address.login a{
	margin-right: 10px;
}
.top-address.login a + a{
	margin-right: 0;
}

.top-address.login p a i,
.top-address.login p a i{
	margin-right: 5px;
}

.top-address p a{
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	margin-right: 20px;
}

.top-address p a i{
	font-size: 13px;
	color: #f62459;
	margin-right: 10px;
}

.top-right-menu ul.social-icons{
	margin: 0;
	padding: 0;
}

.top-right-menu ul.social-icons li{
	display: inline-block;
	margin-left: 9px;
	position: relative;
}

.top-right-menu ul.social-icons li a{
	color: #ffffff;
}

.top-right-menu ul.social-icons li:hover a{
	color: #f62459;
}

.transprent-menu.menu4{
	position: relative;
}
.transprent-menu .mp_nav_area{
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	-webkit-transition: .5s;
	transition: .5s;
	/*position: absolute;*/
	border-bottom: 1px solid #111111;
	background-color: #111111;
}

.mp_nav_area{
	padding-top: 10px;
	/*padding-bottom: 10px;*/
	background: #fff none repeat scroll 0 0;
}

.mp_nav_area.postfix{
	transition: .3s;
}

.mp_nav_area.prefix{
	background-color: #000000;
}

.logo{
	margin-top: 8px;
}

.logo a{
	margin-top: 15px;
	font-size: 23px;
	font-weight: 700;
	display: inline-block;
}

.logo a img{
	max-width: 140px;
}

.mp_menu ul{
	text-align: right;
	list-style: none;
}

.mp_menu ul > li  {
	display: inline-block;
	position: relative;
}

.mp_menu > ul > li > a{
	display: block;
	padding: 30px 14px 30px;
	font-weight: 500;
	text-transform: uppercase;
/*	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
	color: #333;
	font-size: 14px;
}
.heading_style_5 .mp_menu > ul > li > a{
	color: #fff;
}
.mp_menu ul li:hover > .sub-menu {
	opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 9;
}
.mp_menu ul .sub-menu{
	position: absolute;
	left: 0;
	top: 130%;
	width: 197px;
	text-align: left;
	background: #292929;
	margin: 0;
	padding: 15px 0;
	z-index: -1;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	transition: .5s;
	opacity: 0;
	visibility: hidden;
}

.mp_menu ul .sub-menu li{
	position: relative;
}

.mp_menu ul .sub-menu li a{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}

.mp_menu ul .sub-menu li a{
	display: block;
	padding: 12px 20px;
	margin: 0;
	line-height: 1.3;
	letter-spacing: normal;
	font-size: 12px;
	color: #c9c9c9;
	font-weight: 500;
	text-transform: uppercase;
	transition: .1s;
	visibility: inherit !important;
}

.mp_menu ul li:last-child a{
	padding-right: 0px;
}

.mp_menu > ul > li.current > a,
.mp_menu > ul > li:hover > a{
	color: #f62459;
	background-color: transparent;
}


/*=====================
	SCROLL HEADER CSS
=========================*/
.mp-main-menu.fixed-header{
    z-index: 1000 !important;
    position: fixed !important;
    top: 0px !important;
    margin-left: 0px;
    width: 1349px;
    left: 0px;
    width: 100%;
}


/*=====================
	MOBILE MENU CSS
=========================*/

.mini-mobile-container .mini-menu{
	float: none;
	background: #f62459 none repeat scroll 0 0;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 999;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
/*.mini-mobile-container .mini-menu::before{*/
	/*color: #fff;*/
	/*content: "manhood";*/
	/*font-size: 18px;*/
	/*font-weight: 700;*/
	/*left: 10px;*/
	/*position: absolute;*/
	/*top: 18px;*/
/*}*/
.c-share-link {
	word-break: break-all;
}
.mini-logo {
	display: inline-block;
	max-width: 140px;
	margin-left: 15px;
	/*margin-top: 12px;*/
}
.registration_form_profile .reg_profile_s {
	padding: 0;
}
.footer-cell-two ul {
	list-style: none;
}
.mini-mobile-container .mini-menu-toggle.miniclose{
	right: 0px;
	left: auto;
	text-align: center;
	text-indent: 0px;
	font-size: 18px;
}
.mini-mobile-container a.mini-menu-toggle{
	    color: #fff;
    width: 62px;
    height: 60px;
    padding: 18px 18px;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    float: right;
}
.mini-mobile-container a.mini-menu-toggle span{
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}
.mini-mobile-container .mini-menu-toggle *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.owl-item.active .em-slider-title{
	right: 0;
	opacity: 1;
	transition: all 2s ease;
}
.owl-item.active .em-slider-sub-title {
	right: 0;
	opacity: 1;
	transition: all 2s ease;
}
.owl-item.active .em-slider-descript {
	right: 0;
	opacity: 1;
	transition: all 4s ease;
}
.owl-item.active .em-button-button-area {
	bottom: 0;
	opacity: 1;
	transition: all 4s ease;
}
.em-slider-title{
	color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: capitalize;
    position: relative;
	right: -200px;
	opacity: 0;
}
.em-slider-sub-title {
	color: #fff;
	font-size: 65px;
	font-weight: 700;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
	margin-bottom: 12px;
	position: relative;
	right: -200px;
	opacity: 0;
}
.em-slider-sub-title > span {
  color: #f62459;
}
.em-slider-descript {
    width: 70%;
    margin: 0 auto;
    position: relative;
	right: -200px;
	opacity: 0;
	color: #fff;
}
.em-button-button-area {
	margin: 40px 0;
	position: relative;
	bottom: -200px;
	opacity: 0;
}
.em-button-button-area a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin: 0 14px;
	padding: 10px 36px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	z-index: 1;
}
a.em-active-button {
    background: #f62459;
    border-color: #f62459;
}
.em-button-button-area a:hover {
    color: #fff;
    border-color: #f62459;
    background: #f62459;
}
.comon-owl-slider-design.owl-theme .owl-nav [class*='owl-']:hover {
	color: #fff;
    border-color: #f62459;
    background: #f62459;
}

.comon-owl-slider-design.owl-theme .owl-nav [class*='owl-'] {
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 1px solid #fff;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    background-color: transparent;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
    margin: 0;
}
.comon-owl-slider-design.owl-theme .owl-nav .owl-prev {
    left:-50px;
}
.home-slider-wrapper:hover .comon-owl-slider-design.owl-theme .owl-nav .owl-prev {
    left: 50px;
}
.comon-owl-slider-design.owl-theme .owl-nav .owl-next {
    right: -50px;
}
.home-slider-wrapper:hover .comon-owl-slider-design.owl-theme .owl-nav .owl-next {
    right: 50px;
}
.home-slider-wrapper {
	float: left;
	width: 100%;
	overflow: hidden;
}
.home-slider-image {
	float: left;
	width: 100%;
	height: 98vh;
}
.home-slider-image img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-slider-content {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 100px;
	text-align: center;
}
.content-wrapper{
	float: left;
	width:100%;
}
.mini-mobile-container .mini-nav ul{
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}
/*.mini-mobile-container .meanclose + nav.main-menu{*/
	/*display: */
/*}*/
.mini-mobile-container .mini-nav{
	background: #f62459 none repeat scroll 0 0;
	float: none;
	box-sizing: content-box;
	width: 100%;
}
.mini-mobile-container .mini-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}
.mini-mobile-container .mini-nav ul li .sub-menu{
	display: none;
}

.mini-mobile-container .mini-nav *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mini-mobile-container .mini-nav ul li{
	background: #444;
	float: left;
	position: relative;
	width: 100%;
	border-top: 1px solid#ddd;
}
.mini-mobile-container .mini-nav ul li:hover{
	background: #f8f8f8 none repeat scroll 0 0;
}
.mini-mobile-container .mini-nav ul li a{
	background: #fff;
	color: #444;
	display: block;
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 1em 5%;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 90%;
	font-weight: bold;
}
.mini-mobile-container .mini-nav ul li .mini-expand.active:after{
	content: '-';
}
.mini-mobile-container .mini-nav ul li .mini-expand:after{
	content: '+';
	background: none;
	top: 0px;
	width: 47px;
	height: 47px;
	margin-top: 1px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 6px;
	z-index: 2;
	font-size: 18px;
	font-weight: 700;
	border: 0!important;
}
.mini-mobile-container .mini-nav ul li a.mini-collapse{
	display: none;
	background: none;
	top: -4px;
	width: 26px;
	height: 27px;
	margin-top: 1px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	z-index: 2;
	font-weight: 700;
	border: 0!important;
}
.mini-mobile-container .mini-nav ul li li a{
	color: #333;
	opacity: 1;
	border-top: 0;
	padding: 1em 10%;
	text-shadow: none !important;
	visibility: visible;
	width: 80%;
	font-weight: normal;
	text-transform: capitalize;
}


/*****************************
		FOOTER CSS
*****************************/

.footer-top{
	background: #1a1a1a none repeat scroll 0 0;
	padding: 95px 0 80px;
}
.footer-wrapper{
	float: left;
	width: 100%;
}
.footer-cell-three-group {
	display: flex;
	width: calc(100% - 300px);
	justify-content: space-between;
	float: left;
	padding-left: 60px;
}
.custom-footer-flex {
	float: left;
	width: 100%;
}
.footer-cell-one {
	width: 300px;
	float: left;
}
.footer-cell-two {
	width: 220px;
	float: left;
}
footer .module-title {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: 500;
	color: #f62459;
}
.footer-cell-two li a {
	color: #fff;
}
.footer-cell-two li a:hover {
	color: #f62459;
}
.footer-top-inner .site-name{
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 10px;
	font-weight: 700;
	font-size: 26px;
}
.footer-top-inner h2 span{
	color: #f62459;
	font-weight: 700;
}
.footer-top-inner p {
	color: #fff;
	margin-bottom: 26px;
}
.footer-social-icon{
	padding: 10px 0 20px;
}
.footer-social-icon a{
	display: inline-block;
	text-align: center;
	margin: 0 4px;
}
.footer-social-icon a i{
	border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin: 0 3px;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.footer-social-icon a i:hover{
	background: #fff;
	color: #f62459;
}

.footer-bottom{
	background: #111111;
	padding: 20px 0;
}
.copyright {
	text-align: center;
}
.copyright p{
	margin: 0px;
	padding: 0px;
	color: #fff;
}
.copyright a{
	color: #f62459;
}
.footer-bototm-social li{
	display: inline-block;
}
.footer-bototm-social ul li a{
	color: #fff;
	padding: 0 10px;
	display: block;
}

/***************************************
			DETAIL BLOCK
****************************************/

.detail-block{
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.detail-block .blocks .icons {
	width: 45px;
	display: inline-block;
}
.detail-block .blocks .icons i[class^="fa fa-"] {
	font-size: 32px;
	color: #9c9c9c;
}
.detail-block .blocks .content{
	width: calc(100% - 53px);
	display: inline-block;
	vertical-align: top;
}
.detail-block .blocks .content .title{
	color: #464646;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 10px;
	font-family: Open Sans,Arial,sans-serif;
}
.detail-block .blocks .content .text{
	color: #9c9c9c;
	font-family: Karla-R,Arial,sans-serif;
}
.detail-block .blocks .read-more{
	display: inline-block;
	margin-top: 22px;
	color: #f62459;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Open Sans,Arial,sans-serif;
}

/********************************
	FULL WIDTH BLOCK
*********************************/

.full-width-page{
	position: relative;
	background: #f6f6f6 !important;
	padding-top: 100px;
	padding-bottom: 100px;
}
.full-width-page .fwpi-right{
	padding-left: 30px;
}
.full-width-page .fwpi-right-content{
	margin-bottom: 50px;
}
.full-width-page .fwpi-right-content .custom-title{
	font-size: 24px;
	font-weight: 400;
	text-transform: none;
	font-family: Open Sans,Arial,sans-serif;
	margin-top: 0;
	margin-bottom: 25px;
}
.full-width-page .fwpi-right-content .custom-title span{
	color: #000;
	font-weight: 600;
}
.full-width-page .fwpi-right-content p{
	font-family: Karla-R,Arial,sans-serif;
	color: #9c9c9c;
}
.comman-btn{
	background-color: #f62459;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 34px;
	display: inline-block;
	transition: 0.2s;
	font-family: Open Sans,Arial,sans-serif;
}
.comman-btn:hover{
	background: #9c9c9c;
	color: #fff
}
 .full-width-page .fwpi-img{
	width: 100%;
}


/************************************
			COUNTING
*************************************/

.counting{
	padding-top: 70px;
	padding-bottom: 70px;
	background: #222222 url(http://demo.themes1.com/wp/Anora/wp-content/uploads/2016/03/numrat.jpg?id=1179);
}
.counting .counting-inner{
	text-align: center;
	line-height: 40px;
}
.counting .counter_number,
.counting .counter_text {
	color: #bbbbbb;
	font-family: Open Sans,Arial,sans-serif;
}
.counting .counter_number{
	font-size: 44px;
}
.counting .counter_text{
	font-size: 14px;
	text-transform: uppercase;
}

/************************************
				OUR TEAM
*************************************/

.our-tem{
	position: relative;
	padding: 50px 0 0;
}
.our-tem-title{
	margin: auto;
	text-align: center;
	width: 63%;
	margin-bottom: 50px;
}
.our-tem-title h2{
	text-transform: uppercase;
	margin-bottom: 5px;
}
.em-image {
  margin-bottom: 10px;
}

.our-tem-title h2 span{
	color: #f62459;
}
.ot{
	width: 15%;
	text-align: center;
}
.team-member{
    position: relative;
}
.team-member-section.owl-carousel.owl-theme .item {
	padding-bottom: 100px;
}
.team-img {
	border-radius: 50%;
    height: 270px;
    margin: auto;
    width: 270px;
    position: relative;
    z-index: 10;
	overflow: hidden;
}
.team-member:hover .team-img:before {
	background: rgba(0, 0, 0, .5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale(1);
}
.team-img:before {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
}
.team-member:hover .content-socials-inner {
	opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
}
.content-socials-inner {
	left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 9;
}
.content-socials a:hover {
	color: #fff;
    border-color: #f62459;
    background: #f62459;
}
.content-socials a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    margin: 0 3px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.team-member:hover .content-border-wrapper {
	border-color: #f62459;
}
.content-border-wrapper {
	border: 2px dotted #ddd;
    border-radius: 100%;
    bottom: -80px;
    height: 100%;
    position: absolute;
    width: 100%;
    margin-top: 25px;
    padding: 20px 10px 18px;
    transition: .5s;
    text-align: center;
}
.content-title-inner {
	left: 50%;
    position: absolute;
    top: 84%;
    transform: translateY(-50%) translateX(-50%);
}
.em-content-title h2 {
    color: #333;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}
.em-content-subtitle {
    margin: 5px 0 0;
    text-transform: capitalize;
}
.space_height {
	height: 80px;
	clear: both;
	width: 100%;
}
.team-member-section.owl-theme .owl-dots .owl-dot span{
	background: #bdb7b7;
}
.team-member-section.owl-theme .owl-dots .owl-dot.active span, .team-member-section.owl-theme .owl-dots .owl-dot:hover span {
	background: #f62459;
}

/************************************
				OUR SERVICE
*************************************/
.our-service {
	padding: 30px 0;
}
.service-icon i {
	border: 1px solid #333;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    width: 50px;
    transition: .5s;
}
.em-service-title h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 13px;
    text-transform: capitalize;
}
.service-box {
    margin-bottom: 40px;
}
.service-box:hover .service-icon i {
	color: #fff;
    background: #f62459;
    border-color: #f62459;
}
.service-box:hover .em-service-title h2 {
	color: #f62459;
}

/************************************
				ABOUT PAGE
*************************************/

.breadcumb-area {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('../img/About-bg.jpg');
    padding: 200px 0 100px;
    background-color: #f7f7f7;
}
.breadcumb-inner ul,
.breadcumb-inner li a {
	color: #fff;
}
.breadcumb-inner li {
	display: inline-block;
    margin: 0 2px;
}
.breadcumb-inner li a:hover {
	color: #f62459;
}
.about-box-section {
	padding: 60px 0 30px;
}
.content-text-box {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding:25px;
    transition: .5s;
    margin-bottom: 30px;
}
.content-text-box:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.content-text-box:hover .content-text-title h2,
.content-text-box:hover .content-text-title h2 span {
	color: #f62459;
}
.content-text-title h2 {
	color: #464646;
    font-size: 20px;
    transition: all 0.5s ease 0s;
    position: relative;
    padding-left: 30px;
    margin: 0;
}
.content-text-title h2 span {
	position: absolute;
	left: 0;
    font-size: 20px;
    color: #464646;
    -webkit-transition: .5s;
    transition: .5s;
}
.content-text-desc {
	margin-top: 15px;
}
.why-choose-images img {
	max-width: 100%;
	height: auto;
}
.why-choose-section {
	padding: 30px 0 0px;
}
.why-choose-content {
	padding-left: 50px;
}
.why-choose-inner-desc {
	margin-bottom: 18px;
}
.box-icon-heading {
	padding-right: 20px;
	display: table-cell;
}
.box-icon-heading span {
	display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    max-width: 100%;
    line-height: 12px;
    font-size: 12px;
    width: 12px;
    height: 12px;
    color: #f62459;
    text-align: center;
}
.box-icon-heading-name {
	display: table-cell;
}
.box-icon-heading-name h6 {
	font-size: 14px;
	color: #5d5d5d;
}
.why-choose-inner {
	margin-top: 30px;
}
.about-our-tem {
	padding-bottom: 80px;
}
.brand-list-slider.owl-carousel .owl-item img {
	width: unset;
    display: inline-block;
    opacity: 0.4;
    transition: all 250ms ease-out;
}
.brand-list-slider.owl-carousel .owl-item img:hover {
	opacity: 1;
}
.brand-img-logo {
    text-align: center;
}
.brand-logo-slider {
	padding: 50px 0;
	    background: #f9f9f9;
}


/************************************
				NEW ARRIVALS
*************************************/

.new-arrivals {
	padding: 50px 0;
}
.image-content {
	padding:15px;
	border: solid 1px #e2e2e2;
	text-align: center;
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 1px;
    margin-right: 1px;
}
.image-product-title h3 {
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin: 10px 0 15px;
    text-transform: capitalize;
}
.image-product-price h4 {
	font-size: 15px;
    font-weight: 500;
    text-decoration: line-through;
    color: #bcbec2;
}
.image-product-price h4 span {
	text-decoration: none;
    display: inline-block;
    padding-left: 8px;
    font-weight: 900;
    color: #f62459;
}
.buy-now-button {
	margin-bottom: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.buy-now-button a {
	padding: 6px 30px;
}
.new-arrivals-slider.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 40px;
}
.new-arrivals-slider.owl-theme .owl-dots .owl-dot span {
	background: #bdb7b7;
}
.new-arrivals-slider.owl-theme .owl-dots .owl-dot.active span,
.new-arrivals-slider.owl-theme .owl-dots .owl-dot:hover span {
	background: #f62459;
}


/************************************
				PORTFOLIO
*************************************/

.portfolio-section {
	padding: 50px 0;
}
.gallery-section  {
	padding-top: 60px
}
.overly-content {
	height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 4, 0.5) none repeat scroll 0 0;
    /*z-index: 9;*/
}
.portfolio:hover .overly-content {
	opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.overly-content-inner {
	position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}
.overly-icon a {
	border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    margin: 0 3px 0px;
    width: 42px;
    transition: all 0.3s ease;
}
.overly-icon a:hover {
	border: 2px solid #f62459;
	background-color: #f62459;
}


/************************************
				CONTACT
*************************************/

.our-contact-section {
	padding: 50px 0;
}
.contact-details-block {
	margin: 25px 0;
	float: left;
    width: 100%;
}
.inner-contact-box {
	text-align: center;
}
.inner-title-contact h5 {
	 font-size: 18px;
    font-weight: 500;
}
.inner-contact-text p {
	line-height: 24px;
    color: #6b6969;
    font-weight: normal;
}
.contact-field {
	padding-bottom: 35px;
}
.contact-field input {
	background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    width: 100%;
    outline: 0;
    padding: 10px;
}
.contact-field textarea {
	background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    height: 205px;
    width: 100%;
    padding: 10px;
    outline: 0;
}
.contact-field input:focus,
.contact-field textarea:focus {
	border: 1px solid #f62459;
}
.wrap {
	float: left;
	width: 100%;
}



