body {
	color:#444444;
	font-size:14px;
	margin:0px;
	padding:0px;
}
/*top header */
.top-section {
	border-bottom: solid 1px #ccc;
}
.free-shipping {
	text-align: center;
	text-transform:uppercase;
	padding:10px 0;
}
.money-back {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	text-align: center;
	text-transform:uppercase;
	padding:10px 0;
}
.online-support {
	text-align: center;
	text-transform:uppercase;
	padding:10px 0;
}
/*social icons */
.social {
	padding:15px 0;
}
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
.logo-section {
	padding:10x 0;
}
/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoYoutube:hover {
	background-color:rgb(238 27 13);
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoinstagram:hover {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1 );
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoYoutube:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icoinstagram:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}
.social-circle li a {
	display:inline-block;
	border: solid 1px #444444;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 40px;
	height: 40px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:40px;
	text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #444444;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
/*Navigation*/

.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
	padding: 20px 0px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}
.mega-dropdown-menu > li > ul > li {
	list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	color: #222;
	padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
	font-size: 18px;
	color: #ff3546;
	padding: 5px 60px 5px 5px;
	line-height: 30px;
}
/*.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
*/
.navbar-inverse {
	background:none;
	border:none;
}
.menu {
	background:#921b1f;
}
.navbar-inverse .navbar-nav>li>a {
	color:#fff;
}
.bannercontent_small {
	text-transform:uppercase;
	font-size:30px;
}
.bannercontent_big {
	text-transform:uppercase;
	font-size:80px;
	font-weight:bold;
}
.bannercontent_medium {
	text-transform:uppercase;
	font-size:40px;
	font-weight:bold;
}

.carousel-caption {
	bottom:20%;
}
.for {
	overflow: hidden;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:35px;
}
.for:before, .for:after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 10%;
}
.for:before {
	right: 0.5em;
	margin-left: -50%;
}
.for:after {
	left: 0.5em;
	margin-right: -50%;
}
.top-showcase {
	padding:50px 0;
}
.top-showcase h3 {
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}
footer {
	background:#2e2f2f;
	padding:20px 0;
	color:#ebebeb;
}
footer h3 {
	text-transform:uppercase;
}
.mens-showcase {
}
/****** Style Star Rating Widget *****/

.rating {
	border: none;
	float: left;
}
.rating > input {
	display: none;
}
.rating > label:before {
	margin:0 5px 0 0;
	font-size: 1.2em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}
.rating > .half:before {
	content: "\f089";
	position: absolute;
}
.rating > label {
	color: #ddd;
	float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */ .rating:not(:checked) > label:hover, /* hover current star */ .rating:not(:checked) > label:hover ~ label {
color: #FFD700;
} /* hover previous stars in list */
 .rating > input:checked + label:hover, /* hover current star when changing rating */ .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, /* lighten current selection */ .rating > input:checked ~ label:hover ~ label {
color: #FFED85;
}
.custom_btn a {
	background:#db3838;
	padding:10px 15px;
	color:#fff;
	text-decoration:none;
	margin-right:1px;
}
.dress-name {
	border-bottom:solid 1px #ccc;
	padding:15px 0;
	margin:15px 0 0 0;
}
.nav-border {
	border-bottom:solid 1px #ccc;
}
.custom_btn {
	margin:20px 1px 0 0;
}
.womens-showcase {
	margin-top:50px;
}
h1 {
}
.text-box {
	background:#e8e8e8;
	border:none;
	padding:15px 0;
	width:100%;
	padding-left:10px;
}
.btn-default {
	background:#db3838;
	border:none;
	border-radius:0px;
	color:#fff;
	padding:15px 20px;
}
.btn-default {
}
.newsletter h3 {
	font-size:22px;
	margin: 40px 0 0 0;
}
.footer-link li a:hover {
	color:#FC0;
}
.footer-link li a {
	color:#fff;
	font-size:14px;
	font-size:15px;
}
.footer-link li {
	list-style:none;
	padding:8px 0;
}
.footer-link {
	padding:30px 0 0 0;
	margin:0px;
}
.footer-link-all {
	border-top: solid 1px #ccc;
	margin:30px 0;
}
.footer-link .fa {
	padding-right:20px;
	text-align:left;
}
.womens-showcase h2 {
	text-transform:uppercase;
	border-bottom: solid 3px #ccc;
	width:30%;
	margin:30px 0;
	padding:20px 0;
}
.mens-showcase h2 {
	text-transform:uppercase;
	border-bottom: solid 3px #ccc;
	width:30%;
	margin:10px 0;
	padding:0px 0;
}
footer {
	margin-top:50px;
}
.header-form {
	border: solid 1px #ccc;
	border-right:none;
	padding:15px 0;
	width:100%;
	padding-left:20px;
}
.categorybtn {
	border: solid 1px #ccc;
	border-left:none;
	padding:15px 50px;
	background: none;
	border-radius:0px;
	width:100%
}
.custum-btn {
	border: solid 1px #db3838;
}
.input-group {
	margin-top:20px;
}
.mens-collections h2 {
	border-bottom: solid 3px #ccc;
	width:50%;
	margin-bottom:30px;
}
.mens-collections {
	padding:30px 0;
}
.jeans {
	margin-bottom:50px;
}
.buy-container {
	padding:60px 0;
}
.owl-nav {
	display: block !important;
	position:absolute;
	top:-80px;
	right:0px;
	font-size:30px;
}
.owl-prev {
	border: solid 1px #000 !important;
	width:45px;
	border-radius:50%;
}
.owl-next {
	border: solid 1px #000 !important;
	width:45px;
	border-radius:50%;
	margin:10px;
}
.womens-showcase .owl-nav {
	right:-590px;
}
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.hovereffect:hover img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.hovereffect h2 {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.6);
}
.hovereffect a.info {
	display: inline-block;
	text-decoration: none;
	padding: 15px 40px;
	margin: 20px 0 0 0;
	color:#fff;
}
.hovereffect a.info:hover {
/*  box-shadow: 0 0 5px #fff;*/
}
/*.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}*/
.overlay span {
	font-size:50px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	color:#fff;
	display:block;
	padding-top:180px;
}
.form-control {
	border: solid 1px #000;
	padding:20px;
	border-radius:0;
}
.btn-info {
	width: inherit !important;
	padding:10px 30px;
	text-transform:uppercase;
	border-radius:0;
}
.adress h2 {
	font-size:20px;
	color:#F00;
	text-transform:uppercase;
}
.adress p {
	font-size:16px;
}
.magnify {
	position: relative;
	cursor: none;
	text-align:left;
}
/*Lets create the magnifying glass*/
.large {
	width: 200px;
	height: 200px;
	position: absolute;
	/*border-radius: 100%;*/
	
	/*Multiple box shadows to achieve the glass effect*/
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	/*hide the glass by default*/
	display: none;
}
.small {
	border: solid 1px #ccc;
}
.saree_spec h3 {
	margin-bottom:50px;
}
.testimonial_wrap {
	padding: 10px 0;
	border-bottom: 1px solid #a94442;
	text-align: justify;
}
.thamnail_color {
	color:inherit;
}
.thamnail_color a {
	color:inherit;
}
.thamnail_color a:hover {
	text-decoration:none;
	color:#666;
}
.footer_color a {
	color:inherit;
}
.footer_color a:hover {
	color:#900;
}
.producr-border {
	border: 1px solid #900;
	width: 100%;
	margin: 30px 0;
	padding: 0px 0;
}
.service-border {
	border: 1px solid #ccc;
	width: 100%;
	padding: 10px 0 0 10px;
	margin: 0px 0 10px 0;
}
.service-text {
	line-height:2;
}
#map {
	width: 100%;
	height: 30%;
}
.map-responsive {
	overflow:hidden;
	padding-bottom:30%;
	padding-top:3%;
	position:relative;
	height:0;
}
.map-responsive iframe {
	left:0;
	top:5;
	height:100%;
	width:100%;
	position:absolute;
}
.youtube-gap{margin:0;}
@media screen and (max-width:767px){
	.bannercontent_big {
		font-size:20px;
		padding:none;
		line-height:5px;}
.bannercontent_small {text-transform:uppercase;
font-size:15px;}
.footer-link {
    padding: 0 0 0 0;
    margin: 0px;
}
.top-showcase {
    padding: 10px 0;}
.youtube-gap{margin: 20px 0 0 0;}
}
