@font-face {
	font-family: "AvenirNextLTCom-Medium";
	src: url("fonts/AvenirNextLTCom-Medium.eot"); /* IE9 Compat Modes */
	src: url("fonts/AvenirNextLTCom-Medium.eot?#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */
			/*url('AvenirNextLTCom-Medium.woff2') format('woff2'),  Super Modern Browsers */
			url("fonts/AvenirNextLTCom-Medium.woff") format("woff"),
		/* Pretty Modern Browsers */ url("fonts/AvenirNextLTCom-Medium.ttf")
			format("truetype"),
		/* Safari, Android, iOS */
			url("fonts/AvenirNextLTCom-Medium.svg#svgFontName") format("svg"); /* Legacy iOS */
}

@font-face {
	font-family: "AccentGraphic-Medium";
	src: url("font/AccentGraphic-Medium.eot"); /* IE9 Compat Modes */
	src: url("font/AccentGraphic-Medium.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("font/AccentGraphic-Medium.woff") format("woff"),
		/* Pretty Modern Browsers */ url("font/AccentGraphic-Medium.ttf")
			format("truetype"),
		/* Safari, Android, iOS */ url("font/AccentGraphic-Medium.svg#svgFontName")
			format("svg"); /* Legacy iOS */
}
html {
	scroll-behavior: smooth;
}
.scale-up-ver-bottom {
	-webkit-animation: scale-up-ver-bottom 0.4s
		cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: scale-up-ver-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-ver-bottom {
	0% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
	}
	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
	}
}
@keyframes scale-up-ver-bottom {
	0% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
	}
	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
	}
}

.scale-up-ver-top {
	-webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
		both;
	animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-ver-top {
	0% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
	}
	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
	}
}
@keyframes scale-up-ver-top {
	0% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
	}
	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
	}
}
#textLogo {
	font-family: "AccentGraphic-Medium";
	font-size: 40px;
	position: relative;
	color: #000000;
}
#textLogo span {
	font-size: 12px;
	top: -6px;
	position: absolute;
}
#textLogoMobile {
	font-family: "AccentGraphic-Medium";
	font-size: 25px;
	position: relative;
	color: #000000;
}
#textLogoMobile span {
	font-size: 12px;
	top: -6px;
	position: absolute;
	color: #000000;
}
.app-download-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 80vh;
}
body {
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.BodyNextDiv {
	flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	min-height: 500px;
}
li {
	cursor: pointer;
}
i {
	cursor: pointer;
}
a {
	cursor: pointer;
}
button {
	cursor: pointer;
}
.newsLetterSubmit {
	background: #000;
	color: #fff;
	border: none;
	border-radius: unset;
	width: 100%;
}
.newsLetterSubmit:hover,
.newsLetterSubmit:active {
	color: #fff;
}
.newsLetterInput {
	border-radius: 0;
	padding: 20px 10px;
	font-size: 16px;
	border-color: #00000036;
	margin-bottom: 20px;
}
html * {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.side-by-side-menu {
	text-align: left;
	margin-top: 20px;
	font-size: 16px;
	margin-bottom: 20px;
}
.side-by-side-menu a {
	color: #3366ff;
}
.side-by-side-menu a:hover {
	text-decoration: none;
}
.SideBySideMenu {
	text-align: right;
	margin-top: 20px;
	font-size: 16px;
	margin-bottom: 20px;
}
.SideBySideMenu a {
	color: #3366ff;
}
.SideBySideMenu a:hover {
	text-decoration: none;
}
.signle-product {
	background: linear-gradient(
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.002) 1.8%,
		rgba(0, 0, 0, 0.008) -1.2%,
		rgba(0, 0, 0, 0.021) 9%,
		rgba(0, 0, 0, 0.042) 13.9%,
		rgba(0, 0, 0, 0.075) 18.8%,
		rgba(0, 0, 0, 0.126) 27%,
		rgba(0, 0, 0, 0.194) 35%,
		rgba(0, 0, 0, 12.278) 100.5%,
		rgba(0, 8, 0, 1.382) 55%,
		rgb(0, 0, 0) 58%,
		rgba(0, 0, 0, 0.65) 55%,
		#00000091 100%
	);
	padding: 5px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.signle-product h2 {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.04em;
}
.signle-product p {
	color: #fff;
	font-size: 15px;
	margin: 0px;

	font-weight: 600;
}

.card {
	font-size: 1em;
	overflow: hidden;
	padding: 0;
	border: none;
	border-radius: 0px;
	/*    box-shadow: 1px 1px 1px 1px #d4d4d5, 0 1px 4px #d4d4d5;*/
	box-shadow: 0 6px 15px 0 rgba(47, 56, 68, 0.22);
	margin-bottom: 10px;
}
.TopHeaderDiv {
	position: relative;
}
.card-block {
	font-size: 1em;
	position: relative;
	margin: 0;
	padding: 1em;
	border: none;
	border-top: 1px solid rgba(34, 36, 38, 0.1);
	box-shadow: none;
}

.card-img-top {
	display: block;
	width: 100%;
	height: auto;
}

.card-title {
	font-size: 18px;
	/*    font-size: 1.28571429em;*/
}

.card-text {
	clear: both;
	margin-top: 0.5em;
	color: rgba(0, 0, 0, 0.68);
}

.card-footer {
	font-size: 1em;
	position: static;
	top: 0;
	left: 0;
	max-width: 100%;
	padding: 0.75em 1em;
	color: rgba(0, 0, 0, 0.4);
	border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
	background: #fff;
}
footer {
	background-color: #000000;
}

.logo {
	color: #fff;
	font-weight: 800;
	font-size: 30px;
}

.footer-list span,
.social span {
	color: #fff;
	font-weight: 800;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 3px;
}
/*.multiselect-container {
    height: 300px;
    overflow: auto;
}
.multi-select-demo button{width: 100%;}*/
.drop-watermark {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 40px;
}
.remove-drag {
	cursor: pointer;
	z-index: 1;
	width: 19px;
	text-align: center;
	position: absolute;
	top: -10px;
	right: 10px;
	background: red;
	padding: 1px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	opacity: 0;
}
.footer-list li a,
.footer-list li p {
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 12px;
}

.footer-list,
.social {
	list-style: none;
}

.social li {
	float: left;
}

.social .fa {
	color: #9c9c9c;
	margin-right: 10px;
	font-size: 16px;
}
.navbar-default {
	background-color: #ffffff;
	border-color: #ffffff;
	border-radius: 0px;
	color: #fff;
}
.company-name {
	background: transparent !important;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-brand {
	color: #fff;
	font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
}
.navbar-default .navbar-brand:hover {
	color: #fff;
}
.navbar-brand img {
	width: 205px;
	margin: 0 auto;
}
.trending-top {
	position: absolute;
	bottom: 0;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	left: 50%;
	transform: translate(-50%);
}

/* Tabs panel */
.tabbable-panel {
	border: 1px solid #eee;
	padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
	/*width: 50%;margin: 0 auto;*/
}
.tabbable-line > .nav-tabs > li {
	margin-right: 2px;
	/* width: 19%;*/
}
.tabbable-line > .nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	color: #737373;
	text-align: center;
}
.tabbable-line > .nav-tabs > li > a > i {
	color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
	border-bottom: 3px solid #e8e7e7;
}
.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
	color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
	margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
	border-bottom: 3px solid #000;
	position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
.tabbable-line > .nav-tabs > li.active > a > i {
	color: #404040;
}
.tabbable-line > .tab-content {
	margin-top: -3px;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eee;
	padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
	padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
	border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
	margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
	border-bottom: 0;
	border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
	margin-bottom: -2px;
	border-bottom: 0;
	border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
	margin-top: -10px;
	border-top: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.input-group .icon-addon .form-control {
	border-radius: 0;
}

.icon-addon {
	position: relative;
	color: #555;
	display: block;
}

.icon-addon:after,
.icon-addon:before {
	display: table;
	content: " ";
}

.icon-addon:after {
	clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
	position: absolute;
	z-index: 2;
	left: 10px;
	font-size: 14px;
	width: 20px;
	margin-left: -2.5px;
	text-align: center;
	padding: 10px 0;
	top: 1px;
}

.icon-addon.addon-lg .form-control {
	line-height: 1.33;
	height: 46px;
	font-size: 18px;
	padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
	height: 30px;
	padding: 5px 10px 5px 28px;
	font-size: 12px;
	line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
	font-size: 18px;
	margin-left: 0;
	left: 11px;
	top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
	padding-left: 30px;
	float: left;
	font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
	margin-left: 0;
	font-size: 12px;
	left: 5px;
	top: -1px;
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
	color: #2580db;
}

.slider {
	width: 100%;
}
.OnlyWebLogo p,
.OnlyMobileLogo p {
	font-size: 1.5rem;
	line-height: 1.33333333;
	color: #000000;
	letter-spacing: 1px;
	margin-top: 5px;
	text-align: center;
}

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.slick-slide {
	transition: all ease-in-out 0.3s;
	opacity: 0.2;
}

.slick-active {
	opacity: 1;
}

.slick-current {
	opacity: 1;
}

.collection-home-btn {
	position: absolute;
	bottom: 0px;
	box-sizing: border-box;
	width: 100%;
	opacity: 0.94;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 5px;
	background: #000;
}

.search-hover {
	background: url(http://www.iconsdb.com/icons/preview/white/search-12-xxl.png)
		no-repeat left;
	border: 1px solid #ccc;
	outline: none;
	background-size: 22px;
	background-position: 13px;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	padding: 25px;
	transition: all 0.5s;
}
.search-hover:hover {
	width: 300px;
	padding-left: 50px;
}
.slick-slide {
	box-shadow: 1px 1px 10px 1px #d4d4d5, 0 1px 4px #d4d4d5 !important;
}
#secondary_nav_container {
	width: 100%;
	background-color: #fff;
}
#secondary_nav_container hr {
	margin: 0;
}
#secondary_nav_container #secondary_nav_links a {
	text-align: center;
	width: 19%;
	display: inline-block;
	padding: 15px;
	margin: auto;
	font-size: 17px;
	letter-spacing: 1px;
	color: #606975;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: 600;
}
#secondary_nav_container #secondary_nav_links a:hover {
	color: #000;
	text-decoration: none;
}

#secondary_nav_container #secondary_nav_links a.selected {
	background-color: #fff;
	color: #000;
}
#secondary_nav_container #secondary_nav_links a > .sprite.likes {
	float: none;
	display: inline-block;
	width: 11px;
	margin-right: 8px;
	vertical-align: baseline;
	height: 11px;
	background-image: url(img/sprites/sprite_7a0cdd905b.png);
	background-repeat: no-repeat;
	background-position: -1px -3583px;
}
.tertiary_nav {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-left: -50px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 25px;
	margin-top: -25px;
}

/* ----------------------------------------------- CSS FOR FOOTER START -------------------------------------------------- */
.site-footer {
	padding-top: 0px;
	background-color: #000;
}
hr {
	margin: 0;
	border: 0;
	border-top: 1px solid #e1e7ec;
}
hr.hr-light {
	border-top-color: rgba(255, 255, 255, 0.12);
}
.margin-bottom-2x {
	margin-bottom: 0px !important;
}
.widget ul {
	margin-bottom: 12px;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.text-sm {
	font-size: 13px;
}
.text-light,
.text-white {
	color: #fff !important;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
/*ul, ol {
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 18px;
    line-height: 1.8;
}*/

.widget {
	margin-bottom: 38px;
}
.opacity-50 {
	opacity: 0.5 !important;
}
.sb-light-skin.shape-circle,
.sb-light-skin.shape-rounded,
.sb-light-skin.shape-square {
	border-color: rgba(255, 255, 255, 0.12);
}
.social-button.shape-circle {
	border-radius: 50%;
}
.social-button.shape-circle,
.social-button.shape-rounded,
.social-button.shape-square {
	width: 36px;
	height: 36px;
	margin-right: 8px;
	/*    border: 1px solid #e1e7ec;*/
	line-height: 35px;
	/*    text-align: center;*/
	/*    background: #ffffff;*/
	font-size: 22px;
	color: #000 !important;
}
.sb-light-skin {
	transition: all 0.3s;
	background-color: transparent;
	color: rgba(255, 255, 255, 0.6) !important;
}
.social-button {
	display: inline-block;
	margin-top: 5px;
	margin-right: 18px;
	margin-bottom: 5px;
	transition: color 0.3s;
	color: #606975;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
}
.market-button.mb-light-skin.apple-button {
	background-image: url("http://moziru.com/images/apple-inc-clipart-apple-symbol-6.png");
}

.market-button.mb-light-skin {
	border-color: #000;
	background-color: transparent;
}
.market-button.google-button {
	background-image: url("https://www.androidpolice.com/wp-content/uploads/2017/05/nexus2cee_ic_launcher_play_store_new-1.png");
}
.market-button {
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 14px;
	padding: 5px 14px 5px 45px;
	transition: background-color 0.3s;
	border: 1px solid #e1e7ec;
	border-radius: 5px;
	background-position: center left 12px;
	background-color: #fff;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	text-decoration: none;
}

.market-button .mb-subtitle {
	display: block;
	margin-bottom: -4px;
	color: #9da9b9;
	font-size: 12px;
}
.market-button.mb-light-skin .mb-subtitle,
.market-button.mb-light-skin .mb-title {
	color: #000;
}

.market-button .mb-title {
	display: block;
	color: #606975;
	font-size: 18px;
}
.widget-categories ul,
.widget-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget ul {
	margin-bottom: 12px;
}

.widget-categories ul > li,
.widget-links ul > li {
	position: relative;
	margin-bottom: 5px;
}

.widget-light-skin.widget-categories ul > li > a,
.widget-light-skin.widget-links ul > li > a {
	color: #fff;
}
.widget-categories ul > li > a,
.widget-links ul > li > a {
	display: inline-block;
	transition: color 0.3s;
	color: #606975;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.footer-copyright {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 24px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
}
.footer-copyright a {
	color: #ffffff;
	text-decoration: underline;
}

.text-danger {
	color: #ff5252 !important;
}
.xs-hidden {
	display: block;
}
.gridbycategory {
	width: 100%;
	display: none;
	margin-bottom: 80px;
}
/*.items-tab-show{
    width:100%;
}*/
.LoadItems {
	display: none;
}
#loadMoreItem {
	margin-top: 50px;
	padding: 10px;
	text-align: center;
	background-color: #000;

	color: #fff;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #fff;
	box-shadow: 0 1px 1px #ccc;
	transition: all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
}
#loadMoreItem:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.listbycategory {
	padding-bottom: 100px;
}
/*.NavHeaderPadding{
    padding:8px 15px;
}*/
.MobileTopMenu {
	display: none;
	position: absolute;
	right: 0px;
	top: 14px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
}
.MobileTopMenu a {
	color: #000000;
	margin-right: 15px;
}
.WebTopMenu {
	display: block;
}
.c-dropdown {
	position: relative;
	display: inline-block;
	text-align: left;
}

.c-dropdown__list {
	margin: 5px 0 0 0;
	padding: 6px 0;
	list-style: none;
	position: absolute;
	top: 125%;
	right: 0px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	border-radius: 3px;
	background: #fff;
	transition: opacity 0.25s linear, top 0.25s linear;
}
.c-dropdown.is-open .c-dropdown__list {
	opacity: 1;
	visibility: visible;
	top: 100%;
	z-index: 9;
	width: 160px;
	text-align: center;
}

.c-dropdown__item {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	color: #434a54;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background-color 0.25s linear;
}
.c-dropdown__item a:hover {
	background-color: #e6e9ed;
}
.c-dropdown__item a {
	color: #000;
}
.c-dropdown__item:first-child {
	color: #000;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid;
}

/**
 * Component: Button
 * --------------------------------------------------
 */
.c-button {
	-webkit-appearance: none;
	margin: 0;
	border: 0;
	overflow: visible;
	font: inherit;
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.c-button:hover,
.c-button:focus {
	outline: none;
	text-decoration: none;
}
.c-button:not(:disabled) {
	cursor: pointer;
}

/**
 * Component: Button
 * Modifier: Dropdown
 * --------------------------------------------------
 */
.c-button--dropdown {
	padding: 0px 34px 6px 12px;
	color: #e6e9ed;
	font-size: 16px;
}
.c-button--dropdown img {
	position: absolute;
	top: -5px;
	left: -10px;
}

.c-button--dropdown:after {
	content: "";
	position: absolute;
	top: 8px;
	right: 10px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #e6e9ed;
}
#MobileSearchInput {
	height: 45px;
	border: none;
}
#MobileSraechBtnClose {
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 20px;
}
#MobileSearchContainer {
	display: none;
}
.OnlyMobileLogo {
	display: none;
	padding-top: 5px;
}
.OnlyWebLogo {
	display: block;
}
.ApplyDesignerBtnWeb {
	display: block;
}
.hideNewsLetter {
	display: show;
}
.newsLetterContainer {
	margin-top: 80px;
}
@media (max-width: 768px) {
	.SetCenter .modal-dialog {
		width: 90%;
	}

	.app-download-flex {
		height: auto;
		margin-bottom: 20px;
	}
	.navbar-brand img {
		width: 150px;
		padding: 8px 0px;
		margin: unset;
	}
	.newsLetterContainer {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.ApplyDesignerBtnWeb {
		display: none;
	}
	.hideNewsLetter {
		display: none;
	}
	.OnlyMobileLogo {
		display: block;
	}
	.OnlyWebLogo {
		display: none;
	}
	#MobileSearchContainer {
		display: none;
	}
	.MobileTopMenu {
		display: block;
	}
	.WebTopMenu {
		display: none;
	}
	/*    .NavHeaderPadding{
            padding:14px 4px;
        }*/
	.xs-hidden {
		display: none;
	}
	.site-footer {
		padding-top: 30px;
	}
	.footer-copyright {
		text-align: center !important;
	}
	.signle-product h2 {
		font-size: 18px;
	}
}

.scroll-to-top-btn.visible {
	bottom: 14px;
	opacity: 1;
}
.scroll-to-top-btn {
	display: block;
	position: fixed;
	right: 16px;
	bottom: -88px;
	width: 40px;
	height: 40px;
	transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s,
		background-color 0.3s, border-color 0.3s;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 18px;
	line-height: 39px;
	opacity: 0;
	z-index: 2000;
	text-align: center;
	text-decoration: none;
}
.visible {
	visibility: visible !important;
}

.scroll-to-top-btn:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}

/* ----------------------------------------------- CSS FOR FOOTER END -------------------------------------------------- */
/* ----------------------------------------------- CSS FOR HOME TOP SLIDER START -------------------------------------------------- */

.splash_header .btn_pill.mail .sprite.mail {
	position: absolute;
	top: 10px;
	left: 36px;
	padding-right: 22px;
	line-height: 18px;
	height: 16px;
	background-image: url(img/sprites/sprite_7a0cdd905b.png);
	background-repeat: no-repeat;
	background-position: -1px -1315px;
}
.sprite {
	float: left;
}
.btn_pill_group > div:first-child .btn_pill {
	border-radius: 20px 0 0 20px;
	margin-left: 0;
}

.splash_header .btn_pill.mail {
	padding-left: 25px;
}
.btn_pill.facebook_connect {
	border: none;
	background-color: #3b5998;
}
.splash_header.ready .cta,
.splash_header.ready .btn_pill {
	opacity: 1;
}
.btn_pill_group > div:last-child .btn_pill {
	border-radius: 0 20px 20px 0;
}
.btn_pill_group > div .btn_pill {
	padding: 0;
	border-radius: 0;
	margin-left: -1px;
}

.btn_pill {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn_pill {
	display: block;
	height: 36px;
	padding: 0 25px 0 25px;
	border: 1px solid;
	border-radius: 20px;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-transition: all 125ms ease-out;
	transition: all 125ms ease-out;
	outline: none;
}
.splash_header .btn_pill_group {
	width: 262px;
	margin: auto;
}
.btn_pill_group > div {
	position: relative;
	width: 50%;
}
.btn_pill_group {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.splash_header .btn_pill_group {
	width: 262px;
	margin: auto;
}
.splash_header {
	background: #000;
	position: relative;
	width: 100%;
	border-bottom: solid 3px #333;
	overflow: hidden;
	/*    background-color: #fff;*/
}
.splash_header .main_content {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	height: 239px;
	padding-top: 40px;
}
.splash_header .tagline {
	width: 100%;
}
.splash_header .menswear_tagline {
	width: 385px;
	height: 46px;
	margin-top: 10px;
}
.splash_header .cta {
	margin: 10px 0 10px 0;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
}
.splash_header.ready .cta,
.splash_header.ready .btn_pill {
	opacity: 1;
}
.splash_header .btn_pill_group {
	width: 262px;
	margin: auto;
}
.splash_header .btn_pill.create {
	width: 148px;
	margin: auto;
}
.splash_header .btn_pill.facebook_connect {
	padding-left: 0px;
}
.splash_header .btn_pill.facebook_connect .sprite.facebook {
	position: absolute;
	top: 9px;
	left: 20px;
	height: 16px;
	background-image: url(img/sprites/sprite_7a0cdd905b.png);
	background-repeat: no-repeat;
	background-position: -1px -1369px;
}
.splash_header .btn_pill.mail {
	padding-left: 25px;
}

.splash_header .background_set {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 676px;
}
.splash_header.ready .background_set {
	display: block;
}
.splash_header .door {
	position: absolute;
	right: 0;
	width: 548px;
	height: 238px;
	background-color: #fff;
	-webkit-transition: transform 300ms ease-in-out;
	-moz-transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
}
.splash_header.ready .door {
	-webkit-transform: translate(548px);
	-ms-transform: translate(548px);
	transform: translate(548px);
}
.splash_header .triangle_overlay {
	position: absolute;
	top: 0;
	right: 538px;
	display: block;
	width: 137px;
	height: 238px;
	pointer-events: none;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.splash_header .profile_triangle {
	position: absolute;
	top: 0;
	right: 548px;
	display: block;
	width: 137px;
	height: 238px;
	pointer-events: none;
}
.splash_header .profile_triangle .profile_pic,
.splash_header .profile_triangle .profile_link {
	opacity: 0;
	-webkit-transition: opacity 100ms linear 300ms;
	-moz-transition: opacity 100ms linear 300ms;
	transition: opacity 100ms linear 300ms;
}
.splash_header.ready .profile_triangle .profile_pic,
.splash_header.ready .profile_triangle .profile_link {
	opacity: 1;
}
.splash_header .profile_triangle .profile_pic {
	position: absolute;
	right: 10px;
	bottom: 38px;
	width: 48px;
	height: 48px;
	pointer-events: all;
}
.splash_header .profile_triangle .profile_pic img {
	width: 100%;
}
.splash_header .profile_triangle .profile_link {
	position: absolute;
	right: 7px;
	bottom: 8px;
	width: 106px;
	max-height: 24px;
	text-align: right;
	font-size: 9px;
	text-transform: uppercase;
	overflow: hidden;
	pointer-events: all;
}
.splash_header .username_text {
	font-weight: bold;
	color: #333;
}
.splash_header .username_text:hover {
	color: #08c;
}
.splash_trend_header {
	position: relative;
	width: 100%;
	height: 119px;
	padding: 0 50px;
	border-bottom: solid 3px #333;
	margin: -32px 0 20px -50px;
	overflow: hidden;
	background-color: #fff;
}
.splash_trend_header h1 {
	margin-top: 30px;
}
.splash_trend_header h2 {
	font-size: 14px;
	color: #888;
}

/* ----------------------------------------------- CSS FOR HOME TOP SLIDER END -------------------------------------------------- */
.carousel-indicators li {
	border: 1px solid #000;
}
.carousel-indicators .active {
	background-color: #000;
}

/*.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}
.carousel-indicators .active {
    background-color: #fff;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
}*/
.container-full {
	margin: 0 auto;
	width: 100%;
}
.header-btn {
	position: absolute;
	right: 200px;
	padding: 8px;
	border-radius: 20px;
	width: 120px;
	top: 4px;
}
.header-userimg {
	width: 40px;
	position: absolute;
	z-index: 1;
	left: -30px;
	top: 5px;
}
.navbar-nav > li > .dropdown-menu {
	top: 50px;
	/*    left: -40px;*/
}
.search-btn {
	background: #3a3a3a !important;
	border-color: #3a3a3a !important;
	color: #fff !important;
}
.search-btn:hover {
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #ffffff;
}
.modal-div {
	padding-left: 10px;
	padding-right: 10px;
}
.loginsignup {
	display: none;
}
.header-search-web {
	width: 300px !important;
}

#secondary_nav_container {
	display: block;
}

@media screen and (max-width: 820px) {
	.sticky-sidebar {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.header-search-web {
		width: 100% !important;
	}

	.loginsignup {
		display: block;
	}

	.header-userimg {
		display: none;
	}
	.header-btn {
		display: none;
	}
	.hide-on-mobile {
		display: none;
	}
	.show-on-mobile {
		padding: 15px;
		width: 95%;
		margin: 0 auto;
	}
	.modal-div {
		padding-left: 15px;
		padding-right: 0px;
	}

	#secondary_nav_container #secondary_nav_links a {
		width: 19%;
	}
	.header-search-width {
		padding: 0px;
	}
	.navbar-form {
		border: 0 !important;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle {
		border-color: #000;
		border-color: #000;
		padding: 7px 0px;
		margin-left: 10px;
		margin-top: 2px;
		color: #fff;
		margin-right: 0px;
		font-size: 25px;
	}
	.navbar-toggle:hover {
		background-color: #000 !important;
	}
	.navbar-default .navbar-toggle:active {
		border-color: #000;
	}
	.dropdown-hide-780px {
		display: none;
	}
	.search-select {
		margin-bottom: 30px;
		text-align: center;
		display: block !important;
	}
	.search-select a {
		width: 33.3333%;
		float: left;
		color: #fff;
	}
}
.search-select {
	display: none;
}
.menu-two-toggle {
	display: none;
}
.menu-two-toggle {
	text-align: center;
	font-size: 40px;
}
.menu-two-toggle a {
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width: 520px) {
	#secondary_nav_container #secondary_nav_links a {
		width: 100%;
	}
	.menu-two-toggle {
		display: block;
	}
}

/*.navbar-nav li a{
        font-family: "Maven Pro",Helvetica,Arial,sans-serif!important;
}*/
.omb_btn-facebook {
	background: #3b5998;
	border-radius: 30px;
	color: #fff;
}

.invalid-msg {
	text-align: center;
	color: red;
}
.invalid-msg2 {
	text-align: center;
	color: red;
}

.endf {
	height: 2px;
	background: black;
	margin-top: 20px;
}

.navbar-toggle {
	float: left !important;
}
.loginsignup {
	float: right;
}
.signup-new {
	left: auto;
	right: 0;
	margin: 17px 0px 0;
	background-color: #000;
	border-radius: 0px 0px 10px 10px;
	min-width: 140px;
	z-index: 100000;
}
.signup-new li > a {
	color: #fff;
	text-align: center;
	padding: 4px 15px;
	word-spacing: 1px;
}
.slick-arrow {
	opacity: 0.2;
}

.profile-pic-div {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
}
.profile-pic-div img {
	width: 80px;
	border-radius: 50%;
}
.overlaycover {
	opacity: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
}

.cover-img-thum {
	padding: 0px;
	position: relative;
	background-size: 100%;

	text-align: center;
	background-position: top !important;
	height: 300px;
	background-repeat: no-repeat !important;
	border-radius: 10px;
}
.heart-icon-folios {
	color: #000;
	font-size: 20px;
}
/*.heart-icon-folios:hover{
    color:red;
}*/

.heart-icon-designer2 {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 20px;
	text-decoration: none;
	z-index: 0;
}
.likePost {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	z-index: 0;
}

.heart-icon-designer {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	z-index: 0;
}
/*.heart-icon-designer:hover{
    color:red;
}*/

.heart-icon-designer-noauth {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	/*    z-index: 1;*/
}
/*.heart-icon-designer-noauth:hover{
    color:red;
}*/
.heart-icon-item-noauth {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	z-index: 1;
}
/*.heart-icon-item-noauth:hover{
    color:red;
}*/

.heart-icon-item {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	z-index: 1;
}
/*.heart-icon-item:hover{
    color:red;
}*/
.heart-icon-item-2 {
	font-size: 20px;
	color: #000;
	text-decoration: none;
	z-index: 0;
}
.heart-icon-item-2:hover {
	color: red;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #000;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #000;
	background-color: #fff;
	border-color: #000;
	font-weight: 600;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
	background-color: #000;
	border-color: #000;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
	color: #fff;
}
.with-nav-tabs.panel-primary
	.nav-tabs
	> li.dropdown
	.dropdown-menu
	> li
	> a:hover,
.with-nav-tabs.panel-primary
	.nav-tabs
	> li.dropdown
	.dropdown-menu
	> li
	> a:focus {
	background-color: #3071a9;
}
.with-nav-tabs.panel-primary
	.nav-tabs
	> li.dropdown
	.dropdown-menu
	> .active
	> a,
.with-nav-tabs.panel-primary
	.nav-tabs
	> li.dropdown
	.dropdown-menu
	> .active
	> a:hover,
.with-nav-tabs.panel-primary
	.nav-tabs
	> li.dropdown
	.dropdown-menu
	> .active
	> a:focus {
	background-color: #4a9fe9;
}
.panel-heading {
	border-radius: 0px;
}
.with-nav-tabs {
	border-radius: 0;
}
/********************************************************************/
@media screen and (max-width: 768px) {
	.navbar-header {
		float: none;
	}
	.navbar {
		margin: 0px;
	}
	#secondary_nav_container {
		position: relative;
		z-index: 2;
		height: auto;
		overflow-y: hidden;
	}

	.site-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-bottom: 1rem;
		margin-top: -1px;
		overflow-x: auto;
		text-align: center;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.nav-li-a {
		padding: 10px 10px !important;
	}
	.with-nav-tabs.panel-primary .nav-tabs > li > a {
		font-size: 14px !important;
	}
	.designer-page-h3 h3 {
		font-size: 16px !important;
	}

	.splash_header .main_content {
		display: none;
	}
	.splash_header .background_set {
		width: 100%;
		position: static;
	}
}

@media screen and (max-width: 580px) {
	.nav-li-a {
		padding: 8px 8px !important;
	}
	.with-nav-tabs.panel-primary .nav-tabs > li > a {
		font-size: 12px !important;
	}
	.designer-page-h3 h3 {
		font-size: 15px !important;
	}
}
.designer-page-h3 h3 {
	font-size: 18px;
}
.designer-follow-btn {
	height: auto;
	border-radius: 8px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-color: #fff;
}
.designer-unfollow-btn {
	height: auto;
	border-radius: 8px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-color: #fff;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
.user-profileedit-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px;
	font-size: 16px;
	background: #000 !important;
	color: #fff !important;
}
.user-profileedit-btn:hover {
	background: #000;
	color: #fff;
}
.folios-control {
	top: 50%;
	opacity: 0.8;
	font-size: 30px;
	color: #000;
}
.carousel-control:focus,
.carousel-control:hover {
	color: #000;
}
.nav-tabs > li,
.nav-pills > li {
	float: none;
	display: inline-block;
	*display: inline; /* ie7 fix */
	zoom: 1; /* hasLayout ie7 trigger */
}
.panel-primary > .panel-heading {
	background-color: #000;
	border-color: #000;
}
.panel-primary {
	border-color: #000;
}
.panel-primary:hover {
	background-color: #fff;
	border-color: #fff;
}

.nav-tabs,
.nav-pills {
	text-align: center;
}
.panel {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
.panel.with-nav-tabs .panel-heading {
	padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs {
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified {
	margin-bottom: -1px;
}

.page-header {
	position: relative;
	border-bottom: 0px;
	margin: 0px;
}

.reviews {
	color: #555;
	font-weight: bold;
	margin: 10px auto 20px;
}
.notes {
	color: #999;
	font-size: 12px;
}
.media .media-object {
	max-width: 120px;
}
.media-body {
	position: relative;
}
.media-date {
	position: absolute;
	right: 25px;
	top: 25px;
}
.media-date li {
	padding: 0;
}
.media-date li:first-child:before {
	content: "";
}
.media-date li:before {
	content: ".";
	margin-left: -2px;
	margin-right: 2px;
}
.media-comment {
	margin-bottom: 20px;
}
.media-replied {
	margin: 0 0 20px 50px;
}
.media-replied .media-heading {
	padding-left: 6px;
}

.btn-circle {
	font-weight: bold;
	font-size: 12px;
	padding: 6px 15px;
	border-radius: 20px;
}
.btn-circle span {
	padding-right: 6px;
}
.embed-responsive {
	margin-bottom: 20px;
}

.custom-input-file {
	overflow: hidden;
	position: relative;
	width: 120px;
	height: 120px;
	background: #eee
		url("https://s3.amazonaws.com/uifaces/faces/twitter/walterstephanie/128.jpg");
	background-size: 120px;
	border-radius: 120px;
}

.uploadPhoto {
	position: absolute;
	top: 25%;
	left: 25%;
	display: none;
	width: 50%;
	height: 50%;
	color: #fff;
	text-align: center;
	line-height: 60px;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	cursor: pointer;
}
.comment-tabs {
	border-top: 1px solid #eee;
}

.search-designer {
	background: #0000;
	border: 0;
	color: #fff;
	font-weight: 500;
	font-size: 25px;
	text-align: center;
}
.designer-btn {
	background: #000;
	border: 0;
	color: #fff;
	padding: 0;
}
.designer-btn:hover {
	color: #fff;
}
.designer-btn:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.search-designer:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.search-designer::-webkit-input-placeholder {
	/* Chrome */
	color: #fff;
}
.search-designer:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
.search-designer::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	opacity: #fff;
}
.search-designer:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: red;
	opacity: #fff;
}

.count-images {
	background: #000;
	width: 50px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 2px;
}
/*.next a{
    background: transparent;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-top: 20px;
    border: 2px solid #000;
    font-weight: 600;
}
.next a:hover{
    text-decoration: none;
}*/
.shop-now-btn {
	text-decoration: none;
	cursor: pointer;
	background: #00000052;
	padding: 10px;
	color: #fff;
	position: absolute;
	text-align: center;
	font-size: 14px;
	width: 100%;
	font-weight: 600;
	bottom: 0px;
}

/*.redeem-btn{
        border: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}*/

.redeem-btn {
	border: none;
	display: block;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	outline: none;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	background-color: #222;
	padding: 17px 60px;
	margin: 0 auto;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.redeem-btn span {
	position: relative;
	z-index: 1;
}

.redeem-btn:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 490%;
	width: 140%;
	background: #78c7d2;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
	transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.redeem-btn:hover:after {
	-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
	transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.profile-redeem-div {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0px;
	color: #fff;
}
.profile-redeem-div img {
	width: 80px;
	border-radius: 50%;
}

/*  second nav bar fashwire  */
.site-menu {
	padding: 16px 0px 2px 0px;
	width: 100%;

	text-align: center;
	z-index: 1;
	position: relative;
}
.site-menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.site-menu ul > li > a {
	padding: 0 15px;
	transition: color 0.3s;

	color: #000;
	font-size: 17px;
	font-weight: 500;
	text-decoration: none;
}
.site-menu ul > li:hover > a {
	color: #606975;
}
.site-menu ul > li.active > a {
	font-weight: 600;
}
.site-menu > ul {
	display: table;
	height: 100%;
	min-height: 100%;
}
.site-menu > ul > li {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.site-menu > ul > li > a {
	display: table;
	height: 100%;
	min-height: 100%;
	border-top: 1px solid transparent;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.site-menu > ul > li > a > span {
	display: table-cell;
	vertical-align: middle;
}
/*.site-menu>ul>li.active>a{
    border-top-color:#000;
}*/
.site-menu ul > li:hover > .sub-menu {
	display: block;
	-webkit-animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.site-menu ul > li:hover > .mega-menu {
	display: table;
	-webkit-animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.site-menu ul > li:hover > .mega-menu .sub-menu {
	-webkit-animation: none;
	animation: none;
}
.site-menu > ul > li.has-megamenu {
	position: relative;
}
.has-megamenu-custom {
	position: static !important;
}
.navbar-ghost:not(.navbar-stuck) .site-menu > ul > li > a {
	color: #fff;
}
.navbar-ghost:not(.navbar-stuck) .site-menu > ul > li:hover > a {
	color: #0da9ef;
}
.navbar-ghost:not(.navbar-stuck) .site-menu > ul > li.active > a {
	color: #000;
}
.mega-menu-custom {
	top: 22px !important;
	display: none;
	position: absolute;
	left: 15px !important;
	width: 250px !important;
	margin-top: -1px !important;
	border: 1px solid #e1e7ec;
	background-color: #fff;
	box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2);
	table-layout: fixed;
	z-index: 999999;
}
.mega-menu {
	top: 70%;
	display: none;
	position: absolute;

	left: 0;
	width: 100%;
	margin-top: -1px !important;
	border: 1px solid #e1e7ec;
	background-color: #fff;
	box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2);
	table-layout: fixed;
	z-index: 11111111111;
}
.mega-menu > li {
	display: table-cell !important;
	position: relative;
	padding: 25px !important;
	border-left: 1px solid #e1e7ec;
	vertical-align: top;
}
.mega-menu > li .mega-menu-title {
	display: block;
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e7ec;
	color: #9da9b9;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
}
.mega-menu > li:first-child {
	border-left: 0;
}
.mega-menu .sub-menu {
	display: block !important;
	position: relative;
	width: 100%;
	padding: 0 !important;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}
.mega-menu .sub-menu > li > a {
	padding: 5px 0 !important;
}
.img-thumbnail {
	padding: 5px !important;
	border: 1px solid #e1e7ec;
	border-radius: 7px;
	background-color: #fff;
}
.img-thumbnail.rounded-circle {
	border-radius: 50%;
}
.navi-link,
.navi-link-light {
	transition: color 0.3s;
	color: #606975;
	text-decoration: none;
}
.navi-link:hover,
.navi-link-light:hover {
	color: #0da9ef;
}
.navi-link-light {
	color: #fff;
}

/*





@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");*/

.sub-menu,
.toolbar-dropdown {
	position: absolute;
	top: 100%;
	left: 0;

	padding: 10px 0 !important;
	border: 1px solid #e1e7ec;
	border-radius: 20px;
	background-color: #fff;
	line-height: 1.5;
	box-shadow: 0 7px 22px -5px rgba(47, 56, 68, 0.2);
}
.sub-menu > li,
.toolbar-dropdown > li {
	display: block;
	position: relative;
}
.sub-menu > li > a,
.toolbar-dropdown > li > a {
	display: block;
	padding: 5px 20px !important;
	transition: color 0.3s;
	color: #606975;
	font-size: 16px !important;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
}
.sub-menu > li > a > i,
.toolbar-dropdown > li > a > i {
	display: inline-block;
	margin-top: -2px;
	margin-right: 6px;
	font-size: 0.9em;
	vertical-align: middle;
}
.sub-menu > li.sub-menu-user,
.toolbar-dropdown > li.sub-menu-user {
	display: table;
	width: 100%;
	padding: 4px 17px 6px;
}
.sub-menu > li.sub-menu-user .user-ava,
.toolbar-dropdown > li.sub-menu-user .user-ava,
.sub-menu > li.sub-menu-user .user-info,
.toolbar-dropdown > li.sub-menu-user .user-info {
	display: table-cell;
	vertical-align: middle;
}
.sub-menu > li.sub-menu-user .user-ava,
.toolbar-dropdown > li.sub-menu-user .user-ava {
	width: 44px;
}
.sub-menu > li.sub-menu-user .user-ava > img,
.toolbar-dropdown > li.sub-menu-user .user-ava > img {
	display: block;
	width: 44px;
	padding: 3px;
	border: 1px solid #e1e7ec;
	border-radius: 50%;
}
.sub-menu > li.sub-menu-user .user-info,
.toolbar-dropdown > li.sub-menu-user .user-info {
	padding-left: 8px;
}
.sub-menu > li.sub-menu-user .user-info > .user-name,
.toolbar-dropdown > li.sub-menu-user .user-info > .user-name {
	margin-bottom: 2px;
	font-size: 14px;
}
.sub-menu > li.sub-menu-user .user-info > span,
.toolbar-dropdown > li.sub-menu-user .user-info > span {
	display: block;
}
.sub-menu > li.sub-menu-separator,
.toolbar-dropdown > li.sub-menu-separator {
	margin-top: 5px;
	margin-bottom: 3px;
	border-top: 1px solid #e1e7ec;
}
.sub-menu > li:hover > a,
.toolbar-dropdown > li:hover > a {
	color: #0da9ef;
}
.sub-menu > li.active > a,
.toolbar-dropdown > li.active > a {
	color: #0da9ef;
}
.sub-menu > li.has-children > a,
.toolbar-dropdown > li.has-children > a {
	padding-right: 35px !important;
}
.sub-menu > li.has-children > a::after,
.toolbar-dropdown > li.has-children > a::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 18px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
	border-left: 0.32em solid;
	content: "";
}
.sub-menu > li > .sub-menu,
.toolbar-dropdown > li > .sub-menu {
	top: -4px;
	left: 100%;
	margin-left: -5px;
}
.offcanvas-menu ul li.has-children .sub-menu-toggle::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 0.35em solid transparent;
	border-bottom: 0.35em solid transparent;
	border-left: 0.4em solid;
	content: "";
}
.offcanvas-menu ul li.has-children .sub-menu-toggle:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.offcanvas-menu ul li.has-children > .offcanvas-submenu {
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.offcanvas-menu ul li.has-children > .offcanvas-submenu.off-view {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.promo-box {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	background-position: center;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-size: cover;
}
.promo-box .overlay-dark,
.promo-box .overlay-light {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	content: "";
	opacity: 0.5;
	z-index: 1;
}
.text-light .btn-sm {
	height: 36px;
	padding: 0 18px;
	border-radius: 18px;
	font-size: 12px;
	line-height: 34px;
}
.btn-primary {
	background-color: #0da9ef;
}
.text-bold {
	font-weight: bold !important;
}
.text-thin {
	font-weight: 300 !important;
}

.text-shadow {
	text-shadow: 0 1px rgba(0, 0, 0, 0.5) !important;
}
.promo-box .promo-box-content {
	position: relative;
	z-index: 5;
}
.padding-bottom-2x {
	padding-bottom: 80px !important;
}
.padding-top-2x {
	padding-top: 80px !important;
}
.d-block {
	display: block !important;
}
.mt-3,
.my-3 {
	margin-top: 1rem !important;
	color: #374250;
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 1.4;
}

/*  vikasasdsadsadsadsadsadsadsadsadsadsa  */

/*  header css */

.dropdown-toggle {
	height: 34px;
	border-radius: 0px;
	background: #fff;
	color: grey;
}
.btn-default {
	height: 34px;
	border-radius: 0px;
	background: #fff;
	color: grey;
}
.text1:hover {
	background-color: grey !important;
}
.navbar-brand {
	font-size: 24px;
	letter-spacing: 2px;
}
.navbar-nav li a {
	font-size: 16px;

	align-items: center;
	/* color: #fff;
    */
	/*    text-transform: capitalize;*/
	/* font-family: "freight-display-pro","Times New Roman","Lucida Sans Unicode","Lucida Grande",sans-serif;
    */
	/* font-style: italic;
    */
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	/* border-right: 1px solid #3d464d;
     border-left: 1px solid #3d464d;
    */
}
.mobile-menu-li i {
	font-size: 32px !important;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.fa-f-icon {
	color: #f6f6f6;
	font-size: 40px;
	text-align: center;
}
mobile-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 8px;
	width: 100%;
}
.mobile-menu-li {
	width: 20%;
	float: left;
	list-style: none;
}
.mobile-menu-li a {
	color: #5a5a5a;
}
.selected2 {
	color: #fff !important;
}
.sub-menu-user {
	display: table;
	width: 100%;
	padding: 4px 17px 6px;
	position: relative;
}
.sub-menu-user .user-ava {
	width: 44px;
	display: table-cell;
	vertical-align: middle;
}
.user-ava > img {
	display: block;
	width: 44px;
	padding: 3px;
	border: 1px solid #e1e7ec;
	border-radius: 50%;
}
.sub-menu-user .user-info {
	padding-left: 8px;
	display: table-cell;
	vertical-align: middle;
}
.user-info > .user-name {
	margin-bottom: 2px;
	font-size: 14px;
}
.text-xs {
	font-size: 12px;
}
.text-muted {
	color: #9da9b9 !important;
}

.toolbar-dropdown > li {
	display: block;
	position: relative;
}

/* ---------------------------------*/
h1.page-title {
	margin-top: 70px;
	margin-bottom: 70px;
	color: #485a64;
	font-weight: bold;
}

.product-container {
	box-shadow: 2px 10px 25px -5px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	background: #f7f7f7;
}

.product-description {
	background-color: #f7f7f7;
	border-top: 1px solid #efefef;
	padding: 10px 20px;
	color: #797979;
}

.product-image {
	/*    height: 290px;*/
	position: relative;
	overflow: hidden;
	transition: 1s;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

.product-link {
	position: absolute;
	background: #00000070;
	width: 100%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	opacity: 0;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px;
	bottom: 0;
	left: 0;
	transition: 1s;
}

.product-link:hover {
	text-decoration: none;
	color: #fff;
}

.hover-link {
	background-color: #060606;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: 0.5s;
}

.product-image img {
	/*    width: 100%;*/
	height: 315px;
	display: inline-block;
}

.product-description h1 {
	margin-bottom: 5px;
	margin-top: 0;
	display: inline-block;
	width: 100%;
	color: #000;
	font-size: 18px;
}

.product-description p {
	color: #c4c4c4;
}

.product-description .price {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #9c9c9c;
	margin-bottom: 0px;
}

.product-container:hover {
	box-shadow: 0px 10px 25px -2px rgba(0, 0, 0, 0.36);
}

.product-container:hover .product-image {
	transition: 0.5s;
}

.product-container:hover .hover-link {
	opacity: 0.5;
}
.product-container:hover .product-link {
	opacity: 1;
}

.product-link:hover {
	-webkit-animation: hovering 1000ms linear both;
	animation: hovering 1000ms linear both;
}

#item-search {
	display: block;
	margin: 0 0 0 auto;
	width: 250px;
	box-sizing: border-box;
	padding: 6px 0px 6px 10px;
	border-radius: 20px;
	font-size: 12px;
	background-color: transparent;
	margin-top: 9px;
	margin-right: 15px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	color: #000;
	border: 3px solid #cccccc38;
	font-weight: 600;
}
#item-search:focus {
	outline: none;
}

.ui-menu.ui-widget-content {
	border: 2px solid #ddd !important;
	border-radius: 10px !important;
	background-color: #fff !important;
}
ul.ui-autocomplete.ui-menu li {
	text-align: left;
}
.ui-menu .ui-menu-item {
	list-style-image: none !important;
}
.search-table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	border-radius: 10px !important;
}
.search-table td {
	padding: 5px;
	border-bottom: 0px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.responsive img {
	width: 80px !important;
}

/*home page css*/
.d-inline-block {
	display: inline-block !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}
.btn-primary2 {
	display: inline-block;
	position: relative;
	height: 44px;
	margin-top: 8px;
	margin-right: 12px;
	margin-bottom: 8px;
	padding: 0 22px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: all 0.4s;
	border: 1px solid transparent;
	border-radius: 22px;
	background-color: transparent;
	background-image: none;

	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 42px;
	white-space: nowrap;
	cursor: pointer;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #000;
	color: #fff;
}
.border-default {
	border: 1px solid #e1e7ec;
}

.fw-section {
	width: 100%;
}

.fw-section,
.fh-section {
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

.padding-bottom-4x {
	padding-bottom: 96px !important;
}

.padding-top-4x {
	padding-top: 96px !important;
}

/*-----------------------------2 section css*/
.lazy-image {
	width: 100%;
	/*   margin-top: 20px;*/
}

.textline3 {
	font-size: 21px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	padding-top: 10px;
}

/*-------------------------- 1 home section css*/

.single_catagory_area {
	background-position: center center;
	background-size: cover;
	/*    padding: 170px 0px 0px 0px;*/
	position: relative;
}
.shop-btn-left {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
	font-size: 31px;
}
.shop-btn-left:hover {
	color: #fff;
}
.single_catagory_area > h2 {
	font-size: 30px;
	text-transform: uppercase;
}
.top_catagory_area a {
	text-decoration: none;
}
.single_catagory_area a.btn {
	background-color: #000;
	border: 2px solid #000;
	border-radius: 6px;
	font-size: 18px;
	height: 45px;
	width: 150px;
	color: #fff;
}
.single_catagory_area.white > h2,
.single_catagory_area.white > a.btn,
.single_catagory_area.white > p {
	color: #fff;
	border-color: #000;
}
/*-------------------------- 4 home section css*/
.no-margin-top {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.carousel-text {
	position: absolute;
	top: 20%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
}
.arrow-icon {
	background: #000;
	font-size: 16px !important;
	line-height: 27px;
	border-radius: 50%;
}
.left-slide-item {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	display: block;
}
.left-slide-item img {
	width: auto;
	display: inline-block !important;
}
.slide-left-ad {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
/*  */
.section-block {
	margin-bottom: 30px;
}
.featureImg a {
	display: block;
	overflow: hidden;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.widget {
	margin-bottom: 38px;
}
.widget-title {
	color: #ffffff;
	margin-bottom: 10px;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 2px solid #cccccc8c;
	text-align: center;
}
.widget-title-2 {
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.widget-featured-products > .entry {
	margin-bottom: 12px;
}
.widget-featured-posts > .entry,
.widget-featured-products > .entry {
	display: table;
	width: 100%;
	margin-bottom: 18px;
}
.entry-thumb {
	display: table-cell;
	vertical-align: bottom;
	width: 50px;
	padding-right: 10px;
}
.entry-thumb-img {
	width: 100%;
}
.entry-content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.entry-title {
	margin-bottom: 0;
	font-size: 15px;
}
.entry-title a {
	color: #333;
	text-decoration: underline;
	font-weight: 600;
}
.widget-featured-products > .entry .entry-meta {
	color: #606975;
	font-size: 16px;
	display: block;
	margin-bottom: 0;
	padding-top: 4px;
}

.top-bottom-padding {
	padding: 20px 0px 20px 0px;
}
.carousel-text {
	position: absolute;
	top: 20%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
}
.carousel-control-color {
	color: #000;
	opacity: 1;
}
.home-carousel {
	margin: 20px 0px 20px 0;
}

.fash_popup {
	width: 100%;
	height: auto;
	background-color: #383838;
	color: #f0f0f0;

	font-size: 20px;
	padding: 10px;

	-webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
	-moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
	box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}
.leave-like-container {
	font-size: 16px;

	float: left;
	color: #000;
}
.leave-like-container a {
	color: #000;
	text-decoration: none;
}
.leave-like-container a:hover {
	color: #000;
}

.list-buttons {
	width: 100%;
	text-align: right;
	margin: 20px auto 0;
	padding-right: 3%;
	margin-bottom: 10px;
}

.ten-ten {
	height: 40px;
	width: 40px;
	margin-left: 4px;
	font-size: 22px;
	color: #000;
	text-align: center;
	border-radius: 4px;
	border: none;
	outline: none;
	background-color: white;
	box-shadow: 0px 1px 2px #bbb;
	padding: 0px;
	position: relative;
}
.ten-ten i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ten-ten:hover {
	cursor: pointer;
	box-shadow: 0px 0px 3px #666;
}

.ten-ten.on {
	color: white;
	background-color: #ccc;
}
.navbar {
	/*    min-height: 60px;*/
}

.checkbox-label {
	cursor: pointer;
}
.scrollbar {
	overflow-y: hidden;
	overflow-x: hidden;
}

.scrollbar:hover {
	overflow-y: scroll;
	overflow-x: hidden;
}
#style-1::-webkit-scrollbar-track {
	border-radius: 0px;
}

#style-1::-webkit-scrollbar {
	width: 10px;
	background-color: #f7f7f7;
}

#style-1::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #bfbfbf;
}
#style-2::-webkit-scrollbar-track {
	border-radius: 0px;
}

#style-2::-webkit-scrollbar {
	width: 8px;
	background-color: #f7f7f7;
}

#style-2::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #bfbfbf;
}

.md-select {
	width: 150px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}
.md-select label {
	margin-bottom: 0;
}
.md-select *,
.md-select :after,
.md-select :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.md-select [type="button"] {
	background: #fff;
	border-width: 0;
	color: #000;
	cursor: default;
	display: block;
	line-height: 48px;
	/*        padding: 2px 0 1px 16px;*/
	position: relative;
	text-align: left;
	text-shadow: none;
	width: 100%;
	z-index: 1;
	outline: none;
	overflow: hidden;
	font-size: 16px;
	padding: 0px;
}
/*.md-select [type=button]:focus, .md-select [type=button]:hover {
  background: rgba(0, 0, 0, 0.1);
}*/
.md-select [type="button"]:after {
	content: "\25be";
	float: right;
	padding-right: 0px;
	margin-left: 5px;
}
.md-select ul[role="listbox"] {
	background-color: white;
	cursor: default;
	list-style: none;
	line-height: 26px;
	overflow: hidden;
	margin: 0;
	max-height: 0;
	position: absolute;
	left: 0px;
	width: 250px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24) !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
.md-select ul[role="listbox"] li {
	height: 40px;
	margin: 0;
	padding: 10px 16px;
	outline: none;
	overflow: hidden;
	text-align: left;
	/*    width: 33%;
        float: left;*/
}
/*.md-select ul[role=listbox] li:focus, .md-select ul[role=listbox] li:hover, .md-select ul[role=listbox] li.active {
  background: rgba(0, 0, 0, 0.1);
}*/
.md-select.active ul {
	max-height: 250px;

	overflow: auto;
	padding: 8px 0 16px 0px;
	z-index: 2;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-black {
	background: #000;
	color: #fff;
	width: 100%;
	border-radius: 0px;
	position: relative;
}
.btn-black:active {
	background-color: #000;
	border-color: #000;
	color: #fff !important;
}
.btn-black:hover {
	background-color: #000;
	border-color: #000;
	color: #fff !important;
}
.CreateLookBtn {
	background: #000;
	color: #fff;
	float: left;
	width: 180px;
	margin-top: 20px;
	font-size: 17px;
	border-radius: 10px;
	font-weight: 600;
}

.CreateLookBtn:hover {
	color: #fff;
}

/* ----------------------------------------------- CSS FOR HOME START -------------------------------------------------- */
.card {
	/*    border-radius:7px;*/
	border-color: #e1e7ec;
}
.card {
	margin-bottom: 8px;
}
.card-img-tiles {
	display: block;
	border-bottom: 1px solid #e1e7ec;
}
.card-img-tiles > .inner {
	display: table;
	width: 100%;
}
.btn-outline-primary:hover {
	background-color: #000;
	color: #fff;
}
.btn-outline-primary {
	height: 36px;
	padding: 0 18px;
	border-radius: 18px;
	font-size: 12px;
	line-height: 34px;
	/*        border-color: #0da9ef;
            color: #0da9ef;*/
	border-color: #000;
	color: #000;
	font-weight: 600;
}
.main-img {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;

	vertical-align: middle;
}
.main-img img {
	height: 280px;
}
.main-img img:hover {
	opacity: 0.75;
}

.card-body {
	padding: 10px;
}
.padding-top-3x {
	padding-top: 72px !important;
}
.display-2 {
	font-size: 60px;
}
.countdown {
	display: inline-block;
}
.countdown .item {
	display: block;
	margin: 7px;
	float: left;
	text-align: center;
}
.countdown .item .days,
.countdown .item .hours,
.countdown .item .minutes,
.countdown .item .seconds {
	width: 48px;
	height: 48px;
	margin-bottom: 5px;
	border: 1px solid #e1e7ec;
	border-radius: 7px;
	font-size: 22px;
	line-height: 46px;
}
.countdown .item .days_ref,
.countdown .item .hours_ref,
.countdown .item .minutes_ref,
.countdown .item .seconds_ref {
	font-size: 12px;
	text-transform: uppercase;
}
.text-normal {
	font-weight: normal !important;
}

.well-padding {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}
.checkLogin {
	background-color: #000 !important;
	color: #fff !important;
	border-color: #000;
	border-radius: 20px !important;
	width: 80px;
	font-weight: 600;
	font-size: 14px;
}
.checkLogin:hover {
	background-color: #000 !important;
	color: #fff !important;
}
/* ----------------------------------------------- CSS FOR HOME END -------------------------------------------------- */
.carousel-indicators {
	z-index: 1;
}

.carousel-indicators {
	bottom: 0px;
}
#new-slider {
	height: auto;
	width: 100%;
}
.small-slider-img div img {
	width: 100%;
}
.new-carousel-control:focus,
.new-carousel-control:hover {
	background: #000;
}
.new-carousel-control img {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.new-carousel-control {
	position: absolute;
	width: 44px;
	height: 121px;
	text-align: center;
	background-color: #606060;
	top: 50%;
	transform: translate(-50%, -50%);
}
.new-carousel-control {
	opacity: 0;
	background-image: none;
	background-color: #3a3a3a;
}
.top-picks-date {
	color: #383838;
	font-size: 22px;

	font-weight: 400;
	margin: 55px 0 0 0;
	padding: 0;
	text-align: center;

	font-style: italic;
	color: #9e9e9e;
	font-size: 13px;
	letter-spacing: 0;
	margin-top: 5px;
}
.top-picks-title {
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 28px;
	text-align: center;
}
.header-position {
	position: absolute;
	left: 50%;
	font-size: 60px;
	width: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.col-padding {
	padding: 2px;
}
/*.shade {
    bottom: -1px;
    height: 60%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.shade:after {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.002) 1.8%, rgba(0, 0, 0, 0.008) 4.8%, rgba(0, 0, 0, 0.021) 9%, rgba(0, 0, 0, 0.042) 13.9%, rgba(0, 0, 0, 0.075) 18.8%, rgba(0, 0, 0, 0.126) 27%, rgba(0, 0, 0, 0.194) 35%, rgba(0, 0, 0, 12.278) 73.5%, rgba(0, 8, 0, 1.382) 55%, rgba(0, 0, 0, 0.900) 58%, rgba(0, 0, 0, 2.9) 73%, #000000 100%);
    transition: opacity 0.2s linear;
    transition: opacity 0.2s linear 1s ease-in-out 0s;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    width: 100%;
}*/
.shade {
	bottom: -1px;
	height: 60%;
	left: 0;
	overflow: hidden;
	pointer-events: none;

	width: 100%;
}
.shade:after {
	background: rgba(0, 0, 0, 0.31);

	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	opacity: 0.7;
	position: absolute;
	width: 100%;
}
.card-view-text {
	position: absolute;
	right: 0;

	z-index: 1;
	background: none;
	bottom: 0;
	color: #fff;
	font-weight: 200;
	height: auto;
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
}
.card-ending {
	/*    font-family: Georgia, 'Times New Roman', Times, serif;*/

	font-style: italic;
	padding: 5px 15px 0;
}
.card-name {
	font-weight: normal;
	font-size: 21px;
	font-style: normal;
	margin: 0;
	padding: 0 5px;
}
.card-ending span {
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.card-view {
	position: relative;
	height: auto;
	box-sizing: border-box;
	/* float: left; */
	overflow: hidden;
	cursor: pointer;
	/*        width: 316px;*/
}
.card-image {
	height: auto;
	width: 100%;
	transition: all 0.3s linear;
	transition: all 0.3s linear 1s ease-in-out 0s;
}
.card-image:hover {
	-moz-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}

.realtives {
	position: relative;
}
#owl-demo .item {
	margin: 3px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
#owl-demo .item img {
	/*		width:100%;*/
	/*		height:300px;*/
}
.customNavigation {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #333;
}
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fw-section > .overlay,
.fh-section > .overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000ed;
	content: "";
	opacity: 0.6;
	z-index: 0;
}
.left-slide-item {
	cursor: pointer;
}
/* ----------------------------------------------- CSS FOR HOME END -------------------------------------------------- */
/* ----------------------------------------------- CSS FOR MY LOOKBOOK END -------------------------------------------------- */
.submit-folios {
	position: absolute;
	bottom: 0;
	text-align: center;
	color: #fff;
	width: 100%;
	z-index: 1;
	background: #0000002b;
}
.edit-lookbook {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000;
	z-index: 2;
}
.delete-lookbook {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #000;
	z-index: 2;
}

#close {
	color: #fff;
}
#note {
	z-index: 6001;
	color: #fff;
	background: #000;
	text-align: center;
	line-height: 2.5;
	overflow: hidden;
	-webkit-box-shadow: 0 0 5px black;
	-moz-box-shadow: 0 0 5px black;
	box-shadow: 0 0 5px black;
}
.cssanimations.csstransforms #note {
	-webkit-transform: translateY(-50px);
	-webkit-animation: slideDown 2.5s 1s 1 ease forwards;
	-moz-transform: translateY(-50px);
	-moz-animation: slideDown 2.5s 1s 1 ease forwards;
}
/* ----------------------------------------------- CSS FOR MY LOOKBOOK END -------------------------------------------------- */

/* ----------------------------------------------- CSS FOR  Filter -------------------------------------------------- */
.discover-filter-1 {
	max-width: 120px;
	float: left;
	margin-right: 30px;
}
.discover-filter-2 {
	max-width: 120px;
	float: left;
}
.trending-filter-1 {
	max-width: 120px;
	float: left;
	margin-right: 30px;
}
.trending-filter-2 {
	max-width: 120px;
	float: left;
	margin-right: 30px;
}
.trending-filter-3 {
	max-width: 120px;
	float: left;
}
/* ----------------------------------------------- CSS FOR  Filter END -------------------------------------------------- */
/* ----------------------------------------------- CSS FOR LOOKBOOK carousel Start -------------------------------------------------- */
.lookbook-carousel-img {
	display: inline-block !important;
	height: 300px !important;
}
.lookbook-carousel-img-new {
	display: inline-block !important;
	height: 300px !important;
}
.lookbook-container {
	margin-top: 20px;
}
.container-fluid-lookbook {
	width: 100%;
}
.lookbook-title {
	width: 80%;
	float: left;
	font-size: 16px;
}
.lookbook-heart-like {
	width: 20%;
	float: left;
}
@media screen and (max-width: 810px) {
	.site-menu ul > li > a {
		font-size: 16px;
	}
	.md-select [type="button"] {
		font-size: 18px;
	}
}
@media screen and (max-width: 650px) {
	.lookbook-carousel-img {
		height: 150px !important;
	}
	.lookbook-container {
		padding-left: 5px;
		padding-right: 5px;
	}
	.container-fluid-lookbook {
		width: 98%;
	}
	.lookbook-title {
		font-size: 12px;
		color: #000;
	}
	.lookbook-heart-like {
		font-size: 14px;
	}
	.container-fluid {
		padding-left: 5px;
		padding-right: 5px;
	}
	.md-select [type="button"] {
		font-size: 16px;
	}
	.discover-filter-1 {
		min-width: 50% !important;
		margin-right: 0px;
	}
	.discover-filter-2 {
		min-width: 50% !important;
	}
	.md-select {
		position: static;
	}
	.md-select ul[role="listbox"] {
		width: 100%;
	}
	.trending-filter-1 {
		min-width: 33%;
		margin-right: 0px;
	}
	.trending-filter-2 {
		min-width: 33%;
		margin-right: 0px;
	}
	.trending-filter-3 {
		min-width: 33%;
	}
	.md-select {
		width: 100%;
	}
	.product-description {
		padding: 5px 2px;
	}
	.product-image {
		height: 180px;
	}
	.product-image img {
		height: auto;
	}
	.product-container {
		height: 260px;
	}
	.col-padding-item {
		padding: 4px;
	}

	.card-name {
		padding: 0 5px;
		font-size: 16px;
	}
	.navbar {
		min-height: 50px;
	}
	.navbar-default .navbar-toggle {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.navbar-brand img {
		width: 150px;
	}
}
/* ----------------------------------------------- CSS FOR  @media -------------------------------------------------- */

.eagle-icon {
	color: black;
	position: relative;
	font-size: 20px;
	font-weight: 900;
	top: 2px;
}
.eagle-p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.42857143em;
	letter-spacing: 0.02142857rem;
}
.eagle-title {
	color: #000;
	line-height: 1.78571429em;
	margin-top: 40px;
}
.designers-a-z__section .u-margin-l--lg {
	margin-left: 0.57142857rem;
	color: #000;
}

.designers-a-z__section .link--default,
.designers-a-z__section a {
	transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
	color: #717171;
	font-size: inherit;
	text-decoration: none;
	cursor: pointer;
}
.designers-a-z__section .designers-a-z__section-col {
	line-height: inherit;
	padding-bottom: 0;
}
.designers-a-z__section ol li,
.designers-a-z__section ul li {
	line-height: 2em;
	list-style: inherit;
}
.designers-a-z__section-list {
	list-style: none;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	margin: 0;
	padding-bottom: 1.14285714rem;
	padding-left: 0px;
}

.designers-a-z__section-title {
	margin: 0;
	padding-top: 40px;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.designers-a-z__section {
	margin-bottom: 1.42857143rem;
	padding-bottom: 1.42857143rem;
	border-bottom: 0.07142857rem solid #eaeaea;
}

.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
.loading:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.73);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: "";
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgb(255, 255, 255) 1.5em 0 0 0,
		rgb(255, 255, 255) 1.1em 1.1em 0 0, rgb(255, 255, 255) 0 1.5em 0 0,
		rgb(255, 255, 255) -1.1em 1.1em 0 0, rgb(255, 255, 255) -1.5em 0 0 0,
		rgb(255, 255, 255) -1.1em -1.1em 0 0, rgb(255, 255, 255) 0 -1.5em 0 0,
		rgb(255, 255, 255) 1.1em -1.1em 0 0;
	box-shadow: rgb(255, 255, 255) 1.5em 0 0 0, rgb(255, 255, 255) 1.1em 1.1em 0 0,
		rgb(255, 255, 255) 0 1.5em 0 0, rgb(255, 255, 255) -1.1em 1.1em 0 0,
		rgb(255, 255, 255) -1.5em 0 0 0, rgb(255, 255, 255) -1.1em -1.1em 0 0,
		rgb(255, 255, 255) 0 -1.5em 0 0, rgb(255, 255, 255) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.lds-facebook {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}
.lds-facebook:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.lds-facebook div {
	display: inline-block;
	position: absolute;
	left: 6px;
	width: 13px;
	background: #fff;
	animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
	left: 6px;
	animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
	left: 26px;
	animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
	left: 45px;
	animation-delay: 0;
}
@keyframes lds-facebook {
	0% {
		top: 6px;
		height: 51px;
	}
	50%,
	100% {
		top: 19px;
		height: 26px;
	}
}
/*//////////////////////home @media */
@media screen and (max-width: 7680px) {
	.FullWidthCss {
		width: 1440px;
		margin: 0 auto;
	}
	/*    .card-image{
           height: 330px;
        }
        .card-view{
           height: 330px;
        }*/
	/*    #new-slider {
              height: 665px;
    
        }
        .small-slider-img div img{
               height: 665px!important;
        }*/
}
@media screen and (max-width: 4096px) {
	.FullWidthCss {
		width: 1440px;
		margin: 0 auto;
	}
	/*    .card-image{
           height: 330px;
        }
        .card-view{
           height: 330px;
        }*/
	/*    #new-slider {
              height: 665px;
    
        }
        .small-slider-img div img{
               height: 665px!important;
        }*/
}
@media screen and (max-width: 3840px) {
	.FullWidthCss {
		width: 1440px;
		margin: 0 auto;
	}
	/*    .card-image{
           height: 330px;
        }
        .card-view{
           height: 330px;
        }*/
	/*    #new-slider {
              height: 665px;
    
        }
        .small-slider-img div img{
               height: 665px!important;
        }*/
}
@media screen and (max-width: 2048px) {
	.FullWidthCss {
		width: 1440px;
		margin: 0 auto;
	}
	/*    .card-image{
           height: 330px;
        }
        .card-view{
           height: 330px;
        }*/
	/*    #new-slider {
              height: 665px;
    
        }
        .small-slider-img div img{
               height: 665px!important;
        }*/
}

@media screen and (max-width: 1950px) {
	.FullWidthCss {
		width: 100%;
		margin: 0 auto;
	}

	/*    .card-image{
           height: 330px;
        }
        .card-view{
           height: 330px;
        }*/
	/*    #new-slider {
              height: 665px;
    
        }
        .small-slider-img div img{
               height: 665px!important;
        }*/
}
@media screen and (max-width: 1600px) {
	/*     .card-image{
           height: 330px;
        }
        .card-view{
           height: 330px;
        }
    */
	/*     #new-slider {
              height: 665px;
    
        }
        .small-slider-img div img{
               height: 665px!important;
        }*/
}
@media screen and (max-width: 1440px) {
	.FullWidthCss {
		width: 100%;
		margin: 0 auto;
	}
	/*    .card-image{
            height: 340px;
        }
        .card-view{
            height: 340px;
        }*/
	/*    #new-slider {
            height: 672px;
    
        }
        .small-slider-img div img{
            height: 672px!important;
        }*/
}

@media screen and (max-width: 1366px) {
	.FullWidthCss {
		width: 100%;
		margin: 0 auto;
	}
	/*    .card-image{
           height: 320px;
        }
        .card-view{
            height: 320px;
        }*/
	/*#new-slider {
            height: 680px;
    
        }
        .small-slider-img div img{
            height: 680px!important;
        }*/
}

@media screen and (max-width: 1200px) {
	.FullWidthCss {
		width: 100%;
		margin: 0 auto;
	}
	/*    .card-image{
            height: 270px;
        }
        .card-view{
            height: 270px;
        }*/
	/*    #new-slider {
            height: 545px;
    
        }
        .small-slider-img div img{
            height: 545px!important;
        }*/
}
@media screen and (max-width: 1150px) {
	.FullWidthCss {
		width: 100%;
		margin: 0 auto;
	}
	.PressPageCentered {
		height: 100%;
		display: block;
		align-items: none;
		justify-content: center;
	}
	/*    .card-image{
            height: 270px;
        }
        .card-view{
            height: 270px;
        }*/
	/*     . #new-slider {
            height: 545px;
    
        }
        .small-slider-img div img{
            height: 545px!important;
        }*/
}
@media screen and (max-width: 1100px) {
	.FullWidthCss {
		width: 100%;
		margin: 0 auto;
	}
	.designers-a-z__section-list {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	/*    .card-image{
            height: 260px;
        }
        .card-view{
            height: 260px;
        }*/
	/*     . #new-slider {
            height: 535px;
    
        }
        .small-slider-img div img{
            height: 535px!important;*/
	/*    }*/
}
@media screen and (max-width: 1000px) {
	.FullWidthCss {
		width: 100%;
		margin: 0 auto;
	}
	/*    .card-image{
            height: 230px;
        }
        .card-view{
            height: 230px;
        }*/
	/*    #new-slider {
            height: 465px!important;
    
        }
        .small-slider-img div img{
            height: 465px!important;
        }*/
}
@media screen and (max-width: 900px) {
	.FullWidthCss {
		width: 100%;
		margin: 0 auto;
	}
	/*    .card-image{
            height: 195px;
        }
        .card-view{
            height: 195px;
        }*/
	/*    #new-slider {
           height: 395px!important;
    
        }
        .small-slider-img div img{
                height: 395px!important;
        }*/
}
@media screen and (max-width: 800px) {
	.FullWidthCss {
		width: 100%;
		margin: 0 auto;
	}
	.designers-a-z__section-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.custom-boot-css .col-xs-6 {
		width: 33.33333333%;
	}
}
@media screen and (max-width: 750px) {
	.top-picks-title {
		font-size: 16px;
		line-height: 22px;
	}
	.designers-a-z__section-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.FullWidthCss {
		width: 100%;
		margin: 0 auto;
	}
	/*     .card-image{
            height: 220px;
        }
        .card-view{
            height: 220px;
        }*/
	.small-slider-img div img {
		height: auto !important;
		width: 250px;
	} /*
    #new-slider{
         height: auto!important;
    }*/
}

@media screen and (max-width: 720px) {
	.FullWidthCss {
		width: 100%;
		margin: 0 auto;
	}
	.side-by-side-menu {
		text-align: center;
		margin-bottom: 10px;
	}

	.SideBySideMenu {
		text-align: center;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.tabbable-line > .nav-tabs > li {
		width: 100%;
	}
	.trending-top {
		width: 100%;
		transform: translate(0%);
		left: 0%;
	}
}
@media screen and (max-width: 680px) {
	.FullWidthCss {
		width: 100%;
		margin: 0 auto;
	}
	.small-slider-img div img {
		height: auto !important;
		width: 250px;
	}
	#new-slider {
		height: auto !important;
	}

	/*     .card-image{
            height: 200px;
        }
        .card-view{
            height: 200px;
        }*/
}
@media screen and (max-width: 580px) {
	.FullWidthCss {
		width: 100%;
		margin: 0 auto;
	}
	/*     .card-image{
            height: 250px;
        }
        .card-view{
            height: 250px;
        }*/
	.custom-boot-css .col-xs-6 {
		width: 50%;
	}
}
@media screen and (max-width: 520px) {
	.FullWidthCss {
		width: 100%;
		margin: 0 auto;
	}
	/*     .card-image{
            height: 220px;
        }
        .card-view{
            height: 220px;
        }*/
}

@media (max-width: 480px) {
	.FullWidthCss {
		width: 100%;
		margin: 0 auto;
	}
}

/* -----------------------------------------item detail page css */

.comment-tag {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 20px;
}
.effect1 {
	margin-top: 20px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
		0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
		0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.User1-name {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 1px;
	font-size: 17px;
}
.User1-comment {
	color: #000;
	font-size: 15px;
}

.user-comment-box {
	margin-left: 15px;
	margin-right: 15px;
}

.User-two-image {
	border-radius: 50%;
	width: 35px;
	height: 35px;
	border-radius: 20px;
	margin-left: 15px;
}

.whole-comment-box {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.Comment-body-icons {
	background: #efefef;
	max-width: 1000px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 auto;
}

.User-one-image {
	border-radius: 50%;
	width: 35px;
	height: 35px;
	margin-left: 14px;
}

.input-space {
	width: 85%;
	position: relative;
}
.comment-input {
	border: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ecd9d9;
	margin-left: 5px;
	width: 100%;
}
.input:focus {
	border-bottom: 1px solid #000;
	outline: none;
}

.wrp {
	text-align: center;
	height: 100%;
	width: 100%;
}
.wrp::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.icon {
	display: inline-block;
	font-size: 25px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	margin-right: 20px;
	color: #4099ff;
	border-radius: 100%;
	position: relative;
	margin-bottom: 20px;
	margin-top: 10px;
}
.icon::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: -1;
}
.icon::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	transform: scale(0);
	background: #4099ff;
	border-radius: 100%;
	z-index: -1;
}
.icon:hover {
	animation-name: bubble2;
	animation-duration: 0.5s;
	animation-delay: 0.1s;
	animation-fill-mode: forwards;
}
.icon:hover::after {
	animation-name: bubble;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.icon-twitter {
	color: #4099ff;
}
.icon-twitter::after {
	background: #4099ff;
}
.icon-facebook {
	color: #3b5998;
}
.icon-facebook::after {
	background: #3b5998;
}
.icon-instagram {
	color: #3f729b;
}
.icon-instagram::after {
	background: #3f729b;
}
.icon-gplus {
	color: #dc4e41;
}
.icon-gplus::after {
	background: #dc4e41;
}
@-moz-keyframes bubble {
	100% {
		transform: scale(1);
	}
}
@-webkit-keyframes bubble {
	100% {
		transform: scale(1);
	}
}
@-o-keyframes bubble {
	100% {
		transform: scale(1);
	}
}
@keyframes bubble {
	100% {
		transform: scale(1);
	}
}
@-moz-keyframes bubble2 {
	100% {
		color: #fff;
	}
}
@-webkit-keyframes bubble2 {
	100% {
		color: #fff;
	}
}
@-o-keyframes bubble2 {
	100% {
		color: #fff;
	}
}
@keyframes bubble2 {
	100% {
		color: #fff;
	}
}

.nth-child-2 {
	position: absolute;
	top: 0px;
	width: 80px;
	height: 110px;
	left: 50%;
	transform: translate(-50%, 105%);
	border: 1px solid #80808040;
}
.nth-child-1 {
	position: absolute;
	top: 0px;
	width: 80px;
	height: 110px;
	left: 50%;
	transform: translate(-50%, 3%);
	border: 1px solid #80808040;
}
.view_more_images {
	position: absolute;
	top: 230px;
	width: 80px;
	height: 60px;
	background: #80808045;
	padding: 5px;
	transform: translate(-50%, 0%);
	left: 50%;
	text-align: center;
}

.card-img-tiles {
	display: block;
	border-bottom: 1px solid #e1e7ec;
}
.card-img-tiles > .inner {
	display: table;
	width: 100%;
}
.card-img-tiles .main-img-2,
.card-img-tiles .thumblist {
	display: table-cell;
	width: 70%;
	/*    padding: 15px;*/
	vertical-align: middle;
}
.card-img-tiles .thumblist {
	width: 30%;
	border-left: 1px solid #e1e7ec;
}
.card-img-tiles .main-img-2 > img {
	display: block;
	width: 100%;
	margin-bottom: 6px;
}

.card-img-tiles .thumblist {
}
.card-img-tiles .main-img-2 > img:last-child,
.card-img-tiles .thumblist > img:last-child {
	margin-bottom: 0;
}
.beInTheKnow {
	margin-bottom: 20px;
	color: #9da9b9;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;

	color: #ffffff;
}
.beInTheKnow2 {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-bottom: 10px;
	color: #9da9b9;
	font-size: 14px;
	font-weight: 500;

	color: #ffffff;
}
.beInTheKnowInput {
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 0px;
	font-size: 16px;
	color: #333;
}
#pagination p a {
	margin-top: 50px;
	padding: 10px;
	text-align: center;
	background-color: #000;
	color: #fff;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #fff;
	box-shadow: 0 1px 1px #ccc;
}
#pagination p {
	margin: 20px 0 10px;
}

.GlobalLoadBtn,
.GlobalLoadBtn:hover,
.GlobalLoadBtn:active,
.GlobalLoadBtn:focus {
	margin-top: 50px;
	border-radius: 5px;
	background: #000000;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	border: none;
}

.btn-fashwire {
	background: #000;
	color: #fff;
	border-radius: 6px;
	position: relative;
}
.btn-fashwire:active {
	background-color: #000;
	border-color: #000;
}
.btn-fashwire.hover {
	background-color: #000;
	border-color: #000;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
	border: 4px solid rgb(0, 0, 0) !important;
}
.sweet-alert .sa-icon.sa-success .sa-line {
	background-color: #000 !important;
}
.DesignerHeaderBtn {
	text-decoration: underline;
	font-size: 14px;
}

.designer-main-content {
	position: relative;
	min-height: 100vh;
}
.designer-main-content:after {
	content: "";
	display: table;
	clear: both;
}
.designer-main-content .is-fixed .cd-tab-filter-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.designer-main-content .is-fixed .cd-gallery {
	padding-top: 76px;
}
.designer-main-content .is-fixed .cd-filter {
	position: fixed;
	height: 100vh;
	overflow: hidden;
}
.designer-main-content .is-fixed .cd-filter form {
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.designer-main-content .cd-tab-filter-wrapper {
	background-color: #ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	z-index: 0;
}
.designer-main-content .cd-tab-filter-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.designer-main-content .cd-tab-filter::after {
	/* small arrow icon */
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../img/cd-icon-arrow.svg") no-repeat center center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}
.designer-main-content .cd-tab-filter ul {
	padding: 0px;
	background-color: #ffffff;
	box-shadow: inset 0 -2px 0 #41307c;
	background: transparent;
	position: static;
	box-shadow: none;
	text-align: center;
}
.designer-main-content .cd-tab-filter li {
	display: inline-block;
}
.designer-main-content .cd-tab-filter li:first-child {
	/* this way the placehodler is alway visible */
	display: block;
}
.designer-main-content .cd-tab-filter a {
	height: 50px;
	width: 140px;
	line-height: 50px;
	padding-left: 14px;
	display: inline-block;
	padding: 0 1em;
	width: auto;
	color: #9a9a9a;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3rem;
}
.designer-main-content .cd-tab-filter a.selected {
	background: #41307c;
	color: #ffffff;
	background: transparent;
	color: #41307c;
	box-shadow: inset 0 -2px 0 #41307c;
}
.designer-main-content .cd-tab-filter.is-open::after {
	/* small arrow rotation */
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-moz-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}
.designer-main-content .cd-tab-filter.is-open ul {
	box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.designer-main-content .cd-tab-filter.is-open ul li {
	display: block;
}
.designer-main-content .cd-tab-filter.is-open .placeholder a {
	/* reduces the opacity of the placeholder on mobile when the menu is open */
	opacity: 0.4;
}
.designer-main-content .cd-tab-filter {
	/* tabbed navigation style on medium devices */
	width: auto;
	cursor: auto;
}

.designer-main-content .cd-tab-filter li.placeholder {
	display: none !important;
}

.designer-main-content .no-touch .cd-tab-filter a:hover {
	color: #41307c;
}

.designer-main-content .cd-tab-filter.is-open ul li {
	display: inline-block;
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.designer-main-content .cd-gallery {
	padding: 26px 5%;
	width: 100%;
}
.designer-main-content .cd-gallery li {
	list-style: none;
}

.designer-main-content .cd-gallery img {
	display: block;
	width: 100%;
}
.designer-main-content .cd-gallery .cd-fail-message {
	text-align: center;
}
.searchDropdown {
	display: none;
	position: absolute;
	width: 300px;
	z-index: 9999;
	border: 2px solid #ddd !important;
	border-radius: 10px !important;
	background-color: #fff !important;
	margin-top: 2px;
	/*    overflow: auto;*/
}
.searchDropdown .search-table,
.MobilesearchDropdown .search-table {
	list-style: none;
}
.searchDropdown .search-table a {
	padding: 5px;
	border-bottom: 0px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.MobilesearchDropdown {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 9999;
	border: 2px solid #ddd !important;
	border-radius: 10px !important;
	background-color: #fff !important;
	margin-top: 2px;
	/*    overflow: auto;*/
}

.MobilesearchDropdown .search-table a {
	padding: 5px;
	border-bottom: 0px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
@media only screen and (max-width: 768px) {
	.designer-main-content .cd-gallery li {
		width: 100%;
		margin-bottom: 2em;
	}
	.designer-main-content .cd-tab-filter {
		height: 50px;
		overflow-y: hidden;
	}
	.designer-main-content .cd-filters {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-bottom: 1rem;
		margin-top: -1px;
		overflow-x: auto;
		text-align: center;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.OnlyWebLogo p,
	.OnlyMobileLogo p {
		margin-top: -8px;
		font-size: 9px;
	}
}
